]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Merge changes made in Gnus trunk
[gnu-emacs] / lisp / gnus / ChangeLog
1 2013-07-02 David Engster <deng@randomsample.de>
2
3 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
4 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
5 to see whether the group was synced before.
6
7 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
8
9 * nnimap.el (nnimap-request-move-article): Decode the group name when
10 doing internal moves to avoid charset issues.
11
12 2013-07-02 Julien Danjou <julien@danjou.info>
13
14 * nnimap.el (nnimap-request-list):
15 Revert change that made listing synchronous.
16 (nnimap-get-responses): Restore.
17
18 2013-07-02 Dave Abrahams <dave@boostpro.com>
19
20 * nnimap.el (nnimap-change-group): Document result value.
21
22 * nnimap.el (nnimap-find-article-by-message-id):
23 Account for the fact that nnimap-change-group can return t.
24
25 2013-07-02 Julien Danjou <julien@danjou.info>
26
27 * nnimap.el (nnimap-request-head):
28 Resture to-buffer parameter, used by `nnimap-request-move-article'.
29
30 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
31
32 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
33 supported by nnimap actually. Reverts previous change.
34
35 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
36 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
37 to-buffer argument that is already supported.
38
39 2013-07-02 Julien Danjou <julien@danjou.info>
40
41 * nnimap.el (nnimap-get-responses): Remove, unused.
42
43 2013-07-02 Julien Danjou <julien@danjou.info>
44
45 * nnimap.el (nnimap-request-articles-find-limit): Rename from
46 `nnimap-request-move-articles-find-limit' since we do not use it
47 only for move operations.
48 (nnimap-request-accept-article):
49 Use `nnimap-request-articles-find-limit' to limit search by message-id.
50
51 2013-07-02 Julien Danjou <julien@danjou.info>
52
53 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
54
55 * nnimap.el (nnimap-log-buffer):
56 Check that `window-point-insertion-type' is boundp, since it's not
57 available in XEmacs.
58
59 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
60
61 * nnimap.el (nnimap-log-buffer):
62 Add this, setting `window-point-insertion-type' in the buffer to t.
63 (nnimap-log-command): Use nnimap-log-buffer.
64
65 2013-07-02 Julien Danjou <julien@danjou.info>
66
67 * nnimap.el (nnimap-find-article-by-message-id):
68 Add an optional limit argument to be able to limit the search.
69 (nnimap-request-move-article):
70 Use `nnimap-request-move-articles-find-limit'.
71 (nnimap-request-move-articles-find-limit):
72 Add this to limit the search by Message-Id after a message move.
73 (nnimap): Add defgroup.
74
75 2013-07-02 Julien Danjou <julien@danjou.info>
76
77 * nnimap.el (nnimap-find-article-by-message-id):
78 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
79 (nnimap-possibly-change-group): Add read-only argument.
80 (nnimap-request-list): Use nnimap-possibly-change-group rather than
81 issuing EXAMINE manually.
82 (nnimap-find-article-by-message-id):
83 Use `nnimap-possibly-change-group' with read-only argument.
84 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
85 We cannot possibly change because we need to be sure that it's either
86 read-write or read-only.
87
88 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
89
90 * gnus-sum.el (gnus-summary-insert-old-articles):
91 Don't include unexistent messages.
92
93 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
94
95 * gnus-start.el (gnus-clean-old-newsrc):
96 Remove totally bogus `unexists' entries.
97 (gnus-clean-old-newsrc): Fix last checkin.
98
99 * nnimap.el (nnimap-update-info):
100 None of the articles below the active low-water mark exist.
101
102 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
103
104 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
105
106 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
107
108 * nnimap.el (nnimap-request-scan):
109 Allow `nnimap-inbox' to be a list of inboxes.
110
111 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
112
113 * gnus-group.el (gnus-group-expire-articles-1):
114 Don't try to expire messages that don't exist.
115
116 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
117
118 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
119
120 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
121
122 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
123
124 * gnus-start.el (gnus-clean-old-newsrc):
125 Delete `unexist' from pre-Ma Gnus 0.3.
126
127 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
128
129 * gnus-sum.el (gnus-summary-local-variables):
130 Make `gnus-newsgroup-unexist' into a local variable.
131
132 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
133
134 * gnus-sum.el (gnus-adjust-marked-articles):
135 Add to `gnus-newsgroup-unexist'.
136
137 * gnus.el (gnus-article-mark-lists):
138 Add `unexist' to the list of marks.
139 (gnus-article-special-mark-lists):
140 Put the `unexist' in the special marks list instead.
141
142 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
143 articles in the list of articles to be selected.
144
145 * nnimap.el (nnimap-retrieve-group-data-early):
146 Query for unexisting articles.
147 (nnimap-update-info): Keep track of unexisting articles.
148 (nnimap-update-qresync-info): Ditto.
149
150 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
151
152 * gnus-start.el (gnus-clean-old-newsrc): New function.
153 (gnus-read-newsrc-file): Use it.
154
155 2013-07-02 Daiki Ueno <ueno@gnu.org>
156
157 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
158 of 'create-image' for XEmacs compatibility; check errors when decoding
159 image. Reported by Uwe Brauer.
160
161 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
162
163 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
164 gnus-button-push revised at 2011-01-19.
165
166 2013-06-19 Glenn Morris <rgm@gnu.org>
167
168 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
169
170 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
171
172 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
173
174 2013-06-18 Glenn Morris <rgm@gnu.org>
175
176 * eww.el, shr.el, shr-color.el: Move to ../net.
177
178 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
179
180 * shr.el (shr-tag-table): Insert the images after the table, so that
181 they're not covered by the table colourisation, which often looked
182 awkward.
183 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
184 <dd>.
185
186 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
187
188 * eww.el (eww-detect-charset): Improve regexp; move backward.
189
190 2013-06-18 Glenn Morris <rgm@gnu.org>
191
192 * mm-decode.el (widget-convert-button): Autoload.
193
194 * sieve-manage.el (mm-enable-multibyte): Autoload.
195
196 * shr.el (libxml-parse-html-region): Declare.
197 (shr-render-buffer): Explicit error if no libxml2 support.
198
199 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
200
201 * auth-source.el (auth-source-current-line): New function.
202 (auth-source-netrc-parse-entries): When a data token is "machine",
203 assume we're in the wrong place and abort parsing the current line.
204
205 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
206
207 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
208 (eww-convert-widgets): Don't bug out if the first widget starts at the
209 beginning of the buffer.
210 (eww-convert-widgets): Fix last patch.
211 (eww-tag-input): Support <input type=image>.
212
213 * shr.el (shr-insert-table): Respect border-collapse: collapse.
214 (shr-tag-base): Protect against base specs that are degenerate.
215 (shr-ensure-paragraph): Don't delete empty lines that have text
216 properties, because these may be input fields.
217
218 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
219 we can navigate to them.
220
221 * shr.el (shr-colorize-region): Put the colours over the entire region.
222 (shr-inhibit-decoration): New variable.
223 (shr-add-font): Use it to inhibit text property decorations while doing
224 preliminary table renderings. This speeds up typical Wikipedia page
225 renderings by 15%.
226 (shr-tag-span): Don't respect the <title>, because that overwrites the
227 help-echo from links inside the spans.
228 (shr-next-link): Use `help-echo' for navigation, so that we can
229 navigate to form elements, too.
230
231 * eww.el (eww-button): New face.
232 (eww-convert-widgets): Use it to make submit buttons more button-like.
233
234 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
235 that Gnus commands work.
236
237 * shr.el (shr-render-td): Support horizontal alignment.
238
239 * eww.el (eww-put-color): Removed.
240 (eww-colorize-region): Use `add-face-text-property'.
241
242 * shr.el (shr-add-font): Append face data, so that we get the correct
243 precedence: The innermost value (which is applied first) wins.
244 (shr-make-overlay): Obsolete function.
245
246 * mm-decode.el (mm-convert-shr-links): New function to convert
247 new-style shr URL links into widgets.
248 (mm-shr): Use it.
249
250 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
251 widget commands, since we're no longer using widgets for links.
252
253 * shr.el (shr-next-link): New command.
254 (shr-previous-link): New command.
255 (shr-urlify): Don't use `widget-convert', because that's slow.
256 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
257 because collecting the overlays and reapplying them when generating
258 tables is slow.
259 (shr-insert-table): Ditto.
260
261 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
264 * shr.el (browse-url): Require `url'.
265 * eww.el (url): Require format-spec.
266
267 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
268
269 * eww.el (eww-display-html): Default to using the entire window width.
270 (eww-browse-url): Don't add a User-Agent header (twice), because that
271 makes Bing refuse connection.
272
273 * shr.el (shr-make-table): Cache the table rendering at the table
274 level, and not the <td> level. This is a bit faster.
275
276 * eww.el (eww-render): Go to the correct ID when given URLs ending with
277 #id.
278
279 * shr.el (shr-tag-li): Don't require a new paragraph, since other
280 browsers don't.
281 (shr-expand-url): Respect #anchor links.
282 (shr-parse-base): Chop off the anchor before using.
283 (shr-descend): Respect display: none.
284 (shr-descend): Allow marking elements that have certain IDs.
285
286 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
287
288 * shr.el (shr-expand-url): Don't bug out on zero-length links.
289
290 * eww.el (eww-tag-textarea): Support <textarea>.
291
292 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
293
294 * shr.el (shr-dom-to-xml): Fixed function call.
295
296 * eww.el (eww): New group.
297 (eww-header-line-format): New custom variable.
298 (eww-current-title): New variable.
299 (eww-display-html): Update header and handle title tag.
300 (eww-update-header-line-format): New function.
301 (eww-tag-title): New function.
302
303 * shr.el (shr-dom-to-xml): New function.
304 (shr-tag-svg): Add support for the SVG tag.
305 (shr-bullet): New custom variable.
306 (shr-tag-li): Support custom bullet in unordered lists.
307
308 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
309
310 * shr.el (shr-expand-url): Respect // URLs.
311
312 * eww.el (eww-tag-body): Override the shr body rendering so that we can
313 put a background colour onto the entire buffer.
314 (eww-render): When being redirected, use the redirect URL as the new
315 base URL.
316
317 * shr.el (shr-parse-base): Fix parsing error.
318
319 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
320
321 * shr.el (shr-parse-base): New function.
322 (shr-expand-url): Use it to expand relative URLs reliably.
323
324 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
325
326 * auth-source.el (auth-source-search-collection): Fix docstring.
327 (auth-source-netrc-parse): Refactor and improve netrc parser to support
328 single-quoted strings and multiline entries.
329 (auth-source-netrc-parse-next-interesting)
330 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
331 functions to support parser.
332
333 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
334
335 * eww.el (eww-submit): Get submit button logic right when hitting RET
336 on non-submit buttons.
337
338 * shr.el: Remove shr-preliminary-table-render, since that can't really
339 be used for anything in practice.
340
341 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
342
343 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
344 (sieve-manage-quit).
345
346 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
347
348 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
349 control the maximum size of photo ID image.
350 (mml2015-epg-key-image-to-string): Respect it.
351
352 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
353
354 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
355 instead of the final one so that we can more easily distinguish them.
356
357 * eww.el (eww-submit): Compute the submission URL correctly.
358
359 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
360
361 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
362 Use plist-get rather than CL's getf.
363 (sieve-manage-parse-capability): Avoid CL's remove-if.
364
365 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
366
367 * shr.el (shr-expand-url): Expansion should chop off the bits after the
368 last slash.
369
370 * eww.el (eww-tag-select): Use the first value as the default value.
371
372 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
373
374 * eww.el (eww): Prepend urls with http:// if scheme is missing.
375 (eww-mode): Use `define-derived-mode'.
376 (eww-parse-headers): Parse headers from beginning of buffer so that
377 file:// links work.
378
379 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
380
381 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
382
383 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
384
385 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
386 to handle them at all.
387
388 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
389
390 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
391 work, too.
392 (eww-tag-select): Implement <select>.
393
394 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
395
396 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
397 stream managing functions by using open-protocol-stream to do most of
398 the work. Has the nice benefit of enabling STARTTLS.
399 Wait for capabilities after STARTTLS: following RFC5804, the server
400 sends new capabilities after successfully establishing a TLS connection
401 with the client. The client should update the cached list of
402 capabilities, but we just ignore the answer for now.
403 (sieve-manage-network-p, sieve-manage-network-open)
404 (sieve-manage-starttls-p, sieve-manage-starttls-open)
405 (sieve-manage-forward, sieve-manage-streams)
406 (sieve-manage-stream-alist): Remove unneeded functions neither in the
407 API, nor called by any other function.
408 Enable Multibyte for SieveManage buffers: The parser won't properly
409 handle umlauts and line endings unless multibyte is turned on in the
410 process buffer.
411
412 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
413
414 * eww.el (eww-tag-input): Support password fields.
415 (eww-submit): Support POST.
416
417 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
418
419 * eww.el (eww-tag-form): Protect against degenerate forms.
420
421 * shr.el (shr-expand-url): Expand URLs that start with a slash
422 correctly.
423
424 * eww.el (eww-submit): Get submit button logic right.
425
426 * shr.el (shr-final-table-render): New variable to signal when we're
427 doing the final table rendering so that we can collect more data at
428 that point.
429
430 * eww.el (eww-submit): Make form submission work.
431 (eww-tag-input): Implement submit buttons.
432 (eww-click-radio): Implement radio and checkboxes.
433 (eww-submit): Handle hidden elements.
434
435 * shr.el (shr-descend): Allow other packages to override (or provide)
436 rendering of elements.
437 (shr-expand-url): Strip query strings from URLs before expanding them.
438
439 * eww.el: Don't require cl-lib.
440 (eww-tag-form): Start form support.
441
442 * eww.el: Start writing a new, tiny web browser.
443 (eww-previous-url): New command.
444 (eww-quit): New command.
445
446 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
447
448 * sieve.el: Put point at beginning of buffer when viewing a script.
449 (sieve-open-server): Respect the PORT parameter. Show the correct port
450 number in sieve-buffer's header. Fixed code to also work with a string
451 as port specifier. Properly close the connection on pressing 'q'. Make
452 sieve-manage-quit close the connection and process buffer. Also, remove
453 duplicate keybinding for 'q'.
454
455 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
456
457 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
458 make it easier to read.
459 (mm-pkcs7-enveloped-magic): Ditto.
460
461 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
462
463 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
464 before `image-type-available-p' to avoid loading the image libraries
465 needlessly.
466
467 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
468
469 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
470 assume Date header begins with "Date", that may be customized into
471 something like "X-Sent" using gnus-article-time-format.
472 (article-transform-date): Allow multi-line Date header.
473
474 2013-06-02 David Engster <deng@randomsample.de>
475
476 * registry.el (initialize-instance, registry-lookup)
477 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
478 (registry-lookup-secondary-value, registry-search, registry-delete)
479 (registry-insert, registry-reindex, registry-size, registry-prune): Do
480 not wrap methods in `eval-and-compile'. This breaks due to latest
481 changes in EIEIO (introduction of eieio-core.el).
482
483 2013-05-30 Glenn Morris <rgm@gnu.org>
484
485 * nnmail.el (nnmail-fancy-expiry-target):
486 Also bind mail-dont-reply-to-names.
487
488 * spam-stat.el (spam-stat-save):
489 No need to tweak font-lock in temp buffers.
490
491 * shr.el (shr-put-image): Silence compiler.
492
493 2013-05-29 Glenn Morris <rgm@gnu.org>
494
495 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
496
497 * gnus-group.el (gnus-sequence-of-unread-articles)
498 (gnus-summary-add-mark, gnus-mark-article-as-read)
499 (gnus-group-make-articles-read): Declare.
500
501 * gnus-sum.el (gnus-parameter-list-identifier)
502 (gnus-article-stop-animations, gnus-stop-downloads)
503 (gnus-article-only-boring-p, article-goto-body)
504 (gnus-flush-original-article-buffer, article-narrow-to-head)
505 (gnus-article-hidden-text-p, gnus-delete-wash-type)
506 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
507
508 * gnus.el: No need to eval-and-compile autoloads.
509
510 * gravatar.el (help-function-arglist): Autoload.
511
512 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
513
514 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
515
516 * spam.el: No need to load spam-report when compiling.
517 No need to eval-and-compile autoloads.
518 (spam-report-resend-to): Declare.
519 (spam-report-resend-register-routine): Require 'spam-report.
520
521 2013-05-24 Julien Danjou <julien@danjou.info>
522
523 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
524 setup.
525
526 2013-05-23 Glenn Morris <rgm@gnu.org>
527
528 * gnus-util.el (rmail-swap-buffers-maybe)
529 (rmail-maybe-set-message-counters, rmail-count-new-messages)
530 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
531 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
532
533 * mm-decode.el: No need to load term when compiling.
534 (term-mode, term-char-mode): Declare.
535
536 * mm-util.el: No need to load jka-compr when compiling.
537 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
538
539 * nnmaildir.el: Require is automatically eval-and-compile.
540 (nnmail): Require at run-time too.
541
542 * registry.el (registry-size): Move definition before use.
543
544 2013-05-22 Daiki Ueno <ueno@gnu.org>
545
546 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
547 signed data to conform the standard. (Bug#14232)
548
549 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
550
551 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
552 double angle quotation mark.
553
554 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
555
556 * message.el (message-insert-formatted-citation-line): Handle finding
557 first/lastname when more than 2 names appear.
558
559 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
560
561 * shr.el (shr-tag-span): New function.
562
563 2013-05-18 Glenn Morris <rgm@gnu.org>
564
565 * message.el (message-mode): Use message-mode-abbrev-table,
566 with text-mode-abbrev-table as parent. (Bug#14413)
567
568 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
569
570 * message.el (message-expand-group): Decode group names.
571
572 2013-05-16 Julien Danjou <julien@danjou.info>
573
574 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
575 app-icon.
576
577 2013-05-15 Glenn Morris <rgm@gnu.org>
578
579 * shr-color.el (shr-color-visible-luminance-min)
580 (shr-color-visible-distance-min): Use shr-color group.
581
582 2013-05-11 Glenn Morris <rgm@gnu.org>
583
584 * gnus-vm.el: Make it loadable without VM.
585 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
586 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
587
588 2013-05-09 Glenn Morris <rgm@gnu.org>
589
590 * mml1991.el: Make it loadable. (Bug#13456)
591
592 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
593 * gnus-async.el (gnus-async-post-fetch-function):
594 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
595 * gnus-html.el (gnus-html-image-cache-ttl):
596 * gnus-notifications.el (gnus-notifications-timeout):
597 * gnus-picon.el (gnus-picon-properties):
598 * gnus-util.el (gnus-completion-styles):
599 * gnus.el (gnus-other-frame-resume-function):
600 * message.el (message-user-organization-file)
601 (message-cite-reply-position):
602 * nnir.el (nnir-summary-line-format)
603 (nnir-retrieve-headers-override-function):
604 * shr-color.el (shr-color-visible-luminance-min):
605 * shr.el (shr-blocked-images):
606 * spam-report.el (spam-report-resend-to):
607 * spam.el (spam-summary-exit-behavior): Fix custom types.
608
609 * gnus-salt.el (gnus-selected-tree-face): Fix default.
610
611 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
612
613 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
614 because of let-binding help-xref-following. (Bug#14356)
615
616 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
617
618 * message.el (message-bury, message-send-and-exit):
619 Revert 2013-05-04 change.
620
621 2013-05-06 Glenn Morris <rgm@gnu.org>
622
623 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
624
625 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
626
627 * message.el (message-bury): Make `buffer' optional.
628 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
629 (bug#14085).
630
631 2013-05-04 Andrew Cohen <cohen@bu.edu>
632
633 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
634 entering into the registry.
635
636 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
637
638 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
639 (Bug#14304)
640
641 2013-04-27 Glenn Morris <rgm@gnu.org>
642
643 * gnus.el (gnus-list-debbugs):
644 Use require rather than autoload. (Bug#14262)
645
646 2013-04-27 Julien Danjou <julien@danjou.info>
647
648 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
649 port to "sieve" now that it has an official IANA port assigned.
650
651 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
652
653 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
654 Don't set the MAILHOST environment variable permanently (Bug#14271).
655
656 2013-04-26 Glenn Morris <rgm@gnu.org>
657
658 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
659
660 2013-04-25 Andrew Cohen <cohen@bu.edu>
661
662 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
663 string values of 'gcc-self. Thanks to Saroj Thirumalai.
664
665 2013-04-24 Andrew Cohen <cohen@bu.edu>
666
667 * nnir.el (nnir-close-group): Make sure we are in the right group.
668
669 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
670 dependency table from all newly retrieved headers.
671
672 2013-04-16 David Edmondson <dme@dme.org>
673
674 Support <img src="data:...">.
675
676 * shr.el (shr-image-from-data): New function.
677 (shr-tag-img): Use it.
678
679 2013-04-14 Andrew Cohen <cohen@bu.edu>
680
681 * nnir.el (nnir-request-set-mark): Make sure we are in the right
682 group.
683
684 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
685
686 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
687 corresponding to any existing group (Bug#14166).
688
689 2013-04-10 Andrew Cohen <cohen@bu.edu>
690
691 * nnir.el (number-sequence): No longer used.
692 (nnir-request-set-mark): New function.
693 (nnir-request-update-info): Improve marks updating.
694 (nnir-request-scan): Don't duplicate marks updating.
695 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
696 Use 'assq rather than 'assoc. Quote anonymous function.
697 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
698 Use 'gnus-group-prefixed-p.
699 (gnus-summary-create-nnir-group): Make sure server for method is open.
700
701 2013-04-04 Andrew Cohen <cohen@bu.edu>
702
703 * nnir.el (gnus-nnir-group-p): New function.
704 (nnir-possibly-change-group): Use it.
705
706 * gnus-msg.el (gnus-setup-message): Use it.
707
708 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
709
710 * mml.el (mml-minibuffer-read-description): Use `default' insted of
711 `initial-input' for the argument name.
712 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
713
714 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
715
716 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
717 (used by MH-E).
718
719 2013-04-01 Andrew Cohen <cohen@bu.edu>
720
721 * nnir.el (nnir-request-update-mark): Improve mark updating in original
722 group.
723
724 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
725 fix compilation.
726
727 2013-03-31 Andrew Cohen <cohen@bu.edu>
728
729 * nnir.el (nnir-method-default-engines): And another typo.
730
731 2013-03-30 Andrew Cohen <cohen@bu.edu>
732
733 * nnir.el (nnir-method-default-engines): Fix typo.
734
735 2013-03-29 Andrew Cohen <cohen@bu.edu>
736
737 * nnir.el: Define 'number-sequence for xemacs.
738 (gnus-summary-create-nnir-group): New function to create an nnir group
739 from an nnir summary buffer based on the current query.
740 (nnir-request-create-group): Update to allow nnir group creation based
741 on the current query.
742
743 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
744
745 * nndraft.el (nndraft-request-expire-articles):
746 Make expiry target always `delete'.
747
748 2013-03-27 Andrew Cohen <cohen@bu.edu>
749
750 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
751 buffer use the posting-style and gcc of the original article group.
752 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
753
754 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
755 after other deffoos.
756
757 2013-03-26 Andrew Cohen <cohen@bu.edu>
758
759 * nnir.el: Major rewrite. Cleaner separation between searches and group
760 management. Marks are now shown in nnir summary buffers. Rudimentary
761 support for real (i.e. not ephemeral) nnir groups.
762 (gnus-summary-make-nnir-group): New function for initiating searches
763 from a summary buffer.
764
765 2013-03-18 Sam Steingold <sds@gnu.org>
766
767 * message.el (message-bury): Minor cleanup.
768
769 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
770
771 * nndir.el (nndir-request-list): Remove 2nd argument passed to
772 nnml-request-list. (Bug#13873)
773 (nndir-request-newsgroups): Remove, unused.
774
775 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
776
777 2013-03-03 Ted Phelps <phelps@gnusto.com>
778
779 * shr.el: Make all the overlays set the `evaporate' property so that
780 they're removed properly.
781
782 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
783
784 * mml2015-el (mml2015-epg-key-image): Wrap epg-gpg-program in
785 shell-quote-argument.
786
787 2013-02-22 David Engster <deng@randomsample.de>
788
789 * gnus-registry.el (gnus-registry-save): Provide class name when
790 calling `eieio-persistent-read' to avoid "unsafe call" warning. Use
791 `condition-case' to stay compatible with older EIEIO versions which
792 only accept one argument.
793
794 2013-02-17 Daiki Ueno <ueno@gnu.org>
795
796 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
797 (epg-user-id-validity): Autoload.
798 (mml2015-epg-check-user-id): New function.
799 (mml2015-epg-check-sub-key): New function split from
800 mml2015-epg-find-usable-key.
801 (mml2015-epg-find-usable-key): Accept context, name, usage, and
802 optional name-is-key-id, to handle the case when user-id is unusable.
803 Reported by Łukasz Stelmach <stlman@poczta.fm>.
804
805 2013-02-17 Glenn Morris <rgm@gnu.org>
806
807 * shr.el (shr-put-image): Use image-multi-frame-p if available.
808
809 2013-02-16 Glenn Morris <rgm@gnu.org>
810
811 * shr.el (shr-put-image): Only animate images that specify a delay.
812 This is consistent with the old image-animated-p behavior.
813
814 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
815
816 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
817 for XEmacs.
818
819 2013-02-13 Juri Linkov <juri@jurta.org>
820
821 * gnus-art.el (gnus-article-mode-map):
822 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
823 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
824
825 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
826
827 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
828 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
829
830 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
831
832 * auth-source.el (auth-source-format-prompt): Don't get confused by
833 any "\" in replacement text. (Bug#13637)
834
835 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
836
837 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
838 (gnus-backend-trace): Honor gnus-backend-trace.
839
840 * mml.el (mml-insert-part): Insert closing tag.
841
842 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
843
844 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
845
846 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
847 able to find the article, which can happen in debbugs groups,
848 apparently.
849
850 2013-01-16 Glenn Morris <rgm@gnu.org>
851
852 * smiley.el (smiley-style): Make the file loadable in batch mode.
853
854 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
857 imap process running.
858
859 2013-01-14 Julien Danjou <julien@danjou.info>
860
861 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
862 Compare addresses against addresses, not against the full From field.
863
864 2013-01-13 Richard Stallman <rms@gnu.org>
865
866 * message.el (message-forward-make-body-mime): New args BEG, END
867 specify what part of FORWARD-BUFFER to use. Do the work directly
868 instead of calling `mml-insert-buffer'.
869
870 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
871
872 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
873 cross-reference(s).
874
875 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
876 cross-reference(s).
877
878 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
879
880 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
881 and point-max-marker.
882 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
883
884 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
885
886 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
887 to mml2015-encrypt-to-self.
888 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
889
890 2013-01-09 Daiki Ueno <ueno@gnu.org>
891
892 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
893 mml-smime-epg-find-usable-secret-key.
894
895 2013-01-08 Glenn Morris <rgm@gnu.org>
896
897 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
898
899 2013-01-07 Daiki Ueno <ueno@gnu.org>
900
901 * mml-smime.el: Support signing by sender.
902 Requested by Uwe Brauer.
903 (mml-smime-sign-with-sender): New user option analogous
904 to mml2015-sign-with-sender.
905 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
906 (mml-smime-epg-find-usable-secret-key): New helper function copied from
907 mml2015.el.
908
909 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
910
911 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
912 isn't running, because Gnus will probably not know how to handle the
913 Gcc header (bug#11941).
914
915 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
916 articles.
917
918 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
919
920 * nnfolder.el (nnfolder-recursive-directory-files): New function.
921 (nnfolder-generate-active-file): Make this function work with recursive
922 folder names.
923
924 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
925
926 * nntp.el (nntp-open-connection): Use HELP as the capability command
927 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
928 unknown commands. And CAPABILITY is an unknown command (bug#12763).
929
930 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
931
932 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
933 place holder since this gives `Invalid face reference: nil' messages.
934 Use the `default' face instead. It has the same effect here, even
935 though it is not no-op.
936
937 * gnus-util.el
938 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
939
940 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
941
942 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
943 non-string posting styles (bug#13285).
944
945 2012-12-27 Glenn Morris <rgm@gnu.org>
946
947 * plstore.el (plstore-passphrase-callback-function):
948 Use plstore-get-file.
949
950 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
951
952 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
953 stderr.
954
955 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
956 group is nil.
957
958 * shr.el (shr-tag-em): Render as italic, not bold.
959
960 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
961
962 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
963
964 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
965
966 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
967 temporary file to get PGP key image. Pass no-show-photos when
968 extracting image to avoid having it pop up twice.
969
970 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
971
972 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
973 eligible for treatment.
974
975 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
976 lines. This makes summary commands with hidden threads work more
977 reliably.
978
979 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
980 button to mark the hidden citations (bug#9395).
981
982 2012-12-26 Daiki Ueno <ueno@gnu.org>
983
984 * mml2015.el (mml2015-epg-signature-to-string): New function.
985 (mml2015-epg-verify-result-to-string): New function.
986 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
987 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
988 instead of epg-verify-result-to-string.
989 (epg-signature-key-id, epg-signature-to-string): Autoload.
990 (epg-verify-result-to-string): Remove autoload.
991
992 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
993
994 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
995 ID image from GPG public key.
996 (mml2015-epg-key-image-to-string): New function.
997
998 2012-12-25 Leo Liu <sdl.web@gmail.com>
999
1000 * plstore.el (plstore-passphrase-callback-function): Fix error when
1001 error when plstore-cache-passphrase-for-symmetric-encryption is set
1002 (bug#13264).
1003
1004 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1005
1006 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1007 buffer to the article buffer here, because that clobbers multiple
1008 article buffers.
1009
1010 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1011 buffer always points to the right summary buffer.
1012
1013 2012-12-25 John Wiegley <jwiegley@gmail.com>
1014
1015 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1016 the password (bug#12097).
1017
1018 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1019
1020 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1021 (bug#13263).
1022
1023 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1024 buffer exists before using it (bug#12475).
1025
1026 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1027 offline groups (bug#11937).
1028
1029 * message.el (message-yank-original): When using customize to set the
1030 value of `message-cite-style', the variable it set to a symbol that's
1031 the name of the variable, which must then be dereferenced (bug#12616).
1032
1033 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
1034
1035 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1036 the `face' property with a list whose car is the face specified in the
1037 format string and whose cdr is (nil).
1038 * lisp/gnus-util.el
1039 (gnus-put-text-property-excluding-characters-with-faces):
1040 Change accordingly.
1041 (gnus-get-text-property-excluding-characters-with-faces): New function.
1042 * lisp/gnus-sum.el (gnus-summary-highlight-line):
1043 * lisp/gnus-salt.el (gnus-tree-highlight-node):
1044 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1045
1046 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1047
1048 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1049 login methods.
1050 (nnimap-login): Respect the `nnimap-authenticator' variable.
1051
1052 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1053 mark state when moving articles. Otherwise unticked articles will get
1054 their ticks back after moving.
1055
1056 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1057
1058 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1059
1060 * message.el (message-ignored-news-headers): Always remove
1061 X-Message-SMTP-Method to avoid information leakage if the user
1062 mistakenly inserts the header into news messages.
1063
1064 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1065
1066 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1067 right than four characters, this command would move point to
1068 `point-max'. Don't do that.
1069
1070 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1071 to nil to allow re-selecting groups that gain articles.
1072 (gnus-bug-group-download-format-alist): Update the URL.
1073
1074 2012-12-23 Andreas Schwab <schwab@suse.de>
1075
1076 * shr.el (shr-tag-em): Render em as italic, not bold.
1077
1078 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
1079
1080 * gnus-int.el (gnus-backend-trace): Factor out into its own function
1081 for reuse.
1082 (gnus-open-server): Use it to add more tracing.
1083 (gnus-finish-retrieve-group-infos): Add backend tracing.
1084 (gnus-backend-trace): Also note the elapsed seconds.
1085
1086 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
1087
1088 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1089 Set epa-file-encrypt-to from variable to avoid querying.
1090
1091 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
1092
1093 * sieve-mode.el (sieve-font-lock-keywords):
1094 Keywords should be word delimited. (Bug#13173)
1095
1096 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
1097
1098 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1099 instead of <pre> to align message header.
1100
1101 2012-12-12 Sam Steingold <sds@gnu.org>
1102
1103 * gnus.el (gnus-other-frame-resume-function): Add user option.
1104 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1105
1106 2012-12-06 Sam Steingold <sds@gnu.org>
1107
1108 * gnus-start.el (gnus-before-resume-hook): Add.
1109 (gnus-1): Run it when Gnus is alive.
1110
1111 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1112
1113 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1114 * gnus-art.el (article-unsplit-urls)
1115 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1116 * gnus-registry.el (gnus-registry-get-article-marks)
1117 * message.el (message-goto-body): Use it.
1118 (message-called-interactively-p): Remove.
1119
1120 * spam-stat.el (spam-stat-called-interactively-p): New macro.
1121 (spam-stat-score-buffer): Use it.
1122
1123 * spam.el: Silence the warnings against BBDB functions when compiling.
1124
1125 * gnus-score.el (gnus-score-decode-text-parts):
1126 Use append+mapcar instead of the cl function mapcan.
1127
1128 * gmm-utils.el (gmm-flet): Remove.
1129
1130 * gnus-sync.el (gnus-sync-lesync-call):
1131 Avoid overriding json-alist-p.
1132
1133 * message.el (message-read-from-minibuffer):
1134 Avoid overriding mail-abbrev-in-expansion-header-p.
1135
1136 2012-12-05 Sam Steingold <sds@gnu.org>
1137
1138 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1139 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1140 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1141
1142 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1143
1144 * gmm-utils.el (gmm-called-interactively-p): Revert.
1145 This seems to cause Emacs to get stuck!
1146 * gnus-art.el (article-unsplit-urls)
1147 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1148 * gnus-registry.el (gnus-registry-get-article-marks)
1149 * message.el (message-goto-body)
1150 (message-called-interactively-p): Revert.
1151
1152 * gmm-utils.el (gmm-called-interactively-p): New function.
1153 * gnus-art.el (article-unsplit-urls)
1154 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1155 * gnus-registry.el (gnus-registry-get-article-marks)
1156 * message.el (message-goto-body): Use it.
1157 (message-called-interactively-p): Remove.
1158
1159 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1160 * gnus-sync.el (gnus-sync-lesync-call)
1161 * message.el (message-read-from-minibuffer): Use it.
1162
1163 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1164
1165 * gmm-utils.el (gmm-flet): Remove.
1166 * gnus-sync.el (gnus-sync-lesync-call)
1167 * message.el (message-read-from-minibuffer): Don't use it.
1168
1169 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1170
1171 * gmm-utils.el (gmm-labels): Use cl-labels if available.
1172
1173 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1174
1175 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1176
1177 * gnus-sync.el (gnus-sync-lesync-call)
1178 * message.el (message-read-from-minibuffer): Use gmm-flet.
1179
1180 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1181
1182 * gnus-util.el (gnus-macroexpand-all): Remove.
1183
1184 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
1185
1186 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1187 to TAB, not [tab].
1188 (gnus-summary-article-map): Likewise.
1189
1190 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1191 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1192
1193 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1194
1195 * message.el (message-get-reply-headers):
1196 Make sure the reply goes to the author if it is a wide reply.
1197
1198 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
1199
1200 * gnus-score.el (gnus-score-body):
1201 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1202 scoring by body.
1203
1204 2012-11-16 Glenn Morris <rgm@gnu.org>
1205
1206 * gnus-diary.el (nndiary-request-create-group-functions)
1207 (nndiary-request-update-info-functions)
1208 (gnus-subscribe-newsgroup-functions)
1209 (nndiary-request-accept-article-functions):
1210 Use new names for hooks rather than obsolete aliases.
1211
1212 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
1213
1214 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1215 in meta tag with the one the part specifies in its header.
1216
1217 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1218
1219 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1220 by default.
1221
1222 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1223
1224 New UIDL implementation.
1225
1226 * mail-source.el (mail-sources, mail-source-keyword-map):
1227 Add :leave as a pop3 keyword.
1228 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1229
1230 * pop3.el (pop3-leave-mail-on-server): Allow number.
1231 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1232 (pop3-movemail): Add UIDL support.
1233 (pop3-send-streaming-command): Take a list of mail numbers instead of
1234 the number of mails.
1235 (pop3-write-to-file): Add X-UIDL header.
1236 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1237 (pop3-uidl-add-xheader): New functions.
1238
1239 * message.el (message-ignored-resent-headers):
1240 Add X-Content-Length and X-UIDL headers.
1241
1242 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1243
1244 * nndiary.el (nndiary-request-create-group-functions)
1245 (nndiary-request-update-info-functions)
1246 (nndiary-request-accept-article-functions):
1247 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1248 "-hooks" suffix.
1249
1250 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1251
1252 * starttls.el (starttls-extra-arguments): Doc fix.
1253
1254 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1255
1256 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1257 it.
1258
1259 2012-10-06 Glenn Morris <rgm@gnu.org>
1260
1261 * gnus-notifications.el (gnus-notifications):
1262 Add missing group :version tag.
1263 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1264 (gnus-gcc-post-body-encode-hook):
1265 * gnus-sync.el (gnus-sync-lesync-name)
1266 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1267
1268 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
1269
1270 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1271 a user about whether to delete temp files if once a user answered as n.
1272
1273 2012-09-17 Richard Stallman <rms@gnu.org>
1274
1275 * message.el (message-in-body-p): Don't set mark or modify buffer.
1276
1277 * mml.el (mml-attach-file): Doc fix.
1278 (mml-attach-external, mml-attach-buffer, mml-attach-file):
1279 Set mail-encode-mml when in Mail mode.
1280 Simplify code to set HEAD and move back to HEAD.
1281 (mml-insert-multipart, mml-insert-part):
1282 Set mail-encode-mml when in Mail mode.
1283
1284 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1285
1286 * gnus-util.el (gnus-timer--function): New function.
1287
1288 * gnus-art.el (gnus-article-stop-animations): Use it.
1289
1290 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1291
1292 Fix glitches caused by addition of psec to timers.
1293 * gnus-art.el (gnus-article-stop-animations): Use timer--function
1294 rather than raw access to timer vector.
1295
1296 2012-09-11 Julien Danjou <julien@danjou.info>
1297
1298 * gnus-notifications.el (gnus-notifications): Check for nil values in
1299 ignored addresses check.
1300
1301 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1302
1303 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1304
1305 2012-09-07 Chong Yidong <cyd@gnu.org>
1306
1307 * gnus-util.el
1308 (gnus-put-text-property-excluding-characters-with-faces): Restore.
1309
1310 * gnus-salt.el (gnus-tree-highlight-node):
1311 * gnus-sum.el (gnus-summary-highlight-line):
1312 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1313
1314 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
1315
1316 * gnus-util.el: Fix compilation error on XEmacs 21.4.
1317
1318 2012-09-06 Juri Linkov <juri@jurta.org>
1319
1320 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1321 scheme for buffer names to be more consistent with other group and
1322 article buffer names in Gnus.
1323
1324 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
1325
1326 * gnus-util.el
1327 (gnus-put-text-property-excluding-characters-with-faces): Remove.
1328
1329 * gnus-compat.el: Define compat function `add-face' from Wolfgang
1330 Jenkner.
1331
1332 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1333
1334 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1335
1336 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1337
1338 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
1339
1340 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1341 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1342
1343 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1344 string-prefix-p in Emacs >=23.2.
1345
1346 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1347 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1348 instead of string-match-p.
1349 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1350
1351 2012-09-06 Kenichi Handa <handa@gnu.org>
1352
1353 * qp.el (quoted-printable-decode-region): Fix previous change; handle
1354 lowercase a..f.
1355
1356 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
1357
1358 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1359
1360 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
1361
1362 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
1363 TIME is set.
1364
1365 2012-09-05 Juri Linkov <juri@jurta.org>
1366
1367 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1368 than one group at a time (bug#11961).
1369
1370 2012-09-05 Julien Danjou <julien@danjou.info>
1371
1372 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1373 this hide the real reason with a message giving absolutely no hint.
1374
1375 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
1376
1377 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1378 to the backend (bug#11804).
1379
1380 * message.el (message-insert-newsgroups): Don't insert newsgroup
1381 duplicates (bug#12275).
1382
1383 2012-09-05 John Wiegley <johnw@newartisans.com>
1384
1385 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1386 sieve rules.
1387
1388 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
1389
1390 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1391 function.
1392
1393 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1394
1395 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1396
1397 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
1398
1399 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1400 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1401 This should make nnmaildir more usable with offlineimap.
1402
1403 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
1404
1405 * gnus-notifications.el (gnus-notifications-notify): Use it.
1406
1407 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1408 warnings on XEmacs.
1409
1410 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1411
1412 Better seeds for (random).
1413 * gnus-sync.el (gnus-sync-lesync-setup):
1414 * message.el (message-canlock-generate, message-unique-id):
1415 Change (random t) to (random), now that the latter is more random.
1416
1417 2012-08-31 Dave Abrahams <dave@boostpro.com>
1418
1419 * auth-source.el (auth-sources): Fix macos keychain access.
1420
1421 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1422 allow the backend `request-head' function to determine the group
1423 name on its own.
1424 (gnus-request-expire-articles): Filter out negative article numbers
1425 during expiry (Bug#11980).
1426
1427 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1428 O(N^2) to O(N). This makes warping into huge groups tolerable.
1429
1430 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1431 you've found the article when you haven't.
1432
1433 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1434
1435 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1436
1437 2012-08-30 Julien Danjou <julien@danjou.info>
1438
1439 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1440 `gnus-notifications-timeout'.
1441 (gnus-notifications-timeout): Add.
1442 (gnus-notifications-action): New function.
1443 (gnus-notifications-notify): Add :action using
1444 `gnus-notifications-action'.
1445 (gnus-notifications-id-to-msg): New variable.
1446 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1447 notifications id to messages.
1448
1449 2012-08-30 Kenichi Handa <handa@gnu.org>
1450
1451 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1452 once.
1453
1454 2012-08-29 Julien Danjou <julien@danjou.info>
1455
1456 * gnus-notifications.el: New file.
1457 (gnus-notifications-notify): New function.
1458 (gnus-notifications): Use `gnus-notifications-notify'.
1459
1460 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
1461
1462 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1463 transfer encoding first; bind gnus-newsgroup-charset to the charset
1464 that the article specifies (Bug#12209).
1465
1466 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
1467
1468 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1469 (gnus-group-customize-done): Encode values posting-style holds.
1470
1471 * gnus-msg.el (gnus-summary-resend-message)
1472 (gnus-configure-posting-styles): Decode values posting-style group
1473 parameter holds.
1474
1475 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
1476
1477 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1478 `name' and `address' in Resent-From header.
1479
1480 2012-08-14 Chong Yidong <cyd@gnu.org>
1481
1482 * gnus-art.el (article-display-face): Handle failure in
1483 gnus-create-image (Bug#11802).
1484
1485 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1486
1487 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1488 Use defsetf.
1489
1490 2012-08-10 Daiki Ueno <ueno@unixuser.org>
1491
1492 * auth-source.el (auth-source-plstore-search)
1493 (auth-source-secrets-search): Ignore :require and :type in search spec.
1494
1495 2012-08-06 Julien Danjou <julien@danjou.info>
1496
1497 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1498 Remove autoload, already handled by gnus.el.
1499
1500 2012-08-05 Julien Danjou <julien@danjou.info>
1501
1502 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1503 Add autoload.
1504
1505 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
1506
1507 * gnus.el (gnus-valid-select-methods): Fix custom type.
1508
1509 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
1510
1511 * auth-source.el (auth-sources, auth-source-backend-parse)
1512 (auth-source-macos-keychain-search)
1513 (auth-source-macos-keychain-search-items)
1514 (auth-source-macos-keychain-result-append)
1515 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1516 auth-source.el through the /usr/bin/security utility.
1517 (auth-sources): Fix syntax error.
1518 (auth-source-macos-keychain-result-append): Fix variable name.
1519 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1520
1521 2012-07-27 Julien Danjou <julien@danjou.info>
1522
1523 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1524 Emacs < 24.1
1525
1526 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
1527
1528 * message.el (message-kill-address): Don't kill last newline.
1529 (message-skip-to-next-address): Don't move to the next header.
1530 (message-fill-field-address): Work properly.
1531
1532 2012-07-25 Julien Danjou <julien@danjou.info>
1533
1534 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1535
1536 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
1537
1538 * nnimap.el (nnimap-get-responses): Don't remove, still used.
1539
1540 2012-07-24 Julien Danjou <julien@danjou.info>
1541
1542 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1543
1544 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1545 (nntp-async-timer-handler): Remove, unused.
1546
1547 * nnimap.el (nnimap-get-responses): Remove, unused.
1548
1549 * nnheader.el (mail-header-set-extra): Remove, unused.
1550
1551 * mm-view.el (mm-view-sound-file): Remove, unused.
1552
1553 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1554 (mm-url-encode-multipart-form-data): Remove, unused.
1555
1556 * message.el (message-remove-signature, message-make-host-name)
1557 (message-fill-address): Remove, unused.
1558
1559 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1560 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1561 unused.
1562
1563 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1564
1565 * gnus-util.el (gnus-extract-address-component-name)
1566 (gnus-extract-address-component-email, gnus-sortable-date)
1567 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1568 (gnus-process-live-p): Remove, unused.
1569
1570 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1571
1572 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1573 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1574 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1575 function.
1576
1577 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1578
1579 * gnus-score.el (gnus-summary-score-crossposting)
1580 (gnus-score-regexp-bad-p): Remove, unused.
1581
1582 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1583
1584 * gnus-range.el (gnus-sublist-p): Remove, unused.
1585
1586 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1587 unused.
1588
1589 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1590
1591 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1592 (gnus-request-associate-buffer): Remove, unused.
1593
1594 * gnus-group.el (gnus-group-set-method-info)
1595 (gnus-group-set-params-info): Remove, unused.
1596
1597 * gnus-fun.el (gnus-shell-command-to-string)
1598 (gnus-shell-command-on-region): Remove, unused.
1599
1600 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1601
1602 * gnus-art.el (gnus-article-text-type-exists-p)
1603 (article-translate-characters, gnus-article-hide-text-of-type)
1604 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1605 Remove, unused.
1606
1607 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1608
1609 * nnir.el ("nnir"): Revert last change, that's premature to merge from
1610 Gnus master.
1611
1612 2012-07-22 Andrew Cohen <cohen@bu.edu>
1613
1614 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1615
1616 2012-07-21 Julien Danjou <julien@danjou.info>
1617
1618 * message.el (message-dont-reply-to-names): Replace deprecated
1619 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1620 (message-get-reply-headers): Ditto.
1621
1622 2012-07-18 Julien Danjou <julien@danjou.info>
1623
1624 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1625 `sieve-upload-and-kill'.
1626
1627 * sieve.el (sieve-bury-buffer): Remove function.
1628 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1629 (sieve-upload-and-kill): New function, mapped to C-c C-c.
1630
1631 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
1632
1633 * shr.el (shr-expand-url): Handle URL starting with `//'.
1634
1635 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
1636 2012-07-13 Chong Yidong <cyd@gnu.org>
1637
1638 * smime.el (smime-certificate-info): Set buffer-read-only directly,
1639 instead of calling toggle-read-only with a (bogus) argument.
1640
1641 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
1642
1643 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1644 of initial input when reading the author to restrict the summary to.
1645
1646 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1647
1648 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
1649 buffer exists, which it doesn't if we haven't started Gnus.
1650
1651 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
1652
1653 * mm-decode.el (mm-shr):
1654 Allow overriding charset by mm-charset-override-alist.
1655
1656 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
1657
1658 * gnus-art.el (gnus-article-view-part):
1659 Toggle subparts of multipart/alternative part.
1660
1661 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1662
1663 * gnus-sync.el: Simply require json.
1664
1665 * registry.el: Simply require eieio and eieio-base.
1666
1667 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
1668
1669 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
1670
1671 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1672
1673 * shr.el (shr-render-buffer): New command.
1674 (shr-visit-file): Use it.
1675
1676 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
1677
1678 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1679 Set no-byte-compile and no-update-autoloads.
1680
1681 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1682
1683 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1684
1685 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1686
1687 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1688 being bound to a lambda form.
1689
1690 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1691
1692 * gnus-picon.el (gnus-picon-properties): New defcustom.
1693 (gnus-picon-create-glyph): Use it.
1694
1695 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1696
1697 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1698 locales.
1699
1700 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1701 on a handle.
1702
1703 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1704 address as the default.
1705
1706 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
1707 It makes no sense to query the user about internal files.
1708
1709 * gnus-spec.el: Remove all the byte-compilation stuff, since
1710 benchmarking shows that it doesn't help when entering large summary
1711 buffers.
1712
1713 * gnus-util.el (gnus-byte-code): Remove.
1714
1715 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1716 grouplens stuff.
1717
1718 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1719
1720 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1721 (bug#11514).
1722
1723 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1724
1725 * message.el (message-buffers): Return all buffers derived from Message
1726 to make `gnus-dired-attach' work with mu4e.
1727
1728 2012-06-26 Daiki Ueno <ueno@unixuser.org>
1729
1730 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1731 (mm-dissect-singlepart): Don't guess the MIME type of
1732 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1733 set.
1734 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1735 toplevel MIME type is multipart/encrypted.
1736
1737 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1738
1739 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
1740 In particular, add an optional argument and a docstring.
1741
1742 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1743
1744 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1745 current before calling `gnus-groups-to-gnus-format'.
1746 Note that this was already the case for `gnus-active-to-gnus-format'.
1747
1748 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1749
1750 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1751
1752 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1753
1754 * mm-decode.el (mm-dissect-buffer): Doc fix.
1755
1756 * gnus-sum.el (gnus-handle-ephemeral-exit):
1757 Avoid creating the group buffer if it doesn't exist.
1758
1759 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
1760 is given, mark the group as ephemeral with the current window conf.
1761
1762 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1763 buffer exists, which it doesn't if we haven't started Gnus.
1764 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1765
1766 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1767
1768 * mml.el (mml-generate-mime):
1769 Allow specifying what the top-level part type is.
1770
1771 * gnus-sum.el (gnus-auto-center-summary):
1772 `scroll-margin' isn't defined on XEmacs.
1773
1774 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1775
1776 * gnus-sum.el (gnus-auto-center-summary):
1777 Set default to respect `scroll-margin'.
1778
1779 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
1780
1781 * gnus-cite.el (gnus-dissect-cited-text): A single line without
1782 citation prefix within a block of cited text should be considered
1783 part of that block *only* if it is a blank line.
1784
1785 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1786
1787 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1788 before kinsoku-bol characters nor within kinsoku-eol characters.
1789
1790 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1791
1792 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1793 (gnus-topic-create-topic, gnus-topic-enter-dribble):
1794 Silence compiler.
1795 (gnus-sync-read): Use mapc instead of mapcar.
1796
1797 * mm-archive.el: Require mm-decode for some macros.
1798 (gnus-recursive-directory-files, mailcap-extension-to-mime):
1799 Silence the byte compiler.
1800 (mm-archive-decoders): New function that returns the value of
1801 the mm-archive-decoders variable.
1802
1803 * mm-decode.el:
1804 Don't require mm-archive; autoload mm-archive functions instead.
1805 (mm-dissect-singlepart): Use the function mm-archive-decoders.
1806
1807 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1808
1809 2012-06-26 Peter Munster <pmrb@free.fr>
1810
1811 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1812 (gnus-demon-cancel): Ditto.
1813 (gnus-demon-run-callback): When function cannot be called due to low
1814 idleness, call it when idleness reaches the expected value, instead
1815 of waiting another timer period.
1816 (gnus-demon-init): Add `time' to arguments of call-back.
1817
1818 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1819
1820 * gnus.el: Register gnus-registry functions.
1821
1822 * gnus-registry.el (gnus-try-warping-via-registry):
1823 Move here and indent.
1824
1825 * gnus-int.el (gnus-warp-to-article):
1826 Check whether the registry is enabled before warping.
1827
1828 2012-06-26 Dave Abrahams <dave@boostpro.com>
1829
1830 * gnus-sum.el (gnus-summary-insert-subject): Record information
1831 in the registry about each article retrieved.
1832
1833 * gnus-int.el (gnus-select-group-with-message-id): New function.
1834 (gnus-try-warping-via-registry): Ditto.
1835 (gnus-warp-to-article): Fall back on the registry.
1836
1837 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1838
1839 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1840
1841 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1842
1843 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1844 gnus-gcc-self-resent-messages may be a group parameter.
1845 (gnus-summary-resend-message):
1846 Don't encode encoded words in header when Gcc'ing resent message.
1847
1848 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1849
1850 * shr.el (shr-insert): Treat non-breaking space just like normal
1851 space. This seems to produce more pleasing results.
1852 (shr-insert):
1853 Only insert a blank line if we're starting from an image.
1854 (shr-tag-br):
1855 Allow <br> to end lines or to make a single blank line.
1856 (shr-ensure-paragraph): Consider lines with white space to be blank.
1857
1858 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1859
1860 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1861 and gnus-gcc-post-body-encode-hook.
1862
1863 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1864
1865 * mm-decode.el (mm-dissect-singlepart):
1866 Guess what the type of application/octet-stream parts really is.
1867
1868 * gnus-sum.el (gnus-propagate-marks): Remove.
1869
1870 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1871
1872 * nntp.el (nntp-coding-system-for-read): Remove.
1873 (nntp-coding-system-for-write): Ditto.
1874 (nntp-open-connection): Just use `binary' directly.
1875
1876 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1877
1878 * registry.el (registry-usage-test, registry-persistence-test):
1879 Move to tests/gnustest-registry.el.
1880 (registry-make-testable-db, registry-match-test)
1881 (registry-instantiation-test): Move to tests/gnustest-registry.el.
1882
1883 * gnus-registry.el (gnus-registry-misc-test)
1884 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1885
1886 * tests/gnustest-registry.el:
1887 New file with the registry and gnus-registry ERT tests.
1888
1889 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1890
1891 * gnus-msg.el (gnus-summary-resend-message):
1892 Make gnus-summary-resend-message-insert-gcc be last item in
1893 message-header-setup-hook.
1894
1895 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1896
1897 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1898 (nnfolder-marks, nnfolder-marks-file-suffix)
1899 (nnfolder-marks-modtime): Remove.
1900 (nnfolder-open-server): Don't use marks.
1901 (nnfolder-request-delete-group): Ditto.
1902 (nnfolder-request-rename-group): Ditto.
1903 (nnfolder-request-set-mark, nnfolder-request-marks)
1904 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1905 (nnfolder-save-marks, nnfolder-open-marks): Remove.
1906
1907 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1908 (nnml-marks-modtime): Remove.
1909 (nnml-request-delete-group): Don't use marks.
1910 (nnml-request-rename-group): Ditto.
1911 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1912 (nnml-save-marks, nnml-open-marks): Remove.
1913
1914 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1915 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1916 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1917 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1918 (nntp-server-to-method-cache): Remove.
1919
1920 * shr.el (shr-rescale-image): Fix wrong merge.
1921
1922 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1923
1924 * shr.el (shr-remove-trailing-whitespace):
1925 Really delete the padding on too-wide lines.
1926
1927 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1928
1929 * mm-archive.el (mm-archive-dissect-and-inline): New function.
1930 (mm-archive-dissect-and-inline): Fix up the undisplayer.
1931
1932 * mm-decode.el (mm-display-external): Output the text from
1933 the command in the buffer after the command finished.
1934 This makes text-based commands behave better.
1935
1936 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1937
1938 * message.el (smtpmail-smtp-user): Silence compiler warning.
1939
1940 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1941
1942 * message.el (message-multi-smtp-send-mail): Also allow specifying
1943 the SMTP user name.
1944
1945 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1946
1947 * gnus-sum.el (gnus-summary-article-map): Fix typo.
1948
1949 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1950
1951 * message.el (message-multi-smtp-send-mail): New function.
1952 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1953 header to implement multi-SMTP functionality.
1954
1955 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
1956 (gnus-agentize): Don't set it.
1957 (gnus-agent-send-mail): Don't use it.
1958
1959 * gnus-sum.el (gnus-summary-widget-backward):
1960 New function and keystroke.
1961
1962 * shr.el (shr-put-image): Remove underlines from sliced images.
1963 (shr-zoom-image): Compute the region to be replaced more correctly.
1964
1965 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1966
1967 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1968 (gnus-summary-resend-message-insert-gcc): New function.
1969 (gnus-summary-resend-message): Modify message-header-setup-hook and
1970 message-sent-hook to make it work for Gcc.
1971 (gnus-inews-do-gcc): Update the number of unread articles of groups
1972 that messages are Gcc'd to.
1973
1974 * message.el (message-resend): Run message-sent-hook to do Gcc.
1975
1976 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1977
1978 * gnus-registry.el (gnus-registry-fixup-registry):
1979 Move the message to a higher level to silence compilation.
1980
1981 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1982 parameter to allow controlling the scaling.
1983
1984 * shr.el (shr-zoom-image): New command and keystroke.
1985 (shr-put-image): Take a `size' flag to say how to scale the image.
1986
1987 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1988 Use recursive deletion.
1989 (mm-dissect-archive): Add support for zip files.
1990
1991 * gnus-util.el (gnus-recursive-directory-files): New function.
1992
1993 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1994 (mm-archive-decoders): Add tgz support.
1995
1996 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1997 Otherwise inserting text into the Gnus buffer can look odd.
1998
1999 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2000
2001 * mm-archive.el (mm-archive-decoders): Add support for tar.
2002
2003 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2004
2005 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2006
2007 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2008
2009 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2010
2011 * mm-archive.el: New file.
2012
2013 * mm-decode.el (mm-dissect-singlepart):
2014 Use it to decode ms-tnef files.
2015
2016 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2017
2018 * message.el (message-goto-*): Make all the `message-goto-*' commands
2019 push the mark before moving point. This makes it easier to go back
2020 to where you came from after editing whatever you jumped to.
2021
2022 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2023
2024 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2025 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2026 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2027
2028 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2029
2030 * spam.el: Move BBDB autoloads.
2031 (spam-exists-in-BBDB-p):
2032 New function to do the BBDB search directly in BBDB 2 and 3.
2033 (spam-check-BBDB): Use it.
2034 (spam-enter-ham-BBDB): Use it.
2035
2036 2012-06-26 Peter Munster <pmrb@free.fr> (tiny change)
2037
2038 * gnus-group.el (gnus-group-get-new-news):
2039 New parameter `one-level' for scanning exactly one level.
2040
2041 * gnus-start.el (gnus-get-unread-articles): Ditto.
2042
2043 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2044
2045 * gnus-sync.el: More commentary about setup.
2046
2047 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2048
2049 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2050
2051 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2052
2053 * gnus-sync.el: Improve docs about CouchDB admins.
2054
2055 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2056
2057 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2058 not needed. Provide xmlplistread list function to produce XML plist
2059 output for non-Gnus LeSync clients.
2060
2061 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2062
2063 * gnus-sync.el: Add LeSync synchronization backend and logic to read
2064 and save against it. Group subscriptions, read marks, other marks,
2065 subscription levels, topic names, and topic offsets (the group's
2066 position within the topic) are saved. This is an experimental
2067 backend and may change significantly. Load json.el from
2068 the gnus-fallback-lib if it's not available otherwise.
2069 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2070
2071 2012-06-26 David Engster <dengste@eml.cc>
2072
2073 * tests/gnustest-nntp.el: New file for simple NNTP testing.
2074
2075 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
2076
2077 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2078
2079 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2080
2081 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2082 is an integer to avoid later problems.
2083
2084 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2085
2086 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2087 locales.
2088
2089 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
2090
2091 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2092 articles when fetch-old is non-nil (bug#11370).
2093
2094 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2095
2096 * gnus-group.el (gnus-group-get-new-news):
2097 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
2098
2099 2012-06-10 Dave Abrahams <dave@boostpro.com>
2100
2101 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2102 groups (bug#11641).
2103
2104 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2105
2106 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2107 (bug#11514).
2108
2109 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2110
2111 * nntp.el: Stop the `letf' madness.
2112 (nntp--report-1): New var.
2113 (nntp-report): Merge nntp-report-1 into it.
2114 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2115 the nntp-report function.
2116
2117 * auth-source.el: Fix comment-style to follow the convention.
2118
2119 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
2120
2121 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2122 a string so that Gcc works (bug#11514).
2123
2124 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2125
2126 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2127 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2128
2129 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2130
2131 * gnus-win.el (gnus-configure-frame): Don't signal an error when
2132 jumping to *Server* from a dedicated *Group* window.
2133 (gnus-configure-frame): CSE.
2134
2135 * gnus-registry.el: Minor style cleanup.
2136 (gnus-registry--set/remove-mark): New function, extracted from
2137 gnus-registry-install-shortcuts.
2138 (gnus-registry-install-shortcuts): Use it.
2139
2140 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2141
2142 * nnspool.el (news-path): Use eval-and-compile.
2143
2144 2012-05-24 Glenn Morris <rgm@gnu.org>
2145
2146 * nnspool.el (news-directory, news-path, news-inews-program):
2147 Move here from paths.el. Don't see a need for these to be autoloaded.
2148
2149 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2150 Merge in doc from paths.el version. Don't see any need for this to be
2151 autoloaded, or for the warning about users not setting it.
2152
2153 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2154
2155 Fix minor Y10k bug.
2156 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2157
2158 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2159
2160 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2161 message once it's actually open.
2162
2163 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2164
2165 * auth-source.el (auth-source--aput-1, auth-source--aput)
2166 (auth-source--aget): New functions and macros.
2167 Use them instead of aput/aget.
2168
2169 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
2170
2171 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2172
2173 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2174
2175 * plstore.el (plstore-called-interactively-p): New compat macro copied
2176 from message.el.
2177 (plstore-mode): Use it.
2178
2179 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2180
2181 * plstore.el: Revive the editing feature.
2182 (plstore-mode): New mode to edit plstore file.
2183 (plstore-mode-toggle-display, plstore-mode-original)
2184 (plstore-mode-decoded): New command.
2185 (plstore--encode, plstore--decode, plstore--write-contents-functions)
2186 (plstore--insert-buffer, plstore--make): New function.
2187 (plstore-open, plstore-save): Simplify by using them.
2188
2189 2012-04-16 Glenn Morris <rgm@gnu.org>
2190
2191 * nndraft.el (nndraft-request-list): Fix declaration.
2192
2193 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2194
2195 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2196 don't have a current group.
2197
2198 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2199 have a group name.
2200
2201 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2202 a multibyte buffer (bug#7410).
2203 (article-wash-html): Parse the original article buffer to get the
2204 unencoded data (bug#7410).
2205
2206 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2207 .newsrc.el files.
2208
2209 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2210
2211 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2212 would have gotten if we posted to the group, and use that to compare
2213 against the message we want to cancel (bug#10808).
2214
2215 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2216
2217 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2218 "#" to avoid having them interpreted as comments.
2219
2220 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2221
2222 * shr.el (shr-insert): Update the text state properly to avoid
2223 inserting spurious paragraph starts.
2224
2225 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2226
2227 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
2228 requested (bug#10961).
2229
2230 * shr.el (shr-table-widths): Divide the extra width more fairly over
2231 the TDs (bug#10973).
2232 (shr-render-td): Don't delete too much padding.
2233 (shr-natural-width): Compute the natural width more correctly.
2234 (shr-insert): Allow the natural width to be computed for tables again.
2235 (shr-tag-table-1): Rework how the natural widths are computed by
2236 rendering the table a third time.
2237 (shr-natural-width): Remove.
2238 (shr-buffer-width): New function.
2239 (shr-expand-newlines): Use it.
2240
2241 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
2242 using a `gnus-use-full-window' setup (bug#11013).
2243
2244 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2245
2246 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2247 24.1 release.
2248
2249 2012-03-10 David Edmondson <dme@dme.org>
2250
2251 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2252 'Forwarded Message' header and the start of the message.
2253
2254 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2255
2256 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2257 isn't running (bug#10897).
2258
2259 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2260
2261 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2262
2263 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
2264
2265 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2266
2267 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2268
2269 * mm-decode.el (mm-shr): Remove "soft hyphens".
2270
2271 * nnimap.el (nnimap-request-list): Return the group names encoded as
2272 utf8. Otherwise non-European group names don't work.
2273 (nnimap-request-newgroups): Ditto.
2274
2275 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2276 the default in `read-string' (bug#10757).
2277
2278 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2279 topics (bug#10843).
2280
2281 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2282 buffer. Suggested by Herbert Valerio Riedel.
2283 (nnimap-request-move-article): Delete the message from the correct IMAP
2284 server.
2285
2286 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
2287
2288 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2289 Reported by Peter Münster.
2290
2291 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
2292
2293 * shr.el (shr-image-fetched): Make sure we really kill the right
2294 buffer.
2295
2296 2012-02-16 Leo Liu <sdl.web@gmail.com>
2297
2298 * gnus-start.el (gnus-1): Avoid duplicate entries.
2299
2300 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
2301
2302 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2303 too-wide lines.
2304
2305 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
2306
2307 * shr.el (shr-rescale-image): Undo previous change; see
2308 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2309
2310 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2311
2312 * nnimap.el (nnimap-record-commands): New variable.
2313 (nnimap-log-command): Use it.
2314 (nnimap-make-process-buffer): Add a space to the process buffer.
2315 (nnimap-transform-headers): Don't bug out on header lines containing
2316 stuff that look like IMAP length encodings.
2317
2318 * shr.el (shr-rescale-image): Allow viewing large images.
2319
2320 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
2321
2322 * nnml.el (nnml-request-compact-group): Delete the marks file after
2323 compaction (bug#10800).
2324
2325 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2326 group exit.
2327
2328 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2329 QRESYNC/FETCH output.
2330
2331 2012-02-11 Glenn Morris <rgm@gnu.org>
2332
2333 * sieve-manage.el (sieve-manage-default-stream):
2334 * shr.el (shr):
2335 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2336 (nnir-retrieve-headers-override-function)
2337 (nnir-imap-default-search-key, nnir-notmuch-program)
2338 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2339 (nnir-method-default-engines):
2340 * message.el (message-cite-reply-position):
2341 * gssapi.el (gssapi-program):
2342 * gravatar.el (gravatar):
2343 * gnus-sum.el (gnus-refer-thread-use-nnir):
2344 * gnus-registry.el (gnus-registry-unfollowed-addresses)
2345 (gnus-registry-max-pruned-entries):
2346 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2347 * gnus-int.el (gnus-after-set-mark-hook)
2348 (gnus-before-update-mark-hook):
2349 * gnus-async.el (gnus-async-post-fetch-function):
2350 * auth-source.el (auth-source-cache-expiry):
2351 Add missing :version tags to new defcustoms and defgroups.
2352
2353 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2354
2355 * message.el (message-default-send-mail-function): Made into own
2356 function for reuse by emacsbug.el.
2357
2358 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
2359
2360 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2361 `gnus-sloppily-equal-method-parameters' to avoid a warning.
2362
2363 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2364
2365 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2366 running.
2367
2368 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2369
2370 * gnus.el (gnus-server-extend-method): Don't add an -address component
2371 if the method already has one (bug#9676).
2372
2373 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2374
2375 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2376 of an initial-input for consistency (bug#10757).
2377
2378 * shr.el: Inhibit getting and sending cookies when fetching pictures.
2379
2380 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2381
2382 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2383
2384 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2385 lines that are narrower than the window width. Otherwise background
2386 "blocks" will look less readable.
2387
2388 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
2389
2390 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2391
2392 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2393
2394 * nnimap.el (nnimap-transform-headers): Remove unused variable.
2395 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2396 have newlines within the strings, and where the UID comes after the
2397 BODYSTRUCTURE element (bug#10537).
2398
2399 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2400 (bug#10732).
2401
2402 * shr.el (shr-insert-document): Add doc string.
2403 (shr-visit-file): Ditto.
2404 (shr-remove-trailing-whitespace): New function.
2405 (shr-insert-document): Use it to clean up trailing whitespace as the
2406 final step (bug#10714).
2407
2408 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2409
2410 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2411 buffer if `gnus-kill-summary-on-exit' is nil.
2412
2413 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
2414
2415 * gnus-sum.el (gnus-summary-show-thread):
2416 next-single-char-property-change may return nil in XEmacs.
2417
2418 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2419
2420 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2421 when just reading a single group from "without" Gnus.
2422
2423 2012-02-06 Chong Yidong <cyd@gnu.org>
2424
2425 * gnus-sum.el (gnus-summary-show-thread):
2426 next-single-char-property-change never returns nil (Bug#8657).
2427
2428 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
2429
2430 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2431 without reconnecting.
2432 (nnimap-possibly-change-group): Ditto.
2433 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2434 connection has died before being called.
2435
2436 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
2437
2438 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2439 an initial sync unless we're really doing one.
2440
2441 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2442 address parameter if one already exists (bug#9676).
2443
2444 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2445 not the prefix, as documented (bug#10689).
2446
2447 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2448
2449 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2450 the "server".
2451
2452 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2453 the real error message with the useless "previously known to be down".
2454 Which isn't even correct.
2455
2456 * nntp.el (nntp-open-connection): Report the error message if the nntp
2457 server can't be reached.
2458
2459 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2460 groups we do a total scan for.
2461 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2462 doing that.
2463
2464 2012-01-31 Jim Meyering <jim@meyering.net>
2465
2466 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2467 Correct a comment (insert "not") and hide nominally-doubled "to".
2468
2469 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2470
2471 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2472 section in the manual.
2473
2474 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2475
2476 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2477 words.
2478 (rfc2047-encode-string): Ditto.
2479 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
2480 understand folded filename="..." parameters, for instance.
2481
2482 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2483 the message for greater debuggability.
2484
2485 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2486
2487 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2488 instead of setting it locally, since the latter doesn't seem to have
2489 any effect (most of the time).
2490
2491 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
2492
2493 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2494 function call.
2495
2496 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
2497
2498 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2499 seconds, and make the repeat clause with HH:MM specs work as
2500 documented.
2501
2502 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2503
2504 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2505 so that previous errors don't prohibit getting new news.
2506
2507 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2508
2509 * nntp.el (nntp-retrieve-group-data-early): Ditto.
2510
2511 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
2512
2513 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2514 bound globally in old Emacsen and XEmacsen.
2515
2516 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
2517
2518 * gnus.el (gnus-group-find-parameter): Check for liveness of the
2519 buffer, not of the string which is its name.
2520
2521 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2522
2523 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2524 non-server-marks groups.
2525 (gnus-group-make-articles-read): Ditto.
2526
2527 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2528 methods (bug#9676).
2529
2530 * gnus.el (gnus-method-ephemeral-p): New function.
2531
2532 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
2533
2534 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2535 left-to-right.
2536
2537 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2538
2539 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2540 warning.
2541
2542 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2543
2544 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2545 macroexpand the nnir things, since they haven't been defined yet, and
2546 nnir requires gnus-sum.
2547
2548 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2549
2550 * mm-decode.el (mm-interactively-view-part): Fix prompt.
2551
2552 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
2553
2554 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2555 logical server name in addition to the actual machine address.
2556
2557 * auth-source.el (auth-source-user-and-password): Add convenience
2558 wrapper to search by just host and optionally user.
2559
2560 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2561
2562 * shr.el (shr-visit-file): Move point to the beginning of the buffer
2563 after rendering.
2564
2565 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2566
2567 * gnus-sum.el (gnus-summary-read-group): Document more parameters
2568 (bug#9693).
2569 (gnus-summary-setup-buffer): Document return value (bug#9697).
2570
2571 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2572 since ido doesn't work on symbols (bug#9632).
2573
2574 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2575 when getting a single value as when getting all the values. This means
2576 that atoms like `gcc-self' work cumulatively, like variable settings,
2577 instead of getting the value from the last matching clause.
2578 (gnus-group-find-parameter): Protect against the group buffer not
2579 existing (bug#9585).
2580
2581 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2582
2583 * gnus-start.el (gnus-activate-group): Document more parameters
2584 (bug#9694).
2585
2586 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2587 (bug#9692).
2588
2589 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2590 article was fetched, so that it can be expired later (bug#9958).
2591 (gnus-agent-summary-fetch-series): Add doc string.
2592 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2593 (bug#9517).
2594
2595 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2596 retrieval is happening.
2597
2598 * gnus.el (gnus-parameters): Doc fix.
2599
2600 2012-01-06 Dave Abrahams <dave@boostpro.com>
2601
2602 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2603 show the thread after expansion.
2604
2605 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2606
2607 * gnus-art.el (article-narrow-to-head): If the head is completely
2608 empty, narrow to the empty region (bug#9764).
2609
2610 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2611 read, and then mark them as unread only when the unread mark is used.
2612 This makes `C-- T k' actually work, even though it's confusing.
2613
2614 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2615 alive before we try to find its window.
2616
2617 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
2618
2619 * mm-decode.el (mm-display-external): Use a longer timeout for the
2620 deletion to allow slow programs to display the file.
2621
2622 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2623
2624 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2625 prompt to be less confusing.
2626
2627 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2628 argument to `message-reply'. This broke `special-display-*' frame
2629 pop-uping (bug#10238).
2630
2631 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2632
2633 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2634 systems, since these allegedly don't work there.
2635
2636 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
2637
2638 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2639 live buffer.
2640
2641 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2642
2643 * nnir.el (nnir-retrieve-headers): Protect against the article not
2644 existing on the server (bug#10335).
2645
2646 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2647
2648 * gnus-agent.el (gnus-agent-load-local):
2649 Recompute gnus-agent-article-local on changing method.
2650
2651 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2652
2653 * gnus.el (gnus-parameters): Note precedence.
2654
2655 2012-01-04 Leo Liu <sdl.web@gmail.com>
2656
2657 * nndraft.el (nndraft-update-unread-articles): Don't move point around
2658 in the group buffer.
2659
2660 2012-01-04 Julien Danjou <julien@danjou.info>
2661
2662 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2663 change.
2664
2665 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2666
2667 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2668 too.
2669
2670 * nntp.el (nntp-retrieve-group-data-early): Use it.
2671
2672 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2673
2674 * nntp.el (nntp-retrieval-in-progress): New variable.
2675 (nntp-make-process-buffer): Make it buffer-local.
2676
2677 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2678 2010.
2679 (gnus-demon-init): Use it to compute the time if time is on the form
2680 "04:23".
2681
2682 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2683
2684 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2685 status in the correct buffer.
2686
2687 2012-01-03 Leo Liu <sdl.web@gmail.com>
2688
2689 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2690 when opening topics (bug#10407).
2691
2692 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
2693
2694 * mm-view.el (mm-display-inline-fontify): Add comment.
2695
2696 2011-12-15 Juri Linkov <juri@jurta.org>
2697
2698 * mm-decode.el (mm-inline-media-tests): Add missing
2699 `mm-handle-media-subtype'.
2700
2701 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
2702
2703 * message.el (message-valid-fqdn-regexp): Update with newly approved
2704 top-level domain names ".tel" and ".asia".
2705
2706 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
2707
2708 * gnus-sum.el (gnus-summary-show-article): Don't load shr
2709 unconditionally.
2710
2711 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2712
2713 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2714 pop-to-buffer-same-window for old Emacsen.
2715
2716 2011-12-04 Chong Yidong <cyd@gnu.org>
2717
2718 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2719 change (Bug#10200).
2720
2721 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
2722
2723 * compface.el (uncompface):
2724 * gnus-art.el (gnus-article-x-face-command): Update the header format
2725 of icon data for the most recent icontopbm program.
2726
2727 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2728
2729 * gnus-msg.el (gnus-inews-do-gcc):
2730 * message.el (message-send-mail):
2731 * mml.el (mml-generate-mime): Share the value of the buffer-local
2732 `message-options' variable between a draft buffer and temprary working
2733 buffers.
2734
2735 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2738
2739 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2740
2741 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2742 for Cygwin.
2743
2744 2011-11-24 Glenn Morris <rgm@gnu.org>
2745
2746 * starttls.el: Fix case of "GnuTLS".
2747
2748 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2749
2750 * gnus-group.el (gnus-group-highlight): Fix typo.
2751
2752 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
2753
2754 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2755 value of `delete-file', that returns nil for a local file but returns t
2756 for a remote file using ssh.
2757
2758 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2759
2760 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2761 avoid later breakage.
2762
2763 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
2764
2765 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2766 article buffers' name.
2767
2768 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2769
2770 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2771 by Paul Eggert's spellfixes two days ago.
2772
2773 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2774
2775 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2776 buffer-local instead of binding them to avoid warnings. Also demote
2777 errors (bug#10063).
2778 (font-lock-mode-hook): Shut up byte compiler.
2779
2780 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2781
2782 * mm-util.el (mm-charset-after): Fix typo.
2783
2784 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2785
2786 * gnus-sum.el (gnus-summary-make-menu-bar):
2787 * gnus-uu.el (gnus-uu-decode-postscript)
2788 (gnus-uu-decode-postscript-and-save):
2789 * mailcap.el (mailcap-print-command):
2790 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2791 Fix typos.
2792
2793 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
2794
2795 * gnus-art.el (gnus-article-part-wrapper):
2796 * shr-color.el (shr-color-visible-distance-min)
2797 (shr-color-relative-to-absolute, set-minimum-interval)
2798 (shr-color-visible): Fix typos.
2799
2800 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2801
2802 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2803 slightly clearer.
2804
2805 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2806
2807 * message.el (message-send-and-exit): Document `arg'.
2808
2809 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2810
2811 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2812
2813 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
2814
2815 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2816 we don't use `bound-and-true-p'.
2817
2818 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
2819
2820 * gnus-util.el (gnus-bound-and-true-p): Remove.
2821 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2822 * nnir.el: Use it.
2823 * nnmairix.el: Use it.
2824
2825 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
2826
2827 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2828 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2829 for reasons unknown.
2830 * nnir.el: Use it.
2831 * nnmairix.el: Use it.
2832
2833 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2834 * nnir.el: Ditto.
2835 * nnmairix.el: Ditto.
2836
2837 * gnus-registry.el (gnus-registry-enabled): Default to nil.
2838
2839 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2840
2841 * message.el (message-completion-function): Make sure
2842 message-tab-body-function is not attempted if one of
2843 message-completion-alist fails to find a completion (bug#9158).
2844
2845 2011-10-26 Daiki Ueno <ueno@unixuser.org>
2846
2847 * mml.el (mml-quote-region): Quote <#secure> tag.
2848 (mml-generate-mime-1): Unquote <#secure> tag.
2849
2850 2011-10-20 Chong Yidong <cyd@gnu.org>
2851
2852 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2853 calling a minor mode from Lisp with nil arg enables it, so we have to
2854 make the wording a bit ambiguous here).
2855
2856 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
2857
2858 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2859 * nnir.el (nnir-mode): Use it.
2860 * nnmairix.el (nnmairix-determine-original-group-from-registry):
2861 Use it.
2862
2863 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2864 * nnmairix.el (gnus-registry-enabled): Ditto.
2865
2866 2011-10-17 Dave Abrahams <dave@boostpro.com>
2867
2868 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
2869 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2870 only while we need to find out if it should be t or nil.
2871 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2872 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2873 the registry is installed. Set it to nil when it's unloaded.
2874 (gnus-registry-install-p): Provide user guidance for the initial value
2875 of `gnus-registry-install' when it's 'ask, otherwise return its value.
2876 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2877 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2878 * nnmairix.el (nnmairix-determine-original-group-from-registry):
2879 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2880 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2881 `gnus-registry-install'.
2882
2883 2011-10-17 Daiki Ueno <ueno@unixuser.org>
2884
2885 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2886 previous change.
2887 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2888 primary key is marked as disabled.
2889
2890 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
2891
2892 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2893 primary key is marked as disabled.
2894
2895 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
2896
2897 * html2text.el (html2text-clean-anchor): Check for quotes around
2898 `href' value.
2899
2900 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
2901
2902 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2903 searching. Drop `bbdb-cache'.
2904
2905 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2906
2907 * message.el (message-signed-or-encrypted-p): Exclude header when
2908 checking if there is signed or encrypted body in text/plain message.
2909
2910 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
2911
2912 * html2text.el (html2text-get-attr): Correctly handle attribute values
2913 containing "=".
2914
2915 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
2916
2917 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2918 handle bindings.
2919
2920 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2921
2922 * gnus-win.el (gnus-configure-windows): Protect against reading
2923 ephemeral groups outside of Gnus.
2924
2925 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
2926
2927 * shr.el (shr-tag-img): Don't get images displayed in tables.
2928
2929 2011-10-03 Glenn Morris <rgm@gnu.org>
2930
2931 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2932 the "maintainer" version of debbugs.gnu.org reports.
2933
2934 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2935
2936 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2937 make asynchronous adjacent image insertion work better.
2938
2939 2011-09-27 Daiki Ueno <ueno@unixuser.org>
2940
2941 * plstore.el (plstore-select-keys, plstore-encrypt-to):
2942 Clarify documentation.
2943
2944 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2945
2946 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2947 `gnus-asynchronous' isn't shadowed.
2948
2949 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2950
2951 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2952 (nnimap-insert-partial-structure): The charset parameter isn't
2953 case-sensitive.
2954
2955 * nnheader.el (nnheader-message-maybe): New function.
2956
2957 * shr.el (shr-tag-table): Render totally broken tables better.
2958
2959 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2960 computing the boundary.
2961
2962 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2963
2964 * pop3.el (pop3-number-of-responses): Remove.
2965 (pop3-wait-for-messages): Rewrite to take linear time instead of
2966 exponential time.
2967
2968 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2969
2970 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2971 re-fetch images.
2972
2973 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2974 re-fetch images when hitting `g' in Gnus.
2975
2976 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
2977
2978 * mml.el (mml-inhibit-compute-boundary): New internal variable.
2979 (mml-compute-boundary): Don't check collision if it is non-nil.
2980 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2981 before checking collision.
2982
2983 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2984
2985 * message.el (message-indent-citation): Really make sure there's a
2986 newline at the end.
2987
2988 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2989 Fix suggested by John Wiegley.
2990
2991 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2992
2993 * gnus-art.el (gnus-treat-hide-citation): Add doc.
2994
2995 * message.el (message-default-send-rename-function): Break out into its
2996 own function.
2997
2998 * ecomplete.el (ecomplete-display-matches): Revert patch since it
2999 doesn't work under XEmacs.
3000
3001 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3002 of "imaps" to word around Windows problems.
3003 (nnimap-open-connection-1): Use it.
3004
3005 * message.el (message-indent-citation): Revert last change which made
3006 `F' not work.
3007
3008 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
3009
3010 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3011 terminal as well.
3012
3013 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
3014
3015 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3016 because it displays images using overlays that aren't easy to copy to
3017 the article buffer.
3018
3019 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
3020
3021 * message.el (message-indent-citation): Fix empty line removal at the
3022 end of the citation.
3023
3024 2011-09-20 Julien Danjou <julien@danjou.info>
3025
3026 * auth-source.el (auth-source-netrc-create): Use default value for
3027 password if specified. Evaluate default.
3028 (auth-source-plstore-create): Ditto.
3029 (auth-source-plstore-create, auth-source-netrc-create): Fix default
3030 value evaluation.
3031 (auth-source-netrc-create): Typo fix.
3032 (auth-source-plstore-create): Ditto.
3033
3034 * auth-source.el (auth-source-format-cache-entry): New function.
3035
3036 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3037
3038 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3039
3040 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3041
3042 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3043
3044 2011-09-19 Julien Danjou <julien@danjou.info>
3045
3046 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3047 which work with things that are not ASCII.
3048
3049 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3050
3051 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3052
3053 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3054
3055 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3056 message level.
3057
3058 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
3059
3060 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3061
3062 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3063
3064 * gnus.el (gnus-interactive-exit): Update defcustom spec.
3065
3066 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3067
3068 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3069 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3070
3071 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
3072
3073 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3074 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3075 articles.
3076
3077 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3078
3079 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3080 (message-mail-other-window, message-mail-other-frame)
3081 (message-news-other-window, message-news-other-frame):
3082 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3083 instead of setting buffer display variables.
3084
3085 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3086
3087 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3088
3089 * gnus-sum.el (gnus-fetch-headers): Bump message level.
3090
3091 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3092
3093 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3094 duplicates" to a higher level.
3095
3096 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3097 most egregious messages.
3098
3099 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3100
3101 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3102
3103 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
3104
3105 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3106 up the file (bug#9351).
3107
3108 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3109
3110 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
3111 it does with all other backends, but decode the names immediately after
3112 getting them.
3113
3114 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3115 decoding nnimap groups.
3116
3117 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3118 newsrc file. It doesn't seem like an important optimization any more.
3119
3120 2011-09-10 Dave Abrahams <dave@boostpro.com>
3121
3122 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3123 overflows.
3124
3125 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3126
3127 * gnus.el (gnus-article-mark-lists): Remove `recent'.
3128 (gnus-interactive-exit): Extend to `quiet'.
3129
3130 * gnus-sum.el (gnus-offer-save-summaries): Use it.
3131
3132 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3133 string.
3134
3135 * plstore.el (plstore--get-buffer): Silence compiler warnings by
3136 renaming function arguments from `this'.
3137
3138 * gnus-sum.el (gnus-newsgroup-recent): Remove.
3139
3140 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3141 has been renamed.
3142 (gnus-lrm-string-p): Include RLM and PDF, too.
3143
3144 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3145 (bug#9225).
3146
3147 2011-09-10 Eli Zaretskii <eliz@gnu.org>
3148
3149 Add autoload cookies for functions used by sendmail.el.
3150 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3151
3152 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3153
3154 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3155
3156 * gnus-art.el (article-date-ut): Work properly even when there are
3157 things like Date header in the body; work for forwarded parts.
3158
3159 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
3160
3161 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3162 original-article-buffer.
3163
3164 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
3165
3166 * nnir.el (nnir-compose-result): Fix matching of server type.
3167 (nnir-run-swish++): Ditto.
3168 (nnir-run-namazu): Ditto.
3169 (nnir-run-notmuch): Ditto.
3170
3171 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3172
3173 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3174 (bug#9405).
3175
3176 * gnus-score.el (gnus-summary-increase-score): Doc clarification
3177 (bug#9421).
3178
3179 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3180 (bug#9425).
3181
3182 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3183 thing (bug#9426).
3184
3185 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3186
3187 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3188 the error message.
3189
3190 2011-09-02 Eli Zaretskii <eliz@gnu.org>
3191
3192 * message.el (message-setup-1): Return t (Bug#9392).
3193
3194 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
3195
3196 * gnus-sum.el: When adding article headers to a summary buffer also
3197 update gnus-newsgroup-articles (bug#9386).
3198
3199 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
3200
3201 * auth-source.el: Autoload help-mode.
3202
3203 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3204
3205 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3206 names.
3207
3208 2011-08-27 Daiki Ueno <ueno@unixuser.org>
3209
3210 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3211 mm-replace-in-string for compatibility issues.
3212 * mml2015.el (mml2015-epg-verify): Ditto.
3213
3214 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
3215
3216 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3217
3218 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3219
3220 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3221
3222 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3223 continue on and do the clean-up phase (bug#9188).
3224
3225 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3226 just ignore groups that can't be opened instead of erroring out
3227 (bug#9225).
3228
3229 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3230 nil since some many people are fuddy-duddies.
3231
3232 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3233 images.
3234
3235 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3236 instead.
3237
3238 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3239
3240 * gnus-util.el (gnus-process-live-p): Copy over compat function.
3241
3242 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3243 processing.
3244
3245 * nntp.el (nntp-kill-buffer): Kill the process before killing the
3246 buffer to avoid warnings.
3247
3248 2011-08-20 Simon Josefsson <simon@josefsson.org>
3249
3250 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3251 specified to reduce precision.
3252
3253 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3254
3255 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3256 bodystructures (bug#9314).
3257
3258 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
3259
3260 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3261 Make button keymap non-sticky after buttons.
3262
3263 2011-08-18 David Engster <dengste@eml.cc>
3264
3265 * nnmairix.el (nnmairix-request-set-mark)
3266 (nnmairix-goto-original-article): Remove adding of article to registry,
3267 since `gnus-registry-add-group' isn't available anymore.
3268 (nnmairix-determine-original-group-from-registry):
3269 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3270 available anymore.
3271
3272 2011-08-12 Simon Josefsson <simon@josefsson.org>
3273
3274 * starttls.el (starttls-any-program-available): Define as obsolete
3275 function.
3276
3277 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3278
3279 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3280 versions which Gnus use when appropriate.
3281
3282 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3283 a pretty destructive command.
3284
3285 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3286
3287 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3288
3289 * message.el (message-fix-before-sending): Make a different warning
3290 about NUL characters (bug#9270).
3291
3292 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3293 from custom (bug#9260).
3294
3295 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3296 things work in Emacs 22 and XEmacs, too.
3297
3298 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3299 default From.
3300
3301 * gnus-spec.el (gnus-lrm-string-p): New macro.
3302 (gnus-lrm-string): New constant.
3303 (gnus-summary-line-format-spec): LRM-ify the from.
3304 (gnus-tilde-max-form): LRM-ify string chopping.
3305
3306 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3307
3308 * message.el (message-is-yours-p): Allow disabling canlock checking
3309 (bug#9295).
3310 (message-shoot-gnksa-feet): Add `canlock-verify'.
3311 (message-auto-save-directory): Use ~/ as the auto-save directory if the
3312 message directory isn't writable (bug#9304).
3313
3314 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3315 non-world-readable.
3316
3317 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
3318
3319 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3320 articles.
3321
3322 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
3323
3324 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3325 copy-list.
3326
3327 2011-08-12 Sam Steingold <sds@gnu.org>
3328
3329 * gnus-score.el (gnus-score-find-alist): Keep the score files already
3330 in the reverse order to avoid modifying the cache with `nreverse'.
3331 (gnus-all-score-files): Do not modify the value returned by
3332 `gnus-score-find-alist' because it lives in a cache variable.
3333 (gnus-current-home-score-file): No need to `nreverse' the return value
3334 of `gnus-score-find-alist', it is already in the correct order.
3335
3336 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
3337
3338 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3339 type MESSAGE and subtype RFC822 is slightly different from those of
3340 type TEXT.
3341
3342 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
3343
3344 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3345 This allows article-referral to work from an nnir group.
3346
3347 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
3348
3349 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3350
3351 2011-08-04 Daiki Ueno <ueno@unixuser.org>
3352
3353 * mml1991.el (mml1991-epg-find-usable-key)
3354 (mml1991-epg-find-usable-secret-key): New function.
3355 (mml1991-epg-sign): Check if signing key is usable.
3356 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3357
3358 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
3359
3360 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3361 server-variables only. This should fix a bug introduced with commit
3362 e1889675b7f4adf057833c5513c9374134c4e053.
3363 (nnir-run-query): 'nnir-search-engine should not be set from the global
3364 environment.
3365
3366 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
3367
3368 * nnir.el (nnir-search-thread): Position point on referring article
3369 line.
3370 (nnir-warp-to-article): Clean up summary buffers.
3371
3372 * nnimap.el (nnimap-request-thread): Whitespace fix.
3373
3374 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
3375
3376 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3377
3378 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3379
3380 * starttls.el (starttls-available-p): Rename from
3381 `starttls-any-program-available' and changed return convention.
3382
3383 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
3384
3385 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3386 `unix-sync' unless it's defined.
3387
3388 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
3389
3390 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3391 `aref' for XEmacs compatibiltiy.
3392
3393 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3394
3395 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3396
3397 2011-07-31 Dave Abrahams <dave@boostpro.com>
3398
3399 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3400 closures, quote the form properly (bug#9194).
3401
3402 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3403
3404 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3405 (gnus-summary-insert-new-articles): Protect against servers that are
3406 down.
3407
3408 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3409
3410 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3411 in mm handle if none is specified.
3412
3413 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
3414
3415 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3416
3417 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
3418
3419 * nnir.el (nnir-search-thread): New function to make an nnir group
3420 based on a thread query.
3421
3422 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3423 of nnir in thread referral.
3424 (gnus-summary-refer-thread): Use it.
3425
3426 * nnimap.el (nnimap-request-thread): Use it.
3427
3428 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3429
3430 * shr.el (shr-tag-comment): Ignore HTML comments.
3431
3432 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
3433
3434 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3435 argument.
3436 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3437 Use `nnir-address' to handle server info rather than passing an arg.
3438
3439 * nnimap.el (nnimap-make-thread-query): New utility function to format
3440 an imap thread search query.
3441 (nnimap-request-thread): Use it.
3442
3443 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3444 right select-method if we are not going back to the group buffer.
3445
3446 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3447
3448 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3449 enter invalid buffer configurations into the quit form (bug#9107).
3450 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3451 unplugged/plugged.
3452
3453 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3454 keep track of which ones are unread (bug#9061).
3455
3456 * gnus.el (gnus-refer-article-method): Allow entering any sexp
3457 (bug#9055).
3458
3459 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3460 (bug#9041).
3461
3462 * gnus-html.el (mm-util): Require (bug#9073).
3463
3464 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3465 (gnus-summary-refer-thread): Use it to remove duplicates in the
3466 un-threaded view (bug#9053).
3467 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3468
3469 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
3470
3471 * nnir.el (nnir-read-server-parm): Use default value from global
3472 variable. Without this the default search engine parameters aren't
3473 used at all.
3474
3475 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3476
3477 * message.el (message-unique-id): Don't use the undocumented return
3478 value from (random t) (bug#9118).
3479
3480 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3481
3482 * message.el (message-auto-save-directory): If the ~/Mail directory
3483 doesn't exist, use ~ as the auto-save directory (bug#4432).
3484
3485 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3486 hasn't already been started.
3487
3488 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3489
3490 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3491
3492 * message.el (message-reply): Work around mysterious bug where
3493 `message-mode' seems to overwrite the locally bound `subject' variable.
3494
3495 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
3496
3497 * nnimap.el (nnimap-request-thread): Ensure search is performed in
3498 correct group.
3499
3500 * gnus-int.el (gnus-request-thread): Add group argument.
3501
3502 * gnus-sum.el (gnus-summary-refer-thread): Use it.
3503
3504 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3505
3506 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3507 renamed to `debbugs-gnu-*'.
3508
3509 2011-07-08 Daiki Ueno <ueno@unixuser.org>
3510
3511 * plstore.el: Revert the editing feature since it is not urgent.
3512 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3513 (plstore-mode-decoded): Remove.
3514
3515 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3516
3517 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
3518 isn't very interesting any more, and it leaks potentially secret data.
3519 (gnus-debug): Remove.
3520
3521 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3522 use of :custom-show.
3523
3524 2011-07-07 Daiki Ueno <ueno@unixuser.org>
3525
3526 * plstore.el: Add documentation.
3527 (plstore-mode): New mode to edit plstore file.
3528 (plstore-mode-toggle-display, plstore-mode-original)
3529 (plstore-mode-decoded): New command.
3530 (plstore--encode, plstore--decode, plstore--write-contents-functions)
3531 (plstore--insert-buffer, plstore--make): New function.
3532 (plstore-open, plstore-save): Simplify by using them.
3533
3534 2011-07-06 Glenn Morris <rgm@gnu.org>
3535
3536 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3537
3538 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3539
3540 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3541 no longer is much used.
3542 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3543 Articles".
3544
3545 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
3546
3547 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3548 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3549 `notmuch' backend.
3550
3551 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3552
3553 * mm-decode.el (mm-text-html-renderer): Doc fix.
3554
3555 * gnus-msg.el (gnus-bug): Fix the MML tag.
3556
3557 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3558
3559 2011-07-05 Daiki Ueno <ueno@unixuser.org>
3560
3561 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3562 secondary methods if started with `gnus-no-server'.
3563
3564 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
3565
3566 * message.el (message-return-action): Fix typo in docstring.
3567
3568 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3569
3570 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3571 bug reports at once.
3572
3573 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3574
3575 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
3576
3577 * nndraft.el: Require gnus-group.
3578 (nndraft-request-list): Declare.
3579
3580 * nndraft.el (nndraft-update-unread-articles): Don't show group having
3581 no unread article unless it matches gnus-permanently-visible-groups.
3582
3583 * nndraft.el (nndraft-update-unread-articles): New function.
3584 (nndraft-request-associate-buffer): Use it to update the number of
3585 unread articles for the nndraft groups in the group buffer when saving
3586 or killing a draft message.
3587
3588 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3589
3590 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3591 systems to binary before writing and reading the mbox files.
3592
3593 * gnus.el (gnus-summary-line-format): Link to the info node for %U
3594 instead of trying to list them all (bug#8978).
3595
3596 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3597
3598 * pop3.el (pop3-open-server): Use :end-of-capability.
3599
3600 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3601
3602 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3603 the id is always a number.
3604
3605 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3606 debbugs mode, if possible.
3607
3608 2011-07-02 Daiki Ueno <ueno@unixuser.org>
3609
3610 * auth-source.el (auth-source-token-passphrase-callback-function):
3611 Reindent.
3612 (epg-context-operation): Remove unnecessary autoload.
3613
3614 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3615
3616 * gnus.el (gnus-list-debbugs): New command.
3617
3618 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3619 mboxstat instead of the maintbox, since the stat seems to be fuller.
3620
3621 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3622 summary buffers.
3623
3624 * message.el (message-get-reply-headers): Delete all duplicates,
3625 instead of the first.
3626 (message-get-reply-headers): Ensure that we have progress while
3627 deleting duplicates.
3628
3629 * gnus-msg.el (gnus-configure-posting-styles): Get the local
3630 gnus-posting-style value from the summary buffer to make it easier to
3631 make that a per-buffer conf.
3632
3633 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
3634
3635 * nnir.el (nnir-run-imap): Allow halting a search when an article is
3636 found by setting `shortcut' in 'query.
3637 (nnir-request-article): Use `shortcut' setting when requesting article
3638 by Message-ID.
3639
3640 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
3641
3642 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3643 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3644 Bring the pseudo-headers back too.
3645
3646 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3647
3648 * auth-source.el (auth-source-token-passphrase-callback-function):
3649 Simplify and remove EPA dependency.
3650
3651 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
3652
3653 * nnir.el (nnir-request-article): Fix error message text.
3654
3655 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3656
3657 * auth-source.el (plstore-delete): Autoload.
3658 (auth-source-plstore-search): Support delete operation.
3659 * plstore.el (plstore-delete): New function.
3660
3661 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
3662
3663 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3664 mark actually existing articles as unread rather than the ones that
3665 active asserts.
3666
3667 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
3668
3669 * nntp.el (nntp-record-command):
3670 * gnus-util.el (gnus-message-with-timestamp-1):
3671 Use format-time-string rather than decoding time stamps by hand.
3672 This is simpler and insulates the code from potential changes to
3673 current-time format.
3674
3675 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
3676
3677 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3678
3679 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3680
3681 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3682 (plstore-save): Support public key encryption.
3683 (plstore--init-from-buffer): New function.
3684 (plstore-open): Use it; fix error when opening a non-existent file.
3685 (plstore-revert): Use plstore--init-from-buffer.
3686
3687 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3688
3689 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3690
3691 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
3692
3693 * mml2015.el (mml2015-use): Replace string-match-p with string-match
3694 for old Emacsen.
3695
3696 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3697
3698 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3699 is not fully working.
3700
3701 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3702
3703 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3704 quit window configuration.
3705
3706 * auth-source.el (epg-context-set-passphrase-callback):
3707 Remove duplicate autoload.
3708
3709 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
3710
3711 * nnir.el (nnir-request-article): Allow requesting articles by
3712 Message-ID with nnimap.
3713
3714 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3715 current server.
3716
3717 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
3718
3719 * auth-source.el: Autoload EPA/EPG functions.
3720 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3721 changed when EPA/EPG is not available.
3722 (auth-source-backend): Rename "arg" member to "data".
3723 (auth-source-backend-parse, auth-source-plstore-search)
3724 (auth-source-plstore-create): Use it.
3725
3726 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
3727
3728 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3729 `gnus-refer-article-methods'.
3730
3731 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
3732
3733 * auth-source.el: Require EPA and EPG.
3734 (auth-source-passphrase-alist): New variable.
3735 (auth-source-passphrase-callback-function)
3736 (auth-source-token-passphrase-callback-function): Callbacks for the
3737 netrc field encryption (GPG tokens).
3738 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3739 Symmetric encryption and decryption of the netrc GPG tokens.
3740 (auth-source-netrc-normalize): Use them, simplifying the closure.
3741
3742 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3743
3744 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3745 non-nil, and `nnimap-split-methods' is nil, use the former.
3746
3747 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3748
3749 * plstore.el (plstore-revert): New function.
3750 (plstore-open): Use it; hide the buffer from user.
3751
3752 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3753
3754 * auth-source.el (auth-source-backend): New member "arg".
3755 (auth-source-backend-parse): Handle new backend 'plstore.
3756 * plstore.el: New file.
3757
3758 2011-06-30 Glenn Morris <rgm@gnu.org>
3759
3760 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3761
3762 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3763
3764 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3765
3766 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3767 expiring articles to.
3768
3769 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3770 variations as ASCII (bug#5458).
3771
3772 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
3773
3774 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3775
3776 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3777
3778 * message.el (message-point-in-header-p): Tweak the function to default
3779 to saying that we're not in the headers if there is no separator at
3780 all. This makes it possible to use the Message version of `M-q' in
3781 buffers with no headers (bug#7987).
3782 (message-point-in-header-p): Fix last checkin to work with an empty
3783 mail-header-separator, too.
3784
3785 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3786 again, save the choice via customize.
3787
3788 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3789
3790 * message.el (message-send-mail-function): Add `sendmail-query-once'.
3791
3792 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3793 ended the connection, bail out before waiting infinitely on a new
3794 connection.
3795
3796 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
3797
3798 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3799 reports.
3800
3801 * gnus.el (gnus-bug-package): Use "gnus."
3802 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3803
3804 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3805
3806 * gnus-art.el (gnus-article-stop-animations): New function to stop any
3807 animations going on at article exit time.
3808
3809 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3810 since removing it breaks people upgrading.
3811
3812 * shr.el (shr-put-image): Use the new interface for animating images.
3813 (shr-put-image): Animate for 60 seconds.
3814
3815 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3816 error with `find-file-hooks' on Emacs 22.
3817 (with-auth-source-epa-overrides): Ugly hack to Wrap the
3818 `find-file-hook' things in `symbol-value' to avoid compilation warnings
3819 on all architectures.
3820
3821 * spam.el (spam-stat): Require in a normal fashion without binding
3822 `spam-stat-install-hooks' to avoid compilation warnings.
3823
3824 * spam-stat.el (spam-stat-install-hooks): Remove.
3825 (spam-stat-install-hooks): Don't run automatically.
3826
3827 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
3828
3829 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3830 and keystroke.
3831
3832 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
3833
3834 * auth-source.el (auth-source-netrc-cache): Move forward.
3835
3836 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3837
3838 * auth-source.el (auth-source-netrc-create): Don't query the bits that
3839 we already know.
3840 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3841 (auth-source-netrc-create): Don't prompt for the stuff we already know.
3842
3843 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3844
3845 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3846 %S format, since that looks odd.
3847 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3848 file, especially when saving.
3849
3850 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
3851
3852 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
3853 article found.
3854
3855 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
3856
3857 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3858 `auth-source-save-secrets' with a more sensitive alist that can be
3859 configured per file. Experimental, so defaults to 'never.
3860 (auth-source-netrc-create): Use it. Still experimental code.
3861 (with-auth-source-epa-overrides): Use `find-file-hooks' if
3862 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
3863
3864 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
3865
3866 * auth-source.el (auth-source-save-secrets): New variable to control if
3867 secret tokens should be saved encrypted.
3868 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3869 to `auth-source-netrc-normalize'.
3870 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
3871 on the EPA variables being defined.
3872 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3873 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3874 the lexical-let closure.
3875 (auth-source-netrc-create): Create "gpg:" tokens according to
3876 `auth-source-save-secrets'.
3877
3878 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
3879
3880 * gnus-group.el (gnus-group-update-group): Add new argument
3881 `info-unchanged' that stops updating dribble buffer.
3882
3883 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3884 deletes lines matching to it in dribble buffer.
3885
3886 * gnus-agent.el (gnus-agent-fetch-group-1):
3887 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3888 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3889 * gnus-start.el (gnus-group-change-level):
3890 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3891
3892 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3893 if newsgroup info is not changed.
3894
3895 * gnus-group.el (gnus-group-get-new-news-this-group):
3896 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3897 Don't update dribble buffer.
3898
3899 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
3900
3901 * gnus-registry.el (gnus-registry-remove-ignored): New function to
3902 remove entries with groups we ignore.
3903
3904 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3905
3906 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3907 the underline comes at the bottom.
3908
3909 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
3910
3911 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3912 `gnus-registry-user-format-function-M' and declare the latter obsolete.
3913 (gnus-registry-article-marks-to-names): Rename from
3914 `gnus-registry-user-format-function-M2'.
3915
3916 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
3917
3918 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3919 ephemeral group.
3920
3921 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3922
3923 * shr.el (shr-browse-image): Copy the URL if called interactively.
3924
3925 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3926
3927 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3928 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
3929 done, then unselected articles may be marked as read.
3930
3931 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3932 since not doing this seems to lead to a race condition in pop3-logon.
3933
3934 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3935 so that the call chain it correct when we call "upwards".
3936
3937 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3938 in read-only groups.
3939
3940 * gnus-group.el (gnus-group-mark-article-read): Ditto.
3941
3942 * message.el (message-cite-reply-position): Doc string fix.
3943
3944 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3945 avoid regexp overflow.
3946 (nnimap-transform-split-mail): Ditto.
3947
3948 * pop3.el (pop3-retr): Error out if the server closes the connection.
3949
3950 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3951
3952 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3953 mm-with-unibyte-current-buffer. The buffer should not contain any
3954 multibyte chars anyway at this stage.
3955
3956 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3957
3958 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3959 at the end of lines.
3960
3961 2011-05-29 Julien Danjou <julien@danjou.info>
3962
3963 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3964
3965 2011-05-27 Glenn Morris <rgm@gnu.org>
3966
3967 * gnus-group.el (gnus-bug-group-download-format-alist):
3968 Use the "maintainer" version of debian reports as well.
3969
3970 2011-05-26 Glenn Morris <rgm@gnu.org>
3971
3972 * gnus-group.el (gnus-bug-group-download-format-alist):
3973 Use the "maintainer" version of debbugs.gnu.org reports.
3974
3975 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
3976
3977 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3978
3979 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
3980
3981 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3982 the thread moves us backwards and so we loop forever.
3983
3984 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
3985
3986 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3987 whitespace in base64 data lines.
3988
3989 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
3990
3991 * gnus-registry.el (gnus-registry-user-format-function-M):
3992 Use `mapconcat'.
3993 (gnus-registry-user-format-function-M2): Use to see the full text of
3994 the marks. Make "," the mark text separator.
3995
3996 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3997 authentication with auth-source.
3998
3999 2011-05-17 Glenn Morris <rgm@gnu.org>
4000
4001 * gnus-group.el (gnus-import-other-newsrc-file):
4002 Use insert-file-contents.
4003
4004 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
4005
4006 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4007 1000 iterations.
4008
4009 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4010
4011 * nntp.el (nntp-open-connection): Check if process-type is available.
4012
4013 2011-05-16 Julien Danjou <julien@danjou.info>
4014
4015 * shr.el (shr-tag-del): Add support for del tag.
4016
4017 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4018
4019 * gnus-html.el (gnus-html-put-image): Register a displayer.
4020
4021 * shr.el (shr-image-displayer): Don't remove text props from alt text.
4022
4023 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
4024
4025 * registry.el (prune-factor): New initialization parameter defaulting
4026 to 0.1.
4027 (registry-prune-hard): Use it.
4028
4029 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4030 0.1 expicitly.
4031
4032 2011-05-13 Glenn Morris <rgm@gnu.org>
4033
4034 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4035 is bound, since this function requires sendmail.
4036
4037 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
4038
4039 * registry.el (registry-usage-test): Disable pruning test.
4040
4041 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
4042
4043 * registry.el (registry-prune-hard-candidates)
4044 (registry-prune-soft-candidates): Helper methods for registry pruning.
4045 (registry-prune): Use them. Make the sort function optional.
4046
4047 2011-05-10 Jim Meyering <meyering@redhat.com>
4048
4049 * shr.el (shr-colorize-region): Fix typo "on on -> on".
4050
4051 2011-05-10 Julien Danjou <julien@danjou.info>
4052
4053 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4054 symbol and not a list.
4055
4056 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4057
4058 * gnus-art.el (gnus-article-mode): Move binding of
4059 shr-put-image-function here from gnus-article-prepare-display.
4060
4061 * shr.el (shr-put-image-function): New variable.
4062 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4063 (shr-put-image): Return scaled image.
4064
4065 * gnus-art.el (gnus-shr-put-image): New function.
4066 (gnus-article-prepare-display): Bind shr-put-image-function to it.
4067
4068 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4069 original ones, as deletable.
4070
4071 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4072
4073 * nntp.el (nntp-open-connection): Set TCP keepalive option.
4074
4075 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4076
4077 * registry.el (registry-full): Add convenience method. Fix logic.
4078 (registry-insert): Use it. Fix logic here too.
4079
4080 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4081 `registry-prune' if `registry-full' returns t.
4082 (gnus-registry-handle-action)
4083 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4084 (gnus-registry-usage-test): Use it.
4085
4086 2011-05-07 Julien Danjou <julien@danjou.info>
4087
4088 * shr.el (shr-link): Make shr-link inherit from link by default.
4089
4090 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
4091
4092 * shr.el (shr-urlify, shr-link): Fix shr-link face.
4093
4094 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
4095
4096 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4097 error out because the face is not a list.
4098
4099 2011-05-05 Glenn Morris <rgm@gnu.org>
4100
4101 * gnus-start.el (gnus-propagate-marks): Declare.
4102
4103 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
4104
4105 * registry.el (registry-reindex): Fix percentage message.
4106
4107 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4108
4109 * shr.el: Add shr-link face for links.
4110 (shr-urlify): Use it.
4111
4112 * registry.el (registry-insert): Make error message more helpful.
4113
4114 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4115
4116 * gnus-html.el (gnus-html-schedule-image-fetching):
4117 Use url-queue-retrieve, if it exists.
4118
4119 * shr.el (shr-tag-img): Ditto.
4120
4121 * gnus.el: Autoload more gnus-agent functions.
4122
4123 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4124 agent if we haven't already (bug#8502).
4125
4126 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4127 into the Agent, too.
4128
4129 * gnus-agent.el (gnus-agent-store-article): New function.
4130
4131 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4132 and moved from that file for reuse.
4133
4134 * pop3.el (pop3-open-server): Error messages are "-ERR".
4135
4136 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4137
4138 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4139 (open-tls-stream): Remove superfluous tls/starttls autoloads.
4140
4141 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4142
4143 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4144 buffer has moved to a different frame.
4145
4146 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4147
4148 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4149 to get the conversion from unibyte to multibyte buffers to work on
4150 Emacs 22.
4151
4152 * nntp.el (nntp-request-article): Slight clean-up.
4153
4154 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4155
4156 * shr.el (shr-strike-through): New face.
4157 (shr-tag-s): Use it to provide <s> support.
4158 (shr-tag-s): Remove duplicate definition.
4159
4160 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
4161
4162 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4163 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4164
4165 2011-04-23 Glenn Morris <rgm@gnu.org>
4166
4167 * gnus-sum.el (gnus-extra-headers): Bump :version.
4168
4169 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4170
4171 * shr.el (shr-tag-sup): New function.
4172 (shr-tag-sub): Ditto.
4173
4174 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
4175
4176 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4177 for the case where `gnus-registry-ignored-groups' is a list of lists,
4178 and don't call `gnus-parameter-registry-ignore' otherwise.
4179
4180 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
4181
4182 * nnimap.el (nnimap-user): New backend variable.
4183 (nnimap-open-connection-1): Use it.
4184 (nnimap-credentials): Accept user parameter so it's explicit what user
4185 name is desired.
4186
4187 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4188 default.
4189
4190 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4191 not gnus-registry.el.
4192
4193 * gnus-registry.el: Mention in comments how to modify
4194 `gnus-extra-headers' for proper recipient tracking and that it may
4195 already have To and Cc recently, which it does as of this commit.
4196 (gnus-registry-ignored-groups): Remove defcustom.
4197 Explain why in comments.
4198 (gnus-registry-action): Fix data-header reference to use the extra
4199 headers. Explain in package commentary how to add To and Cc headers to
4200 the gnus-extra-headers.
4201 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4202 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4203 parameter list or a string list in `gnus-registry-ignored-groups'.
4204 Fix logic error.
4205
4206 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4207
4208 * shr.el (shr-expand-url): Protect against null urls.
4209
4210 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4211
4212 * shr.el (shr-base): New binding.
4213 (shr-tag-base): Keep track of <base>.
4214 (shr-expand-url): New function used throughout.
4215
4216 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
4217
4218 * gnus-registry.el
4219 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4220 (gnus-registry-ignored-groups): New variable.
4221 (gnus-registry-ignore-group-p): Use it.
4222 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4223 set the destination group to nil (same as delete) if it's ignored.
4224
4225 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4226
4227 * gnus-registry.el (gnus-registry-action)
4228 (gnus-registry-fetch-header-fast):
4229 Don't use mail-header that looks an internal function of mailheader.el.
4230
4231 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4232
4233 * gnus-registry.el: Eliminate cl functions.
4234 (gnus-registry-sort-addresses): New function that replaces mapcan.
4235 (gnus-registry-action, gnus-registry-spool-action)
4236 (gnus-registry-split-fancy-with-parent)
4237 (gnus-registry-fetch-recipients-fast): Use it.
4238 (gnus-registry-import-eld): Replace delete* with dolist + delq.
4239
4240 * registry.el (initialize-instance, registry-lookup)
4241 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4242 (registry-lookup-secondary-value, registry-search, registry-delete)
4243 (registry-insert, registry-reindex, registry-size, registry-prune):
4244 Use eval-and-compile.
4245
4246 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
4247
4248 * registry.el (registry-reindex): New method to recreate the secondary
4249 registry indices.
4250
4251 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4252 tracked field changes.
4253 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4254 (gnus-registry-action, gnus-registry-spool-action)
4255 (gnus-registry-handle-action)
4256 (gnus-registry--split-fancy-with-parent-internal)
4257 (gnus-registry-split-fancy-with-parent)
4258 (gnus-registry-register-message-ids): Add recipient tracking on spool,
4259 move, and delete actions, and for fancy splitting with parent.
4260 (gnus-registry-extract-addresses)
4261 (gnus-registry-fetch-recipients-fast)
4262 (gnus-registry-fetch-header-fast): Convenience functions.
4263 (gnus-registry-misc-test): ERT test of
4264 `gnus-registry-extract-addresses'.
4265
4266 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
4267
4268 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4269 Track by subject first, then sender.
4270
4271 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4272
4273 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4274
4275 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4276 Lisp.
4277
4278 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4279 (gnus-draft-send): Use it to avoid popping
4280 up frames from gnus-group-send-queue.
4281
4282 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
4283
4284 * gnus-registry.el: Updated gnus-registry docs.
4285
4286 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
4287
4288 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4289 Fix logic bug.
4290 (gnus-registry-post-process-groups): Fix logging of no results and
4291 quote sender and subject.
4292
4293 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4294
4295 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4296 (gnus-read-active-for-groups): Don't try to finish getting stuff where
4297 we had no early-data returned.
4298 (gnus-get-unread-articles): Add a sanity check so that we don't issue
4299 two async commands to the same server at the same time.
4300
4301 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
4302
4303 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4304
4305 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4306
4307 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4308 "warning" level.
4309
4310 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4311 (mm-url-insert-file-contents): Don't set the package names.
4312
4313 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
4314
4315 * gnus-registry.el (gnus-registry-action): Remove properties and
4316 simplify subject in `gnus-registry-handle-action'.
4317 (gnus-registry-spool-action): Get subject and sender from message if
4318 they are not passed in.
4319 (gnus-registry-handle-action): Remove properties and simplify subject
4320 consistently.
4321
4322 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4323
4324 * registry.el: Require CL before using defmacro*.
4325
4326 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
4327
4328 * gnus-art.el (article-treat-date): Assume that
4329 gnus-article-date-headers may be a group parameter.
4330
4331 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
4332
4333 * gnus-registry.el (gnus-registry-handle-action): More debugging.
4334
4335 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4336 interactively so the newsrc file can contain foreign groups too.
4337 Useful for debugging but not much for users.
4338
4339 2011-04-07 David Engster <dengste@eml.cc>
4340
4341 * registry.el (registry-usage-test): Only do
4342 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4343 lexical binding.
4344
4345 2011-04-06 David Engster <dengste@eml.cc>
4346
4347 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4348 argument NOERROR for `require', since XEmacs 21.4 does not support it.
4349
4350 2011-04-06 David Engster <dengste@eml.cc>
4351
4352 * registry.el (initialize-instance): Change :after to :AFTER to be
4353 compatible with old EIEIO version in XEmacs.
4354
4355 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
4356
4357 * gnus-registry.el (gnus-registry-post-process-groups)
4358 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4359 and provide better messaging.
4360
4361 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
4362
4363 * gnus-registry.el: Don't use ERT if it's not available. Load it
4364 unconditionally anyway, discarding errors.
4365 (gnus-registry-delete-entries): New convenience function.
4366 (gnus-registry-import-eld): Import from old .eld registry.
4367
4368 * registry.el: Don't use ERT if it's not available. Load it
4369 unconditionally anyway, discarding errors.
4370
4371 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4372 version from the Claudio Bley GnuTLS patch (extra optional parameters
4373 and host name).
4374
4375 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
4376
4377 * gnus-registry.el (gnus-registry-fixup-registry): New function to
4378 fixup the parameters that can be customized by the user between
4379 save/read cycles.
4380 (gnus-registry-read): Use it.
4381 (gnus-registry-make-db): Use it.
4382 (gnus-registry-spool-action, gnus-registry-handle-action):
4383 Fix messaging.
4384 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4385 Map references to actual group names with sender and subject tracking.
4386 (gnus-registry-post-process-groups): Use `cond' for better messaging.
4387 (gnus-registry-usage-test): Add subject lookup test.
4388
4389 * registry.el (registry-db, initialize-instance): Set up constructor
4390 instead of :initform arguments for the sake of older Emacsen.
4391 (registry-lookup-breaks-before-lexbind): New method to demonstrate
4392 pre-lexbind merge bug.
4393 (registry-usage-test): Use it.
4394 (initialize-instance, registry-db): Move the non-function initforms
4395 back to the class definition.
4396
4397 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
4398
4399 * registry.el: New library to manage gnus-registry-style data.
4400
4401 * gnus-registry.el: Use it (major rewrite).
4402
4403 * nnregistry.el: Use it.
4404
4405 * spam.el: Use it.
4406
4407 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4408
4409 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4410 marks on non-selected articles.
4411
4412 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
4413
4414 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
4415
4416 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4417 parameter to open-protocol-stream.
4418
4419 2011-04-01 Julien Danjou <julien@danjou.info>
4420
4421 * mm-view.el (mm-display-inline-fontify): Do not fontify with
4422 fundamental-mode.
4423
4424 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4425
4426 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4427 servers.
4428
4429 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4430
4431 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4432 made marks not propagate, again.
4433
4434 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
4435
4436 * proto-stream.el (open-protocol-stream): Bring back `network' type.
4437 Make this the default type.
4438 (proto-stream-open-plain): Rename from proto-stream-open-default.
4439 (open-protocol-stream, proto-stream-open-starttls)
4440 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4441 with `plain'.
4442
4443 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4444 value.
4445
4446 * nntp.el (nntp-open-connection-function): Document the fact that some
4447 values are not functions but are instead handled specially.
4448 Recognize nntp-open-plain-stream value.
4449 (nntp-open-connection): Recognize that value.
4450
4451 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4452
4453 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4454 stuff.
4455
4456 * gnus-score.el (gnus-score-string): Fix calling convention of
4457 `gnus-simplify-buffer-fuzzy' after last patches.
4458
4459 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4460 server for articles we didn't get any headers for. This is a sanity
4461 check.
4462
4463 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
4464
4465 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4466 new CAPABILITY, use it.
4467
4468 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4469
4470 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4471 downloading anything.
4472
4473 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4474
4475 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
4476
4477 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4478 colors.
4479 (gnus-splash-svg-color-symbols): New function.
4480
4481 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4482
4483 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4484 instead of using the global gnus-simplify-subject-fuzzy-regexp.
4485 (gnus-simplify-subject-fuzzy): Use the local
4486 gnus-simplify-subject-fuzzy-regex instead of the global one.
4487 This makes using this variable in group parameters work.
4488
4489 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4490
4491 * gnus-registry.el (gnus-registry-unfollowed-groups):
4492 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4493 archive:sent-YYYY-MM-DD groups).
4494 (gnus-registry-split-fancy-with-parent): Bail out early in sender
4495 tracking if there are more than `gnus-registry-max-track-groups'
4496 matches.
4497
4498 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4499
4500 * message.el (message--yank-original-internal): New function to do the
4501 insertion cleanly inside eval in `message-yank-original'.
4502 (message-yank-original): Use it.
4503
4504 2011-03-29 Julien Danjou <julien@danjou.info>
4505
4506 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4507 local variables disabled rather than `normal-mode'.
4508
4509 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
4510
4511 * proto-stream.el: Changes preparatory to merging open-protocol-stream
4512 with open-network-stream.
4513 (proto-stream-always-use-starttls): Option removed.
4514 (open-protocol-stream): Return a process object by default. Provide a
4515 new parameter :return-list specifying a list-type return value, which
4516 now has the form (PROP . PLIST) instead of a fixed-length list. Change
4517 :type `network' to `try-starttls', and `network-only' to `default'.
4518 Make `default' the default, for compatibility with open-network-stream.
4519 Handle the no-parameter case exactly as open-network-stream, with no
4520 additional stream processing. Search plists using plist-get.
4521 Explicitly add :end-of-commend parameter if it is missing.
4522 (proto-stream-open-default): Rename from
4523 proto-stream-open-network-only. Return 'default as the type.
4524 (proto-stream-open-starttls): Rename from proto-stream-open-network.
4525 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
4526 failed. Always return a list with a (possibly dead) process as the
4527 first element, for compatibility with open-network-stream.
4528 (proto-stream-open-tls): Use plist-get. Always return a list.
4529 (proto-stream-open-shell): Return `default' as connection type.
4530 (proto-stream-capability-open): Use plist-get.
4531 (proto-stream-eoc): Function deleted.
4532
4533 * nnimap.el (nnimap-stream, nnimap-open-connection)
4534 (nnimap-open-connection-1): Handle renaming of :type parameter for
4535 open-protocol-stream.
4536 (nnimap-open-connection-1): Pass a :return-list parameter
4537 open-protocol-stream to obtain a list return value. Parse this list
4538 using plist-get.
4539
4540 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4541 for open-protocol-stream. Accept open-protocol-stream return value
4542 that is a subprocess object instead of a list. Handle the case of a
4543 dead returned process.
4544
4545 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
4546
4547 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4548
4549 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4550
4551 2011-03-21 Julien Danjou <julien@danjou.info>
4552
4553 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4554 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
4555 query.
4556 (mm-inline-text): Render normal text with fontification whenever
4557 possible.
4558
4559 * gnus-sum.el (gnus-summary-save-parts-1):
4560 * gnus-art.el (gnus-article-browse-html-save-cid-content)
4561 (gnus-article-browse-html-parts, gnus-mime-delete-part)
4562 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4563 Use `mm-handle-filename'.
4564
4565 * mm-util.el (mm-handle-filename): New function, return the filename of
4566 an handle.
4567
4568 2011-03-18 Julien Danjou <julien@danjou.info>
4569
4570 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4571 (gnus-buffer-live-p): Check that buffer is not nil.
4572
4573 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4574
4575 * gnus-art.el: Require mouse, which the build bot seems to say is
4576 needed.
4577
4578 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4579 XEmacs, since it doesn't have url-retrieve-synchronously.
4580
4581 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
4582
4583 * gnus-group.el (gnus-group-list-ticked): New function.
4584 (gnus-group-make-menu-bar): Provide a menu entry for it.
4585 (gnus-group-list-map): Provide a binding for it.
4586
4587 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4588
4589 * shr.el (shr-visit-file): New command.
4590
4591 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4592
4593 2011-03-17 Bjørn Mork <bjorn@mork.no>
4594
4595 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4596 servers.
4597
4598 2011-03-16 Julien Danjou <julien@danjou.info>
4599
4600 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4601 inline.
4602
4603 * gnus-art.el (article-hide-list-identifiers):
4604 Use gnus-group-get-list-identifiers.
4605
4606 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4607 (gnus-summary-remove-list-identifiers):
4608 Use gnus-group-get-list-identifiers to get regexp.
4609 (gnus-select-newsgroup, gnus-summary-insert-subject)
4610 (gnus-summary-insert-articles):
4611 Call gnus-summary-remove-list-identifiers unconditionally.
4612
4613 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4614
4615 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4616 we're selecting a group with unread articles.
4617
4618 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4619
4620 * gssapi.el: New file separated out from imap.el to provide a general
4621 Kerberos 5 connection facility for Emacs.
4622
4623 * message.el (message-elide-ellipsis): Document the format spec
4624 ellipsis.
4625
4626 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
4627
4628 * message.el (message-elide-region): Allow the ellipsis to say how many
4629 lines were removed.
4630
4631 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4632
4633 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4634 window configurations containing buffers that are now dead.
4635
4636 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4637 parsing to avoid integer overflows.
4638 (nnimap-parse-flags): Simplify the last change.
4639 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4640 too large for 32-bit Emacsen.
4641
4642 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4643
4644 * auth-source.el (auth-source-netrc-create):
4645 * message.el (message-yank-original): Fix use of `case'.
4646
4647 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
4648
4649 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4650 XEmacs, which was one character too wide.
4651
4652 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
4653
4654 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4655 default number of articles to display.
4656 (gnus-articles-to-read): Use pretty names for prompt.
4657
4658 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4659
4660 * gnus-int.el (gnus-open-server): Ditto.
4661
4662 * gnus-start.el (gnus-activate-group): Give a backtrace if
4663 debug-on-quit is set and the user hits `C-g'.
4664 (gnus-read-active-file): Ditto.
4665
4666 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4667
4668 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
4669
4670 * message.el (message-yank-original): Use cond instead of CL case.
4671
4672 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 * auth-source.el (auth-source-netrc-create): Use usual format for the
4675 default in prompts.
4676
4677 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
4678
4679 * auth-source.el (auth-source-netrc-create): Show the default in the
4680 prompt when prompting for token creation.
4681
4682 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
4683
4684 * auth-source.el (auth-source-format-prompt): Always convert the value
4685 to a string to avoid evaluating non-string arguments.
4686 (auth-source-netrc-create): Offer default properly, not as initial
4687 content in `read-string'.
4688 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4689 of line to determine if we've been run before. If so, don't run again,
4690 but print a trivial message to indicate the cache was hit instead.
4691
4692 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
4693
4694 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4695 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
4696 The user will have to run `gnus-sync-read' manually and wait for Cloudy
4697 Gnus.
4698
4699 2011-03-11 Julien Danjou <julien@danjou.info>
4700
4701 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4702 modified file".
4703
4704 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
4705
4706 * auth-source.el (auth-source-read-char-choice): New function to read a
4707 character choice using `dropdown-list', `read-char-choice', or
4708 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
4709 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
4710 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
4711 (auth-source-netrc-saver): Use it.
4712 (auth-source-pick-first-password): New convenience function.
4713
4714 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
4715
4716 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4717 parameter in the credentials.
4718 (nnimap-open-connection-1): Use it after a successful login.
4719 (nnimap-credentials): Add IMAP-specific user and password prompt.
4720
4721 * auth-source.el (auth-source-search): Add :require parameter, taking a
4722 list. Document it and the :save-function return token. Pass :require
4723 down. Change the CREATED message from a warning to a debug statement.
4724 (auth-source-search-backends): Pass :require down.
4725 (auth-source-netrc-search): Pass :require down.
4726 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4727 Change save prompt to indicate all modifications saved here are
4728 deletions.
4729 (auth-source-netrc-create): Take user login name as default in user
4730 prompt. Move all the save functionality to a lexically bound function
4731 under the :save-function token in the returned list. Set up clearer
4732 default prompts for user, host, port, and secret.
4733 (auth-source-netrc-saver): New function, intended to be wrapped for
4734 :save-function.
4735
4736 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4737
4738 * Version 23.3 released.
4739
4740 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4741
4742 * shr.el (shr-table-horizontal-line): Change the defaults for the table
4743 lines to be spaces instead.
4744
4745 2011-03-07 Julien Danjou <julien@danjou.info>
4746
4747 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4748 (sieve-sasl-auth): Check that auth-source-search did return something,
4749 or just return an empty string.
4750
4751 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
4752
4753 * gnus.el (gnus-interactive): Use read-directory-name.
4754
4755 * gnus-uu.el (gnus-uu-decode-uu-and-save)
4756 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4757 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4758 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4759 Likewise.
4760
4761 * gnus-group.el (gnus-group-make-directory-group): Likewise.
4762
4763 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4764
4765 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4766 onto the list of killed groups, too. This makes killed nnimap groups,
4767 for instance, more reliably not reappear.
4768
4769 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4770 the parent.
4771
4772 * gnus-sum.el (gnus-update-read-articles): Fix typo.
4773
4774 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4775 really have server-side marks.
4776
4777 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4778 since most backends do not usefully have server-side marks.
4779 (gnus-update-read-articles): Propagate marks to all backends that
4780 really have server-side marks.
4781
4782 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
4783
4784 * message.el (message-cite-reply-position, message-cite-style):
4785 New variables.
4786 (message-yank-original): Use the new citation styles.
4787
4788 2011-03-04 Daiki Ueno <ueno@unixuser.org>
4789
4790 * message.el (message-options): Revert the change that's a workaround
4791 for XEmacs buffer-local issue; don't mark it buffer-local when running
4792 under XEmacs.
4793
4794 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
4795
4796 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4797 numbers too big to be `read'.
4798
4799 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
4800
4801 * message.el (message-options): Make buffer-local two ways to attempt
4802 to fix a XEmacs bug.
4803
4804 2011-03-02 Julien Danjou <julien@danjou.info>
4805
4806 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4807
4808 2011-03-01 Julien Danjou <julien@danjou.info>
4809
4810 * gnus-art.el (list-identifier): Add list-identifier as a parameter
4811 group.
4812 (article-hide-list-identifiers): Use list-identifier group parameter.
4813
4814 2011-02-28 Julien Danjou <julien@danjou.info>
4815
4816 * sieve.el (sieve-buffer-script-name): New local variable to store
4817 sieve script name.
4818 (sieve-edit-script): Store sieve script name.
4819 (sieve-upload): Use sieve script name when uploading.
4820 (sieve-upload): Use substitute-command-keys.
4821 (sieve-edit-script): Use substitute-command-keys.
4822 (sieve-refresh-scriptlist): Use substitute-command-keys.
4823 (sieve-manage-mode-map): Define keymap properly.
4824 (sieve-manage-mode): Do not set mode name manually, change mode-name to
4825 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4826 Remove commented code about cvs.
4827 (sieve-manage-quit): New function.
4828 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4829
4830 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4831
4832 * gnus-group.el (gnus-import-other-newsrc-file): New function.
4833
4834 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
4835
4836 * auth-source.el (auth-source-search): Cache empty result sets.
4837
4838 * auth-source.el (auth-source-save-behavior): New variable to replace
4839 `auth-source-never-create'.
4840 (auth-source-netrc-create): Use it.
4841 (auth-source-never-save): Remove.
4842
4843 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
4844
4845 * nnimap.el (nnimap-stream): Doc fix.
4846 (nnimap-open-connection-1): Reverse the order of the ports to that the
4847 prompted-for port is first.
4848
4849 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4850 retrieval by the no-group selection.
4851
4852 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4853 numerical parameters.
4854
4855 2011-02-25 Julien Danjou <julien@danjou.info>
4856
4857 * gnus-gravatar.el: Use gnus-with-article-buffer.
4858
4859 * gnus-art.el (gnus-with-article-buffer): Check that the
4860 gnus-article-buffer is alive.
4861
4862 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
4863
4864 * auth-source.el (auth-source-creation-prompts): New variable to manage
4865 creation-time prompts.
4866 (auth-source-search): Document it.
4867 (auth-source-format-prompt): Add utility function.
4868 (auth-source-netrc-create): Don't default the user name to
4869 user-login-name. Use `auth-source-creation-prompts' and some default
4870 prompts for user, host, port, and password (the default generic prompt
4871 remains ugly).
4872 (auth-source-never-save): Add customizable option to never save info.
4873 (auth-source-netrc-create): Use it and improve save prompts. Fix help
4874 mode excursion.
4875
4876 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4877
4878 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4879 argument that XEmacs doesn't support.
4880
4881 2011-02-23 Julien Danjou <julien@danjou.info>
4882
4883 * gnus-art.el (article-make-date-line): Ignore errors if time is
4884 invalid and not convertible.
4885 (article-make-date-line): Only add lapsed time if time is not nil.
4886
4887 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
4888
4889 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4890 `read-char-choice' for backwards compatibility.
4891 (auth-source-netrc-element-or-first): New function to DTRT for
4892 parameter extraction.
4893 (auth-source-netrc-create): Use it and fix multiple parameter print
4894 bug. Use the default passed from above (given-default) or the
4895 built-in (user-login-name for :user).
4896
4897 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
4898
4899 * gnus-start.el (gnus-dribble-read-file):
4900 Set buffer-save-without-query, since we always want to save the dribble
4901 file, probably.
4902
4903 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4904 nnimap.
4905
4906 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4907 -summary- since it's a user-visible variable.
4908
4909 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4910 first time you use the new Gnus.
4911
4912 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
4913
4914 * auth-source.el: Don't load netrc.el.
4915 (auth-sources): Search ~/.netrc as well by default.
4916 (auth-source-debug): Add 'trivia option for extra output.
4917 (auth-source-do-trivia): Use it.
4918 (auth-source-search): Simplify logic to use
4919 `auth-source-search-backends'. Use `auth-source-do-trivia' where
4920 appropriate. Don't keep a running count at this level. Layer :create
4921 and :delete options appropriately on the first and second passes.
4922 Don't track the backend with the search results.
4923 (auth-source-search-backends): New function to search a list of
4924 backends for a processed spec.
4925 (auth-source-netrc-parse): Cache all netrc files, making
4926 auth-source-netrc-cache an alist keyed by the file name and using the
4927 file mtime as the caching criterion. Keep the obfuscated data secret
4928 with a lexical bind.
4929 (auth-source-netrc-search): Don't calculate the length of the results
4930 unnecessarily.
4931 (auth-source-search-backends): Fix bug.
4932 (auth-source-netrc-create): Rework prompts.
4933
4934 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
4935
4936 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4937 Lower case names of search constraints.
4938 (nnir-run-query): Cache and reuse search constraints for all imap
4939 servers.
4940
4941 2011-02-22 Sam Steingold <sds@gnu.org>
4942
4943 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
4944
4945 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
4946
4947 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4948 after exit.
4949 (gnus-setup-message): Define missing variable from last checkin.
4950
4951 * gnus-sum.el (gnus-summary-show-article): When called with t as the
4952 value, show the raw article.
4953
4954 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4955
4956 * nnimap.el (nnimap-open-connection-1): Revert last change, since
4957 auth-source now accepts numbers.
4958
4959 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4960 spec, too.
4961 (auth-source-ensure-strings): New function.
4962
4963 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4964 (gnus-article-setup-buffer): Always restart the date timer so that user
4965 changes to the frequency is respected.
4966
4967 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4968 port numbers, so make sure it gets that if nnimap-server-port is
4969 explicit.
4970
4971 2011-02-21 Simon Josefsson <simon@josefsson.org>
4972
4973 * nnimap.el (nnimap-inbox): Doc fix.
4974
4975 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
4976
4977 * shr-color.el (shr-color->hexadecimal): Use renamed function names
4978 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4979 color-lab-to-srgb.
4980
4981 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4982
4983 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4984 given method as in the group name if we're using an extended method.
4985 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4986 command, if we're using that, instead of waiting for the beginning.
4987
4988 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4989 we're sure to get unique server names, and we don't output two async
4990 commands in the same buffer. This fixes an NNTP hang for some users.
4991
4992 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4993
4994 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4995 summary buffer before reading going to the next buffer. This avoids
4996 putting the point in the group buffer if you `C-g' the command.
4997
4998 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4999 cache (for now) to make ~/.authinfo.gpg files usable.
5000
5001 * nnfolder.el (copyright-update): Define for the compiler.
5002
5003 * auth-source.el (auth-source-search): Fix unbound variable.
5004
5005 2011-02-19 Glenn Morris <rgm@gnu.org>
5006
5007 * gnus.el (gnus-meta): Doc fix.
5008
5009 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
5010
5011 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5012 in case it's not yet loaded.
5013
5014 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
5015
5016 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5017 line we're waiting for.
5018
5019 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
5020
5021 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5022 face with line-width greater than zero will cause RET in gnus summary
5023 buffer to scroll down article page-wise because auto vscroll happens,
5024 it should be temporally disabled when doing a scroll-up.
5025
5026 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
5027
5028 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5029 outputs from the server.
5030
5031 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5032
5033 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5034 later so that bbdb can hook in easier.
5035
5036 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
5037
5038 * auth-source.el (auth-source-search): Don't try to create credentials
5039 if the caller doesn't want that.
5040 (auth-source-search): If we don't find a match, don't bug out on
5041 non-bound variables.
5042 (auth-source-search): Only ask a single backend to create the
5043 credentials.
5044
5045 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5046 logging.
5047 (nnimap-credentials): Protect against auth-source-search returning nil.
5048 (nnimap-request-list): Protect against not being able to open the
5049 server.
5050
5051 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
5052
5053 * auth-source.el (auth-source-search): Do a two-phase search, one with
5054 no :create to get the responses from all backends.
5055
5056 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5057 when getting credentials.
5058
5059 * gnus-util.el (gnus-delete-duplicates): New function.
5060
5061 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5062
5063 * nnimap.el (nnimap-credentials): Instead of picking the first port as
5064 a creation default, pass the whole port list down. It will be
5065 completed.
5066
5067 * auth-source.el (auth-source-search): Updated docs to talk about
5068 multiple creation choices.
5069 (auth-source-netrc-create): Accept a list as a value (from the search
5070 parameters) and do completion on that list. Keep a separate netrc line
5071 with the password obscured for showing the user.
5072
5073 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5074 first choice to `auth-source-search' so it will be used for entry
5075 creation instead of the server's Gnus-specific name.
5076 (nnimap-credentials): Rely on the auth-source library to select which
5077 port is actually wanted in the new netrc entry, so don't override
5078 `auth-source-creation-defaults'.
5079
5080 * auth-source.el (auth-source-netrc-parse): Use :port instead of
5081 :protocol and accept a missing user, host, or port as a wildcard match.
5082 (auth-source-debug): Default to off.
5083
5084 (auth-source-netrc-search, auth-source-netrc-create)
5085 (auth-source-secrets-search, auth-source-secrets-create)
5086 (auth-source-user-or-password, auth-source-backend, auth-sources)
5087 (auth-source-backend-parse-parameters, auth-source-search): Use :port
5088 instead of :protocol.
5089
5090 * nnimap.el (nnimap-credentials): Pass a port default to
5091 `auth-source-search' in case an entry needs to be created.
5092 (nnimap-open-connection-1): Use :port instead of :protocol.
5093
5094 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5095
5096 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
5097 instead of delete-dups that is not available in XEmacs 21.4.
5098
5099 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
5100
5101 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5102 nil means that nnimap doesn't get updated.
5103
5104 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
5105
5106 * auth-source.el (auth-source-netrc-create): Return a synthetic search
5107 result when the user doesn't want to write to the file.
5108 (auth-source-netrc-search): Expect a synthetic result and proceed
5109 accordingly.
5110 (auth-source-cache-expiry): New variable to override
5111 `password-cache-expiry'.
5112 (auth-source-remember): Use it.
5113
5114 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5115 parameter. Create entry if necessary by using :create t.
5116 (nnimap-open-connection-1): Don't pass `inhibit-create'.
5117
5118 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
5119
5120 * auth-source.el (auth-source-debug): Enable by default and don't
5121 mention the obsolete `auth-source-hide-passwords'.
5122 (auth-source-do-warn): New function to debug unconditionally.
5123 (auth-source-do-debug): Use it.
5124 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5125 and for Secrets API entries when the secrets.el library is not
5126 available.
5127
5128 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5129
5130 * gnus-sum.el (gnus-propagate-marks): Default to nil.
5131 (gnus-summary-exit): Kill the correct article buffer on exit from a
5132 `C-d' group.
5133
5134 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5135 gnus-propagate-marks.
5136
5137 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5138 before killing the buffers so that a non-full window conf gets handled
5139 correctly.
5140 (gnus-summary-exit): Ditto.
5141 (gnus-summary-read-group-1): Ditto.
5142
5143 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5144 async code again so that we can debug it properly.
5145
5146 * message.el (message-reply): Take an optional switch-buffer parameter
5147 so that Gnus window confs are respected better.
5148
5149 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5150
5151 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5152 `plist-get' to accept non-list parameters (XEmacs issue).
5153 Fix docstring.
5154 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5155 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5156 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5157 Login collection is "Login" and not "login".
5158
5159 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5160
5161 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5162 multiple headers.
5163
5164 * nnimap.el (nnimap-inhibit-logging): New variable.
5165 (nnimap-log-command): Don't log login commands.
5166
5167 * auth-source.el (auth-source-netrc-search): The asserts seem to want
5168 to have more parameters.
5169
5170 * nnimap.el (nnimap-send-command): Mark the command time for each
5171 command, so that we don't get NOOPs stepping on our toes.
5172
5173 * gnus-art.el (article-date-ut): Get the date from the Date header on
5174 `t'.
5175
5176 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5177
5178 * auth-source.el (auth-source-search): Use copy-sequence instead of
5179 the cl.el copy-list.
5180
5181 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
5182
5183 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5184 Improve prompt.
5185
5186 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5187
5188 * gnus-art.el (gnus-article-mode-line-format): Remove the article
5189 washing status from the default format. It isn't very informative.
5190
5191 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
5192
5193 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5194 Fix Gcc processing on imap.
5195
5196 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5197
5198 * message.el (message-bury): Don't pop up a new window when selected
5199 window is dedicated.
5200
5201 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5202
5203 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5204
5205 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
5206
5207 * sieve-manage.el: Autoload `auth-source-search'.
5208 (sieve-sasl-auth): Use it.
5209
5210 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
5211
5212 * nnimap.el: Autoload `auth-source-forget+'.
5213 (nnimap-open-connection-1): Use it if the connection fails.
5214
5215 * auth-source.el: Require `password-cache'.
5216 (auth-source-hide-passwords, auth-source-cache): Remove and mark
5217 obsolete.
5218 (auth-source-magic): Marker for `password-cache' keys.
5219 (auth-source-do-cache): Update docstring.
5220 (auth-source-search): Use and check cache.
5221 (auth-source-forget-all-cached, auth-source-remember)
5222 (auth-source-recall, auth-source-forget, auth-source-forget+)
5223 (auth-source-specmatchp): Caching support functions.
5224 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5225 Remove and obsolete.
5226 (auth-source-user-or-password): Remove caching to further discourage
5227 using it. Always hide passwords.
5228
5229 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
5230
5231 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5232 code for now, since it doesn't work for all users.
5233
5234 2011-02-09 Julien Danjou <julien@danjou.info>
5235
5236 * message.el (message-options): Make message-options really buffer
5237 local.
5238
5239 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
5240
5241 * mail-source.el: Autoload `auth-source-search'.
5242 (mail-source-keyword-map): Note order matters.
5243 (mail-source-set-1): Get all the mail-source source values and
5244 defaults and search auth-source on those if needed. This can all
5245 probably be simplified.
5246
5247 * nnimap.el: Autoload `auth-source-search'.
5248 (nnimap-credentials): Use it.
5249 (nnimap-open-connection-1): Ask for the virtual server and physical
5250 address in one shot.
5251
5252 * nntp.el: Autoload `auth-source-search'.
5253 (nntp-send-authinfo): Use it. Note TODO.
5254
5255 2011-02-08 Julien Danjou <julien@danjou.info>
5256
5257 * shr.el (shr-tag-body): Add support for text attribute in body
5258 markups.
5259
5260 * message.el (message-options): Make message-options a local variable.
5261
5262 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
5263
5264 * auth-source.el (auth-source-secrets-search)
5265 (auth-source-user-or-password): Use `append' instead of `nconc'.
5266 (auth-source-user-or-password): Build return list better and protect
5267 against nil :secret.
5268
5269 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
5270
5271 * nnimap.el (nnimap-update-info): Refactor slightly.
5272 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5273 (nnimap-update-info): Clean up slightly.
5274 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5275 characters.
5276 (nnimap-process-quirk): Rename function to avoid collision.
5277 (nnimap-update-info): Fix macrology bug-out.
5278 (nnimap-update-info): Simplify split history test.
5279
5280 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
5281
5282 * auth-source.el (top): Require 'eieio unconditionally.
5283 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5284 (auth-source-secrets-search): Limit search when `max' is greater than
5285 number of results.
5286
5287 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5288
5289 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5290 part not returning any data.
5291
5292 * proto-stream.el (open-protocol-stream): Document the return value.
5293
5294 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5295
5296 * auth-source.el (auth-source-secrets-search): Add examples.
5297
5298 2011-02-06 Julien Danjou <julien@danjou.info>
5299
5300 * message.el (message-setup-1): Handle message-generate-headers-first
5301 set to t.
5302
5303 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5304
5305 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5306 API with a string "secrets:collection-name" and with 'default.
5307 (auth-source-backend-parse): Parse "secrets:collection-name" and
5308 'default. Recurse on parses instead of repeating code. Use the
5309 Secrets API is the source is not nil and 'ignore otherwise. Emit a
5310 message when ignoring a source.
5311 (auth-source-search): List ignored search keys at the top level.
5312 (auth-source-netrc-create): Use `case' instead of `cond'.
5313 (auth-source-secrets-search): Created with TODOs.
5314 (auth-source-secrets-create): Created with TODOs.
5315 (auth-source-retrieve, auth-source-create, auth-source-delete)
5316 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5317 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5318 (auth-source-user-or-password-sftp)
5319 (auth-source-user-or-password-smtp): Remove.
5320 (auth-source-user-or-password): Deprecated and modified to be a wrapper
5321 around `auth-source-search'. Not tested thoroughly.
5322
5323 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
5324
5325 * auth-source.el: Bring in assoc and eioeio libraries.
5326 (secrets-enabled): New variable to track the status of the Secrets API.
5327 (auth-source-backend): New EIOEIO class to represent a backend.
5328 (auth-source-creation-defaults): New variable to set prompt defaults
5329 during token creation (see the `auth-source-search' docstring for
5330 details).
5331 (auth-sources): Simplify to allow a simple string as a netrc backend
5332 spec.
5333 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5334 (auth-source-backend-parse-parameters): Fill in the backend parameters.
5335 (auth-source-search): Main auth-source API entry point.
5336 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5337 (auth-source-search-collection): Helper function for searching.
5338 (auth-source-netrc-parse, auth-source-netrc-normalize)
5339 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5340 Supports search, create, and delete.
5341 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5342 backend stubs.
5343 (auth-source-user-or-password): Call `auth-source-search' but it's not
5344 ready yet.
5345
5346 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
5347
5348 * message.el (message-setup-1): Remove the read-only stuff, since it
5349 doesn't work under XEmacs, for some reason.
5350
5351 * gnus-sum.el (gnus-user-date): Rename back from
5352 gnus-summary-user-date since user code refers to it.
5353
5354 * shr.el (shr-render-td): Store the actual background color used.
5355
5356 * message.el (message-setup-1): Don't bind the constant
5357 -forbidden-properties.
5358 (message-setup-1): Revert previous change, since it needs to bind the
5359 props to insert them.
5360 (message-resend): Allow removing the read-only separator line.
5361
5362 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5363
5364 * nnimap.el (nnimap-request-accept-article): Give an error message if
5365 the APPEND wasn't successful.
5366
5367 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
5368
5369 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5370 that have no groups.
5371
5372 2011-02-03 Julien Danjou <julien@danjou.info>
5373
5374 * gnus-draft.el: Remove progn around gnus-draft-setup.
5375
5376 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5377
5378 * gnus-start.el (gnus-read-active-for-groups): This function is never
5379 called with a nil `infos', so clean that up.
5380 (gnus-get-unread-articles): Request active files from primary/secondary
5381 methods that have no groups (yet).
5382
5383 2011-02-03 Julien Danjou <julien@danjou.info>
5384
5385 * message.el (message-setup-1): Always generate References first.
5386 (message-mail): Return the return value of message-setup, not always t.
5387 (message-setup-1): Insert mail-header-separator with read-only and
5388 intangible properties set.
5389
5390 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5391 user-date in docstring.
5392
5393 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5394
5395 * gnus.el (gnus-summary-line-format): Mention &user-date format in
5396 docstring.
5397
5398 * gnus.el (gnus-user-date-format-alist): Change default value.
5399 Use defcustom, with type and group. Move from gnus-util.el.
5400 Rename to gnus-summary-user-date-format-alist.
5401
5402 2011-02-03 Glenn Morris <rgm@gnu.org>
5403
5404 * nnimap.el (gnus-fetch-headers): Declare.
5405
5406 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5407
5408 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5409
5410 * message.el (message-forward-make-body-digest-plain)
5411 (message-followup, message-reply): Clean up things noted by Stefan.
5412
5413 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5414 gnus-article-update-date-headers is nil.
5415 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5416 it didn't really work with defcustom.
5417 (article-update-date-lapsed): Make sure the window start doesn't move,
5418 either.
5419
5420 2011-02-01 Julien Danjou <julien@danjou.info>
5421
5422 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5423 format.
5424
5425 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5426 standard in Emacs nowadays.
5427
5428 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5429
5430 * message.el (message-expand-name): Don't trust the return value of
5431 bbdb-complete-name.
5432 (message-check-news-header-syntax): Remove unused var `start'.
5433 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5434 (message-inhibit-body-encoding): Move to before first use.
5435 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5436 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5437 (Organization, Message-ID, Date, mh-previous-window-config):
5438 Defvar the vars using dynamic scoping.
5439
5440 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
5441
5442 * shr.el (shr-render-td): Only do colors at the final rendering.
5443 Should be slightly faster.
5444 (shr-insert-table): Fix up TD background colors when doing the
5445 vertical padding.
5446
5447 * gnus-art.el (article-date-ut): Protect against articles with no Date
5448 header.
5449 (article-update-date-lapsed): Don't use current-column to find the
5450 horizontal position. It's fragile in the presence of \003 characters.
5451
5452 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5453
5454 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5455
5456 * gnus-art.el (article-transform-date): Rewrite to still work when
5457 there are several rfc2822 parts.
5458 (article-transform-date): Fix infinite recursion.
5459 (article-date-ut): Replace infinitely many Date headers with a single
5460 one when called interactively.
5461
5462 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5463 secure manner.
5464
5465 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5466 move around by not using save-window-excursion. It seems to work...
5467
5468 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5469
5470 * gnus-art.el (article-make-date-line): Work for user-defined format.
5471
5472 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5473
5474 * nntp.el (nntp-retrieve-group-data-early)
5475 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5476 fetching functions.
5477
5478 * gnus-start.el (gnus-read-active-for-groups): Read the active files
5479 thoroughly for all backends that have no known groups. This should
5480 allow new nnml methods to retrieve mail.
5481
5482 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5483 that Gnus doesn't know exists again.
5484
5485 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5486 (gnus-treat-date-ut): Ditto.
5487 (gnus-article-update-date-header): Rename.
5488 (gnus-treat-date-local): Remove.
5489 (gnus-treat-date-english): Remove.
5490 (gnus-treat-date-lapsed): Remove.
5491 (gnus-treat-date-combined-lapsed): Remove.
5492 (gnus-treat-date-original): Remove.
5493 (gnus-treat-date-iso8601): Remove.
5494 (gnus-treat-date-user-defined): Remove.
5495 (gnus-article-date-headers): New variable to control all the date
5496 header options.
5497 (article-date-ut): Rewrite to allow using the new way to format date
5498 headers(s).
5499
5500 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
5501
5502 * nnmail.el (nnmail-article-group): Check for a direct fancy split
5503 method.
5504 (nnmail-article-group): A better test for fanciness.
5505
5506 * nnimap.el (nnimap-request-head): Protect against not finding the
5507 article by Message-ID.
5508
5509 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
5510
5511 * gnus-art.el (article-update-date-lapsed): Try a better way to really
5512 keep point at the "same place".
5513
5514 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
5515
5516 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5517 data if the group is inactive.
5518
5519 2011-01-28 Julien Danjou <julien@danjou.info>
5520
5521 * gnus-win.el: Remove dead function gnus-window-configuration-element.
5522 (gnus-all-windows-visible-p): Remove old compatibility code.
5523 (gnus-window-top-edge): Add docstring.
5524
5525 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5526
5527 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
5528
5529 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5530 older request-update-info.
5531
5532 * gnus-art.el (article-make-date-line): Limit the length a bit more.
5533
5534 2011-01-28 Daiki Ueno <ueno@unixuser.org>
5535
5536 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5537 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5538
5539 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
5540
5541 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5542 groups. This makes the nndraft:queue group pop up if it's not already
5543 there.
5544
5545 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5546 messages" logic, which was reversed.
5547
5548 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5549 the "same place" even if point is on the line being replaced.
5550 (article-update-date-lapsed): Allow updating both the combined lapsed
5551 and the lapsed headers.
5552 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5553 (article-make-date-line): Limit the number of segments dynamically to
5554 avoid too-long lines.
5555
5556 2011-01-27 Julien Danjou <julien@danjou.info>
5557
5558 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5559 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5560
5561 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
5562
5563 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5564 Use plist-get instead of the cl function getf.
5565
5566 2011-01-27 Glenn Morris <rgm@gnu.org>
5567
5568 * gnus-util.el (float-time): Get rid of compiler warning, again.
5569
5570 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
5571
5572 * shr.el (shr-put-color): Special-case background colors: Do put them
5573 at the blank parts at the front of the lines.
5574
5575 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5576 exit hook to nix out all data on readedness on group exit.
5577
5578 * gnus-util.el (float-time): If float-time is bound, always use it on
5579 all Emacsen. It's unclear why the subrp check was there.
5580 (time-date): Require to make some autoload issues on XEmacs go away.
5581
5582 * shr.el (shr-put-color): Don't do the box padding in tables, since
5583 they're already padded.
5584
5585 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
5586
5587 * gnus-art.el (gnus-article-next-page): When the last line of the
5588 article is displayed, scroll down once more instead of going to the
5589 next article at once.
5590 (article-lapsed-string): Refactor out and allow specifying how many
5591 segments you want.
5592 (gnus-article-setup-buffer): Start updating the lapsed header directly.
5593 (gnus-article-update-lapsed-header): New variable.
5594
5595 * shr.el: Revert change that made headings use different-sized faces.
5596 The Emacs display engine isn't advanced enough that, for instance,
5597 tables can comfortably use differently-sized faces.
5598
5599 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
5600
5601 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5602 used.
5603 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5604 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5605 we're using an encrypted connection.
5606
5607 * proto-stream.el: Alter the interface functions to also return the
5608 actual stream type used: network or TLS.
5609
5610 2011-01-25 Julien Danjou <julien@danjou.info>
5611
5612 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5613 (mm-display-javascript-inline): New function.
5614
5615 * mm-decode.el (mm-inline-media-tests): Add application/javascript
5616 viewing function.
5617
5618 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5619
5620 * shr.el (shr-expand-newlines): Fix variable name.
5621
5622 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
5623
5624 * shr.el (shr-expand-newlines): Make nested boxes work.
5625
5626 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
5627
5628 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5629 backgrounds.
5630 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5631 in a more sensible manner.
5632
5633 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
5634
5635 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5636 if EPG is loaded.
5637
5638 2011-01-24 Julien Danjou <julien@danjou.info>
5639
5640 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5641 tags.
5642
5643 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
5644
5645 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5646 commands.
5647
5648 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5649 in the article buffer.
5650 (gnus-gravatar-insert): Use blank space from the current buffer to
5651 avoid breaking text properties. This makes X-Sent updating work again.
5652
5653 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5654
5655 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
5656
5657 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5658 fix the bug in url-http.el instead.
5659
5660 * shr.el (shr-image-fetched): Ditto.
5661
5662 * shr.el (shr-image-fetched): Avoid having point move in the article
5663 buffer.
5664
5665 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5666 buffer after being called. It's apparently being killed by url.el, and
5667 killing it made point move to end-of-buffer in a random buffer.
5668
5669 * shr.el (shr-image-fetched): Ditto.
5670
5671 2011-01-23 Julien Danjou <julien@danjou.info>
5672
5673 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5674
5675 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5676 text/x-org.
5677
5678 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5679
5680 * gnus-sum.el (gnus-summary-move-article): Protect against backends
5681 (i.e., nnimap) returning nil as the article number.
5682
5683 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5684
5685 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5686 "DelSp" parameter in RFC3676.
5687
5688 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5689
5690 * message.el (message-check-recipients): Display the encoded version of
5691 the bogus address if they differ.
5692
5693 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5694 after sending.
5695
5696 * gnus-agent.el (gnus-agent-send-mail): Ditto.
5697
5698 * gnus-group.el (gnus-group-refresh-group): New convenience function.
5699
5700 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5701 group buffer after sending the queue.
5702
5703 * gnus-agent.el (gnus-agent-send-mail): Ditto.
5704
5705 2011-01-22 Julien Danjou <julien@danjou.info>
5706
5707 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5708
5709 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5710
5711 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5712 nested related parts.
5713
5714 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5715 unexpired articles. This fixes the regression that led expiry marks to
5716 disappear from nnfolder groups.
5717
5718 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
5719
5720 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5721 Don't confuse the "ret" of "retrograde" with RET.
5722
5723 2011-01-21 Julien Danjou <julien@danjou.info>
5724
5725 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5726 than mm-insert-inline.
5727
5728 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
5729
5730 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5731 Widen article buffer.
5732
5733 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5734
5735 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5736 the temp buffer.
5737 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5738
5739 2011-01-20 Julien Danjou <julien@danjou.info>
5740
5741 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5742
5743 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5744 than mm-insert-inline to insert inline part: this respect
5745 mm-inline-media-tests displayers.
5746
5747 * mm-view.el (mm-display-shell-script-inline): New function.
5748
5749 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5750
5751 * mm-uu.el (mm-uu-type-alist): Add org block.
5752 (mm-uu-org-src-code-block-extract): New function.
5753
5754 * mm-view.el (mm-display-org-inline): New function.
5755
5756 * mm-decode.el (mm-automatic-display): Add text/org.
5757
5758 * mailcap.el (mailcap-mime-extensions): Add .org.
5759
5760 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5761
5762 * gnus-art.el (gnus-article-highlight): Remove argument passed to
5763 gnus-article-add-buttons.
5764
5765 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
5766
5767 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5768 From header with a date and "nobody" as the sender.
5769
5770 2011-01-19 Julien Danjou <julien@danjou.info>
5771
5772 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5773 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5774 if you have the same regexp several times.
5775 (gnus-button-push): Fix matching when regexp is symbol.
5776
5777 2011-01-15 Glenn Morris <rgm@gnu.org>
5778
5779 * message.el (message-mail): A compose-mail function should
5780 accept headers as strings.
5781
5782 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
5783
5784 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5785 Add :vert-only tags.
5786 (message-mail): New arg RETURN-ACTION.
5787 (message-return-action): New var.
5788 (message-bury): Use it.
5789 (message-mode): Make it buffer-local.
5790 (message-send-and-exit): Always call message-bury.
5791
5792 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
5793 message-mail.
5794
5795 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5796
5797 * nnimap.el (nnimap-convert-partial-article): Protect against
5798 zero-length body parts.
5799
5800 * mm-decode.el (mm-preferred-alternative-precedence):
5801 Discourage showing empty parts.
5802
5803 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5804 and stuff if the backend didn't return the article number. This fixes
5805 an Exchange-related nnimap bug.
5806
5807 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5808 group window, because it does the wrong thing when a separate frame
5809 displays the group buffer.
5810
5811 * proto-stream.el (open-protocol-stream): Protect against the low-level
5812 transport functions returning nil.
5813
5814 2011-01-07 Daiki Ueno <ueno@unixuser.org>
5815
5816 * mml2015.el (epg-sub-key-fingerprint): Autoload.
5817 (mml2015-epg-find-usable-secret-key): New function.
5818 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5819 mml2015-epg-find-usable-key (Bug#7797).
5820 (mml2015-epg-encrypt): Ditto.
5821
5822 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5823
5824 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5825
5826 2011-01-03 Glenn Morris <rgm@gnu.org>
5827
5828 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5829
5830 * sieve.el (sieve-open-server): Give a more explicit error if
5831 sieve-manage-open returns nil. (Bug#7720)
5832
5833 2011-01-02 Karl Fogel <kfogel@red-bean.com>
5834
5835 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5836
5837 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5838
5839 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5840 This avoids sending passwords in plain text over non-encrypted
5841 channels.
5842
5843 * shr.el (shr-rescale-image): Display all GIF images as animated images.
5844
5845 * nnimap.el (nnimap-login): Refactored out into own function, and
5846 implement CRAM-MD5.
5847 (nnimap-wait-for-line): Refactored out.
5848
5849 * mm-view.el (mml-smime): Require.
5850
5851 2010-12-20 David Engster <deng@eml.cc>
5852
5853 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5854 use EPG to decrypt S/MIME messages instead of openssl.
5855
5856 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5857
5858 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5859
5860 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5861 status is the group clearly is unreachable.
5862
5863 * auth-source.el (auth-source-create): Add the optional second
5864 parameter to `local-variable-p' to be compatible with XEmacs.
5865
5866 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
5867
5868 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5869 work when using a compressed nnml folder.
5870
5871 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5872
5873 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5874 backends after sanitising on entry, because this never makes sense:
5875 If the articles have gone missing, then the data no longer exists on
5876 the backend, and if they haven't, then Gnus is wrong, and shouldn't
5877 overwrite anything anyway.
5878
5879 * shr.el (shr-insert-document): Bind shr-width dynamically to
5880 window-width if it's nil.
5881
5882 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
5883
5884 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5885 with the meaning of using the full emacs window width for rendering.
5886
5887 2010-12-27 Daiki Ueno <ueno@unixuser.org>
5888
5889 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5890 case when sender is not given.
5891
5892 2010-12-23 Julien Danjou <julien@danjou.info>
5893
5894 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5895 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5896 the addresses, otherwise we might misplaced the gravatar.
5897
5898 2010-12-21 Daiki Ueno <ueno@unixuser.org>
5899
5900 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5901 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5902 obsolete in Emacs.
5903
5904 2010-12-20 Julien Danjou <julien@danjou.info>
5905
5906 * gnus-util.el (gnus-rescale-image): Revert last change.
5907
5908 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5909
5910 * gnus-group.el (gnus-group-delete-articles): New command.
5911
5912 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
5913
5914 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5915
5916 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5917
5918 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5919 here, since it's up to the backends to do CRLF removal if their
5920 protocol has it.
5921
5922 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5923
5924 2010-12-17 Julien Danjou <julien@danjou.info>
5925
5926 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5927 they are from file. Can also scale up.
5928
5929 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
5930
5931 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5932 Restore gnus-use-agent.
5933 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5934
5935 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5936
5937 2010-12-17 Julien Danjou <julien@danjou.info>
5938
5939 * gravatar.el (gravatar-retrieve-synchronously): New function.
5940 (gravatar-get-data): Make more robust.
5941
5942 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5943
5944 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5945 to really consider the last line.
5946
5947 2010-12-16 Daiki Ueno <ueno@unixuser.org>
5948
5949 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5950 list of recipient keys, or use symmetric encryption if not a list.
5951 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5952 EPA override, replacing the call to `netrc-store-data'.
5953
5954 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
5955
5956 * gnus-srvr.el: Avoid passing nil regexp argument to
5957 delete-matching-lines.
5958
5959 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5960
5961 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5962 fetching stops when Gnus exits.
5963
5964 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5965 function.
5966 (nnfolder-request-expire-articles): Save all the buffers after doing
5967 expiry.
5968
5969 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5970 the last article", since that led to serious performance regressions
5971 when expiring nnml groups.
5972
5973 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
5974
5975 * nnir.el: Improve customizations.
5976
5977 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5978
5979 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5980
5981 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5982 group has been killed.
5983 (gnus-group-yank-group): Ditto.
5984
5985 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5986
5987 * nnimap.el (nnimap-request-update-group-status): New function.
5988
5989 * gnus-int.el (gnus-request-update-group-status): New interface
5990 function.
5991
5992 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5993 copying read-ness to the backends.
5994
5995 * nnimap.el (nnimap-quirk): New function.
5996 (nnimap-retrieve-group-data-early): Use it.
5997 (nnimap-quirks): New alist.
5998
5999 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6000
6001 * shr.el (shr-insert): Set shr-start after deleting trailing space;
6002 don't delete it within indentation.
6003
6004 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6005
6006 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6007 previous line.
6008
6009 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6010
6011 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6012 QRESYNC command by deleting a superfluous space which broke Cyrus
6013 servers. This change will break other servers that are buggy the other
6014 way around.
6015
6016 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6017
6018 * spam.el: Reindent and fix long lines.
6019 (spam-copy-or-move-routine): Exclude invalid move destinations.
6020
6021 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
6022
6023 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6024 installed the registry.
6025
6026 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6027
6028 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6029 groupname doesn't contain "gmane".
6030
6031 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6032
6033 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6034 (gnus-1): Don't create the nndrafts group twice.
6035 (gnus-setup-news): There's no need to read the active file here, since
6036 that's done again later on a per-backend basis.
6037 (gnus-start-draft-setup): Make sure that the new group is started out
6038 empty.
6039
6040 * gnus-agent.el (gnus-agentize): Don't create the queue group
6041 automatically on startup. It'll be created later, if needed.
6042
6043 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6044 of automatically subscribed groups.
6045 (gnus-auto-subscribed-categories): New variable.
6046 (gnus-matches-options-n): Use it.
6047 (gnus-default-subscribed-newsgroups): Remove unused variable.
6048 (gnus-start-draft-setup): Message a bit less.
6049
6050 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6051
6052 * nnir.el (nnir-run-imap): Return article list in order of increasing
6053 UID.
6054
6055 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6056
6057 * gnus-sum.el (gnus-summary-enter-digest-group):
6058 Mention gnus-auto-select-on-ephemeral-exit.
6059
6060 * proto-stream.el (proto-stream-open-network-only): Fix the calling
6061 convention of the network-only option.
6062
6063 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6064
6065 * proto-stream.el (proto-stream-open-network-only): New function to
6066 have a way to specify non-STARTTLS upgrade connections.
6067
6068 2010-12-10 Julien Danjou <julien@danjou.info>
6069
6070 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6071 email address is nil.
6072
6073 * message.el (message-bogus-recipient-p): Set address to "" if nil.
6074
6075 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
6076
6077 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6078 deletion.
6079 (nnir-run-imap): Only need to parse list once.
6080
6081 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6082
6083 * shr.el (shr-tag-script): Ignore <script>.
6084 (shr-tag-label): Add <label> support.
6085
6086 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
6087
6088 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6089
6090 * shr.el (shr-image-displayer): Work for images lined side by side.
6091
6092 2010-12-08 Robert Pluim <rpluim@gmail.com>
6093
6094 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6095 parameter, since XEmacs doesn't accept t as a parameter.
6096
6097 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
6098
6099 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6100 ids.
6101 (nnir-run-gmane): Simplify groupspec formatting.
6102 (nnir-request-expire-articles): New function.
6103
6104 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6105
6106 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6107 overflow, possibly.
6108
6109 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6110 (shr-render-td): Handle td style="" better.
6111 (shr-tag-table): Use the color from the style sheet.
6112 (shr-render-td): Make sure we copy over all the overlays, too.
6113
6114 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
6115
6116 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6117 (nnir-request-article): Improve article retrieval.
6118
6119 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6120
6121 * mm-util.el (mm-extra-numeric-entities): New variable.
6122
6123 * mm-url.el (mm-url-decode-entities):
6124 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6125
6126 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6127
6128 * message.el: Use completion-at-point.
6129 (message-completion-function): New fun, extracted from message-tab.
6130 (message-mode): Use it for completion-at-point-functions.
6131 (message-tab): Use it and completion-at-point.
6132
6133 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6134
6135 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6136 character if a non-breakable character follows.
6137
6138 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6139
6140 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6141 any stream.
6142
6143 * shr.el (shr-tag-font): Colorize the region.
6144 (shr-tag-body): Ditto.
6145 (shr-tag-font): Actually let the styles be inherited instead of
6146 overwriting them.
6147 (shr-tag-font): Get the background color right.
6148 (shr-tag-style): Ignore all <style> tags for the moment.
6149
6150 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6151 a Message-ID to avoid having nnimap depend on gnus-sum.
6152
6153 * shr.el (shr-descend): Only colorize something if we have a node that
6154 sets colors.
6155
6156 2010-12-06 Julien Danjou <julien@danjou.info>
6157
6158 * shr.el (shr-render-td): Render td content with shr-descend, so style
6159 will be applied to <td> too.
6160 (shr-colorize-region): Colorize region even if we only have a background.
6161 (shr-tag-body): Fix color and background color inheritance.
6162 Do not recolorize after shr-generic.
6163 (shr-tag-font): Let shr-generic colorize via inheritance.
6164
6165 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
6166
6167 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6168
6169 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
6170
6171 * nnir.el (nnir-request-move-article): Remove obsolete code.
6172
6173 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6174
6175 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6176
6177 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6178
6179 * gnus-sum.el (gnus-summary-respool-article): The completion function
6180 expects a list instead of an alist.
6181
6182 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6183 string as the parameter.
6184
6185 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6186
6187 * shr.el (shr-stylesheet): New dynamic variable for cascading the
6188 styles.
6189 (shr-colorize-region): New function.
6190 (shr-insert-background-overlay): Remove.
6191 (shr-render-td): Background setting should be taken care of on a higher
6192 level.
6193 (shr-tag-body): Use post-hoc colorizations.
6194 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6195 (shr-put-color-1): Don't overwrite old colors.
6196 (shr-colorize-region): When the background color isn't explicit, use
6197 a fixed background.
6198
6199 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6200 nnmail variables.
6201
6202 2010-12-05 Bjørn Mork <bjorn@mork.no>
6203
6204 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6205 unless necessary.
6206
6207 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
6208
6209 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6210 server.
6211
6212 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6213
6214 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6215 so that TAB works.
6216
6217 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6218 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6219
6220 * shr.el (shr-urlify): Show the URL before the title to avoid
6221 misleading URLs.
6222
6223 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
6224
6225 * shr.el (shr-urlify): Display the title in <a> tags.
6226
6227 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
6228
6229 * nnir.el (nnir-categorize): Replace mapcar with mapc.
6230
6231 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
6232
6233 * nnir.el: Rearrange code to allow macros to be autoloaded by
6234 gnus-sum.el.
6235 (nnir-retrieve-headers-override-function): Make this variable
6236 customizable.
6237 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6238
6239 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6240 from nnir.el.
6241
6242 2010-12-03 Julien Danjou <julien@danjou.info>
6243
6244 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6245
6246 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6247
6248 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6249 allow optional argument `environment'.
6250
6251 2010-12-03 Glenn Morris <rgm@gnu.org>
6252
6253 * mm-extern.el (message-goto-body): Update declaration.
6254
6255 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6256
6257 * gnus-util.el (gnus-macroexpand-all): New function.
6258
6259 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6260 instead of macroexpand-all that is unavailable in XEmacs.
6261
6262 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
6263
6264 * nnir.el (nnir-summary-line-format): New variable.
6265 (nnir-mode): Use it.
6266 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6267 (nnir-article-ids): Reimplement as defsubst.
6268 (nnir-retrieve-headers): Don't mangle the subject header.
6269 (nnir-run-imap): Use 100 as RSV score.
6270 (nnir-run-find-grep): Fix for full server searching.
6271 (nnir-run-gmane): Better restriction to gmane groups.
6272
6273 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6274 summary buffers.
6275
6276 2010-12-02 Julien Danjou <julien@danjou.info>
6277
6278 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6279
6280 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6281
6282 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6283 support.
6284
6285 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
6286
6287 * nnir.el: Update to handle the registry better.
6288 (autoload): Silence byte-compiler.
6289 (nnir-open-server): Add a hook for nnir groups.
6290 (nnir-request-move-article): Don't mangle the header. Better to use
6291 formatting variables (which will be added in the future).
6292 (nnir-registry-action): Update the registry using the original article
6293 group name.
6294 (nnir-mode): Install nnir-specific hooks for updating the registry.
6295
6296 * gnus-sum.el
6297 (gnus-article-original-subject,gnus-newsgroup-original-name):
6298 Remove obsolete variables.
6299 (gnus-summary-move-article): Remove use of obsolete variables.
6300 (gnus-summary-local-variables): Make move and delete hooks local to
6301 summary buffers.
6302
6303 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6304
6305 * rtree.el: New file.
6306
6307 2010-12-01 Julien Danjou <julien@danjou.info>
6308
6309 * message.el (message-user-organization): Do not use
6310 gnus-local-organization.
6311
6312 * gnus.el: Remove gnus-local-organization.
6313
6314 * gnus-msg.el: Remove nastygram thing.
6315
6316 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
6317
6318 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6319 funcall.
6320
6321 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
6322
6323 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6324 names.
6325
6326 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6327 characters.
6328
6329 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6330 to t of inhibit-read-only since it is inside gnus-with-article-headers.
6331 Suggested by Štěpán Němec <stepnem@gmail.com>.
6332 (gnus-gravatar-transform-address): Use mail-extract-address-components
6333 that supports non-ASCII names rather than mail-header-parse-addresses.
6334
6335 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6336
6337 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
6338 handled by the network handler.
6339
6340 2010-11-30 Julien Danjou <julien@danjou.info>
6341
6342 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6343 (nnimap-open-connection-1): Fix PREAUTH.
6344
6345 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6346
6347 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6348
6349 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6350 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6351 (shr-insert): Use them.
6352 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6353
6354 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
6355
6356 * nnir.el (nnir-request-move-article): Bail out if original group
6357 doesn't support article moves.
6358 (nnir-get-active): Improve active list retrieval.
6359
6360 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6361
6362 * shr.el (shr-find-fill-point): Don't break before apostrophes.
6363
6364 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
6365
6366 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6367 seem to accept strings-with-numbers as port numbers.
6368
6369 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
6370
6371 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6372 change the registry.
6373
6374 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
6375
6376 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6377 delete-dups that is not available in XEmacs 21.4.
6378
6379 * mm-util.el (mm-delete-duplicates): Add comment.
6380
6381 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
6382
6383 * nnir.el (nnir-ignored-newsgroups): New variable.
6384 (nnir-get-active): Use it.
6385
6386 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6387
6388 * proto-stream.el (proto-stream-open-network): Add some comments.
6389
6390 * nntp.el (nntp-open-connection): Provide a :success condition.
6391
6392 * nnimap.el (nnimap-open-connection-1): Ditto.
6393
6394 * proto-stream.el (proto-stream-open-network): See what the response to
6395 the STARTTLS command is.
6396
6397 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6398 backwards compatibility).
6399 (nnimap-open-connection-1): Really respect nnimap-server-port.
6400
6401 * proto-stream.el (proto-stream-open-network): When doing opportunistic
6402 TLS upgrades we don't really care about the identity of the peer.
6403 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6404 that what we've checked for.
6405 (proto-stream-always-use-starttls): Only default to t if
6406 open-gnutls-stream exists.
6407 (proto-stream-open-network): If STARTTLS failed, then just open a
6408 normal connection.
6409 (proto-stream-open-network): Wait until the greeting before doing
6410 STARTTLS.
6411
6412 * nntp.el (nntp-open-connection): Report what the connection error is.
6413
6414 * proto-stream.el (open-protocol-stream): Rename from
6415 open-proto-stream.
6416
6417 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6418
6419 * nnimap.el (nnimap-stream): Change default to `undecided'.
6420 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6421 first, and then network.
6422 (nnimap-open-connection-1): Respect nnimap-server-port.
6423 (nnimap-open-connection): Be more backwards-compatible.
6424
6425 * proto-stream.el (proto-stream-always-use-starttls): New variable.
6426 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
6427 (proto-stream-open-starttls): Folded back into the main function.
6428 (proto-stream-open-network): Fix typo in the GnuTLS path.
6429 (proto-stream-command): Refactor out.
6430
6431 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6432
6433 * proto-stream.el (proto-stream-open-starttls): Actually implement the
6434 starttls.el STARTTLS.
6435
6436 * color.el (color-lab->srgb): Fix function call name.
6437
6438 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6439 if we're using tls.el.
6440 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
6441 built in, then don't try to establish a STARTTLS connection.
6442
6443 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6444 servers.
6445
6446 * proto-stream.el (open-proto-stream): Use network, not stream.
6447 (open-proto-stream): Add a way to specify what the end of a command is.
6448
6449 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6450 connections types.
6451 (nntp-open-network-stream): Remove.
6452 (nntp-open-ssl-stream): Remove.
6453 (nntp-open-tls-stream): Remove.
6454 (nntp-ssl-program): Remove.
6455
6456 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6457
6458 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
6459
6460 * nnir.el: Fix typos.
6461 (nnir-retrieve-headers-override-function): Rename variable to reflect
6462 new semantics.
6463 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6464 macros.
6465 (nnir-request-article, nnir-request-move-article): Use them.
6466 (nnir-categorize): New function.
6467 (nnir-run-query): Use it.
6468 (nnir-retrieve-headers): Rewrite to batch header retrieval.
6469 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6470 sorted.
6471 (nnir-group-full-name): Use gnus-group-full-name instead.
6472 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6473 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6474
6475 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6476
6477 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6478
6479 * proto-stream.el: New library to provide protocol-specific
6480 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6481 protocols.
6482 (open-proto-stream): Complete the documentation.
6483 (proto-stream-open-network): Fix some typos.
6484
6485 * nnimap.el (nnimap-open-connection): Use it.
6486
6487 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
6488
6489 * pop3.el (pop3-open-server): Read server greeting before starting TLS
6490 negotiation.
6491
6492 2010-11-26 Julien Danjou <julien@danjou.info>
6493
6494 * color.el: Rename various rgb functions to srgb.
6495
6496 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6497
6498 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6499 names.
6500
6501 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
6502
6503 * shr.el (shr-insert): Revert last change.
6504 (shr-find-fill-point): Never leave point being at bol;
6505 relax the kinsoku limitation when rendering tables.
6506
6507 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6508
6509 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6510 results from -accept-article.
6511
6512 * shr-color.el: Require cl when compiling.
6513
6514 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6515 checkin.
6516
6517 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6518
6519 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6520
6521 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6522 'add and 'delete to set backend marks.
6523
6524 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6525
6526 * nnheader.el (nnheader-update-marks-actions): Refactor out.
6527
6528 * nntp.el (nntp-request-set-mark): Use it.
6529
6530 * nnfolder.el (nnfolder-request-set-mark): Ditto.
6531
6532 * nnml.el (nnml-request-set-mark): Ditto.
6533
6534 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6535 introduces regressions in article selection.
6536 (nnimap-find-uid-response): New function.
6537 (nnimap-request-accept-article): Use the UID returned, if any.
6538 (nnimap-request-move-article): Use the UID returned, if any.
6539 (nnimap-get-groups): Reimplement to work with folded lines.
6540 (nnimap-find-uid-response): The UID is the last element in the list.
6541 (nnimap-request-set-mark): Extend syntax with 'set.
6542
6543 * nnml.el (nnml-request-set-mark): Ditto.
6544
6545 * nnfolder.el (nnfolder-request-set-mark): Ditto.
6546
6547 * nntp.el (nntp-request-set-mark): Ditto.
6548
6549 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6550
6551 * message.el (message-called-interactively-p): A temporary macro.
6552 (message-goto-body): Use it temporarily.
6553
6554 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6555
6556 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6557 (nnimap-last-response-string): Unfold quoted lines, if they exist.
6558 (nnimap-last-response-string): Fix last unfolding fix.
6559
6560 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6561
6562 * shr.el (shr-insert): Fix the way to fold lines.
6563
6564 2010-11-25 Julien Danjou <julien@danjou.info>
6565
6566 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6567
6568 * color.el: Rename from color-lab.el
6569 (color-rgb->hex): Add.
6570 (color-complement): Add.
6571 (color-complement-hex): Add.
6572
6573 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6574
6575 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6576
6577 * shr-color.el (shr-color-visible): Don't bug out if the color names
6578 don't exist.
6579
6580 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6581
6582 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6583 assuming that article displaying or another mml-preview may be
6584 interrupted for an error or for the like.
6585
6586 * shr.el (shr-get-background): Fix argument name.
6587
6588 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6589
6590 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6591
6592 * gnus-sum.el (gnus-summary-include-articles): New function.
6593
6594 * message.el (message-goto-body): called-interactively-p needs a
6595 parameter, so use `any'.
6596
6597 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6598 clear marks before moving, since they're synced from the Gnus side
6599 first.
6600
6601 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6602 (gnus-summary-move-article): Copy over all marks before moving, so that
6603 IMAP doesn't think a new article has arrived.
6604
6605 2010-11-24 Julien Danjou <julien@danjou.info>
6606
6607 * shr.el (shr-insert-background-overlay): Fix typo.
6608 (shr-render-td): Copy the background before rendering.
6609
6610 * shr-color.el (shr-color-visible): Fix docstring.
6611
6612 * shr.el (shr-tag-table): Add bgcolor support.
6613 (shr-render-td): Add bgcolor support.
6614 (shr-get-background): Add.
6615 (shr-insert-foreground-overlay): Use shr-get-background.
6616
6617 * message.el (message-goto-body): Use called-interactively-p.
6618 (message-in-body-p): message-goto-body returns point.
6619
6620 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6621
6622 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
6623 Fixes something or other in Emacs 23, and is backwards compatible.
6624
6625 * message.el (message-goto-body): Remove the <#secure special-casing,
6626 which is too special.
6627
6628 * shr.el (shr-parse-style): Drop !important from styles.
6629
6630 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
6631
6632 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6633 this function to return incorrect results when calling it with an
6634 explicit article argument different from
6635 (gnus-summary-article-number).
6636
6637 2010-11-24 Julien Danjou <julien@danjou.info>
6638
6639 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6640 (shr-tag-body): Add background support.
6641 (shr-descend): Add background support.
6642 (shr-tag-title): Add.
6643
6644 * shr-color.el (shr-color-visible): Really return original background
6645 if fixed.
6646
6647 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6648
6649 * shr.el (shr-color-check): Protect against non-existent color names.
6650
6651 2010-11-24 Julien Danjou <julien@danjou.info>
6652
6653 * color-lab.el: Require 'cl when compiling.
6654
6655 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6656
6657 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6658 matched part.
6659
6660 * color-lab.el: Fix all expt calls to use float type.
6661
6662 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6663
6664 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6665 expression to shr-color-check as is.
6666
6667 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6668
6669 * color-lab.el: Add coding cookie.
6670 (float-pi): Use eval-and-compile.
6671
6672 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6673
6674 * shr.el (shr-insert-color-overlay): Split stuff like
6675 "#444444 !important" to find the real color.
6676 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6677 parse <font color="red"> entries.
6678
6679 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
6680
6681 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
6682 point when parsing headers.
6683
6684 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
6685 is positioned properly when parsing headers.
6686
6687 2010-11-23 Julien Danjou <julien@danjou.info>
6688
6689 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6690
6691 * shr-color.el (shr-color->hexadecimal): Add support for color names.
6692
6693 * shr.el (shr-parse-style): Replace \n with space in style parsing.
6694
6695 * shr-color.el (shr-color-hsl-to-rgb-fractions):
6696 Use shr-color-hue-to-rgb.
6697 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6698
6699 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6700
6701 * shr.el (shr-color->hexadecimal): Autoload.
6702 (shr-descend): Add color to all tags.
6703
6704 2010-11-22 Julien Danjou <julien@danjou.info>
6705
6706 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6707 shr-color->hexadecimal.
6708
6709 * shr-color.el (shr-color->hexadecimal): Add converting functions for
6710 RGB() or HSL() color representation.
6711
6712 * shr.el (shr-tag-font): Add.
6713 (shr-tag-color-check): New function to get better colors.
6714 (shr-tag-insert-color-overlay): Factorize code between tag-font and
6715 tag-span.
6716
6717 * shr-color.el: New file.
6718
6719 * color-lab.el: New file.
6720
6721 * gnus-art.el (gnus-url-mailto): Do not downcase args.
6722
6723 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
6724
6725 * nnir.el: Fix typo in comments.
6726 (nnir-run-imap): Simplify code. No need to reverse artlist.
6727 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6728
6729 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6730
6731 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6732
6733 * nnimap.el (nnimap-get-capabilities): Refactor out.
6734 (nnimap-open-connection): Re-request capabilities after STARTTLS.
6735
6736 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
6737
6738 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6739 appearing when `mm-uu-hide-markers' is nil.
6740
6741 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6742
6743 * nnimap.el (nnimap-unselect-group): Make into its own function.
6744 (nnimap-request-rename-group): Unselect group before renaming.
6745 This had gotten lost somewhere.
6746 (nnimap-request-accept-article): Keep track of examined groups, and
6747 unselect the group before APPENDing to read-only groups.
6748 (nnimap-request-move-article): Clear flags before moving so that they
6749 can be re-set later.
6750
6751 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
6752
6753 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6754 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6755
6756 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
6757
6758 * gnus-art.el (gnus-mime-display-single):
6759 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6760 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6761 parameter.
6762
6763 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6764
6765 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6766 (shr-table-vertical-line): New variable.
6767 (shr-insert-table): Use it.
6768
6769 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
6770
6771 * gnus-html.el (gnus-html-wash-images): Don't display images if
6772 gnus-inhibit-images is non-nil; register displayer for cid images.
6773 (gnus-html-display-image): Work for cid image.
6774 (gnus-html-insert-image): Allow arguments.
6775 (gnus-html-put-image): Inhibit read-only.
6776 (gnus-html-prefetch-images): Don't prefetch images if
6777 gnus-inhibit-images is non-nil.
6778
6779 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6780
6781 * shr.el (shr-put-image): Break lines when inserting big pictures.
6782
6783 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
6784
6785 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6786 sender, thanks Katsumi Yamaoka.
6787
6788 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
6789
6790 * nnir.el (nnir-run-imap): Reverse the article list for each group
6791 rather than the whole list.
6792
6793 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6794
6795 * shr.el (shr-image-displayer): Protect function against non-existent
6796 image source.
6797
6798 * gnus-art.el (gnus-inhibit-images): New user option.
6799 (gnus-mime-display-single): Don't display image if it is non-nil.
6800
6801 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6802 gnus-inhibit-images.
6803
6804 * shr.el (shr-image-displayer): New function.
6805 (shr-tag-img): Use it.
6806
6807 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
6808
6809 * mml2015.el (mml2015-epg-sign): Use From header.
6810
6811 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6812
6813 * gnus-html.el (gnus-html-wash-images): Register a displayer.
6814
6815 * gnus-util.el (gnus-find-text-property-region): Return markers.
6816
6817 * shr.el (shr-tag-img): Put a displayer in the text property.
6818
6819 * gnus-util.el (gnus-find-text-property-region): New utility function.
6820
6821 * gnus-html.el (gnus-html-display-image): Make the alt optional.
6822 (gnus-html-show-images): Remove.
6823
6824 * gnus-art.el (gnus-article-show-images): New, more general function.
6825
6826 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6827 image url text properties.
6828
6829 * shr.el: Ditto.
6830
6831 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6832 gnus-agent-auto-agentize-methods is set. Which it isn't.
6833
6834 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6835
6836 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6837 work for two or more articles.
6838
6839 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
6840
6841 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6842 divide an image that's in an html article to two or more when washing
6843 non-ASCII characters in alt text of it.
6844
6845 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6846
6847 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6848 smime-decrypt-region using function argument.
6849 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6850
6851 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6852
6853 * smime.el (smime-decrypt-region): Catch it.
6854
6855 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6856
6857 * smime.el (smime-mode-map): Move initialization into declaration.
6858 (gnus-run-mode-hooks): Don't autoload.
6859 (smime-mode): Use define-derived-mode.
6860
6861 2010-11-11 Glenn Morris <rgm@gnu.org>
6862
6863 * smime.el (from): Restrict declaration to XEmacs.
6864
6865 * nnir.el (gnus-group-topic-name): Autoload.
6866
6867 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6868
6869 * shr.el (shr-insert): Don't break long line if it is because of
6870 kinsoku-bol characters in the line end.
6871
6872 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
6873
6874 * nnir.el (nnir-request-move-article): Fix to provide original group
6875 and subject.
6876 (nnir-warp-to-article): Don't fail on articles whose headers haven't
6877 been retrieved.
6878
6879 * gnus-sum.el (gnus-summary-move-article): Use original group and
6880 subject for virtual articles such as those in an nnir summary buffer.
6881
6882 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6883
6884 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6885 least 21.5).
6886
6887 * smime.el (from): Declare it again for XEmacs.
6888
6889 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6890
6891 * message.el (message-resend): Don't disable encoding unless it's
6892 already encoded.
6893
6894 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6895 low-numbered articles.
6896
6897 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
6898
6899 * rfc2047.el (rfc2047-syntax-table): Simplify.
6900
6901 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6902 set-char-table-range for XEmacs.
6903
6904 2010-11-10 Glenn Morris <rgm@gnu.org>
6905
6906 * smime.el (from): Remove unused declaration.
6907
6908 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6909 (gnus-float-time): On Emacs, always an alias.
6910
6911 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6912 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6913
6914 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
6915
6916 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6917
6918 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6919
6920 * shr.el (browse-url-mailto): Autoload.
6921
6922 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6923
6924 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6925 regexp doesn't need quoting.
6926
6927 2010-11-09 Sven Joachim <svenjoac@gmx.de>
6928
6929 * message.el (message-subject-trailing-was-ask-regexp)
6930 (message-subject-trailing-was-regexp): Match was: in addition to was.
6931
6932 2010-11-09 Glenn Morris <rgm@gnu.org>
6933
6934 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6935 (nnbabyl-check-mbox): Use point-at-bol.
6936
6937 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6938
6939 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6940
6941 * message.el (message-mailto): New function.
6942 (message-mailto): Should accept other parameters.
6943 (message-mailto): Remove since it duplicates browse-url-mailto
6944 functionality.
6945
6946 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6947
6948 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6949 methods.
6950 (gnus-read-active-file): Ditto.
6951
6952 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6953 ": " from the prompt.
6954 (gnus-group-make-group): Ditto.
6955
6956 2010-11-07 Glenn Morris <rgm@gnu.org>
6957
6958 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6959 (gnus-bookmark-kill-line): Use point-at-eol.
6960
6961 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
6962
6963 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6964 asterisks in From header.
6965
6966 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6967
6968 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6969 string to avoid making the From headers syntactically invalid.
6970
6971 * message.el (message-send-mail): Don't insert courtesy messages if the
6972 message already has List-Post and List-ID messages.
6973
6974 2010-11-06 Glenn Morris <rgm@gnu.org>
6975
6976 * gnus-art.el (gnus-treat-article): Give dynamic local variables
6977 `condition', `type', `length' a prefix.
6978 (gnus-treat-predicate): Update for above name changes.
6979
6980 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
6981
6982 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6983 binding. Handled by `gnus-summary-refer-thread' instead.
6984 (nnir-warp-to-article): New backend function.
6985
6986 * nnimap.el (nnimap-request-thread): Force dependency updating.
6987
6988 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6989 (gnus-summary-refer-thread): Rework to improve thread-referral.
6990
6991 * gnus-int.el (gnus-warp-to-article): New function.
6992
6993 * gnus-sum.el (gnus-summary-article-map): Bind it.
6994
6995 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
6996
6997 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6998 gnus-summary-refer-thread.
6999
7000 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7001 headers.
7002 (gnus-summary-limit-include-thread): Prevent articles in thread from
7003 being cut in gnus-cut-threads.
7004 (gnus-summary-refer-thread): Limit retrieved headers to those in
7005 thread.
7006
7007 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7008
7009 * message.el (message-send-mail): Use the value of
7010 message-courtesy-message from the message buffer.
7011
7012 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7013
7014 * shr.el (shr-browse-url): Implement mailto: URLs.
7015
7016 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7017 "raw".
7018
7019 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7020 if it's already selected.
7021
7022 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7023
7024 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7025
7026 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7027 to measure the length and truncate alt text.
7028
7029 2010-11-03 Glenn Morris <rgm@gnu.org>
7030
7031 * nndiary.el (nndiary-generate-nov-databases-1)
7032 (nndiary-generate-active-info): Rename dynamic variable `files' to
7033 something less generic.
7034
7035 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
7036
7037 * nnir.el (nnir-request-move-article): Call the underlying backend to
7038 move articles from nnir.
7039
7040 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7041
7042 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7043
7044 2010-11-02 Julien Danjou <julien@danjou.info>
7045
7046 * nnir.el: Remove wais support.
7047
7048 2010-11-02 Glenn Morris <rgm@gnu.org>
7049
7050 * gnus-html.el: Reorder requirements to quieten compiler.
7051
7052 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7053
7054 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7055 properly for XEmacs as well.
7056 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7057 (gnus-article-natural-long-line-p): Use window-width rather than
7058 frame-width.
7059
7060 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
7061
7062 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
7063 (nnir-read-parms): Don't modify query.
7064 (nnir-run-query): Add ability to search topic on current line.
7065 (nnir-get-active): Clean up.
7066
7067 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7068
7069 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7070 degenerate articles.
7071
7072 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7073 (gnus-print-buffer): Just print the buffer as is, without any copying
7074 to a buffer and then re-highlighting.
7075
7076 * nnimap.el (nnimap-request-group): Store the new updated info.
7077 (nnimap-request-group): Select the group when we don't know whether it
7078 exists or not.
7079
7080 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7081 groups.
7082
7083 * gnus-group.el (gnus-group-find-new-groups): Display all the new
7084 groups.
7085
7086 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7087 groups.
7088
7089 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7090 long-lines case by only filling the long lines.
7091
7092 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7093 (bug #7311).
7094
7095 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7096
7097 * shr.el: No need to declare `declare-function' since shr.el is for
7098 only Emacsen that provide `libxml-parse-html-region'.
7099
7100 2010-11-01 Glenn Morris <rgm@gnu.org>
7101
7102 * mm-util.el (gnus-completing-read): Autoload.
7103 (mm-read-coding-system): Simplify Emacs definition.
7104
7105 * nnmail.el (gnus-activate-group):
7106 * nnimap.el (gnutls-negotiate):
7107 * nntp.el (netrc-parse): Fix declarations.
7108
7109 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7110
7111 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7112 string-match-p in Emacs >=23.
7113
7114 * gnus-msg.el (gnus-configure-posting-styles):
7115 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7116
7117 2010-11-01 Glenn Morris <rgm@gnu.org>
7118
7119 * nnir.el (declare-function): Add compat stub.
7120 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7121 (nnir-run-gmane): Require 'mm-url.
7122
7123 * mm-util.el (mm-string-to-multibyte): Simplify.
7124
7125 * shr.el (declare-function): Add compat stub.
7126 (url-cache-create-filename): Declare.
7127 (mm-disable-multibyte, widget-convert-button): Autoload.
7128
7129 * smime.el (ldap-search): Declare.
7130 (smime-cert-by-ldap-1): Require ldap on Emacs.
7131
7132 * nnimap.el: Require nnmail, and gnus-sum when compiling.
7133 (nnimap-keepalive): Use gnus-float-time.
7134
7135 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7136 (mail-source-delete-crash-box): Use gnus-float-time.
7137
7138 * gnus-dired.el (gnus-completing-read): Autoload.
7139
7140 * mm-view.el (gnus-rescale-image): Autoload.
7141
7142 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7143
7144 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7145
7146 * sieve-manage.el: Require 'cl when compiling.
7147
7148 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7149 (gnus-iswitchb-completing-read): Require iswitchb.
7150 (gnus-select-frame-set-input-focus): Silence compiler.
7151
7152 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7153
7154 * message.el (message-subject-trailing-was-query): Change default to t,
7155 since I think that's what most people want.
7156
7157 * nnimap.el (nnimap-request-accept-article): Erase buffer before
7158 appending for easier debugging.
7159 (nnimap-wait-for-connection): Take a regexp.
7160 (nnimap-request-accept-article): Wait for the continuation line before
7161 sending anything unless we're streaming.
7162
7163 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7164 leave the header washing to take place.
7165
7166 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7167
7168 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7169 regular expression match and replace in posting styles.
7170
7171 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
7172
7173 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7174 an entire server.
7175 (nnir-get-active): New function.
7176 (nnir-run-imap): Use it.
7177 (nnir-run-gmane): Who knew, gmane search returns an article score!
7178
7179 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7180 server on the current line with nnir.
7181
7182 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7183
7184 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7185 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7186 left edge.
7187 (gnus-article-foldable-buffer): Skip past the prefix when determining
7188 raggedness.
7189
7190 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7191 the raw article, and change `C-u g' to show the article without doing
7192 treatments.
7193
7194 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7195 on to `gnus-treat-article'.
7196 (gnus-inhibit-article-treatments): New variable.
7197
7198 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7199
7200 * gnus-art.el (gnus-treatment-function-alist): Have
7201 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7202 (gnus-treat-fill-long-lines): Change default to fill all text/plain
7203 sections.
7204
7205 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7206 parameter.
7207 (gnus-article-fill-cited-long-lines): New function.
7208 (gnus-article-fill-cited-article): Allow filling only long sections.
7209
7210 * shr.el (shr-find-fill-point): Don't break lines between punctuation
7211 and non-punctuation (like after the apostrophe in "'We").
7212
7213 * gnus-sum.el (gnus-summary-select-article): Make sure
7214 gnus-original-article-buffer is alive.
7215
7216 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7217 reflect the order they are in the digest.
7218
7219 * gnus.el (gnus-group-startup-message): Move point to the start of the
7220 buffer.
7221
7222 * nnimap.el (nnimap-capability): New function.
7223 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7224 is set.
7225
7226 2010-10-31 David Engster <dengste@eml.cc>
7227
7228 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7229 conform with changes to gnus-completing-read.
7230
7231 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7232
7233 * shr.el (shr-tag-img): Output "*" instead of "[img]".
7234
7235 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7236
7237 * nnir.el: Move defvar, defcustom around to keep file organized
7238 and keep byte-compiler quiet.
7239 (nnir-read-parms): Accept search-engine as arg.
7240 (nnir-run-query): Pass search-engine as arg.
7241 (nnir-search-engine): Remove.
7242
7243 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7244
7245 * shr.el (shr-generic): The text nodes should be text, not :text.
7246
7247 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7248 later in the file.
7249
7250 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7251
7252 * nnir.el: General clean up. Allow searching with multiple engines.
7253 Allow separate extra-parameters for each engine.
7254 Batch queries when possible.
7255 (nnir-imap-default-search-key,nnir-method-default-engines):
7256 Add customize interface.
7257 (nnir-run-gmane): New engine.
7258 (nnir-engines): Use it. Qualify all prompts with engine name.
7259 (nnir-search-engine): Remove global variable.
7260 (nnir-run-hyrex): Restore for now.
7261 (nnir-extra-parms,nnir-search-history): New variables.
7262 (gnus-group-make-nnir-group): Use them.
7263 (nnir-group-server): Remove in favor of gnus-group-server.
7264 (nnir-request-group): Avoid searching twice.
7265 (nnir-sort-groups-by-server): New function.
7266
7267 2010-10-30 Julien Danjou <julien@danjou.info>
7268
7269 * gnus-group.el: Remove gnus-group-fetch-control.
7270
7271 * gnus-start.el (gnus-find-new-newsgroups):
7272 Remove gnus-check-first-time-used.
7273
7274 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7275
7276 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
7277
7278 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7279 set on groups that don't have \* permanentflags.
7280
7281 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7282
7283 * shr.el (shr-tag-span): Drop colorization of regions since we don't
7284 control the background color.
7285 (shr-tag-img): Ignore very small web bug type images.
7286 (shr-put-image): Add help-echo alt texts to the images.
7287 (shr-tag-video): Show the video poster image.
7288
7289 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7290
7291 * shr.el (shr-table-depth): New variable.
7292 (shr-tag-table-1): Only insert the images after the top-level table.
7293
7294 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7295
7296 * gnus-util.el (gnus-list-memq-of-list): New function.
7297
7298 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7299 selected.
7300 (nnimap-unsplittable-articles): New slot.
7301 (nnimap-new-articles): Use it.
7302
7303 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
7304
7305 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7306 move to the previous line on `M-g'.
7307
7308 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7309
7310 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7311 *-request-group, which seems unnecessary.
7312
7313 * nnimap.el (nnimap-quote-specials): Function copied over from
7314 imap.el.
7315 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7316 they support that. Suggested by Tom Regner.
7317
7318 2010-10-29 Julien Danjou <julien@danjou.info>
7319
7320 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7321 defalias.
7322 (gnus-summary-delete-marked-with): Remove obsolete defalias.
7323
7324 * gnus.el: Remove `gnus-nntp-service' variable.
7325 (gnus-secondary-servers): Make obsolete.
7326 (gnus-nntp-server): Make obsolete.
7327
7328 * gnus-start.el (gnus-1): Remove x-splash calls.
7329
7330 * gnus-ems.el (gnus-x-splash): Remove.
7331
7332 * gnus.el (gnus-group-startup-message): Simplify/update code.
7333
7334 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7335 capability before doing anything.
7336 (gnus-group-insert-group-line): Remove useless
7337 gnus-group-remove-excess-properties.
7338
7339 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
7340
7341 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7342
7343 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7344
7345 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7346 config after reselecting.
7347
7348 2010-10-28 Julien Danjou <julien@danjou.info>
7349
7350 * shr.el (shr-put-image): Use point even if only inserting text.
7351 (shr-put-image): Save excursion when inserting alt text on non-graphic
7352 display, so the behavior is the same when we are on a graphic display.
7353
7354 * nnir.el (nnir-run-swish-e): Remove hyrex support.
7355
7356 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7357
7358 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7359 (gnus-mime-copy-part): Check coding system, not charset.
7360 (gnus-mime-view-part-externally): Never remove part.
7361 (gnus-mime-view-part-internally): Don't remove part here.
7362 (gnus-article-part-wrapper): Make sure MIME tag is visible.
7363 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7364 multipart/alternative.
7365
7366 * mm-decode.el (mm-display-part): Take optional arg `force'.
7367
7368 2010-10-26 Julien Danjou <julien@danjou.info>
7369
7370 * gnus-group.el (gnus-group-default-list-level): Add this function to
7371 compute the default list level.
7372 (gnus-group-default-list-level): Add possibility to use a function.
7373
7374 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
7375
7376 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7377
7378 * gnus-group.el (gnus-group-completing-read)
7379 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7380 gnus-replace-in-string.
7381
7382 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
7383
7384 * shr.el (shr-tag-div): Add.
7385
7386 2010-10-25 Julien Danjou <julien@danjou.info>
7387
7388 * gnus-util.el: Remove `gnus-with-local-quit'.
7389
7390 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7391
7392 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7393
7394 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7395 the original article buffer.
7396
7397 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7398
7399 * nnimap.el (nnimap-request-head): New function.
7400 (nnimap-request-move-article): Try to be slightly faster by not
7401 requesting the entire message when moving.
7402 (nnimap-transform-headers): Don't bug out on bodiless articles.
7403 (nnimap-send-command): Have no outstanding messages if the IMAP server
7404 doesn't support streaming.
7405 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7406
7407 2010-10-24 Julien Danjou <julien@danjou.info>
7408
7409 * message.el (message-default-headers): Fix type.
7410
7411 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7412
7413 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7414 prefetching images.
7415
7416 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7417 backend for unknown groups. This is mainly useful for nnimap groups.
7418
7419 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7420 group isn't covered by the agent.
7421
7422 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
7423
7424 * nnir.el (nnir-method-default-engines): New variable.
7425 (nnir-run-query): Use it.
7426 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7427 (gnus-summary-nnir-goto-thread): Change group if needed.
7428
7429 * gnus-group.el (gnus-group-group-map): Add key binding for
7430 gnus-group-make-nnir-group.
7431
7432 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7433
7434 * shr.el (shr-tag-object): Add.
7435
7436 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7437 original article buffer live.
7438 (gnus-summary-select-article-buffer):
7439 Mention gnus-widen-article-buffer.
7440
7441 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7442
7443 * shr.el (shr-tag-strong): Add.
7444
7445 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7446
7447 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7448 group names. They mess up the group buffer badly.
7449
7450 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7451
7452 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7453 instead of the summary one.
7454
7455 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
7456
7457 * mml.el (mml-preview): Work properly when editing article.
7458
7459 * gnus-start.el (gnus-read-active-file-1): Don't add method to
7460 gnus-have-read-active-file if it's already been in.
7461
7462 2010-10-22 Tom Tromey <tromey@redhat.com>
7463
7464 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7465 gnus-group-completing-read.
7466
7467 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7468
7469 * message.el (message-mode-map): Don't bind M-; to comment region, to
7470 allow the global comment-dwim to work.
7471
7472 2010-10-21 Julien Danjou <julien@danjou.info>
7473
7474 * message.el (message-setup-1): Allow message-default-headers to be a
7475 function.
7476
7477 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7478
7479 * shr.el (shr-tag-table): Simplify.
7480
7481 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7482
7483 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7484 to avoid trying to snarf invalid stuff.
7485
7486 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7487
7488 * gnus.el (gnus-message-archive-group): Quote value.
7489 (gnus-message-archive-group): Mark as changed.
7490
7491 * shr.el (shr-add-font): Don't put the font properties on the newline
7492 or the indentation.
7493
7494 * message.el (message-fix-before-sending): Change options when sending
7495 non-printable characters.
7496
7497 * gnus.el (gnus-message-archive-method): Change the default to
7498 monthly outgoing groups.
7499
7500 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7501 that have gotten new numbers.
7502
7503 * nnimap.el (nnimap-request-replace-article): New function.
7504
7505 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7506
7507 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7508 (nnrss-request-article): Don't use special html washing code.
7509
7510 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7511
7512 * shr.el (shr-tag-table): Remove useless nconc.
7513
7514 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7515
7516 * gnus-art.el (article-wash-html): Simplify and remove the charset
7517 stuff. Use the normal html rendering code instead of the special html
7518 washing code.
7519
7520 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7521 `gnus-w3m' symbols.
7522 (mm-text-html-washer-alist): Remove.
7523
7524 * mm-decode.el (mm-inline-text-html-renderer): Remove.
7525 (mm-inline-media-tests): Remove use.
7526 (mm-text-html-renderer): Change default to the `shr' symbol.
7527
7528 * mm-view.el (mm-inline-text-html): Remove use.
7529
7530 * gnus-art.el (gnus-blocked-images): New function. Allow the
7531 `gnus-blocked-images' to be a function.
7532 (gnus-article-wash-function): Remove.
7533
7534 2010-10-20 Julien Danjou <julien@danjou.info>
7535
7536 * spam.el (spam-list-of-processors): Mark as obsolete.
7537
7538 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7539 (nnimap-insert-partial-structure): Fix boundary detection.
7540
7541 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
7542
7543 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7544 run file-truename on remote files. This can be expensive and even
7545 prevent one from editing drafts if some unrelated buffer has a stale
7546 connection.
7547
7548 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7549
7550 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7551 kinsoku-eol regardless of shr-kinsoku-shorten.
7552 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7553 (shr-tag-table): Support caption, thead, and tfoot.
7554
7555 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7556
7557 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7558 lines.
7559 (shr-save-contents): New command and keystroke.
7560
7561 * nndoc.el (nndoc-type-alist): Add git support.
7562 (nndoc-git-type-p): New function.
7563 (nndoc-transform-git-article): Ditto.
7564 (nndoc-transform-git-headers): Ditto.
7565 (nndoc-transform-git-headers): Generate Subject headers.
7566
7567 * shr.el (shr-parse-style): New function.
7568 (shr-tag-span): Ditto.
7569
7570 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7571 to `G G' to avoid collisions.
7572
7573 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7574
7575 * shr.el: Load kinsoku if necessary.
7576 (shr-kinsoku-shorten): New internal variable.
7577 (shr-find-fill-point): Make kinsoku shorten text line if
7578 shr-kinsoku-shorten is bound to non-nil.
7579 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7580 shr-indentation too when testing if table is wider than frame width.
7581 (shr-insert-table): Use `string-width' instead of `length' to measure
7582 text width.
7583 (shr-insert-table-ruler): Make sure indentation is done at bol.
7584
7585 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7586
7587 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7588 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7589 undecoded network data.
7590
7591 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7592
7593 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7594 name in the mode line spec so that the mode line menu works
7595 (bug #2431).
7596
7597 * message.el (message-get-reply-headers): If we're fed `to-address',
7598 then always use that.
7599
7600 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7601 aren't so wide as to need to switch off the edit menu.
7602
7603 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7604 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7605
7606 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7607 `M-g'.
7608 (nnimap-update-info): Update flags/read marks even if \* isn't part of
7609 the permanent marks.
7610
7611 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
7612
7613 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7614 Splitting according to references/in-reply-to obeys the ignore-groups
7615 variable, while splitting by sender and subject do not.
7616
7617 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7618
7619 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7620 alist, so that we can look for non-Unicode chars.
7621 (article-translate-strings): Allow both character and string maps.
7622
7623 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
7624
7625 * shr.el (shr-insert): Don't insert space behind a wide character
7626 categorized as kinsoku-bol, or between characters both categorized as
7627 nospace.
7628
7629 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
7630
7631 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
7632 headers to gnus-newsgroup-headers.
7633
7634 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7635
7636 * shr.el (shr-tag-img): Don't align images -- since we're not
7637 rescaling, this often leads to ugly displays.
7638
7639 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
7640
7641 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7642 duplicates.
7643
7644 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7645
7646 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7647 call.
7648
7649 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7650
7651 * gnus.el: Autoload gnus-html-show-images.
7652
7653 * nnimap.el: Use nnheader-message throughout.
7654
7655 * shr.el (shr-tag-img): Ignore images with no data.
7656
7657 2010-10-15 Julien Danjou <julien@danjou.info>
7658
7659 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7660 a possibility to disable format=flow encoding when using hard newlines.
7661
7662 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7663
7664 * shr.el (shr-insert): Remove space inserted before or after a
7665 breakable character or at the beginning or the end of a line.
7666 (shr-find-fill-point): Do kinsoku; find the second best point or give
7667 it up if there's no breakable point.
7668
7669 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7670
7671 * nnimap.el (nnimap-open-connection): Message when opening connection
7672 for debugging purposes.
7673
7674 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7675 on every setup buffer call to allow this to change from article to
7676 article.
7677
7678 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7679 buffers where we have a wide table.
7680
7681 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
7682
7683 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7684 uses *-request-thread.
7685
7686 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7687
7688 * nnimap.el (nnimap-open-connection): Remove %s from openssl
7689 incantation, which is no longer valid.
7690
7691 2010-10-14 Julien Danjou <julien@danjou.info>
7692
7693 * shr.el: Fix defcustom type (char -> character).
7694
7695 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7696
7697 * nnimap.el (nnimap-open-connection): tls-program should be a list of
7698 programs.
7699
7700 2010-10-14 Julien Danjou <julien@danjou.info>
7701
7702 * shr.el (shr-tag-a): Use url-link as widget type.
7703
7704 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7705 `gnus-group-get-icon'.
7706
7707 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7708
7709 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7710 This should make server editing work better.
7711
7712 * shr.el (shr-find-fill-point): Don't inloop on indented text.
7713
7714 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7715 (nnimap-parse-flags): Fix regexp.
7716
7717 * shr.el (shr-find-fill-point): Use a filling algorithm that should
7718 probably work for CJVK text, too.
7719
7720 * nnimap.el (nnimap-extend-tls-programs): Remove.
7721 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7722
7723 2010-10-13 Julien Danjou <julien@danjou.info>
7724
7725 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7726 responses.
7727
7728 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7729
7730 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7731
7732 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7733 anything in Emacs.
7734
7735 * shr.el (shr-current-column): Remove buggy and unnecessary function.
7736
7737 2010-10-13 Julien Danjou <julien@danjou.info>
7738
7739 * shr.el (shr-width): Make shr-width a defcustom with default to
7740 fill-column.
7741 (shr-tag-img): Use shr-width rather than fill-column.
7742
7743 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7744
7745 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7746
7747 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7748 position when (X-)Faces exist.
7749 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7750 avatars when called interactively.
7751
7752 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7753
7754 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7755 gnus-article-x-face-too-ugly is bound.
7756
7757 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7758
7759 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7760
7761 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7762 mailbox that doesn't exist.
7763
7764 2010-10-12 Julien Danjou <julien@danjou.info>
7765
7766 * shr.el (shr-tag-img): Encode URL properly when retrieving.
7767 (shr-get-image-data): Encode URL properly when fetching from cache.
7768 (shr-tag-img): Use aligned-to spaces to align correctly images.
7769
7770 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7771 before inserting the Gravatar.
7772
7773 * shr.el (shr-tag-img): Add align attribute support for <img>.
7774
7775 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7776
7777 * gnus-gravatar.el (gnus-art): Require.
7778
7779 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7780 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7781 Remove long obsoleted functions.
7782
7783 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7784
7785 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7786
7787 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7788 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7789 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
7790 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
7791 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
7792 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
7793 Fix comment for declare-function.
7794
7795 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7796
7797 * nnimap.el (nnimap-request-rename-group): Select group read-only
7798 before renaming it.
7799
7800 * shr.el (shr-insert): Fix up the white space only regexp.
7801
7802 * nnimap.el (nnimap-transform-split-mail): Not all articles have
7803 bodies. Protect against this. Reported by Michael Welsh Duggan.
7804
7805 * shr.el (shr-current-column): New function.
7806 (shr-find-fill-point): New function.
7807
7808 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
7809
7810 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7811 numbers.
7812
7813 2010-10-11 Julien Danjou <julien@danjou.info>
7814
7815 * shr.el (shr-hr-line): Add.
7816 (shr-tag-hr): Use shr-hr-line to specify which character to use to
7817 display hr lines.
7818 (shr-max-columns): Do not change state to nil if we just inserting
7819 spaces.
7820
7821 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7822
7823 * gnus-topic.el (gnus-topic-read-group): If after the last group,
7824 select the last group.
7825
7826 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
7827
7828 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7829
7830 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7831
7832 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7833 for Gnus.
7834 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7835 (nnimap-update-qresync-info): Mark \Seen articles as read.
7836
7837 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7838 non-variable, too.
7839
7840 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
7841 available.
7842 (nnimap-update-info): Rely more on the current active than the param
7843 active to avoid marking articles as read too much.
7844
7845 * auth-source.el (auth-source-create): Use (user-login-name) for the
7846 user name default.
7847
7848 * nnimap.el (nnimap-update-info): If the server doesn't return any
7849 useful info, just use the previous info.
7850 (nnimap-update-info): Prefer old info over start-article.
7851 (nnimap-update-qresync-info): Finish implementing QRESYNC.
7852
7853 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
7854
7855 * nnir.el (autoload): Clean up autoloads.
7856 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7857 Use key rather than value.
7858 (nnir-imap-search-other): New variable.
7859 (nnir-read-parm): Use it.
7860 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7861 (gnus-summary-nnir-goto-thread): Modify to work with imap.
7862
7863 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7864
7865 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7866 the process, too.
7867
7868 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7869
7870 * spam.el (gnus-summary-mode-map): Bind to "$".
7871 Suggested by Russ Allbery.
7872
7873 * shr.el: Rework the way things are indented by <li> slightly.
7874
7875 * gnus.el (gnus-group-set-parameter): Fix typo.
7876
7877 * nnimap.el: Start implementing QRESYNC support.
7878
7879 2010-10-09 Julien Danjou <julien@danjou.info>
7880
7881 * nnir.el (nnir-engines): Fix too many arguments.
7882
7883 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7884
7885 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7886 group is the "last", so that the backends like nnfolder actually save
7887 their folders.
7888
7889 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
7890 try to use that for the TLS stream.
7891 (nnimap-retrieve-group-data-early): Rework the marks code to heed
7892 UIDVALIDITY and find out which groups are read-only and not.
7893 (nnimap-get-flags): Use the same marks parsing code as the rest of
7894 nnimap.
7895
7896 2010-10-09 Julien Danjou <julien@danjou.info>
7897
7898 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7899
7900 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7901 retrieving gravatars.
7902
7903 * shr.el (shr-table-corner): Add.
7904 (shr-table-line): Add.
7905 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7906
7907 2010-10-08 Julien Danjou <julien@danjou.info>
7908
7909 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7910
7911 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
7912
7913 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7914
7915 * gnus-sum.el (gnus-mark-article-as-unread)
7916 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7917 (gnus-summary-set-bookmark): Use it.
7918
7919 * gnus-msg.el (gnus-setup-message): Use it.
7920
7921 * gnus-demon.el (gnus-demon-remove-handler): Use it.
7922
7923 * gnus.el (gnus-group-remove-parameter): Use it.
7924
7925 * gnus-group.el (gnus-group-make-web-group): Use it.
7926
7927 * gnus-demon.el (gnus-demon-remove-handler): Use it.
7928
7929 * nnregistry.el: Update docs to mention manual.
7930
7931 * gnus-registry.el: Update docs to mention nnregistry.el.
7932 (gnus-registry-initialize): Don't install nnregistry refer method
7933 automatically.
7934 (gnus-registry-install-nnregistry): Remove it.
7935
7936 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7937
7938 * shr.el (shr-insert): Don't insert double spaces.
7939
7940 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
7941
7942 * gnus-gravatar.el (gnus-treat-from-gravatar)
7943 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7944 called interactively.
7945
7946 * gnus-art.el (gnus-mime-view-part-externally)
7947 (gnus-mime-view-part-internally): Make predicate function passed to
7948 gnus-mime-view-part-as-type assume argument is a mime type, not a list
7949 of a mime type.
7950
7951 * shr.el (shr-table-widths): Don't use cl function `reduce'.
7952
7953 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7954
7955 * shr.el (require): Require cl when compiling.
7956 (shr-tag-hr): New function.
7957
7958 * nnimap.el (nnimap-update-info): Remove double setting of high.
7959 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7960 This makes nnimap work properly on Courier again.
7961
7962 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7963 the variable for backwards compatibility.
7964
7965 * mm-decode.el (mm-save-part): If given a non-directory result, expand
7966 the file name before using to avoid setting mm-default-directory to
7967 nil.
7968
7969 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7970 bidning gnus-agent variables.
7971
7972 * shr.el (shr-render-td): Use a cache for the table rendering function
7973 to avoid getting an exponential rendering behavior in nested tables.
7974 (shr-insert): Rework the line-breaking algorithm.
7975 (shr-insert): Don't leave trailing spaces.
7976 (shr-insert-table): Also insert empty TDs.
7977 (shr-tag-blockquote): Ensure paragraphs after </ul>.
7978
7979 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7980
7981 * gnus-sum.el (gnus-number): Rename from `number'.
7982 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7983 (gnus-summary-limit-children): Update uses correspondingly.
7984
7985 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7986
7987 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7988 (gnus-gravatar-transform-address): Don't show avatars of people of
7989 which mail addresses match gnus-gravatar-too-ugly.
7990
7991 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7992
7993 * shr.el (shr-table-widths): Expand TD elements to fill available
7994 space.
7995
7996 2010-10-07 Julien Danjou <julien@danjou.info>
7997
7998 * nnimap.el (nnimap-request-rename-group): Add this method.
7999
8000 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8001
8002 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8003 name from XEmacs' function-arglist.
8004
8005 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8006 gravatar under XEmacs.
8007
8008 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
8009
8010 * auth-source.el: Update docs with TODO items.
8011
8012 * gnus-sync.el: Update docs to explain state and plans.
8013
8014 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8015 Hooks for mark updates.
8016 (gnus-request-set-mark, gnus-request-update-mark): Use them.
8017
8018 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8019 hooks with arguments, which is needed for mark update hooks.
8020
8021 2010-10-06 Julien Danjou <julien@danjou.info>
8022
8023 * gnus.el (gnus-expand-group-parameter): Only return and act on what
8024 was matched.
8025
8026 * sieve-manage.el: Update example in `Commentary'.
8027
8028 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8029
8030 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8031 not 2000.
8032 (sieve-manage-authenticate): Re-add function.
8033
8034 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8035
8036 * shr.el (shr-insert): Get 'space transition right.
8037 (shr-render-td): Only delete space at the end of the TD.
8038
8039 * nnimap.el (nnimap-open-connection): Prepare to support
8040 open-gnutls-stream.
8041
8042 * shr.el: Rearrange function order to be more logical.
8043
8044 2010-10-06 Julien Danjou <julien@danjou.info>
8045
8046 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8047 (nnrss-discover-feed): Remove 404 URL in docstring.
8048
8049 * nnir.el: Fix Swish-E URL.
8050 Fix Namazu URL.
8051
8052 * message.el (message-change-subject): Remove 404 URL in a comment.
8053
8054 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
8055
8056 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8057 called interactively.
8058
8059 * gnus-util.el (gnus-remove-if): Allow hash table.
8060 (gnus-remove-if-not): New function.
8061
8062 * gnus-art.el (gnus-mime-view-part-as-type):
8063 * gnus-score.el (gnus-summary-score-effect):
8064 * gnus-sum.el (gnus-read-move-group-name):
8065 Replace remove-if-not with gnus-remove-if-not.
8066
8067 * gnus-group.el (gnus-group-completing-read):
8068 Regard collection as a hash table if it is not a list.
8069
8070 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8071
8072 * shr.el (shr-render-td): Allow blank/missing <TD>s.
8073
8074 * shr.el: Document the table-rendering algorithm.
8075
8076 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8077 invalid URLs.
8078
8079 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8080 line-broken.
8081 (shr-tag-img): Ignore image fetching errors.
8082 (shr-overlays-in-region): Compute overlay positions correctly.
8083
8084 * mm-decode.el (mm-shr): Require shr.
8085
8086 * gnus-art.el (gnus-blocked-images): Move variable here.
8087
8088 * shr.el (shr-insert-table): Bind free variable.
8089
8090 * mm-decode.el (mm-shr): Bind shr-content-function.
8091
8092 * shr.el (shr-content-function): New variable.
8093
8094 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8095 added for symmetry.
8096
8097 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8098
8099 * gnus-group.el (gnus-group-make-group): Doc fix.
8100
8101 * nnimap.el (nnimap-request-newgroups): Return success.
8102
8103 * shr.el (shr-find-elements): New function.
8104 (shr-tag-table): Put all the images after the table.
8105 (shr-tag-table): Really inhibit images inside the table.
8106 (shr-collect-overlays): Copy over overlays from the TD elements to the
8107 main document.
8108
8109 * mm-decode.el (mm-shr): Bind shr-blocked-images to
8110 gnus-blocked-images.
8111
8112 2010-10-05 Julien Danjou <julien@danjou.info>
8113
8114 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8115
8116 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8117 (gnus-html-maximum-image-size): Add this function.
8118 (gnus-html-put-image): Use gnus-html-maximum-image-size.
8119
8120 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8121 server-value of the capability is nil.
8122
8123 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8124
8125 * shr.el (shr-tag-em): Add <EM> tag.
8126
8127 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
8128
8129 * sieve-manage.el (sieve-manage-default-stream): Make default stream
8130 customizable.
8131
8132 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8133 handing broken links to browse-url.
8134
8135 2010-10-05 Julien Danjou <julien@danjou.info>
8136
8137 * gnus-util.el (gnus-emacs-completing-read)
8138 (gnus-iswitchb-completing-read): Use autoload rather than require.
8139
8140 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
8141
8142 * gnus-util.el (gnus-completing-read-function): Exclude
8143 gnus-icompleting-read and gnus-ido-completing-read from candidates for
8144 XEmacs since iswitchb.el is very old and ido.el is unavailable in
8145 XEmacs.
8146
8147 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8148 not to use `delete-dups' that is unavailable in XEmacs 21.4.
8149
8150 * gnus-html.el: Don't require help-fns under XEmacs.
8151 (gnus-html-schedule-image-fetching): Work for XEmacs.
8152
8153 * mm-decode.el (mm-shr): Decode contents by charset.
8154
8155 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8156
8157 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8158 unknown.
8159
8160 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8161 (shr-get-image-data): Ensure against the cache file missing.
8162
8163 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8164 for data.
8165
8166 * spam-report.el (spam-report-url-ping-plain): Don't query about
8167 killing the process.
8168
8169 * shr.el (shr-render-td): Protect against too-wide text.
8170
8171 2010-10-04 Julien Danjou <julien@danjou.info>
8172
8173 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8174 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8175
8176 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8177 retrieved.
8178
8179 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8180
8181 * shr.el (browse-url): Require.
8182 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8183 lines.
8184 (shr-show-alt-text, shr-browse-image): New commands.
8185 (shr-browse-url, shr-copy-url): New commands.
8186
8187 * gnus-sum.el (gnus-widen-article-window): New variable.
8188 (gnus-summary-select-article-buffer): Use it.
8189
8190 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8191 without @ signs.
8192
8193 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8194
8195 * nnir.el (nnir-run-imap): Remove spurious space in search string.
8196
8197 2010-10-04 Julien Danjou <julien@danjou.info>
8198
8199 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8200 for XEmacs.
8201
8202 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8203
8204 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8205
8206 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8207 (nnimap-close-server): Implement.
8208
8209 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8210 (shr-insert): Tweak line breaking.
8211 (shr-insert): Handle <pre> better.
8212 (shr-tag-li): Get <li> indentation right.
8213 (shr-tag-li): Get <li> indentation even righter.
8214 (shr-tag-blockquote): Ensure paragraph start.
8215 (shr-make-table): Tweak table generation.
8216 (shr-make-table): Fix typo.
8217
8218 * shr.el: Implement table rendering.
8219
8220 2010-10-04 Julien Danjou <julien@danjou.info>
8221
8222 * gnus-html.el (gnus-html-put-image): Fix resize image code.
8223
8224 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8225
8226 * shr.el (shr-insert): Use string anchors instead of line anchors.
8227
8228 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8229
8230 * shr.el: Add headings.
8231 (shr-ensure-paragraph): Actually work.
8232 (shr-tag-li): Make <ul> prettier.
8233 (shr-insert): Get white space at the beginning/end of elements right.
8234 (shr-tag-p): Collapse subsequent <p>s.
8235 (shr-ensure-paragraph): Don't insert double line feeds after blank
8236 lines.
8237 (shr-insert): \t is also space.
8238 (shr-tag-s): Fix "s" tag name function.
8239 (shr-tag-s): Fix face prop name.
8240
8241 2010-10-03 Julien Danjou <julien@danjou.info>
8242
8243 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8244
8245 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8246 gnus-window-inside-pixel-edges.
8247
8248 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8249 gnus-ems.
8250
8251 * mm-view.el (mm-inline-image-emacs): Support image resizing.
8252
8253 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8254 function.
8255
8256 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8257 resize choice.
8258
8259 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8260
8261 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8262 beginning of the buffer.
8263
8264 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8265 article buffer again.
8266
8267 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8268
8269 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8270 when it's at the start of the buffer.
8271
8272 * shr.el (shr-tag-blockquote): Convert name.
8273 (shr-rescale-image): Use the right image-size variant.
8274
8275 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8276 buffer isn't shown, then select the current article first instead of
8277 bugging out.
8278 (gnus-summary-select-article-buffer): Show both the article and summary
8279 buffers again.
8280
8281 * shr.el (shr-fontize-cont): Protect against regions with no text.
8282 Rename tag functions to shr-tag-* for enhanced security.
8283 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8284
8285 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
8286
8287 * shr.el (shr-insert):
8288 * pop3.el (pop3-movemail):
8289 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8290 loaded.
8291
8292 2010-10-03 Glenn Morris <rgm@gnu.org>
8293
8294 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8295
8296 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8297
8298 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8299
8300 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8301
8302 * gnus-util.el (gnus-make-local-hook): Simplify.
8303
8304 2010-10-02 Julien Danjou <julien@danjou.info>
8305
8306 * gnus-util.el (gnus-iswitchb-completing-read): New function.
8307 (gnus-ido-completing-read): New function.
8308 (gnus-emacs-completing-read): New function.
8309 (gnus-completing-read): Use gnus-completing-read-function.
8310 Add gnus-completing-read-function.
8311
8312 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8313
8314 * shr.el (shr-insert-document): Autoload.
8315 (shr-img): Be silent.
8316 (shr-insert): Add a newline after every picture before text.
8317 (shr-add-font): Use overlays for combining faces.
8318 (shr-insert): Pass upwards the text start point.
8319
8320 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8321 possible.
8322 (mm-shr): New function.
8323
8324 2010-10-02 Julien Danjou <julien@danjou.info>
8325
8326 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8327 should go backward.
8328
8329 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
8330
8331 * shr.el (shr): Fix typo in provide call.
8332
8333 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8334
8335 * shr.el: New file.
8336
8337 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8338
8339 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8340 completing read.
8341
8342 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8343
8344 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8345 we're being queried about. Suggested by Dan Jacobson.
8346
8347 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8348 Suggested by Jason Eisner.
8349
8350 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8351 table, too. Suggested by Stefan Wiens.
8352 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8353 the table unnecessary. Suggested by Stefan Wiens.
8354
8355 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8356 longer needed, and probably doesn't work either, as pointed out by
8357 Stefan Wiens.
8358 (gnus-summary-exit): Remove call to the clearing function.
8359 (gnus-summary-exit-no-update): Ditto.
8360
8361 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8362 instead of gnus-eval-in-buffer-window to avoid popping up frames.
8363 Reported by Stefan Monnier.
8364 (gnus-summary-save-in-rmail): Ditto.
8365
8366 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8367 article buffer, instead of both the article buffer and the summary
8368 buffer. Sort of suggested by Dan Jacobson.
8369
8370 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8371
8372 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8373 Suggested by Dan Jacobson.
8374
8375 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8376 documentation clearer.
8377
8378 * message.el (message-shorten-references): Comment on the number "21".
8379 Suggested by Stefan Monnier.
8380
8381 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8382 Suggested by Dan Jacobson.
8383
8384 * gnus.el (gnus-large-newsgroup):
8385 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
8386
8387 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8388 externalize attachments. Bug reported by Steve Wen.
8389
8390 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8391 really message anything to the user.
8392
8393 * nnmail.el (nnmail-article-group): Allow using the fancy split method
8394 directly.
8395
8396 * nnimap.el (nnimap-request-group): Low higher than high to signal no
8397 messages in empty groups.
8398
8399 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
8400
8401 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8402 non-UIDNEXT group.
8403
8404 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8405
8406 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8407 not the value from the collection.
8408
8409 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8410 values. This sometimes happens on some groups that have no info.
8411 (nnimap-request-newgroups): New function.
8412
8413 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
8414
8415 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8416 check into `gnus-registry-initialize'.
8417 (gnus-registry-initialize): Ditto.
8418 Fix and extend header docs.
8419
8420 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8421
8422 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8423 regexp backtrace overflows.
8424
8425 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8426 for starttls that tls.el implements; i.e. openssl.
8427
8428 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
8429
8430 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8431 (gravatar-create-image): New function that's an alias to
8432 gnus-xmas-create-image, gnus-create-image, or create-image.
8433 (gravatar-data->image): Use it.
8434
8435 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
8436
8437 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8438 install the nnregistry refer method.
8439 (gnus-registry-install-hooks): Use it.
8440 (gnus-registry-unfollowed-groups): Add nnmairix to the default
8441 unfollowed groups.
8442
8443 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
8444
8445 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8446 expanding threads.
8447
8448 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8449
8450 * nnir.el: Use the server names without suffixes (bug #7009).
8451
8452 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8453 unencrypted to STARTTLS, if possible.
8454
8455 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8456
8457 * message.el (message-ignored-supersedes-headers): Strip Injection-*
8458 headers before superseding.
8459
8460 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8461
8462 * nnrss.el (nnrss-use-local): Add documentation.
8463
8464 * nnimap.el (nnimap-extend-tls-programs): New function.
8465 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8466 (nnimap-wait-for-connection): Accept the greeting from the stupid
8467 output from openssl s_client -starttls, too.
8468
8469 * nnimap.el (nnimap-find-article-by-message-id): Really return the
8470 article number.
8471 (nnimap-split-fancy): New variable.
8472 (nnimap-split-incoming-mail): Use it.
8473
8474 * nntp.el (nntp-server-list-active-group): Document.
8475
8476 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8477 SELECT to get the message-id.
8478
8479 * mail-source.el (mail-sources): Remove webmail support.
8480 (defvar): Ditto.
8481 (mail-source-fetcher-alist): Ditto.
8482 (mail-source-fetch-webmail): Remove.
8483
8484 * webmail.el: Remove -- doesn't seem relevant any more.
8485
8486 * gnus.el: Fix up make-obsolete-variable declarations throughout.
8487
8488 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8489 the \r.
8490
8491 2010-09-30 Julien Danjou <julien@danjou.info>
8492
8493 * gnus-agent.el (gnus-agent-add-group): Fix call to
8494 gnus-completing-read.
8495
8496 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8497
8498 * nndoc.el (nndoc-retrieve-groups): New function.
8499
8500 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8501 `default', use nnmail-split-methods.
8502 (nnimap-request-article): Downcase the NILs so that they are nil.
8503
8504 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8505 symbol.
8506
8507 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8508 code, since if the user has requested network, that's what they ought
8509 to get.
8510 (nnimap-request-set-mark): Erase the buffer before issuing commands.
8511 (nnimap-split-rule): Mark as obsolete.
8512
8513 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8514 New variable.
8515
8516 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8517 correct slot, too.
8518
8519 2010-09-29 Julien Danjou <julien@danjou.info>
8520
8521 * gnus.el (gnus-local-domain): Declare variable obsolete.
8522
8523 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8524 Fix history computing.
8525 (gnus-ido-completing-read): Require ido.
8526
8527 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8528
8529 * gnus-registry.el: Don't prompt on load, which makes it impossible to
8530 build Gnus.
8531
8532 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8533 when interpreting the structures.
8534 (nnimap-request-accept-article): Add \r\n to the lines to make this
8535 work with Cyrus.
8536
8537 * nndraft.el (nndraft-request-expire-articles): Use the group name
8538 instead if "nndraft". Fix found by Nils Ackermann.
8539
8540 2010-09-29 Ludovic Courtes <ludo@gnu.org>
8541
8542 * nnregistry.el: Add.
8543
8544 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8545
8546 * nnmail.el (group, group-art-list, group-art):
8547 Remove unneeded directives.
8548
8549 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
8550
8551 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8552 (mm-mime-charset):
8553 * rfc2047.el (rfc2047-syntax-table):
8554 * utf7.el (utf7-utf-16-coding-system): Comment fix.
8555
8556 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8557 rather than `insert-file-contents' and `eval-region'.
8558
8559 2010-09-29 Julien Danjou <julien@danjou.info>
8560
8561 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8562 replacement of `gnus-gravatar-relief' to mimic
8563 `gnus-faces-properties-alist'.
8564 Add :version property.
8565
8566 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8567
8568 * mail-source.el (mail-source-report-new-mail):
8569 * message.el (message-default-mail-headers):
8570 * mm-decode.el (mm-valid-image-format-p): Comment fix.
8571
8572 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8573
8574 2010-09-28 Julien Danjou <julien@danjou.info>
8575
8576 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8577 mail-address contains the same string as real-name.
8578
8579 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8580 non-blank in header, otherwise it'll get stripped.
8581
8582 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8583 real-name, and then for mail address rather than doing : or , search.
8584
8585 2010-09-27 Julien Danjou <julien@danjou.info>
8586
8587 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8588 right completing-read function.
8589 (gnus-use-ido): New variable
8590 (gnus-completing-read-with-default): Remove.
8591 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8592 (gnus-agent-add-group):
8593 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8594 * mm-view.el (mm-view-pkcs7-decrypt):
8595 * mm-util.el (mm-codepage-setup):
8596 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8597 * mml-smime.el (mml-smime-openssl-sign-query):
8598 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8599 (mml-insert-multipart):
8600 * gnus-msg.el (gnus-summary-yank-message):
8601 * gnus-int.el (gnus-start-news-server):
8602 * mm-decode.el (mm-interactively-view-part):
8603 * gnus-dired.el (gnus-dired-attach):
8604 * gnus.el (gnus-read-method):
8605 * gnus-bookmark.el (gnus-bookmark-jump):
8606 * gnus-art.el (gnus-mime-view-part-as-type)
8607 (gnus-mime-action-on-part, gnus-article-encrypt-body):
8608 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8609 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8610 * nnmairix.el (nnmairix-create-server-and-default-group)
8611 (nnmairix-update-groups, nnmairix-get-server)
8612 (nnmairix-backend-to-server, nnmairix-goto-original-article)
8613 (nnmairix-get-group-from-file-path):
8614 * nnrss.el (nnrss-find-rss-via-syndic8):
8615 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8616 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8617 (gnus-group-browse-foreign-server):
8618 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8619 (gnus-summary-execute-command, gnus-summary-respool-article)
8620 (gnus-read-move-group-name):
8621 * gnus-score.el (gnus-summary-increase-score)
8622 (gnus-summary-score-effect):
8623 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8624
8625 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8626
8627 * nnimap.el (auth-source-forget-user-or-password)
8628 (auth-source-user-or-password): Autoload.
8629
8630 * message.el (message-from-style, message-interactive)
8631 (message-signature): Remove comment.
8632 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
8633 always.
8634 (message-sendmail-envelope-from): Comment fix.
8635 (message-yank-prefix): Default to mail-yank-prefix always.
8636 (message-indentation-spaces):
8637 Default to mail-indentation-spaces always.
8638 (message-signature-file): Default to mail-signature-file always.
8639
8640 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8641
8642 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8643 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8644 new articles.
8645
8646 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8647 parts.
8648 (nnimap-request-article): Work with the t setting, too.
8649
8650 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8651 that you don't get flashes of other buffers.
8652 (gnus-summary-show-complete-article): Intern before setting.
8653
8654 2010-09-27 David Engster <dengste@eml.cc>
8655
8656 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8657 well as HEADERS.
8658 (nnmairix-retrieve-headers): Provide new argument for the above.
8659
8660 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8661
8662 * gnus-sum.el (gnus-summary-move-article): Don't alter
8663 gnus-newsgroup-active. This makes `/ N' work after copying to the same
8664 group.
8665
8666 * nnimap.el (nnimap-update-info): Don't destructively alter active.
8667
8668 * message.el (message-cite-prefix-regexp): Revert my last edit.
8669
8670 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8671 variable instead of the Gnus variable.
8672
8673 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8674
8675 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8676
8677 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8678 since some servers don't like it.
8679 (nnimap-open-connection): Forget credentials if the server says the
8680 password was wrong.
8681 (nnimap-parse-line): Protect against invalid data.
8682
8683 * gnus-sum.el (gnus-summary-move-article): Add comment.
8684 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8685 nothing alters it while scanning for new messages.
8686
8687 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8688 which may or may not help.
8689 (nnimap-open-connection): If we're doing a stream connection, and then
8690 discover we're on a STARTTLS-capable server, then open a STARTTLS
8691 connection instead.
8692
8693 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8694
8695 * nnimap.el (utf7): Require.
8696
8697 * message.el (message-cite-prefix-regexp): Remove "}" from citation
8698 prefix.
8699
8700 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
8701
8702 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8703
8704 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8705
8706 * nnimap.el (nnimap-request-accept-article): Message the error on
8707 error.
8708
8709 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
8710
8711 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8712
8713 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8714
8715 * nndoc.el (nndoc-request-list): Return success always.
8716
8717 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8718 `fetch-old' -- we only want to fetch the articles we've requested.
8719 The rest are in the agent, probably.
8720 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8721 disappeared server" to something low. It's not important.
8722
8723 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8724 arrived before the FETCH data.
8725
8726 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8727 target here, because we don't know the Gnus name of the group.
8728
8729 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8730 for the correct group.
8731
8732 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8733
8734 * gnus.el (gnus): Give a final warning after startup.
8735
8736 * gnus-util.el (gnus-action-message-log): New variable.
8737 (gnus-message): Use it.
8738 (gnus-final-warning): New function.
8739
8740 * nnimap.el (nnimap-open-connection): Record the greeting.
8741 (nnimap): Add greeting.
8742
8743 2010-09-26 Julien Danjou <julien@danjou.info>
8744
8745 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8746 arguments.
8747 (gnus-html-wash-images): Fix spec computing to include start/end.
8748
8749 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8750
8751 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8752
8753 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8754 deletion.
8755 (nnimap-retrieve-headers): Don't select the group, because that's
8756 already done by nnimap-possibly-change-group.
8757
8758 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8759 (gnus-picon-transform-address): Use it.
8760
8761 * mail-source.el (mail-source-value): Revert previous patch.
8762
8763 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8764 on failure.
8765 (nnimap-open-connection): Look up both virtual and physical server name
8766 credentials.
8767
8768 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8769
8770 2009-02-08 Dave Love <fx@gnu.org>
8771
8772 * gnus-win.el (gnus-window-to-buffer-helper)
8773 (gnus-all-windows-visible-p): Function needn't be a symbol.
8774
8775 * mail-source.el (mail-source-value): Function needn't be a symbol.
8776
8777 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8778
8779 * message.el (message-cite-prefix-regexp): Remove } from the cite
8780 prefix.
8781
8782 * gnus-art.el (gnus-treatment-function-alist): Do picons before
8783 highlight again, so that the highlight is correct.
8784
8785 * gnus-picon.el (gnus-picon): Remove again.
8786 (gnus-picon-create-glyph): Set the background XPM color explicitly.
8787
8788 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8789 doing the header highlightling, so that the background color of the
8790 picon is correct.
8791
8792 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8793 (gnus-picon): Ditto.
8794 (gnus-picon): Reinstate. The background color for picons is white.
8795 (gnus-picon-insert-glyph): Make the background white.
8796
8797 * nnml.el (nnml-open-nov): Don't return dead buffers.
8798
8799 * auth-source.el (auth-source-create): Query the user for whether to
8800 store the credentials.
8801
8802 * auth-source.el (auth-source-user-or-password): Use the existing auth
8803 sources, if any, for creation.
8804
8805 * gnus.el (gnus-group-fast-parameter): Return the last matching
8806 parameter instead of the first matching parameter.
8807
8808 2010-09-26 Julien Danjou <julien@danjou.info>
8809
8810 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8811
8812 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8813
8814 * mml2015.el (mml2015-use): Remove gpg support.
8815
8816 * mml1991.el (mml1991-function-alist): Remove gpg function.
8817 (mml1991-gpg-sign): Remove.
8818
8819 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
8820
8821 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8822 (gnus-browse-unsubscribe-current-group): Document it.
8823 (gnus-browse-unsubscribe-group): Use it.
8824
8825 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8826
8827 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8828 address to the To list for easier response.
8829
8830 * gnus.el (gnus-play-startup-jingle): Remove.
8831 (gnus-splash): Don't play jingle.
8832 (gnus): Silence gnus-load message.
8833
8834 * gnus-art.el (gnus-treat-play-sounds): Remove.
8835
8836 * gnus.el (gnus-play-jingle): Remove audio support.
8837
8838 * gnus-cus.el (gnus-score-customize): Remove audio reference.
8839
8840 * earcon.el: Remove -- no users.
8841
8842 * gnus-audio.el: Remove -- no users of this package.
8843
8844 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8845
8846 * gnus-start.el (gnus-setup-news): Remove nocem support.
8847
8848 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8849
8850 * gnus.el (gnus-use-nocem): Remove.
8851
8852 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8853 Remove.
8854
8855 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
8856 uses NoCeM any more.
8857
8858 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8859 (gnus-button-ctan-handler): Ditto.
8860 (gnus-button-handle-ctan-bogus-regexp): Ditto.
8861 (gnus-button-ctan-directory-regexp): Ditto.
8862 (gnus-button-handle-ctan): Ditto.
8863 (gnus-button-tex-level): Ditto.
8864 (gnus-button-alist): Remove CTAN stuff.
8865
8866 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8867
8868 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8869 nnimap-streaming test.
8870
8871 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8872 servers twice.
8873
8874 * nnimap.el (nnimap-open-connection): Add more error reporting when
8875 nnimap fails early.
8876
8877 * nnheader.el (nnheader-get-report-string): New function.
8878 (nnheader-get-report): Use it.
8879
8880 * gnus-int.el (gnus-check-server): Say what the error was when opening
8881 failed.
8882
8883 * nnimap.el (nnimap-wait-for-response): Search further when we're not
8884 using streaming.
8885
8886 2010-09-25 Julien Danjou <julien@danjou.info>
8887
8888 * gnus-html.el (gnus-html-rescale-image): Use our defalias
8889 gnus-window-inside-pixel-edges.
8890
8891 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8892
8893 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8894
8895 * mm-decode.el (mm-save-part): Allow saving to other directories the
8896 normal Emacs way.
8897
8898 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8899 Suggested by Jay Berkenbilt.
8900
8901 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8902 there isn't a single byte.
8903
8904 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8905 just do it. It doesn't really seem to matter what the user responds
8906 here, I think, so it's just a confusing question.
8907
8908 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8909 non-streaming case.
8910
8911 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8912 (gnus-article-encrypt-body): Use it.
8913
8914 * gnus-sum.el (gnus-summary-show-complete-article): New command and
8915 keystroke.
8916
8917 * nnimap.el (nnimap-find-wanted-parts-1):
8918 Use gnus-fetch-partial-articles.
8919
8920 * gnus-art.el (gnus-fetch-partial-articles): New variable.
8921
8922 * nnimap.el (nnimap-insert-partial-structure): New function.
8923 (nnimap-get-partial-article): New function.
8924 (nnimap-request-article): Use it.
8925 (nnimap-wait-for-response): Return whether the wait was successful.
8926 (nnimap-finish-retrieve-group-infos): Don't do anything if the
8927 retrieval wasn't successful.
8928 (nnimap-retrieve-group-data-early): Allow throttling servers.
8929 (nnimap-streaming): New variable.
8930 (nnimap-fetch-partial-articles): Remove.
8931
8932 * mm-decode.el (mm-with-part): Protect against killed buffers.
8933
8934 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8935 for prettier summary display.
8936
8937 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
8938
8939 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8940
8941 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8942
8943 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8944 apparently third-party libraries depend on it.
8945
8946 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8947 before starting negotiation.
8948
8949 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8950 privacy reasons.
8951 (gnus-treat-mail-gravatar): Ditto.
8952
8953 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8954 buffer when inserting images. Inserting text into the headers, for
8955 instance, can make them invalid.
8956
8957 2010-09-25 Julien Danjou <julien@danjou.info>
8958
8959 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8960 variables.
8961
8962 * nnheader.el: Remove useless variables news-reply-yank-from and
8963 news-reply-yank-message-id.
8964
8965 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8966 variables.
8967
8968 * mml1991.el: Remove useless mml1991-verbose.
8969
8970 * gnus.el: Remove useless variable gnus-use-generic-from.
8971 Remove obsolete variable gnus-topic-indentation.
8972
8973 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8974
8975 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8976
8977 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8978
8979 * gnus-group.el: Remove useless gnus-group-icon-cache.
8980 Remove useless gnus-ephemeral-group-server.
8981
8982 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8983
8984 * mml2015.el: Remove useless mml2015-verbose.
8985
8986 * mml-smime.el: Remove useless mml-smime-verbose.
8987
8988 * gnus.el: Remove useless gnus-local-domain.
8989
8990 * gnus-gravatar.el (gnus-gravatar-transform-address):
8991 Use gnus-gravatar-size.
8992
8993 * gnus-art.el: Remove useless gnus-treat-translate.
8994
8995 2010-09-24 Julien Danjou <julien@danjou.info>
8996
8997 * gnus-sum.el: Add support for Gravatars.
8998
8999 * gnus-art.el: Add support for Gravatars.
9000
9001 * gnus-gravatar.el: Add this file.
9002
9003 * gravatar.el: Add this file.
9004
9005 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9006
9007 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9008
9009 * gnus-group.el (gnus-group-fetch-faq): Remove.
9010
9011 * gnus.el (gnus-group-faq-directory): Remove.
9012
9013 * gnus-group.el (gnus-group-fetch-charter): Remove.
9014
9015 * gnus.el (gnus-group-charter-alist): Remove.
9016
9017 * gnus-group.el (gnus-group-archive-directory): Remove.
9018 (gnus-group-recent-archive-directory): Ditto.
9019 (gnus-group-make-archive-group): Remove.
9020
9021 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9022
9023 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9024 use the same article number for all the cached articles.
9025
9026 * nnimap.el (nnimap-command): Register the last command time so
9027 that we can use it for idling NOOPs.
9028 (nnimap-open-connection): Start the keeplive timer.
9029 (nnimap-make-process-buffer): Store all the process buffers.
9030 (nnimap-keepalive): New function.
9031
9032 * starttls.el (starttls-open-stream): Add autoload cookie.
9033
9034 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9035
9036 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9037 handling.
9038
9039 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9040
9041 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9042 its data structures.
9043
9044 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9045 instead of the cl.el copy-list.
9046 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9047 equalp.
9048
9049 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9050
9051 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9052 and tool-bar-local-item-from-menu.
9053
9054 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9055 mode-line-highlight face for Emacs.
9056
9057 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9058 loading gnus-sum.elc; fix comment for canlock-verify.
9059 (gnus-article-jump-to-part): Use read-number.
9060 (gnus-insert-mime-button, gnus-insert-mime-security-button):
9061 Remove Emacs pre-21 compatible code for help-echo.
9062 (gnus-article-next-page-1): No need to adjust the number of lines.
9063 (gnus-article-describe-bindings): Always use help-buffer.
9064
9065 * gnus-audio.el (gnus-audio-inline-sound):
9066 * gnus-cus.el (gnus-custom-mode):
9067 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9068
9069 * gnus-sum.el (gnus-remove-overlays): Doc fix.
9070
9071 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9072 compatible code.
9073
9074 2010-09-24 Glenn Morris <rgm@gnu.org>
9075
9076 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9077 visiting the fcc file in rmail-mode.
9078
9079 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9080
9081 * nnir.el: Silence the byte compiler.
9082
9083 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9084 alias to browse-url-url-encode-chars if any.
9085 (gnus-html-encode-url): Use it.
9086
9087 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9088
9089 * gnus-start.el (gnus-use-backend-marks): New variable.
9090 (gnus-get-unread-articles-in-group): Use it.
9091
9092 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9093 makeover.
9094
9095 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9096
9097 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9098
9099 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9100
9101 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9102 Remove.
9103 (gnus-setup-news-hook):
9104 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9105
9106 * gnus-int.el (gnus-request-update-info): Protect against backends not
9107 having the function.
9108
9109 * nnimap.el (nnimap-stream): Mention STARTTLS.
9110 (nnimap-open-connection): Add STARTTLS support.
9111
9112 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9113
9114 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9115
9116 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9117
9118 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9119 BODYSTRUCTUREs.
9120 (nnimap-transform-headers): Unfold quoted {42} headers.
9121
9122 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9123 the info.
9124 (gnus-get-unread-articles): Only call updatep on backends that support
9125 it.
9126
9127 * nnweb.el (nnweb-request-update-info): NOOP.
9128
9129 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9130
9131 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9132 since it only deals with marks.
9133
9134 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9135 gnus-request-marks, and make a new gnus-request-update-info.
9136
9137 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9138 the active instead of the high number, which is usually too low.
9139
9140 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
9141
9142 * encrypt.el: Remove.
9143
9144 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9145
9146 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9147 server in symbolic form.
9148
9149 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9150
9151 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9152
9153 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9154 (nnimap-update-info): Fix up code slightly.
9155
9156 * gnus-int.el (gnus-open-server): Add tracing for performance
9157 debugging.
9158
9159 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9160 (gnus-group-insert-group-line): Pass the real group name so that it
9161 gets the right data.
9162
9163 * gnus-start.el (gnus-get-unread-articles): Don't have
9164 `gnus-get-unread-articles-in-group' update info, since that can be
9165 really slow and doesn't seem to be needed?
9166
9167 2010-09-22 Julien Danjou <julien@danjou.info>
9168
9169 * gnus-group.el (gnus-group-insert-group-line):
9170 Call gnus-group-highlight-line.
9171 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9172 default hook list.
9173 (gnus-group-update-eval-form): Add new function.
9174 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9175 (gnus-group-get-icon): Use gnus-group-update-eval-form.
9176
9177 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9178
9179 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9180 immediate, then expire all articles.
9181 (nnimap-update-info): Fix off-by-one errors.
9182 (nnimap-flags-to-marks): Would return no marks lists for group with no
9183 flags. Instead return the other data.
9184
9185 2010-09-22 Julien Danjou <julien@danjou.info>
9186
9187 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9188 Only return an icon.
9189 (gnus-group-insert-group-line): Compute icon to return.
9190
9191 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9192 (gnus-html-image-fetched): Only cache if
9193 gnus-html-image-automatic-caching is set.
9194 (gnus-html-image-fetched): Check for errors.
9195
9196 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9197
9198 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9199 once per method on `g'. This ensures that backends like nnfolder don't
9200 open all their folders.
9201
9202 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9203 (nnimap-request-list): Nix out group in the correct buffer.
9204 (nnimap-parse-flags): Implement by using `read' instead of
9205 hand-parsing.
9206 (nnimap-flags-to-marks): Pass on permanent-flags.
9207 (nnimap-make-process-buffer): Record the server name.
9208 (nnimap-parse-flags): Fix typo.
9209 (nnimap-request-scan): Run split on the server in general, not just a
9210 single group.
9211
9212 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9213 parameter, and propagate this downwards.
9214
9215 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9216 since EXAMINE changes it on the server.
9217
9218 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9219 this command might take a while.
9220
9221 2010-09-22 Julien Danjou <julien@danjou.info>
9222
9223 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
9224 harmful if you have 2 images side-by-side, they can't be properly
9225 update on text deletion. Using text-property is safer here.
9226 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9227 data.
9228
9229 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9230
9231 * nnimap.el (nnimap-expunge-inbox): Remove.
9232 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9233 (nnimap-expunge): Flip default to t.
9234
9235 * gnus.el (gnus-method-to-server): Don't push things to the cache
9236 unless it's unique.
9237 (gnus-server-to-method): Ditto.
9238
9239 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
9240
9241 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9242
9243 2010-09-22 Julien Danjou <julien@danjou.info>
9244
9245 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9246 get the start of data.
9247 (gnus-html-encode-url): Add this function to encode special chars in
9248 URL.
9249 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9250 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9251
9252 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9253 default.
9254 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9255
9256 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9257 images alt-text.
9258 (gnus-html-put-image): Put alt-text as help-echo.
9259
9260 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9261
9262 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9263 * mm-util.el (mm-decompress-buffer):
9264 * nnir.el (nnir-run-find-grep):
9265 * pop3.el (pop3-list): Use 3rd arg of split-string.
9266
9267 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9268
9269 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9270 outside the active range. Suggested by Dan Christensen.
9271
9272 * gnus-start.el (gnus-get-unread-articles): Get the extended method
9273 slightly later to avoid double-getting it.
9274
9275 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9276 previous patch.
9277
9278 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9279
9280 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
9281
9282 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9283
9284 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9285
9286 * gnus-int.el (gnus-open-server): Give a better error message in the
9287 "go offline" case.
9288
9289 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9290 marks for nnimap, which is seldom the right thing to do.
9291
9292 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9293 (gnus-same-method-different-name): New function.
9294
9295 * nnimap.el (parse-time): Require.
9296
9297 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9298 method in the presence of many similar methods.
9299
9300 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9301
9302 * nnimap.el (nnimap-find-expired-articles): Don't refer to
9303 nnml-inhibit-expiry.
9304
9305 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9306 find out whether methods are equal.
9307
9308 * nnimap.el (nnimap-find-expired-articles): New function.
9309 (nnimap-process-expiry-targets): New function.
9310 (nnimap-request-move-article): Request the article before looking at
9311 what the Message-ID is. Fix found by Andrew Cohen.
9312 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9313
9314 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9315 for oldness in addition to being a predicate.
9316
9317 * nnimap.el (nnimap-request-group): When we have zero articles, return
9318 the right data to Gnus.
9319 (nnimap-request-expire-articles): Only delete articles immediately if
9320 the target is 'delete.
9321
9322 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9323 method, this would bug out.
9324
9325 * gnus-group.el (gnus-group-expunge-group): Rename from
9326 gnus-group-nnimap-expunge, and implemented as a normal interface
9327 function.
9328
9329 * gnus-int.el (gnus-request-expunge-group): New function.
9330
9331 * nnimap.el (nnimap-request-create-group): Implement.
9332 (nnimap-request-expunge-group): New function.
9333
9334 2010-09-21 Julien Danjou <julien@danjou.info>
9335
9336 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9337 (gnus-html-cache-expired): Add new function.
9338 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9339 wethever we should display image for fetch it.
9340 Compute alt-text earlier to pass it to the fetching function too.
9341 (gnus-html-schedule-image-fetching): Change function argument to only
9342 get one image at a time, not a list.
9343 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9344 cache.
9345 (gnus-html-get-image-data): New function to retrieve image data from
9346 cache.
9347 (gnus-html-put-image): Change buffer argument to use image data rather
9348 than file, and place image above region rather than inserting a new
9349 one. Do not take alt-text as argument, since it's useless now: we place
9350 the image above alt-text.
9351 (gnus-html-prune-cache): Remove.
9352 (gnus-html-show-images): Start to fetch image when we find one, do not
9353 push into a temporary list.
9354 (gnus-html-prefetch-images): Only fetch image if they have expired.
9355 (gnus-html-browse-image): Fix, use 'gnus-image-url.
9356 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9357
9358 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
9359
9360 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9361
9362 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9363
9364 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9365 spec inser "*" if the group isn't active instead of 0.
9366
9367 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9368 opening the server.
9369 (nnimap-request-delete-group): Implement group deletion.
9370 (nnimap-transform-headers): Return the size of the entire message in
9371 the Bytes header, not just the size of the first part.
9372 (nnimap-request-move-article): When moving an article from nnimap,
9373 request the article first so the accepting form has an article to
9374 accept. Reported by Dan Christensen.
9375 (nnimap-command): Make sure that the error message doesn't error out.
9376
9377 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
9378
9379 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9380 we haven't requested anything.
9381
9382 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9383
9384 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9385 "". Fix found by Andrew Cohen.
9386
9387 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9388 instead of -encode-string.
9389
9390 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
9391
9392 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9393
9394 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9395 by mm-subst-char-in-string.
9396
9397 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9398
9399 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9400 waiting for the connection string.
9401
9402 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9403 arriving.
9404
9405 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9406 bogus characters. This allows selecting certain Gmail groups.
9407
9408 * nnimap.el (nnimap-find-wanted-parts-1): New function.
9409 (nnimap-fetch-partial-articles): New variable.
9410 (nnimap-open-connection): When looking for credentials, also use the
9411 nnimap-server-port.
9412 (nnimap-request-article): Return the group/article number, so that Gnus
9413 `^' works as expected.
9414 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9415
9416 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9417 comments.
9418 (gnus-methods-sloppily-equal): New function.
9419 (gnus): When using the development version of Gnus, load the gnus-load
9420 file.
9421
9422 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9423 `gnus-open-server' on each method before trying to scan them etc.
9424 This ensures that all the backend parameters are set correctly.
9425
9426 * nnimap.el (nnimap-authenticator): New variable.
9427 (nnimap-open-connection): Allow anonymous login.
9428 (nnimap-transform-headers): The chars header is called Chars not Bytes.
9429 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9430
9431 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9432 patch, found by Knut Anders Hatlen.
9433
9434 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
9435
9436 * gnus-agent.el (gnus-agent-batch-confirmation)
9437 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9438 to gnus-message.
9439 * gnus-art.el (gnus-article-describe-briefly): Likewise.
9440 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9441 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9442 * gnus-int.el (gnus-open-server): Likewise.
9443 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9444 (gnus-score-check-syntax): Likewise.
9445 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9446 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9447 Likewise.
9448 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9449
9450 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9451
9452 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9453 calling conventions so that prefetch doesn't bug out.
9454
9455 2010-09-19 Julien Danjou <julien@danjou.info>
9456
9457 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9458 rather than `subst-char-in-region' in order to be able to replace ASCII
9459 char by UTF-8 ones.
9460
9461 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9462 than curl.
9463 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9464 the right URL and ALT text on images.
9465 (gnus-html-wash-tags): Fix tag case.
9466 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
9467 (gnus-article-html): Add -o display_ins_del=2 option.
9468 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9469
9470 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9471
9472 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9473 the extra mail headers, which sometimes seem to happen for unknown
9474 reasons.
9475
9476 * mail-parse.el (mail-header-encode-parameter): Define as
9477 rfc2045-encode-string instead of as rfc2231-encode-string, since some
9478 (or most, perhaps?) mail readers don't understand the latter, but do
9479 understand the former.
9480
9481 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9482 to nil, so that no methods are automatically agentized. I think this
9483 is probably what most users want.
9484
9485 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9486 from url-retrieve, for instance about invalid URLs.
9487
9488 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9489 groups that have no articles.
9490 (nnimap-request-article): Check that we really got an article when we
9491 requested one.
9492
9493 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9494 doesn't exist.
9495
9496 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9497 nntp buffer so the agent can save it.
9498 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9499 that CRLF doesn't get translated to \n.
9500 (nnimap-open-connection): Don't make 'shell commands only send \n.
9501
9502 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9503
9504 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9505 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9506 Update var name.
9507 (nnml-generate-nov-file): Use dolist.
9508 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9509 Use with-current-buffer.
9510
9511 2010-09-18 Julien Danjou <julien@danjou.info>
9512
9513 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9514 parallel.
9515
9516 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9517
9518 * nnimap.el (nnimap-update-info): When doing partial marks update, get
9519 the range update right.
9520 (nnimap-request-group): Don't make `M-g' bug out on group with no
9521 marks.
9522 (nnoo): Require, so that other packages can require nnimap.
9523 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9524 command we're looking for. This helps when the server sends more
9525 responses after we've gotten everything we expected.
9526 (nnimap): Add a `newlinep' field to keep track of end-of-line
9527 conventions.
9528 Don't send CRLF to things that don't want it.
9529 (nnimap-request-accept-article): Ditto.
9530
9531 2010-09-18 Julien Danjou <julien@danjou.info>
9532
9533 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9534 than curl to retrieve images.
9535
9536 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9537
9538 * nnimap.el (nnimap-update-info): Extend the info so that we can set
9539 the marks.
9540 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9541 (nnimap-wait-for-connection): New function.
9542 (nnimap-open-connection): If we have PREAUTH, don't query for login
9543 credentials.
9544 (nnimap-update-info): Fix off-by-one error when concatenating ranges
9545 when doing a partial update.
9546
9547 2010-09-18 Julien Danjou <julien@danjou.info>
9548
9549 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9550 tags.
9551
9552 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9553
9554 * nnimap.el (nnimap-credentials): New function.
9555 (nnimap-open-connection): Use the new function to look for credentials
9556 also on the numeric equivalents of "imap" and "imaps".
9557
9558 * gnus-start.el (gnus-activate-group): Send the info to
9559 gnus-request-group.
9560
9561 * nnimap.el (nnimap-request-group): Have the "check" version of the
9562 function parse flags and update the info, so that a `M-g' get a total
9563 resync of all flags from the group.
9564
9565 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9566 to allow backends to alter the info on group selection. Also alter all
9567 the backend -request-group functions to take the parameter.
9568
9569 * nnimap.el (nnimap-store-info): New function.
9570 (nnimap-update-info): Store the info for later usage.
9571 (nnimap-request-group): Use the stored info for the dont-check case, so
9572 that we don't retrieve all marks when we enter a group.
9573
9574 * nnimap.el: Use deffoo instead of defun for interface functions.
9575
9576 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9577 update the group info. This makes the nndraft groups, for instance, go
9578 back to their old behavior.
9579
9580 * gnus-sum.el (gnus-select-newsgroup): Indent.
9581
9582 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9583 in.
9584 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9585 nothing.
9586
9587 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9588 from methods that are denied.
9589
9590 * gnus-int.el (gnus-method-denied-p): New function.
9591
9592 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9593 store the password instead of netrc.
9594 (nnimap-open-connection): Don't error out when we can't make a
9595 connections.
9596
9597 * auth-source.el (auth-source-create): In the password prompt, say what
9598 we're querying for. Also prompt for user name if that hasn't been
9599 given.
9600
9601 * nnimap.el (nnimap-with-process-buffer): Remove.
9602
9603 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9604
9605 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9606 method when we're reading from the agent.
9607
9608 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9609
9610 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9611 that's probably most useful for users.
9612
9613 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9614 "failed" all the time.
9615
9616 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9617 ...)) with (with-current-buffer ...).
9618
9619 * nntp.el (nntp-open-server): Return whether the open was successful or
9620 not.
9621
9622 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9623 select an unread unseen article first.
9624
9625 * nnimap.el (nnimap-open-connection): If the user doesn't have a
9626 /etc/services, supply some sensible port defaults.
9627
9628 2010-09-17 Julien Danjou <julien@danjou.info>
9629
9630 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9631
9632 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
9633
9634 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9635 doesn't have any parameters.
9636
9637 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9638
9639 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9640 only upcased checks.
9641
9642 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9643
9644 * nnimap.el (nnimap-open-shell-stream): New function.
9645 (nnimap-open-connection): Use it.
9646 (nnimap-transform-headers): Get the number of lines in each message.
9647 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9648 number of lines.
9649 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
9650 problem.
9651
9652 * utf7.el (utf7-encode): Autoload.
9653
9654 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9655 to allow the mail splitting to not return a default group. This is
9656 useful for nnimap, which will leave unmatched mail in the inbox.
9657
9658 * nnimap.el: Rewritten.
9659
9660 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9661 nnimap usage.
9662
9663 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9664 if the move is internal, so that nnimap can do fast internal moves.
9665
9666 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9667 data.
9668 (gnus-read-active-for-groups): Support finishing the early retrieval of
9669 data.
9670
9671 * gnus-range.el (gnus-range-nconcat): New function.
9672
9673 * gnus-int.el (gnus-finish-retrieve-group-infos)
9674 (gnus-retrieve-group-data-early): New functions.
9675
9676 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9677
9678 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9679 (nnrss-retrieve-groups):
9680 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9681 (pop3-quit): Use with-current-buffer.
9682
9683 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
9684
9685 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9686 instead of nnheader-accept-process-output.
9687
9688 * gnus-html.el (gnus-html-schedule-image-fetching)
9689 (gnus-html-prefetch-images): Replace process-kill-without-query by
9690 gnus-set-process-query-on-exit-flag.
9691
9692 2010-09-16 Romain Francoise <romain@orebokech.com>
9693
9694 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9695
9696 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9697
9698 * gnus-registry.el (gnus-registry-install-shortcuts): The second
9699 parameter to unintern is mandatory-ish in Emacs 24.
9700
9701 * gnus-html.el (gnus-html-schedule-image-fetching)
9702 (gnus-html-prefetch-images): Check for curl before using it.
9703
9704 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9705 depend on curl, which isn't essential.
9706
9707 * imap.el: Revert back to version
9708 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9709 seem problematic.
9710
9711 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
9712
9713 * gnus-registry.el (gnus-registry-install-shortcuts):
9714 Explicitly pass `obarray' to `unintern' to avoid a warning.
9715
9716 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9717
9718 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9719 change.
9720
9721 * nnrss.el (nnrss-request-list): Remove this function and related
9722 functions, including the moreover stuff.
9723
9724 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9725
9726 * nnrss.el (nnrss-retrieve-groups): New function.
9727
9728 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
9729
9730 * .dir-locals.el: Add no-byte-compile cookie.
9731
9732 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
9733
9734 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9735 for back end that doesn't support request-scan.
9736
9737 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9738
9739 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9740 then do request scans from the backends.
9741
9742 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9743 avoid running a hook per line, since this takes a lot of time,
9744 profiling shows.
9745 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9746 directly if gnus-visual-p is true.
9747
9748 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9749
9750 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9751 groups; replace mapcar with dolist which is a bit faster; pass groups
9752 info to gnus-read-active-file-1.
9753 (gnus-read-active-file-1): Scan only specified groups if the new
9754 optional arg `infos' is given.
9755
9756 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9757
9758 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9759
9760 * pop3.el (pop3-movemail): Remove.
9761 (pop3-streaming-movemail): Rename to pop3-movemail.
9762
9763 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9764 don't restrict end-tag searches to the end of the line.
9765
9766 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9767
9768 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9769 articles of every unchecked group to t, which means unknown since the
9770 server has never been opened.
9771
9772 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9773
9774 * gnus-html.el (gnus-html-show-alt-text): New command.
9775 (gnus-html-browse-image): Ditto.
9776 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9777 to browse the image directly.
9778 (gnus-html-wash-tags): Search for images first, so that <a><img> works
9779 better.
9780
9781 * gnus-async.el (gnus-async-article-callback):
9782 Call `gnus-html-prefetch-images' unconditionally.
9783
9784 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9785 before feeding URLs to curl.
9786
9787 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
9788
9789 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9790 internal images as deletable by `W D D'.
9791
9792 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9793 (gnus-async-article-callback): Fix typo.
9794
9795 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9796
9797 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9798 current line to work around bugs in the output from w3m.
9799
9800 * gnus-async.el (gnus-async-article-callback): Always prefetch images
9801 for groups that want that.
9802
9803 * nntp.el (nntp-wait-for-string): Supply a timeout for
9804 accept-process-output to ensure progress.
9805
9806 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9807 level to get unread articles from, then use that for foreign groups,
9808 too.
9809
9810 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9811 confuses the rest of the function.
9812
9813 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9814 for the methods that support -retrieve-groups, too.
9815
9816 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9817
9818 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
9819
9820 * pop3.el: Require cl when compiling.
9821 (pop3-number-of-responses): Search for "+OK", not "+OK ".
9822
9823 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9824
9825 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9826 that aren't going to be activated.
9827 (gnus-get-unread-articles): Fix up the last commit.
9828
9829 * gnus-html.el (gnus-article-html): Allow calling without specifying
9830 the handle. In that case, dissect the buffer first.
9831
9832 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9833
9834 * nnimap.el (nnimap-open-connection): Revert the change that would look
9835 into authinfo for imaps instead of imap.
9836
9837 * gnus-start.el (gnus-activate-group): Take an optional parameter to
9838 say that you don't want to call gnus-request-group with don-check, but
9839 do check the response. This is for virtual groups only.
9840 (gnus-get-unread-articles): Count the archive groups as secondary, so
9841 that they're activated the same way as before.
9842
9843 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9844 case-insensitively.
9845 (nnimap-debug): Remove.
9846
9847 * mail-source.el (mail-source-fetch): Don't message if we're fetching
9848 mail from a file, and the file doesn't exist.
9849
9850 * pop3.el (pop3-streaming-movemail): Return t for success.
9851
9852 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9853 .authinfo if we're using ssl connection.
9854
9855 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9856 already have if we're in a main Gnus `g' run.
9857
9858 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9859
9860 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9861
9862 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9863
9864 * nnmh.el (nnmh-request-list-1): Bind `file'.
9865
9866 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9867 alias to set-process-query-on-exit-flag or process-kill-without-query.
9868 (pop3-open-server): Use it.
9869
9870 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9871
9872 * mail-source.el (mail-source-delete-crash-box): Always move the crash
9873 box to the Incoming file. Fixes mistake in previous checkin.
9874
9875 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9876 request loop (for debugging purposes) removed.
9877
9878 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9879 culprit is more visible.
9880 (nnml-save-incremental-nov, nnml-open-incremental-nov)
9881 (nnml-add-incremental-nov): New functions to do "incremental" nov
9882 updates, where we just append to the end of the existing nov files
9883 without reading/writing them in full.
9884
9885 * mail-source.el (mail-source-delete-crash-box): Really only check the
9886 incoming files once in a while.
9887
9888 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9889
9890 * mail-source.el (mail-source-delete-crash-box): Only check the
9891 incoming files for deletion once per day to save a lot of file
9892 accesses.
9893
9894 * pop3.el (pop3-logon): Fix up unbound variable typo.
9895
9896 * mail-source.el (pop3-streaming-movemail): Autoload.
9897
9898 * pop3.el (pop3-streaming-movemail):
9899 Respect pop3-leave-mail-on-server.
9900
9901 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9902 retrieval.
9903
9904 * pop3.el (pop3-process-filter): Remove unused function.
9905 (pop3-streaming-movemail, pop3-send-streaming-command)
9906 (pop3-wait-for-messages, pop3-write-to-file)
9907 (pop3-number-of-responses): New functions for streaming pop3
9908 retrieval.
9909
9910 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9911 come from no known methods.
9912 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9913 list.
9914
9915 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9916 message sizes.
9917 (pop3-movemail): Use erase-buffer instead of looping and deleting
9918 regions, which seems rather odd.
9919
9920 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9921 file once per `g' run.
9922
9923 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9924 directories. This makes the draft queue directory work.
9925
9926 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9927 data from the backends, so that we only request the list of groups from
9928 each method once. This should speed things up considerably.
9929
9930 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9931 detect that it's not implemented.
9932
9933 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9934 we actually do recurse down into the tree, but don't stat all leaf
9935 nodes.
9936
9937 * gnus-html.el (gnus-html-show-images): If there are no images to show,
9938 then say so instead of bugging out.
9939
9940 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9941 files exist before trying to read them.
9942
9943 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9944 around <pre_int>.
9945
9946 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9947
9948 * nnmh.el (nnmh-request-list-1): Optimize for speed.
9949
9950 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9951
9952 * mm-util.el (mm-image-load-path): Just return the image directories,
9953 not all directories in the path in addition to the image directories.
9954 (mm-image-load-path): Maintain a cache of the image directories so that
9955 the `g' command in Gnus doesn't have to stat dozens of directories each
9956 time.
9957
9958 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9959 (gnus-html-wash-tags): Add a new `i' command to insert images.
9960 (gnus-html-insert-image): New command and keystroke.
9961 (gnus-html-redisplay-with-images): New command and keystroke.
9962 (gnus-html-show-images): Rename command.
9963 (gnus-html-wash-tags): Remove more white space before <pre_int> image
9964 spacers.
9965 (gnus-html-wash-tags): Decode entities at the end, so that entities
9966 inside the tags don't mess up the rest of the "parsing".
9967
9968 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9969 so that nnimap methods aren't agentized by default. There's apparently
9970 many problems related to agent/imap behavior.
9971
9972 * gnus-art.el (gnus-article-copy-string): New command and key binding.
9973
9974 * gnus-html.el: Doc fix.
9975
9976 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
9977
9978 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9979 glyph-width and glyph-height instead of display-graphic-p and
9980 image-size; make avoidance of displaying small images work for XEmacs.
9981
9982 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9983 for XEmacs.
9984
9985 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9986 of symbol that holds plist data.
9987 (gnus-process-plist): Remove plist of process after getting it.
9988
9989 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9990
9991 * message.el (message-generate-hashcash): Change default to
9992 'opportunistic if hashcash is installed.
9993
9994 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9995 (gnus-html-put-image): Only call image-size once, since it's somewhat
9996 time-consuming on remote X servers.
9997
9998 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
9999
10000 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10001 decoded contents.
10002 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10003
10004 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10005
10006 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10007 group line format, since it isn't very interesting.
10008
10009 * gnus-agent.el (gnus-agent-short-article),
10010 (gnus-agent-long-article): Increase values for these two variables,
10011 since most people are likely to have more network connection and
10012 storage than before.
10013
10014 * gnus.el (gnus-refer-article-method): Change default to 'current.
10015 When referring an article, the common behavior is to refer it from the
10016 current select method, not the native select method. The chances of
10017 the native select method having the message in question is rather slim
10018 these days.
10019
10020 * gnus-sum.el (gnus-auto-select-subject): Change default to
10021 `unseen-or-unread'. I think it's likely that most people want to
10022 select an unseen article over a previously seen, but unread one.
10023
10024 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
10025 means that in the article buffer none of the minor mode elements will
10026 be shown, usually, and this is not desirable in most cases.
10027
10028 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10029 that commands like `d' (and the like) go to the next line in the
10030 buffer, instead of the next unread article. I think this is the
10031 behavior that is most natural for most users.
10032 (gnus-single-article-buffer): Change default to nil, so that people can
10033 have as many article buffers open as they have summary buffer. I think
10034 this is the most natural way for the groups to behave.
10035
10036 * message.el (message-generate-new-buffers): Change default to
10037 `unsent', so that all new message buffers start their names with the
10038 string "*unsent", and it's easier to find the buffers if you move from
10039 them.
10040
10041 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10042
10043 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10044 small. They're probably tracking images.
10045 (gnus-html-wash-tags): Remove all <pre_int> place holders.
10046 (gnus-html-rescale-image): Yet another try at getting the image sizing
10047 right.
10048
10049 * nntp.el (nntp-request-set-mark): Refuse to do marks if
10050 nntp-marks-file-name is nil.
10051
10052 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10053
10054 * gnus-html.el (gnus-html-wash-tags)
10055 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10056 Better logging.
10057
10058 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10059
10060 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10061
10062 * gnus-html.el (gnus-html-wash-tags): Check the value of
10063 gnus-blocked-images in the summary buffer.
10064
10065 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10066
10067 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10068
10069 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10070
10071 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10072 like "a", it seems like.
10073 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10074 since it needs to be picked from the correct buffer.
10075
10076 * nnwfm.el: Remove.
10077
10078 * nnlistserv.el: Remove.
10079
10080 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10081
10082 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10083 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10084
10085 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10086
10087 * nnkiboze.el: Remove.
10088
10089 * nndb.el: Remove.
10090
10091 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10092 alt text.
10093 (gnus-html-rescale-image): Try to get the rescaling logic right for
10094 images that are just wide and not tall.
10095
10096 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10097 overshadow variable bindings.
10098
10099 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10100
10101 * gnus-html.el (gnus-html-wash-tags)
10102 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10103 Add extra logging.
10104
10105 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10106
10107 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10108 (gnus-max-image-proportion): New variable.
10109 (gnus-html-rescale-image): New function.
10110 (gnus-html-put-image): Rescale images.
10111
10112 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10113
10114 Fix up some byte-compiler warnings.
10115 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10116 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10117 (gnus-article-fill-cited-article, gnus-article-hide-citation)
10118 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10119 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10120 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10121 (gnus-group-update-group): Use save-excursion and with-current-buffer.
10122
10123 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10124
10125 * gnus-html.el (gnus-article-html): Decode contents by charset.
10126
10127 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10128
10129 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10130 (gnus-html-frame-width, gnus-blocked-images):
10131 * message.el (message-prune-recipient-rules): Add custom version.
10132 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10133
10134 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10135 functions.
10136
10137 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10138 gnus-process-get.
10139
10140 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
10141
10142 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10143 instead of lsub directly.
10144
10145 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10146
10147 * nnwarchive.el: Remove.
10148
10149 * gnus-soup.el: Remove.
10150
10151 * nnsoup.el: Remove.
10152
10153 * nnultimate.el: Remove.
10154
10155 * gnus-html.el (gnus-blocked-images): New variable.
10156
10157 * message.el (message-prune-recipients): New function.
10158 (message-prune-recipient-rules): New variable.
10159
10160 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10161 guess whether a long line is natural text or not.
10162
10163 * gnus-html.el (gnus-html-schedule-image-fetching):
10164 Use gnus-process-plist and friends for compatibility.
10165
10166 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10167
10168 * gnus-html.el: Require packages that define macros used in this file.
10169 (gnus-article-mouse-face): Declare to silence byte-compiler.
10170 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10171 process-get.
10172 (gnus-html-put-image): Use plist-get to avoid getf.
10173 (gnus-html-prefetch-images): Use with-current-buffer.
10174
10175 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10176
10177 * gnus-ems.el: Provide compatibility functions for
10178 gnus-set-process-plist.
10179
10180 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10181 * gnus.el (gnus-valid-select-methods):
10182 * message.el (message-send-mail-partially-limit):
10183 * mm-decode.el (mm-text-html-renderer):
10184 * mml.el (mml-insert-mime-headers-always):
10185 * smiley.el (smiley-regexp-alist): Bump custom version.
10186
10187 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10188
10189 * gnus-html.el: Require mm-url.
10190 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10191 with the url to `url'.
10192 (gnus-html-wash-tags): Support cid: URLs/images.
10193
10194 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10195
10196 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10197 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10198 bindings, as they aren't useful at all. `w' is moved to `W w'.
10199
10200 * gnus-move.el: Remove file, since it doesn't really work.
10201
10202 * gnus-html.el (gnus-article-html): Tell w3m that the input is
10203 UTF-8. This seems to fix problems with some German web feeds.
10204
10205 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10206 at the top so that the proper colors are applied.
10207
10208 * gnus-art.el (gnus-article-view-part): Doc fix.
10209
10210 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10211 XEmacs-compatible.
10212 (gnus-html-put-image): Don't do images on non-graphic displays.
10213
10214 * nnslashdot.el: Remove this unused backend.
10215
10216 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10217 actions.
10218 (gnus-undo-register-1): Revert last change.
10219
10220 * gnus-group.el (gnus-group-completing-read): Protect against not
10221 having completion-styles bound.
10222
10223 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10224 make broken recipients happier.
10225
10226 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10227
10228 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10229 point parameter.
10230
10231 * gnus-group.el (gnus-group-completing-read): Add 'substring to
10232 completion-styles for group selection.
10233
10234 2009-02-04 Andreas Schwab <schwab@suse.de>
10235
10236 * gnus-score.el (gnus-score-string): Fix regex for matching extra
10237 headers and regexp-quote the match if necessary.
10238
10239 2009-03-24 Miles Bader <miles@gnu.org>
10240
10241 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10242 the blinking smiley.
10243
10244 2009-03-24 Simon Josefsson <simon@josefsson.org>
10245
10246 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10247 blink smiley.
10248
10249 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10250
10251 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10252 where the dribbel file lives exists.
10253
10254 * message.el (message-send-mail-partially-limit): Change the default to
10255 nil, since most people don't want this.
10256
10257 * mm-url.el (mm-url-decode-entities): Also decode entities like
10258 &#x3212.
10259
10260 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
10261
10262 * gnus-sum.el (gnus-summary-idna-message):
10263 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10264 Hyperlink urls in docstrings with URL `...'.
10265
10266 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
10267
10268 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10269 functions.
10270
10271 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10272
10273 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10274 say what the mouseover text should be.
10275
10276 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10277 version of the mm-w3m-safe-url-regexp variable to only download images
10278 in the groups where we want that to happen.
10279
10280 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10281
10282 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10283 easier debugging.
10284 (gnus-article-beginning-of-window): Add kludge to allow spacing past
10285 big pictures in the article buffer.
10286
10287 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10288 gnus-article-html.
10289 (mm-text-html-renderer): gnus-article-html needs curl in addition to
10290 w3m.
10291
10292 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10293
10294 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10295
10296 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10297 which doesn't exist.
10298
10299 * message.el (message-inhibit-ecomplete): New variable to allow some
10300 function to inhibit ecomplete address storage.
10301 (message-resend): Disable ecomplete message storage when resending
10302 messages.
10303
10304 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10305
10306 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
10307
10308 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10309 Save excursion while copying, moving, and deleting articles in order to
10310 prevent the cursor from jumping to unforeseen place.
10311
10312 2010-08-17 Glenn Morris <rgm@gnu.org>
10313
10314 * gnus-sync.el: Require gnus components whose functions are used.
10315
10316 * gnus-art.el (bookmark-make-record-function):
10317 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10318 Declare for compiler.
10319
10320 * mm-url.el (mml-compute-boundary): Autoload.
10321
10322 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10323
10324 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10325
10326 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
10327
10328 Typo fix "hoo4a" -> "hook".
10329
10330 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10331
10332 2010-08-14 Glenn Morris <rgm@gnu.org>
10333
10334 * gnus-sync.el (gnus-sync): Fix defgroup version.
10335
10336 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
10337
10338 Doc fixes and keep unknown groups (ammended for nunion bug fix).
10339
10340 * gnus-sync.el: Fix docs.
10341 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10342 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10343
10344 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10345
10346 Optimizations for gnus-sync.el.
10347
10348 * gnus-sync.el: Add docs about gnus-sync-backend
10349 possibilities.
10350 (gnus-sync-save): Remove unnecessary message.
10351 (gnus-sync-read): Optimize and show what groups were skipped.
10352
10353 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10354
10355 Minor bug fixes for gnus-sync.el.
10356
10357 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10358 Don't read the sync on get-new-news.
10359
10360 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10361 quiet.
10362
10363 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10364 (fix typo).
10365
10366 2010-07-30 Lawrence Mitchell <wence@gmx.li>
10367
10368 Make saving and restoring of hidden threads work with overlays.
10369 Patch applied by Ted Zlatanov.
10370
10371 * gnus-sum.el (gnus-hidden-threads-configuration)
10372 (gnus-restore-hidden-threads-configuration): Update to deal with text
10373 properties, rather than searching for a magic character.
10374
10375 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10376
10377 New gnus-sync.el library for synchronization of marks.
10378
10379 * gnus-sync.el: New library for synchronization of marks.
10380
10381 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10382 renamed from `gnus-registry-grep-in-list'.
10383
10384 * gnus-registry.el (gnus-registry-follow-group-p):
10385 Use `gnus-grep-in-list'.
10386
10387 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10388
10389 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10390
10391 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10392 determining charset of text fails.
10393
10394 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10395
10396 * nnmail.el (nnmail-get-new-mail-1): Revert.
10397
10398 * nnml.el (nnml-active-number): Make sure names of newly created groups
10399 in nnml-group-alist are encoded.
10400
10401 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
10402
10403 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10404 containing non-ASCII characters in active file for nnml back end.
10405
10406 2010-07-24 David Engster <dengste@eml.cc>
10407
10408 * mml-smime.el (mml-smime-epg-verify): Also accept the older
10409 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10410
10411 2010-07-21 Daiki Ueno <ueno@unixuser.org>
10412
10413 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10414 tag (Bug#6654).
10415
10416 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10417
10418 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10419 the article buffer, not the summary buffer.
10420
10421 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
10422
10423 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10424 Emacs 23 as well.
10425
10426 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10427
10428 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10429 Patch applied by Karl Fogel.
10430
10431 * gnus-sum.el (gnus-summary-bookmark-make-record):
10432 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10433
10434 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10435
10436 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10437 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
10438 C-w still not working correctly from Article buffers; Thierry's
10439 patch to fix that will be applied after this.
10440
10441 * gnus-art.el (bookmark-make-record-function): New local variable.
10442
10443 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10444 article buffer.
10445 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10446
10447 2010-07-13 Karl Fogel <kfogel@red-bean.com>
10448
10449 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10450 on changes in bookmark.el.
10451
10452 2010-06-22 Mark A. Hershberger <mah@everybody.org>
10453
10454 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10455 the *other* type of HTML form submission.
10456
10457 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
10458
10459 * auth-source.el (auth-source-pick): If choice does not contain a
10460 questioned keyword, set the check to t.
10461
10462 2010-06-12 Romain Francoise <romain@orebokech.com>
10463
10464 * gnus-util.el (gnus-date-get-time): Move up before first use.
10465
10466 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10467
10468 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10469 (gnus-article-edit-part): Bind it to make last part that is substituted
10470 or deleted visible.
10471 (gnus-mime-display-single): Buttonize part of which id equals to
10472 gnus-mime-buttonized-part-id.
10473
10474 2010-06-10 Dan Christensen <jdc@uwo.ca>
10475
10476 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10477 (gnus-dd-mmm): Use gnus-date-get-time.
10478 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10479 simplify logic.
10480 (gnus-summary-limit-to-age): Use gnus-date-get-time.
10481 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10482
10483 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
10484
10485 * auth-source.el (top): Autoload `secrets-list-collections',
10486 `secrets-create-item', `secrets-delete-item'.
10487 (auth-sources): Fix tag string.
10488 (auth-get-source, auth-source-retrieve, auth-source-create)
10489 (auth-source-delete): New defuns.
10490 (auth-source-pick): Rewrite in order to avoid 2 passes.
10491 (auth-source-forget-user-or-password): New parameter USERNAME.
10492 (auth-source-user-or-password): New parameters CREATE-MISSING and
10493 DELETE-EXISTING. Retrieve password interactively, if needed.
10494
10495 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
10496
10497 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10498 deleting unused directories when gnus-expert-user is t.
10499
10500 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
10501
10502 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10503 for each temp file when gnus-article-browse-delete-temp is ask.
10504
10505 2010-05-20 Kevin Ryde <user42@zip.com.au>
10506
10507 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
10508
10509 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
10510
10511 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10512 article unless decoding article to be saved.
10513
10514 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
10515
10516 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10517 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10518 generated within the mm-with-unibyte-current-buffer macro.
10519
10520 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
10521
10522 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10523 to nil when we're in a mml-preview buffer and no group is selected.
10524
10525 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
10526
10527 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10528 when catching the `C-g'. Reported by "Leo".
10529
10530 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10531
10532 * message.el (message-forward-make-body-plain)
10533 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10534 multibyte-string-p.
10535
10536 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10537
10538 * message.el (message-forward-make-body-mml): Assume original message
10539 is multibyte string; error on unibyte.
10540 (message-forward-make-body-plain): Ditto; don't add excessive newline
10541 in body end.
10542
10543 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
10544
10545 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10546 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
10547
10548 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
10549
10550 * mm-extern.el (mm-extern-url): Don't use
10551 mm-with-unibyte-current-buffer.
10552 (mm-extern-cache-contents): Use with-current-buffer instead of
10553 save-excursion + set-buffer.
10554
10555 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10556
10557 * mm-util.el (mm-emacs-mule): Remove.
10558
10559 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
10560
10561 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10562 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10563 change.
10564
10565 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10566
10567 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10568 bind the default value of enable-multibyte-characters to nil.
10569
10570 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10571
10572 * message.el (message-forward-make-body-plain)
10573 (message-forward-make-body-mml):
10574 Don't use mm-with-unibyte-current-buffer.
10575
10576 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
10577
10578 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10579 (Bug#5592).
10580
10581 2010-05-07 Julien Danjou <julien@danjou.info>
10582
10583 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10584 it to mm-pipe-part.
10585
10586 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10587 it is given.
10588
10589 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10590
10591 * nnweb.el (nnweb-gmane-search):
10592 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10593 XEmacs.
10594
10595 * gnus-art.el (gnus-article-browse-html-parts):
10596 * gnus-group.el (gnus-read-ephemeral-gmane-group)
10597 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10598 make-temp-file.
10599
10600 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10601 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10602 compiling.
10603
10604 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10605 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10606 XEmacs when compiling.
10607
10608 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10609 gnus-pick-mode-off-hook for XEmacs when compiling.
10610 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10611 gnus-binary-mode-off-hook for XEmacs when compiling.
10612
10613 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10614 Return nil if char-charset is not available.
10615
10616 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
10617 macro.
10618
10619 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10620 instead of encode-coding-string.
10621
10622 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10623 'xemacs) instead of mm-emacs-mule to switch function definitions.
10624 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10625
10626 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
10627
10628 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10629
10630 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
10631
10632 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10633 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10634
10635 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
10636
10637 * mm-util.el (mm-decompress-buffer): Use `delete-file';
10638 alias `jka-compr-delete-temp-file' no longer exists.
10639
10640 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10641
10642 Use define-minor-mode in Gnus where applicable.
10643 * mml.el (mml-mode): Use define-minor-mode.
10644 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10645 (gnus-undo-mode): Use define-minor-mode.
10646 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10647 (gnus-dead-summary-mode): Use define-minor-mode.
10648 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10649 Initialize in declaration.
10650 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10651 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10652 (gnus-mailing-list-mode): Use define-minor-mode.
10653 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10654 (gnus-draft-mode): Use define-minor-mode.
10655 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10656 (gnus-dired-mode): Use define-minor-mode.
10657
10658 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
10659
10660 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10661 handles on recursive mml-to-mime translation and check them for
10662 boundary delimiter collisions. Reported by Greg Troxel.
10663
10664 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
10665
10666 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10667
10668 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10669
10670 * mm-util.el (mm-find-buffer-file-coding-system):
10671 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10672
10673 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
10674
10675 * message.el (message-generate-headers): Record insertion of optional
10676 headers as well. Otherwise the check to prevent repeated insertion of
10677 optional headers is a no-op.
10678
10679 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
10680
10681 * smime.el: Don't mention CVS.
10682
10683 * nnrss.el (nnrss-fetch): Don't mention CVS.
10684
10685 * nnir.el: Don't mention CVS.
10686
10687 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10688
10689 * gnus-sum.el (gnus-summary-bookmark-make-record):
10690 Add `location' field.
10691
10692 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10693
10694 * gnus-sum.el: Add bookmark declarations to silence the compiler.
10695 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10696 Use with-current-buffer to silence the byte-compiler.
10697 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10698 bother to require `gnus'.
10699 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
10700
10701 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10702
10703 * gnus-sum.el (gnus-summary-bookmark-make-record)
10704 (gnus-summary-bookmark-jump): New functions.
10705 (gnus-summary-mode): Setup bookmark support.
10706
10707 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
10708
10709 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10710 if set.
10711
10712 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
10713
10714 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10715 gnus-article-browse-html-save-cid-image; make it work recursively for
10716 forwarded messages as well.
10717 (gnus-article-browse-html-parts): Work when prefix arg is given.
10718 (gnus-article-browse-html-article): Doc fix.
10719
10720 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
10721
10722 * message.el (message-default-mail-headers):
10723 (message-default-headers): Carry the value mail-default-headers over
10724 into message-default-mail-headers, rather than message-default-headers.
10725
10726 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
10727
10728 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10729 charset.
10730
10731 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10732 charset into the <meta> tag when the article is encoded to utf-8.
10733
10734 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
10735
10736 * gnus-art.el (gnus-article-browse-delete-temp-files):
10737 Delete directories as well.
10738 (gnus-article-browse-html-parts): Work for images that do not specify
10739 file names; delete temp directory when quitting; insert header at the
10740 right place; use file: scheme for image files.
10741
10742 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
10743
10744 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10745 (gnus-article-browse-html-parts): Use it to make temporary cid image
10746 files in addition to html file so that browser may display them.
10747
10748 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
10749
10750 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10751
10752 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
10753
10754 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10755
10756 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
10757
10758 * auth-source.el (auth-sources): Change default to be simpler.
10759 Explain about Secret Service API sources. Improve Customize options.
10760 (auth-source-pick): Change to accept any number of search parameters.
10761 Implement fallbacks iteratively, not recursively. Add scoring on the
10762 second pass and sort by score. Call Secret Service API when needed.
10763 (auth-source-user-or-password): Use it. Call Secret Service API
10764 directly when needed to get the user name and the password.
10765
10766 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10767
10768 * message.el (message-interactive): Doc fix.
10769 (message-qmail-inject-args): Reflow.
10770 (message-kill-to-signature): Fix typo in docstring.
10771
10772 * smiley.el (smiley-buffer): Fix typo in docstring.
10773
10774 2010-03-24 Glenn Morris <rgm@gnu.org>
10775
10776 * mail-source.el (gnus-message): Declare.
10777 (mail-source-delete-old-incoming): Require gnus-util.
10778
10779 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
10780
10781 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10782
10783 * message.el (ecomplete-setup): Autoload it for Emacs <23.
10784
10785 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10786 password-cache's default if it is not bound.
10787 (mml-secure-passphrase-cache-expiry): Default to 16 that is
10788 password-cache-expiry's default if it is not bound.
10789
10790 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10791 available in Emacs 21.
10792
10793 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
10794
10795 * auth-source.el (auth-sources): Fix up definition so extra parameters
10796 are always inline.
10797
10798 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
10799
10800 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10801 wasn't updated after mismatch. Clear cached mailbox info correctly
10802 when uidvalidity changes.
10803 (nnimap-group-prefixed-name): New function to avoid some code
10804 duplication.
10805 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10806 (nnimap-request-group): Use it.
10807 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10808 (nnimap-update-unseen): Significantly improved speed of Gnus startup
10809 with many imap folders. This is done by caching the group status from
10810 the imap server persistently in a group parameter `imap-status'. (This
10811 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10812 but not persistently, so every Gnus startup was still very slow.)
10813
10814 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
10815
10816 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
10817 secrets.el dependency.
10818 (auth-sources): Add optional user name. Add secrets.el configuration
10819 choice (unused right now).
10820
10821 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
10822
10823 * gnus-sum.el (gnus-summary-make-menu-bar):
10824 Let `gnus-registry-install-shortcuts' fill in the functions.
10825
10826 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10827 warnings.
10828 (gnus-registry-misc-menus): Variable to hold registry mark menus.
10829 (gnus-registry-install-shortcuts): Populate and use it in a
10830 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10831
10832 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
10833
10834 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10835 In-place substitutions for the group name encoding/decoding.
10836 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10837 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10838 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10839 (nnimap-update-unseen, nnimap-request-list)
10840 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10841 (nnimap-request-set-mark, nnimap-split-to-groups)
10842 (nnimap-split-articles, nnimap-request-newgroups)
10843 (nnimap-request-create-group, nnimap-request-accept-article)
10844 (nnimap-request-delete-group, nnimap-request-rename-group)
10845 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
10846 `encoded-mbx' for consistency.
10847 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10848 variable `imap-current-mailbox'.
10849
10850 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10851 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10852
10853 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
10854
10855 * pop3.el (pop3-display-message-size-flag): Display message size byte
10856 counts during POP3 download.
10857 (pop3-movemail): Use it.
10858 (pop3-list): Implement listing of available messages.
10859
10860 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
10861
10862 * nnir.el (nnir-get-article-nov-override-function): New function to
10863 override the normal NOV retrieval.
10864 (nnir-retrieve-headers): Use it.
10865
10866 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
10867
10868 * auth-source.el (netrc-machine-user-or-password): Autoload.
10869
10870 2010-03-19 Glenn Morris <rgm@gnu.org>
10871
10872 Stop message.el from loading about 40 libraries it doesn't always need.
10873 The general approach is to autoload rather than require, and to
10874 require in the specific functions rather than the file. (Bug#5642)
10875
10876 * gmm-utils.el: Don't require wid-edit.
10877 (widget-create-child-value, widget-convert, widget-default-get):
10878 Autoload.
10879
10880 * gnus-util.el: Don't require time-date, netrc.
10881 (message-fetch-field, gnus-group-name-decode): Declare rather than
10882 autoloading.
10883 (gnus-fetch-field): Require message.
10884 (gnus-decode-newsgroups): Require gnus-group.
10885
10886 * ietf-drums.el: Don't require time-date.
10887
10888 * message.el: Don't require hashcash, canlock, ecomplete.
10889 Do require mail-utils. Require nnheader only when compiling.
10890 (smtpmail-default-smtp-server): Remove declaration.
10891 (message-send-mail-function): Check smtpmail-default-smtp-server
10892 is bound rather than requiring smtpmail.
10893 (message-auto-save-directory, message-insert-signature):
10894 Use expand-file-name rather than nnheader-concat.
10895 (nnheader-insert-file-contents): Autoload.
10896 (hashcash-wait-async): Declare.
10897 (message-send-mail): Only call gnus-setup-posting-charset if
10898 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
10899 (message-send-mail-with-sendmail): Require sendmail.
10900 (canlock-password, canlock-password-for-verify): Declare.
10901 (message-canlock-password): Require canlock.
10902 (nnheader-get-report): Autoload.
10903 (gnus-setup-posting-charset): Declare.
10904 (message-send-news): Require gnus-msg.
10905 (message-make-references, message-make-in-reply-to): Use mail-header-id
10906 rather than the alias mail-header-message-id.
10907 (ecomplete-add-item, ecomplete-save): Declare.
10908 (message-put-addresses-in-ecomplete): Require ecomplete.
10909 (ecomplete-display-matches): Autoload.
10910
10911 * mm-decode.el: Don't require mailcap, gnus-util.
10912 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10913 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10914 Autoload.
10915 (mailcap-mime-extensions): Declare.
10916
10917 * mm-encode.el: Don't require mailcap.
10918 (mailcap-extension-to-mime): Autoload.
10919
10920 * mml-sec.el: Don't require password-cache.
10921
10922 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10923 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10924 (mml-minibuffer-read-type): Require mailcap.
10925 (mml-preview): Require gnus-msg.
10926
10927 * mml1991.el: Require password-cache.
10928 (password-cache-expiry): Remove declaration.
10929
10930 * mml2015.el: Require password-cache.
10931 (password-cache-expiry): Remove declaration.
10932
10933 * nneething.el (mailcap): Require mailcap.
10934
10935 * nnheader.el (declare-function): Add compatibility stub.
10936 (message-remove-header): Declare rather than autoload.
10937 (nnheader-replace-header): Require message.
10938
10939 * nnimap.el (declare-function): Add compatibility stub.
10940 (netrc-parse, netrc-machine-user-or-password): Declare.
10941 (nnimap-open-connection): Require netrc.
10942
10943 * nntp.el (declare-function): Add compatibility stub.
10944 (netrc-parse, netrc-machine, netrc-get): Declare.
10945 (nntp-send-authinfo): Require netrc.
10946
10947 * rfc2047.el: Don't require qp.
10948 (quoted-printable-encode-region, quoted-printable-decode-string):
10949 Autoload.
10950
10951 * sieve-mode.el: Don't require easymenu.
10952 (easy-menu-add-item): Autoload it.
10953
10954 * spam-stat.el (time-to-number-of-days): Autoload it.
10955
10956 2010-03-17 Kevin Ryde <user42@zip.com.au>
10957
10958 * mml.el (mml-read-tag): Unquote values with `read' to reverse
10959 prin1 in mml-insert-tag (just stripping the quotes gave wrong
10960 value if any backslash escapes).
10961
10962 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10963
10964 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10965 if it is available. (bug#5647)
10966
10967 2010-02-26 Glenn Morris <rgm@gnu.org>
10968
10969 * message.el (message-send-mail-function): Change the default, so that
10970 it inherits from a customized send-mail-function. (Bug#5643)
10971
10972 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10973
10974 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10975 shell-command-to-string signals an error (bug#5299).
10976
10977 2010-02-24 Glenn Morris <rgm@gnu.org>
10978
10979 * message.el (message-smtpmail-send-it)
10980 (message-send-mail-with-mailclient): Doc fixes.
10981
10982 2010-02-16 Glenn Morris <rgm@gnu.org>
10983
10984 * message.el (message-default-mail-headers): Change the default value
10985 to ease the transition from mail-mode to message-mode. (Bug#5555)
10986
10987 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
10988
10989 * message.el (message-mail): Just pass yank-action on to message-setup.
10990 (message-setup): Handle (FUN . ARGS) form of yank-action.
10991 (message-with-reply-buffer, message-widen-reply)
10992 (message-yank-original): Handle non-buffer values of
10993 message-reply-buffer (Bug#4080).
10994 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10995
10996 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
10997
10998 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10999 Fix typo in docstring.
11000
11001 2010-01-08 Jason Rumney <jasonr@gnu.org>
11002
11003 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11004 response.
11005
11006 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11007
11008 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11009
11010 * message.el (message-check-news-header-syntax): Protect against a
11011 string that `rfc822-addresses' returns when parsing fails.
11012
11013 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11014
11015 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11016 (gnus-previous-char-property-change): New functions.
11017
11018 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11019
11020 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
11021
11022 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11023 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
11024
11025 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
11026
11027 * message.el (message-exchange-point-and-mark): Rework last change to
11028 avoid using optional arg of exchange-point-and-mark, for backward
11029 compatibility.
11030
11031 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
11032
11033 * message.el (message-exchange-point-and-mark):
11034 Call exchange-point-and-mark with an argument rather than setting
11035 mark-active by hand (Bug#5175).
11036
11037 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11038
11039 * nntp.el (nntp-service-to-port): Work for service expressed with
11040 numeric string; replace [:digit:] with [0-9] for XEmacs.
11041
11042 2009-12-17 Glenn Morris <rgm@gnu.org>
11043
11044 * gnus-group.el (gnus-bug-group-download-format-alist):
11045 Change emacs entry to debbugs.gnu.org. Bump :version.
11046
11047 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11048
11049 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11050
11051 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
11052
11053 * message.el (message-info): Explain why we use `Info-goto-node'.
11054
11055 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11056
11057 * message.el (message-completion-in-region): New compatibility function.
11058 (message-expand-group): Use it.
11059
11060 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
11061
11062 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11063 with no unread article should be listed if the 2nd arg `predicate' is
11064 given.
11065
11066 2009-11-29 Juri Linkov <juri@jurta.org>
11067
11068 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11069 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
11070 on `gnus-recenter'. (Bug#4698, Bug#4981)
11071
11072 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
11073
11074 * message.el (message-from-style, message-interactive)
11075 (message-signature): Always set default values from the corresponding
11076 mail-* variables.
11077 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11078 (message-yank-prefix, message-indentation-spaces)
11079 (message-signature-file, message-default-headers): Use boundp rather
11080 than (featurep 'xemacs) to check if the corresponding mail-* variables
11081 exist.
11082
11083 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
11084
11085 * message.el (message-send-mail-with-sendmail): Revert last change.
11086
11087 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
11088
11089 * message.el (message-from-style, message-interactive)
11090 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11091 (message-yank-prefix, message-indentation-spaces, message-signature)
11092 (message-signature-file, message-default-headers): For GNU Emacs, set
11093 default values from the corresponding mail-* variables.
11094 (message-send-mail-with-sendmail): Use envelope-from only if
11095 mail-specify-envelope-from is non-nil.
11096
11097 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
11098
11099 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11100 containing tspecial characters if they have been already quoted.
11101
11102 2009-10-24 Glenn Morris <rgm@gnu.org>
11103
11104 * gnus-art.el (help-xref-stack-item): Define for compiler.
11105
11106 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11107
11108 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11109
11110 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11111
11112 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11113 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11114
11115 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
11116
11117 * gnus.el (gnus-overlay-get): New alias to overlay-get.
11118 (gnus-overlays-in): New alias to overlays-in.
11119
11120 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11121 gnus-overlay-get, and gnus-delete-overlay.
11122 (gnus-summary-show-thread): Make it work as well for systems in which
11123 next-single-char-property-change is not available.
11124 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11125
11126 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
11127
11128 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11129
11130 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
11131
11132 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11133 and XEmacs that don't have `remove-overlays'.
11134
11135 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11136
11137 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11138 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11139 selective display. Use overlays instead.
11140
11141 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
11142
11143 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11144
11145 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11146
11147 * spam-stat.el (spam-stat-load): Fix typo in message.
11148
11149 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
11150
11151 * gnus-art.el (gnus-article-encrypt-body):
11152 * message.el (message-check-recipients):
11153 * mm-util.el (mm-codepage-setup):
11154 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11155 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11156
11157 2009-09-22 Daiki Ueno <ueno@unixuser.org>
11158
11159 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11160 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11161 keys from the menu if mm-{sign,encrypt}-option is 'guided.
11162 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11163 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11164
11165 2009-09-18 Glenn Morris <rgm@gnu.org>
11166
11167 * gnus-diary.el (gnus-diary-check-message):
11168 * message.el (message-insert-formatted-citation-line):
11169 * nnbabyl.el (top-level):
11170 * nndiary.el (nndiary-schedule):
11171 Fix typos in condition-case handlers.
11172
11173 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
11174
11175 * gnus-art.el (gnus-article-edit-part): Work for the buffer
11176 configuration that provides the sole article window in a frame;
11177 position point correctly after deleting a part.
11178
11179 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
11180
11181 * spam.el (spam-unregister-on-reregister): Add boolean variable.
11182 (spam-resolve-registrations-routine): Use it to unregister articles
11183 that change status.
11184
11185 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11186
11187 * nnrss.el (nnrss-request-article): Remove binding of
11188 default-enable-multibyte-characters that has gotten needless by
11189 the 2007-07-13 change in rfc2047-encode-message-header.
11190
11191 * mml.el (mml-insert-multipart): Error on the message header.
11192 (mml-insert-part): Error on the message header; position point at
11193 the end of a MIME tag.
11194
11195 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11196
11197 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11198 (gnus-float-time): Alias to float-time if it exists.
11199
11200 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11201 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11202 float-time is available; suppress compile warning for time-to-seconds.
11203
11204 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11205
11206 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11207 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11208 Add the optional argument `encoding' that overrides the default.
11209
11210 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11211 mm-encode-buffer.
11212
11213 2009-09-04 Glenn Morris <rgm@gnu.org>
11214
11215 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11216 mm-disable-multibyte, rather than default-enable-multibyte-characters.
11217 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11218 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11219 * mm-util.el (mm-with-unibyte-current-buffer)
11220 (mm-find-buffer-file-coding-system):
11221 * yenc.el (yenc-decode-region): Use default-value rather than
11222 default-enable-multibyte-characters.
11223
11224 2009-09-03 Glenn Morris <rgm@gnu.org>
11225
11226 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11227 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11228 than default-enable-multibyte-characters.
11229
11230 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
11231
11232 * gnus-art.el (gnus-article-read-summary-keys):
11233 Fix gnus-buffer-configuration's value temporarily used.
11234
11235 2009-09-02 Glenn Morris <rgm@gnu.org>
11236
11237 * gnus-util.el (gnus-float-time): New function.
11238 * gnus-delay.el (gnus-delay-article):
11239 * gnus-sum.el (gnus-thread-latest-date):
11240 * gnus-util.el (gnus-user-date): Use gnus-float-time.
11241 * nnspool.el (nnspool-request-newgroups):
11242 Use gnus-float-time rather than time-to-seconds.
11243 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11244
11245 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11246 (gnus-header-subject-face, gnus-header-newsgroups-face)
11247 (gnus-header-name-face, gnus-header-content-face):
11248 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11249 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11250 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11251 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11252 (gnus-cite-face-11):
11253 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11254 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11255 (gnus-server-closed-face, gnus-server-denied-face)
11256 (gnus-server-offline-face):
11257 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11258 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11259 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11260 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11261 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11262 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11263 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11264 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11265 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11266 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11267 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11268 (gnus-summary-selected-face, gnus-summary-cancelled-face)
11269 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11270 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11271 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11272 (gnus-summary-high-undownloaded-face)
11273 (gnus-summary-low-undownloaded-face)
11274 (gnus-summary-normal-undownloaded-face)
11275 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11276 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11277 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11278 (gnus-splash-face):
11279 * message.el (message-header-to-face, message-header-cc-face)
11280 (message-header-subject-face, message-header-newsgroups-face)
11281 (message-header-other-face, message-header-name-face)
11282 (message-header-xheader-face, message-separator-face)
11283 (message-cited-text-face, message-mml-face):
11284 * sieve-mode.el (sieve-control-commands-face)
11285 (sieve-action-commands-face, sieve-test-commands-face)
11286 (sieve-tagged-arguments-face):
11287 * spam.el (spam-face):
11288 Mark face aliases with "-face" in the name as obsolete.
11289
11290 2009-09-01 Glenn Morris <rgm@gnu.org>
11291
11292 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11293 than goto-line.
11294
11295 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11296
11297 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11298 Don't move point if the command is invoked inside the message header.
11299
11300 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11301
11302 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11303 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11304 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11305 * nnir.el (nnir-swish-e-index-file):
11306 * gnus-sum.el (gnus-summary-delete-marked-as-read)
11307 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11308 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11309 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11310 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11311 (gnus-treat-display-xface): Add Emacs version of obsolescence.
11312
11313 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
11314
11315 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11316 Don't save excursion.
11317
11318 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11319
11320 * nnheader.el (nnheader-find-file-noselect):
11321 * mm-util.el (mm-insert-file-contents):
11322 Use (default-value 'major-mode) instead of default-major-mode.
11323
11324 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11325
11326 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11327
11328 2009-08-25 Glenn Morris <rgm@gnu.org>
11329
11330 * nnir.el (top-level): Don't require cl at run-time.
11331 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11332 Replace cl-function substitute with gnus-replace-in-string.
11333 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11334 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11335 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11336 simplified expansions.
11337
11338 2009-08-22 Glenn Morris <rgm@gnu.org>
11339
11340 * gnus-art.el (gnus-button-patch): Use forward-line rather than
11341 goto-line.
11342
11343 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
11344
11345 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11346
11347 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11348 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11349 (gnus-mm-display-part, gnus-mime-display-single)
11350 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11351 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11352
11353 * gnus-sum.el
11354 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11355 (gnus-summary-move-article): Add expirable mark to articles copied or
11356 moved to group that has auto-expire turned on if the option is non-nil.
11357
11358 2009-07-24 Glenn Morris <rgm@gnu.org>
11359
11360 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11361 Fix typo. (Bug#3903)
11362
11363 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
11364
11365 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11366 gnus-article-read-summary-keys rather than gnus-summary-edit-article
11367 that should not be used for draft articles.
11368 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11369 that has no concern in minor mode keys.
11370 (gnus-article-summary-command, gnus-article-summary-command-nosave):
11371 Abolish.
11372
11373 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
11374
11375 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11376 article without making inquiry to a user for unknown encoding.
11377
11378 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11379 (nnmaildir--scan): Assume i-node and device number that file-attributes
11380 returns might be cons-cell.
11381
11382 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
11383
11384 * auth-source.el: Remove docs now in auth.texi. Don't use
11385 `gnus-message' for logging. Add new variables `auth-source-debug' and
11386 `auth-source-hide-passwords' and use them.
11387
11388 2009-07-15 Glenn Morris <rgm@gnu.org>
11389
11390 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11391
11392 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
11393
11394 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11395 excessive whitespace from the default values of title and description.
11396
11397 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
11398
11399 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11400 mail-fetch-field to fetch Content-Description header in order to
11401 exclude newlines.
11402
11403 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
11404
11405 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11406 to deleted part.
11407
11408 2009-05-30 David Engster <dengste@eml.cc>
11409
11410 * nnmairix.el: Remove old documentation in the commentary block.
11411 (nnmairix-request-group): Do not update active file for nnml back ends.
11412 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11413 end so that overview files are ignored.
11414 (nnmairix-update-groups): Make updating the groups more robust by using
11415 marks.
11416 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11417 with dollar characters in message-id.
11418
11419 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
11420
11421 * spam.el: Use dns-query instead of query-dns. Was renamed on
11422 2008-12-25 in dns.el.
11423
11424 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11425
11426 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11427 could happen if the text is only composed of spaces and/or tabs.
11428
11429 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
11430
11431 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11432 when sending a queued message to avoid extra mml tags.
11433
11434 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
11435
11436 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11437
11438 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11439
11440 * gnus-dired.el: Remove autoload for gnus-setup-message.
11441 (gnus-dired-attach): Fake this-command value to prevent Gnus from
11442 displaying Gnus logo; always use compose-mail.
11443
11444 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
11445
11446 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11447
11448 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
11449
11450 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11451 (gnus-nocem-issuers): List currently active issuers; fix custom type.
11452 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11453 available.
11454 (gnus-nocem-epg-verify): New function.
11455
11456 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
11457
11458 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11459
11460 2009-02-15 Glenn Morris <rgm@gnu.org>
11461
11462 * gnus-util.el (rmail-insert-rmail-file-header)
11463 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11464 autoloads.
11465 (rmail-default-rmail-file): Remove unnecessary declaration.
11466 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11467
11468 2009-02-14 Glenn Morris <rgm@gnu.org>
11469
11470 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11471 variable (only used in gnus-util, which declares it anyway).
11472 (rmail-output-to-rmail-file): Remove autoload of deleted function,
11473 which was only needed by gnus-art (changed to not use it any more).
11474 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11475 only used in gnus-util, which autoloads it itself.
11476 (rmail-update-summary): Fix autoload.
11477
11478 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11479 rather than rmail-output-to-rmail-file.
11480
11481 2009-02-07 Glenn Morris <rgm@gnu.org>
11482
11483 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11484 autoload of function that no longer exists.
11485 (rmail-toggle-header): Declare.
11486 (message-forward-rmail-make-body): Handle mbox Rmail.
11487
11488 2009-01-31 Glenn Morris <rgm@gnu.org>
11489
11490 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11491 2009-01-09 change.
11492
11493 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
11494
11495 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11496 (auth-source-forget-all-cached): New convenience function.
11497 (auth-source-user-or-password): Accept list of modes or a single mode.
11498
11499 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11500 auth-source modes.
11501
11502 * nnimap.el (nnimap-open-connection): Use list of
11503 auth-source modes.
11504
11505 * nntp.el (nntp-send-authinfo): Use list of
11506 auth-source modes.
11507
11508 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
11509
11510 * auth-source.el: Update docs to reflect epa-file-enable is to be used
11511 now.
11512
11513 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11514
11515 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11516 coding system in XEmacs; add a workaround for XEmacs.
11517
11518 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
11519
11520 * mm-util.el (mm-coding-system-priorities): Protect against nil value
11521 of current-language-environment.
11522
11523 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
11524
11525 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11526 available at runtime.
11527
11528 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
11529
11530 * gnus-art.el (article-date-ut): Fix end point of narrowing.
11531
11532 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
11533
11534 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11535 the greatest positive fixnum value doesn't work under an XEmacs with
11536 bignum support; use the most-positive-fixnum constant instead,
11537 available since Emacs 21.1 with cl and XEmacs 21.1.
11538
11539 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
11540
11541 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11542 XEmacs gets not to work.
11543
11544 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
11545
11546 * mm-util.el (mm-coding-system-priorities): Allow the value like
11547 "Japanese (UTF-8)" of current-language-environment.
11548
11549 2009-01-09 Glenn Morris <rgm@gnu.org>
11550
11551 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11552 with last-command-event.
11553
11554 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
11555
11556 * message.el (message-fix-before-sending): Amend comment.
11557
11558 2009-01-07 David Engster <dengste@eml.cc>
11559
11560 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11561 simplified server definitions by converting it via
11562 gnus-server-to-method.
11563
11564 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11565
11566 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11567 parameter's operands.
11568
11569 2009-01-06 David Engster <dengste@eml.cc>
11570
11571 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11572 primary select method (for gnus-group-mark-article-as-read).
11573
11574 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
11575
11576 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11577 `(gnus)Face', not `(gnus)X-Face'.
11578
11579 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
11580
11581 * mm-util.el (mm-ucs-to-char): New function.
11582
11583 * mm-url.el (mm-url-decode-entities): Use it.
11584
11585 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11586
11587 * message.el (message-fix-before-sending): Add `eight-bit' to
11588 illegible-text check.
11589
11590 2009-01-03 Michael Olson <mwolson@gnu.org>
11591
11592 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11593 `headers' is nil. This can occur if the IMAP server does not have
11594 permissions to read messages from a folder, but can write new messages
11595 to the folder.
11596 (nnimap-request-article-part): Do not insert `data' if it is nil.
11597
11598 2009-01-01 Dave Love <fx@gnu.org>
11599
11600 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11601
11602 * nnimap.el: Fix author email.
11603 (nnimap-split-rule): Add FIXME comment.
11604 (nnimap-debug): Fix doc string.
11605
11606 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
11607
11608 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11609 overlay-arrow-position and overlay-arrow-string buffer-local; no need
11610 to check if those variables exist (first appeared in Emacs 18.50).
11611
11612 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
11613
11614 * mm-util.el (mm-line-number-at-pos): New function.
11615
11616 * spam-report.el (spam-report-process-queue): Use it.
11617
11618 2008-12-24 David Engster <dengste@eml.cc>
11619
11620 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11621 parameters that haven't existed as variables as buffer-local variables.
11622
11623 2008-12-23 Dave Love <fx@gnu.org>
11624
11625 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11626 cadar.
11627
11628 * sieve-manage.el (sieve-manage-starttls-p): Rename from
11629 imap-starttls-p.
11630 (sieve-manage-starttls-open): Rename from imap-starttls-open.
11631
11632 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
11633
11634 * spam-report.el (spam-report-gmane-max-requests): New constant.
11635 (spam-report-gmane-wait): New variable.
11636 (spam-report-gmane-ham, spam-report-gmane-spam)
11637 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11638 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11639 the server.
11640
11641 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11642 Add explanations.
11643
11644 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11645 nnheader-accept-process-output and nnheader-read-timeout if available.
11646 (pop3-movemail): Use it.
11647
11648 * message.el (message-check-news-body-syntax): Fix signature check if
11649 there's an attachment.
11650
11651 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
11652
11653 * mm-util.el: Add comments to the mm- emulating functions.
11654
11655 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
11656
11657 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11658 Reported by Stephen Berman <stephen.berman@gmx.net>.
11659
11660 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11661
11662 * mm-util.el (mm-substring-no-properties): New function.
11663 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11664 (mm-special-display-p): Enable those lambda forms to be byte compiled.
11665 (mm-string-to-multibyte): Doc fix.
11666
11667 * mml.el (mml-attach-file): Use mm-substring-no-properties.
11668
11669 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
11670
11671 * mml.el (mml-attach-file): Strip text properties from file name.
11672 (Bug#1574)
11673
11674 2008-12-16 Glenn Morris <rgm@gnu.org>
11675
11676 * mm-util.el (mm-charset-override-alist): Declare for compiler.
11677
11678 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
11679
11680 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11681 knows since the charset specified might be a bogus alias that
11682 mm-charset-synonym-alist provides.
11683
11684 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
11685
11686 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11687 "ISO_8859-1".
11688
11689 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11690
11691 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
11692
11693 * mm-util.el (mm-charset-eval-alist):
11694 Define it before mm-charset-to-coding-system.
11695 (mm-charset-to-coding-system): Add optional argument `silent';
11696 define it before mm-charset-override-alist.
11697 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11698 default value if it can be used in Emacs currently running;
11699 silence mm-charset-to-coding-system.
11700
11701 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
11702
11703 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11704 `allow-override' which says whether to use `mm-charset-override-alist'.
11705 (rfc2047-decode-encoded-words): Use it.
11706
11707 * mm-util.el (mm-charset-override-alist): Fix custom type;
11708 add `(gb2312 . gbk)' to choices.
11709
11710 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
11711
11712 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11713 fast.
11714
11715 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11716
11717 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
11718
11719 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11720 on links.
11721
11722 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11723
11724 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
11725
11726 * message.el (message-idna-to-ascii-rhs-1): Protect against local
11727 users' addresses that don't have domain parts.
11728 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11729 rather than message-narrow-to-head since there will be the message
11730 header separator.
11731
11732 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11733
11734 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11735 since the result is inserted in a unibyte buffer anyway.
11736 (nnimap-demule-use-string-to-multibyte): Remove.
11737 (nnimap-demule): Alias it to mm-string-to-multibyte.
11738
11739 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11740
11741 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11742 variable for debugging bug#464 and bug#1174.
11743 (nnimap-demule): Use it.
11744
11745 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
11746
11747 * gnus-score.el (gnus-score-find-trace): Handle default score in total
11748 score calculation correctly.
11749
11750 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11751
11752 * message.el (message-send-mail): Just set the buffer to unibyte
11753 rather than use mm-with-unibyte-current-buffer which does a lot more.
11754 (message-send-mail-partially): Don't bother with
11755 mm-with-unibyte-current-buffer since it's already been made unibyte by
11756 message-send-mail.
11757
11758 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
11759
11760 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11761
11762 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
11763
11764 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11765
11766 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
11767
11768 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11769 require itself and to remove `with-no-warnings'.
11770
11771 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
11772
11773 * starttls.el (starttls-any-program-available): Get the name of the
11774 available TLS layer program.
11775 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11776 well as the host name in the "opening" message.
11777
11778 * auth-source.el (auth-source-cache, auth-source-do-cache)
11779 (auth-source-user-or-password): Cache passwords and logins by default,
11780 allow override with `auth-source-do-cache'.
11781 (auth-source-forget-user-or-password): Allow users to remove cache
11782 entries if needed.
11783
11784 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
11785
11786 * ietf-drums.el (ietf-drums-remove-comments): Localize second
11787 condition-case to only the forward-sexp call.
11788
11789 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
11790
11791 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11792 quotes contained. Make it more robust regardless by an extra
11793 condition-case wrapper.
11794
11795 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
11796
11797 * nnml.el (nnml-request-expire-articles): Check if the function set to
11798 `nnmail-expiry-target' returns the symbol `delete'.
11799
11800 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11801
11802 * nnmail.el (nnmail-expiry-target): Fix custom type.
11803
11804 2008-10-02 Glenn Morris <rgm@gnu.org>
11805
11806 * mm-util.el (mm-codepage-setup): Tweak codepage error.
11807 Silence compiler warning.
11808
11809 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
11810
11811 * mml.el (mml-menu): Don't assume mml2015 is bound.
11812
11813 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
11814
11815 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11816 exists.
11817
11818 2008-09-27 Glenn Morris <rgm@gnu.org>
11819
11820 * gnus-util.el (mail-header-remove-comments): Autoload it.
11821
11822 2008-09-27 Andreas Schwab <schwab@suse.de>
11823
11824 * gnus-util.el (gnus-split-references): Strip comments.
11825 (gnus-parent-id): Likewise.
11826
11827 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
11828
11829 * message.el (message-confirm-send): Fix version.
11830
11831 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
11832
11833 * message.el (message-idna-to-ascii-rhs-1): Use
11834 mail-extract-address-components rather than mail-header-parse-addresses
11835 that is an alias by default to ietf-drums-parse-addresses that does not
11836 support non-ASCII names in headers' contents.
11837
11838 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11839
11840 * message.el (message-confirm-send): Fix variable documentation to
11841 avoid the "y/n" wording.
11842
11843 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
11844
11845 * message.el (message-set-auto-save-file-name): Save to a different
11846 filename so multiple messages (especially drafts) can be recovered.
11847
11848 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
11849
11850 * message.el (message-confirm-send): Add appropriate version.
11851
11852 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
11853
11854 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11855 defvar.
11856
11857 2008-09-22 Daiki Ueno <ueno@unixuser.org>
11858
11859 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11860 (mm-pkcs7-enveloped-magic): Ditto.
11861
11862 2008-09-17 Simon Josefsson <simon@josefsson.org>
11863
11864 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11865 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11866
11867 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
11868
11869 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11870 default, it's better.
11871
11872 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
11873
11874 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11875 summary line gnus-number property and ignore them (with a warning
11876 message).
11877
11878 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11879
11880 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11881 macro caddr in the interactive form since it won't be expanded.
11882
11883 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11884
11885 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11886 `charset'; fix name of function called recursively.
11887 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11888
11889 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11890
11891 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11892 (gnus-mime-set-charset-parameters): New function.
11893 (gnus-mime-view-part-as-charset): Use it to correctly display part
11894 specifying wrong charset.
11895
11896 2008-09-08 David Engster <dengste@eml.cc>
11897
11898 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11899 in completing-read for back end server.
11900
11901 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
11902
11903 * message.el (message-confirm-send): New variable to confirm sending a
11904 message.
11905 (message-send): Use it.
11906
11907 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
11908
11909 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11910
11911 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
11912
11913 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11914
11915 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
11916
11917 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11918 prevent tracking too many groups.
11919 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11920 Use it.
11921
11922 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
11923
11924 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11925 moving point to the bottom of the window in order to avoid recentering.
11926
11927 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
11928
11929 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11930 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11931 (gnus-article-beginning-of-window): Fix calculation.
11932
11933 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
11934
11935 * gnus-msg.el (gnus-summary-supersede-article)
11936 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11937 value of gnus-newsgroup-charset to decode non-MIME encoded text in
11938 message header.
11939
11940 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11941
11942 * message.el:
11943 * gnus-start.el:
11944 * gnus-registry.el: Remove VMS support.
11945
11946 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11947
11948 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11949 macro.
11950 (rfc2104-hash): Use it.
11951
11952 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
11953
11954 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11955 (gnus-summary-sort-by-most-recent-date): New commands.
11956 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11957 and menu entries.
11958
11959 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
11960
11961 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11962 don't redisplay article for raw contents; remove plural articles stuff.
11963
11964 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11965 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11966 on gnus-summary-save-article; display results properly.
11967
11968 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
11969
11970 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11971
11972 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
11973
11974 * gnus-art.el (gnus-summary-save-in-pipe):
11975 Consider gnus-save-all-headers.
11976
11977 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11978
11979 * gnus-util.el (ns-focus-frame): Remove declaration.
11980 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
11981 like x.
11982
11983 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
11984
11985 * rfc2104.el (rfc2104-zero): Delete defconst.
11986 (rfc2104-hex-alist): Likewise.
11987 (rfc2104-hex-to-int): Delete func.
11988 (rfc2104-hexstring-to-bitstring): Likewise.
11989 (rfc2104-nybbles): New defconst.
11990 (rfc2104-hash): Rewrite for speed.
11991
11992 2008-07-16 Glenn Morris <rgm@gnu.org>
11993
11994 * gnus-util.el (ns-focus-frame): Declare for compiler.
11995
11996 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
11997
11998 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11999 set as a group parameter.
12000 (gnus-summary-save-in-pipe): Work when it is called independently.
12001 (gnus-summary-pipe-to-muttprint): Don't modify
12002 gnus-summary-pipe-output-default-command.
12003
12004 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
12005
12006 * message.el (message-send-mail-with-sendmail):
12007 Display the error message.
12008
12009 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
12010
12011 * gnus-art.el (gnus-default-article-saver):
12012 Add gnus-summary-save-in-pipe to choices.
12013 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12014 gnus-summary-pipe-output-default-command as the default command.
12015 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12016 instead of gnus-last-shell-command.
12017
12018 * gnus-sum.el (gnus-summary-pipe-output-default-command):
12019 New user option.
12020 (gnus-summary-muttprint-program): Mention the value will be changed.
12021 (gnus-summary-save-article): Force showing of all headers.
12022 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12023
12024 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
12025
12026 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12027
12028 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
12029
12030 * nnimap.el (nnimap-id):
12031 * sieve-manage.el (sieve-manage-open): Doc fixes.
12032
12033 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
12034
12035 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12036 if available.
12037
12038 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12039
12040 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12041
12042 * nnkiboze.el (nnkiboze-generate-group):
12043 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12044
12045 * nnmairix.el: Require CL.
12046
12047 2008-06-15 David Engster <dengste@eml.cc>
12048
12049 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12050
12051 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
12052
12053 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12054 New macros that expand to an `aset'/`aref' call under Emacs, and to a
12055 runtime choice under XEmacs.
12056
12057 * gnus-sum.el (gnus-summary-set-display-table):
12058 Use `gnus-put-display-table', `gnus-get-display-table',
12059 `gnus-set-display-table' for the display table, instead of `aset'.
12060
12061 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12062
12063 * nnmairix.el: Add autoloads.
12064
12065 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12066
12067 * nnmairix.el (nnmairix-delete-recreate-group)
12068 (nnmairix-update-and-clear-marks): Fix error messages.
12069
12070 2008-06-14 David Engster <dengste@eml.cc>
12071
12072 * nnmairix.el: Upgrade to version 0.6.
12073 (nnmairix-group-toggle-propmarks-this-group)
12074 (nnmairix-group-toggle-readmarks-this-group)
12075 (nnmairix-group-delete-recreate-this-group)
12076 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12077 (nnmairix-remove-tick-mark-original-article): New commands.
12078 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12079 (nnmairix-propagate-marks-to-nnmairix-groups)
12080 (nnmairix-only-use-registry, nnmairix-allowfast-default)
12081 (nnmairix-marks-cache, nnmairix-version-output): New variables.
12082 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12083 functions needed for marks propagation and manipulation of read marks.
12084 (nnmairix-update-groups): New function.
12085 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12086 (nnmairix-determine-original-group-from-registry)
12087 (nnmairix-determine-original-group-from-path)
12088 (nnmairix-get-group-from-file-path, nnmairix-map-range)
12089 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12090 New helper functions.
12091 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12092 keystrokes for new commands.
12093 (nnmairix-delete-and-create-on-change): Doc string cleanup.
12094 (nnmairix-request-group): Check allow-fast group parameter.
12095 (nnmairix-request-create-group): Set allow-fast group parameter if
12096 nnmairix-allowfast-default is set.
12097 (nnmairix-close-group): Propagate marks upon closing if needed.
12098 (nnmairix-group-toggle-threads-this-group): Use new.
12099 nnmairix-group-toggle-parameter helper function.
12100 (nnmairix-search): Better check for empty search result.
12101 (nnmairix-goto-original-article): Use new helper functions for
12102 determining original article.
12103 (nnmairix-show-original-article): Make sure message-id is in brackets.
12104 (nnmairix-call-mairix-binary): Change variable name.
12105 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12106 helper function.
12107 (nnmairix-widget-toggle-activate): Fix doc string.
12108
12109 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12110
12111 * nnir.el: Require edmacro when compiling with XEmacs.
12112 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12113 available in Emacs 21.
12114
12115 2008-06-11 Glenn Morris <rgm@gnu.org>
12116
12117 * gnus-util.el (x-focus-frame):
12118 * gnus.el (image-size):
12119 * mm-decode.el (image-size): Declare.
12120
12121 * gnus-picon.el (declare-function): Add compat definition.
12122 (image-size): Declare.
12123
12124 * gnus-group.el (tool-bar-map):
12125 * gnus-sum.el (tool-bar-map): Define for compiler.
12126
12127 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12128
12129 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12130
12131 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12132 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12133 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12134 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12135 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12136 * sieve-manage.el, spam-report.el, spam.el:
12137 Remove unnecessary eval-and-compile of autoloads.
12138
12139 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
12140
12141 * auth-source.el: Precise Tramp doc.
12142
12143 2008-06-07 Glenn Morris <rgm@gnu.org>
12144
12145 * nnmairix.el: Remove unnecessary eval-when-compile.
12146
12147 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
12148
12149 * nnir.el: New file.
12150
12151 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12152
12153 * gnus-util.el (gnus-read-shell-command): New function.
12154 * mm-decode.el (mm-pipe-part):
12155 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12156
12157 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
12158
12159 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12160
12161 2008-06-03 Glenn Morris <rgm@gnu.org>
12162
12163 * pop3.el (nnheader-accept-process-output): Autoload it.
12164
12165 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12166
12167 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12168 are not 2-digit hexadecimal characters that follow `%'s.
12169
12170 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12171
12172 * message.el (message-bogus-recipient-p): Fix type in doc string.
12173 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12174 (message-bogus-addresses): Rename from message-bogus-address-regexp.
12175 Improve custom options.
12176 (message-bogus-recipient-p): Adjust accordingly.
12177
12178 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12179
12180 * nnmairix.el: Require edmacro when compiling with XEmacs.
12181
12182 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
12183
12184 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12185 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12186
12187 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
12188
12189 * auth-source.el: Add more docs.
12190
12191 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12192
12193 * nnheader.el (nnheader-read-timeout): Change the default timeout from
12194 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
12195 retrieval faster in some cases, but might make CPU usage larger.
12196 If this has any bad side effects, we might revert this change.
12197
12198 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12199 seems to make mail retrieval much, much faster.
12200 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12201 unconditionally.
12202
12203 * gnus-draft.el (gnus-group-send-queue):
12204 Bind message-send-mail-partially-limit to nil to avoid being prompted.
12205
12206 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12207
12208 * mml.el (mml-attach-buffer): Prompt for `disposition'.
12209
12210 * message.el (message-bogus-address-regexp): Fix and improve custom
12211 type.
12212 (message-setup-hook): Add message-check-recipients as custom option.
12213
12214 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
12215
12216 * message.el (message-cite-function): Remove bogus autoload which crept
12217 in during merge from v5-10.
12218
12219 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
12220
12221 * nnimap.el (nnimap-open-connection): Fix login/password bug.
12222
12223 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12224
12225 * auth-source.el: Preliminary Tramp docs.
12226 (auth-sources): Change the default auth-sources to use
12227 EPA .gpg files.
12228
12229 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
12230
12231 * nntp.el: Autoload `auth-source-user-or-password'.
12232 (nntp-send-authinfo): Use it.
12233
12234 * nnimap.el: Autoload `auth-source-user-or-password'.
12235 (nnimap-open-connection): Use it.
12236
12237 * auth-source.el: Add docs on using with url-auth. Import gnus-util
12238 for the gnus-message function.
12239 (auth-source-user-or-password): Use it.
12240
12241 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12242
12243 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12244 rfc2104-hexstring-to-byte-list. Return a unibyte string.
12245 (rfc2104-hash): Use it.
12246
12247 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
12248
12249 * gnus-art.el (gnus-article-toggle-truncate-lines):
12250 Don't use `iff' in docstring.
12251
12252 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
12253
12254 * gnus-registry.el: Adjusted copyright dates and added a keyword.
12255
12256 * gnus-util.el (gnus-extract-address-component-name)
12257 (gnus-extract-address-component-email): Convenience functions around
12258 `gnus-extract-address-components'.
12259
12260 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12261 Use `gnus-extract-address-component-email' to fix bug of comparing full
12262 sender name to `user-mail-address'.
12263
12264 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
12265
12266 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12267 catch/throw to optimize.
12268 (gnus-registry-find-keywords): Just use member to find a keyword.
12269
12270 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12271
12272 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12273 is current before calling gnus-server-prepare.
12274 (gnus-server-setup-buffer, gnus-server-update-server)
12275 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12276
12277 2008-05-04 Juri Linkov <juri@jurta.org>
12278
12279 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12280 (mailcap-file-default-commands): Use mailcap-replace-in-string
12281 instead of replace-regexp-in-string, and mailcap-delete-duplicates
12282 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
12283
12284 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
12285
12286 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12287
12288 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12289
12290 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12291 hooks.
12292 (gnus-update-read-articles): Speed up non-marks-using users.
12293 (gnus-use-marks): Define gnus-use-marks.
12294 (gnus-propagate-marks): Rename variable to something more sensible.
12295
12296 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
12297
12298 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12299 (gmm-image-load-path-for-library): Fix typos in docstrings.
12300 (gmm-message): Reflow docstring.
12301
12302 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
12303
12304 * mail-source.el (mail-source-set-1, mail-source-bind):
12305 Move auth-source code out of the macro to clean it up and fix bugs.
12306
12307 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
12308
12309 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12310 by sender if it's equal to user-mail-address, it's likely to be
12311 useless.
12312
12313 * mail-source.el (mail-source-bind): Don't use user or password if they
12314 are not bound. Unintern them if they are nil. Don't use server unless
12315 it's bound, and default it to empty string otherwise.
12316
12317 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
12318
12319 * mail-source.el: Load auth-source.el.
12320 (mail-source-bind): Add comments. Call auth-source-user-or-password to
12321 get user name or password, if auth-sources is set up.
12322
12323 * gnus-registry.el (gnus-registry-split-strategy): New variable for
12324 strategy of splitting with parent.
12325 (gnus-registry-split-fancy-with-parent)
12326 (gnus-registry-post-process-groups): Use it and fix prior
12327 bug (returning a list as the split result).
12328
12329 * auth-source.el (auth-sources): Remove server parameter.
12330 (auth-source-pick, auth-source-user-or-password)
12331 (auth-source-user-or-password-imap)
12332 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12333 (auth-source-user-or-password-sftp)
12334 (auth-source-user-or-password-smtp): Remove server parameter.
12335
12336 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
12337
12338 * smime.el (smime-sign-region, smime-encrypt-region)
12339 (smime-decrypt-region):
12340 Remove redundant calls to `generate-new-buffer-name'.
12341
12342 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
12343
12344 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12345 Don't use QP for message/rfc822.
12346 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12347
12348 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12349
12350 * sieve-manage.el (sieve-string-bytes): Remove.
12351 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12352 correct byte-length only if the process's coding-system is the same as
12353 the one used internally by Emacs to represent strings.
12354
12355 2008-04-22 Juri Linkov <juri@jurta.org>
12356
12357 * mailcap.el (mailcap-file-default-commands): New function.
12358
12359 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
12360
12361 * message.el (message-signature-separator, message-cite-function):
12362 Change custom version.
12363
12364 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
12365
12366 * mm-decode.el (mm-display-external): Make temp file read-only.
12367
12368 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12369
12370 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12371 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
12372 `C-c C-f d'.
12373
12374 2008-04-12 Adrian Aichner <adrian@xemacs.org>
12375
12376 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12377
12378 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
12379
12380 * auth-source.el: Add docs.
12381 (auth-sources): Modify format to support server.
12382 (auth-source-pick, auth-source-user-or-password)
12383 (auth-source-user-or-password-imap)
12384 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12385 (auth-source-user-or-password-sftp)
12386 (auth-source-user-or-password-smtp): Add server parameter.
12387
12388 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
12389
12390 * gnus-registry.el: Initialize the registry when gnus-registry-install
12391 is t.
12392
12393 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
12394
12395 * compface.el (uncompface): Make buffer unibyte.
12396
12397 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
12398
12399 * mail-source.el (mail-source-value):
12400 Prefer fboundp to functionp so it works with macros as well.
12401
12402 2008-04-05 Glenn Morris <rgm@gnu.org>
12403
12404 * gnus-ems.el (mm-disable-multibyte): Autoload it.
12405
12406 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12407
12408 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12409 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12410
12411 * nnheader.el (nnheader-init-server-buffer): Change buffer's
12412 multibyteness after rather than before erasing it.
12413
12414 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12415 mm-with-multibyte.
12416 (gnus-request-article-this-buffer): Make sure the proper decoding is
12417 used if gnus-original-article-buffer happens to be unibyte.
12418
12419 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12420 default-enable-multibyte-characters.
12421
12422 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12423 default-enable-multibyte-characters.
12424
12425 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12426
12427 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12428
12429 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12430
12431 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12432 Fix last change in case the element is not even a symbol.
12433
12434 2008-04-02 Simon Josefsson <simon@josefsson.org>
12435
12436 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12437 imap-enable-exchange-bug-workaround.
12438 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12439
12440 2008-04-01 Simon Josefsson <simon@josefsson.org>
12441
12442 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12443 a 100 byte status-checks into a 2-3MB transfer for each group.
12444 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12445 to enable bug workaround or not.
12446 (nnimap-find-minmax-uid): Only enable workaround conditionally.
12447
12448 2008-03-31 Glenn Morris <rgm@gnu.org>
12449
12450 * message.el (mml2015-use): Declare for compiler.
12451 (message-info): Require mml2015 when appropriate.
12452
12453 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12454
12455 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12456 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12457 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12458 (nntp-service-to-port): New function.
12459 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12460 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12461 (nntp-open-netcat-stream): New function.
12462 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12463
12464 2008-03-29 Sven Joachim <svenjoac@gmx.de>
12465
12466 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12467
12468 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12469
12470 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12471
12472 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
12473
12474 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12475
12476 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
12477
12478 * message.el (message-signature-separator): Change default.
12479 Improve custom type.
12480 (message-cite-function): Change default to
12481 message-cite-original-without-signature.
12482
12483 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12484 toggle.
12485
12486 * message.el (message-check-news-body-syntax): Fix signature check.
12487 (message-setup-1): Mark buffer as unmodified _after_ running
12488 message-setup-hook and handling message-alternative-emails.
12489 (message-shorten-references): Be more strict when building list of
12490 valid references to comply with GNKSA.
12491
12492 * gnus-group.el (gnus-read-ephemeral-bug-group)
12493 (gnus-read-ephemeral-debian-bug-group)
12494 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12495
12496 * message.el (message-info): Don't use booleanp which isn't supported
12497 in Emacs 21 and XEmacs.
12498
12499 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
12500
12501 * gnus-group.el (gnus-gmane-group-download-format): Rename from
12502 gnus-group-gmane-group-download-format.
12503 (gnus-group-read-ephemeral-gmane-group): Rename from
12504 gnus-group-read-ephemeral-gmane-group.
12505 (gnus-read-ephemeral-gmane-group-url): Rename from
12506 gnus-group-read-ephemeral-gmane-group-url.
12507 (gnus-bug-group-download-format-alist): New variable.
12508 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12509 (gnus-read-ephemeral-emacs-bug-group): New commands.
12510
12511 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12512
12513 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12514 (gnus-visible-headers): Improve custom type.
12515
12516 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
12517
12518 * mml.el (mml-menu): Add workarounds for XEmacs.
12519
12520 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12521 X-Boundary header.
12522
12523 * message.el (message-simplify-recipients): Fix previous commit.
12524
12525 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12526
12527 * mm-util.el (mm-set-buffer-multibyte): New function.
12528 * mm-decode.el (mm-copy-to-buffer): Use it.
12529
12530 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12531 Prefer fboundp to functionp so it works with macros as well.
12532
12533 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
12534
12535 * message.el (message-alter-recipients-discard-bogus-full-name):
12536 New function.
12537 (message-alter-recipients-function): New variable.
12538 (message-get-reply-headers): Use it.
12539 (message-replace-header): New helper function.
12540 (message-recipients-without-full-name): New variable.
12541 (message-simplify-recipients): New command.
12542
12543 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12544
12545 * message.el (message-info): Handle EasyPG manual.
12546
12547 * mml.el (mml-menu): Add entry for EasyPG.
12548
12549 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
12550
12551 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12552 parameter.
12553
12554 * message.el (message-disassociate-draft): Specify drafts group name
12555 fully.
12556
12557 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
12558
12559 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12560 Eliminate unnecessary duplicates from the match list.
12561
12562 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
12563
12564 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12565 args of `how-many' of which the XEmacs version doesn't take; declare
12566 Info-index-next as function.
12567
12568 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12569
12570 * gnus-score.el (gnus-score-headers): Fix handling of
12571 gnus-inhibit-slow-scoring.
12572
12573 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12574 string.
12575 (gnus-button-url-regexp): Improve handling of parenthesis.
12576 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12577 (gnus-button-handle-info-keystrokes): Handle index entries.
12578
12579 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
12580
12581 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12582 Incoming* files.
12583
12584 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12585
12586 * auth-source.el (auth-sources): Rename from auth-source-choices.
12587 (auth-source-pick): Use it.
12588
12589 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
12590
12591 * auth-source.el (auth-source-protocols)
12592 (auth-source-protocols-customize, auth-source-choices): Add and
12593 modified variable customizations and defaults.
12594 (auth-source-pick, auth-source-user-or-password)
12595 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12596 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12597 (auth-source-user-or-password-sftp)
12598 (auth-source-user-or-password-smtp): Use new variables and provide an
12599 interface to netrc.el.
12600
12601 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
12602
12603 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12604 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12605 Make sure the nntp port to specify is a string.
12606
12607 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12608
12609 * nntp.el: Use with-current-buffer.
12610 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12611 dubious mm-with-unibyte-current-buffer.
12612 (nntp-with-open-group-function): New function extracted from
12613 nntp-with-open-group macro.
12614 (nntp-with-open-group): Use the function, so it's easier to debug.
12615 Add indentation and debugging info.
12616 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12617 Recommend the use of the netcat alternatives.
12618
12619 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12620 Avoid mm-string-as-multibyte as well.
12621
12622 * nnweb.el (nnweb-insert-html):
12623 Remove use of nnheader-string-as-multibyte.
12624
12625 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12626 (nnheader-string-as-multibyte): Remove.
12627
12628 * mm-view.el: Use inhibit-read-only.
12629 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12630 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12631 or unibyte-string.
12632
12633 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12634 (mm-uu-yenc-extract): Use with-current-buffer.
12635
12636 * gnus-soup.el (gnus-soup-send-packet): Don't use
12637 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12638
12639 * nnmh.el: Use with-current-buffer.
12640 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12641 mm-string-as-multibyte on the output of mm-encode-coding-string.
12642
12643 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12644 (nnimap-request-move-article): Use with-current-buffer.
12645
12646 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12647 inserting the handle-buffer's text, so the implicit multibyte->unibyte
12648 conversion uses string-make-unibyte rather than string-as-unibyte.
12649
12650 * gnus-msg.el: Use with-current-buffer.
12651
12652 * message.el (message-ignored-resent-headers): Add "Delivered-To".
12653
12654 2008-03-10 Daiki Ueno <ueno@unixuser.org>
12655
12656 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12657 string for caching if it is 'PIN.
12658
12659 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
12660
12661 * mail-source.el (mail-source-delete-old-incoming-confirm):
12662 Change default to nil.
12663 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12664
12665 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
12666
12667 * gnus-art.el (gnus-narrow-to-page): Position point properly.
12668 (gnus-article-goto-prev-page): Work for articles having ^L's.
12669
12670 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12671
12672 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12673
12674 2008-03-07 Karl Fogel <kfogel@red-bean.com>
12675
12676 * gnus-bookmark.el: Adjust for renames in bookmark.el.
12677 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12678 (gnus-bookmark-jump): Adjust some variable names.
12679
12680 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
12681
12682 * auth-source.el: New package.
12683 (auth-source-choices): Add customization entry point variable.
12684
12685 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12686 bug.
12687
12688 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
12689
12690 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12691 (gnus-registry-initialize, gnus-registry-install-p): Use it.
12692 (gnus-registry-install-shortcuts): Rename from
12693 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
12694 the `gnus-registry-mark-map' keymap dynamically from
12695 `gnus-registry-marks'. The generated functions update the summary line
12696 when a registry mark is added or deleted, and will call
12697 `gnus-registry-install-p' (see the comments in the code).
12698 (gnus-registry-user-format-function-M): Use concat intelligently.
12699
12700 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12701 the registry mark functions.
12702
12703 2008-03-05 Glenn Morris <rgm@gnu.org>
12704
12705 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12706 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12707 gnus-art.
12708 (top-level): No need to load own source when compiling.
12709
12710 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
12711
12712 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12713 Suggested by <chris.anderton@zetnet.co.uk>.
12714
12715 2008-03-04 Glenn Morris <rgm@gnu.org>
12716
12717 * gnus-sum.el (top-level): No need to require gnus when compiling,
12718 since unconditionally required near start of file.
12719 (gnus-summary-display-while-building): Move definition before use.
12720
12721 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
12722
12723 * gnus-registry.el (gnus-registry-user-format-function-M):
12724 Add formatting function.
12725
12726 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
12727
12728 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12729 with plists.
12730 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12731 Use new format.
12732
12733 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12734
12735 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12736 `where-is-internal' that returns a range of key sequences.
12737
12738 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
12739
12740 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12741
12742 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12743 (gnus-summary-jump-to-group): Consider windows on other displayed
12744 frames as well. Similar changes might be needed elsewhere, but that's
12745 the one I've bumped into during my use.
12746
12747 * nndoc.el (nndoc-oe-dbx-type-p):
12748 * gnus-msg.el (gnus-debug):
12749 * gnus-group.el (gnus-update-group-mark-positions):
12750 Use mm-string-to-multibyte.
12751
12752 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
12753
12754 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12755 doesn't handle NotDashEscaped.
12756
12757 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
12758 (mml-dnd-attach-options): Fix typo in custom choice.
12759
12760 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12761 Change nndoc-article-type to mbox.
12762 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12763
12764 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
12765 to nil, instead of html2text.
12766
12767 * imap.el (imap-debug): Add `imap-ping-server'.
12768
12769 * gnus-bookmark.el: Add FIXMEs.
12770
12771 * message.el (message-form-letter-separator)
12772 (message-send-form-letter-delay): New variables.
12773 (message-send-form-letter): Use them. New command to send form
12774 letters. Requested by Uwe Siart.
12775 (message-send-mail-function): Doc fix. Add "Other" custom option.
12776
12777 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
12778
12779 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12780 empty author.
12781
12782 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
12783
12784 * gnus-registry.el (gnus-registry-marks): Add variable for
12785 customization of marks and their appearance.
12786 (gnus-registry-read-mark): Use it.
12787 (gnus-registry-do-marks): Add utility function to loop through
12788 `gnus-registry-marks'.
12789 (gnus-registry-install-shortcuts-and-menus): Add function to install
12790 shortcuts and menus.
12791 (gnus-registry-initialize): Use it.
12792 (gnus-registry-default-mark): Clarify documentation.
12793
12794 2008-02-29 Glenn Morris <rgm@gnu.org>
12795
12796 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12797 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12798 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12799 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12800 Change defcustom :version from 23.0 to 23.1.
12801
12802 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
12803
12804 * gnus-registry.el (gnus-registry-follow-group-p)
12805 (gnus-registry-post-process-groups): Add functions to aid registry
12806 splitting and improve logging. Clarify behavior in function
12807 documentation.
12808 (gnus-registry-split-fancy-with-parent): Use them.
12809
12810 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
12811
12812 * gnus-art.el: Use with-current-buffer.
12813
12814 2008-02-27 David Engster <dengste@eml.cc>
12815
12816 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12817 Express real group name in the response.
12818
12819 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
12820
12821 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12822 (nnmairix-last-server, nnmairix-current-server): Defvar them.
12823 (nnmairix-goto-original-article): Defvar gnus-registry-install and
12824 autoload gnus-registry-fetch-group when compiling.
12825 (nnmairix-request-group-with-article-number-correction):
12826 Remove unreferenced argument passed to nnmairix-call-backend.
12827
12828 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
12829
12830 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12831 (mm-uu-extract): Improve face for low color ttys.
12832 Reported by Sascha Wilde.
12833
12834 2008-02-27 Glenn Morris <rgm@gnu.org>
12835
12836 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12837 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12838 variables to defconsts. Convert comments to doc-strings.
12839 (nnmairix-last-server, nnmairix-current-server): Convert from free
12840 variables to defvars. Convert comments to doc-strings.
12841 (gnus-registry-fetch-group): Autoload.
12842 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12843 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12844 (nnmairix-widget-build-editable-fields): Use car cddr rather than
12845 caddr.
12846 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12847 nnmairix-request-group-with-article-number-correction call.
12848 (nnmairix-fast, nnmairix-group): New, less general names, for free
12849 variables passed from nnmairix-request-group to
12850 nnmairix-request-group-with-article-number-correction. Declare.
12851 (nnmairix-request-group-with-article-number-correction):
12852 Use nnmairix-fast, nnmairix-group rather than fast, group.
12853
12854 2008-02-26 David Engster <dengste@eml.cc>
12855
12856 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
12857 version 0.5.
12858
12859 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
12860
12861 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12862 instead of making an extra function call. Don't add the current group
12863 to articles only when they have the group. Use
12864 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12865 Reported by David <de_bb@arcor.de>.
12866
12867 2008-02-24 Miles Bader <miles@gnu.org>
12868
12869 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12870 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12871 (mm-find-mime-charset-region):
12872 * mm-bodies.el (mm-encode-body):
12873 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12874
12875 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
12876
12877 * mail-source.el (mail-source-delete-incoming): Change default.
12878 Supplement doc string.
12879
12880 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12881
12882 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
12883
12884 * nnmail.el (nnmail-message-id-cache-file): Derive from
12885 `gnus-home-directory'.
12886
12887 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
12888
12889 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12890 Document negative prefix.
12891
12892 * gnus-group.el (gnus-group-read-group): Document negative prefix.
12893
12894 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12895
12896 * message.el (message-unsent-separator): Add the Exim bounce
12897 separator.
12898
12899 2008-02-10 Daiki Ueno <ueno@unixuser.org>
12900
12901 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12902 list.
12903 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12904 recipient/signer list.
12905
12906 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
12907
12908 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12909 fbound (Emacs 23 unicode), signal an error.
12910
12911 2008-02-08 Glenn Morris <rgm@gnu.org>
12912
12913 * gnus-art.el (pgg-display-output-buffer): Declare as function.
12914
12915 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
12916
12917 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12918 ports to the calls to `netrc-machine-user-or-password' in addition to
12919 "imap" and "imaps".
12920
12921 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
12922
12923 * gnus.el (gnus-group-startup-message): Add `find-image' call before
12924 image-load-path is let-bound. Reported by Harald Hanche-Olsen
12925 <hanche@math.ntnu.no>.
12926
12927 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
12928
12929 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12930
12931 2008-02-01 Zhang Wei <id.brep@gmail.com>
12932
12933 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12934
12935 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12936
12937 2008-02-01 Miles Bader <miles@gnu.org>
12938
12939 * mml.el (mml-parse-1): Remove apparently vestigial use of
12940 `mm-hack-charsets'.
12941 * mm-bodies.el (mm-encode-body): Likewise.
12942
12943 2008-02-01 Kenichi Handa <handa@m17n.org>
12944
12945 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12946 rfc2104-hexstring-to-bitstring and changed to return a byte list.
12947 (rfc2104-hash): Convert the result of concat to unibyte string.
12948
12949 2008-02-01 Dave Love <fx@gnu.org>
12950
12951 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12952 coding-system-for-read.
12953 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12954
12955 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12956 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
12957 (mm-find-mime-charset-region): Remove hack-charsets stuff.
12958
12959 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
12960
12961 * mail-source.el (mail-sources): Add `group' choice.
12962
12963 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12964 parameter `in-group' to control into which group the articles go.
12965 Add treatment of `group' mail-source.
12966
12967 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
12968
12969 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12970 * message.el (message-beginning-of-line): Use featurep instead of bound
12971 tests in order to resolve conditionals at compile time.
12972
12973 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12974
12975 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12976
12977 * mm-decode.el (mm-dissect-buffer): Decode description.
12978
12979 * mml.el (mml-to-mime): Encode message header first.
12980
12981 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
12982
12983 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12984 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12985
12986 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
12987
12988 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12989
12990 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
12991
12992 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12993 prefix keys.
12994 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12995 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12996 gnus-xmas.el.
12997
12998 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12999
13000 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13001 Add new variables for article mark management.
13002 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13003 list of extra data entries which, when present, will indicate that the
13004 article ID should not be trimmed from the registry.
13005 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13006 functions.
13007 (gnus-registry-read-mark): New function to read a mark name from the
13008 user.
13009 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13010 (gnus-registry-set-article-mark-internal): New functions to add and
13011 remove marks.
13012 (gnus-registry-get-article-marks): New function to show the marks for
13013 an article, or retrieve them for further use.
13014
13015 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13016
13017 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13018 keys when no argument is given.
13019
13020 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13021
13022 * gnus-sum.el (gnus-article-sort-by-random)
13023 (gnus-thread-sort-by-random): Fix doc strings.
13024 Reported by jidanni@jidanni.org.
13025
13026 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
13027
13028 * gnus-art.el (gnus-article-describe-bindings): New function.
13029 (gnus-article-read-summary-keys): Use it.
13030 (gnus-article-mode-map): Bind `C-h b' to it.
13031
13032 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13033
13034 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13035 XEmacs.
13036 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13037 Protect against non-character events.
13038
13039 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
13040
13041 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13042 New command.
13043 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13044 instead of END. Change name of the temp file.
13045 (gnus-group-gmane-group-download-format): Add doc string. Make it
13046 customizable.
13047
13048 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
13049
13050 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13051 bind `S W' to gnus-article-wide-reply-with-original; set default
13052 binding to gnus-article-read-summary-send-keys.
13053 (gnus-article-read-summary-keys): Fix the order of keys; display
13054 continuation keys correctly in the echo area; describe bindings
13055 correctly when keys end with `C-h'.
13056 (gnus-article-read-summary-send-keys): New function.
13057 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13058 Work for gnus-article-read-summary-send-keys; display continuation keys
13059 correctly in the echo area.
13060 (gnus-article-reply-with-original): Ignore prefix argument.
13061 (gnus-article-wide-reply-with-original): New function.
13062
13063 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
13064
13065 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13066 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13067
13068 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
13069
13070 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13071 (gnus-group-read-ephemeral-gmane-group): New command.
13072
13073 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13074
13075 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13076
13077 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
13078
13079 * message.el (message-send-mail-function): Increase custom version.
13080
13081 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13082 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
13083
13084 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
13085
13086 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13087 html parts correctly; support forwarded messages.
13088 (gnus-article-browse-html-article): Remove work buffers.
13089
13090 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13091 compiling.
13092 (netrc-bound-and-true-p): New macro.
13093 (netrc-parse): Use it instead of bound-and-true-p that is not available
13094 in XEmacs 21.4.
13095
13096 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
13097
13098 * gnus-registry.el (gnus-registry-mark-article)
13099 (gnus-registry-article-marks): Add functionality to mark articles
13100 through the Gnus registry.
13101
13102 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13103 (netrc-parse): Use encrypt-file-alist to determine if
13104 encrypt-find-model or encrypt-insert-file-contents should be used.
13105
13106 2007-12-19 Glenn Morris <rgm@gnu.org>
13107
13108 * mml.el (message-options-set, message-narrow-to-head)
13109 (message-in-body-p, message-mail-p, message-encode-message-body):
13110 Autoload.
13111 (message-remove-header, message-narrow-to-headers-or-head)
13112 (message-subscribed-p, message-make-mail-followup-to)
13113 (message-position-on-field, message-news-p)
13114 (message-options-set-recipient, message-generate-headers)
13115 (message-sort-headers): Declare as functions.
13116
13117 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13118
13119 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13120 convention in doc string.
13121
13122 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13123
13124 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13125 title to html parts.
13126 (gnus-article-browse-html-article): Pass message header to it.
13127
13128 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13129
13130 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
13131
13132 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13133 or password compatible with XEmacs.
13134
13135 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13136
13137 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13138 format document.
13139 (gnus-mime-delete-part): Don't write description line if empty.
13140 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13141
13142 2007-12-14 Johan Bockgård <bojohan@gnu.org>
13143
13144 * gnus-sum.el (gnus-summary-mark-unread-as-read)
13145 (gnus-summary-mark-read-and-unread-as-read)
13146 (gnus-summary-mark-current-read-and-unread-as-read)
13147 (gnus-summary-mark-unread-as-ticked): Doc fix.
13148 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13149
13150 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13151
13152 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13153 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13154
13155 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13156
13157 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13158 yes-or-no-p.
13159
13160 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
13161
13162 * mm-decode.el (mm-add-meta-html-tag): New function.
13163 (mm-save-part-to-file, mm-pipe-part): Use it.
13164
13165 * gnus-art.el (gnus-article-browse-delete-temp-files):
13166 Use gnus-y-or-n-p instead of y-or-n-p.
13167 (gnus-article-browse-html-parts): Work with message/external-body; use
13168 mm-add-meta-html-tag.
13169
13170 2007-12-11 Glenn Morris <rgm@gnu.org>
13171
13172 * gnus-cache.el: Require gnus-sum not just when compiling.
13173
13174 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13175
13176 * gnus-int.el (gnus-server-opened, gnus-status-message):
13177 Move definitions before use.
13178
13179 * mm-decode.el: Require gnus-util.
13180 (mm-remove-part): Only call delete-annotation on XEmacs.
13181
13182 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13183
13184 * nnmail.el: Require gnus-int.
13185
13186 * spam.el: Move `require's before `eval-when-compile's.
13187
13188 * gnus-ems.el (gnus-alive-p):
13189 * gnus-fun.el (message-goto-eoh):
13190 * gnus-util.el (gnus-group-name-decode):
13191 * mail-source.el (gnus-compress-sequence):
13192 * message.el (Info-goto-node, format-spec):
13193 * mm-bodies.el (message-options-get):
13194 * mm-decode.el (mm-view-pkcs7):
13195 * mm-util.el (gmm-write-region):
13196 * mml-smime.el (mml-compute-boundary)
13197 (gnus-completing-read-with-default):
13198 * mml.el (widget-button-press, gnus-make-hashtable):
13199 * mml1991.el (mm-decode-content-transfer-encoding)
13200 (mm-encode-content-transfer-encoding)
13201 (message-options-get, message-options-set):
13202 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13203 * nnfolder.el (gnus-request-group):
13204 * nnheader.el (ietf-drums-unfold-fws):
13205 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13206 * smime.el (gnus-run-mode-hooks):
13207 * spam-stat.el (gnus-message): Autoload.
13208
13209 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13210 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13211 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13212 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13213 Add declare-function compatibility definition.
13214
13215 * gnus-cache.el (nnvirtual-find-group-art):
13216 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13217 (gnus-add-image, gnus-add-wash-type):
13218 * gnus-group.el (nnkiboze-score-file):
13219 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13220 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13221 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13222 (message-tokenize-header, gnus-get-buffer-create)
13223 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13224 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13225 * gnus.el (gnus-group-decoded-name):
13226 * mail-source.el (imap-capability):
13227 * mm-bodies.el (message-options-set):
13228 * mm-decode.el (gnus-configure-windows):
13229 * mm-extern.el (message-goto-body):
13230 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13231 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13232 (epg-sub-key-validity, message-options-set):
13233 * mml.el (widget-event-point, gnus-configure-windows):
13234 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13235 * mml2015.el (epg-check-configuration, epg-configuration)
13236 (message-options-set):
13237 * nndb.el (nndb-request-article):
13238 * nnfolder.el (gnus-request-create-group):
13239 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13240 * nnmaildir.el (gnus-group-mark-article-read):
13241 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13242 * rfc1843.el (message-fetch-field):
13243 * spam.el (gnus-extract-address-components):
13244 Declare as functions.
13245
13246 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
13247
13248 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13249
13250 2007-12-09 Glenn Morris <rgm@gnu.org>
13251
13252 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13253
13254 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13255 * message.el, mm-view.el, sieve-manage.el, smime.el:
13256 Add declare-function compatibility definition.
13257
13258 * gnus-art.el (w3-region, w3m-region, Info-menu):
13259 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13260 * gnus-sum.el (gnus-get-predicate):
13261 * gnus-util.el (mm-append-to-file, w32-focus-frame):
13262 * message.el (mail-abbrev-in-expansion-header-p):
13263 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13264 (w3m-detect-meta-charset, w3m-region):
13265 * sieve-manage.el (password-read, password-cache-add)
13266 (password-cache-remove):
13267 * smime.el (password-read-and-add): Declare as functions.
13268
13269 2007-12-08 David Kastrup <dak@gnu.org>
13270
13271 * gnus-sum.el (gnus-summary-simplify-subject-query):
13272 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13273 `message'.
13274
13275 2007-12-07 Glenn Morris <rgm@gnu.org>
13276
13277 * gnus-art.el (article-make-date-line): Revert previous change.
13278
13279 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13280
13281 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13282
13283 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
13284
13285 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13286 Call gnus-add-to-range ranges only once with a prepared article-list.
13287
13288 2007-12-06 Paul Jarc <prj@po.cwru.edu>
13289
13290 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13291 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13292 group names with backslashes.
13293 Reported by Tassilo Horn <tassilo@member.fsf.org>.
13294
13295 2007-12-06 Deepak Goel <deego3@gmail.com>
13296
13297 * gnus-art.el (article-make-date-line):
13298 * gnus-start.el (gnus-load):
13299 * pop3.el (pop3-read-response): Fix buggy call to `error'.
13300
13301 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13302
13303 * gnus-art.el (gnus-use-idna):
13304 * gnus-start.el (gnus-site-init-file):
13305 * message.el (message-use-idna):
13306 * mm-uu.el (mm-uu-hide-markers):
13307 * smiley.el (smiley-style): Revert changes that suppress warnings.
13308
13309 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13310
13311 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13312 specify charset to html source.
13313 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13314
13315 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13316
13317 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13318 idna-program in order to suppress byte compile warning issued by XEmacs
13319 that came to byte compile the default value section of defcustom forms
13320 recently.
13321
13322 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13323 value of installation-directory.
13324
13325 * message.el (message-use-idna): Don't directly refer to the value of
13326 idna-program.
13327
13328 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13329
13330 * smiley.el (smiley-style): Don't directly call face-attribute.
13331
13332 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
13333
13334 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13335
13336 * gnus-dired.el: Reduce Gnus dependencies.
13337 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13338 Don't require. Use autoloads instead.
13339 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13340 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13341 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13342 (gnus-dired-mode): Adjust doc string.
13343 (gnus-dired-mail-mode): New variable.
13344 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13345 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13346 (gnus-dired-mail-buffers): New function. Return mail or message
13347 composition buffers.
13348 (gnus-dired-attach): Use it.
13349 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13350 NO-DECODE.
13351 (gnus-dired-print): Use `gnus-print-buffer' depending on
13352 `gnus-dired-mail-mode'.
13353
13354 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
13355
13356 * rfc2047.el (rfc2047-encoded-word-regexp)
13357 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13358 explaining what regexp patterns are for.
13359
13360 2007-12-04 Glenn Morris <rgm@gnu.org>
13361
13362 * password.el: Move to ../password-cache.el.
13363
13364 * mml1991.el (password-read, password-cache-add, password-cache-remove):
13365 * mml2015.el (password-read, password-cache-add, password-cache-remove):
13366 * mml-smime.el (password-read, password-cache-add)
13367 (password-cache-remove):
13368 No need to autoload, since mml-sec requires password.
13369
13370 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13371 * message.el (gnus-extract-address-components):
13372 * mml-smime.el (gnus-extract-address-components): Define for compiler.
13373
13374 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13375 password.
13376
13377 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
13378
13379 * mailcap.el: Reduce dependencies.
13380 (mail-header-parse-content-type): Autoload.
13381 (mailcap-delete-duplicates): New alias.
13382 (mailcap-mime-info): Add optional argument NO-DECODE.
13383 (mailcap-mime-types): Use mailcap-delete-duplicates.
13384
13385 * message.el (message-ignored-supersedes-headers): Add "X-ID".
13386
13387 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13388
13389 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13390 function.
13391
13392 * gnus-uu.el (gnus-uu-decode-yenc): New command.
13393 (gnus-uu-yenc-article): New function.
13394
13395 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13396
13397 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13398
13399 2007-12-02 Glenn Morris <rgm@gnu.org>
13400
13401 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
13402 Move to ../net.
13403
13404 * binhex.el, uudecode.el: Move to ../mail.
13405
13406 * encrypt.el: Remove file.
13407
13408 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
13409
13410 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13411 matches on patches.
13412
13413 * gnus-art.el (gnus-article-browse-html-article):
13414 Mention `mm-text-html-renderer' in the doc string.
13415
13416 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13417 string. Add comments.
13418
13419 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13420 if rhs is ASCII.
13421
13422 2007-12-01 Glenn Morris <rgm@gnu.org>
13423
13424 * dig.el, dns.el: Move to ../net.
13425 * format-spec.el, hex-util.el, sha1.el: Move to ../.
13426
13427 * mail-source.el (top-level): Require format-spec before
13428 eval-when-compile.
13429
13430 2007-11-30 Glenn Morris <rgm@gnu.org>
13431
13432 * encrypt.el: Require password, rather than autoloading password-read.
13433
13434 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
13435
13436 * gnus.el (gnus-method-to-server): Add an optional parameter so the
13437 caller can indicate whether the cache should be disregarded for this
13438 call. This way the result of the call is reproducible at all times and
13439 can be considered a canonical server name for the supplied method.
13440 (gnus-agent-method-p): Canonicalize server names by pushing their
13441 method through `gnus-method-to-server' using the no-cache argument.
13442
13443 * gnus-srvr.el (gnus-server-insert-server-line):
13444 Call `gnus-method-to-server' with `no-cache' argument.
13445
13446 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13447 gnus-agent-possibly-synchronize-flags as this should be called when the
13448 server is actually being opened.
13449 (gnus-agent-possibly-synchronize-flags)
13450 (gnus-agent-possibly-synchronize-flags-server): Move check for the
13451 flags file of an agentized server to the latter function.
13452
13453 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13454 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13455 after a connection has been established successfully.
13456
13457 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
13458
13459 * gnus-art.el (article-display-face): Force to display face if called
13460 interactively; check if gnus-article-x-face-too-ugly matches author.
13461 (article-display-x-face): Display face even if From header is missing
13462 as article-display-face does.
13463
13464 2007-11-28 Richard Stallman <rms@gnu.org>
13465
13466 * md4.el: Move to ../.
13467 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
13468
13469 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
13470
13471 * mail-source.el (mail-sources): Default to fetch from file for
13472 compatibility with default of nnmail-spool-file.
13473
13474 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
13475
13476 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13477 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13478 to look for encoded word that should be encoded again.
13479 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13480 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13481 encoding pattern.
13482 (rfc2047-decode-region): Switch strict regexp and loose one according
13483 to rfc2047-allow-irregular-q-encoded-words.
13484
13485 2007-11-26 Simon Josefsson <simon@josefsson.org>
13486
13487 * imap.el: Move to ../net directory.
13488
13489 2007-11-25 Romain Francoise <romain@orebokech.com>
13490
13491 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13492
13493 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13494
13495 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13496 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13497
13498 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13499 `nnmail-spool-file'.
13500
13501 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13502 `nnmail-spool-file'.
13503
13504 * gnus-move.el (gnus-change-server): Ditto.
13505
13506 * gnus-kill.el (gnus-batch-score): Ditto.
13507
13508 * gnus-cache.el (gnus-jog-cache): Ditto.
13509
13510 * gnus-msg.el (gnus-summary-reply):
13511 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13512
13513 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13514
13515 * gnus-cache.el (gnus-cache-generate-nov-databases):
13516 Use nnml-generate-nov-databases-directory instead of
13517 nnml-generate-nov-databases-1.
13518
13519 2007-11-24 Glenn Morris <rgm@gnu.org>
13520
13521 * message.el (message-tool-bar-retro): Update for rename
13522 mail_send.xpm->mail-send.xpm.
13523
13524 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13525
13526 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13527 `smime-ldap-search' for Emacs 22 and up.
13528
13529 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13530
13531 * hashcash.el: Move to ../mail directory.
13532
13533 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
13534
13535 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13536 `smime-ldap-search' for Emacs 22 and up.
13537
13538 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13539
13540 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13541
13542 * message.el (message-send-mail-function): Fix error convention.
13543 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13544 (message-widen-reply, message-send-mail, message-talkative-question)
13545 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13546 (message-clone-locals, message-send-news): Use with-current-buffer.
13547 (message-insert-or-toggle-importance): Remove unused var `valid'.
13548 (message-make-references): Remove unused var `new-references'.
13549 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13550
13551 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
13552
13553 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13554 (spam-split-symbolic-return-positive): Reflow docstring.
13555 (spam-backends, spam-summary-exit-behavior)
13556 (spam-mark-ham-unread-before-move-from-spam-group)
13557 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13558 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13559 (spam-clear-cache, spam-backend-check, spam-install-backend)
13560 (spam-install-statistical-backend, spam-list-of-processors)
13561 (spam-group-processor-p, spam-split, spam-bogofilter-score)
13562 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13563 (spam-check-crm114, spam-initialize, spam-unload-hook):
13564 Fix typos in docstrings.
13565
13566 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
13567
13568 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13569 been checked if they have never been read and those group levels are
13570 higher than the one that a user specified.
13571
13572 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
13573
13574 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13575 foreign groups unless a group level is specified by a user.
13576 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13577
13578 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
13579
13580 * message.el (message-send-mail-function): Require sendmail.
13581
13582 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
13583
13584 * message.el (message-send-mail-function): Check for smtpmail too.
13585
13586 * utf7.el (utf7-encode, utf7-decode): Use coding system
13587 `utf-7'/`utf-7-imap' from utf-7.el' if available.
13588
13589 * message.el (message-send-mail-function): New function.
13590 (message-send-mail-function): Set default using
13591 message-send-mail-function. Adjust doc string.
13592 (message-send-mail-with-mailclient): New function.
13593
13594 2007-11-17 Richard Stallman <rms@gnu.org>
13595
13596 * assistant.el: Remove file.
13597
13598 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13599
13600 * smime.el (from):
13601 * rfc2047.el (message-posting-charset):
13602 * qp.el (mm-use-ultra-safe-encoding):
13603 * pop3.el (parse-time-months):
13604 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13605 * nnml.el (files):
13606 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13607 (jka-compr-compression-info-list, ange-ftp-path-format)
13608 (efs-path-regexp):
13609 * nndiary.el (files):
13610 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13611 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13612 (epg-digest-algorithm-alist, inhibit-redisplay)
13613 (password-cache-expiry):
13614 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13615 (pgg-output-buffer, password-cache-expiry):
13616 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13617 (efs-path-regexp):
13618 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13619 (inhibit-redisplay):
13620 * mm-uu.el (file-name, start-point, end-point, entry)
13621 (gnus-newsgroup-name, gnus-newsgroup-charset):
13622 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13623 (latin-unity-ucs-list):
13624 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13625 (mm-uu-binhex-decode-function):
13626 * message.el (gnus-message-group-art, gnus-list-identifiers)
13627 (rmail-enable-mime-composing, gnus-local-organization)
13628 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13629 (gnus-read-active-file, facemenu-add-face-function)
13630 (facemenu-remove-face-function, gnus-article-decoded-p)
13631 (tool-bar-mode):
13632 * mail-source.el (display-time-mail-function):
13633 * gnus-util.el (nnmail-pathname-coding-system)
13634 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13635 (gnus-original-article-buffer, gnus-user-agent)
13636 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13637 (xemacs-codename, sxemacs-codename, emacs-program-version):
13638 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13639 * gnus-start.el (gnus-agent-covered-methods)
13640 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13641 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13642 (gnus-newsgroup-headers, gnus-group-list-mode)
13643 (gnus-group-mark-positions, gnus-newsgroup-data)
13644 (gnus-newsgroup-unreads, nnoo-state-alist)
13645 (gnus-current-select-method, mail-sources)
13646 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13647 (nnmail-spool-file, gnus-cache-active-hashtb):
13648 * gnus-mh.el (mh-lib-progs):
13649 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13650 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13651 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13652 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13653 (gnus-group-buffer):
13654 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13655 (font-lock-set-defaults):
13656 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13657 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13658 (gnus-summary-post-menu, total-parts, type, condition, length):
13659 * gnus-agent.el (gnus-agent-read-agentview):
13660 * flow-fill.el (show-trailing-whitespace):
13661 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13662 eval-and-compile wrappers for byte compiler pacifiers.
13663
13664 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13665 (mm-display-inline-fontify): Check for featurep 'xemacs not
13666 extent-list.
13667
13668 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13669 itimer-list.
13670 (mm-create-image-xemacs): Only do something for XEmacs.
13671 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13672
13673 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13674
13675 * gnus-registry.el (gnus-adaptive-word-syntax-table):
13676 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13677
13678 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
13679
13680 * nnimap.el (nnimap-split-download-body):
13681 * gnus-demon.el (gnus-demon):
13682 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13683
13684 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
13685
13686 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13687 New macros.
13688 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13689 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13690 copy data from unibyte buffer to multibyte current buffer.
13691 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13692 to copy data from unibyte current buffer to multibyte buffer.
13693 (nntp-make-process-buffer): Make process buffer unibyte.
13694
13695 * pop3.el (pop3-open-server): Fix typo in Lisp code.
13696
13697 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
13698
13699 * pop3.el (pop3-open-server): Accept and process data more robustly at
13700 connection start to avoid spurious "POP SSL connection failed" errors.
13701
13702 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
13703
13704 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13705 read group names.
13706
13707 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
13708
13709 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13710
13711 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
13712
13713 * nnmail.el (nnmail-parse-active): Make group names unibyte.
13714 (nnmail-save-active): Use a unibyte buffer when saving active file,
13715 which may contain non-ASCII group names.
13716
13717 * nnml.el (nnml-request-group): Decode group names in messages.
13718
13719 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
13720
13721 * message.el (message-citation-line-function)
13722 (message-insert-formatted-citation-line): Fix spelling of
13723 `message-insert-formated-citation-line'.
13724
13725 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
13726
13727 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13728
13729 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
13730
13731 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13732 nnmail-pathname-coding-system.
13733
13734 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13735 that a user enters; decode group names in messages.
13736
13737 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13738
13739 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
13740
13741 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13742
13743 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13744
13745 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13746 risky local variable.
13747
13748 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13749
13750 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
13751
13752 * encrypt.el: Improve documentation to fix function name typo.
13753 Reported by Daiki Ueno <ueno@unixuser.org>.
13754
13755 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
13756
13757 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13758 even if the point is not in the last page of an article.
13759 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13760 back to the previous page.
13761
13762 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
13763
13764 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13765
13766 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
13767
13768 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13769
13770 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
13771
13772 * message.el (message-check-news-body-syntax):
13773 Avoid mm-string-as-multibyte.
13774 (message-hide-headers): Don't assume (point-min)==1.
13775
13776 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13777
13778 * message.el (message-remove-blank-cited-lines): Fix if remove is
13779 given.
13780 (message-bogus-address-regexp): New variable.
13781 (message-bogus-recipient-p): New function.
13782 (message-check-recipients): New command.
13783 (message-syntax-checks): Add `bogus-recipient'.
13784 (message-fix-before-sending): Add `bogus-recipient'.
13785
13786 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13787 (gnus-treat-body-boundary): Don't test window-system.
13788
13789 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
13790
13791 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13792
13793 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13794
13795 * gnus.el: Bump version to Gnus v5.13.
13796
13797 2007-10-28 Miles Bader <miles@gnu.org>
13798
13799 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13800 at compile-time too.
13801
13802 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
13803
13804 * gnus-msg.el (gnus-message-setup-hook):
13805 Add `message-remove-blank-cited-lines' to options.
13806
13807 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
13808
13809 * message.el (message-remove-blank-cited-lines): New function.
13810 Suggested by Karl Plästerer.
13811
13812 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
13813
13814 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13815 mapc.
13816
13817 * imap.el (imap-open): Replace mapcar called for effect with mapc.
13818 (top-level): Use mapc to set functions to be traced for debugging.
13819
13820 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13821 called for effect with while loop.
13822
13823 * message.el (message-talkative-question): Replace mapcar called for
13824 effect with mapc.
13825
13826 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13827 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13828 called for effect with dolist.
13829
13830 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13831
13832 * nndiary.el: Use dolist instead of mapcar to add diary headers to
13833 gnus-extra-headers and nnmail-extra-headers.
13834
13835 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13836 called for effect with dolist.
13837 (top-level): Use mapc to set functions to be traced for debugging.
13838
13839 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13840 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13841 dolist.
13842
13843 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13844 Replace mapcar called for effect with mapc.
13845 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13846 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13847 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13848 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13849
13850 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13851 remove-if that's a cl function.
13852
13853 * webmail.el (webmail-debug): Replace mapcar called for effect with
13854 dolist.
13855
13856 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
13857
13858 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13859 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13860 with while loop.
13861
13862 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13863 functions from article-* functions.
13864 (gnus-multi-decode-header): Replace mapcar called for effect with
13865 dolist.
13866
13867 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13868 (gnus-bookmark-show-details): Replace mapcar called for effect with
13869 while loop.
13870
13871 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13872 called for effect with while loop.
13873
13874 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13875 with dolist.
13876
13877 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13878 Replace mapcar called for effect with dolist.
13879
13880 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13881
13882 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13883 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13884 Replace mapcar called for effect with dolist.
13885 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13886 mapc.
13887
13888 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13889 Replace mapcar called for effect with dolist.
13890 (gnus-topic-list): Replace mapcar called for effect with mapc.
13891
13892 * gnus.el: Use mapc instead of mapcar to add autoloads.
13893
13894 2007-10-23 Richard Stallman <rms@gnu.org>
13895
13896 * gnus-group.el (gnus-group-highlight): Mark as risky.
13897
13898 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
13899
13900 * gnus.el (gnus-server-to-method): Return method found first in
13901 gnus-newsrc-alist.
13902
13903 * gnus-art.el (gnus-article-highlight-signature)
13904 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13905 button overlay without the front stickiness.
13906
13907 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
13908
13909 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13910 overview buffer needed a catch to receive its throw.
13911 (gnus-agent-flush-cache): Declare as interactive to make this function
13912 easier to use.
13913
13914 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13915
13916 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13917 `next-line'.
13918
13919 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
13920
13921 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13922 exclude address matching message-dont-reply-to-names.
13923
13924 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
13925
13926 * gnus-util.el (gnus-string<): New function.
13927
13928 * gnus-sum.el (gnus-article-sort-by-author)
13929 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13930
13931 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
13932
13933 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13934 the frame-focus tag is set in gnus-buffer-configuration.
13935
13936 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
13937
13938 * gnus-art.el (gnus-article-add-button): Make a button overlay without
13939 the front stickiness.
13940
13941 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
13942
13943 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13944 url pattern; remove duplicate one.
13945 (gnus-article-extend-url-button): New function.
13946 (gnus-article-add-buttons): Use it.
13947 (gnus-button-push): Use concatenated url that it makes.
13948
13949 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
13950
13951 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13952 (sieve-manage-open): Use `mapc' instead of `mapcar'.
13953
13954 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13955
13956 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13957 Don't hardcode point-min==1.
13958
13959 2007-09-30 David Kastrup <dak@gnu.org>
13960
13961 * gnus-art.el (gnus-article-reply-with-original)
13962 (gnus-article-followup-with-original): When `transient-mark-mode' is
13963 off, refrain from active-region behavior for followups.
13964
13965 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
13966
13967 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13968 Fix comment about "iso8859-1".
13969
13970 2007-10-08 Daiki Ueno <ueno@unixuser.org>
13971
13972 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13973 ones returned from the verify-function.
13974
13975 * mm-uu.el (mm-uu-pgp-signed-extract-1):
13976 Call mml2015-extract-cleartext-signature if extraction failed.
13977
13978 2007-10-07 Daiki Ueno <ueno@unixuser.org>
13979
13980 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13981 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13982 failed.
13983
13984 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
13985
13986 * Relicense "GPLv2 or later" files to "GPLv3 or later".
13987
13988 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13989
13990 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13991 to mark a thread as expirable. Add variable `hide' to handle hiding of
13992 thread for both the null and zero (kill/expire thread) universal prefix
13993 cases.
13994 (gnus-summary-expire-thread): Add new function to expire a thread,
13995 using gnus-summary-kill-thread.
13996 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13997 shortcuts for gnus-summary-expire-thread.
13998 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13999 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
14000
14001 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14002
14003 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14004 extras value, so an extras entry can be deleted.
14005 (gnus-registry-delete-extra-entry): Use it.
14006 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14007 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14008 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14009 storage through the gnus-registry, and provide an appropriate API for
14010 it.
14011
14012 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14013
14014 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14015 Suggested by Leo <sdl.web@gmail.com>.
14016
14017 * gnus.el: Do.
14018
14019 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14020
14021 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14022 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
14023
14024 * gnus-agent.el (gnus-agent-fetch-headers): Do.
14025
14026 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14027 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14028
14029 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14030
14031 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14032 newline.
14033 (nnmbox-request-accept-article): Don't change article in source buffer;
14034 narrow to header to use message-fetch-field rather than
14035 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14036 (nnmbox-request-replace-article): Quote lines that'll be misidentified
14037 as delimiters; make sure article ends with newline.
14038 (nnmbox-delete-mail): Correct last position of article to be deleted;
14039 ignore X-Gnus-Newsgroup header in article body.
14040 (nnmbox-save-mail): Quote lines looking like delimiters at the right
14041 positions; make sure article ends with newline.
14042
14043 * message.el (message-display-abbrev): Don't infloop when a user
14044 inserts SPC in the beginning of header.
14045
14046 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
14047
14048 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14049 list of groups not followed by default. Fix type to be regexp.
14050 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14051
14052 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
14053
14054 * hmac-def.el (define-hmac-function): Switch from old-style to
14055 new-style backquotes.
14056
14057 * md4.el (md4-make-step): Likewise.
14058
14059 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14060
14061 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14062 raw-text coding system when saving .newsrc file, which may contain
14063 non-ASCII group names.
14064
14065 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14066
14067 * gnus-cus.el (gnus-score-extra): New widget.
14068 (gnus-score-extra-convert): New function.
14069 (gnus-score-customize): Use it for Extra.
14070
14071 2007-08-31 Daiki Ueno <ueno@unixuser.org>
14072
14073 * mml2015.el (mml2015-extract-cleartext-signature): New function.
14074 (mml2015-mailcrypt-clear-verify): Use it.
14075 (mml2015-gpg-clear-verify): Use it.
14076 (mml2015-pgg-clear-verify): Use it.
14077 (mml2015-epg-clear-verify): Replace the current part with the output
14078 from GnuPG; don't extract the plaintext by itself.
14079
14080 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14081 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14082 mml2015-clear-verify-function; don't touch the armor headers or
14083 dash-escaped text here.
14084
14085 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
14086
14087 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14088 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14089 parts, or application/octet-stream as a last resort.
14090 (gnus-mime-view-part-as-type): Don't toggle display.
14091 (gnus-mime-view-part-as-charset): Don't turn off display before
14092 querying charset.
14093
14094 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14095 stuff to undisplayer function in Emacs.
14096 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14097
14098 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14099 text/calendar parts.
14100
14101 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
14102
14103 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14104 decoding text/calendar parts.
14105
14106 * message.el (message-forward-make-body-mime): Always mark body as
14107 having no illegible text; remove signed-or-encrypted argument.
14108 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14109
14110 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14111 (mml-generate-mime-1): Don't encode body if it is specified to be in
14112 raw form; don't make buffer be unibyte when inserting multibyte string.
14113
14114 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14115
14116 * sha1.el: Fix up comment style.
14117 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14118 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14119
14120 * hex-util.el: Fix up comment style.
14121 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14122
14123 * gnus-salt.el: Use with-current-buffer.
14124 (gnus-pick-setup-message): Fix long-standing typo.
14125
14126 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
14127
14128 * imap.el (imap-logout-timeout): New variable.
14129 (imap-logout, imap-logout-wait): New functions.
14130 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14131
14132 * nnimap.el (nnimap-logout-timeout): New server variable.
14133 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14134 nnimap-logout-timeout.
14135
14136 * gnus-art.el (gnus-article-summary-command-nosave)
14137 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14138
14139 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
14140
14141 * gnus.el (gnus-maximum-newsgroup): New variable.
14142
14143 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14144 according to gnus-maximum-newsgroup.
14145
14146 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14147 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14148 Limit the range of articles according to gnus-maximum-newsgroup.
14149
14150 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
14151
14152 * gnus-art.el (gnus-sticky-article): Fix problems described in
14153 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
14154 Don't perform gnus-configure-windows here; reuse existing sticky
14155 article buffer.
14156
14157 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14158 it doesn't exist in gnus-article-mode.
14159
14160 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
14161
14162 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14163 (gnus-agent-decoded-group-name): New function.
14164 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14165 (gnus-agent-expire-group-1): Use it; decode group name in messages.
14166
14167 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
14168
14169 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14170 Add binding for gnus-sticky-article.
14171 (gnus-summary-exit): Don't kill sticky article buffers.
14172
14173 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14174 article buffer.
14175 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14176 (gnus-kill-sticky-article-buffers): New commands.
14177
14178 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
14179
14180 * nntp.el (nntp-xref-number-is-evil): New server variable.
14181 (nntp-find-group-and-number): If it is non-nil, don't trust article
14182 numbers in the Xref header.
14183
14184 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14185
14186 * gnus-agent.el (gnus-agent-read-group): New function.
14187 (gnus-agent-flush-group, gnus-agent-expire-group)
14188 (gnus-agent-regenerate-group): Use it.
14189 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14190 nnmail-pathname-coding-system.
14191
14192 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
14193
14194 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14195
14196 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14197 that are unread as unread, and also as selected so that information of
14198 marks having been changed by a user may be updated when exiting group.
14199
14200 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14201
14202 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14203
14204 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
14205
14206 * gnus-art.el (gnus-mime-display-single): Pass part number that is
14207 calculated ignoring signature parts to gnus-treat-article.
14208
14209 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14210
14211 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14212 a point here in order to keep the window start.
14213 (gnus-insert-mime-security-button): Make a button overlay without the
14214 front stickiness.
14215 (gnus-mime-display-security): Goto the end of a button.
14216
14217 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14218
14219 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
14220
14221 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14222 group-name-at-point.
14223 (gnus-group-completing-read): New function that offers decoded
14224 non-ASCII group names for completion.
14225 (gnus-fetch-group, gnus-group-read-ephemeral-group)
14226 (gnus-group-jump-to-group, gnus-group-make-group-simple)
14227 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14228 (gnus-group-fetch-control): Use it.
14229 (gnus-fetch-group): Use group-name-at-point for the initial value
14230 rather than the default value; use gnus-alive-p.
14231
14232 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14233 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14234 (gnus-summary-post-news): Use gnus-group-completing-read.
14235
14236 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14237 (gnus-read-move-group-name): Decode group name for completion.
14238
14239 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
14240
14241 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14242 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14243 Yamaoka slightly modified the code).
14244
14245 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
14246
14247 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14248 (nnmail-split-incoming): Bind it.
14249
14250 * nnml.el (nnml-group-name-charset): New function.
14251 (nnml-decoded-group-name): Use it; don't decode group name if
14252 nnmail-group-names-not-encoded-p is non-nil.
14253 (nnml-encoded-group-name): New function.
14254 (nnml-group-pathname): Inline nnml-decoded-group-name.
14255 (nnml-request-expire-articles): Decode group name in message.
14256 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14257 nnmail-pathname-coding-system.
14258 (nnml-save-mail, nnml-active-number): Work with decoded group names and
14259 not decoded ones according to nnmail-group-names-not-encoded-p.
14260 (nnml-generate-active-info): Use nnml-encoded-group-name.
14261
14262 2007-08-08 Glenn Morris <rgm@gnu.org>
14263
14264 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14265 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14266 doc-strings and comments.
14267
14268 2007-07-25 Glenn Morris <rgm@gnu.org>
14269
14270 * Relicense all FSF files to GPLv3 or later.
14271
14272 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
14273
14274 * gnus-sum.el (gnus-summary-move-article):
14275 Make gnus-summary-respool-article work.
14276
14277 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
14278
14279 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14280 string.
14281
14282 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
14283
14284 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
14285 that should be ignored when comparing distant RSS articles with local
14286 ones.
14287 (nnrss-make-hash-index): New function. Create a hash index according
14288 to the ignored fields.
14289 (nnrss-check-group): Use it.
14290
14291 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
14292
14293 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14294
14295 * gnus-art.el (article-decode-group-name): Decode Xref header too.
14296
14297 * gnus-group.el (gnus-group-make-group): Encode group name here unless
14298 the new optional argument ENCODED is non-nil.
14299 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14300 coding system for encoding group name.
14301 (gnus-group-make-rss-group): Pass un-encoded group name to
14302 gnus-group-make-group.
14303 (gnus-group-set-info): Tell gnus-group-make-group that group name is
14304 encoded.
14305
14306 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14307 Encode group name to which articles are moved or copied.
14308 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14309 coding system for encoding Newsgroup, Followup-To and Xref headers.
14310
14311 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14312 marks; use nnheader-file-coding-system to write a file.
14313 (nnagent-retrieve-headers): Bind file-name-coding-system to
14314 nnmail-pathname-coding-system.
14315
14316 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14317
14318 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14319 (nnml-request-article, nnml-request-create-group)
14320 (nnml-request-rename-group, nnml-find-id)
14321 (nnml-possibly-change-directory, nnml-possibly-create-directory)
14322 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14323 (nnml-save-marks): Use nnml-group-pathname instead of
14324 nnmail-group-pathname.
14325
14326 (nnml-request-create-group, nnml-request-expire-articles)
14327 (nnml-request-move-article, nnml-request-delete-group)
14328 (nnml-deletable-article-p, nnml-possibly-create-directory)
14329 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14330 (nnml-open-marks): Bind file-name-coding-system to
14331 nnmail-pathname-coding-system.
14332
14333 (nnml-request-article): Pass server argument to nnml-find-group-number.
14334 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14335 Pass server argument to nnml-possibly-create-directory.
14336 (nnml-request-accept-article): Pass server argument to
14337 nnml-active-number and nnml-save-mail.
14338 (nnml-find-group-number): Pass server argument to nnml-find-id.
14339 (nnml-request-update-info): Pass server argument to
14340 nnml-marks-changed-p.
14341
14342 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14343 (nnml-save-mail, nnml-active-number): Add server argument.
14344
14345 (nnml-request-delete-group): Warn if group is missing.
14346 (nnml-get-nov-buffer): Decode group name.
14347 (nnml-generate-active-info): Encode group name.
14348 (nnml-open-marks): Decode group name in messages.
14349
14350 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
14351
14352 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14353 if it is not specified.
14354 (gnus-article-pipe-part, gnus-article-save-part)
14355 (gnus-article-interactively-view-part, gnus-article-copy-part)
14356 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14357 (gnus-article-inline-part, gnus-article-save-part-and-strip)
14358 (gnus-article-replace-part, gnus-article-delete-part)
14359 (gnus-article-view-part-as-type): Pass raw prefix argument to
14360 gnus-article-part-wrapper.
14361
14362 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
14363
14364 * gnus-agent.el (gnus-agent-save-active):
14365 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14366
14367 * gnus-cache.el (gnus-cache-save-buffers)
14368 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14369 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14370 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14371 (gnus-cache-braid-nov, gnus-cache-braid-heads)
14372 (gnus-cache-generate-active, gnus-cache-rename-group)
14373 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14374 (gnus-cache-update-overview-total-fetched-for):
14375 Bind file-name-coding-system to nnmail-pathname-coding-system.
14376 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14377 New variables.
14378 (gnus-cache-decoded-group-name): New function.
14379 (gnus-cache-file-name): Use it.
14380 (gnus-cache-generate-active): Use non-decoded group name for active.
14381
14382 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14383 right place.
14384 (gnus-write-active-file): Don't break non-ASCII group names.
14385
14386 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14387 nnmail-pathname-coding-system.
14388
14389 * gnus-uu.el (gnus-uu-decode-save): Typo.
14390
14391 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
14392
14393 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14394
14395 2007-07-14 David Kastrup <dak@gnu.org>
14396
14397 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14398 finishing actions if we did not edit the article.
14399
14400 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14401
14402 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14403 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14404 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14405 (gnus-agent-flush-group, gnus-agent-flush-cache)
14406 (gnus-agent-fetch-headers, gnus-agent-load-alist)
14407 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14408 (gnus-agent-retrieve-headers, gnus-agent-request-article)
14409 (gnus-agent-regenerate-group)
14410 (gnus-agent-update-files-total-fetched-for)
14411 (gnus-agent-update-view-total-fetched-for):
14412 Bind file-name-coding-system to nnmail-pathname-coding-system.
14413 (gnus-agent-group-pathname): Don't encode file names by
14414 nnmail-pathname-coding-system.
14415 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14416 coding-system-for-write instead of buffer-file-coding-system to
14417 gnus-agent-file-coding-system.
14418
14419 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14420 Decode group name.
14421
14422 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14423
14424 * gnus-start.el (gnus-update-active-hashtb-from-killed)
14425 (gnus-read-newsrc-el-file): Make group names unibyte.
14426
14427 * nnmail.el (nnmail-group-pathname): Don't encode file names by
14428 nnmail-pathname-coding-system.
14429
14430 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14431 (nnrss-request-delete-group): Bind file-name-coding-system to
14432 nnmail-pathname-coding-system.
14433 (nnrss-read-server-data, nnrss-read-group-data):
14434 Bind file-name-coding-system correctly.
14435 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14436
14437 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14438 (nntp-server-to-method-cache): New variable.
14439 (nntp-group-pathname): New function that decodes non-ASCII group names.
14440 (nntp-possibly-create-directory, nntp-marks-changed-p)
14441 (nntp-save-marks, nntp-open-marks): Use it.
14442 (nntp-possibly-create-directory, nntp-open-marks):
14443 Bind file-name-coding-system to nnmail-pathname-coding-system.
14444 (nntp-open-marks): Decode group names when bootstrapping marks.
14445
14446 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14447 Newsgroups and Followup-To headers.
14448
14449 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14450
14451 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14452 (gnus-server-closed-face, gnus-server-denied-face)
14453 (gnus-server-offline-face): Remove variable.
14454 (gnus-server-font-lock-keywords): Use faces that are not aliases.
14455
14456 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14457 of modifying message-stack directly for XEmacs.
14458
14459 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14460 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14461 if the coding-system argument is nil for XEmacs.
14462
14463 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14464 mm-charset-override-alist.
14465
14466 * rfc2047.el: Don't require base64; require rfc2045 for the function
14467 rfc2045-encode-string.
14468 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14469 to quote the parameter value.
14470
14471 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
14472
14473 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14474 form in gnus-group-name-charset-method-alist.
14475
14476 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14477 overrides the default layout edit-form.
14478
14479 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14480
14481 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14482
14483 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
14484
14485 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14486 as unfetched articles.
14487
14488 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
14489
14490 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14491
14492 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
14493
14494 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14495 original back end that keeps marks in the local system.
14496
14497 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
14498
14499 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14500 arg of pop-to-buffer for XEmacs.
14501 (gnus-article-read-summary-keys): Ditto; don't restore window
14502 configuration if summary command ends up with neither article buffer
14503 nor summary buffer; describe bindings if summary keys end with C-h.
14504
14505 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
14506
14507 * message.el (message-fix-before-sending): Skip raw message part to be
14508 forwarded while checking illegible text.
14509 (message-forward-make-body-mime, message-forward-make-body):
14510 Mark signed or encrypted raw message as having no illegible text.
14511
14512 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
14513
14514 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14515 (gnus-message-with-timestamp-1): New macro.
14516 (gnus-message-with-timestamp): New function.
14517 (gnus-message): Use them.
14518
14519 * nnheader.el (nnheader-message): Use them.
14520
14521 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
14522
14523 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14524 .newsrc.eld file.
14525
14526 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
14527
14528 * gnus-agent.el (gnus-agent-fetch-headers)
14529 (gnus-agent-retrieve-headers):
14530 Bind gnus-decode-encoded-address-function to identity.
14531
14532 * nntp.el (nntp-send-xover-command): Recognize an xover command is
14533 available also when the server returns simply a dot.
14534
14535 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14536
14537 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
14538
14539 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14540
14541 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
14542
14543 * gnus-ems.el (gnus-x-splash): Make it work.
14544
14545 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14546 from being used.
14547
14548 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
14549
14550 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14551 the front stickiness.
14552 (gnus-article-summary-command-nosave): Correct the order of the
14553 arguments passed to pop-to-buffer.
14554 (gnus-article-read-summary-keys): Ditto; make it work properly when the
14555 summary command ends up with the article buffer.
14556
14557 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14558 the same faces.
14559
14560 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
14561
14562 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14563
14564 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
14565
14566 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14567 * gnus-sum.el (gnus-summary-highlight):
14568 * mail-source.el (mail-source-delete-old-incoming-confirm):
14569 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14570
14571 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
14572
14573 * gnus-art.el (gnus-mime-view-part-externally)
14574 (gnus-mime-view-part-internally): Fix predicate function passed to
14575 completing-read.
14576
14577 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14578
14579 * gnus.el (gnus-update-message-archive-method): Add :version.
14580
14581 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
14582
14583 * gnus.el (gnus-update-message-archive-method): New variable.
14584
14585 * gnus-start.el (gnus-setup-news): Update saved "archive" method
14586 according to gnus-message-archive-method if
14587 gnus-update-message-archive-method is non-nil.
14588
14589 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
14590
14591 * gnus-sum.el (gnus-summary-limit-to-address): New function.
14592 Suggested by Loic Dachary <loic@dachary.org>.
14593 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14594
14595 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
14596
14597 * message.el (message-pop-to-buffer): Add switch-function argument.
14598 (message-mail): Pass switch-function argument to it.
14599
14600 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
14601
14602 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14603 Improve doc string.
14604
14605 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
14606
14607 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14608 (gnus-header-content):
14609 * gnus-cite.el (gnus-cite-10):
14610 * gnus-srvr.el (gnus-server-closed):
14611 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14612 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14613 (gnus-group-mail-3-empty, gnus-group-mail-low)
14614 (gnus-group-mail-low-empty, gnus-splash):
14615 * message.el (message-header-to, message-header-cc)
14616 (message-header-subject, message-header-other, message-header-name)
14617 (message-header-xheader, message-separator, message-cited-text)
14618 (message-mml): Lighten colors of faces used for dark background.
14619
14620 2007-05-24 Simon Josefsson <simon@josefsson.org>
14621
14622 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14623 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
14624
14625 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
14626
14627 * message.el (message-narrow-to-headers-or-head):
14628 Ignore mail-header-separator in the body.
14629
14630 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
14631
14632 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14633 same as window size.
14634
14635 2007-05-22 Kevin Ryde <user42@zip.com.au>
14636
14637 * message.el (message-font-lock-keywords): Use message-header-xheader
14638 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
14639 ahead of the anything pattern, to get it recognized.
14640
14641 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
14642
14643 * gnus-sum.el (gnus-articles-to-read)
14644 (gnus-summary-insert-old-articles): Don't truncate group name for
14645 `read-string'.
14646
14647 * gnus-util.el (gnus-limit-string): Delete this function.
14648
14649 * gnus-sum.el (gnus-simplify-subject-fully):
14650 Use `truncate-string-to-width' instead.
14651
14652 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
14653
14654 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14655 Tell if, on summary exit, the next group has to be selected.
14656 (gnus-summary-exit): Use it.
14657
14658 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
14659
14660 * gnus-art.el (gnus-article-mode): Fix comment about displaying
14661 non-break space.
14662
14663 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
14664
14665 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14666 Check if group is not a directory.
14667 (nnfolder-request-expire-articles): Don't delete articles if the target
14668 group is not available.
14669
14670 * nnml.el (nnml-request-create-group): Properly check if group is not a
14671 file.
14672 (nnml-request-expire-articles): Don't delete articles if the target
14673 group is not available.
14674
14675 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14676 Don't quote characters that are within parentheses.
14677
14678 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
14679
14680 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14681 (gnus-handle-ephemeral-exit): Select article according to it.
14682
14683 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
14684
14685 * message.el (message-insert-formated-citation-line): Remove newline.
14686 (message-citation-line-format): Add final \n here so that the user can
14687 avoid a blank line.
14688
14689 2007-05-03 Dan Christensen <jdc@uwo.ca>
14690
14691 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14692 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14693 Update lanl/arXiv support.
14694
14695 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
14696
14697 * gnus.el: Bump version number.
14698
14699 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14700
14701 * gnus.el (gnus-version-number): Bump version.
14702
14703 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14704
14705 * gnus.el: No Gnus v0.6 is released.
14706
14707 2007-04-27 Didier Verna <didier@xemacs.org>
14708
14709 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14710 * gmm-utils.el (gmm-regexp-concat): ... here.
14711 * message.el: Don't require 'gnus-util.
14712 (message-dont-reply-to-names): Handle name change above.
14713 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14714
14715 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
14716
14717 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14718 since the initial value varies according to the system.
14719
14720 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
14721
14722 * mm-util.el (mm-charset-synonym-alist): Defcustom.
14723
14724 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
14725
14726 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14727
14728 2007-04-24 Didier Verna <didier@xemacs.org>
14729
14730 Improve the type of gnus-ignored-from-addresses.
14731 * gnus-util.el (gnus-orify-regexp): New function.
14732 * message.el (gnus-util): Require it.
14733 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14734 * gnus-sum.el (gnus-ignored-from-addresses): New function.
14735 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14736
14737 2007-04-24 Didier Verna <didier@xemacs.org>
14738
14739 * gnus-sum.el:
14740 * gnus-utils.el: Fix some trailing whitespaces.
14741
14742 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
14743
14744 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14745 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14746 article's Message-ID; refer parent article in summary buffer.
14747
14748 * message.el (message-bounce): Call mime-to-mml.
14749
14750 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
14751
14752 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14753
14754 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
14755
14756 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14757 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14758 displayed of multipart/alternative part if it is invoked from summary
14759 buffer.
14760
14761 * mm-view.el (mm-inline-text-html-render-with-w3m)
14762 (mm-inline-text-html-render-with-w3m-standalone)
14763 (mm-inline-render-with-function): Use mail-parse-charset by default.
14764
14765 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
14766
14767 * parse-time.el (parse-time-string-chars): Check if CHAR
14768 is less than the length of parse-time-syntax.
14769
14770 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
14771
14772 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14773 from gnus-newsgroup-processable.
14774
14775 2007-04-16 Didier Verna <didier@xemacs.org>
14776
14777 * gnus-msg.el (gnus-configure-posting-styles):
14778 Handle message-signature-directory properly with :file syntax.
14779 Reported by "Leo".
14780
14781 2007-04-11 Didier Verna <didier@xemacs.org>
14782
14783 New user option: message-signature-directory.
14784 * gnus-msg.el (gnus-configure-posting-styles): Support it.
14785 * message.el (message-insert-signature): Ditto.
14786 * message.el (message-signature-file): Doc update.
14787 * message.el (message-signature-directory): New.
14788
14789 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
14790
14791 * gnus-msg.el (gnus-inews-yank-articles):
14792 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14793
14794 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
14795
14796 * message.el (message-yank-original): Make sure cited text ends with
14797 newline; don't exchange point and mark.
14798
14799 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
14800
14801 * tls.el (open-tls-stream): Properly handle case where there
14802 is no associated buffer.
14803
14804 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
14805
14806 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14807 message-yank-original, make sure (< mark TEXT point).
14808
14809 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
14810
14811 * message.el (message-fill-column): New variable.
14812 (message-mode): Use it. Add comment on a possible new hook.
14813
14814 * nnmail.el (nnmail-spool-file): Mark as obsolete.
14815 (nnmail-get-new-mail): Reformat.
14816
14817 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14818
14819 * gmm-utils.el: Fix Commentary.
14820 (gmm-tool-bar-from-list): Fix typo in doc string.
14821
14822 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
14823
14824 * message.el (message-yank-original): Don't switch point and mark
14825 unnecessarily to put point and mark as documented.
14826
14827 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14828
14829 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14830 from the message heads.
14831
14832 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
14833
14834 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14835 article buffer does not have a window. This may not be the best
14836 solution but is certainly better than setting the start of the null,
14837 that is the current, window.
14838
14839 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
14840
14841 * gnus-draft.el (gnus-draft-setup-hook): New hook.
14842 (gnus-draft-setup): Run it.
14843
14844 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14845 gnus-score-fast-scoring. Allow regexp.
14846 (gnus-score-headers): Use it.
14847
14848 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14849 XEmacs.
14850
14851 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14852 string.
14853 (gnus-button-alist): Also catch `<f1> k ...'.
14854 (gnus-treat-display-x-face): Fix doc string.
14855
14856 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14857
14858 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14859 evaluation of gnus-extended-version to ensure correct generation of the
14860 User-Agent header when message-generate-headers-first is used.
14861
14862 2007-03-24 Simon Josefsson <simon@josefsson.org>
14863
14864 * hashcash.el (hashcash-generate-payment-async): Don't crash if
14865 hashcash-path is nil. Don't call callback with incorrect number of
14866 parameters if val is 0.
14867
14868 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14869
14870 * message.el (message-required-news-headers):
14871 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14872
14873 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
14874
14875 * message.el (message-generate-new-buffers): Change the meaning of the
14876 nil value; add `standard' to the choices; treat t as `unique'; improve
14877 doc string.
14878 (gnus-select-frame-set-input-focus): Autoload.
14879 (message-buffer-name): Search for the existing message buffer if
14880 message-generate-new-buffers is nil or `standard'; treat the value t of
14881 message-generate-new-buffers as `unique'.
14882 (message-pop-to-buffer): Raise the frame already displaying the message
14883 buffer; clear the echo area after querying.
14884 (message-setup): Pass the `continue' argument to compose-mail.
14885 (message-mail): Prefer `switch-function' if it is given; search for the
14886 existing message buffer if the `continue' argument is non-nil; pass
14887 continue and switch-function arguments to compose-mail by way of
14888 message-setup.
14889 (message-mail-other-window): Adjust argument of message-setup.
14890 (message-mail-other-frame): Ditto.
14891
14892 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14893
14894 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14895 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14896 to turn font-lock on when turning gnus-message-citation-mode on.
14897
14898 2007-03-06 Daiki Ueno <ueno@unixuser.org>
14899
14900 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14901 (mml-smime-function-alist): New variable; add epg as the backend.
14902 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14903 mml-smime- functions instead.
14904 * mm-view.el: Require smime.
14905
14906 2007-03-05 Didier Verna <didier@xemacs.org>
14907
14908 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14909 instead of just inheritance for posting styles.
14910 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14911
14912 2007-02-24 John Paul Wallington <jpw@pobox.com>
14913
14914 * tls.el (tls-certtool-program): Fix custom type.
14915
14916 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14917
14918 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14919 and point-at-eol instead of line-(beginning|end)-position.
14920
14921 * assistant.el (assistant-parse-buffer): Ditto.
14922
14923 2007-02-28 Daiki Ueno <ueno@unixuser.org>
14924
14925 * mml2015.el (mml2015-epg-find-usable-key): New function.
14926 (mml2015-epg-sign): Use it.
14927 (mml2015-epg-encrypt): Use it.
14928
14929 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14930
14931 * message.el (message-make-in-reply-to): Quote name containing
14932 non-ASCII characters. It will make the RFC2047 encoder cause an error
14933 if there are special characters. Reported by NAKAJI Hiroyuki
14934 <nakaji@jp.freebsd.org>.
14935
14936 2007-02-27 Didier Verna <didier@xemacs.org>
14937
14938 Include the group parameters as well as the topic ones in the
14939 inheritance filter process.
14940 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14941 argument GROUP-PARAMS-LIST.
14942 * gnus-topic.el (gnus-group-topic-parameters): Use it.
14943
14944 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
14945
14946 * nntp.el (nntp-never-echoes-commands)
14947 (nntp-open-connection-functions-never-echo-commands): New variables.
14948 (nntp-send-command): Use them.
14949
14950 2007-02-20 Daiki Ueno <ueno@unixuser.org>
14951
14952 * mml2015.el (mml2015-epg-verify): Simplify.
14953
14954 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
14955
14956 * mml.el (mml-content-disposition-alist): New user option.
14957 (mml-content-disposition): New function.
14958 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14959 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14960
14961 2007-02-19 Daiki Ueno <ueno@unixuser.org>
14962
14963 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14964 verification.
14965
14966 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14967
14968 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14969 articles posted in the last 24 hours.
14970
14971 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
14972
14973 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14974
14975 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
14976
14977 * nntp.el (nntp-send-command): Don't wait for echoes when
14978 nntp-open-ssl-stream is used.
14979
14980 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14981
14982 * gnus-cite.el (gnus-test-font-lock-add-keywords)
14983 (gnus-message-add-citation-keywords)
14984 (gnus-message-remove-citation-keywords): Remove.
14985 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14986 directly, make the variables in font-lock-defaults buffer-local, add
14987 gnus-message-citation-keywords to them and then update the value of
14988 font-lock-keywords.
14989
14990 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
14991
14992 * message.el (message-cite-original-1): Don't call
14993 gnus-article-highlight-citation.
14994
14995 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14996 citations; fix line count.
14997
14998 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14999
15000 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15001 (gnus-message-add-citation-keywords)
15002 (gnus-message-remove-citation-keywords): Use it; fix the emulating
15003 versions of font-lock-add-keywords and font-lock-remove-keywords to
15004 work with XEmacs correctly.
15005
15006 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15007
15008 * gnus-cite.el (gnus-cite-face-list): Set the values of
15009 gnus-message-max-citation-depth and gnus-message-citation-keywords.
15010 (gnus-message-max-citation-depth): Use defvar rather than defconst.
15011 (gnus-message-cite-prefix-regexp): New variable.
15012 (gnus-message-search-citation-line): Use it; protect against long
15013 citation prefix; fill match data with nil rather than 0 for XEmacs; set
15014 the 0th match data for Emacs.
15015 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15016 (gnus-message-add-citation-keywords): Append keywords rather than
15017 prepending; emulate font-lock-add-keywords if it is not available.
15018 (gnus-message-remove-citation-keywords):
15019 Emulate font-lock-remove-keywords if it is not available.
15020
15021 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15022
15023 * message.el (message-cite-prefix-regexp): Set the value of
15024 gnus-message-cite-prefix-regexp.
15025
15026 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15027
15028 * nnweb.el (nnweb-google-parse-1): Update parser.
15029
15030 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
15031
15032 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15033
15034 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15035
15036 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15037 regexp.
15038
15039 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15040
15041 * uudecode.el (uudecode-string-to-multibyte): New function emulating
15042 string-to-multibyte.
15043 (uudecode-decode-region-internal): Use it.
15044
15045 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
15046
15047 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15048 Fix custom choice.
15049
15050 * gnus-art.el (gnus-signature-limit): Fix custom choice.
15051
15052 2007-01-22 Daiki Ueno <ueno@unixuser.org>
15053
15054 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15055
15056 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15057 `write-region' to respect `mm-inhibit-file-name-handlers'.
15058
15059 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
15060
15061 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15062 Use gnus-home-directory instead of "~/" or "$HOME".
15063
15064 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
15065
15066 * encrypt.el (encrypt-insert-file-contents): Add better prompt
15067 to mention filename.
15068 Add comments at beginning regarding usage.
15069 (encrypt-write-file-contents): Change interactive so a string is
15070 acceptable. If the file has no associated model, show an error instead
15071 of a nonsense prompt.
15072
15073 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15074
15075 * spam.el (spam-bsfilter-ham-switch): Fix typo.
15076 Thanks to Yoshihiko Yamada for kind notification of this typo.
15077
15078 2007-01-12 Kenichi Handa <handa@m17n.org>
15079
15080 * uudecode.el (uudecode-decode-region-internal): Make it work in a
15081 multibyte buffer.
15082
15083 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
15084
15085 * gnus-score.el (gnus-score-fast-scoring): New variable.
15086 (gnus-score-headers): Use it.
15087
15088 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15089
15090 * message.el (message-cite-original-1):
15091 Call gnus-article-highlight-citation if requested.
15092 (message-make-from): Allow name and address as optional arguments.
15093
15094 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15095
15096 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15097 bugs to doc string.
15098 (gnus-button-alist): Add mid\\|message-id.
15099 (gnus-button-fetch-group): Extend for use in
15100 `browse-url-browser-function'.
15101 (gnus-button-url-regexp): Try to catch paired parentheses like in
15102 Wikipedia URLs.
15103
15104 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15105 Suggested by Simon Krahnke <overlord@gmx.li>.
15106
15107 2007-01-13 Romain Francoise <romain@orebokech.com>
15108
15109 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15110 Update copyright.
15111
15112 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
15113
15114 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15115
15116 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
15117
15118 * gnus-registry.el (gnus-registry-unfollowed-groups)
15119 (gnus-registry-split-fancy-with-parent): Fix documentation.
15120
15121 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15122
15123 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15124 from nnweb groups.
15125
15126 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
15127
15128 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15129 Xref urls. Erase buffer before requesting head.
15130
15131 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15132
15133 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
15134
15135 * gnus-soup.el (gnus-soup): New custom group. Make user variables
15136 customizable.
15137
15138 2007-01-05 Daiki Ueno <ueno@unixuser.org>
15139
15140 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15141 no signing key is found.
15142 (mml2015-epg-encrypt): Ask user whether to skip or abort if
15143 no encrypting and/or signing key is found.
15144
15145 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
15146
15147 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15148
15149 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15150
15151 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15152 headers read from disk with the ones newly found in the current search.
15153 This should no longer cause problems, because the article numbers in
15154 Gmane's `nov.php' output are ignored since the previous change.
15155
15156 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15157
15158 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15159
15160 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
15161
15162 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15163
15164 2007-01-01 Romain Francoise <romain@orebokech.com>
15165
15166 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15167
15168 2006-12-31 Steve Youngs <steve@sxemacs.org>
15169
15170 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15171 `define-minor-mode' macro definition expanded properly.
15172 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15173 exclude it there.
15174
15175 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15176 of 2006-12-30. The default is nil on (S)XEmacs already because of the
15177 `fboundp' test.
15178 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15179 This is OK to autoload in (S)XEmacs now.
15180
15181 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15182
15183 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15184 keystroke.
15185 (gnus-summary-limit-to-singletons): Fix typo.
15186
15187 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15188 else fails.
15189
15190 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15191
15192 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15193 docstring.
15194
15195 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15196 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15197 (gnus-summary-insert-dormant-articles): Fix typo in message.
15198
15199 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
15200
15201 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15202 nil for XEmacs.
15203 (gnus-message-citation-mode): Don't autoload in XEmacs.
15204
15205 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15206
15207 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
15208
15209 * nnimap.el (nnimap-expunge-search-string):
15210 Mention nnimap-search-uids-not-since-is-evil in docstring.
15211
15212 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
15213
15214 * spam.el: Revert to make-obsolete-variable because
15215 define-obsolete-variable-alias is not supported in Emacs 21.
15216
15217 * spam.el (spam-ifile-path, spam-ifile-database-path)
15218 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15219 make-obsolete-variable.
15220 (spam-bsfilter-path, spam-bsfilter-program)
15221 (spam-spamassassin-path, spam-spamassassin-program)
15222 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15223 Don't use "path" inappropriately.
15224 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15225 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15226 variable names.
15227
15228 2006-12-28 Daiki Ueno <ueno@unixuser.org>
15229
15230 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15231 summary buffer.
15232
15233 * password.el (password-cache-remove): Use clear-string to burn
15234 password, if available.
15235
15236 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15237
15238 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15239
15240 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15241
15242 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15243 (gnus-message-highlight-citation): Move defcustom here from
15244 gnus-cite.el.
15245 (gnus-message-citation-mode): Autoload.
15246
15247 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
15248 checks to make it compile with XEmacs.
15249 (gnus-message-citation-mode): New minor mode.
15250 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15251 (gnus-message-highlight-citation): New variables.
15252 (gnus-message-search-citation-line)
15253 (gnus-message-add-citation-keywords)
15254 (gnus-message-remove-citation-keywords)
15255 (turn-on-gnus-message-citation-mode)
15256 (turn-off-gnus-message-citation-mode): New functions.
15257
15258 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
15259
15260 * gnus-cite.el: Enable highlighting of different citation levels in
15261 message-mode.
15262
15263 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15264
15265 * message.el (message-make-fqdn): Fix comment.
15266 (message-bogus-system-names): Add ".local".
15267
15268 * spam.el (spam-ifile-path, spam-ifile-program)
15269 (spam-ifile-database-path, spam-ifile-database)
15270 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15271 Don't use "path" inappropriately.
15272 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15273 strings.
15274 (spam-check-ifile, spam-ifile-register-with-ifile)
15275 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15276 Use new variable names.
15277
15278 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15279 (gnus-treat-display-smileys): Simplify using
15280 gnus-image-type-available-p.
15281
15282 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15283 available.
15284
15285 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15286
15287 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15288 one after turning on the buffer's multibyteness instead of decoding
15289 them directly in the unibyte buffer that causes unexpected conversion
15290 in Emacs 23 (unicode).
15291
15292 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15293
15294 * message.el (message-generate-hashcash): Fix custom type.
15295
15296 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15297
15298 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15299
15300 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15301
15302 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15303 disconnect icons. Add help text.
15304
15305 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
15306
15307 * spam.el (spam-extra-header-to-number): CRM114 spam score is
15308 negated to be consistent with the others we handle.
15309
15310 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15311
15312 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15313 version of gnus-summary-buffer to something, so that we can use two
15314 article buffers at the same time.
15315
15316 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
15317
15318 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15319 trigger all the extra headers.
15320 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15321 sorting.
15322
15323 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15324
15325 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15326 solid groups.
15327
15328 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
15329
15330 * legacy-gnus-agent.el: Add Copyright notice.
15331
15332 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
15333
15334 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15335
15336 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15337
15338 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15339
15340 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15341 to make it work reliably in CVS Emacs.
15342 (gnus-summary-limit-strange-charsets-predicate)
15343 (gnus-summary-limit-to-predicate): New functions.
15344
15345 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
15346
15347 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15348 specifying array size.
15349 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15350 array if it is too small.
15351 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15352 (gnus-sort-threads-loop): New function.
15353
15354 2006-12-06 Chris Moore <dooglus@gmail.com>
15355
15356 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15357 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15358
15359 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
15360
15361 * mm-url.el (mm-url-predefined-programs): Call curl with correct
15362 options.
15363
15364 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15365
15366 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15367 DOS-ing the recipient.
15368
15369 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15370 the headers when creating the mapping to avoid mismappings.
15371 (nnweb-gmane-create-mapping): Always nix out old mapping.
15372
15373 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
15374
15375 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15376 and mm-verify-option to never.
15377
15378 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
15379
15380 * message.el (message-signed-or-encrypted-p): New function.
15381 (message-forward-make-body): Use it.
15382
15383 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15384 Replace encode-coding-string with mm-encode-coding-string.
15385
15386 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
15387
15388 * nneething.el (nneething-decode-file-name):
15389 Replace decode-coding-string with mm-decode-coding-string.
15390
15391 * gnus-int.el (gnus-open-server): Say failed server's name.
15392
15393 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
15394
15395 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15396 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15397
15398 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15399 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15400 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15401 (gnus-group-make-directory-group, gnus-group-transpose-groups):
15402 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15403 (gnus-subscribe-newsgroup, gnus-1):
15404 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15405 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15406 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15407 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15408
15409 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
15410
15411 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15412 keystroke.
15413 (gnus-summary-limit-to-bodies): Implement headersp.
15414
15415 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15416
15417 * dns.el (query-dns): Protect against "Process dns deleted" strings.
15418
15419 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
15420
15421 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15422
15423 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15424
15425 * message.el (message-generate-hashcash): Expand range of values to
15426 include `opportunistic'.
15427 (message-send-mail): Use it.
15428
15429 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15430
15431 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15432 and comment it.
15433
15434 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15435
15436 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
15437
15438 * gnus-util.el (gnus-extract-address-components): Improve comment.
15439
15440 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15441
15442 * gnus-util.el (gnus-extract-address-components): Work with address in
15443 which the name portion contains @.
15444
15445 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15446
15447 * gnus.el (gnus-start): Move custom group up.
15448 (gnus-select-method): Don't autoload, but make it available for
15449 `customize-variable'.
15450 (gnus-getenv-nntpserver): Don't autoload.
15451
15452 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
15453
15454 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15455
15456 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15457
15458 * message.el (message-sendmail-extra-arguments): New variable.
15459 (message-send-mail-with-sendmail): Use it.
15460
15461 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15462
15463 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15464 mm-with-unibyte-current-buffer to make string unibyte.
15465
15466 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15467 mm-string-as-multibyte.
15468
15469 2006-11-14 Daiki Ueno <ueno@unixuser.org>
15470
15471 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15472 Reported by Werner Koch <wk@gnupg.org>.
15473
15474 2006-11-14 Daiki Ueno <ueno@p360>
15475
15476 * mml2015.el: Autoload epa-select-keys when compiling.
15477
15478 2006-11-13 Daiki Ueno <ueno@unixuser.org>
15479
15480 * mml2015.el (mml2015-epg-sign): Save the signing keys in
15481 message-options.
15482 (mml2015-epg-encrypt): Save the recipient keys in message-options.
15483
15484 2006-11-13 Daiki Ueno <ueno@unixuser.org>
15485
15486 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15487 EasyPG (< 0.0.6).
15488 (mml2015-always-trust): New user option.
15489 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15490 prompt.
15491
15492 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
15493
15494 * nntp.el (nntp-authinfo-force): New variable.
15495 (nntp-send-authinfo): Use it.
15496
15497 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
15498
15499 * message.el (message-strip-subject-encoded-words): Allow _not_ to
15500 decode encoded words. Improve prompt. Add comment about forwarding.
15501 (message-replacement-char): Move up.
15502
15503 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15504
15505 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15506 instead of gnus-intersection because arguments of gnus-sorted-nunion
15507 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
15508
15509 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
15510
15511 * message.el (message-strip-subject-encoded-words): Reformat prompt.
15512 (message-simplify-subject-functions):
15513 Enable message-strip-subject-encoded-words by default.
15514
15515 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
15516
15517 * message.el (message-strip-subject-encoded-words): New function.
15518 (message-simplify-subject-functions): New variable.
15519 (message-simplify-subject): Use it. Fix typo in doc string.
15520 Support message-strip-subject-encoded-words.
15521
15522 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
15523
15524 * gnus-diary.el (gnus-diary-delay-format-function):
15525 * nndiary.el (nndiary-reminders):
15526 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15527
15528 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15529
15530 * gnus-art.el (article-hide-boring-headers): Fetch date from
15531 gnus-original-article-buffer to avoid problems with localized date
15532 strings.
15533
15534 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
15535
15536 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15537
15538 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
15539
15540 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15541 New variables.
15542 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15543 (mm-charset-synonym-alist): Move some entries to
15544 mm-codepage-iso-8859-list.
15545 (mm-charset-synonym-alist, mm-charset-override-alist):
15546 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15547
15548 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
15549
15550 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15551
15552 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15553
15554 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15555 with Emacs 21 and XEmacs.
15556
15557 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
15558
15559 * spam.el (spam-parse-address): New function for better parsing,
15560 catching errors, etc.
15561 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15562
15563 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15564
15565 * mm-view.el: Add interactive arg to html2text autoload.
15566
15567 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
15568
15569 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15570
15571 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
15572
15573 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15574 New variables.
15575 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15576 (mm-charset-synonym-alist): Move some entries to
15577 mm-codepage-iso-8859-list.
15578
15579 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15580
15581 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
15582
15583 * message.el (message-citation-line-format)
15584 (message-insert-formated-citation-line): Fix implementation of %E, %N
15585 and %n according to the doc string.
15586
15587 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
15588
15589 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15590 Use car-safe to avoid bad parses.
15591
15592 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
15593
15594 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15595 names.
15596
15597 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15598
15599 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15600
15601 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15602 header.
15603
15604 * message.el (message-draft-headers): Add Date.
15605 (message-headers-to-generate): Fix typo in docstring.
15606
15607 * nndraft.el (nndraft-required-headers): New variable.
15608 (nndraft-generate-headers): Use it.
15609
15610 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15611
15612 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
15613
15614 * gnus-registry.el (gnus-registry-wash-for-keywords)
15615 (gnus-registry-find-keywords): New functions to allow easy searching of
15616 articles that are in the registry.
15617
15618 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
15619
15620 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15621 Use ietf-drums-parse-address instead of gnus-extract-address-components.
15622 Reported by Damien Elmes <damien@repose.cx>.
15623
15624 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
15625
15626 * gnus.el (gnus-mime): Remove unused custom group.
15627
15628 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15629
15630 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15631 "blank line" when searching for end of armor headers.
15632
15633 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
15634
15635 * gmm-utils.el (gmm-write-region): Fix variable name.
15636
15637 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
15638
15639 * gmm-utils.el (gmm-write-region): New function based on compatibility
15640 code from `mm-make-temp-file'.
15641
15642 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15643
15644 * nnmaildir.el (nnmaildir--update-nov)
15645 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15646 Use `gmm-write-region'.
15647
15648 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15649
15650 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15651 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15652
15653 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15654
15655 * message.el (message-replacement-char): New variable.
15656 (message-fix-before-sending): Use it.
15657 (message-simplify-subject): New function to remove duplicate code.
15658 (message-reply, message-followup): Use it.
15659
15660 * gnus-sum.el (gnus-summary-make-menu-bar):
15661 Clarify gnus-summary-limit-to-articles.
15662
15663 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
15664
15665 * gnus-util.el (gnus-with-local-quit): New macro.
15666
15667 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15668
15669 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
15670
15671 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15672 ignore non-string data.
15673
15674 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
15675
15676 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15677 non-string data (needs to be done in the registry too).
15678
15679 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15680
15681 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15682 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15683 (gnus-registry-split-fancy-with-parent)
15684 (gnus-registry-fetch-simplified-message-subject-fast)
15685 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15686 Remove text properties on ingress into the registry and when it's saved.
15687 (gnus-registry-clean-empty-function): Fix bug with cleaning the
15688 registry from entries with no groups.
15689
15690 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15691
15692 * gnus-util.el (gnus-string-remove-all-properties): Add utility
15693 function to remove string properties.
15694
15695 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
15696
15697 * gmm-utils.el (gmm): Adjust custom version.
15698
15699 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15700 Adjust custom version.
15701
15702 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15703
15704 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
15705
15706 * gnus-art.el (gnus-insert-prev-page-button)
15707 (gnus-insert-next-page-button): Simplify. Reformat.
15708
15709 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
15710
15711 * gnus-art.el (gnus-insert-prev-page-button)
15712 (gnus-insert-next-page-button): Apply gnus-article-button-face.
15713
15714 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
15715
15716 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15717
15718 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
15719
15720 * gnus-art.el (gnus-insert-mime-button)
15721 (gnus-insert-mime-security-button):
15722 Apply gnus-article-button-face to MIME and security buttons.
15723
15724 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
15725
15726 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15727 readable.
15728
15729 2006-09-20 Steve Youngs <steve@sxemacs.org>
15730
15731 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15732 `browse-url-of-file' instead of `browse-url'.
15733
15734 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15735
15736 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15737 regexp. Articles containing quotation were cut prematurely.
15738
15739 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
15740
15741 * message.el (message-cite-original-1): Use nobody by default for the
15742 value of From header.
15743 (message-reply): Ditto.
15744
15745 2006-09-11 Daiki Ueno <ueno@unixuser.org>
15746
15747 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15748 to the gnus-info. This fixes a bug of inline-PGP message verification.
15749 Reported by Michael Piotrowski <mxp@dynalabs.de>.
15750
15751 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
15752
15753 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15754 mails in the doc string. Add some URLs in comment.
15755 (pop3-movemail): Warn about pop3-leave-mail-on-server.
15756
15757 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
15758
15759 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15760 backslashes handling and the way to find boundaries of quoted strings.
15761
15762 2006-09-07 Daiki Ueno <ueno@unixuser.org>
15763
15764 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15765 mml1991-encrypt-to-self is set and mml1991-signers is not set.
15766 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15767 mml2015-encrypt-to-self is set and mml2015-signers is not set.
15768
15769 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
15770
15771 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
15772 doc string.
15773 (gnus-button-regexp, gnus-button-last): Remove unused variables.
15774
15775 2006-09-06 Simon Josefsson <jas@extundo.com>
15776
15777 * mml2015.el (mml2015-use): Doc fix, mention epg.
15778
15779 2006-09-06 Daiki Ueno <ueno@unixuser.org>
15780
15781 * mml2015.el (mml2015-use): Default to epg, if available.
15782
15783 2006-09-06 Daiki Ueno <ueno@unixuser.org>
15784
15785 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15786 message-sender.
15787 (mml1991-epg-encrypt): Ditto.
15788 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15789 message-sender.
15790 (mml2015-epg-encrypt): Ditto.
15791
15792 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
15793
15794 * message.el (message-send-mail-with-sendmail): Look for sendmail in
15795 several common directories.
15796
15797 2006-09-05 Daiki Ueno <ueno@unixuser.org>
15798
15799 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15800 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15801
15802 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
15803
15804 * gnus-art.el (article-decode-encoded-words): Make it fast.
15805
15806 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
15807
15808 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15809
15810 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15811 in quoted string into `\'.
15812
15813 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
15814
15815 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15816 Use standard-syntax-table.
15817
15818 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
15819
15820 * gnus-art.el (gnus-decode-address-function): New variable.
15821 (article-decode-encoded-words): Use it to decode headers which are
15822 assumed to contain addresses.
15823 (gnus-mime-delete-part): Remove useless `or'.
15824
15825 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15826 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15827 (gnus-nov-parse-line): Use it to decode From header.
15828 (gnus-get-newsgroup-headers): Ditto.
15829 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15830
15831 * mail-parse.el (mail-decode-encoded-address-region): New alias.
15832 (mail-decode-encoded-address-string): New alias.
15833
15834 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15835 New function.
15836 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15837 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15838 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15839 (rfc2047-decode-string): Ditto.
15840 (rfc2047-decode-address-region): New function.
15841 (rfc2047-decode-address-string): New function.
15842
15843 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
15844
15845 * message.el (message-caesar-buffer-body): Allow rotating headers.
15846
15847 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15848
15849 * message.el (message-insert-formated-citation-line): Fix %f.
15850 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15851
15852 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
15853
15854 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15855 (gnus-bookmark-mouse-available-p): New macro.
15856 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15857 (gnus-bookmark-bmenu-show-infos): Use it.
15858 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15859 (gnus-bookmark-bmenu-hide-infos): Ditto.
15860 (gnus-bookmark-remove-properties): New function.
15861 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15862 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15863 (gnus-bookmark-write-file): Bind coding-system-for-write.
15864 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15865 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15866 group before selecting it.
15867 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15868 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15869 quit-window if it is not available; use gnus-mouse-2 and bind it to
15870 gnus-bookmark-bmenu-select-by-mouse.
15871 (gnus-bookmark-show-details): Remove unused variable `details-list'.
15872 (gnus-bookmark-bmenu-select-by-mouse): New function.
15873
15874 2006-08-13 Romain Francoise <romain@orebokech.com>
15875
15876 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15877 space.
15878
15879 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15880
15881 * compface.el (uncompface): Use binary rather than raw-text-unix.
15882
15883 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15884
15885 * compface.el (uncompface): Make sure the eol conversion doesn't take
15886 place when communicating with the external programs.
15887 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15888
15889 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
15890
15891 * nnheader.el (nnheader-insert-head): Fix typo in comment.
15892
15893 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15894
15895 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15896 Make it more robust by parsing author and date independently.
15897
15898 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15899
15900 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15901
15902 2006-07-28 Daiki Ueno <ueno@unixuser.org>
15903
15904 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15905 first matching secret key.
15906 (mml2015-epg-encrypt): Ditto.
15907
15908 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15909 first matching secret key.
15910 (mml1991-epg-encrypt): Ditto.
15911
15912 * mml2015.el (mml2015-encrypt-to-self): New user option.
15913 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15914 mml2015-epg-encrypt-to-self is set.
15915
15916 * mml1991.el (mml1991-encrypt-to-self): New variable.
15917 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15918 mml1991-epg-encrypt-to-self is set.
15919
15920 * mml2015.el (mml2015-signers): New user option.
15921 (mml2015-epg-sign): Reflect the value of mml2015-signers.
15922 (mml2015-epg-encrypt): Allow to select signing keys.
15923
15924 * mml1991.el (mml1991-signers): New variable.
15925 (mml1991-epg-sign): Reflect the value of mml1991-signers.
15926 (mml1991-epg-encrypt): Allow to select signing keys.
15927
15928 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15929
15930 * nnheader.el (nnheader-insert-head): Make it work even if the file
15931 uses CRLF for the line-break code.
15932
15933 2006-07-25 Daiki Ueno <ueno@unixuser.org>
15934
15935 * mml2015.el: Require mml-sec instead of password.
15936 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15937 (mml2015-cache-passphrase): Inherit the default value from
15938 mml-secure-cache-passphrase.
15939 (mml2015-passphrase-cache-expiry): Inherit the default value from
15940 mml-secure-passphrase-cache-expiry.
15941
15942 * mml1991.el: Require mml-sec instead of password.
15943 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15944 (mml1991-cache-passphrase): Inherit the default value from
15945 mml-secure-cache-passphrase.
15946 (mml1991-passphrase-cache-expiry): Inherit the default value from
15947 mml-secure-passphrase-cache-expiry.
15948
15949 * mml-sec.el: Require password.
15950 (mml-secure-verbose): New user option.
15951 (mml-secure-cache-passphrase): New user option.
15952 (mml-secure-passphrase-cache-expiry): New user option.
15953
15954 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
15955 Andreas Vögele <andreas@altroot.de> (tiny change)
15956
15957 * pgg-def.el (pgg-truncate-key-identifier):
15958 Truncate the key ID to 8 letters from the end.
15959
15960 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15961
15962 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15963 workaround for the url package included with Emacs.
15964
15965 * nnweb.el (nnweb-google-create-mapping): Update regexp.
15966
15967 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15968
15969 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15970 correctly. This fixes a bug caused by the 2006-05-12 change.
15971
15972 2006-07-18 Karl Fogel <kfogel@red-bean.com>
15973
15974 * nnmail.el (nnmail-article-group): If splitting raises an error, give
15975 some information about the error when saying that the `bogus' mail
15976 group will be used.
15977
15978 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
15979
15980 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15981 string.
15982
15983 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
15984
15985 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15986
15987 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15988
15989 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15990
15991 2006-07-10 Daiki Ueno <ueno@unixuser.org>
15992
15993 * mml1991.el (mml1991-function-alist): Add epg.
15994 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15995 (mml1991-epg-encrypt): New functions.
15996
15997 2006-07-10 Daiki Ueno <ueno@unixuser.org>
15998
15999 * mml2015.el (mml2015-verbose): New variable.
16000 (mml2015-cache-passphrase): Ditto.
16001 (mml2015-passphrase-cache-expiry): Ditto.
16002 (mml2015-function-alist): Add epg.
16003 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16004 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16005 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16006 New functions.
16007
16008 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16009
16010 * message.el (message-cite-original-1): Preserve region when removing
16011 quoted text due to X-No-Archive in order to avoid bogus attribution
16012 when citing multiple messages.
16013
16014 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16015
16016 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16017 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16018
16019 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
16020
16021 * gnus-diary.el (gnus-user-format-function-d)
16022 (gnus-user-format-function-D): Autoload.
16023
16024 * imap.el (Commentary): Fix typo.
16025
16026 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16027 2006-04-22 contribution.
16028
16029 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16030
16031 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16032 It didn't really fix the bogosity I'm seeing with solid web groups.
16033
16034 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16035
16036 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16037 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16038 created using server names. If we use the feature without declaring
16039 it, Gnus does not properly manage server and group state.
16040
16041 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16042 bound.
16043
16044 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16045
16046 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16047 looking up the method using GROUP's prefix before inventing a new one.
16048 It is used on killed/unknown groups in various places where returning
16049 an all-new method isn't expected by the caller.
16050
16051 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16052 and match semantics of gnus-group-real-prefix.
16053
16054 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
16055
16056 * nnmail.el (nnmail-broken-references-mailers): New variable.
16057 (nnmail-ignore-broken-references): New function generalizing
16058 nnmail-fix-eudora-headers.
16059 (nnmail-fix-eudora-headers): Now obsolete.
16060
16061 * gnus-art.el (gnus-button-handle-custom):
16062 Support `customize-apropos*'.
16063
16064 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16065
16066 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16067
16068 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16069 articles.
16070
16071 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16072
16073 * message.el (message-cite-reply-above): New variable.
16074 (message-yank-original): Use it.
16075
16076 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
16077
16078 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16079
16080 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
16081
16082 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16083 as read.
16084
16085 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16086
16087 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
16088
16089 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16090 (gnus-bookmark-default-file): Use gnus-directory.
16091 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16092 Remove "*" in doc string.
16093 (gnus-bookmark-write-file): Simplify.
16094 (gnus-bookmark-maybe-sort-alist): Use `when'.
16095 (gnus-bookmark-get-bookmark): Fix typo in doc string.
16096 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16097 Add FIXME about Emacs 21 and XEmacs compatibility.
16098 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16099 compatibility.
16100 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16101 compatibility.
16102 (gnus-bookmark-menu-heading): Fix version.
16103
16104 2006-06-19 Bastien Guerry <bzg@altern.org>
16105
16106 * gnus-bookmark.el: New file.
16107
16108 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
16109
16110 * message.el (message-syntax-checks): Doc fix.
16111
16112 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16113
16114 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16115 unsubscribed groups as if they were killed ones. It causes duplicate
16116 entries in gnus-newsrc-alist.
16117
16118 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16119
16120 * message.el (message-syntax-checks): Doc fix.
16121 (message-send-mail): Add check for continuation headers.
16122 (message-check-news-header-syntax): Fix regexp used to check for
16123 continuation headers.
16124
16125 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16126
16127 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16128
16129 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
16130
16131 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16132
16133 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
16134
16135 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16136 default-truncate-lines.
16137
16138 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
16139
16140 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16141 to fill the utf-8 entry.
16142
16143 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16144
16145 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16146
16147 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
16148
16149 * gnus-agent.el (directory-files-and-attributes): Move all the way
16150 forward (the third and final move).
16151 (gnus-agent-read-agentview): Trap reconstruction errors due to
16152 nonexistent directory. Handle by returning nil.
16153
16154 2006-05-30 Didier Verna <didier@xemacs.org>
16155
16156 * message.el (message-dont-reply-to-names): Update the custom type.
16157 * message.el (message-dont-reply-to-names): New defsubst: potentially
16158 convert a list of regexps into a single one.
16159 * message.el (message-get-reply-headers): Use it.
16160 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16161
16162 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16163
16164 * gnus-agent.el (directory-files-and-attributes): Move forward.
16165
16166 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16167
16168 * gnus-ml.el (gnus-mailing-list-subscribe)
16169 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16170 (gnus-mailing-list-message): Fix doc strings.
16171
16172 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16173
16174 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16175 of doing it manually.
16176
16177 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16178
16179 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16180 comment.
16181
16182 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
16183
16184 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16185 (gnus-agent-read-agentview): Fix handling of end-of-file error.
16186 (gnus-agent-read-local): All symbols allocated in my-obarray.
16187 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16188 (gnus-agent-regenerate-group): Check numeric names to see if they are
16189 messages or groups.
16190 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16191 better way of do this...)
16192
16193 * gnus-cache.el (gnus-agent-total-fetched-for):
16194 Ignore 'dummy.group' (there should be a better way of do this...)
16195
16196 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
16197
16198 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16199 (gnus-saved-headers): Ditto.
16200 (gnus-default-article-saver): Mention functions may have properties.
16201 (gnus-article-save): Override gnus-save-all-headers and
16202 gnus-saved-headers by :headers property which saver function may have.
16203 (gnus-summary-save-in-file): Add :headers property.
16204 (gnus-summary-write-to-file): Ditto.
16205
16206 * gnus-sum.el (gnus-summary-save-article): Bind
16207 gnus-prompt-before-saving to t when saving many articles in a file;
16208 always show all headers.
16209
16210 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16211
16212 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16213 marks.
16214
16215 * message.el (message-indent-citation): Add optional arguments to allow
16216 using it outside of message buffers.
16217
16218 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16219 (gnus-article-treat-unfold-headers): Use it.
16220 (gnus-article-truncate-lines): New variable.
16221 (gnus-article-mode): Use it.
16222 (gnus-article-toggle-truncate-lines): New function.
16223
16224 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16225 Add gnus-article-toggle-truncate-lines.
16226
16227 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16228 coding system in XEmacs, use binary.
16229
16230 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16231
16232 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16233 after-load-alist.
16234
16235 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16236 this function should save decoded articles.
16237 (gnus-summary-write-to-file): Use property to specify this function
16238 should save decoded articles and specify gnus-summary-save-in-file
16239 should be used to save articles other than the first one when saving
16240 many articles.
16241 (gnus-summary-save-body-in-file): Use property to specify this
16242 function should save decoded articles.
16243 (gnus-summary-write-body-to-file): Use property to specify this
16244 function should save decoded articles and specify
16245 gnus-summary-save-body-in-file should be used to save articles other
16246 than the first one when saving many articles.
16247
16248 * gnus-sum.el (gnus-summary-save-article): Simplify.
16249
16250 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
16251
16252 * gnus-art.el (gnus-default-article-saver):
16253 Add gnus-summary-write-body-to-file.
16254 (gnus-article-save-coding-system): Don't use coding system object
16255 in XEmacs.
16256 (gnus-read-save-file-name): Add optional `dir-var' argument which
16257 specifies directory in which files are saved; work even if optional
16258 `variable' argument is not specified.
16259 (gnus-summary-write-to-file): Read file name.
16260 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16261 (gnus-summary-write-body-to-file): New function.
16262
16263 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16264 (gnus-summary-local-variables): Add it.
16265 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16266 (gnus-summary-save-article): Remove optional `decode' argument;
16267 determine whether to decode articles by the value of
16268 gnus-default-article-saver; when saving many files using
16269 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16270 it first and use gnus-summary-save-in-file or
16271 gnus-summary-save-body-in-file thereafter unless
16272 gnus-prompt-before-saving is always; move point to article which
16273 will be saved.
16274 (gnus-summary-save-article-file): Revert.
16275 (gnus-summary-write-article-file): Revert.
16276 (gnus-summary-save-article-body-file): Revert.
16277 (gnus-summary-write-article-body-file): New function.
16278
16279 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16280
16281 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16282
16283 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
16284
16285 * gnus-art.el (gnus-default-article-saver): Doc fix.
16286 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16287 from gnus-summary-save-article-coding-system, and default to a
16288 certain coding system.
16289 (gnus-output-to-file): Add coding cookie and encode text according
16290 to gnus-article-save-coding-system; don't use mm-append-to-file.
16291
16292 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16293 gnus-art.el and rename to gnus-article-save-coding-system.
16294 (gnus-summary-save-article): Require gnus-art; don't show all
16295 headers if it decodes articles; don't add coding cookie here;
16296 don't bind mm-text-coding-system-for-write.
16297 (gnus-summary-save-article-file): Save decoded articles.
16298 (gnus-summary-write-article-file): When saving many files, use
16299 gnus-summary-write-to-file first and gnus-summary-save-in-file
16300 thereafter unless gnus-prompt-before-saving is always.
16301 (gnus-summary-save-article-body-file): Save decoded articles.
16302
16303 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16304
16305 * nnrss.el (nnrss-check-group): Bind hash-index.
16306
16307 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
16308
16309 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16310 its hash index. Store this hash in `nnrss-group-data'.
16311 (nnrss-read-group-data): Update accordingly.
16312
16313 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16314
16315 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16316 entry.
16317
16318 * gnus-sum.el (gnus-summary-make-menu-bar):
16319 Add gnus-article-browse-html-article.
16320
16321 2006-05-23 Hynek Schlawack <hynek@ularx.de>
16322
16323 * gnus-sum.el (gnus-summary-mime-map):
16324 Add gnus-article-browse-html-article.
16325
16326 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16327
16328 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16329 suitable coding systems in customize.
16330
16331 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
16332
16333 * mail-source.el (mail-sources): Fix custom type.
16334
16335 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16336
16337 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16338 (gnus-summary-expire-articles-now): Shorten prompt.
16339
16340 * gmm-utils.el (wid-edit): Require.
16341 (defun-gmm): Rename from `gmm-defun-compat'.
16342 (gmm-image-search-load-path): Use it.
16343 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
16344
16345 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
16346
16347 * gnus-sum.el (gnus-summary-save-article-coding-system):
16348 New variable.
16349 (gnus-summary-save-article): Add optional `decode' argument.
16350 If it is set and gnus-summary-save-article-coding-system is non-nil,
16351 save decoded article.
16352 (gnus-summary-write-article-file): Save decoded article if
16353 gnus-summary-save-article-coding-system is non-nil.
16354
16355 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16356 type.
16357
16358 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
16359
16360 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16361
16362 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
16363
16364 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16365 first to test gnus-single-article-buffer which may be buffer-local.
16366
16367 * gnus-sum.el (gnus-summary-setup-buffer):
16368 Make gnus-single-article-buffer buffer-local and nil in ephemeral
16369 group; make gnus-article-buffer, gnus-article-current, and
16370 gnus-original-article-buffer always buffer-local.
16371 (gnus-summary-exit): Kill article buffer belonging to ephemeral
16372 group.
16373 (gnus-handle-ephemeral-exit): Don't move to next summary line.
16374
16375 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
16376
16377 * nnml.el (nnml-request-compact-group): Compressed files might not
16378 have .gz extension.
16379
16380 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
16381
16382 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16383 (mm-copy-to-buffer): Use with-current-buffer.
16384 (mm-display-part): Simplify.
16385 (mm-inlinable-p): Add optional arg `type'.
16386
16387 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16388
16389 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16390 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16391 Try harder to show the attachment internally or externally using
16392 gnus-mime-view-part-as-type.
16393
16394 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
16395
16396 * message.el (message-from-style, message-signature-separator)
16397 (message-user-organization-file, message-send-mail-function)
16398 (message-citation-line-function, message-yank-prefix)
16399 (message-indent-citation-function, message-signature)
16400 (message-signature-file, message-signature-insert-empty-line):
16401 Remove autoloads.
16402
16403 * gnus-art.el (gnus-buttonized-mime-types):
16404 Remove "multipart/signed". Revert 2006-04-26 change.
16405
16406 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16407
16408 * gnus.el (gnus-version-number): Bump version.
16409
16410 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16411
16412 * gnus.el: No Gnus v0.5 is released.
16413
16414 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16415
16416 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16417 fetching articles by message-id.
16418
16419 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16420
16421 * message.el (hashcash): Require hashcash as normal.
16422
16423 * ecomplete.el (ecomplete-highlight-match-line):
16424 Use point-at-eol.
16425 (ecomplete-highlight-match-line): Use `highlight', because that
16426 face exists in both Emacs and XEmacs.
16427
16428 * message.el (message-display-abbrev): Use point-at-bol.
16429
16430 * mail-source.el: Don't require timer/timer-funcs.
16431
16432 * gnus-async.el: Ditto.
16433
16434 * password.el: Ditto.
16435
16436 * mm-url.el: Ditto.
16437
16438 * mm-util.el: Require timer/timer-funcs.
16439
16440 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16441
16442 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16443 Close.
16444
16445 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
16446
16447 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16448 unibyte after clear-decrypt function runs.
16449
16450 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16451 returns as a unibyte string.
16452
16453 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
16454
16455 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16456 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16457 (mml1991-pgg-encrypt): Ditto.
16458
16459 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
16460
16461 * message.el (message-user-organization-file): Check several
16462 locations of the organization file.
16463
16464 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16465 Add gnus-article-view-part-as-type.
16466
16467 * gnus-art.el (gnus-article-view-part-as-type): New function.
16468
16469 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16470 .mobi and .travel. Remove .nato, .bitnet and .uucp.
16471
16472 * mml.el: Simplify autoload.
16473 (mml-mode): defvar dnd-protocol-alist instead of using
16474 symbol-value.
16475 (mml-default-directory): New variable.
16476 (mml-minibuffer-read-file): Use it.
16477 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16478
16479 * message.el (message-citation-line-format): New variable.
16480 (message-insert-formated-citation-line): New function.
16481 (message-citation-line-function):
16482 Add `message-insert-formated-citation-line' to custom type.
16483
16484 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16485 to doc string.
16486
16487 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16488 depending on mm-verify-option.
16489
16490 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
16491
16492 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16493 binding pgg-* variables; reimplement the section which prevents
16494 MIME header from being signed.
16495 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16496 pgg-text-mode; remove a blank line at the top of body.
16497
16498 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16499 lines at the top of body; use gnus-newsgroup-charset if there's no
16500 Charset header.
16501
16502 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16503
16504 * message.el (message-self-insert-commands): Doc fix.
16505
16506 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16507 (mm-uu-pgp-encrypted-test): Ditto.
16508 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16509 between header and body; return application/pgp-encrypted handle
16510 if decryption failed; decode decrypted body by charset.
16511
16512 * mm-decode.el (mm-automatic-display): Don't make application/pgp
16513 element match to application/pgp-*.
16514
16515 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16516
16517 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16518 HTML.
16519
16520 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16521
16522 * mail-source.el (mail-source-call-script): Message the error
16523 string.
16524
16525 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16526
16527 * gnus-util.el (gnus-byte-compile): Use it.
16528
16529 2006-04-22 xyblor <fake@invalid.email> (tiny change)
16530
16531 * gnus-util.el (kill-empty-logs): New function.
16532
16533 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16534
16535 * message.el (message-mail-alias-type): Doc fix.
16536 (message-mail-alias-type-p): New function.
16537 (message-send): Use it.
16538 (message-mode): Ditto.
16539 (message-strip-forbidden-properties): Ditto.
16540
16541 * ecomplete.el (ecomplete-database-file-coding-system):
16542 New variable.
16543 (ecomplete-save): Use it.
16544 (ecomplete-setup): Use it.
16545
16546 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
16547
16548 * message.el (message-self-insert-commands): New variable.
16549 (message-strip-forbidden-properties): Use it.
16550
16551 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16552
16553 * message.el (message-put-addresses-in-ecomplete): Use a regexp
16554 that doesn't make XEmacs choke.
16555
16556 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
16557
16558 * gnus-util.el (gnus-replace-in-string):
16559 Prefer replace-regexp-in-string over of replace-in-string.
16560
16561 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
16562
16563 * gnus-util.el (gnus-select-frame-set-input-focus):
16564 Use select-frame-set-input-focus if it is available in XEmacs; use
16565 definition defined in Emacs 22 for old Emacsen.
16566
16567 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16568
16569 * mm-view.el (mm-inline-text): Use equal instead of equalp.
16570
16571 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
16572
16573 * gnus-registry.el (gnus-registry-cache-save): Remove text
16574 properties when saving via the temp buffer.
16575
16576 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16577
16578 * message.el (message-generate-hashcash): Honor custom type.
16579
16580 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16581
16582 * message.el (message-generate-hashcash): Default to non-nil when
16583 hashcash is found.
16584
16585 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16586 (gnus-refer-thread-limit): Increase default to 500.
16587
16588 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16589
16590 * flow-fill.el (fill-flowed): Allow delete-space.
16591
16592 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16593
16594 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16595 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16596 Remove autoloads.
16597
16598 2006-04-18 Simon Josefsson <jas@extundo.com>
16599
16600 * message.el (message-generate-hashcash): Default to.
16601
16602 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16603
16604 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16605 concatenating segments rather than before concatenating them.
16606
16607 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
16608
16609 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16610
16611 * imap.el (imap-quote-specials): New function.
16612 (imap-login-auth): Quote specials.
16613
16614 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16615
16616 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16617
16618 * message.el (message-forward-make-body-plain):
16619 Allow message-forward-ignored-headers to be a list.
16620 (message-remove-ignored-headers): Factor out into function.
16621 (message-forward-make-body-mml): Use it.
16622 * rfc2231.el (rfc2231-parse-string): Remove dead code.
16623 (rfc2231-parse-string): Allow concatanation of parameters that
16624 aren't contiguous. The test case is
16625 (mail-header-parse-content-type "message/external-body;
16626 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16627 access-type=LOCAL-FILE;
16628 name*1*=plugh%2fhello-sailor%2fbing.pdf")
16629
16630 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
16631
16632 * nntp.el (nntp-accept-process-output): Return the value of
16633 `nnheader-accept-process-output'.
16634
16635 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16636
16637 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16638 (gnus-button-alist): Recognize more diff formats.
16639 (gnus-button-patch): Strip directory.
16640
16641 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
16642
16643 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16644 Emacs 22 when setting focus.
16645
16646 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16647
16648 * gnus-art.el (gnus-article-treat-types): Do treatment of
16649 text/x-verbatim parts.
16650 (gnus-button-patch): New command.
16651
16652 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16653 addresses that contain invalid characters.
16654
16655 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16656
16657 * message.el (message-put-addresses-in-ecomplete):
16658 Use gnus-replace-in-string.
16659 (message-is-yours-p): Use the more correct
16660 mail-header-parse-address instead of
16661 mail-extract-address-components.
16662 (message-put-addresses-in-ecomplete): Fix typo.
16663
16664 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16665 keystroke.
16666
16667 * gnus-art.el (gnus-treatment-function-alist): Change order of
16668 newsgroups/generic header folding to avoid double-folding.
16669
16670 * message.el (message-hidden-headers): Add X-Draft-From.
16671
16672 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16673 New command.
16674 (gnus-summary-repeat-search-article-backward): New command.
16675
16676 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16677 groups in the parent topic.
16678
16679 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
16680
16681 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16682 (spam-extra-header-to-number): Return the CRM114 number as a
16683 number instead of a string.
16684
16685 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16686
16687 * gnus-art.el (gnus-face-properties-alist): Move here from
16688 gnus-fun.
16689
16690 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16691
16692 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16693
16694 * message.el (message-strip-forbidden-properties): Only display on
16695 self-insert-command.
16696
16697 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16698 reindent.
16699 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16700
16701 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
16702
16703 * smiley.el (smiley-style): Fix typo.
16704
16705 2006-03-23 Kenichi Handa <handa@m17n.org>
16706
16707 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16708 instead of set-buffer-multibyte.
16709
16710 2006-03-23 Kenichi Handa <handa@m17n.org>
16711
16712 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16713 buffer and then decode the buffer text if necessary.
16714 (rfc2231-encode-string): Be sure to work on multibyte buffer at
16715 first, and after mm-encode-body, change the buffer to unibyte.
16716
16717 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16718
16719 * hashcash.el (hashcash-insert-payment-async-2):
16720 Use message-goto-eoh instead of doing it manually.
16721 (mail-add-payment): Use message-narrow-to-header instead of trying
16722 to do the same itself.
16723
16724 * message.el (message-hidden-headers): Add Face.
16725
16726 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16727 reparenting code.
16728 (gnus-summary-reparent-children): Refactored out code.
16729 (gnus-summary-thread-map): New keystroke.
16730 (gnus-summary-reparent-children): Make into command.
16731
16732 * smiley.el (smiley-style): Default to `medium' if using a large
16733 font.
16734
16735 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16736 does it itself.
16737
16738 * message.el (message-point-in-header-p): Simplify definition.
16739
16740 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16741
16742 * nnagent.el (nnagent-request-set-mark): Silence log file
16743 writing.
16744 (nnagent-request-set-mark): Use write-region instead of
16745 append-to-file.
16746
16747 * gnus-sum.el (gnus-read-header): Fudge article number if using a
16748 strange select method.
16749
16750 * ecomplete.el (ecomplete-display-matches): Get highlightling
16751 right.
16752 (ecomplete-display-matches): Use literals.
16753 (ecomplete-display-matches): Disable message logging.
16754
16755 * message.el (message-display-abbrev): Small optimization.
16756
16757 * ecomplete.el (ecomplete-display-matches): Allow automatic
16758 display.
16759
16760 * message.el (message-strip-forbidden-properties):
16761 Display abbrevs.
16762 (message-display-abbrev): Get automatic display right.
16763
16764 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16765 keystrokes.
16766
16767 2006-04-13 Romain Francoise <romain@orebokech.com>
16768
16769 TODO: Backport to v5-10!
16770
16771 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16772 Move here (and rename) from gnus-registry.el.
16773
16774 * gnus-registry.el: Require gnus-util.
16775 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16776
16777 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16778
16779 * gnus-group.el (gnus-group-catchup-current):
16780 Change if-then-else-if-then-else into cond.
16781 (gnus-group-catchup): Indent.
16782 (group-name-at-point): New function.
16783 (gnus-fetch-group): Provide default from thing at point.
16784
16785 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16786
16787 * message.el (message-display-abbrev): Fix regexp.
16788
16789 * ecomplete.el (ecomplete-highlight-match-line):
16790 Reimplement choosing.
16791 (ecomplete-highlight-match-line): Fix up code rewrite, remove
16792 dead variables.
16793
16794 * message.el (message-newline-and-indent): Remove debugging.
16795 (message-display-abbrev): Use new implementation.
16796
16797 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
16798
16799 * gnus-art.el (gnus-article-mode):
16800 Set cursor-in-non-selected-windows to nil.
16801
16802 * smiley.el: Revert previous change.
16803 (smiley-data-directory): defvar it before using it in the
16804 defcustom of `smiley-style'.
16805
16806 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16807
16808 * message.el (message-newline-and-indent): New function.
16809
16810 * ecomplete.el: Implement more bits.
16811
16812 * message.el (message-put-addresses-in-ecomplete): Clean up the
16813 string.
16814
16815 * ecomplete.el (ecomplete-add-item): Chop off decimals.
16816
16817 * gnus-sum.el (gnus-summary-save-parts):
16818 Bind gnus-summary-save-parts-counter and use it to make unique file
16819 names.
16820
16821 * gnus-art.el (gnus-ignored-headers): Add some more headers.
16822
16823 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16824 parameter to say whether to actually parse the individual
16825 addresses.
16826
16827 * message.el (message-put-addresses-in-ecomplete): New function.
16828 (ecomplete): Require.
16829 (message-mail-alias-type): Add ecomplete as an option.
16830
16831 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
16832
16833 * flow-fill.el (fill-flowed): Remove trailing space from blank
16834 quoted lines.
16835
16836 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16837
16838 * smiley.el (smiley-style): Move definition later to avoid a
16839 compilation warning.
16840
16841 2006-04-12 Kenichi Handa <handa@m17n.org>
16842
16843 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16844 buffer and then decode the buffer text if necessary.
16845 (rfc2231-encode-string): Be sure to work on multibyte buffer at
16846 first, and after mm-encode-body, change the buffer to unibyte.
16847 Use mm-disable-multibyte instead of set-buffer-multibyte.
16848
16849 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
16850
16851 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16852 Content-Type header instead of Content-Disposition header.
16853 (gnus-mime-inline-part): Ditto.
16854 (gnus-mime-view-part-as-charset): Ignore charset that the part
16855 specifies.
16856
16857 * mm-decode.el (mm-display-part): Work with external parts and
16858 usual parts similarly.
16859
16860 * mm-extern.el (mm-inline-external-body): Use mm-display-part
16861 instead of gnus-display-mime.
16862
16863 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16864 instead of with-temp-buffer.
16865
16866 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16867 tag to summarized topics part in order to encode non-ASCII text.
16868
16869 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
16870
16871 * smiley.el (smiley-style): New variable.
16872 (smiley-directory): New function.
16873 (smiley-data-directory): Derive from `smiley-style' using
16874 `smiley-directory'.
16875 (smiley-regexp-alist): Add new entries.
16876
16877 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16878 (gnus-article-browse-delete-temp): Add :version.
16879
16880 2006-04-11 Arne Jørgensen <arne@arnested.dk>
16881
16882 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16883 the sieve region.
16884
16885 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16886
16887 * gnus.el (gnus-version-number): Bump version.
16888
16889 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
16890
16891 * gnus.el: No Gnus v0.4 is released.
16892
16893 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16894
16895 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16896 layout.
16897
16898 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16899 unknown charset.
16900
16901 * message.el (message-header-synonyms): Add Original-To to the
16902 default.
16903
16904 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16905 optional parameter.
16906
16907 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
16908
16909 * gnus-fun.el (gnus): Require it for gnus-directory.
16910
16911 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16912
16913 * gnus-fun.el (gnus-face-properties-alist): Add :version.
16914
16915 2006-04-05 Daiki Ueno <ueno@unixuser.org>
16916
16917 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16918
16919 2006-04-05 Simon Josefsson <jas@extundo.com>
16920
16921 * password.el (password-reset): New function.
16922
16923 2006-04-05 Daiki Ueno <ueno@unixuser.org>
16924
16925 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16926 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16927
16928 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16929
16930 * nnweb.el (nnweb-google-create-mapping): Update regexp.
16931 Some whitespace was matched into the url, which broke browsing hits
16932 > 100 when mm-url-use-external was nil.
16933
16934 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
16935
16936 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16937 Check gnus-extra-headers for 'Newsgroups.
16938
16939 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16940 bound.
16941
16942 2006-04-04 Daiki Ueno <ueno@unixuser.org>
16943
16944 * pgg-gpg.el: Clean up process buffers every time gpg processes
16945 complete.
16946
16947 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
16948
16949 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16950 doc string.
16951
16952 2006-04-03 Daiki Ueno <ueno@unixuser.org>
16953
16954 * pgg-gpg.el (pgg-gpg-process-filter)
16955 (pgg-gpg-wait-for-completion): Check if buffer is alive.
16956
16957 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16958 lines, temporary fix.
16959
16960 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16961
16962 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16963
16964 2006-03-29 Daiki Ueno <ueno@unixuser.org>
16965
16966 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16967 default-enable-multibyte-characters. This reverts the change from
16968 revision 6.17 which is no longer necessary because the passphrase
16969 is sent separately now. GnuPG messages are unreadable under
16970 multibyte locales with default-enable-multibyte-characters set to
16971 nil.
16972
16973 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
16974
16975 * message.el (message-tool-bar-gnome): Move "spell".
16976
16977 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
16978
16979 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16980 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
16981 instead.
16982
16983 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
16984
16985 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16986 Improve newsgroups handling for NNTP overviews which don't include
16987 Newsgroups.
16988
16989 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16990
16991 * message.el (message-resend): Bind message-generate-hashcash to nil.
16992
16993 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16994
16995 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16996 when searching for already-paid recipients.
16997
16998 2006-03-27 Daiki Ueno <ueno@unixuser.org>
16999
17000 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17001 passphrases when it is not needed.
17002 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17003 passphrase stuff from gpg, should only be necessary when you use
17004 gpg with a smartcard.
17005
17006 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17007
17008 * mml.el (mml-insert-mime): Ignore cached contents of
17009 message/external-body part.
17010
17011 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17012 (mm-insert-part): Ditto.
17013
17014 2006-03-23 Simon Josefsson <jas@extundo.com>
17015
17016 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17017 Reiner.
17018 (pgg-gpg-use-agent-p): Use it again.
17019
17020 2006-03-23 Simon Josefsson <jas@extundo.com>
17021
17022 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17023 older emacsen.
17024 (pgg-gpg-use-agent-p): Don't use it.
17025
17026 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
17027
17028 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17029 if we can.
17030
17031 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
17032
17033 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17034 (pgg-gpg-update-agent): New function.
17035 (pgg-gpg-use-agent-p): New function.
17036 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17037 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17038 (pgg-gpg-sign-region): Use it.
17039
17040 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
17041
17042 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17043 Reported by Ralf Wachinger <rwachinger@gmx.de>.
17044
17045 2006-03-21 Simon Josefsson <jas@extundo.com>
17046
17047 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17048 <wilde@sha-bang.de>.
17049 (pgg-gpg-use-agent): New variable.
17050 (pgg-gpg-process-region): Use it.
17051 (pgg-gpg-encrypt-region): Likewise.
17052 (pgg-gpg-encrypt-symmetric-region): Likewise.
17053 (pgg-gpg-decrypt-region): Likewise.
17054 (pgg-gpg-sign-region): Likewise.
17055 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17056
17057 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
17058
17059 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17060
17061 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17062 Add comment on version.
17063
17064 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
17065
17066 * smiley.el: Add missing test smiley.
17067
17068 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
17069
17070 * mm-decode.el (mm-with-part): New macro.
17071 (mm-get-part): Use it; work with message/external-body as well.
17072 (mm-save-part): Treat name and filename equally.
17073
17074 * mm-extern.el (mm-extern-cache-contents): New function.
17075 (mm-inline-external-body): Use it; force the part to be displayed;
17076 move undisplayer added to the cached handle to the parent.
17077
17078 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17079 (gnus-mime-view-part-as-type): Work with message/external-body.
17080
17081 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17082
17083 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
17084
17085 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17086 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
17087 Emacs.]
17088
17089 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
17090
17091 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17092 path rather than symbol. Always return list of directories.
17093 Guarantee that image directory comes first. [Sync with image.el,
17094 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
17095
17096 * message.el (message-make-tool-bar): Adjust to new API of
17097 `gmm-image-load-path-for-library'.
17098
17099 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17100
17101 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17102
17103 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17104
17105 * gnus-art.el (gnus-article-only-boring-p):
17106 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17107 intangible text.
17108 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17109
17110 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
17111
17112 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17113 Use `defun' instead of `gmm-defun-compat'.
17114
17115 2006-03-14 Simon Josefsson <jas@extundo.com>
17116
17117 * message.el (message-unique-id): Don't use message-number-base36
17118 if (user-uid) is a float.
17119 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17120
17121 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
17122
17123 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17124
17125 * gnus-art.el (gnus-mime-display-single): Make sure there is an
17126 empty line between a part and a message part.
17127
17128 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
17129
17130 * smiley.el: Add more test smileys.
17131 (smiley-data-directory, smiley-regexp-alist)
17132 (gnus-smiley-file-types): Fix doc strings.
17133 (smiley-update-cache): Clear smiley-cached-regexp-alist before
17134 adding new elements.
17135 (smiley-mouse-map): Unused code. Make it a comment.
17136
17137 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
17138
17139 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17140 scan latest NoCeM messages instead of old ones.
17141 (gnus-nocem-check-article): Fix regexps so as to match to PGP
17142 delimiters that are recently used.
17143 (gnus-nocem-load-cache): Add autoload cookie.
17144
17145 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17146
17147 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17148 level which is larger than gnus-use-nocem is specified.
17149
17150 * gnus-group.el (gnus-group-get-new-news): Ditto.
17151
17152 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
17153
17154 * gnus-util.el (gnus-tool-bar-update): New function.
17155
17156 * gnus-group.el (gnus-group-update-tool-bar): New variable.
17157 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17158
17159 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17160
17161 * gnus-group.el (gnus-group-redraw-when-idle)
17162 (gnus-group-redraw-check): Remove.
17163 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17164
17165 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
17166
17167 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17168 if optional last element is specified in splits (FIELD VALUE...).
17169
17170 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
17171
17172 * message.el (message-make-tool-bar): Rename gmm-image-load-path
17173 to gmm-image-load-path-for-library. Call with no-error argument.
17174 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17175
17176 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17177
17178 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17179
17180 * gmm-utils.el (gmm-image-load-path): Remove alias.
17181
17182 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
17183
17184 * gmm-utils.el (gmm-image-load-path): Add alias.
17185
17186 * nnml.el (nnml-generate-nov-databases-directory): Rename from
17187 nnml-generate-nov-databases-1.
17188 (nnml-generate-nov-databases): Use it.
17189 (nnml-generate-nov-databases-directory): Document no-active
17190 argument.
17191
17192 * gmm-utils.el (gmm-image-load-path-for-library): Return single
17193 directory if path is t. Add no-error.
17194
17195 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17196 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17197
17198 * gnus-art.el (gnus-article-browse-delete-temp-files):
17199 Simplify resetting gnus-article-browse-html-temp-list.
17200
17201 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17202 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
17203 Add example to docstring. Rename local variables. Move error
17204 checks to default case in cond and simplify.
17205
17206 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
17207
17208 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17209 handle is multipart when calling it recursively.
17210 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17211
17212 2006-03-03 Daniel Pittman <daniel@rimspace.net>
17213
17214 * nnimap.el (nnimap-request-update-info-internal): Optimize.
17215 Don't `gnus-uncompress-range' to avoid excessive memory usage.
17216
17217 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17218
17219 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17220 is loaded.
17221
17222 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17223 loaded.
17224
17225 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
17226
17227 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17228 to "Emacs 23 (unicode)" in doc string.
17229
17230 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17231 "Emacs 23 (unicode)" in comment.
17232
17233 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17234
17235 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17236
17237 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17238 characters 160 through 255 in Emacs 23.
17239
17240 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17241
17242 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17243 gnus-article-browse-html-temp.
17244 (gnus-article-browse-delete-temp): Make it customizable.
17245 Add `file'. Adjust doc string.
17246 (gnus-article-browse-delete-temp-files): Add argument.
17247 Allow query for each file. Adjust doc string.
17248 (gnus-article-browse-html-parts):
17249 Add `gnus-article-browse-delete-temp-files' to
17250 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17251
17252 2006-03-02 Hynek Schlawack <hynek@ularx.de>
17253
17254 * gnus-art.el (gnus-article-browse-html-temp)
17255 (gnus-article-browse-delete-temp): New variables.
17256 (gnus-article-browse-delete-temp-files): New function.
17257 (gnus-article-browse-html-parts): Use it.
17258
17259 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17260
17261 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17262
17263 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17264 string.
17265
17266 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17267 gnus-summary-insert-new-articles when unplugged.
17268 Remove gnus-summary-search-article-forward.
17269
17270 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17271 display-visual-class instead of display-color-cells.
17272
17273 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
17274
17275 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17276 message/* containing non-ASCII text properly.
17277
17278 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
17279
17280 * message.el: Require gmm-utils, remove autoloads.
17281 (message-tool-bar): Set default based on
17282 gmm-tool-bar-style.
17283 (message-tool-bar-gnome): Add gmm-customize-mode.
17284
17285 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17286 gmm-tool-bar-style.
17287 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17288
17289 * gnus-group.el (gnus-group-tool-bar): Set default based on
17290 gmm-tool-bar-style.
17291 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17292
17293 * gmm-utils.el (gmm-image-directory): Rename variable from
17294 gmm-image-load-path.
17295 (gmm-image-load-path): Use gmm-image-directory.
17296 (gmm-customize-mode): New function.
17297 (gmm-tool-bar-style): New variable.
17298
17299 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17300 gnus-group-redraw-line-number.
17301 (gnus-group-redraw-check): Simplify.
17302 (gnus-group-tool-bar-update): Remove redraw check.
17303 (gnus-group-make-tool-bar): Add redraw check.
17304
17305 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
17306
17307 * gnus-art.el (gnus-button): Add missing parentheses.
17308
17309 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
17310
17311 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17312
17313 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
17314
17315 * gnus-art.el (gnus-button): New face.
17316 (gnus-article-button-face): Use it.
17317
17318 * gnus-sum.el (gnus-summary-tool-bar-gnome):
17319 Add gnus-summary-next-page. Re-order.
17320
17321 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17322 next-node are now included.
17323 (gnus-group-redraw-line-number): New internal variable.
17324 (gnus-group-redraw-check): Helper function for updating the tool
17325 bar.
17326 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17327
17328 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17329
17330 * spam.el (spam-spamassassin-score-regexp): New internal variable.
17331 (spam-extra-header-to-number, spam-check-spamassassin-headers):
17332 Use it to match format of Spamassassin 3.0 and later.
17333 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17334 (spam-check-bogofilter)
17335 (spam-bogofilter-register-with-bogofilter): Fix args of
17336 `gnus-error' calls.
17337
17338 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
17339
17340 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17341 unnecessary interaction when sending queued mails.
17342 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17343
17344 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
17345
17346 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17347 first or last are nil.
17348
17349 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17350
17351 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17352
17353 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
17354
17355 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17356
17357 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
17358
17359 * dns.el (query-dns): Protect more against buggy tcp output.
17360
17361 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17362
17363 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17364 nov.php.
17365
17366 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17367
17368 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17369 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17370 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
17371 output on the server side.
17372 (nnweb-google-create-mapping): Update regexps and add some
17373 progress indication.
17374
17375 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
17376
17377 * gnus-group.el (gnus-group-tool-bar-gnome):
17378 Fix gnus-agent-toggle-plugged. Re-order icons.
17379 (gnus-group-tool-bar-gnome):
17380 Add gnus-group-{prev,next}-unread-group.
17381 (gnus-group-tool-bar-gnome): Re-order icons.
17382
17383 * gnus-sum.el (gnus-summary-tool-bar-gnome):
17384 Move gnus-summary-insert-new-articles.
17385
17386 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17387 Fix comments.
17388
17389 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
17390 also available in Emacs 21.3.
17391
17392 * message.el (message-fix-before-sending): Change "Emacs 22" to
17393 "Emacs 23 (unicode)" in comment.
17394
17395 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17396 "Emacs 23 (unicode)" in comment.
17397
17398 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17399 comment.
17400 (mm-coding-system-p): Add comment about no-MULE XEmacs.
17401
17402 * mm-view.el (mm-fill-flowed): Add :version.
17403
17404 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
17405
17406 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17407 and load-path.
17408
17409 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
17410
17411 * message.el: Autoload gmm-image-load-path.
17412 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17413 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
17414 consitency.
17415
17416 * gmm-utils.el (gmm-image-load-path): Also search in
17417 "../etc/images". Don't set gmm-image-load-path if we don't find
17418 the image.
17419
17420 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
17421
17422 * gmm-utils.el (gmm-image-load-path): Don't make
17423 `gmm-image-load-path' include subdirectories which the second arg
17424 `image' might specify.
17425
17426 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17427 subdirectory to icon file names.
17428
17429 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17430
17431 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
17432
17433 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17434 gmm-image-load-path calls.
17435
17436 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17437
17438 * message.el (message-make-tool-bar): Ditto.
17439
17440 * mml.el (mml-preview): Add comment concerning tool bar icons.
17441
17442 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17443 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17444
17445 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17446 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17447
17448 * message.el (message-tool-bar-gnome): Use new icon names.
17449 (message-make-tool-bar): Use `gmm-image-load-path'.
17450
17451 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17452 New functions from MH-E.
17453 (gmm-image-load-path): New variable from MH-E.
17454 (gmm-image-load-path): New function from MH-E. Add arguments
17455 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
17456 *-image-load-path-called-flag.
17457
17458 2006-02-21 Milan Zamazal <pdm@brailcom.org>
17459
17460 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17461
17462 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
17463
17464 * nnimap.el (nnimap-request-move-article): Change folder back to
17465 source group before deleting.
17466
17467 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
17468
17469 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17470
17471 * gnus-art.el (mm-url-insert-file-contents-external):
17472 Autoload mm-url.
17473
17474 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17475
17476 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
17477
17478 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17479 coding system which mm-charset-to-coding-system returns for a
17480 given charset is valid.
17481
17482 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
17483
17484 * html2text.el (html2text-remove-tag-list):
17485 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17486
17487 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
17488
17489 * gnus-cus.el: Revert 2005-10-17 change.
17490
17491 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
17492
17493 * gnus-art.el (article-strip-banner):
17494 Call article-really-strip-banner only when the regexp match is made.
17495
17496 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
17497
17498 * gnus-art.el (article-strip-banner):
17499 Use gnus-extract-address-components instead of
17500 mail-header-parse-addresses to make it work with non-ASCII text;
17501 remove mail-encode-encoded-word-string.
17502
17503 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17504 values which are surrounded with \"...\"; make it never cause a
17505 Lisp error; give up parsing of parameters if it failed in
17506 extracting type.
17507
17508 2006-02-14 Arne Jørgensen <arne@arnested.dk>
17509
17510 * smime.el (smime-cert-by-ldap-1): Fix bug where
17511 `smime-ldap-search' returns results without userCertificates.
17512
17513 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
17514
17515 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17516
17517 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
17518
17519 * spam.el (spam-check-spamassassin-headers): Adapt format for
17520 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
17521 <ari@mbf.ocn.ne.jp>.
17522 (spam-list-of-processors): Add spam-use-gmane.
17523
17524 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
17525
17526 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17527 make-temp-file; make it work with XEmacs as well.
17528
17529 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17530 mm-make-temp-file.
17531
17532 * mm-decode.el (mm-display-external): Use the 3rd arg of
17533 mm-make-temp-file.
17534 (mm-create-image-xemacs): Ditto.
17535
17536 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
17537
17538 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17539 with message-narrow-to-headers.
17540 (gnus-draft-setup): Narrow to header to run message-fetch-field.
17541 (gnus-draft-check-draft-articles): New function.
17542 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17543
17544 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
17545
17546 * gnus-art.el (gnus-article-browse-html-parts):
17547 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17548 Don't use suffix argument for mm-make-temp-file for Emacs 21
17549 compatibility. Remove useless `format'.
17550
17551 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17552
17553 * nnweb.el (nnweb-google-wash-article): Update regexps.
17554 (nnweb-group-alist): Use defvoo instead of defvar.
17555
17556 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
17557
17558 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17559 re-loading nn* modules.
17560
17561 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
17562
17563 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17564 for `tool-bar-mode' and don't check it's default-value.
17565
17566 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17567
17568 * message.el (message-make-tool-bar): Ditto.
17569
17570 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17571 `substring'. Shorten tmp-file name.
17572
17573 * gnus.el: Remove bogus comment.
17574
17575 2006-02-10 Hynek Schlawack <hynek@ularx.de>
17576
17577 * gnus-art.el (gnus-article-browse-html-parts): New function.
17578 (gnus-article-browse-html-article): New function for viewing html
17579 articles with a browser.
17580
17581 2006-02-09 Daiki Ueno <ueno@unixuser.org>
17582
17583 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17584 (mml2015-pgg-encrypt): Ditto.
17585
17586 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17587 (mml1991-pgg-encrypt): Ditto.
17588
17589 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
17590
17591 * nnfolder.el (nnfolder-insert-newsgroup-line):
17592 Use message-make-date instead of current-time-string.
17593
17594 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17595 to gnus-decoded which mm-uu might set.
17596
17597 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
17598
17599 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17600 don't decode quoted parameters; remove misimported Emacs code.
17601 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17602 (rfc2231-decode-encoded-string): Don't use split-string which
17603 behaves differently according to Emacs version; use
17604 mm-decode-coding-region to convert charset to coding-system.
17605 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17606 (rfc2231-encode-string): Remove misimported Emacs code.
17607
17608 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
17609
17610 * gnus-art.el (article-decode-charset): Don't use ignore-errors
17611 when calling mail-header-parse-content-type.
17612 (article-de-quoted-unreadable): Ditto.
17613 (article-de-base64-unreadable): Ditto.
17614 (article-wash-html): Ditto.
17615
17616 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17617 calling mail-header-parse-content-type and
17618 mail-header-parse-content-disposition.
17619 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17620 mail-header-parse-content-type.
17621
17622 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17623 insert charset and format parameters; encode description after
17624 inserting it to buffer.
17625 (mml-insert-parameter): Fold lines properly even if a parameter is
17626 segmented into two or more lines; change the max column to 76.
17627
17628 * rfc1843.el (rfc1843-decode-article-body): Don't use
17629 ignore-errors when calling mail-header-parse-content-type.
17630
17631 * rfc2231.el (rfc2231-parse-string): Return at least type if
17632 possible; don't cause an error even if it fails in parsing of
17633 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17634 (rfc2231-encode-string): Don't break lines at the beginning, leave
17635 it to mml-insert-parameter.
17636
17637 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17638 calling mail-header-parse-content-type.
17639
17640 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
17641
17642 * spam-report.el (spam-report-gmane-use-article-number):
17643 Improve doc string.
17644 (spam-report-gmane-internal): Check if a suitable header was found
17645 in the article.
17646
17647 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
17648
17649 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17650 (rfc2231-encode-string): Make param*=value always begin with LWSP.
17651
17652 2006-02-05 Romain Francoise <romain@orebokech.com>
17653
17654 Update copyright notices of all files in the gnus directory.
17655
17656 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17657
17658 * nnweb.el (nnweb-request-group): Avoid growing overview files.
17659
17660 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
17661
17662 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17663 segmented lines of parameter value to cope with Thunderbird 1.5
17664 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17665 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17666 (rfc2231-encode-string): Don't make lines exceeding 76 column.
17667
17668 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
17669
17670 * mml.el (mml-generate-mime-1): Correct the order of inline signed
17671 parts.
17672
17673 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17674
17675 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17676 there's only one active file for all servers.
17677 (nnweb-request-scan): Make sure nnweb-articles is initialized on
17678 solid groups. Gnus might have used a FAST request to select the group.
17679 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17680 and nnweb-search redundantly in the active file.
17681 (nnweb-request-list): Don't list bogus groups. There can only be one.
17682 (nnweb-request-create-group): Don't use ARGS.
17683 (nnweb-possibly-change-server, nnweb-request-group): Remove some
17684 initializations. Let nnoo do the work.
17685
17686 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
17687
17688 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17689 Say the part has been decoded.
17690
17691 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17692
17693 2006-01-31 Kevin Ryde <user42@zip.com.au>
17694
17695 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17696 mailcap-viewer-test-cache when there's no 'test clause, since that
17697 will invert the meaning of a "nil" test previously determined by
17698 mailcap-mailcap-entry-passes-test.
17699
17700 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
17701
17702 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17703 compiling.
17704
17705 * gnus-sum.el: Ditto.
17706
17707 * message.el: Don't bind tool-bar-map when compiling.
17708
17709 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
17710
17711 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17712
17713 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17714
17715 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17716 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17717 current Google Groups.
17718
17719 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
17720
17721 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17722 and tool-bar-mode.
17723
17724 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17725 and tool-bar-mode.
17726
17727 * message.el (message-tool-bar-update): Simplify.
17728 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17729
17730 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17731 gnus-summary-buffer.
17732 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17733 gnus-summary-reply.
17734
17735 * gmm-utils.el (gmm): Add :version.
17736
17737 2006-01-26 Steve Youngs <steve@sxemacs.org>
17738
17739 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17740 Don't autoload.
17741
17742 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
17743
17744 * gmm-utils.el (gmm-verbose): Add :group.
17745
17746 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
17747
17748 * message.el: Change some comments WRT tool-bars.
17749
17750 * gnus-sum.el (gnus-summary-tool-bar)
17751 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17752 (gnus-summary-tool-bar-zap-list): New variables.
17753 (gnus-summary-make-tool-bar): Complete rewrite using
17754 `gmm-tool-bar-from-list'.
17755
17756 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17757 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17758 New variables.
17759 (gnus-group-make-tool-bar): Complete rewrite using
17760 `gmm-tool-bar-from-list'.
17761 (gnus-group-tool-bar-update): New function.
17762
17763 * message.el (message-mode-field-menu): Add "Show hidden Headers".
17764
17765 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
17766
17767 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17768 is dissected into a single part of which the type is the same as
17769 the given one; decode charset.
17770
17771 2006-01-21 Kevin Ryde <user42@zip.com.au>
17772
17773 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17774 into alists as symbol not string, since that's what
17775 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17776 look for.
17777
17778 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
17779
17780 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17781 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17782
17783 * message.el (message-tool-bar-gnome): Use gmm-ignore.
17784
17785 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
17786
17787 * gnus-art.el (gnus-mime-security-button-commands): New variable.
17788 (gnus-mime-security-button-menu): New definition.
17789 (gnus-mime-security-button-map): Use them.
17790 (gnus-mime-security-button-menu): New function.
17791 (gnus-insert-mime-security-button): Addition to help echo.
17792 (gnus-mime-security-run-function, gnus-mime-security-save-part)
17793 (gnus-mime-security-pipe-part): New functions.
17794
17795 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17796 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17797
17798 * mm-decode.el (mm-handle-set-disposition): Remove.
17799 (mm-handle-set-description): Remove.
17800
17801 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
17802
17803 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17804 (mm-w3m-standalone-supports-m17n-p): New function.
17805 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17806 w3m usage.
17807
17808 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17809 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17810
17811 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
17812
17813 * message.el (message-tool-bar-zap-list):
17814 Use gmm-tool-bar-zap-list as custom type.
17815 (message-tool-bar-update): New function.
17816 (message-tool-bar, message-tool-bar-gnome)
17817 (message-tool-bar-retro): Add message-tool-bar-update.
17818 (message-tool-bar-gnome): Add flyspell-buffer.
17819
17820 * gnus-util.el (gnus-error): Describe `args'.
17821
17822 * gmm-utils.el (gmm-error): Describe `args'.
17823 (gmm-tool-bar-zap-list): New widget.
17824 (gmm-tool-bar-from-list): Improve description of `zap-list'.
17825
17826 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
17827
17828 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17829 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17830 the number of recursive calls.
17831
17832 * mm-decode.el (mm-handle-set-disposition): New macro.
17833 (mm-handle-set-description): New macro.
17834
17835 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
17836
17837 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17838 encoding.
17839
17840 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
17841
17842 * message.el (message-tool-bar-zap-list, message-tool-bar)
17843 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17844 (message-tool-bar-local-item-from-menu): Remove.
17845 (message-tool-bar-map): Replace by `message-make-tool-bar'.
17846 (message-make-tool-bar): New function.
17847 (message-mode): Use `message-make-tool-bar'.
17848
17849 * gmm-utils.el: New file.
17850 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17851 (gmm-lazy): New widget copied from `nnmail.el'.
17852 (gmm-tool-bar-from-list): New function for creating customizable
17853 tool bars.
17854 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
17855 output.
17856 (gmm): Add :prefix to defgroup.
17857
17858 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
17859
17860 * gmm-utils.el (gmm-widget-p): New function.
17861
17862 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
17863
17864 * mml.el (mml-attach-file): Describe `description' in doc string.
17865 (mml-menu): Add Emacs MIME manual and PGG manual.
17866
17867 2006-01-20 Richard M. Stallman <rms@gnu.org>
17868
17869 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17870
17871 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
17872
17873 * nntp.el (nntp-end-of-line): Doc fix.
17874
17875 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
17876
17877 * imap.el (imap-open): Handle case where buffer is a buffer
17878 object.
17879
17880 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
17881
17882 * gnus-delay.el (gnus-delay): Don't autoload.
17883 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17884 to be re-loaded when customizing the `gnus-delay' group.
17885
17886 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
17887
17888 * message.el (message-insert-citation-line): Use newlines.
17889
17890 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
17891
17892 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17893
17894 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17895
17896 2006-01-19 Mark D. Baushke <mdb@gnu.org>
17897
17898 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17899
17900 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
17901
17902 * mm-decode.el (mm-inlined-types): Add application/pgp.
17903 (mm-automatic-display): Ditto.
17904
17905 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17906 part as text.
17907
17908 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
17909
17910 * nnrss.el: Update copyright.
17911 (nnrss-opml-import): Query whether to subscribe to each entry.
17912
17913 * gnus-art.el:
17914 * gnus-sum.el:
17915 * mm-uu.el:
17916 * mm-view.el: Update copyright.
17917
17918 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
17919
17920 * message.el (message-info): New function.
17921 (message-mode-menu): Add it.
17922 Update copyright.
17923
17924 * ChangeLog: Fix and update copyright.
17925
17926 2006-01-13 Romain Francoise <romain@orebokech.com>
17927
17928 * message.el (message-forward-subject-name-subject): Prefer the
17929 address to 'nowhere' if the sender has no name.
17930 Fix typo. Update copyright year.
17931
17932 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
17933
17934 * gnus-art.el (article-wash-html):
17935 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17936 (gnus-article-wash-html-with-w3m-standalone): New function.
17937
17938 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17939 mm-inline-text-html-render-with-w3m-standalone.
17940 (mm-text-html-washer-alist): Map w3m-standalone to
17941 gnus-article-wash-html-with-w3m-standalone.
17942 (mm-inline-text-html-render-with-w3m-standalone): New function.
17943
17944 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
17945
17946 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17947 Improve LaTeX.
17948
17949 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
17950
17951 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17952 (nnrss-request-article): Render text/plain parts as HTML.
17953
17954 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17955 the buffer.
17956
17957 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
17958
17959 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17960 custom definition of `gnus-posting-styles'.
17961
17962 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17963 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17964
17965 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
17966
17967 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17968 Use nntp for bug archive.
17969
17970 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
17971
17972 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17973 parts.
17974 (nnrss-normalize-date): New function converts ISO 8601 date into
17975 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
17976 (nnrss-check-group): Use it.
17977
17978 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
17979
17980 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17981
17982 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17983 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
17984 (nnrss-insert-w3): Ditto.
17985
17986 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17987
17988 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17989 the articles to be forwarded including the case where neither a
17990 number of articles nor a region is specified.
17991
17992 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
17993
17994 * nnrss.el (nnrss-request-article): Fix last change; fill
17995 text/plain parts.
17996
17997 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
17998
17999 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18000 in text/plain part.
18001 (nnrss-check-group): Don't add excessive newline to dc:subject.
18002
18003 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
18004
18005 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18006 article.
18007
18008 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
18009
18010 * nnml.el: Don't require gnus-bcklg. Autoload it.
18011 (nnml-use-compressed-files, nnml-save-mail): Support other
18012 comression programs such as bzip2.
18013
18014 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18015
18016 * dns.el (query-dns): Make sure we check the buffer size before
18017 removing tcp headers.
18018
18019 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
18020
18021 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18022 remove MIME buttons associated with multipart/alternative parts.
18023 (gnus-mime-display-alternative): Tag buttons using `article-type'
18024 text property.
18025
18026 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18027 associated with multipart/alternative parts.
18028
18029 * gnus-art.el (gnus-signature-separator): Fix custom type.
18030
18031 * mm-decode.el (mm-inlined-types): Fix custom type.
18032 (mm-keep-viewer-alive-types): Ditto.
18033 (mm-automatic-display): Ditto.
18034 (mm-attachment-override-types): Ditto.
18035 (mm-inline-override-types): Ditto.
18036 (mm-automatic-external-display): Ditto.
18037
18038 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
18039
18040 * spam-report.el (spam-report-user-mail-address)
18041 (spam-report-user-agent): New variables.
18042 (spam-report-url-ping-plain): Use spam-report-user-agent.
18043
18044 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
18045
18046 * gnus-art.el (gnus-button-handle-custom): Do not just use
18047 `customize-apropos' for any "M-x customize-*" button but the
18048 function called for. Accept both the function name and its
18049 argument in order to achieve this.
18050 (gnus-button-alist): Remove support for "custom:" URL's.
18051 Pass function name to `gnus-button-handle-custom' in case of "M-x
18052 customize-*" buttons.
18053
18054 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18055
18056 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18057 multipart/alternative and add xref to mm-discouraged-alternatives
18058 in doc string.
18059
18060 * mm-decode.el (mm-discouraged-alternatives): Add xref to
18061 gnus-buttonized-mime-types in doc string.
18062
18063 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
18064
18065 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18066 Suggest image/.* in the doc string.
18067
18068 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
18069
18070 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18071 message-marks (Debian bug #342521).
18072
18073 2005-12-12 Simon Josefsson <jas@extundo.com>
18074
18075 * password.el (password-read-from-cache): Add.
18076 (password-read): Use it.
18077
18078 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18079
18080 * rfc2047.el (rfc2047-charset-to-coding-system):
18081 Recognize us-ascii as a MIME charset.
18082
18083 * mm-bodies.el (mm-decode-content-transfer-encoding):
18084 Protect against the case where the 2nd arg TYPE is nil.
18085
18086 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18087
18088 * pop3.el (pop3-stream-type): Fix custom version.
18089
18090 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18091
18092 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18093
18094 * mm-decode.el (mm-display-external): Add missing cdr.
18095
18096 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
18097
18098 * mm-decode.el (mm-display-external): Use nametemplate (defined in
18099 RFC1524) if it is in mailcap or add a suffix according to
18100 mailcap-mime-extensions when generating a temp filename; postpone
18101 deleting a temp file for 2 seconds for some wrappers, shell
18102 scripts, and so on, which might exit right after having started a
18103 viewer command as a background job.
18104
18105 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18106
18107 * nntp.el (nntp-marks-directory): Fix custom group.
18108
18109 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18110 steps when < 10.
18111
18112 * gnus-start.el (gnus-no-server-1):
18113 Mention `gnus-level-default-subscribed' in doc string.
18114
18115 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18116
18117 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18118 parens.
18119
18120 2005-11-26 Dave Love <fx@gnu.org>
18121
18122 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18123 (tls-program, tls-success): Provide openssl alternative.
18124
18125 * starttls.el: Doc fixes.
18126 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18127 SERVICE to PORT.
18128
18129 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
18130 port null or service name.
18131 (starttls-negotiate): Autoload.
18132
18133 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
18134
18135 * message.el (message-kill-to-signature): Fix interactive spec.
18136
18137 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
18138
18139 * pop3.el (pop3-open-server): Recognize a string as a service name.
18140
18141 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
18142
18143 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18144
18145 2005-11-23 Dave Love <fx@gnu.org>
18146
18147 Add pop3s, pop3/starttls.
18148
18149 * pop3.el (pop3-authentication-scheme): Clarify doc.
18150 (open-tls-stream, starttls-open-stream): Autoload.
18151 (pop3-stream-type): New.
18152 (pop3-open-server): Use it.
18153
18154 * mail-source.el (mail-sources): Fix some :types. Add stream type
18155 for POP.
18156 (mail-source-keyword-map): Add :stream for POP.
18157 (mail-source-fetch-pop): Use pop3-stream-type.
18158
18159 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
18160
18161 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18162 of current-time-string.
18163
18164 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
18165
18166 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18167 date header.
18168
18169 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18170
18171 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18172 it can seriously impact performance as it bypasses the agent's
18173 local caches.
18174
18175 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18176
18177 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18178 must be explicitly online rather than "not explicitly offline" for
18179 its flags to be synchronized.
18180
18181 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18182 that gnus-uu-unmark-thread will function correctly.
18183
18184 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18185 1024K is instead displayed as 1M.
18186
18187 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18188
18189 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18190
18191 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
18192
18193 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18194
18195 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
18196
18197 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18198 error message to display actual error condition.
18199 (gnus-agent-save-local): Avoid saving symbols that are bound to
18200 nil as they simply result in a warning message in
18201 gnus-agent-read-local.
18202
18203 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18204
18205 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18206 rather than make-variable-buffer-local for file-precious-flag.
18207
18208 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18209
18210 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18211 for duplicates which are removed. The invalid sort check then
18212 triggers a rescan after the sort as sorting may have moved
18213 duplicate entries such that they can be cheaply detected.
18214
18215 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18216
18217 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18218
18219 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18220
18221 * gnus-agent.el (gnus-agent-article-alist-save-format):
18222 Change internal variable to a custom variable. Change default value
18223 from compressed(2) to uncompressed(1).
18224 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18225 support for uncompressed agentview files. Taken together, reading
18226 the agentview file should now be 6-7 times faster.
18227
18228 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
18229
18230 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18231 as a buffer-local variable. This avoids creating truncated
18232 dribble files as a result of a hang up, eg.
18233
18234 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18235
18236 * gnus-start.el (gnus-start-draft-setup):
18237 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18238
18239 * gnus.el (gnus-splash): Change custom group.
18240 (gnus-group-get-parameter, gnus-group-parameter-value):
18241 Describe allow-list argument.
18242
18243 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18244 string.
18245
18246 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18247
18248 * gnus-art.el (gnus-default-article-saver): Add user-defined
18249 `function' to custom type.
18250
18251 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18252
18253 * imap.el (imap-open): Handle case where buffer is a buffer
18254 object.
18255
18256 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
18257
18258 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18259 long lines.
18260 (gnus-cache-delete-group): Wrap doc strings.
18261
18262 * gnus-agent.el (gnus-agent-rename-group)
18263 (gnus-agent-delete-group): Wrap doc strings.
18264
18265 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18266
18267 * gnus-start.el (gnus-1): Add "native" to
18268 gnus-predefined-server-alist.
18269
18270 * gnus.el (gnus-method-to-server): Don't add "native" to the
18271 lists here, because that leads to problems when
18272 gnus-select-method is bound.
18273
18274 2005-11-09 Simon Josefsson <jas@extundo.com>
18275
18276 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18277 use (not sort-by-date) instead.
18278
18279 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
18280
18281 * gnus-delay.el (gnus-delay-group): Don't autoload.
18282 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18283 to be re-loaded when customizing the `gnus-delay' group.
18284
18285 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
18286
18287 * message.el: Revert last changes.
18288 (message-insert-citation-line): Use newlines.
18289
18290 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18291
18292 * message.el (message-courtesy-message)
18293 (message-mark-insert-begin, message-mark-insert-end)
18294 (message-elide-ellipsis, message-cancel-message)
18295 (message-add-header, message-change-subject)
18296 (message-cross-post-followup-to-header)
18297 (message-cross-post-insert-note, message-reduce-to-to-cc)
18298 (message-widen-reply, message-delete-not-region)
18299 (message-kill-to-signature, message-insert-signature)
18300 (message-insert-importance-high, message-insert-importance-low)
18301 (message-insert-or-toggle-importance)
18302 (message-insert-disposition-notification-to)
18303 (message-indent-citation, message-yank-original)
18304 (message-cite-original-without-signature, message-cite-original)
18305 (message-insert-citation-line, message-position-on-field)
18306 (message-fix-before-sending, message-send-mail-partially)
18307 (message-send-mail, message-send-mail-with-sendmail)
18308 (message-send-mail-with-qmail, message-send-news)
18309 (message-check-news-header-syntax, message-generate-headers)
18310 (message-insert-courtesy-copy, message-fill-address)
18311 (message-fill-header, message-shorten-references)
18312 (message-setup-1, message-cancel-news)
18313 (message-forward-make-body-plain, message-forward-make-body-mime)
18314 (message-forward-make-body-mml, message-encode-message-body)
18315 (message-forward-make-body-digest-plain)
18316 (message-forward-make-body-digest-mime)
18317 (message-use-alternative-email-as-from): Insert `hard-newline'
18318 instead of ordinary newlines.
18319
18320 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
18321
18322 * message.el (message-generate-headers): Downcase the argument
18323 given to message-check-element.
18324
18325 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
18326
18327 * nntp.el (nntp-authinfo-rejected): New error condition.
18328 (nntp-wait-for): Use new error condition to signal authentication
18329 error.
18330 (nntp-retrieve-data): Rethrow new error condition to break out of
18331 recursive call to nntp-send-authinfo.
18332
18333 2005-11-08 Romain Francoise <romain@orebokech.com>
18334
18335 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18336 (gnus-summary-exit-map): Bind to `Z p'.
18337 (gnus-summary-make-menu-bar): Add menu item.
18338
18339 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
18340
18341 * gnus-art.el (gnus-article-treat-custom): Add `first'.
18342 (gnus-treat-*): Add `first' in all doc strings.
18343
18344 * gnus-group.el (gnus-group-compact-group): Fix typo.
18345
18346 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
18347
18348 * gnus.el (gnus-parameters-case-fold-search): New variable.
18349 (gnus-parameters-get-parameter): Use it.
18350
18351 * gnus-score.el (gnus-home-score-file): Doc fix.
18352
18353 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
18354
18355 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18356
18357 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
18358
18359 * mm-util.el (mm-special-display-p): New function.
18360
18361 * mml.el (mml-preview): Use it; doc fix.
18362
18363 2005-10-29 Romain Francoise <romain@orebokech.com>
18364
18365 * message.el (message-fix-before-sending): Fix comment.
18366
18367 2005-10-29 Jari Aalto <jari.aalto@cante.net>
18368
18369 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18370
18371 2005-10-29 Jari Aalto <jari.aalto@cante.net>
18372
18373 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18374 Used in gnus-score.el.
18375
18376 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
18377
18378 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18379
18380 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
18381
18382 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18383 whitespace removed in revision 7.8. Use concatenated string to
18384 protect trailing whitespace.
18385
18386 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
18387
18388 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18389 (nnimap-request-expire-articles): Use it to avoid sending 'UID
18390 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18391 Courier IMAP ("some version from 2004"). Mostly based on similar
18392 code in the same function.
18393
18394 2005-10-26 Didier Verna <didier@xemacs.org>
18395
18396 * gnus-group.el (gnus-group-compact-group): Invalidate original
18397 article buffer.
18398 * gnus-srvr.el (gnus-server-compact-server): Ditto.
18399 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18400 NOV database and in article itself.
18401 Invalidate article backlog.
18402
18403 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
18404
18405 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18406
18407 2005-10-26 Simon Josefsson <jas@extundo.com>
18408
18409 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18410 part of 2004-07-25 change.
18411
18412 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
18413
18414 * message.el (message-display-completion-list): New function.
18415 (message-expand-group): Use it; make sure the Completions buffer
18416 is modifiable.
18417
18418 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18419
18420 * imap.el (imap-open): Handle case where buffer is a buffer object.
18421
18422 2005-10-24 Eli Zaretskii <eliz@gnu.org>
18423
18424 * pgg-def.el:
18425 * pgg-gpg.el:
18426 * pgg-parse.el:
18427 * pgg-pgp.el:
18428 * pgg-pgp5.el:
18429 * pgg.el: Move to the parent lisp directory.
18430
18431 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
18432
18433 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18434 user-mail-name is an empty string.
18435
18436 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
18437
18438 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18439 depending on gnus-score-decay-constant.
18440
18441 * encrypt.el (encrypt-insert-file-contents)
18442 (encrypt-write-file-contents): Don't use `gnus-message'.
18443
18444 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18445 arguments.
18446 (mm-uu-type-alist): Add message-marks and insert-marks.
18447 Pass arguments to mm-uu-verbatim-marks-extract.
18448 (mm-uu-hide-markers): New variable.
18449 (mm-uu-extract): Use face similar to `gnus-cite-3'.
18450
18451 * gnus-fun.el (gnus-convert-image-to-x-face-command)
18452 (gnus-convert-image-to-face-command): Use "convert" by default to
18453 allow other input image formats.
18454 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18455 accordingly.
18456
18457 2005-10-23 Simon Josefsson <jas@extundo.com>
18458
18459 * imap.el (imap-gssapi-program): Align command line parameters
18460 with latest GNU SASL.
18461 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18462
18463 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18464
18465 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18466 HTML.
18467 (nnslashdot-request-article): Ditto.
18468
18469 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
18470
18471 * mail-source.el (mail-source-fetch-pop): Require pop3.
18472 (mail-source-check-pop): Ditto.
18473
18474 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
18475
18476 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18477 errors.
18478
18479 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
18480
18481 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18482 (gnus-treat-strip-leading-blank-lines): Improve doc string.
18483
18484 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18485
18486 * mm-bodies.el (mm-decode-string):
18487 Call `mm-charset-to-coding-system' with allow-override argument.
18488
18489 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
18490
18491 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18492 (rfc2047-charset-to-coding-system): New function.
18493 (rfc2047-decode-encoded-words): New function.
18494 (rfc2047-decode-region): Use them.
18495 (rfc2047-decode-cte): Remove.
18496 (rfc2047-parse-and-decode): Remove.
18497 (rfc2047-decode): Remove.
18498
18499 2005-10-15 Kenichi Handa <handa@m17n.org>
18500
18501 * rfc2047.el (rfc2047-decode-cte): New function.
18502 (rfc2047-decode-region): Change the way to decode successive
18503 encoded-words: decode B- or Q-encoding in each encoded-word,
18504 concatenate them, and decode it as charset.
18505
18506 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
18507
18508 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
18509 widget-move-and-invoke.
18510 (gnus-custom-mode): Use gnus-custom-map.
18511
18512 2005-10-15 Bill Wohler <wohler@newt.com>
18513
18514 * message.el (message-tool-bar-map): Rename image file from
18515 mail_send to mail/send.
18516
18517 2005-10-16 Masatake YAMATO <jet@gyve.org>
18518
18519 * message.el (message-expand-group): Pass the common
18520 prefix substring of completion to `display-completion-list'.
18521
18522 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
18523
18524 * mml-sec.el (mml-secure-method): New internal variable.
18525 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18526 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18527 New functions using mml-secure-method.
18528
18529 * mml.el (mml-mode-map): Add key bindings for those functions.
18530 (mml-menu): Simplify security menu entries. Suggested by Jesper
18531 Harder <harder@myrealbox.com>.
18532 (mml-attach-file, mml-attach-buffer, mml-attach-external):
18533 Goto end of message if point is the headers of the message.
18534
18535 * message.el (message-in-body-p): New function.
18536
18537 * assistant.el: Autoload gnus-util and netrc.
18538
18539 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18540 Use `mm-charset-override-alist' only when decoding.
18541
18542 * mm-bodies.el (mm-decode-body):
18543 Call `mm-charset-to-coding-system' with allow-override argument.
18544
18545 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18546 `filename' from Content-Disposition if Content-Type doesn't
18547 provide `name'.
18548 (gnus-mime-view-part-as-type): Set default instead of
18549 initial-input.
18550
18551 2005-10-09 Daniel Brockman <daniel@brockman.se>
18552
18553 * format-spec.el (format-spec): Propagate text properties of % spec.
18554
18555 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
18556
18557 * gnus-art.el (gnus-treat-predicate): Add `first'.
18558
18559 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
18560
18561 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18562 (mm-charset-override-alist): New variable.
18563 (mm-charset-to-coding-system): Use it.
18564 (mm-codepage-setup): New helper function.
18565 (mm-charset-eval-alist): New variable.
18566 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18567 Warn about unknown charsets.
18568
18569 2005-10-04 David Hansen <david.hansen@gmx.net>
18570
18571 * nnrss.el (nnrss-request-article): Add support for the comments tag.
18572 (nnrss-check-group): Ditto.
18573
18574 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
18575
18576 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18577 Rename x-gnus-verbatim to x-verbatim.
18578 (mm-uu-type-alist): Fix regexp for verbatim-marks.
18579
18580 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18581 x-verbatim.
18582
18583 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18584
18585 * gnus-util.el (gnus-remove-duplicates): Remove.
18586
18587 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18588 instead of gnus-remove-duplicates.
18589
18590 * message.el (message-remove-duplicates): Remove.
18591 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18592 message-remove-duplicates.
18593
18594 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18595 available, else use implementation from `delete-dups'.
18596
18597 * message.el (message-insert-expires): New function.
18598 (message-mode-map): Add key binding.
18599 (message-mode-field-menu): Add menu entry.
18600 (message-mode): Document it.
18601 (message-make-expires-date): Use `message-make-date'.
18602
18603 2005-10-04 Josh Huber <huber@alum.wpi.edu>
18604
18605 * message.el (message-make-expires-date): New function.
18606
18607 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
18608
18609 * time-date.el: Autoload parse-time-string, XEmacs needs it.
18610
18611 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
18612
18613 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18614 function rather than the diff-mode.el package.
18615 (mm-display-external): Use with-current-buffer.
18616 (mm-viewer-completion-map, mm-viewer-completion-map):
18617 Move initialization inside declaration.
18618
18619 2005-09-29 Simon Josefsson <jas@extundo.com>
18620
18621 * spam.el: Load hashcash when compiling, to avoid warnings.
18622 Don't autoload mail-check-payment.
18623 (spam-check-hashcash): Define unconditionally, since hashcash.el
18624 is part of Gnus now. Ignore errors from payment checking.
18625
18626 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
18627
18628 * message.el (message-bold-region, message-unbold-region):
18629 Rename from `bold-region' and `unbold-region'.
18630
18631 * message.el: Remove useless autoloads.
18632
18633 2005-09-28 Simon Josefsson <jas@extundo.com>
18634
18635 * message.el (message-use-idna): Default to t.
18636 (message-use-idna): Test whether encoding works too. Doc fix.
18637
18638 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
18639
18640 * nntp.el (nntp-warn-about-losing-connection): Remove.
18641
18642 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
18643
18644 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18645 customizable. Change default value.
18646 (mm-uu-diff-groups-regexp): Change default value.
18647 (mm-uu-type-alist): Add doc string.
18648 (mm-uu-configure): Add doc string. Make it interactive.
18649 (mm-uu-tex-groups-regexp): New variable.
18650 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18651 (mm-uu-type-alist): Add LaTeX documents.
18652 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18653 of "text/verbatim".
18654 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18655
18656 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18657 instead of "text/verbatim".
18658
18659 * message.el (message-mark-inserted-region)
18660 (message-mark-insert-file): Use slrn style marks when called with
18661 prefix argument.
18662
18663 2005-09-27 Simon Josefsson <jas@extundo.com>
18664
18665 * message.el (message-idna-to-ascii-rhs-1): Reformat.
18666
18667 2005-09-27 Arne Jørgensen <arne@arnested.dk>
18668
18669 * message.el (message-remove-duplicates): New function.
18670 Implementation borrowed from `gnus-remove-duplicates'.
18671 (message-idna-to-ascii-rhs): Also encode idna addresses in
18672 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18673 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18674 only ask about the same idna domain once per header and also tell
18675 in what header to replace the idna domain.
18676
18677 * gnus-art.el (article-decode-idna-rhs): Also decode idna
18678 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18679 (article-decode-idna-rhs): Fix regexp so that all idna-address in
18680 a header is decoded and not just the last one.
18681
18682 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
18683
18684 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18685 has been decoded.
18686
18687 * mm-decode.el (mm-automatic-display): Add text/verbatim.
18688 (mm-insert-part): Don't modify text if it has been decoded.
18689
18690 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18691 decoded.
18692
18693 * mm-view.el (mm-inline-text): Don't strip text props unless
18694 decoding enriched or richtext parts.
18695
18696 2005-09-25 Romain Francoise <romain@orebokech.com>
18697
18698 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18699 * gnus-start.el (gnus-subscribe-interactively):
18700 * gnus-uu.el (gnus-uu-grab-articles):
18701 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18702 space.
18703
18704 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
18705
18706 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18707 * mm-view.el (mm-view-pkcs7-decrypt):
18708 * gnus-sum.el (gnus-summary-limit-to-extra)
18709 (gnus-summary-respool-article, gnus-read-move-group-name):
18710 * gnus-score.el (gnus-summary-increase-score):
18711 * gnus-util.el (gnus-completing-read-with-default):
18712 * gnus-art.el (gnus-read-save-file-name)
18713 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18714 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18715 * message.el (message-check-news-header-syntax):
18716 Follow convention for reading with the minibuffer.
18717
18718 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
18719
18720 * spam-report.el (spam-report-url-ping-plain):
18721 Use gnus-extended-version as User-Agent.
18722
18723 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18724 default value is nil.
18725
18726 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18727 (mm-uu-verbatim-marks-extract): New function.
18728 (mm-uu-extract): New face.
18729 (mm-uu-copy-to-buffer): Use it.
18730
18731 * spam-report.el (spam-report-gmane-ham): Rename from
18732 `spam-report-gmane-unspam'.
18733 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18734 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
18735
18736 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18737 Autoload.
18738 (spam-report-gmane-unregister-routine):
18739 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18740
18741 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
18742
18743 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18744 (spam-report-gmane-unregister-routine): Add support for gmane
18745 unregistration.
18746
18747 * spam-report.el (spam-report-gmane-unspam)
18748 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18749 (spam-report-gmane): Change to take a single article and do unspam
18750 registration.
18751
18752 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18753
18754 * mm-url.el (mm-url-decode-entities): Fix regexp.
18755
18756 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18757
18758 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18759 default to nil, to be able to use Gnus at all. If the default
18760 switches to something else, then the function should be fixed not
18761 be exceedingly slow.
18762
18763 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
18764
18765 * gnus-start.el (gnus-activate-group): If the server is nil, don't
18766 fail hard.
18767
18768 * spam-report.el: Add better Keywords line.
18769
18770 * spam.el: Add Maintainer and better Keywords line.
18771
18772 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18773
18774 * gnus-art.el (gnus-article-replace-part)
18775 (gnus-mime-replace-part): New functions.
18776 (gnus-mime-action-alist, gnus-mime-button-commands)
18777 (gnus-mime-save-part-and-strip): Add file argument.
18778 (gnus-article-part-wrapper): Add interactive argument.
18779
18780 * gnus-sum.el (gnus-summary-mime-map):
18781 Add `gnus-article-replace-part'.
18782
18783 2005-09-19 Didier Verna <didier@xemacs.org>
18784
18785 The nnml compaction feature:
18786 * nnml.el (nnml-request-compact-group): New function.
18787 * nnml.el (nnml-request-compact): New function.
18788 * gnus-int.el (gnus-request-compact-group): New function.
18789 * gnus-int.el (gnus-request-compact): New function.
18790 * gnus-group.el (gnus-group-compact-group): New function.
18791 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18792 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18793 * gnus-srvr.el (gnus-server-compact-server): New function.
18794 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18795 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18796
18797 2005-09-18 Deepak Goel <deego@gnufans.org>
18798
18799 * sieve.el (sieve-help): Fix `message' call: first arg should be a
18800 format spec.
18801
18802 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
18803
18804 * gnus.el (gnus-group-startup-message): Bind image-load-path.
18805
18806 2005-09-15 Romain Francoise <romain@orebokech.com>
18807
18808 * message.el (message-fill-paragraph): Clarify docstring.
18809
18810 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
18811
18812 * gnus-art.el (gnus-mime-display-part): Protect against broken
18813 MIME messages.
18814
18815 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
18816
18817 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18818 before parsing header.
18819
18820 2005-09-11 Jari Aalto <jari.aalto@cante.net>
18821
18822 * html2text.el (html2text-replace-list): Add new entities.
18823
18824 2005-09-11 Romain Francoise <romain@orebokech.com>
18825
18826 * message.el (message-alternative-emails): Improve docstring.
18827 (message-setup-1): Call `message-use-alternative-email-as-from'
18828 after `message-setup-hook' to give it precedence over posting
18829 styles, etc.
18830 (message-use-alternative-email-as-from): Add docstring.
18831 Remove the original From header if present.
18832
18833 * nnml.el (nnml-compressed-files-size-threshold): New variable.
18834 (nnml-save-mail): Use it.
18835
18836 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18837 articles. Add new argument `silent'.
18838 (gnus-uu-mark-all): Report the total number of marked articles.
18839
18840 2005-09-10 Romain Francoise <romain@orebokech.com>
18841
18842 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18843 (gnus-uu-mark-series): Likewise.
18844
18845 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
18846
18847 * spam-report.el (spam-report-gmane): Fix generation of spam
18848 report URL.
18849
18850 2005-09-10 Simon Josefsson <jas@extundo.com>
18851
18852 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18853 t, based on discussion on the ding list with Robert Epprecht
18854 <epprecht@solnet.ch>.
18855
18856 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
18857
18858 * spam-report.el (spam-report-gmane): Make it work without
18859 X-Report-Spam header. Gmane now only provides Archived-At.
18860 This is only used if `spam-report-gmane-use-article-number' is nil.
18861 (spam-report-gmane-spam-header): Remove. Not used anymore.
18862
18863 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18864 make `gnus-summary-sort-by-recipient' work with threading.
18865
18866 * nnweb.el (nnweb-google-wash-article): Print a message if article
18867 is not available.
18868
18869 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18870
18871 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18872 change. Decode text/* parts content before displaying.
18873
18874 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
18875
18876 * mml-smime.el: Remove defvar of gnus-extract-address-components.
18877
18878 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
18879
18880 * mm-view.el (mm-display-inline-fontify): Disable support modes.
18881
18882 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
18883
18884 * message.el (message-tab-body-function): Fix mismatched custom type.
18885
18886 * gnus.el (gnus-group-change-level-function): Ditto.
18887
18888 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18889
18890 * gnus-art.el (gnus-signature-limit)
18891 (gnus-article-mime-part-function): Ditto.
18892
18893 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
18894
18895 * mml.el (mml-mode): Silence the byte compiler.
18896
18897 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18898 using `(sit-for 0)' before moving the point to the specified part;
18899 skip unbuttonized parts.
18900 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18901 return to the summary window if gnus-auto-select-part is non-nil.
18902
18903 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
18904
18905 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18906 New variables.
18907 (mml-dnd-attach-file, mml-mode): Use them.
18908
18909 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18910 Make fetching article by MID work again for Google Groups.
18911 Add FIXME concerning gnus-group-make-web-group.
18912
18913 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18914 Don't depend on Gnus by using mail-extract-address-components if
18915 gnus-extract-address-components is not bound.
18916
18917 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18918
18919 * gnus-art.el (gnus-mime-display-security): Don't display the
18920 signature, but only the signed part.
18921
18922 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
18923
18924 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18925
18926 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18927 list, not listp.
18928
18929 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
18930
18931 * mm-encode.el (mm-encode-content-transfer-encoding):
18932 Likewise when encoding.
18933
18934 * mm-bodies.el (mm-decode-content-transfer-encoding):
18935 De-canonicalize CRLF for all text content types, not just
18936 text/plain.
18937
18938 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
18939
18940 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18941 valid article; point arrow and cursor at the MIME button.
18942
18943 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
18944
18945 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18946 Suggested by Dan Christensen <jdc@uwo.ca>.
18947
18948 * mm-decode.el (mm-save-part): Enable change of prompt.
18949
18950 2005-08-29 Jari Aalto <jari.aalto@cante.net>
18951
18952 * gnus-msg.el (gnus-inews-add-send-actions):
18953 Make `message-post-method' lambda parameter ARG `&optional'.
18954
18955 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
18956
18957 * gnus-sum.el (gnus-summary-mime-map):
18958 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18959 gnus-article-jump-to-part.
18960
18961 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18962 (gnus-article-edit-part): Use it.
18963 (gnus-article-part-wrapper): Add no-handle argument.
18964 (gnus-article-save-part-and-strip, gnus-article-delete-part):
18965 New functions.
18966
18967 2005-08-29 Romain Francoise <romain@orebokech.com>
18968
18969 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18970 docstring.
18971 (gnus-face-from-file): Likewise.
18972
18973 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
18974
18975 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18976 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18977 non-nil.
18978 (gnus-auto-select-part): New variable.
18979 (gnus-article-jump-to-part): New function.
18980 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18981 (gnus-mime-delete-part): Allow selecting specified part after
18982 deleting or stripping parts.
18983 (gnus-article-jump-to-part): Don't use `read-number'. Use last
18984 part if argument is bogus.
18985
18986 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
18987
18988 * gnus-art.el (w3m-minor-mode-map):
18989 * gnus-spec.el (gnus-newsrc-file-version):
18990 * gnus-util.el (nnmail-active-file-coding-system)
18991 (gnus-original-article-buffer, gnus-user-agent):
18992 * gnus.el (gnus-ham-process-destinations)
18993 (gnus-parameter-ham-marks-alist)
18994 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18995 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18996 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18997 * mm-decode.el (gnus-current-window-configuration):
18998 * mm-extern.el (gnus-article-mime-handles):
18999 * mm-url.el (url-current-object, url-package-name)
19000 (url-package-version):
19001 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19002 (smime-keys, w3m-cid-retrieve-function-alist)
19003 (w3m-current-buffer, w3m-display-inline-images)
19004 (w3m-minor-mode-map):
19005 * mml-smime.el (gnus-extract-address-components):
19006 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19007 (gnus-newsrc-hashtb, message-default-charset)
19008 (message-deletable-headers, message-options)
19009 (message-posting-charset, message-required-mail-headers)
19010 (message-required-news-headers):
19011 * mml1991.el (mc-pgp-always-sign):
19012 * mml2015.el (mc-pgp-always-sign):
19013 * nnheader.el (nnmail-extra-headers):
19014 * rfc1843.el (gnus-decode-encoded-word-function)
19015 (gnus-decode-header-function, gnus-newsgroup-name):
19016 * spam-stat.el (gnus-original-article-buffer): Add defvars.
19017
19018 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
19019
19020 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19021 the end of the date treatments.
19022
19023 2005-08-15 Simon Josefsson <jas@extundo.com>
19024
19025 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19026 it in url-handlers.el and XEmacs in url.el. Reported by Luca
19027 Capello and Romain Francoise.
19028 (pgg-fetch-key-function): Remove, not used?
19029 (pgg-insert-url-with-w3): Require url, to get
19030 url-insert-file-contents regardless of where it is defined.
19031
19032 2005-08-13 Romain Francoise <romain@orebokech.com>
19033
19034 * message.el (message-cite-original-1): New function.
19035 (message-cite-original): Use it.
19036 (message-cite-original-without-signature): Ditto.
19037
19038 2005-08-08 Romain Francoise <romain@orebokech.com>
19039
19040 * message.el (message-yank-empty-prefix): New variable.
19041 (message-indent-citation): Use it.
19042 (message-cite-original-without-signature): Respect X-No-Archive.
19043
19044 2005-08-08 Simon Josefsson <jas@extundo.com>
19045
19046 * pgg.el: Autoload url-insert-file-contents instead of loading
19047 w3/url.
19048 (pgg-insert-url-with-w3): Don't load url here.
19049
19050 2005-08-07 Jesper Harder <harder@phys.au.dk>
19051
19052 * message.el (message-kill-to-signature): Don't insert newline at
19053 bol.
19054 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19055
19056 2005-08-06 Romain Francoise <romain@orebokech.com>
19057
19058 * message.el (message-user-fqdn): Fix typo in docstring.
19059
19060 2005-08-05 Daiki Ueno <ueno@unixuser.org>
19061
19062 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19063
19064 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19065
19066 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
19067
19068 * mm-bodies.el (mm-encode-body): Use coding system rather than
19069 charset to encode text.
19070
19071 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19072 number of charsets if utf-8 is available (XEmacs).
19073
19074 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
19075
19076 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19077 taken from `gnus-button-mid-or-mail-regexp'.
19078 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19079 (gnus-button-alist): Improve regexp for domain part of the MIDs
19080 for news:localpart@domain buttons.
19081 (gnus-button-ctan-directory-regexp): Update.
19082
19083 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
19084
19085 * sieve-manage.el (sieve-manage-interactive-login):
19086 Use make-local-variable rather than make-variable-buffer-local.
19087 (sieve-manage-open): Ditto.
19088 (sieve-manage-authenticate): Ditto.
19089
19090 * mml.el (mml-generate-mime-1): Make the content type default to
19091 text/plain if the filename is not specified.
19092
19093 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
19094
19095 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19096 instead of insert-buffer.
19097
19098 * message.el (message-yank-original): Ditto; set the mark at the
19099 end of the yanked message.
19100
19101 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
19102
19103 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19104 lines to scroll rather than to stop it.
19105
19106 * mml.el (mml-generate-default-type): Add doc string.
19107 (mml-generate-mime-1): Use mm-default-file-encoding or make it
19108 default to application/octet-stream when determining the content
19109 type if it is not specified for the part or the mml contents; add
19110 a comment about mml-generate-default-type.
19111
19112 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
19113
19114 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19115 make it default to application/octet-stream when determining the
19116 content type if it is not specified for the external contents.
19117
19118 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
19119
19120 * rfc2231.el (rfc2231-parse-string): Take care that not only a
19121 segmented parameter but also other parameters might be there.
19122
19123 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
19124
19125 * mm-decode.el (mm-display-external): Delete temp file, directory
19126 and buffer immediately if the external process is exited.
19127
19128 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
19129
19130 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19131 fewer lines than that of scroll-margin.
19132 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19133
19134 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
19135
19136 * gnus-art.el (gnus-article-next-page): Revert.
19137 (gnus-article-beginning-of-window): New macro.
19138 (gnus-article-next-page-1): Use it.
19139 (gnus-article-prev-page): Ditto.
19140 (gnus-article-edit-part): Use insert-buffer-substring instead of
19141 insert-buffer.
19142 (gnus-article-edit-exit): Ditto.
19143
19144 * gnus-util.el (gnus-beginning-of-window): Remove.
19145 (gnus-end-of-window): Remove.
19146
19147 2005-07-25 Simon Josefsson <jas@extundo.com>
19148
19149 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19150 to have the url package without w3. Reported by Daiki Ueno
19151 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19152
19153 2005-07-20 Didier Verna <didier@xemacs.org>
19154
19155 * gnus-diary.el: Remove the description comment (nndiary is now
19156 properly documented in the Gnus manual).
19157 Fix the spelling of "Back End".
19158 * nndiary.el: Ditto.
19159 Fix the copyright notice.
19160
19161 2005-07-18 Romain Francoise <romain@orebokech.com>
19162
19163 * gnus-sum.el (gnus-summary-to-prefix)
19164 (gnus-summary-newsgroup-prefix): New variables.
19165 (gnus-summary-from-or-to-or-newsgroups): Use them.
19166
19167 2005-07-17 Romain Francoise <romain@orebokech.com>
19168
19169 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19170 space as it's generally not especially interesting to the user.
19171
19172 2005-07-16 Romain Francoise <romain@orebokech.com>
19173
19174 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19175 nil to avoid prompting and file modification if one of the
19176 messages at the top of the nnfolder file contains a copyright
19177 notice.
19178 Update copyright notice.
19179
19180 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19181 instead of `current-time-string' as the latter creates a time
19182 string that is not RFC 2822 compliant (it lacks the zone).
19183 Update copyright notice.
19184
19185 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
19186
19187 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19188 for text/rtf. Display default in prompt. Pass default for M-n.
19189
19190 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19191
19192 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19193
19194 * gnus-msg.el (gnus-button-mailto):
19195 Remove save-selected-window-window hackery because it relies on
19196 save-selected-window internals.
19197
19198 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
19199
19200 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19201 (gnus-article-next-page-1): Use gnus-beginning-of-window.
19202 (gnus-article-prev-page): Ditto.
19203
19204 * gnus-util.el (gnus-beginning-of-window): New function.
19205 (gnus-end-of-window): New function.
19206
19207 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19208
19209 * gnus-score.el (gnus-score-edit-all-score):
19210 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19211 gnus-message.
19212
19213 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19214
19215 * gnus-msg.el (gnus-button-mailto):
19216 Remove save-selected-window-window hackery because it relies on
19217 save-selected-window internals.
19218
19219 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
19220
19221 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19222 add-minor-mode.
19223 (gnus-binary-mode): Ditto.
19224
19225 * gnus-topic.el (gnus-topic-mode): Ditto.
19226
19227 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
19228
19229 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19230 (gnus-article-prev-page): Take scroll-margin into consideration.
19231
19232 2005-07-04 Lute Kamstra <lute@gnu.org>
19233
19234 Update FSF's address in GPL notices.
19235
19236 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
19237
19238 * gnus.el (gnus-exit):
19239 * gnus-group.el (gnus-group-icons):
19240 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19241
19242 * gnus-nocem.el (gnus-nocem):
19243 * message.el (message-various, message-buffers, message-sending)
19244 (message-interface, message-forwarding, message-insertion)
19245 (message-headers, message-news, message-mail):
19246 * pgg-gpg.el (pgg-gpg):
19247 * pgg-parse.el (pgg-parse):
19248 * pgg-pgp.el (pgg-pgp):
19249 * pgg-pgp5.el (pgg-pgp5):
19250 * pop3.el (pop3): Finish `defgroup' description with period.
19251
19252 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
19253
19254 * gnus-art.el (article-display-face): Improve the efficiency.
19255 (article-display-x-face): Ditto; remove gray x-face stuff.
19256
19257 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
19258
19259 * gnus-art.el (article-display-face): Correct the position in
19260 which Faces are inserted.
19261
19262 2005-06-29 Didier Verna <didier@xemacs.org>
19263
19264 * gnus-art.el (article-display-face): Display faces in correct
19265 order.
19266
19267 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19268
19269 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19270 (gnus-fill-real-hashtb): Use hash table instead of obarray.
19271 (gnus-nocem-check-article): Fetch the Type header.
19272 (gnus-nocem-message-wanted-p): Fix the way to examine types.
19273 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19274 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19275 make sure gnus-nocem-hashtb is initialized.
19276 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19277 (gnus-nocem-unwanted-article-p): Ditto.
19278
19279 * pgg.el (pgg-verify): Return the verification result.
19280
19281 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19282
19283 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19284 is ascii.
19285
19286 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
19287
19288 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19289 `show-nonbreak-escape'.
19290
19291 2005-06-23 Lute Kamstra <lute@gnu.org>
19292
19293 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19294
19295 * dig.el (dig-mode):
19296 * smime.el (smime-mode): Use gnus-run-mode-hooks.
19297
19298 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
19299
19300 * nnimap.el (nnimap-split-download-body): Fix spellings.
19301
19302 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
19303
19304 * gnus-art.el (gnus-article-encrypt-body):
19305 * gnus-cus.el (gnus-score-customize):
19306 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19307 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19308
19309 2005-06-16 Arne Jørgensen <arne@arnested.dk>
19310
19311 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19312 header by looking for magic "MII" at the beginning.
19313
19314 2005-06-16 Miles Bader <miles@gnu.org>
19315
19316 * assistant.el (assistant-field): Remove "-face" suffix from face name.
19317 (assistant-field-face): New backward-compatibility alias for renamed
19318 face.
19319 (assistant-render-text): Use renamed assistant-field face.
19320
19321 * spam.el (spam): Remove "-face" suffix from face name.
19322 (spam-face): New backward-compatibility alias for renamed face.
19323 (spam-face, spam-initialize): Use renamed spam face.
19324
19325 * message.el (message-header-to, message-header-cc)
19326 (message-header-subject, message-header-newsgroups)
19327 (message-header-other, message-header-name)
19328 (message-header-xheader, message-separator, message-cited-text)
19329 (message-mml): Remove "-face" suffix from face names.
19330 (message-header-to-face, message-header-cc-face)
19331 (message-header-subject-face, message-header-newsgroups-face)
19332 (message-header-other-face, message-header-name-face)
19333 (message-header-xheader-face, message-separator-face)
19334 (message-cited-text-face, message-mml-face):
19335 New backward-compatibility aliases for renamed faces.
19336 (message-font-lock-keywords): Use renamed message faces.
19337
19338 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19339 (sieve-test-commands, sieve-tagged-arguments):
19340 Remove "-face" suffix from face names.
19341 (sieve-control-commands-face, sieve-action-commands-face)
19342 (sieve-test-commands-face, sieve-tagged-arguments-face):
19343 New backward-compatibility aliases for renamed faces.
19344 (sieve-control-commands-face, sieve-action-commands-face)
19345 (sieve-test-commands-face, sieve-tagged-arguments-face):
19346 Use renamed sieve faces.
19347
19348 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19349 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19350 (gnus-group-news-3-empty, gnus-group-news-4)
19351 (gnus-group-news-4-empty, gnus-group-news-5)
19352 (gnus-group-news-5-empty, gnus-group-news-6)
19353 (gnus-group-news-6-empty, gnus-group-news-low)
19354 (gnus-group-news-low-empty, gnus-group-mail-1)
19355 (gnus-group-mail-1-empty, gnus-group-mail-2)
19356 (gnus-group-mail-2-empty, gnus-group-mail-3)
19357 (gnus-group-mail-3-empty, gnus-group-mail-low)
19358 (gnus-group-mail-low-empty, gnus-summary-selected)
19359 (gnus-summary-cancelled, gnus-summary-high-ticked)
19360 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19361 (gnus-summary-high-ancient, gnus-summary-low-ancient)
19362 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19363 (gnus-summary-low-undownloaded)
19364 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19365 (gnus-summary-low-unread, gnus-summary-normal-unread)
19366 (gnus-summary-high-read, gnus-summary-low-read)
19367 (gnus-summary-normal-read, gnus-splash):
19368 Remove "-face" suffix from face names.
19369 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19370 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19371 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19372 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19373 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19374 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19375 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19376 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19377 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19378 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19379 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19380 (gnus-summary-selected-face, gnus-summary-cancelled-face)
19381 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19382 (gnus-summary-normal-ticked-face)
19383 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19384 (gnus-summary-normal-ancient-face)
19385 (gnus-summary-high-undownloaded-face)
19386 (gnus-summary-low-undownloaded-face)
19387 (gnus-summary-normal-undownloaded-face)
19388 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19389 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19390 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19391 (gnus-splash-face):
19392 New backward-compatibility aliases for renamed faces.
19393 (gnus-group-startup-message): Use renamed gnus faces.
19394
19395 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19396 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19397 (gnus-server-agent): Remove "-face" suffix from face names.
19398 (gnus-server-agent-face, gnus-server-opened-face)
19399 (gnus-server-closed-face, gnus-server-denied-face)
19400 (gnus-server-offline-face):
19401 New backward-compatibility aliases for renamed faces.
19402 (gnus-server-agent-face, gnus-server-opened-face)
19403 (gnus-server-closed-face, gnus-server-denied-face)
19404 (gnus-server-offline-face): Use renamed gnus faces.
19405
19406 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19407 Remove "-face" suffix from face names.
19408 (gnus-picon-xbm-face, gnus-picon-face):
19409 New backward-compatibility aliases for renamed faces.
19410
19411 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19412 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19413 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19414 (gnus-cite-11): Remove "-face" suffix from face names.
19415 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19416 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19417 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19418 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19419 New backward-compatibility aliases for renamed faces.
19420 (gnus-cite-attribution-face, gnus-cite-face-list)
19421 (gnus-article-boring-faces): Use renamed gnus faces.
19422
19423 * gnus-art.el (gnus-signature, gnus-header-from)
19424 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19425 (gnus-header-content): Remove "-face" suffix from face names.
19426 (gnus-signature-face, gnus-header-from-face)
19427 (gnus-header-subject-face, gnus-header-newsgroups-face)
19428 (gnus-header-name-face, gnus-header-content-face):
19429 New backward-compatibility aliases for renamed faces.
19430 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19431
19432 * gnus-sum.el (gnus-summary-selected-face)
19433 (gnus-summary-highlight): Use renamed gnus faces.
19434 * gnus-group.el (gnus-group-highlight): Likewise.
19435
19436 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19437
19438 * gnus-sieve.el (gnus-sieve-article-add-rule):
19439 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19440 * spam-stat.el (spam-stat-buffer-change-to-spam)
19441 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19442
19443 * message.el (message-is-yours-p):
19444 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19445
19446 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
19447
19448 * mm-view.el (mm-inline-text): Withdraw the last change.
19449
19450 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
19451
19452 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19453 executing enriched-decode.
19454
19455 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
19456
19457 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19458 charset of tar files.
19459
19460 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19461
19462 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19463
19464 2005-06-04 Lute Kamstra <lute@gnu.org>
19465
19466 * nnfolder.el (nnfolder-read-folder): Make sure that undo
19467 information is never recorded.
19468
19469 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19470
19471 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19472
19473 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
19474
19475 * pop3.el (pop3-apop): Run md5 in the binary mode.
19476
19477 * starttls.el (starttls-set-process-query-on-exit-flag):
19478 Use eval-and-compile.
19479
19480 2005-05-31 Simon Josefsson <jas@extundo.com>
19481
19482 * smime.el (smime-replace-in-string): Define.
19483 (smime-cert-by-ldap-1): Use it.
19484
19485 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
19486
19487 * gnus-art.el (article-display-x-face): Replace
19488 process-kill-without-query by gnus-set-process-query-on-exit-flag.
19489
19490 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19491 set-process-query-on-exit-flag or process-kill-without-query.
19492
19493 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19494 loop instead of replace-regexp.
19495
19496 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19497 instead of process-kill-without-query if it is available.
19498
19499 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19500 instead of find-file-hooks if it is available.
19501
19502 * mml1991.el: Bind pgg-default-user-id when compiling.
19503
19504 * mml2015.el: Bind pgg-default-user-id when compiling.
19505
19506 * nndraft.el (nndraft-request-associate-buffer):
19507 Use write-contents-functions instead of write-contents-hooks if it is
19508 available.
19509
19510 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19511 instead of find-file-hooks if it is available.
19512
19513 * nntp.el (nntp-open-connection): Replace
19514 process-kill-without-query by gnus-set-process-query-on-exit-flag.
19515 (nntp-open-ssl-stream): Ditto.
19516 (nntp-open-tls-stream): Ditto.
19517
19518 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19519 set-process-query-on-exit-flag or process-kill-without-query.
19520 (starttls-open-stream-gnutls): Use it instead of
19521 process-kill-without-query.
19522 (starttls-open-stream): Ditto.
19523
19524 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
19525
19526 * smime.el (smime-cert-by-ldap-1): Don't use
19527 replace-regexp-in-string.
19528
19529 2005-05-31 Arne Jørgensen <arne@arnested.dk>
19530
19531 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19532
19533 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19534 in PEM format. Adjust to the XEmacs compatibility.
19535
19536 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
19537
19538 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19539 by `string-to-number'.
19540 * gnus-agent.el (gnus-agent-regenerate-group)
19541 (gnus-agent-fetch-articles): Ditto.
19542 * gnus-art.el (gnus-button-fetch-group): Ditto.
19543 * gnus-cache.el (gnus-cache-generate-active)
19544 (gnus-cache-articles-in-group): Ditto.
19545 * gnus-group.el (gnus-group-set-current-level)
19546 (gnus-group-insert-group-line): Ditto.
19547 * gnus-score.el (gnus-score-set-expunge-below)
19548 (gnus-score-set-mark-below, gnus-summary-score-effect)
19549 (gnus-summary-score-entry): Ditto.
19550 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19551 (gnus-soup-pack): Ditto.
19552 * gnus-spec.el (gnus-xmas-format): Ditto.
19553 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19554 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19555 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19556 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19557 * nndb.el (nndb-get-remote-expire-response): Ditto.
19558 * nndiary.el (nndiary-parse-schedule-value)
19559 (nndiary-string-to-number, nndiary-request-replace-article)
19560 (nndiary-request-article): Ditto.
19561 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19562 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19563 * nneething.el (nneething-make-head): Ditto.
19564 * nnfolder.el (nnfolder-request-article)
19565 (nnfolder-retrieve-headers): Ditto.
19566 * nnheader.el (nnheader-file-to-number): Ditto.
19567 * nnkiboze.el (nnkiboze-request-article): Ditto.
19568 * nnmail.el (nnmail-process-unix-mail-format)
19569 (nnmail-process-babyl-mail-format): Ditto.
19570 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19571 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19572 (nnmh-request-create-group, nnmh-request-list-1)
19573 (nnmh-request-group, nnmh-request-article): Ditto.
19574 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19575 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19576 * nnsoup.el (nnsoup-make-active): Ditto.
19577 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19578 * nntp.el (nntp-find-group-and-number)
19579 (nntp-retrieve-headers-with-xover): Ditto.
19580 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19581 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19582 (pgg-format-key-identifier): Ditto.
19583 * pop3.el (pop3-last, pop3-stat): Ditto.
19584 * qp.el (quoted-printable-decode-region): Ditto.
19585
19586 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19587 of concat.
19588
19589 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
19590
19591 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19592
19593 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19594
19595 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19596
19597 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19598
19599 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19600
19601 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19602
19603 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19604 (gnus-carpal-mode): Ditto.
19605
19606 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19607 (gnus-browse-mode): Ditto.
19608
19609 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19610
19611 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19612
19613 2005-05-29 Richard M. Stallman <rms@gnu.org>
19614
19615 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19616
19617 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
19618
19619 * gnus-util.el (gnus-run-mode-hooks): New function.
19620
19621 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19622
19623 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19624
19625 * gnus-agent.el (gnus-agent-make-mode-line-string):
19626 Use mode-line-highlight as mouse-face.
19627
19628 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
19629
19630 * canlock.el (canlock): Change the parent group to news.
19631
19632 * deuglify.el (gnus-outlook-deuglify): Add :group.
19633
19634 * dig.el (dig): Add :group.
19635
19636 * dns-mode.el (dns-mode): Add :group.
19637
19638 * encrypt.el (encrypt): Add :group.
19639
19640 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19641 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19642 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19643 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19644 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19645
19646 * gnus-diary.el (gnus-diary): Add :group.
19647
19648 * gnus.el (gnus-group-news-1-face): Add :group.
19649 (gnus-group-news-1-empty-face): Ditto.
19650 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19651 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19652 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19653 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19654 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19655 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19656 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19657 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19658 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19659 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19660 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19661 (gnus-summary-high-ticked-face): Ditto.
19662 (gnus-summary-low-ticked-face): Ditto.
19663 (gnus-summary-normal-ticked-face): Ditto.
19664 (gnus-summary-high-ancient-face): Ditto.
19665 (gnus-summary-low-ancient-face): Ditto.
19666 (gnus-summary-normal-ancient-face): Ditto.
19667 (gnus-summary-high-undownloaded-face): Ditto.
19668 (gnus-summary-low-undownloaded-face): Ditto.
19669 (gnus-summary-normal-undownloaded-face): Ditto.
19670 (gnus-summary-high-unread-face): Ditto.
19671 (gnus-summary-low-unread-face): Ditto.
19672 (gnus-summary-normal-unread-face): Ditto.
19673 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19674 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19675
19676 * hashcash.el (hashcash): New custom group.
19677 (hashcash-default-payment): Add :group.
19678 (hashcash-payment-alist): Ditto.
19679 (hashcash-default-accept-payment): Ditto.
19680 (hashcash-accept-resources): Ditto.
19681 (hashcash-path): Ditto.
19682 (hashcash-extra-generate-parameters): Ditto.
19683 (hashcash-double-spend-database): Ditto.
19684 (hashcash-in-news): Ditto.
19685
19686 * message.el (message-minibuffer-local-map): Add :group.
19687
19688 * netrc.el (netrc): Add :group.
19689
19690 * sieve-manage.el (sieve-manage-log): Add :group.
19691 (sieve-manage-default-user): Diito.
19692 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19693 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19694 (sieve-manage-authenticators): Ditto.
19695 (sieve-manage-authenticator-alist): Ditto.
19696 (sieve-manage-default-port): Ditto.
19697
19698 * sieve-mode.el (sieve-control-commands-face): Add :group.
19699 (sieve-action-commands-face): Ditto.
19700 (sieve-test-commands-face): Ditto.
19701 (sieve-tagged-arguments-face): Ditto.
19702
19703 * smime.el (smime): Add :group.
19704
19705 * spam-report.el (spam-report): Add :group.
19706
19707 * spam.el (spam, spam-face): Add :group.
19708
19709 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19710
19711 * nntp.el (nntp-next-result-arrived-p): Some news servers may
19712 return \n.\n.\n at the end of articles. Protect against that.
19713 (nntp-with-open-group): Allow debugging.
19714
19715 * nnheader.el (mail-header-set-extra): Make into a function
19716 because I just could't understand how to quote the list properly.
19717
19718 * dns.el (query-dns-cached): New function.
19719
19720 2005-05-26 Lute Kamstra <lute@gnu.org>
19721
19722 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19723
19724 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
19725
19726 * gnus-art.el: Don't autoload mail-extract-address-components.
19727
19728 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19729 eval-and-compile to evaluate it.
19730
19731 * hashcash.el: Don't autoload executable-find.
19732
19733 * nndb.el: Don't declare the nndb back end two or more times; don't
19734 autoload news-reply-mode, news-setup, cancel-timer and telnet.
19735
19736 * nntp.el: Autoload format-spec instead of format; use
19737 eval-and-compile to evaluate autoload forms.
19738
19739 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
19740
19741 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19742
19743 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19744
19745 * gnus.el (gnus-version-number): Bump version.
19746
19747 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19748
19749 * gnus.el: No Gnus v0.3 is released.
19750
19751 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
19752
19753 * gnus-art.el (gnus-article-edit-part): Disable undo.
19754
19755 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
19756
19757 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19758 gnus-article-date-lapsed-new-header is t if date timer is active;
19759 skip headers in which the original date value is empty.
19760 (gnus-article-save-original-date): Redefine it as a macro.
19761 (gnus-display-mime): Use it.
19762
19763 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
19764
19765 * gnus-art.el (article-date-ut): Support converting date in
19766 forwarded parts as well.
19767 (gnus-article-save-original-date): New function.
19768 (gnus-display-mime): Use it.
19769
19770 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
19771
19772 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19773 enclosure element of <item>.
19774
19775 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
19776
19777 * message.el (message-kill-buffer-query): Rename from
19778 `message-kill-buffer-query-if-modified'. Add :version.
19779
19780 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
19781
19782 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19783 window layout.
19784
19785 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
19786
19787 * mml.el: Autoload dnd when compiling.
19788
19789 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
19790
19791 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19792 x-dnd-*.
19793
19794 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
19795
19796 * qp.el (quoted-printable-encode-region): Save excursion.
19797
19798 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
19799
19800 * message.el (message-kill-buffer-query-if-modified): Add new variable
19801 so the user can kill a modified message buffer quickly.
19802 (message-kill-buffer): Use it.
19803
19804 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
19805
19806 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
19807 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19808
19809 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
19810
19811 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19812 contained in text because xml.el decodes entities) with LFs.
19813
19814 2005-04-11 Lute Kamstra <lute@gnu.org>
19815
19816 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19817 differently.
19818
19819 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19820
19821 * mm-util.el (mm-detect-coding-region): Typo.
19822
19823 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
19824
19825 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19826
19827 2005-04-06 Deepak Goel <deego@gnufans.org>
19828
19829 * spam-stat.el (spam-stat-score-buffer): Add a call to a
19830 user-function allow user modifications of the scores.
19831 (spam-stat-score-buffer-user): New function, to allow
19832 user-computed modifications to the score.
19833 (spam-stat-score-buffer-user-functions): List of additional
19834 scoring functions.
19835 (spam-stat-error-holder): Global temporary error holder.
19836 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19837 variable.
19838
19839 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
19840
19841 * gnus-registry.el (gnus-registry-clean-empty-function)
19842 (gnus-registry-trim, gnus-registry-fetch-groups)
19843 (gnus-registry-delete-group): Groups that match
19844 `gnus-registry-ignored-groups' are removed from the registry
19845 entries, not just ignored for splitting. This helps clean up the
19846 registry. Also, `gnus-registry-fetch-groups' is a convenient way
19847 to get all the groups a message ID is in.
19848
19849 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19850 (spam-stat-split-fancy): Change "threshhold" to "threshold".
19851 (spam-stat-score-buffer-user-functions): Add :number custom type.
19852
19853 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19854
19855 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19856 argument in XEmacs.
19857
19858 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19859 (nnrss-request-group): Decode group name first.
19860 (nnrss-request-article): Make a text/plain article if mml-to-mime
19861 failed.
19862 (nnrss-get-encoding): Return a compatible encoding according to
19863 nnrss-compatible-encoding-alist.
19864 (nnrss-find-el): Use consp instead of listp.
19865 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19866
19867 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19868
19869 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19870 which Emacs 20 doesn't support.
19871 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19872
19873 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
19874
19875 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19876 silence the byte compiler inside the defun.
19877
19878 * gnus-demon.el (parse-time-string): Add autoload.
19879
19880 * gnus-delay.el (parse-time-string): Add autoload.
19881
19882 * gnus-art.el (parse-time-string): Add autoload.
19883
19884 * nnultimate.el (parse-time): Require for `parse-time-string'.
19885
19886 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
19887
19888 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19889
19890 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19891
19892 * smime.el (smime-ldap-host-list): Add :version.
19893
19894 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
19895
19896 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19897 pass it to `gnus-browse-read-group'.
19898 (gnus-browse-read-group): Add NUMBER argument and pass it to
19899 `gnus-group-read-ephemeral-group'.
19900
19901 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19902 argument and pass it to `gnus-group-read-group'.
19903
19904 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
19905
19906 * mm-util.el (mm-xemacs-find-mime-charset): Only call
19907 mm-xemacs-find-mime-charset-1 if we have the mule feature
19908 available at runtime.
19909
19910 2005-03-25 Werner Lemberg <wl@gnu.org>
19911
19912 * nnmaildir.el: Replace `illegal' with `invalid'.
19913
19914 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19915
19916 * gnus-start.el (gnus-display-time-event-handler):
19917 Check display-time-timer at runtime rather than only at load time
19918 in case display-time-mode is turned off in the mean time.
19919
19920 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
19921
19922 * nnimap.el (nnimap-open-connection): Print which authinfo file is
19923 used.
19924
19925 * nneething.el (nneething-map-file-directory): Derive from
19926 `gnus-directory'.
19927
19928 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19929 the To/Cc button.
19930
19931 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
19932
19933 * nnmaildir.el (nnmaildir-request-accept-article):
19934 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19935
19936 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
19937
19938 * gnus-async.el: Require timer-funcs at compile time when in
19939 XEmacs for `run-with-idle-timer'.
19940
19941 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
19942
19943 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19944 autoloaded function.
19945
19946 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19947
19948 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19949
19950 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
19951
19952 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19953
19954 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
19955
19956 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19957 Add gnus-expert-user to default.
19958
19959 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
19960
19961 * nnimap.el (nnimap-open-server): Ditto.
19962
19963 * imap.el (imap-authenticate): Fix typo.
19964
19965 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
19966
19967 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19968 buffer (since IMAP server might return FETCH response out of
19969 order, and the nntp buffer must be sorted).
19970
19971 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
19972
19973 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19974 comparison on string.
19975
19976 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19977 (gnus-agent-score): Rename category keywords to match gnus-cus.
19978 (gnus-agent-summary-fetch-series): Modify to protect against
19979 gnus-agent-summary-fetch-group clearing processable flags.
19980 (gnus-agent-synchronize-group-flags): Update live group buffer as
19981 synchronization may occur due to the user toggle the plugged
19982 status.
19983 (gnus-agent-fetch-group-1): Clear downloadable flag when article
19984 successfully downloaded.
19985 (gnus-agent-expire-group-1): Avoid using markers when the overview
19986 is in ascending order; greatly improves performance.
19987 (gnus-agent-regenerate-group):
19988 Use gnus-agent-synchronize-group-flags to reset read status in both
19989 gnus and server.
19990 (gnus-agent-update-files-total-fetched-for): Fix initial size.
19991
19992 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
19993
19994 * message.el: Don't autoload former message-utils variables.
19995 (message-strip-subject-trailing-was): Change doc string.
19996
19997 * nnweb.el: Fixes for `gnus-group-make-web-group'.
19998 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
19999 (nnweb-google-search): Add "hl=en" here.
20000 (nnweb-google-parse-1, nnweb-google-create-mapping):
20001 Don't hardcode URL.
20002
20003 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
20004
20005 * message.el (message-get-reply-headers, message-followup):
20006 Mention related variables `message-use-followup-to' and
20007 `message-use-mail-followup-to', in the information buffer.
20008
20009 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20010 of broken groups(-beta).google.com.
20011
20012 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
20013
20014 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20015 parameter to invoked gnus-request-move-article; remove the
20016 redundant gnus-sum-hint-move-is-internal variable; apply the marks
20017 all at once instead of once per article.
20018 (gnus-summary-remove-process-mark): Accept a list of articles as
20019 well as a single article for processing.
20020
20021 * gnus-int.el (gnus-request-move-article): Add move-is-internal
20022 parameter.
20023
20024 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20025
20026 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20027
20028 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20029 parameter.
20030
20031 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20032 parameter.
20033
20034 * nnimap.el (nnimap-request-move-article): Add move-is-internal
20035 parameter and remove the gnus-sum-hint-move-is-internal variable.
20036
20037 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20038 parameter.
20039
20040 * nndraft.el (nndraft-request-move-article): Add move-is-internal
20041 parameter.
20042
20043 * nndiary.el (nndiary-request-move-article): Add move-is-internal
20044 parameter.
20045
20046 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20047
20048 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20049 parameter.
20050
20051 * nnagent.el (nnagent-request-move-article): Add move-is-internal
20052 parameter.
20053
20054 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
20055
20056 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20057 a more conservative way.
20058
20059 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20060
20061 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20062 buffer, so it moves the window's cursor.
20063
20064 2005-02-26 Arne Jørgensen <arne@arnested.dk>
20065
20066 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20067 `mm-dissect-multipart' and receive the from field as an (optional)
20068 argument from `mm-dissect-multipart'.
20069 (mm-dissect-multipart): Receive the from field as an argument and
20070 pass it on when we call `mm-dissect-buffer' on MIME parts.
20071 Fixes verification/decryption of signed/encrypted MIME parts.
20072
20073 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
20074
20075 * gnus-sum.el (gnus-summary-move-article):
20076 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20077 whatever it calls (right now, only nnimap-request-move article
20078 respects it).
20079
20080 * nnimap.el (nnimap-request-move-article):
20081 When gnus-sum-hint-move-is-internal is set, don't do the extra
20082 nnimap-request-article.
20083
20084 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20085
20086 * nnheader.el (nnheader-find-file-noselect): Add doc string.
20087
20088 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20089 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20090
20091 * gnus-sum.el (gnus-summary-caesar-message):
20092 Apply `gnus-treat-article' after rotation.
20093
20094 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20095 doc string.
20096
20097 2005-02-22 Simon Josefsson <jas@extundo.com>
20098
20099 * encrypt.el (encrypt-password-cache-expiry): Remove (use
20100 `password-cache-expiry' instead). Reported by Arne Jørgensen
20101 <arne@arnested.dk>.
20102 (encrypt): Add password-cache and password-cache-expiry as group
20103 members.
20104
20105 2005-02-22 Arne Jørgensen <arne@arnested.dk>
20106
20107 * smime.el (smime-ldap-host-list): Doc fix.
20108 (smime-ask-passphrase): Use `password-read-and-add' to read (and
20109 cache) password.
20110 (smime-sign-region): Use it.
20111 (smime-decrypt-region): Use it.
20112 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20113 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20114 fails.
20115 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20116 certificate from DER to PEM format rather than calling openssl.
20117
20118 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20119
20120 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20121 for signing/encryption.
20122
20123 * mml.el (mml-parse-1): Use them.
20124
20125 2005-02-21 Arne Jørgensen <arne@arnested.dk>
20126
20127 * nnrss.el (nnrss-verbose): Remove.
20128 (nnrss-request-group): Use `nnheader-message' instead.
20129
20130 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
20131
20132 * nnrss.el (nnrss-verbose): New variable.
20133 (nnrss-request-group): Make it say nnrss is requesting a group.
20134
20135 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
20136
20137 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20138 Handle news URL with given port correctly.
20139
20140 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
20141
20142 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20143 containing special characters.
20144
20145 * gnus-sum.el (gnus-summary-edit-article): Ditto.
20146
20147 * mml.el (mime-to-mml): Ditto.
20148
20149 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20150 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20151 (rfc2047-decode-region): Quote decoded words containing special
20152 characters when rfc2047-quote-decoded-words-containing-tspecials
20153 is non-nil.
20154
20155 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
20156
20157 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20158
20159 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20160
20161 2005-02-15 Simon Josefsson <jas@extundo.com>
20162
20163 * nnimap.el (nnimap-debug): Doc fix.
20164
20165 * imap.el (imap-debug): Doc fix.
20166
20167 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
20168
20169 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20170
20171 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
20172
20173 * gnus.el (spam-contents): Improve docs for spam-contents
20174 parameter in its variable incarnation.
20175
20176 2005-02-14 Simon Josefsson <jas@extundo.com>
20177
20178 * smime-ldap.el: Use require instead of load-library for ldap.
20179 (smime-ldap-search): Indent.
20180 (smime-ldap-search-internal): Shorten line.
20181
20182 * smime.el (smime-cert-by-dns): Add doc-string.
20183 (smime-cert-by-ldap-1): Indent.
20184
20185 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20186 mml-smime-get-dns-ldap.
20187 (mml-smime-encrypt-query): Use new function. Default to ldap.
20188
20189 2005-02-14 Arne Jørgensen <arne@arnested.dk>
20190
20191 * smime.el: Require smime-ldap.
20192 (smime-ldap-host-list): New variable.
20193 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20194
20195 * mml-smime.el (mml-smime-encrypt-query): New function.
20196 (mml-smime-encrypt-query): Use it.
20197
20198 * smime-ldap.el: New file.
20199
20200 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
20201
20202 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20203
20204 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
20205
20206 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20207 argument in doc string. Make query for type more clear.
20208
20209 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
20210
20211 * gnus.el (gnus-group-startup-message): Search for gnus images in
20212 etc/images/gnus.
20213 * mm-util.el (mm-image-load-path): Likewise.
20214 * smiley.el (smiley-data-directory): Search for smilies in
20215 etc/images/smilies.
20216
20217 2005-02-09 Kim F. Storm <storm@cua.dk>
20218
20219 Change Emacs release version from 21.4 to 22.1 throughout.
20220 Change Emacs development version from 21.3.50 to 22.0.50.
20221
20222 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
20223
20224 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20225
20226 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20227 non-Mule XEmacs as well.
20228 (mm-decompress-buffer): Signal an error intentionally if it does
20229 not decompress compressed data because auto-compression-mode is
20230 disabled.
20231
20232 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
20233
20234 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20235 an ID in the registry even if it has no groups.
20236
20237 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
20238
20239 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20240 merge it into mm-decompress-buffer.
20241 (gnus-mime-copy-part): Use the MIME part charset, the value which
20242 a user specified or gnus-newsgroup-charset for decoding, like
20243 gnus-mime-inline-part does; set buffer-file-coding-system to tell
20244 save-buffer what was used. Suggested by Kevin Ryde
20245 <user42@zip.com.au>.
20246 (gnus-mime-inline-part): Allow the name parameter as well as the
20247 filename parameter; force decompressing of compressed data; always
20248 display contents being not decoded as unibyte.
20249
20250 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20251 as well as the filename parameter.
20252
20253 * mm-util.el (mm-decompress-buffer):
20254 Merge gnus-mime-jka-compr-maybe-uncompress.
20255 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20256 of compressed data.
20257
20258 2005-02-08 Simon Josefsson <jas@extundo.com>
20259
20260 * imap.el (imap-log): Doc fix.
20261
20262 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20263
20264 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20265 the coding cookies; decompress compressed parts.
20266
20267 * mml.el (mml-generate-mime-1): Add the charset parameter according
20268 to the value which a user specified manually or the coding cookie.
20269
20270 * mm-util.el (mm-string-to-multibyte): New function.
20271 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20272 (mm-coding-system-to-mime-charset): New function.
20273 (mm-decompress-buffer): New function.
20274 (mm-find-buffer-file-coding-system): New function.
20275
20276 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20277 (mm-display-inline-fontify): Rewrite for decoding and decompressing
20278 parts.
20279
20280 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20281
20282 * mm-view.el (mm-display-inline-fontify): Decode a part according
20283 to the charset parameter.
20284
20285 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
20286
20287 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20288 prefix arg is neither nil nor a number, as info specifies.
20289
20290 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
20291
20292 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20293 timestamps.
20294
20295 2005-02-02 Jari Aalto <jari.aalto@cante.net>
20296
20297 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20298 groups error checking and notify user.
20299
20300 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
20301
20302 * message.el (message-send-mail-function): Check existence of
20303 sendmail-program first before using default value
20304 `message-send-mail-with-sendmail'. Otherwise use more generic
20305 `smtpmail-send-it'.
20306
20307 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
20308
20309 * nntp.el (nntp-request-update-info): Always return nil.
20310
20311 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
20312
20313 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20314
20315 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20316
20317 * message.el (message-beginning-of-line): Change the behavior when
20318 invoked between BOL and : so that it first moves backward.
20319
20320 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
20321
20322 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20323 article buffer when editing of the article is discarded.
20324 (gnus-article-prepare): Revert.
20325
20326 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
20327
20328 * gnus-art.el (gnus-article-prepare):
20329 Remove message-strip-forbidden-properties from the local hook.
20330
20331 2005-01-27 Simon Josefsson <jas@extundo.com>
20332
20333 * password.el (password-cache-add): Only start one timer per key.
20334 Reported by Derek Atkins <warlord@MIT.EDU>.
20335
20336 2005-01-26 Steve Youngs <steve@sxemacs.org>
20337
20338 * run-at-time.el: Remove. It is no longer needed as
20339 timer-funcs.el in the xemacs-base package has a working version of
20340 `run-at-time'.
20341
20342 * password.el: Require timer-funcs instead of run-at-time in
20343 XEmacs.
20344 Remove `password-run-at-time' macro.
20345 (password-cache-add): Use `run-at-time' instead of
20346 `password-run-at-time'.
20347
20348 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20349 for `run-with-idle-timer'.
20350
20351 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20352 for `run-at-time'.
20353
20354 * mm-url.el: Require timer-funcs at compile time when in XEmacs
20355 for `with-timeout'.
20356
20357 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
20358
20359 * mml.el (mml-generate-mime-1): Convert string into unibyte when
20360 inserting " *mml*" buffer's contents into a unibyte temp buffer.
20361
20362 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
20363
20364 * mail-source.el (mail-source-fetch-imap): Search for ^From case
20365 sensitively.
20366
20367 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
20368
20369 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20370
20371 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
20372
20373 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20374 which will be inserted according to the multibyteness of a buffer
20375 rather than the type of contents. Suggested by ARISAWA Akihiro
20376 <ari@mbf.ocn.ne.jp>.
20377
20378 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20379 of string which old xml.el may return rather than a string.
20380
20381 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
20382
20383 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20384
20385 2005-01-16 Simon Josefsson <jas@extundo.com>
20386
20387 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20388 idn/idna.el isn't available.
20389 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
20390 <michael@waxrat.com>.
20391
20392 * hashcash.el: Remove non-FSF copyright header.
20393
20394 * hashcash.el (hashcash-extra-generate-parameters): New variable.
20395 (hashcash-generate-payment): Use it.
20396 (hashcash-generate-payment-async): Use it.
20397
20398 2005-01-15 Simon Josefsson <jas@extundo.com>
20399
20400 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20401 Suggested by Raymond Scholz <ray-2005@zonix.de>.
20402
20403 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20404 gnus-summary-idna-message.
20405 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20406 (gnus-summary-idna-message): New function.
20407
20408 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
20409
20410 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20411 gnus-novice-user.
20412
20413 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
20414
20415 * nnrss.el (nnrss-request-delete-group): Delete entries in
20416 nnrss-group-alist as well.
20417 (nnrss-save-server-data): Insert newline.
20418
20419 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
20420
20421 * gnus.el (gnus-user-agent): Use list of symbols instead of
20422 symbols. Display full version number for (S)XEmacs.
20423 Optionally display (S)XEmacs codename.
20424
20425 * gnus-util.el (gnus-emacs-version): Update for new
20426 `gnus-user-agent'.
20427
20428 * gnus-msg.el (gnus-extended-version): Make it possible to omit
20429 Gnus version.
20430
20431 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20432
20433 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
20434 which is unreadable in some setups.
20435
20436 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20437
20438 * gnus-spec.el (gnus-update-format-specifications): Flush the
20439 group format spec cache if it doesn't support decoded group names.
20440
20441 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
20442
20443 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20444 Allow to apply decay on score files matching a regexp.
20445
20446 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
20447
20448 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20449 compatibility in %g and %c.
20450
20451 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
20452
20453 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20454 name for only %g and %c.
20455 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20456 of gnus-tmp-group to decoded group name.
20457 (gnus-group-make-rss-group): Exclude `/'s from group names.
20458
20459 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
20460
20461 * nnrss.el (nnrss-get-encoding): Fix regexp.
20462
20463 2004-12-27 Simon Josefsson <jas@extundo.com>
20464
20465 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20466 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20467 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
20468
20469 2004-12-17 Kim F. Storm <storm@cua.dk>
20470
20471 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20472
20473 * gnus-sum.el (gnus-summary-mode-map): Likewise.
20474
20475 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
20476
20477 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20478
20479 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
20480
20481 * nnrss.el: Require rfc2047 and mml.
20482 (nnrss-file-coding-system): New variable.
20483 (nnrss-format-string): Redefine it as an inline function.
20484 (nnrss-decode-group-name): New function.
20485 (nnrss-string-as-multibyte): Remove.
20486 (nnrss-retrieve-headers): Decode group name; don't use
20487 nnrss-format-string.
20488 (nnrss-request-group): Decode group name.
20489 (nnrss-request-article): Decode group name; allow a Message-ID as
20490 well as an article number; don't use nnrss-format-string; encode a
20491 Message-ID string which may contain non-ASCII characters; use
20492 mml-to-mime to compose a MIME article.
20493 (nnrss-request-expire-articles): Decode group name.
20494 (nnrss-request-delete-group): Decode group name.
20495 (nnrss-fetch): Clarify error message.
20496 (nnrss-read-server-data): Use insert-file-contents instead of load;
20497 bind file-name-coding-system; use multibyte buffer.
20498 (nnrss-save-server-data): Bind coding-system-for-write to the
20499 value of nnrss-file-coding-system; bind file-name-coding-system;
20500 add coding cookie.
20501 (nnrss-read-group-data): Use insert-file-contents instead of load;
20502 bind file-name-coding-system; use multibyte buffer.
20503 (nnrss-save-group-data): Bind coding-system-for-write to the
20504 value of nnrss-file-coding-system; bind file-name-coding-system.
20505 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20506 make it work with non-ASCII text.
20507 (nnrss-find-el): Make it work with old xml.el as well.
20508
20509 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
20510
20511 * nnrss.el (nnrss-get-encoding): New function.
20512 (nnrss-fetch): Use unibyte buffer initially; bind
20513 coding-system-for-read while performing mm-url-insert; remove ^Ms;
20514 decode contents according to the encoding attribute.
20515 (nnrss-save-group-data): Add coding cookie.
20516 (nnrss-mime-encode-string): New function.
20517 (nnrss-check-group): Use it to encode subject and author.
20518
20519 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
20520
20521 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20522 imaginary variable.
20523
20524 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
20525
20526 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20527 correctly even if there are wide characters.
20528
20529 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
20530
20531 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20532 downcased symbol names; make a new cache instead of reusing
20533 bbdb-hashtable.
20534
20535 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
20536
20537 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20538 concatenating segments rather than before concatenating them.
20539 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20540
20541 * message.el (message-get-reply-headers): Bind `extra'.
20542
20543 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20544
20545 * message.el (message-extra-wide-headers): New variable.
20546 (message-get-reply-headers): Use it.
20547
20548 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
20549
20550 * gnus-agent.el (gnus-agent-group-path): Decode group name.
20551 (gnus-agent-group-pathname): Ditto.
20552
20553 * gnus-cache.el (gnus-cache-file-name): Decode group name.
20554
20555 * gnus-group.el (gnus-group-make-group): Decode group name.
20556 (gnus-group-make-rss-group): Register the group data after opening
20557 the nnrss group.
20558
20559 2004-12-17 Paul Jarc <prj@po.cwru.edu>
20560
20561 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20562 by expiry now get marked as read.
20563
20564 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
20565
20566 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20567
20568 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
20569
20570 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20571 unify Latin characters in XEmacs.
20572 (mm-find-mime-charset-region): Use it.
20573
20574 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
20575
20576 * gnus-util.el (gnus-delete-directory): New function.
20577
20578 * gnus-agent.el (gnus-agent-delete-group): Use it.
20579
20580 * gnus-cache.el (gnus-cache-delete-group): Use it.
20581
20582 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
20583
20584 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20585 names.
20586
20587 2004-12-16 Simon Josefsson <jas@extundo.com>
20588
20589 * hashcash.el (hashcash-payment-alist): Fix custom :type.
20590
20591 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
20592
20593 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20594
20595 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20596 (gnus-group-set-current-level): Decode group name.
20597
20598 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
20599
20600 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20601 failed.
20602
20603 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
20604
20605 * gnus-group.el (gnus-group-delete-group): Decode group name.
20606 (gnus-group-make-rss-group): Encode group name.
20607 (gnus-group-catchup-current): Decode group name.
20608 (gnus-group-kill-group): Decode group name.
20609
20610 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
20611
20612 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20613
20614 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
20615
20616 * gnus-group.el (gnus-group-make-rss-group):
20617 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20618
20619 * gnus-start.el (gnus-setup-news): Honor user's setting to
20620 gnus-message-archive-method. Suggested by Lute Kamstra
20621 <lute@gnu.org>.
20622
20623 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
20624
20625 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20626 global counterparts of the buffer-local variables.
20627
20628 2004-11-16 Romain Francoise <romain@orebokech.com>
20629
20630 * gnus-sum.el (gnus-summary-exit): Don't clear the global
20631 counterparts of the buffer-local variables.
20632
20633 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
20634
20635 * message.el (message-forbidden-properties): Fix typo in doc
20636 string.
20637
20638 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
20639
20640 * gnus-util.el (gnus-replace-in-string): Add doc string.
20641
20642 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20643 to avoid problems when splitting mails with many recipients.
20644
20645 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
20646
20647 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20648 pop-to-buffer, covered by the subsequent gnus-configure-windows.
20649
20650 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
20651
20652 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20653 if there is no hashtable in memory or file modification time is
20654 newer than cached timestamp.
20655
20656 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
20657
20658 * gnus-sum.el (gnus-summary-limit-to-recipient):
20659 Implement not-matching option.
20660
20661 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
20662
20663 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20664 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20665 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20666 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20667 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
20668 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20669
20670 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
20671
20672 * message.el (message-forward-make-body-mml): Remove headers
20673 according to message-forward-ignored-headers if a message is decoded.
20674
20675 2004-12-02 Romain Francoise <romain@orebokech.com>
20676
20677 * message.el (message-forward-make-body-plain): Always remove
20678 headers according to message-forward-ignored-headers.
20679
20680 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
20681
20682 * spam.el (spam-summary-prepare-exit): Remove the
20683 gnus-summary-limit pop for now, it has problems with ham marks for
20684 me.
20685
20686 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
20687
20688 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20689 correctly.
20690
20691 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
20692
20693 * format-spec.el (format-spec): Message the char.
20694
20695 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
20696
20697 * gnus-art.el (gnus-split-methods): Reformat comments.
20698
20699 * spam.el (spam-summary-prepare-exit): Remove article limits
20700 before exiting the summary buffer.
20701
20702 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
20703
20704 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20705 order to silence the byte compiler.
20706
20707 * spam.el: Fix the way to silence the byte compiler, which
20708 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20709 bbdb-search-simple, spam-BBDB-register-routine,
20710 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20711 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20712 spam-stat-buffer-is-spam, spam-stat-load,
20713 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20714 spam-stat-save and spam-stat-split-fancy.
20715
20716 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
20717
20718 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20719 which may confuse users.
20720 (canlock-password-for-verify): Ditto.
20721
20722 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20723
20724 * gnus-art.el (gnus-emphasis-alist): Ditto.
20725
20726 * gnus-registry.el (gnus-registry-max-entries): Ditto.
20727
20728 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20729
20730 * gnus-start.el (gnus-save-killed-list): Ditto.
20731
20732 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20733 (gnus-sum-thread-tree-root): Ditto.
20734 (gnus-sum-thread-tree-false-root): Ditto.
20735 (gnus-sum-thread-tree-single-indent): Ditto.
20736
20737 * message.el (message-courtesy-message): Ditto.
20738 (message-archive-note): Ditto.
20739 (message-subscribed-address-file): Ditto.
20740 (message-user-fqdn): Ditto.
20741
20742 * spam-report.el (spam-report-gmane-regex): Ditto.
20743
20744 * spam.el (spam-blackhole-good-server-regex): Ditto.
20745
20746 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
20747
20748 * mml.el (mml-preview): Widen the message buffer before copying
20749 the contents to the preview buffer; sort headers before previewing.
20750
20751 * message.el (message-hidden-headers): Fix the way to avoid a bug
20752 in the `repeat' widget in Emacs 21.3 or earlier.
20753
20754 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
20755
20756 * message.el (message-hidden-headers): Default to "^References:".
20757 Improve customization type. Suggested by Reiner Steib
20758 <Reiner.Steib@gmx.de>.
20759
20760 2004-11-25 Romain Francoise <romain@orebokech.com>
20761
20762 * message.el (message-strip-forbidden-properties): Remove check for
20763 obsolete `message-hidden' text property, hidden headers are not
20764 accessible in the buffer anymore.
20765
20766 2004-11-22 Romain Francoise <romain@orebokech.com>
20767
20768 * message.el (message-header-format-alist): Add `From' in list
20769 so that it can be sorted.
20770 (message-fix-before-sending): Widen and sort headers before
20771 sending.
20772 (message-hide-headers): Use narrowing to hide headers by moving
20773 them to the top of the buffer and narrowing to the region
20774 underneath.
20775
20776 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20777
20778 * message.el (message-strip-forbidden-properties):
20779 Bind buffer-read-only (etc) to nil.
20780
20781 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
20782
20783 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20784 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20785
20786 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
20787
20788 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20789
20790 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20791
20792 * dns.el (query-dns): Use sit-for to time instead of
20793 accept-process-output, since that doesn't seem to work on udp
20794 sockets.
20795
20796 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
20797
20798 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20799
20800 2004-11-15 Jesper Harder <harder@ifa.au.dk>
20801
20802 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20803 doc string. Improve doc string.
20804
20805 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
20806
20807 * nntp.el (nntp-request-update-info): Return nil if
20808 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20809 may not call gnus-activate-group which uselessly issues the GROUP
20810 commands for all nntp groups and wastes time. Reported by Romain
20811 Francoise <romain@orebokech.com>.
20812
20813 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20814
20815 2004-11-15 Simon Josefsson <jas@extundo.com>
20816
20817 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20818 headers separately.
20819 (gnus-button-openpgp): New function, inspired by Jochen Küpper
20820 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20821
20822 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
20823
20824 * gnus-start.el (gnus-convert-old-newsrc):
20825 Assign legacy-gnus-agent to 5.10.7.
20826
20827 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20828
20829 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20830 start of the lines.
20831
20832 2004-11-14 Magnus Henoch <mange@freemail.hu>
20833
20834 * hashcash.el (hashcash-default-payment): Change default to 20.
20835 (hashcash-default-accept-payment): Change default to 20.
20836 (hashcash-process-alist): New variable.
20837 (hashcash-generate-payment-async): Add.
20838 (hashcash-already-paid-p): Add.
20839 (hashcash-insert-payment): Don't generate payments twice.
20840 (hashcash-insert-payment-async): Add.
20841 (hashcash-insert-payment-async-2): Add.
20842 (hashcash-cancel-async): Add.
20843 (hashcash-wait-async): Add.
20844 (hashcash-processes-running-p): Add.
20845 (hashcash-wait-or-cancel): Add.
20846 (mail-add-payment): New optional argument. Conditionally start
20847 asynchronous calculation.
20848 (mail-add-payment-async): Add.
20849
20850 * message.el (message-send-mail): Wait for asynchronous hashcash
20851 results. Don't clobber existing X-Hashcash headers.
20852 (message-setup-1): Call mail-add-payment-async when
20853 message-generate-hashcash is non-nil.
20854
20855 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20856
20857 * message.el (message-use-alternative-email-as-from): Examine the
20858 From header as well; use message-make-from in order to include a
20859 user's full name.
20860
20861 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
20862
20863 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20864 default; improve customization type.
20865 (gnus-emphasis-custom-with-format): New macro.
20866 (gnus-emphasis-custom-value-to-external): New function.
20867 (gnus-emphasis-custom-value-to-internal): New function.
20868
20869 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
20870
20871 * dns.el (query-dns): Resolve reverse addresses.
20872
20873 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20874
20875 * gnus-group.el (gnus-group-get-new-news): Use it.
20876
20877 * gnus-start.el (gnus-check-reasonable-setup): New function.
20878
20879 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
20880
20881 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20882 "Args out of range" error. Reported by Arnaud Giersch
20883 <arnaud.giersch@free.fr>.
20884
20885 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
20886
20887 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20888
20889 2004-11-04 Richard M. Stallman <rms@gnu.org>
20890
20891 * spam.el (spam group): Add :version.
20892
20893 * pgg-def.el (pgg group): Add :version.
20894
20895 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
20896
20897 * gnus-art.el (gnus-article-edit-article): Don't associate the
20898 article buffer with a draft file. This is a temporary measure
20899 against the 2004-08-22 change to gnus-article-edit-mode.
20900
20901 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
20902
20903 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20904 (html2text-format-tags): Remove unused variable `attr'.
20905
20906 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
20907
20908 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20909
20910 * spam-stat.el (spam-stat): Add :version.
20911
20912 * sieve.el (sieve): Add :version.
20913
20914 * sha1.el (sha1): Add :version.
20915 (sha1-use-external): Remove redundant version.
20916
20917 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20918 (nnmail-cache-ignore-groups, nnmail-spool-hook)
20919 (nnmail-split-fancy-match-partial-words)
20920 (nnmail-split-lowercase-expanded): Add :version.
20921
20922 * nndiary.el (nndiary): Add :version.
20923
20924 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20925
20926 * mml-sec.el (mml-default-sign-method)
20927 (mml-default-encrypt-method, mml-signencrypt-style-alist):
20928 Add :version.
20929
20930 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20931
20932 * mm-url.el (mm-url-use-external, mm-url-program)
20933 (mm-url-arguments): Add :version.
20934
20935 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20936 (mm-attachment-file-modes, mm-decrypt-option)
20937 (mm-w3m-safe-url-regexp): Add :version.
20938
20939 * message.el (message-cite-prefix-regexp)
20940 (message-sendmail-envelope-from, message-minibuffer-local-map)
20941 (message-user-fqdn, message-completion-alist): Add :version.
20942
20943 * gnus-win.el (gnus-configure-windows-hook)
20944 (gnus-use-frames-on-any-display): Add :version.
20945
20946 * gnus-art.el (gnus-article-address-banner-alist)
20947 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20948 (gnus-treat-from-picon, gnus-treat-mail-picon)
20949 (gnus-treat-x-pgp-sig): Add :version.
20950
20951 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20952 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20953 (gnus-summary-article-delete-hook)
20954 (gnus-summary-display-while-building): Add :version.
20955
20956 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20957 (gnus-get-top-new-news-hook): Add :version.
20958
20959 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20960 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20961
20962 * gnus-registry.el (gnus-registry): Add :version.
20963
20964 * gnus-spec.el (gnus-use-correct-string-widths)
20965 (gnus-make-format-preserve-properties): Add :version.
20966
20967 * gnus.el (gnus-group-charter-alist)
20968 (gnus-group-fetch-control-use-browse-url)
20969 (gnus-install-group-spam-parameters): Add :version.
20970
20971 * gnus-diary.el (gnus-diary): Add :version.
20972
20973 * gnus-delay.el (gnus-delay): Add :version.
20974
20975 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20976 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20977 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20978 Add :version.
20979
20980 * gnus-agent.el (gnus-agent-max-fetch-size)
20981 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20982 (gnus-agent-prompt-send-queue): Add :version.
20983
20984 * deuglify.el (gnus-outlook-deuglify): Add :version.
20985
20986 * html2text.el: Beautify code. Improve doc strings.
20987 Some checkdoc cleanup.
20988 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20989
20990 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
20991
20992 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20993
20994 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
20995
20996 * gnus-registry.el (gnus-registry-hashtb): Create the registry
20997 when package is loaded.
20998
20999 * spam.el (spam-summary-score-preferred-header): Add global preference
21000 for people who want to override the default SpamAssassin over
21001 Bogofilter preference (when both are set).
21002 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21003 (spam-user-format-function-S):
21004 Check spam-summary-score-preferred-header.
21005 (spam-extra-header-to-number): Add X-Bogosity header parsing.
21006 (spam-user-format-function-S): Format the score correctly.
21007
21008 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
21009
21010 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21011 signature file. Suggested by Manoj Srivastava
21012 <srivasta@golden-gryphon.com>.
21013
21014 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21015 iso-2022-jp even in the Japanese language environment.
21016 Suggested by Jason Rumney <jasonr@gnu.org>.
21017
21018 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
21019
21020 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21021 use the same characters as the dummy marks; make it free from
21022 getting affected by the language environment.
21023 (gnus-summary-read-group-1): Update mark positions only when the
21024 format spec is updated.
21025
21026 * gnus-spec.el (gnus-update-format-specifications): Return a list
21027 of updated types.
21028
21029 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
21030
21031 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21032 of boundp to check if display-warning is available.
21033
21034 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
21035
21036 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21037
21038 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
21039
21040 * nnspool.el (nnspool-spool-directory): Use news-path if the
21041 news-directory variable is not bound.
21042
21043 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21044 function instead of display-warning if it is not available.
21045
21046 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
21047
21048 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21049 v5-10: Use `point-at-bol'.
21050
21051 2004-10-26 Simon Josefsson <jas@extundo.com>
21052
21053 * hashcash.el: Fix URL in comment, reported by Cheng Gao
21054 <chenggao@gmail.com>.
21055
21056 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21057
21058 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
21059 instead.
21060
21061 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
21062
21063 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21064 to remove a server from the nnimap-server-buffer-alist.
21065 (nnimap-open-connection, nnimap-close-server): Use it.
21066
21067 * gnus-encrypt.el: Remove file in favor of encrypt.el.
21068
21069 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
21070
21071 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21072 running the major-mode function.
21073
21074 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
21075
21076 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21077 dummy marks in the right way.
21078
21079 2004-10-18 David Edmondson <dme@dme.org>
21080
21081 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21082 excessively.
21083
21084 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
21085
21086 * gnus-util.el (gnus-split-references): Accept a nil references
21087 string and go on blissfully.
21088
21089 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21090 cases where the references string is non-nil but has no references.
21091
21092 * encrypt.el: Add autoload tags.
21093
21094 * spam.el (spam-resolve-registrations-routine): Remove article
21095 from unregistration list too. Reported by David Hanak
21096 <dhanak@isis.vanderbilt.edu>
21097
21098 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
21099
21100 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21101 nil. Change custom type.
21102
21103 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
21104
21105 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21106
21107 * gnus-sum.el (gnus-summary-move-article): Use it.
21108
21109 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
21110
21111 * encrypt.el: Add autoload cookies.
21112
21113 * spam.el (spam-backend-article-list-property)
21114 (spam-backend-get-article-todo-list)
21115 (spam-backend-put-article-todo-list)
21116 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21117 Resolve registrations separately.
21118 (spam-register-routine): Format comments.
21119 (spam-unregister-routine, spam-register-routine): Always call with
21120 specific-articles, no default list.
21121 (spam-summary-prepare-exit): Use the spam-classifications function.
21122
21123 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21124 gnus-encrypt.el.
21125
21126 * encrypt.el: Copied from gnus-encrypt.el.
21127
21128 * gnus-encrypt.el: Commented that it's obsolete.
21129
21130 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21131
21132 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21133 (gnus-score-save): Use it.
21134
21135 * message.el (message-bury): Use `window-dedicated-p'.
21136
21137 2004-10-15 Simon Josefsson <jas@extundo.com>
21138
21139 * pop3.el (top-level): Don't require nnheader.
21140 (pop3-read-timeout): Add.
21141 (pop3-accept-process-output): Add.
21142 (pop3-read-response, pop3-retr): Use it.
21143
21144 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
21145
21146 * spam.el (spam-register-routine): Move comment.
21147 (spam-verify-bogofilter): Use 'unknown for the initial
21148 spam-bogofilter-valid state, not 'never.
21149
21150 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21151 for netrc-machine.
21152
21153 * nnimap.el (nnimap-open-connection):
21154 Use netrc-machine-user-or-password.
21155
21156 2004-10-17 Richard M. Stallman <rms@gnu.org>
21157
21158 * gnus-registry.el (gnus-registry-unload-hook):
21159 Set as a variable with add-hook.
21160
21161 * nnspool.el (nnspool-spool-directory): Use news-directory instead
21162 of news-path.
21163
21164 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21165
21166 * spam.el: Delete duplicate `provide'.
21167 (spam-unload-hook): Set as a variable with add-hook.
21168
21169 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21170
21171 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21172 in the doc string.
21173
21174 * message.el (message-ignored-news-headers)
21175 (message-ignored-supersedes-headers)
21176 (message-ignored-resent-headers)
21177 (message-forward-ignored-headers): Improve custom type.
21178
21179 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
21180
21181 * message.el (message-tokenize-header): Fix 2004-09-06 change
21182 which used point-min in the wrong place.
21183
21184 2004-10-12 Simon Josefsson <jas@extundo.com>
21185
21186 * tls.el (tls-certtool-program): New variable.
21187 (tls-certificate-information): New function, based on
21188 ssl-certificate-information.
21189
21190 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
21191
21192 * compface.el: Move the version of ELisp-based uncompface program
21193 to the contrib directory because of the copyright problem.
21194
21195 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
21196
21197 * message.el (message-kill-buffer): Raise the current frame.
21198
21199 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
21200
21201 * gnus-sum.el: Mention that multibyte characters don't work as marks.
21202
21203 * gnus.el (message-y-or-n-p): Autoload.
21204
21205 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21206 (pop3-password-required, pop3-authentication-scheme)
21207 (pop3-leave-mail-on-server): Make customizable.
21208 (pop3): New custom group.
21209 (pop3-retr): Remove `sleep-for' statements.
21210 Suggested by Dave Love <fx@gnu.org>.
21211
21212 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21213 Windows/DOS.
21214
21215 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21216 (imap-parse-body): Fix incorrect use of `assert'.
21217 Suggested by Dave Love <fx@gnu.org>.
21218
21219 * mml.el (mml-minibuffer-read-disposition): Require match.
21220 Suggested by Dave Love <fx@gnu.org>.
21221
21222 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
21223
21224 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
21225 doc string.
21226
21227 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
21228
21229 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21230
21231 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21232
21233 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21234 instead of calling `mm-insert-inline', to decode text/* parts
21235 before displaying them.
21236
21237 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
21238
21239 * mm-uu.el (mm-uu-text-plain-type): New variable.
21240 (mm-uu-pgp-signed-extract-1): Use it.
21241 (mm-uu-pgp-encrypted-extract-1): Use it.
21242 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21243 bind mm-uu-text-plain-type with that value.
21244 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21245 mm-uu-dissect.
21246
21247 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21248
21249 * gnus-group.el (gnus-update-group-mark-positions):
21250 * gnus-sum.el (gnus-update-summary-mark-positions):
21251 * message.el (message-check-news-body-syntax):
21252 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21253 of string-as-multibyte.
21254
21255 2004-10-05 Juri Linkov <juri@jurta.org>
21256
21257 * gnus-group.el (gnus-update-group-mark-positions):
21258 * gnus-sum.el (gnus-update-summary-mark-positions):
21259 * message.el (message-check-news-body-syntax):
21260 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21261 8-bit unibyte values to a multibyte string for search functions.
21262
21263 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21264
21265 * mm-uu.el (mm-uu-dissect): Allow optional arg.
21266 (mm-uu-dissect-text-parts): New function.
21267
21268 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21269 dissect text parts.
21270
21271 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21272 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21273
21274 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21275
21276 * gnus-topic.el (gnus-topic-hierarchical-parameters):
21277 Use gnus-current-topics instead of gnus-current-topic.
21278
21279 2004-10-06 Jesper Harder <harder@ifa.au.dk>
21280
21281 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21282
21283 2004-10-05 Jesper Harder <harder@ifa.au.dk>
21284
21285 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21286 where appropriate.
21287
21288 * nnml.el (nnml-generate-active-info): do.
21289
21290 * nndiary.el (nndiary-generate-active-info): do.
21291
21292 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21293 (gnus-topic-move): do.
21294
21295 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21296 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21297
21298 * gnus-srvr.el (gnus-server-prepare)
21299 (gnus-server-open-all-servers): do.
21300
21301 * gnus-msg.el (gnus-summary-cancel-article)
21302 (gnus-summary-resend-message)
21303 (gnus-summary-mail-crosspost-complaint): do.
21304
21305 * gnus-move.el (gnus-change-server): do.
21306
21307 * gnus-group.el (gnus-group-unmark-all-groups)
21308 (gnus-group-set-current-level): do.
21309
21310 2004-10-04 Simon Josefsson <jas@extundo.com>
21311
21312 * message.el (message-generate-hashcash): Doc fix.
21313
21314 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
21315
21316 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21317 avoid infinite recursion via gnus-get-function.
21318
21319 2004-10-02 Jesper Harder <harder@ifa.au.dk>
21320
21321 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21322
21323 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21324
21325 * nnmail.el (nnmail-split-history): do.
21326
21327 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21328 (nnml-request-delete-group): do.
21329
21330 * nnslashdot.el (nnslashdot-read-groups): do.
21331
21332 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21333 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21334
21335 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21336 (nnspool-sift-nov-with-sed): Use last.
21337 (nnspool-retrieve-headers-with-nov): Use mapc.
21338 (nnspool-request-newgroups): Use dolist.
21339 (nnspool-request-group): Use last.
21340
21341 * nntp.el (nntp-read-server-type): Use dolist.
21342
21343 * nnvirtual.el (nnvirtual-create-mapping)
21344 (nnvirtual-update-read-and-marked): Use dolist.
21345 (nnvirtual-convert-headers): Simplify.
21346
21347 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
21348
21349 * gnus-agent.el (gnus-agent-synchronize-group-flags):
21350 Add support for sync'ing tick marks.
21351
21352 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
21353
21354 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21355 there's no visible header.
21356
21357 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
21358
21359 * gnus-agent.el (gnus-agent-synchronize-group-flags):
21360 When necessary, pass full group name to gnus-request-set-marks.
21361
21362 2004-10-01 Simon Josefsson <jas@extundo.com>
21363
21364 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
21365 acroread.
21366
21367 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21368
21369 * spam-report.el (spam-report-gmane): Fix interactive.
21370
21371 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21372
21373 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21374 when writing file.
21375 (gnus-agent-synchronize-flags): Don't default to being
21376 interactive.
21377
21378 2004-09-30 Simon Josefsson <jas@extundo.com>
21379
21380 * message.el (message-generate-hashcash): Add.
21381 (message-send-mail): Use it, call mail-add-payment.
21382
21383 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
21384
21385 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21386
21387 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
21388
21389 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21390 gnus-request-update-info with explicit code to sync the in-memory
21391 info read flags with the marks being sync'd to the backend.
21392
21393 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21394
21395 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
21396
21397 * spam.el (spam-verify-bogofilter): Add new function.
21398 (spam-check-bogofilter)
21399 (spam-bogofilter-register-with-bogofilter): Use it.
21400 (spam-verify-bogofilter): Add small fixes.
21401
21402 2004-09-28 Simon Josefsson <jas@extundo.com>
21403
21404 * hashcash.el (hashcash-generate-payment): Revert.
21405
21406 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
21407
21408 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21409 Use gnus-extract-references instead of gnus-split-references.
21410
21411 * gnus-util.el (gnus-extract-references): Add new function, analogous
21412 to gnus-split-references but extracts only the message-ID without
21413 anything extra.
21414
21415 * hashcash.el (hashcash-generate-payment)
21416 (hashcash-check-payment): Do the right thing if hashcash-path is
21417 nil (because the hashcash program could not be found).
21418
21419 * spam.el (spam-use-hashcash): Remove comment.
21420
21421 2004-09-27 Jesper Harder <harder@ifa.au.dk>
21422
21423 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21424 (gnus-cache-enter-article, gnus-cache-remove-article)
21425 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21426
21427 * gnus-async.el (gnus-async-prefetch-remove-group): do.
21428
21429 * gnus-art.el (article-hide-boring-headers)
21430 (article-translate-strings, article-display-face)
21431 (gnus-article-mime-match-handle-first)
21432 (gnus-article-highlight-headers)
21433 (gnus-article-add-buttons-to-head): do.
21434
21435 2004-09-27 Simon Josefsson <jas@extundo.com>
21436
21437 * hashcash.el: New version, from
21438 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
21439 ../contrib/.
21440
21441 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
21442
21443 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21444
21445 2004-09-26 Jesper Harder <harder@ifa.au.dk>
21446
21447 * gnus-dup.el (gnus-dup-open): Use mapc.
21448 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21449
21450 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21451 Reported by Stefan Wiens <s.wi@gmx.net>.
21452
21453 * gnus.el (gnus-shutdown): Use dolist.
21454
21455 * gnus-undo.el (gnus-undo): Use mapc.
21456
21457 * nnrss.el (nnrss-generate-active): do.
21458
21459 * message.el (message-cite-original-without-signature)
21460 (message-cite-original): Use mapc.
21461 (message-do-actions, message-make-forward-subject): Use dolist.
21462
21463 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21464
21465 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21466 deletion to remove entire duplicate line. Fixes merged article
21467 number bug.
21468
21469 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21470
21471 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21472 servers that are offline. Avoids having gnus-agent-toggle-plugged
21473 first ask if you want to open a server and then, even when you
21474 responded with no, asking if you want to synchronize the server's
21475 flags.
21476 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21477 multi-line expressions.
21478 (gnus-agent-synchronize-group-flags): New internal function.
21479 Updates marks in memory (in the info structure) AND in the
21480 backend.
21481
21482 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21483
21484 * nnagent.el (nnagent-request-set-mark):
21485 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21486 method, to ensure that synchronization updates marks in the
21487 backend and in the info (in memory) structure.
21488
21489 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
21490
21491 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21492 convention fully; don't miss the root article of a thread; make
21493 the X-Draft-From header with correct article numbers.
21494
21495 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
21496
21497 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21498 unless plugged. Disable the agent so that an open failure causes
21499 an error.
21500
21501 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21502 Revert 2004-09-21 change. The backend must be opened while
21503 synchronizing flags even when the backend stores the flags
21504 locally.
21505
21506 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
21507
21508 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21509 in `header' match. Reported by Svend Tollak Munkejord.
21510
21511 * message.el (message-cite-original): Fix use of
21512 `message-cite-articles-with-x-no-archive'.
21513
21514 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
21515
21516 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21517 (gnus-window-to-buffer): Ditto.
21518
21519 * mml.el (mml-preview-buffer): New variable.
21520 (mml-preview): Manage window layout with gnus-buffer-configuration.
21521
21522 * gnus-msg.el (gnus-setup-message): Put article numbers into the
21523 X-Draft-From header even if those articles aren't quoted.
21524
21525 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
21526
21527 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21528 (gnus-request-set-mark, gnus-request-update-mark): Use new
21529 g-s-t-u-l-m to decide to use backend even when unplugged.
21530
21531 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
21532
21533 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21534 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
21535
21536 2004-09-20 Simon Josefsson <jas@extundo.com>
21537
21538 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21539 "utf-16-le".
21540
21541 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
21542
21543 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21544
21545 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
21546
21547 * uudecode.el (uudecode-use-external): Add :version.
21548
21549 * smime.el (smime-CA-file, smime-encrypt-cipher)
21550 (smime-dns-server): Add :version.
21551
21552 * smiley.el (gnus-smiley-file-types): Add :version.
21553
21554 * sha1.el (sha1-use-external): Add :version.
21555
21556 * pgg-def.el (pgg-query-keyserver): Add :version.
21557
21558 * nnmail.el (nnmail-fancy-expiry-targets)
21559 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21560 Add :version.
21561
21562 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21563 (nnimap-retrieve-groups-asynchronous): Add :version.
21564 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
21565
21566 * mml.el (mml-content-disposition-parameters)
21567 (mml-insert-mime-headers-always): Add :version.
21568
21569 * mm-util.el (mm-coding-system-priorities): Add :version.
21570
21571 * mm-decode.el (mm-inline-text-html-with-images)
21572 (mm-keep-viewer-alive-types, mm-external-terminal-program)
21573 (mm-verify-option): Add :version.
21574 (mm-text-html-renderer): Change :version.
21575
21576 * message.el (message-fcc-externalize-attachments)
21577 (message-required-headers, message-draft-headers)
21578 (message-subject-trailing-was-query)
21579 (message-subject-trailing-was-ask-regexp)
21580 (message-subject-trailing-was-regexp, message-mark-insert-begin)
21581 (message-mark-insert-end, message-archive-header)
21582 (message-archive-note, message-cross-post-default)
21583 (message-cross-post-note, message-followup-to-note)
21584 (message-cross-post-note-function, message-use-mail-followup-to)
21585 (message-subscribed-address-functions)
21586 (message-subscribed-address-file, message-subscribed-addresses)
21587 (message-subscribed-regexps, message-allow-no-recipients)
21588 (message-yank-cited-prefix, message-signature-insert-empty-line)
21589 (message-hidden-headers, message-hierarchical-addresses)
21590 (message-mail-user-agent, message-use-idna)
21591 (message-valid-fqdn-regexp)
21592 (message-strip-special-text-properties, message-header-synonyms)
21593 (message-beginning-of-line, message-tab-body-function): Add :version.
21594 (message-insert-canlock, message-wide-reply-confirm-recipients):
21595 Change :version.
21596
21597 * mail-source.el (mail-source-ignore-errors): Add :group, :type
21598 and :version.
21599 (mail-source-delete-old-incoming-confirm)
21600 (mail-source-movemail-program): Add :version.
21601
21602 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21603 (gnus-agent-cache, gnus-agent): Change :version.
21604
21605 * gnus-util.el (gnus-use-byte-compile): Change :version.
21606
21607 * gnus-sum.el (gnus-summary-make-false-root-always)
21608 (gnus-summary-default-high-score)
21609 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21610 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21611 (gnus-read-all-available-headers, gnus-article-emulate-mime)
21612 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21613 (gnus-sum-thread-tree-single-indent)
21614 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21615 (gnus-sum-thread-tree-leaf-with-other)
21616 (gnus-sum-thread-tree-single-leaf): Add :version.
21617 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21618 (gnus-article-loose-mime): Change :version.
21619
21620 * gnus-start.el (gnus-backup-startup-file)
21621 (gnus-save-startup-file-via-temp-buffer): Add :version.
21622
21623 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21624 (gnus-server-offline-face): Add :version.
21625
21626 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21627
21628 * gnus-msg.el (gnus-gcc-externalize-attachments)
21629 (gnus-debug-files, gnus-debug-exclude-variables)
21630 (gnus-discouraged-post-methods): Change :version.
21631 (gnus-confirm-mail-reply-to-news)
21632 (gnus-confirm-treat-mail-like-news): Add :version.
21633
21634 * gnus-int.el (gnus-server-unopen-status): Add :version.
21635
21636 * gnus-group.el (gnus-group-jump-to-group-prompt)
21637 (gnus-large-ephemeral-newsgroup)
21638 (gnus-fetch-old-ephemeral-headers): Add :version.
21639
21640 * gnus-fun.el (gnus-x-face-directory)
21641 (gnus-convert-pbm-to-x-face-command)
21642 (gnus-convert-image-to-x-face-command)
21643 (gnus-convert-image-to-face-command): Add :version.
21644
21645 * gnus-delay.el (gnus-delay-default-hour): Add :version.
21646
21647 * gnus-cite.el (gnus-cite-blank-line-after-header)
21648 (gnus-article-boring-faces): Add :version.
21649
21650 * gnus-art.el (gnus-buttonized-mime-types)
21651 (gnus-inhibit-mime-unbuttonizing)
21652 (gnus-treat-display-face)
21653 (gnus-treat-body-boundary): Change :version.
21654 (gnus-body-boundary-delimiter, gnus-picon-databases)
21655 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21656 (gnus-treat-date-english, gnus-treat-fold-headers)
21657 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21658 (gnus-treat-mail-picon, gnus-treat-wash-html)
21659 (gnus-article-encrypt-protocol)
21660 (gnus-use-idna, gnus-article-over-scroll)
21661 (gnus-mime-display-multipart-alternative-as-mixed)
21662 (gnus-mime-display-multipart-related-as-mixed)
21663 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21664 (gnus-ctan-url, gnus-button-ctan-handler)
21665 (gnus-button-handle-ctan-bogus-regexp)
21666 (gnus-button-ctan-directory-regexp)
21667 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21668 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21669 (gnus-button-man-level, gnus-button-emacs-level)
21670 (gnus-button-message-level, gnus-button-browse-level): Add :version.
21671
21672 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21673 (gnus-agent-go-online): Change :version.
21674 (gnus-agent-expire-unagentized-dirs)
21675 (gnus-agent-auto-agentize-methods): Add :version.
21676
21677 * flow-fill.el (fill-flowed-display-column)
21678 (fill-flowed-encode-column): Add :version.
21679
21680 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21681 (gnus-outlook-deuglify-unwrap-max)
21682 (gnus-outlook-deuglify-cite-marks)
21683 (gnus-outlook-deuglify-unwrap-stop-chars)
21684 (gnus-outlook-deuglify-no-wrap-chars)
21685 (gnus-outlook-deuglify-attrib-cut-regexp)
21686 (gnus-outlook-deuglify-attrib-verb-regexp)
21687 (gnus-outlook-deuglify-attrib-end-regexp)
21688 (gnus-outlook-display-hook): Add :version.
21689
21690 * binhex.el (binhex-use-external): Add :version.
21691
21692 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
21693
21694 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21695 and `invisible'.
21696
21697 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
21698
21699 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21700 in gnus-registry-trim.
21701
21702 2004-09-13 Simon Josefsson <jas@extundo.com>
21703
21704 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21705
21706 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21707
21708 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21709 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21710 <yamaoka@jpl.org>.
21711 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21712 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21713 <yamaoka@jpl.org>.
21714
21715 * sieve.el (sieve-manage-mode): Ditto.
21716
21717 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
21718
21719 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21720
21721 2004-09-11 Simon Josefsson <jas@extundo.com>
21722
21723 * dns-mode.el: Add.
21724
21725 * mm-view.el (mm-display-dns-inline): Add.
21726
21727 * mm-decode.el (mm-inline-media-tests): Add text/dns.
21728 (mm-automatic-display): Ditto.
21729
21730 * mailcap.el (mailcap-mime-data): Add text/dns.
21731 (mailcap-mime-extensions): Map .soa to text/dns.
21732
21733 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
21734
21735 * gnus-art.el (article-decode-mime-words, article-babel)
21736 (gnus-article-highlight-signature, gnus-article-add-buttons)
21737 (gnus-signature-toggle): Remove unnecessary bindings of
21738 `inhibit-read-only' inherited from v5.10 merge.
21739
21740 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
21741
21742 * nntp.el (nntp): New customization group.
21743 (nntp-authinfo-file): Add customization group.
21744
21745 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21746
21747 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21748
21749 * gnus.el (to-address, to-list, subscribed)
21750 (large-newsgroup-initial): Ditto.
21751
21752 * flow-fill.el (fill-flowed-display-column)
21753 (fill-flowed-encode-column): Ditto.
21754
21755 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21756
21757 * message.el (message-tokenize-header, message-send-mail-with-qmail):
21758 Use point-min rather than 1.
21759 (message-send-mail): Use buffer-size rather than point-max.
21760
21761 * gnus-sum.el (gnus-summary-search-article-forward):
21762 Signal a specific `search-failed' rather than a generic `error'.
21763
21764 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21765 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21766 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21767
21768 2004-09-10 Simon Josefsson <jas@extundo.com>
21769
21770 * nndb.el (require): Remove tcp and duplicate cl.
21771
21772 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
21773
21774 * gnus-agent.el (directory-files-and-attributes): Move forward.
21775
21776 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
21777
21778 * gnus-agent.el (directory-files-and-attributes):
21779 Optionally defined to support XEmacs.
21780
21781 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
21782
21783 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21784 to avoid run-time CL dependencies.
21785 (gnus-agent-unfetch-articles): New function.
21786 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21787 article numbers even when local .overview file is missing.
21788 (gnus-agent-read-article-number): New function. Only accepts
21789 27-bit article numbers.
21790 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21791 Use gnus-agent-read-article-number.
21792 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21793 from backend while recognizing that article numbers in .overview
21794 must be valid.
21795 (gnus-agent-update-files-total-fetched-for):
21796 Use directory-files-and-attributes to improve performance.
21797 * gnus-int.el (gnus-request-move-article):
21798 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21799 improve performance.
21800
21801 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21802 some users confused by references to .newsrc when they only have a
21803 .newsrc.eld file.
21804 (gnus-convert-mark-converter-prompt)
21805 (gnus-convert-converter-needs-prompt): Fix use of property list.
21806 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21807 New function. Used internally to only display 'gnus converting
21808 files' message when actually necessary.
21809
21810 * gnus-sum.el (): Remove (require 'gnus-agent) as required
21811 methods now autoloaded.
21812
21813 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
21814
21815 * gnus-sum.el (gnus-summary-insert-subject): Remove list
21816 identifiers.
21817
21818 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
21819
21820 * gnus-picon.el: Fix indentation and closing parenthesis.
21821
21822 2004-09-01 Simon Josefsson <jas@extundo.com>
21823
21824 * message.el (message-canlock-generate): Require sha1, not
21825 sha1-el. (Can we get rid of this require altogether? It is ugly
21826 to require within a function. Sadly, if sha1.el isn't loaded, the
21827 let binding in m-c-g will hide the defcustom definition, which is
21828 bad.)
21829
21830 * canlock.el: Require sha1, not sha1-el.
21831
21832 * message.el: Don't autoload sha1 (there is a autoload cookie in
21833 sha1.el).
21834
21835 * sha1-el.el: Rename to sha1.el.
21836
21837 2004-08-30 Juanma Barranquero <lektu@terra.es>
21838
21839 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21840
21841 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
21842
21843 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21844
21845 2004-08-30 Kim F. Storm <storm@cua.dk>
21846
21847 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21848
21849 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21850 Add :group 'nnimap.
21851
21852 2004-08-30 Andreas Schwab <schwab@suse.de>
21853
21854 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21855 ?* and ?\;.
21856
21857 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21858 and ?\' to symbol instead of whitespace.
21859
21860 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
21861
21862 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21863
21864 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21865 instead of re-search-forward.
21866
21867 * gnus-uu.el (gnus-uu-save-article): Ditto.
21868 (gnus-uu-post-encode-uuencode): Ditto.
21869
21870 * html2text.el (html2text-clean-list-items): Ditto.
21871 (html2text-clean-dtdd): Ditto.
21872 (html2text-format-tags): Ditto.
21873
21874 * message.el (message-send-mail-with-sendmail): Fix regexp.
21875 (message-fill-field-general): Use search-forward instead of
21876 re-search-forward.
21877 (unbold-region): Ditto.
21878
21879 * nnrss.el (nnrss-request-article): Ditto.
21880
21881 * nnslashdot.el (nnslashdot-request-article): Ditto.
21882
21883 * nnweb.el (nnweb-gmane-wash-article): Ditto.
21884
21885 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21886 "Unrecognized menu descriptor" error in XEmacs.
21887
21888 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
21889
21890 * gnus-sum.el (gnus-read-header): Don't remove a header for the
21891 parent article of a sparse article in the thread hashtb.
21892
21893 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
21894
21895 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21896 (nnmail-expand-newtext): Lowercase expanded entries if
21897 nnmail-split-lowercase-expanded is non-nil.
21898
21899 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
21900
21901 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21902
21903 * gnus-group.el (gnus-group-line-format-alist): Convert the value
21904 of gnus-tmp-news-method into string under XEmacs. It will be
21905 passed to gnus-correct-length which takes only a string argument.
21906
21907 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
21908
21909 * gnus-util.el (gnus-bind-print-variables): New macro.
21910 (gnus-prin1): Use it.
21911 (gnus-prin1-to-string): Use it.
21912 (gnus-pp): New function.
21913 (gnus-pp-to-string): New function.
21914
21915 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21916 Replace pp-to-string with gnus-pp-to-string.
21917 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21918 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21919 * gnus-msg.el (gnus-debug): Ditto.
21920 * gnus-score.el (gnus-score-save): Ditto.
21921 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21922 gnus-pp-to-string.
21923 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21924 with gnus-pp.
21925 * score-mode.el (gnus-score-pretty-print): Ditto.
21926 * webmail.el (webmail-debug): Ditto.
21927
21928 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
21929
21930 * gnus-art.el (article-display-face, article-display-x-face):
21931 Use buffer-read-only.
21932
21933 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
21934
21935 * gnus-art.el (article-hide-list-identifiers):
21936 Bind inhibit-read-only as t.
21937
21938 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
21939
21940 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21941
21942 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21943
21944 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21945 (gnus-narrow-to-page): Don't assume point-min == 1.
21946 (gnus-article-edit-mode): Derive from message-mode.
21947
21948 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21949 point-min == 1.
21950
21951 * imap.el (imap-parse-address-list, imap-parse-body-ext):
21952 Disable incorrect use of `assert'.
21953
21954 * message.el (message-mode): Set comment-start-skip.
21955
21956 2004-08-22 Sam Steingold <sds@gnu.org>
21957
21958 * pop3.el (pop3-leave-mail-on-server): New user variable.
21959 (pop3-movemail): Delete mail only when it is nil.
21960
21961 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
21962
21963 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21964
21965 * mml.el (mml-preview): Use `pop-to-buffer'.
21966
21967 * message.el (message-goto-mail-followup-to): Insert after "To".
21968 (message-carefully-insert-headers): Add comment.
21969
21970 * gnus.el: Remove unused variable `gnus-article-check-size'.
21971
21972 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21973
21974 * gnus-art.el (gnus-button-alist):
21975 Improve `gnus-button-handle-library' entry.
21976
21977 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
21978
21979 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21980 Use downcase, since XEmacs capitalizes error messages differently.
21981
21982 2004-08-18 Jesper Harder <harder@ifa.au.dk>
21983
21984 * nntp.el: Add (require 'gnus) due to reference to
21985 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
21986
21987 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
21988
21989 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21990 Bind `mm-fill-flowed'.
21991
21992 * mm-decode.el (mm-dissect-singlepart): Check it.
21993
21994 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
21995
21996 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21997 'imap' for netrc parsing.
21998
21999 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
22000
22001 * mailcap.el (mailcap-mime-data): Mark as risky.
22002
22003 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
22004
22005 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22006 may be included in the encoded word.
22007 (rfc2047-encode): Don't append a space if the encoded word
22008 includes close parenthesis.
22009
22010 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
22011
22012 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22013 of text within parentheses.
22014
22015 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
22016
22017 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22018 (gnus-encrypt-write-file-contents): Make the password key the file
22019 name PLUS the cipher, not just the cipher. Also remove failed
22020 passwords from the cache.
22021
22022 2004-08-06 Simon Josefsson <jas@extundo.com>
22023
22024 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22025 Doc fix.
22026
22027 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
22028
22029 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22030 LWSP.
22031
22032 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
22033
22034 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22035 Try to append in-reply-to: data to the references: header.
22036
22037 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22038 (netrc-parse): Use gnus-encrypt.el functions.
22039
22040 * gnus-encrypt.el: Add new file for encryption support; currently
22041 does only a few GPG ciphers and an internal XOR cipher.
22042
22043 * password.el: Add comments on using password-read-and-add.
22044 (password-read-and-add): Add function to read and add the
22045 password to the cache at once.
22046
22047 2004-07-28 Simon Josefsson <jas@extundo.com>
22048
22049 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22050 parameter (but don't use it, for now).
22051
22052 * imap.el (imap-ssl-open): Use imap-process-connection-type,
22053 instead of hard coding to nil.
22054
22055 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
22056
22057 * mm-view.el (mm-inline-image-emacs): Open lines under an image
22058 as mm-inline-image-xemacs does.
22059
22060 2004-07-26 Simon Josefsson <jas@extundo.com>
22061
22062 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22063 Revert part of 2004-07-17 change below.
22064
22065 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
22066
22067 * rfc2047.el (rfc2047-encode-region): Don't infloop.
22068 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22069
22070 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
22071
22072 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22073 quotes that actually start with ">" at the beginning of the
22074 lines.
22075
22076 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
22077
22078 * rfc2047.el (rfc2047-encode-region): Fix last change.
22079 (rfc2047-encode-parameter): Remove useless concat.
22080
22081 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
22082
22083 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22084 encode special characters; fix some kind of misconfigured headers;
22085 signal a real error if debug-on-quit or debug-on-error is non-nil.
22086 (rfc2047-encode-max-chars): New variable.
22087 (rfc2047-encode-1): Use it.
22088 (rfc2047-encode-parameter): New function.
22089
22090 * mml.el (mml-insert-parameter): Remove an excessive space.
22091
22092 2004-07-17 Simon Josefsson <jas@extundo.com>
22093
22094 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22095 Kai Grossjohann <kai@emptydomain.de>.
22096 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22097 (gnus-group-make-menu-bar): Ditto.
22098
22099 * gnus-util.el (gnus-group-server): Add.
22100
22101 2004-07-16 Jesper Harder <harder@ifa.au.dk>
22102
22103 * message.el (message-clone-locals): Clone sendmail and smtp
22104 variables.
22105
22106 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22107
22108 * rfc2047.el (rfc2047-encode-region): Fix last change.
22109
22110 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22111
22112 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22113 characters as non-special.
22114
22115 2004-07-09 Simon Josefsson <jas@extundo.com>
22116
22117 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22118 Users will lose all flag changes made while unplugged with
22119 e.g. nntp unless flag synchronization happens, thus `nil' is not a
22120 good default. See numerous reports on ding mailing list.
22121
22122 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
22123
22124 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22125 add generate-head-function and generate-article-function to the
22126 rfc822-forward entry.
22127 (nndoc-rfc822-forward-generate-article): New function.
22128 (nndoc-rfc822-forward-generate-head): New function.
22129
22130 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22131
22132 2004-07-06 Dan Christensen <jdc@uwo.ca>
22133
22134 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22135 respect display group parameter and gnus-summary-expunge-below.
22136 (gnus-articles-to-read): Remove unused reference to display group
22137 parameter.
22138
22139 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22140
22141 * nnheader.el (nnheader-uniquify-message-id): New experimental
22142 variable.
22143 (nnheader-nov-read-message-id): Use it.
22144
22145 * spam-report.el (spam-report-gmane): Add interactive.
22146
22147 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
22148
22149 * mm-encode.el (mm-content-transfer-encoding-defaults):
22150 Use qp-or-base64 for the application/* types.
22151
22152 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
22153
22154 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22155
22156 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
22157
22158 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22159 trim value.
22160
22161 2004-01-25 Paul Jarc <prj@po.cwru.edu>
22162
22163 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22164 New macro and function.
22165 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22166
22167 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22168
22169 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22170 after-load-alist.
22171
22172 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22173
22174 * gnus-group.el (gnus-group-get-new-news-this-group):
22175 Don't update info that isn't there.
22176
22177 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
22178
22179 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22180 entry.
22181
22182 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22183
22184 * mm-view.el (mm-inline-render-with-function): Use multibyte
22185 buffer; decode html source by charset.
22186
22187 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22188
22189 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22190 Mule-UCS is loaded under XEmacs.
22191 (mm-mime-mule-charset-alist): Avoid duplicated entries.
22192
22193 2004-06-28 Jesper Harder <harder@ifa.au.dk>
22194
22195 * nnheader.el (nnheader-max-head-length): Increase to 8192.
22196
22197 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
22198
22199 * mm-util.el (mm-coding-system-p): Return a coding-system.
22200 (mm-mime-mule-charset-alist): Use shift_jis instead of
22201 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22202 entries for the mime charsets iso-2022-jp-3 and shift_jis.
22203 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22204 instead of japanese-shift-jis and iso-latin-1 respectively in
22205 order to share the default value with both Emacs and XEmacs-mule.
22206 (mm-mule-charset-to-mime-charset):
22207 Make mm-coding-system-priorities effective.
22208 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22209 while predicating of candidates upon the priorities.
22210
22211 2004-06-27 Jesper Harder <harder@ifa.au.dk>
22212
22213 * gnus-sum.el (gnus-summary-make-menu-bar):
22214 Add gnus-uu-invert-processable.
22215
22216 * gnus.el: Autoload gnus-uu-invert-processable.
22217
22218 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
22219
22220 * mm-util.el (mm-with-multibyte-buffer): New macro.
22221
22222 * rfc2047.el (rfc2047-encode-string): Use it.
22223 (rfc2047-encode-region): Move point to the end of the region after
22224 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22225
22226 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22227
22228 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22229 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22230
22231 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22232
22233 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22234 (gnus-cite-parse): Ignore quoted envelope From_.
22235 Suggested by Karl Chen <quarl@nospam.quarl.org>.
22236
22237 2004-06-23 Jesper Harder <harder@ifa.au.dk>
22238
22239 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22240 invalid addresses.
22241
22242 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
22243
22244 * spam.el: Change section markers, revise TODO list.
22245 (spam-backends): Make new master list of all installed backends.
22246 (spam-summary-exit-behavior): Add new variable to determine how
22247 messages moves are done at summary exit.
22248 (spam-move-spam-nonspam-groups-only)
22249 (spam-process-ham-in-nonham-groups)
22250 (spam-process-ham-in-spam-groups): Remove variables, the
22251 spam-summary-exit-behavior variable should be used to manage this
22252 behavior.
22253 (spam-old-ham-articles, spam-old-spam-articles): Remove.
22254 (spam-old-articles): Add variable, replacing spam-old-ham-articles
22255 and spam-old-spam-articles.
22256 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22257 Add empty variables, placeholders for the backends they represent.
22258 (spam-set-difference): Move, unchanged.
22259 (spam-list-of-processors): Declare OBSOLETE, not used anymore
22260 unless the user has a processor variable.
22261 (spam-classifications, spam-classification-valid-p)
22262 (spam-backend-properties, spam-backend-property-valid-p)
22263 (spam-backend-function-type-valid-p)
22264 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22265 (spam-report-articles-gmane, spam-report-articles-resend):
22266 Remove functions, they are not needed.
22267 (spam-install-backend-super, spam-backend-list)
22268 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22269 (spam-backend-function, spam-backend-ham-registration-function)
22270 (spam-backend-spam-registration-function)
22271 (spam-backend-ham-unregistration-function)
22272 (spam-backend-spam-unregistration-function)
22273 (spam-backend-statistical-p, spam-backend-mover-p)
22274 (spam-install-backend-alias, spam-install-checkonly-backend)
22275 (spam-install-mover-backend, spam-install-nocheck-backend)
22276 (spam-install-backend, spam-install-statistical-backend)
22277 (spam-install-statistical-checkonly-backend): Add backend installation
22278 support.
22279 (spam-summary-prepare-exit): Rewrite to use the new backend code.
22280 (spam-group-processor-p): Use the new backend code and respect the
22281 summary exit behavior.
22282 (spam-mark-spam-as-expired-and-move-routine): Remove.
22283 (spam-summary-prepare): Change to use the new spam-old-articles
22284 variable.
22285 (spam-copy-or-move-routine, spam-copy-spam-routine)
22286 (spam-move-spam-routine, spam-copy-ham-routine)
22287 (spam-move-ham-routine): Add code to copy/move ham or spam.
22288 (spam-fetch-field-fast): Improve doc and code, plus allow the
22289 'number request.
22290 (spam-list-of-checks, spam-list-of-statistical-checks):
22291 Remove variables.
22292 (spam-split, spam-find-spam): Use the new backend code.
22293 (spam-registration-functions): Remove variable.
22294 (spam-unregister-routine): Add convenience wrapper.
22295 (spam-log-undo-registration, spam-register-routine)
22296 (spam-log-processing-to-registry)
22297 (spam-log-unregistration-needed-p): Rename "check" to "backend"
22298 where possible.
22299 (spam-check-gmane-xref, spam-check-regex-headers)
22300 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22301 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22302 (spam-check-bogofilter-headers, spam-check-spamoracle)
22303 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22304 (spam-check-crm114-headers): Use the spam-split-group that
22305 spam-split prepares, no need to determine it every time.
22306
22307 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22308 to the nnheader-parse-naked-head call.
22309
22310 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22311
22312 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22313 the nnheader-nov-read-message-id call.
22314
22315 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
22316
22317 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22318 gnus-activate-group twice. Suggested by Markus Peter
22319 <warp@spin.de>.
22320
22321 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
22322
22323 * gnus-art.el (gnus-article-time-format): Exchange the order of
22324 day and month in the default value; fix customization type.
22325 (article-date-ut): Use add-text-properties.
22326 (article-make-date-line): Use message-make-date instead of
22327 current-time-string.
22328
22329 * message.el (message-fetch-field): Don't use set-text-properties.
22330 (message-make-date): Simplify.
22331
22332 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
22333
22334 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22335 (rfc2047-encode-region): Treat text within parentheses as special;
22336 show the original text when error has occurred.
22337
22338 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22339 already-computed method to gnus-activate-group.
22340
22341 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22342 same select-methods identical Lisp objects.
22343
22344 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22345 object when modifying the info.
22346
22347 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
22348
22349 * gnus-srvr.el (gnus-server-set-info): Remove the server from
22350 gnus-opened-servers since it has never been opened with the new
22351 configuration yet.
22352
22353 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
22354
22355 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22356 arg to nnheader-generate-fake-message-id.
22357
22358 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
22359
22360 * nnheader.el (nnheader-generate-fake-message-id): Accept a
22361 number and build a fake message ID localized to a group and
22362 article number (so it's repeatable from that point on).
22363 (nnheader-fake-message-id-p): Change regex to accommodate new fake
22364 ID format.
22365
22366 * gnus-sum.el (gnus-get-newsgroup-headers):
22367 Call nnheader-generate-fake-message-id with the article number.
22368
22369 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
22370
22371 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22372 end-of-buffer.
22373
22374 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22375
22376 * message.el (message-ignored-supersedes-headers): Add Approved.
22377
22378 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
22379
22380 * rfc2047.el (rfc2047-encode-message-header): Remove useless
22381 goto-char.
22382 (rfc2047-encode): Fold the line before encoding.
22383
22384 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
22385
22386 * rfc2047.el (rfc2047-encode-message-header): Disabled header
22387 folding -- not all headers can be folded, and this should be done
22388 by the message composition mode. Probably. I think.
22389
22390 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
22391
22392 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22393 fast.
22394
22395 * gnus-ems.el (gnus-remove-image): Don't use
22396 message-text-with-property; remove only the image found first.
22397
22398 2004-06-09 Jesper Harder <harder@ifa.au.dk>
22399
22400 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22401
22402 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
22403
22404 * message.el (message-text-with-property): Make it fast and accept
22405 optional arguments.
22406 (message-strip-forbidden-properties): Use it.
22407 (message-fix-before-sending): Follow the m-t-w-p change.
22408
22409 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22410
22411 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
22412
22413 * gnus-art.el (article-hide-headers): Don't change the buffer
22414 mistakenly when performing mml-preview even if
22415 gnus-single-article-buffer is nil.
22416
22417 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
22418
22419 * message.el (message-expand-name-databases): New user option.
22420 (message-expand-name): Use it.
22421
22422 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
22423
22424 * spam.el (spam-report-articles-resend)
22425 (spam-report-resend-register-routine): Allow ham reporting.
22426 (spam-report-resend-register-ham-routine): Add wrapper.
22427 (spam-registration-functions): Add ham resending functions.
22428 (spam-list-of-processors): Add ham resend processor.
22429
22430 * gnus.el (ham-resend-to): Add new group parameter.
22431 (spam-process): Add ham resend option.
22432
22433 * spam-report.el (spam-report-resend): Allow reporting ham.
22434 (spam-report-resend-ham): Add wrapper.
22435
22436 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22437
22438 * message.el (message-cite-articles-with-x-no-archive):
22439 New variable.
22440 (message-cite-original): Use it.
22441
22442 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22443
22444 * message.el (message-cite-original): Respect X-No-Archive.
22445
22446 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
22447
22448 * gnus-art.el (article-hide-headers): Refer to the values for
22449 gnus-ignored-headers and gnus-visible-headers in the summary
22450 buffer since a user may have set them as group parameters.
22451
22452 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
22453
22454 * assistant.el (assistant-node-name): Add convenience function.
22455 (assistant-render-text, assistant-render-node): Add error handling,
22456 plus handle multiple next nodes.
22457 (assistant-find-next-node): Comment out for now.
22458 (assistant-find-next-nodes): Add function, returns list of next
22459 nodes.
22460
22461 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
22462
22463 * mail-source.el (mail-source-directory): Fix doc-string.
22464
22465 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
22466
22467 * assistant.el (assistant-render-text, assistant-eval): Add :set
22468 widget type, which is different because it takes and returns a
22469 list. Much hilarity ensues.
22470
22471 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
22472
22473 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22474
22475 * gnus-group.el (gnus-group-get-new-news-this-group):
22476 Add doc-string.
22477
22478 * gnus-start.el (gnus-activate-group): Add doc-string.
22479
22480 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
22481
22482 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22483
22484 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
22485
22486 * assistant.el (assistant-render-text): Try to add a :set
22487 widget, more to come.
22488
22489 * spam.el (spam-group-spam-contents-p): Handle empty groupname
22490 strings.
22491 (spam-report-articles-resend)
22492 (spam-register-routine): Do registration iff any articles warrant
22493 it.
22494 (spam-summary-prepare-exit): Change log message for nil group
22495 destinations.
22496
22497 2004-05-27 Daniel Pittman <daniel@rimspace.net>
22498
22499 * spam.el (spam-report-resend-register-routine):
22500 Allow spam-report-resend-to to be a group parameter or a global value.
22501
22502 2004-05-26 Simon Josefsson <jas@extundo.com>
22503
22504 * starttls.el: Merge with my GnuTLS based starttls.el.
22505 (starttls-gnutls-program, starttls-use-gnutls)
22506 (starttls-extra-arguments, starttls-process-connection-type)
22507 (starttls-connect, starttls-failure, starttls-success):
22508 New variables.
22509 (starttls-program, starttls-extra-args): Doc fix.
22510 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22511 New functions.
22512 (starttls-negotiate, starttls-open-stream):
22513 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22514 function if it is set.
22515
22516 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
22517
22518 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22519 structured fields.
22520
22521 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
22522
22523 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22524
22525 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
22526
22527 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22528 Add variable.
22529 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
22530 assigning the spam-mark to new messages.
22531
22532 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
22533
22534 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22535
22536 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
22537
22538 * rfc2047.el (rfc2047-encodable-p): Don't move point.
22539 (rfc2047-decode): Treat the ascii coding-system as raw-text by
22540 default.
22541
22542 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
22543
22544 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22545 correct data.
22546
22547 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
22548
22549 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22550 (spam-group-processor-p): Fix function.
22551 (spam-group-processor-multiple-p)
22552 (spam-group-spam-processor-report-gmane-p)
22553 (spam-group-spam-processor-report-resend-p)
22554 (spam-group-spam-processor-bogofilter-p)
22555 (spam-group-spam-processor-blacklist-p)
22556 (spam-group-spam-processor-ifile-p)
22557 (spam-group-ham-processor-ifile-p)
22558 (spam-group-spam-processor-spamoracle-p)
22559 (spam-group-spam-processor-crm114-p)
22560 (spam-group-ham-processor-bogofilter-p)
22561 (spam-group-spam-processor-stat-p)
22562 (spam-group-ham-processor-stat-p)
22563 (spam-group-ham-processor-whitelist-p)
22564 (spam-group-ham-processor-BBDB-p)
22565 (spam-group-ham-processor-spamoracle-p)
22566 (spam-group-ham-processor-copy-p): Remove functions with some
22567 prejudice against unneeded code.
22568 (spam-report-articles-resend)
22569 (spam-report-resend-register-routine): Allow the group/topic
22570 spam-resend-to value to override spam-report-resend-to.
22571 (spam-summary-prepare-exit): Invoke spam-group-processor-p
22572 properly now.
22573
22574 * gnus.el (spam-resend-to): Add group/topic parameter.
22575 (spam-process): Move the OBSOLETE processors to the end of the
22576 choices.
22577
22578 2004-05-24 Daniel Pittman <daniel@rimspace.net>
22579
22580 * spam-report.el (spam-report-resend-to, spam-report-resend):
22581 Start with resend-to set to nil, and then ask the user if necessary.
22582 (spam-report-resend): spam-report-resend takes a list of articles, not
22583 separate article numbers.
22584
22585 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
22586
22587 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22588 addition to emacs-w3m.
22589
22590 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22591
22592 * assistant.el (assistant-authinfo-data): New function.
22593 (assistant-eval): Eval for entire assistant.
22594
22595 * netrc.el (netrc-services-file): New variable.
22596 (netrc-parse-services): New function.
22597 (netrc-find-service-name): New function.
22598 (netrc-find-service-number): New function.
22599 (netrc-port-equal): New function.
22600 (netrc-machine): Use it.
22601
22602 * nnimap.el (nnimap-open-connection): Use netrc.
22603
22604 * gnus-util.el (gnus-netrc-get): Remove aliases.
22605
22606 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22607
22608 * assistant.el (wid-edit): Fix compilation.
22609
22610 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22611
22612 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
22613
22614 * gnus-util.el (gnus-set-file-modes): New function. (small
22615 patch).
22616
22617 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22618
22619 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22620
22621 * assistant.el (assistant-render-node): Fix up rendering and
22622 read-only text.
22623 (assistant-render-node): Reset.
22624 (assistant-make-read-only): Not sticky.
22625
22626 2004-05-20 Danny Siu <dsiu@adobe.com>
22627
22628 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
22629 centered even when gnus-auto-center-summary is t.
22630
22631 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22632
22633 * dns.el (dns-get-txt-answer): New function.
22634 (dns-read-txt): Ditto.
22635 (query-dns): Use it.
22636
22637 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
22638
22639 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22640 active for foreign groups even if the group level is higher than
22641 the specified value.
22642
22643 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22644
22645 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22646 non-active groups.
22647
22648 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22649
22650 2004-05-20 Magnus Henoch <mange@freemail.hu>
22651
22652 * dns.el (dns-read-type): Add support for SVR. (small patch)
22653
22654 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
22655
22656 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22657 (spam-crm114-header, spam-crm114-spam-switch)
22658 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22659 (spam-crm114-positive-spam-header)
22660 (spam-crm114-database-directory, spam-list-of-processors)
22661 (spam-group-spam-processor-crm114-p)
22662 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22663 (spam-generic-score, spam-list-of-checks)
22664 (spam-list-of-statistical-checks, spam-registration-functions)
22665 (spam-check-crm114-headers, spam-crm114-score)
22666 (spam-check-crm114, spam-crm114-register-with-crm114)
22667 (spam-crm114-register-spam-routine)
22668 (spam-crm114-unregister-spam-routine)
22669 (spam-crm114-register-ham-routine)
22670 (spam-crm114-unregister-ham-routine): Add CRM114 support.
22671
22672 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
22673
22674 * gnus.el: Add spam-use-crm114.
22675
22676 * spam.el (spam-list-of-processors, spam-registration-functions):
22677 Add spam-use-resend.
22678 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22679 (spam-report-articles-gmane): Add doc fix.
22680 (spam-report-articles-resend, spam-report-resend-register-routine):
22681 Add wrappers around spam-report-resend-to.
22682
22683 * spam-report.el (spam-report-resend-to, spam-report-resend):
22684 Add support for resending spam.
22685 (spam-report-gmane): Fix line length >80.
22686
22687 * gnus.el (spam-process): Add spam-use-resend.
22688
22689 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22690
22691 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22692 number of processed spam messages.
22693 (spam-ham-copy-or-move-routine): Return the number of processed
22694 ham messages.
22695 (spam-summary-prepare-exit): Use the above values to decide
22696 whether status messages shouled be displayed.
22697
22698 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
22699
22700 * rfc2047.el (rfc2047-encode-function-alist): Rename from
22701 `rfc2047-encoding-function-alist' in order to avoid conflicting
22702 with the old version.
22703 (rfc2047-encode-region): Concatenate words containing non-ASCII
22704 characters in structured fields; don't encode space-delimited
22705 ASCII words even in unstructured fields; don't break words at
22706 char-category boundaries.
22707 (rfc2047-encode-1): New function.
22708 (rfc2047-encode): Use it; encode text so that it occupies the
22709 maximum width within 76-column; work correctly on Q encoding for
22710 iso-2022-* charsets.
22711 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22712 sure not to break a line just after the header name.
22713 (rfc2047-b-encode-region): Remove.
22714 (rfc2047-b-encode-string): New function.
22715 (rfc2047-q-encode-region): Remove.
22716 (rfc2047-q-encode-string): New function.
22717
22718 * mm-util.el (mm-replace-in-string): New function.
22719
22720 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
22721
22722 * gnus-msg.el (gnus-inews-make-draft-meta-information):
22723 Really get it right.
22724 (gnus-inews-make-draft): Really.
22725
22726 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
22727
22728 * nnmh.el (nnmh-request-list-1): Don't check the link count
22729 before descending. (small patch)
22730
22731 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22732
22733 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22734 stuff.
22735
22736 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22737 Match on real group name.
22738
22739 * gnus-art.el (gnus-signature-limit): Doc fix.
22740
22741 * gnus-msg.el (gnus-inews-make-draft): Quote list.
22742
22743 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22744
22745 * gnus-draft.el (gnus-draft-send):
22746 Bind rfc2047-encode-encoded-words.
22747
22748 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22749 (rfc2047-encodable-p): Say that =? needs encoding.
22750 (rfc2047-encode-encoded-words): New variable.
22751
22752 * gnus-group.el (gnus-group-select-group): Doc fix.
22753
22754 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22755
22756 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22757 to nil.
22758
22759 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22760
22761 * nnheader.el (nnheader-get-lines-and-char): New function.
22762
22763 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
22764
22765 * gnus-msg.el (gnus-summary-followup-with-original):
22766 Document yanking of region when active.
22767
22768 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
22769
22770 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22771 groups if the group level is higher than the specified value.
22772
22773 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
22774
22775 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22776 (gnus-group-jump-to-group): Add prefix argument using
22777 `gnus-group-jump-to-group-prompt'. Query before jumping to
22778 non-active group.
22779
22780 * compface.el (uncompface): Be verbose when changing
22781 `uncompface-use-external'.
22782
22783 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22784 handle manual section.
22785
22786 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
22787
22788 * gnus-art.el (gnus-button-alist): Revert previous change.
22789
22790 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
22791
22792 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22793
22794 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
22795
22796 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22797 whether backend can accept message.
22798
22799 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22800
22801 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
22802
22803 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22804 Avoid creating directory when nntp-marks-is-evil is true.
22805 Reported by Reiner Steib.
22806
22807 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
22808
22809 * gnus-picon.el (gnus-picon-insert-glyph):
22810 Add optional `nostring' argument.
22811
22812 2004-05-18 Jesper Harder <harder@ifa.au.dk>
22813
22814 * gnus-picon.el (gnus-picon-style): New variable.
22815 (gnus-picon-transform-address): Support `gnus-picon-style'.
22816
22817 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
22818
22819 * message.el (message-fill-field): Return point.
22820 (message-generate-headers): Go to end of field.
22821
22822 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22823 stuff for non-living groups.
22824
22825 2004-05-18 Jesper Harder <harder@ifa.au.dk>
22826
22827 * gnus-art.el (gnus-article-followup-with-original)
22828 (gnus-article-reply-with-original): gnus-mark-active-p ->
22829 gnus-region-active-p.
22830
22831 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
22832
22833 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22834 only when there is spam or ham to be processed.
22835
22836 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22837
22838 * mail-source.el (mail-source-delete-crash-box): Refactor.
22839 (mail-source-fetch): Use it.
22840 (mail-source-fetch-file): Ditto.
22841 (mail-source-fetch-directory): Run PostScript in loop.
22842 (mail-source-fetch-pop): Delete.
22843 (mail-source-fetch-maildir): Ditto.
22844 (mail-source-fetch-imap): Ditto.
22845
22846 * imap.el (imap-authenticators): Comment out sasl.
22847
22848 * message.el (message-skip-to-next-address): New function.
22849 (message-fill-header-address): Refactor.
22850 (message-fill-address): Use it.
22851 (message-delete-address): Use it.
22852 (message-fill-header-general): Refactor.
22853 (message-fill-field-address): Rename.
22854 (message-narrow-to-field): Find the start of the header.
22855 (message-header-format-alist): Don't pre-fill.
22856 (message-fill-header): Remove.
22857 (message-insert-header): New function.
22858 (message-shorten-references): Use it.
22859
22860 * rfc2047.el (rfc2047-field-value): Strip props.
22861
22862 * mail-parse.el (mail-header-make-address): New alias.
22863
22864 * ietf-drums.el (ietf-drums-make-address): New function.
22865
22866 * imap.el: Add compiler directives.
22867
22868 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22869
22870 * gnus-art.el (article-decode-idna-rhs): Don't use
22871 message-idna-inside-rhs-p.
22872
22873 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22874
22875 * message.el (message-idna-inside-rhs-p): Remove.
22876 (message-idna-to-ascii-rhs-1): Use proper address parsing.
22877
22878 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22879 false positives.
22880
22881 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22882
22883 * imap.el (imap-sasl-make-mechanisms): Use sasl.
22884
22885 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22886
22887 * nneething.el (nneething-file-name): Don't create spurious
22888 files.
22889
22890 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22891 (gnus-inews-do-gcc): Remove sleep.
22892
22893 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22894 part under point.
22895
22896 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22897 (gnus-agent-regenerate-group): Using nil messages aren't valid.
22898
22899 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
22900
22901 * spam.el (spam-summary-prepare-exit): Fix (length).
22902
22903 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
22904
22905 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22906 as expired without moving it" message when there are spam
22907 messages left.
22908
22909 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
22910
22911 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22912 header is not nil.
22913
22914 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
22915
22916 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22917 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22918 (nntp-marks-changed-p): New arg SERVER.
22919 (nntp-request-update-info): Adjust caller.
22920
22921 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
22922
22923 * nntp.el (nntp-save-marks): Pass missing arg.
22924
22925 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
22926
22927 * nntp.el: Support marks.
22928 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22929 (nntp-marks-modtime, nntp-marks-directory): New variables.
22930 (nntp-request-set-mark, nntp-request-update-info)
22931 (nntp-possibly-create-directory, nntp-marks-changed-p)
22932 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22933 New functions.
22934
22935 2004-05-12 Jesper Harder <harder@ifa.au.dk>
22936
22937 * gnus-score.el (gnus-score-insert-help):
22938 Use gnus-select-lowest-window.
22939
22940 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22941 appt-select-lowest-window and rename to gnus-select-lowest-window.
22942
22943 * gnus.el: do.
22944
22945 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22946
22947 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22948 encodings of MIME-encoded words, in order to improve
22949 interoperability with several broken MUAs.
22950
22951 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22952
22953 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22954 tags, only when charsets are not specified in headers.
22955 (mm-inline-text-html-render-with-w3m): Ditto.
22956
22957 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22958
22959 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22960 instead of MIME-decoded from fields when checking
22961 `gnus-article-address-banner-alist'.
22962
22963 2004-05-03 Jesper Harder <harder@ifa.au.dk>
22964
22965 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22966 description rather than subject.
22967
22968 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22969
22970 * gnus.el (gnus-version-number): Bump.
22971
22972 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
22973
22974 * gnus.el: No Gnus v0.2 is released.
22975
22976 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22977
22978 * gnus-agent.el (gnus-agent-read-agentview):
22979 Inline gnus-uncompress-range.
22980
22981 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22982
22983 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22984 `exec-installed-p'.
22985
22986 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22987
22988 * gnus.el (spam-process, spam-autodetect-methods):
22989 Add bsfilter and bsfilter-headers.
22990
22991 * spam.el (spam-bsfilter): New customize group.
22992 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22993 (spam-bsfilter-header, spam-bsfilter-probability-header)
22994 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22995 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22996 (spam-bsfilter-database-directory): New options.
22997 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22998 (spam-list-of-statistical-checks, spam-registration-functions):
22999 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23000 (spam-bsfilter-score): New command.
23001 (spam-check-bsfilter-headers, spam-check-bsfilter)
23002 (spam-bsfilter-register-with-bsfilter)
23003 (spam-bsfilter-register-spam-routine)
23004 (spam-bsfilter-unregister-spam-routine)
23005 (spam-bsfilter-register-ham-routine)
23006 (spam-bsfilter-unregister-ham-routine): New functions.
23007 (spam-generic-score): Support bsfilter; Accept an optional argument
23008 to recalcurate spam score even if scoring header has already been
23009 added.
23010 (spam-bogofilter-score, spam-spamassassin-score): Accept an
23011 optional argument to recalcurate spam score even if scoring header
23012 has already been added.
23013
23014 2004-04-29 Jesper Harder <harder@ifa.au.dk>
23015
23016 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23017 strings! Reported by David D. Smith <davidsmith@acm.org>.
23018 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23019 link is missing.
23020
23021 2004-04-28 Jesper Harder <harder@ifa.au.dk>
23022
23023 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23024 (html2text-get-attr): Rewrite.
23025
23026 * message.el (message-setup-1): Remove redundant put-text-property
23027 on mail-header-separator.
23028
23029 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
23030
23031 * gnus-registry.el (gnus-registry-cache-whitespace)
23032 (gnus-registry-action, gnus-registry-spool-action)
23033 (gnus-registry-split-fancy-with-parent): Change message levels
23034 from 5 to 3 or 7, as needed.
23035
23036 * spam.el (spam-summary-prepare-exit)
23037 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23038 (spam-split, spam-find-spam, spam-log-undo-registration)
23039 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23040 level from 5 to 6.
23041
23042 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
23043
23044 * gnus-ems.el: Autoload appt-select-lowest-window (revert
23045 2004-03-04 change).
23046
23047 2004-04-25 Jesper Harder <harder@ifa.au.dk>
23048
23049 * sieve-manage.el (sieve-manage-open):
23050 * nnweb.el (nnweb-insert-html):
23051 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23052 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23053 * nnspool.el (nnspool-request-group):
23054 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23055 * nnml.el (nnml-request-update-info):
23056 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23057 (nnmh-request-create-group, nnmh-update-gnus-unreads):
23058 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23059 (nnimap-request-set-mark):
23060 * nnfolder.el (nnfolder-request-update-info):
23061 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23062 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23063 * gnus-uu.el (gnus-uu-find-articles-matching):
23064 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23065 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23066 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23067 * gnus-nocem.el (gnus-nocem-scan-groups):
23068 * gnus-int.el (gnus-start-news-server):
23069 * gnus-group.el (gnus-group-make-kiboze-group)
23070 (gnus-group-browse-foreign-server):
23071 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23072 Use mapc when appropriate.
23073
23074 2004-04-22 Dan Christensen <jdc@uwo.ca>
23075 Adam Sjøgren <asjo@koldfront.dk>
23076 Wes Hardaker <wes@hardakers.net>
23077 Michael Shields <shields@msrl.com>
23078
23079 * spam.el (spam-necessary-extra-headers): Get the extra headers we
23080 may need for spam sorting and scoring.
23081 (spam-user-format-function-S): Add user format function suitable for
23082 general use.
23083 (spam-article-sort-by-spam-status): Add sorting function for summary
23084 sorting.
23085 (spam-extra-header-to-number): Add function to get a score from a
23086 header.
23087 (spam-summary-score): Add function to get a numeric score from the
23088 headers.
23089 (spam-generic-score): Fix function doc, was in wrong place.
23090 (spam-initialize): Take symbols when it's run, and install the
23091 extra headers that spam-necessary-extra-headers thinks we need.
23092
23093 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
23094
23095 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23096 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23097
23098 2004-04-17 Jesper Harder <harder@ifa.au.dk>
23099
23100 * gnus-sum.el (gnus-set-global-variables)
23101 (gnus-build-all-threads, gnus-get-newsgroup-headers)
23102 (gnus-article-get-xrefs, gnus-summary-best-group)
23103 (gnus-summary-next-article, gnus-summary-enter-digest-group)
23104 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23105 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23106 Use with-current-buffer.
23107
23108 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
23109
23110 * spam.el (spam-summary-prepare-exit): Simplify logic.
23111 (spam-fetch-article-header): Read the article header if it's not
23112 available.
23113 (spam-list-articles): Simplify logic.
23114 (spam-filelist-register-routine): Fix bug with unregister-list.
23115
23116 * gnus-registry.el: Fix comments at beginning.
23117
23118 2004-04-16 Jesper Harder <harder@ifa.au.dk>
23119
23120 * message.el (message-cater-to-broken-inn): Remove.
23121 (message-shorten-references): Make sure the total folded length of
23122 References is shorter than 998 characters to cater to a bug in INN
23123 2.3. Also, don't pretend that references aren't folded -- this
23124 hasn't worked for a while.
23125
23126 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23127
23128 * gnus-agent.el (gnus-agentize):
23129 gnus-agent-send-mail-real-function no longer set to current value
23130 of message-send-mail-function but rather a lambda that calls
23131 message-send-mail-function. The change makes the agent real-time
23132 responsive to user changes to message-send-mail-function.
23133
23134 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23135
23136 * legacy-gnus-agent.el
23137 (gnus-agent-convert-to-compressed-agentview): Fix typos with
23138 help from Florian Weimer <fw@deneb.enyo.de>
23139
23140 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
23141
23142 * nnmail.el (nnmail-cache-insert): Revert last change.
23143
23144 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
23145
23146 * nnmail.el (nnmail-cache-insert): Always check whether
23147 nnmail-cache-ignore-groups matches a group name.
23148
23149 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
23150
23151 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23152 (spam-find-spam, spam-log-processing-to-registry)
23153 (spam-log-registered-p, spam-log-unregistration-needed-p)
23154 (spam-log-undo-registration): Use gnus-message instead of
23155 gnus-error, none of these errors are fatal.
23156
23157 * gnus-registry.el (gnus-registry-clean-empty-function)
23158 (gnus-registry-clean-empty): Remove only empty entries without
23159 extra data.
23160
23161 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
23162
23163 * spam-stat.el (spam-stat-buffer-change-to-spam)
23164 (spam-stat-buffer-change-to-non-spam): Change (error) to
23165 (gnus-message 8) invocation.
23166
23167 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
23168
23169 * nntp.el (nntp-via-netcat-command): New variable.
23170 (nntp-via-netcat-switches): New variable.
23171 (nntp-open-via-rlogin-and-netcat): New function.
23172 (nntp-open-connection-function): Doc fix.
23173 (nntp-telnet-command): Doc fix.
23174 (nntp-end-of-line): Doc fix.
23175 (nntp-via-rlogin-command): Doc fix.
23176 (nntp-via-user-name): Doc fix.
23177 (nntp-via-address): Doc fix.
23178
23179 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
23180
23181 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23182 error in Emacs 21.1.
23183
23184 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
23185
23186 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23187
23188 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
23189
23190 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23191 (gnus-agent-with-refreshed-group): New macro.
23192 (gnus-agent-rename-group): New function.
23193 (gnus-agent-delete-group): New function.
23194 (gnus-agent-save-group-info): Use gnus-command-method when
23195 `method' parameter is nil. Don't write nil entries into the
23196 active file.
23197 (gnus-agent-get-group-info): New function.
23198 (gnus-agent-fetch-articles):
23199 Use gnus-agent-update-files-total-fetched-for to increment disk space
23200 used.
23201 (gnus-agent-fetch-headers, gnus-agent-save-alist):
23202 Use gnus-agent-update-view-total-fetched-for to increment disk space
23203 used.
23204 (gnus-agent-get-local): Add optional parameters to avoid calling
23205 gnus-group-real-name and gnus-find-method-for-group.
23206 (gnus-agent-set-local): Delete stored entry if either min, or max,
23207 are nil.
23208 (gnus-agent-fetch-session): Reworded error/quit messages.
23209 On quit, use gnus-agent-regenerate-group to record existence of any
23210 articles fetched to disk before the quit occurred.
23211 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23212 gnus-agent-update-view-total-fetched-for, and
23213 gnus-agent-update-files-total-fetched-for to decrement disk space
23214 used.
23215 (gnus-agent-retrieve-headers):
23216 Use gnus-agent-update-view-total-fetched-for to increment disk space
23217 used.
23218 (gnus-agent-regenerate-group): Replace gnus-group-update-group
23219 with gnus-agent-update-files-total-fetched-for to decrement disk
23220 space and fresh group buffer.
23221 (gnus-agent-inhibit-update-total-fetched-for): New variable.
23222 (gnus-agent-need-update-total-fetched-for): New variable.
23223 (gnus-agent-update-files-total-fetched-for): New function.
23224 (gnus-agent-update-view-total-fetched-for): New function.
23225 (gnus-agent-total-fetched-for): New function.
23226
23227 * gnus-cache.el (gnus-cache-save-buffers):
23228 Use gnus-cache-update-overview-total-fetched-for to change disk space
23229 used by this group.
23230 (gnus-cache-possibly-enter-article):
23231 Use gnus-cache-update-file-total-fetched-for to increment disk space
23232 used by this group.
23233 (gnus-cache-possibly-remove-article):
23234 Use gnus-cache-update-file-total-fetched-for to decrement disk space
23235 used by this group.
23236 (gnus-cache-generate-nov-databases): Purge total fetched cache.
23237 (gnus-cache-rename-group): New function.
23238 (gnus-cache-delete-group): New function.
23239 (gnus-cache-inhibit-update-total-fetched-for): New variable.
23240 (gnus-cache-need-update-total-fetched-for): New variable.
23241 (gnus-cache-with-refreshed-group): New macro.
23242 (gnus-cache-update-file-total-fetched-for): New function.
23243 (gnus-cache-update-overview-total-fetched-for): New function.
23244 (gnus-cache-rename-group-total-fetched-for): New function.
23245 (gnus-cache-delete-group-total-fetched-for): New function.
23246 (gnus-cache-total-fetched-for): New function.
23247
23248 * gnus-group.el: Require gnus-sum and autoload functions to
23249 resolve warnings when gnus-group.el compiled alone.
23250 (gnus-group-line-format): Documented new %F.
23251 (size of Fetched data) group line format; identifies disk space
23252 used by agent and cache.
23253 (gnus-group-line-format-alist): Defined new F format.
23254 (gnus-total-fetched-for): New function.
23255 (gnus-group-delete-group): No longer update
23256 gnus-cache-active-altered as gnus-request-delete-group now keeps
23257 the cache in sync.
23258 (gnus-group-list-active): Let the agent store a server's active
23259 list if currently plugged.
23260
23261 * gnus-int.el (gnus-request-delete-group):
23262 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23263 local disk in sync with the server.
23264 (gnus-request-rename-group):
23265 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23266 local disk in sync with the server.
23267
23268 * gnus-start.el (gnus-get-unread-articles):
23269 Cosmetic simplification to logic.
23270
23271 * gnus-util.el (gnus-rename-file): New function.
23272
23273 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
23274
23275 * mm-util.el (mm-image-load-path): Handle nil in load-path.
23276
23277 2004-04-07 Jesper Harder <harder@ifa.au.dk>
23278
23279 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23280 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
23281
23282 2004-04-06 Jesper Harder <harder@ifa.au.dk>
23283
23284 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23285 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
23286
23287 2004-04-03 Jesper Harder <harder@ifa.au.dk>
23288
23289 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23290
23291 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
23292
23293 * spam.el (spam-set-difference): Add function to replace
23294 gnus-set-difference in spam.el.
23295 (spam-summary-prepare-exit): Use spam-set-difference.
23296
23297 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
23298
23299 * gnus-registry.el (gnus-registry-cache-file): Update to use
23300 gnus-dribble-directory OR gnus-home-directory OR ~.
23301 (gnus-registry-split-fancy-with-parent): Fix doc.
23302
23303 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
23304
23305 * message.el (message-exchange-point-and-mark):
23306 Use message-mark-active-p. Suggested by Jesper Harder
23307 <harder@ifa.au.dk>.
23308
23309 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
23310
23311 * message.el (message-exchange-point-and-mark): Don't activate
23312 region if it was inactive. Suggested by Hiroshi Fujishima
23313 <pooh@nature.tsukuba.ac.jp>.
23314
23315 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
23316
23317 * gnus-art.el (article-display-face): Display Faces in the same
23318 order as X-Faces.
23319
23320 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
23321
23322 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23323
23324 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
23325
23326 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23327 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23328 (gnus-article-mime-hierarchy): Remove.
23329 (gnus-article-mime-hierarchy-next): Remove.
23330 (gnus-article-mode): Revert 2004-03-19 change.
23331 (gnus-article-setup-buffer): Revert 2004-03-19 change.
23332 (gnus-insert-mime-button): Revert 2004-03-19 change.
23333 (gnus-mime-accumulate-hierarchy): Remove.
23334 (gnus-mime-enter-multipart): Remove.
23335 (gnus-mime-leave-multipart): Remove.
23336 (gnus-mime-display-part): Revert 2004-03-19 change.
23337 (gnus-mime-display-alternative): Revert 2004-03-19 change.
23338
23339 * mml.el (mml-preview): Revert 2004-03-19 change.
23340
23341 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
23342
23343 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23344
23345 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
23346
23347 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23348 t while entering a file name using the mm-with-multibyte macro.
23349 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23350
23351 * mm-util.el (mm-with-multibyte): New macro.
23352
23353 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
23354
23355 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23356 New user option.
23357 (gnus-mime-multipart-functions): Doc and customization fix.
23358 (gnus-article-mime-hierarchy): New variable.
23359 (gnus-article-mime-hierarchy-next): New variable.
23360 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23361 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23362 gnus-article-mime-hierarchy-next to nil.
23363 (gnus-insert-mime-button): Show hierarchy numbers.
23364 (gnus-mime-accumulate-hierarchy): New function.
23365 (gnus-mime-enter-multipart): New function.
23366 (gnus-mime-leave-multipart): New function.
23367 (gnus-mime-display-part): Recompute hierarchical MIME structure.
23368 (gnus-mime-display-alternative): Show hierarchy numbers.
23369
23370 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23371 gnus-article-mime-hierarchy-next to nil.
23372
23373 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
23374
23375 * dns.el: Don't require gnus-xmas.
23376
23377 2004-03-17 Jesper Harder <harder@ifa.au.dk>
23378
23379 * mml.el (mml-generate-mime-1): Don't use format=flowed with
23380 inline PGP.
23381 (mml-menu): Disable mml-quote-region if mark is inactive.
23382
23383 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
23384
23385 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23386 when the group's active is not available.
23387
23388 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
23389
23390 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23391 error.
23392
23393 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
23394
23395 * imap.el (imap-store-password): New variable.
23396 (imap-interactive-login): Use it.
23397 Suggested by Mark Plaksin <happy@mcplaksin.org>.
23398
23399 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
23400
23401 * gnus-art.el (gnus-article-read-summary-keys): Restore new
23402 window-start and hscroll to summary window.
23403
23404 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
23405
23406 * gnus-start.el (gnus-convert-old-newsrc): Only write the
23407 conversion message to newsrc-dribble when an actual conversion is
23408 performed.
23409
23410 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
23411
23412 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23413
23414 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
23415
23416 * mm-decode.el (mm-complicated-handles): New function reviving
23417 former definition of mm-multiple-handles.
23418
23419 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23420 (gnus-mime-delete-part): Use it.
23421
23422 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
23423
23424 * gnus-agent.el (gnus-agent-read-local):
23425 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23426 avoid the implicit assumption that they will always be equal.
23427 (gnus-agent-save-local): Bind buffer-file-coding-system, not
23428 coding-system-for-write, as the with-temp-file macro first prints
23429 to a buffer then saves the buffer.
23430
23431 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
23432
23433 * gnus-art.el (gnus-article-edit-part): New function.
23434 (gnus-mime-save-part-and-strip): Use it; do query instead of
23435 signaling an error; don't use mm-multiple-handles.
23436 (gnus-mime-delete-part): Ditto.
23437
23438 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
23439
23440 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23441 old file versions.
23442 (gnus-group-prepare-hook): Remove function that converted list
23443 form of gnus-agent-expire-days to group properties.
23444
23445 * gnus-int.el: Autoload gnus-agent-regenerate-group.
23446 (gnus-request-accept-article): Re-indented.
23447
23448 * gnus-start.el (gnus-convert-old-newsrc): Registered new
23449 converters to handle old agent file formats. Add logic for a
23450 "backup before upgrading warning".
23451 (gnus-convert-mark-converter-prompt): Developers can mark
23452 functions as needing (default), or not needing,
23453 gnus-convert-old-newsrc's "backup before upgrading warning".
23454 (gnus-convert-converter-needs-prompt): Tests whether the user
23455 should be protected from potentially irreversable changes by the
23456 function.
23457
23458 * legacy-gnus-agent.el: New. Provides converters that are only
23459 loaded when gnus-convert-old-newsrc needs to call them.
23460
23461 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
23462
23463 * mail-source.el (mail-source-touch-pop): Doc fix.
23464
23465 * message.el (message-smtpmail-send-it): Doc fix.
23466
23467 2004-03-05 Jesper Harder <harder@ifa.au.dk>
23468
23469 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23470
23471 * nnmail.el (nnmail-split-fancy): do.
23472
23473 * gnus-kill.el (gnus-kill, gnus-execute): do.
23474
23475 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
23476
23477 * gnus-sum.el (gnus-widget-reversible-match)
23478 (gnus-widget-reversible-to-internal)
23479 (gnus-widget-reversible-to-external): New functions.
23480 (gnus-widget-reversible): New widget.
23481 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23482
23483 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
23484
23485 * gnus-sum.el (gnus-thread-sort-functions)
23486 (gnus-article-sort-functions): Document `(not F)' items.
23487
23488 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
23489
23490 * spam.el (spam-use-gmane-xref): Add new backend.
23491 (spam-gmane-xref-spam-group): Add variable to control the name of the
23492 Gmane spam group.
23493 (spam-blackhole-servers, spam-blackhole-good-server-regex)
23494 (spam-regex-headers-spam, spam-regex-headers-ham)
23495 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23496 (spam-list-of-checks): Add spam-use-gmane-xref to list of
23497 backends and checks.
23498 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23499
23500 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23501 an autodetect method.
23502
23503 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
23504
23505 * gnus-int.el (gnus-request-accept-article): Inform the agent that
23506 articles are being added to a group.
23507 (gnus-request-replace-article): Inform the agent that articles
23508 need to be uncached as the cached contents are no longer valid.
23509
23510 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
23511
23512 * binhex.el: Don't autoload executable-find.
23513
23514 * canlock.el: Don't autoload mail-fetch-field.
23515
23516 * gnus-ems.el: Don't autoload appt-select-lowest-window.
23517
23518 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23519 rmail-dont-reply-to and rmail-output.
23520
23521 * gnus-score.el: Don't autoload ffap-string-at-point.
23522
23523 * gnus-setup.el: Don't autoload sc-cite-original.
23524
23525 * imap.el: Don't autoload base64-decode-string,
23526 base64-encode-string and md5.
23527
23528 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23529 and rmail-msg-restore-non-pruned-header.
23530
23531 * mm-decode.el: Don't autoload executable-find.
23532
23533 * mm-url.el: Don't autoload executable-find.
23534
23535 * mm-view.el: Don't autoload diff-mode.
23536
23537 * nndb.el: Don't autoload news-reply-mode, news-setup,
23538 cancel-timer and telnet.
23539
23540 * password.el: Don't autoload run-at-time for Emacs.
23541
23542 * sha1-el.el: Don't autoload executable-find.
23543
23544 * sieve-mode.el: Don't autoload c-mode.
23545
23546 * uudecode.el: Don't autoload executable-find.
23547
23548 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
23549
23550 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23551 (gnus-agent-possibly-alter-active): Avoid null in numeric
23552 comparison.
23553 (gnus-agent-set-local): Refuse to save null in local object table.
23554 (gnus-agent-regenerate-group): The REREAD parameter can now be a
23555 list of articles that will be marked as unread.
23556
23557 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
23558
23559 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23560
23561 2004-03-04 Jesper Harder <harder@ifa.au.dk>
23562
23563 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23564 language tags.
23565
23566 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
23567
23568 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23569 Don't bind "obarray".
23570
23571 * gnus-sum.el (gnus-thread-sort-functions):
23572 Add `gnus-thread-sort-by-most-recent-number' and
23573 `gnus-thread-sort-by-most-recent-date'.
23574 Reported by Kai Grossjohann <kai@emptydomain.de>.
23575
23576 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
23577
23578 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23579
23580 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
23581
23582 * gnus-cus.el (gnus-agent-customize-category):
23583 Remove ignore-errors macro reference that required cl to be loaded at
23584 run-time.
23585
23586 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23587 single-interval range of the form (min . max). Previously the
23588 range had to look like ((min . max)). Likewise, return
23589 (min . max) rather than ((min . max)).
23590 (gnus-range-map): Use gnus-range-normalize to accept
23591 single-interval range.
23592
23593 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23594 the cache, but not the agent, now appear with their usual face.
23595
23596 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
23597
23598 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23599 w3m-safe-url-regexp variable buffer-local.
23600
23601 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23602
23603 2004-02-27 Simon Josefsson <jas@extundo.com>
23604
23605 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23606 gnus-group-real-prefix.
23607 (gnus-summary-move-article): Use it, instead of
23608 gnus-group-real-prefix.
23609
23610 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
23611
23612 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23613 w3m-safe-url-regexp variable buffer-local and set it as the value
23614 of mm-w3m-safe-url-regexp.
23615
23616 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23617
23618 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23619 parsing gnus-posting-styles when the message is not for replying.
23620
23621 * nnrss.el (nnrss-opml-export):
23622 Use mm-set-buffer-file-coding-system instead of
23623 set-buffer-file-coding-system.
23624
23625 2004-02-27 Jesper Harder <harder@ifa.au.dk>
23626
23627 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23628 of checkdoc.el).
23629 * nnrss.el: do.
23630 * gnus-mlspl.el: do.
23631 * gnus-ml.el: do.
23632 * gnus-srvr.el: do.
23633
23634 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23635
23636 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
23637
23638 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23639 Corrections to custom-manual links.
23640
23641 * gnus-art.el (gnus-article): Ditto.
23642
23643 * mm-decode.el (mime-display, mime-security): Ditto.
23644
23645 2004-02-26 Jesper Harder <harder@ifa.au.dk>
23646
23647 * flow-fill.el: Typo.
23648
23649 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
23650
23651 * spam-wash.el: New file.
23652
23653 2004-02-26 Mark A. Hershberger <mah@everybody.org>
23654
23655 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23656
23657 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
23658
23659 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23660 to be run with new-articles as LIST1, not LIST2.
23661 (spam-registration-functions): Add spam-use-ham-copy as a nil
23662 registration backend.
23663
23664 2004-02-26 Jesper Harder <harder@ifa.au.dk>
23665
23666 * spam-stat.el (spam-stat-washing-hook): New option.
23667 (spam-stat-buffer-words): Use it.
23668 (spam-stat-process-directory, spam-stat-test-directory):
23669 Use insert-file-contents-literally.
23670 (spam-stat-coding-system): New variable.
23671 (spam-stat-load, spam-stat-save): Use it.
23672
23673 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
23674
23675 * spam-report.el (spam-report-plug-agent):
23676 Quote spam-report-url-to-file and spam-report-url-ping-plain.
23677
23678 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
23679
23680 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23681 Allow / in mailto URLs.
23682
23683 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
23684
23685 * spam-report.el (spam-report-process-queue): Fix interactive use.
23686 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23687 (spam-report-unplug-agent): Doc fixes.
23688 (spam-report-url-ping-mm-url, spam-report-url-to-file)
23689 (spam-report-agentize, spam-report-deagentize):
23690 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
23691
23692 * message.el (message-setup-fill-variables): Add mml tags to
23693 paragraph-start and paragraph-separate. Suggested by Andrew Korty
23694 <ajk@iu.edu>.
23695 (message-mode): Don't modify paragraph-separate there.
23696
23697 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
23698
23699 * compface.el (uncompface-use-external): Default to undecided.
23700 (uncompface-use-external-threshold): New variable.
23701 (uncompface-float-time): New macro.
23702 (uncompface): Determine whether to use the external decoder if
23703 uncompface-use-external is undecided.
23704
23705 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
23706
23707 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23708 after images.
23709
23710 * gnus-art.el (gnus-mime-display-single): Remove dead code.
23711
23712 2004-02-14 Jesper Harder <harder@ifa.au.dk>
23713
23714 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23715
23716 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23717
23718 * gnus-sum.el (gnus-summary-limit-to-age)
23719 (gnus-summary-limit-children): do.
23720
23721 * gnus-int.el (gnus-request-scan): do.
23722
23723 * gnus-group.el (gnus-group-suspend): do.
23724
23725 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23726
23727 * gnus-cite.el (gnus-cite-parse-attributions): do.
23728
23729 * gnus-agent.el (gnus-summary-set-agent-mark)
23730 (gnus-agent-regenerate-group): do.
23731
23732 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23733
23734 * binhex.el (binhex-decode-region-internal): do.
23735
23736 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
23737
23738 * gnus-fun.el (gnus-face-properties-alist): New user option.
23739 (gnus-display-x-face-in-from): Use it.
23740
23741 * gnus-art.el (article-display-face): Ditto.
23742
23743 * compface.el (uncompface-use-external): Default to nil.
23744
23745 2004-02-12 Jesper Harder <harder@ifa.au.dk>
23746
23747 * nntp.el (nntp-erase-buffer): New function.
23748 (nntp-retrieve-data, nntp-send-command)
23749 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23750 (nntp-possibly-change-group): Use it.
23751
23752 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23753 Use with-current-buffer.
23754
23755 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
23756
23757 * compface.el: Merge the ELisp-based uncompface program.
23758 (compface): New customization group.
23759 (uncompface-use-external): New user option.
23760 (uncompface): Call uncompface-internal if uncompface-use-external
23761 is nil.
23762 (uncompface-internal): New function. Note that there are also
23763 some other functions and variables added for this function.
23764
23765 2004-02-10 Jesper Harder <harder@ifa.au.dk>
23766
23767 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23768 if necessary.
23769
23770 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
23771
23772 * spam-report.el (spam-report-unplug-agent)
23773 (spam-report-plug-agent, spam-report-deagentize)
23774 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23775 Add support for the Agent in spam-report: when unplugged, report to a
23776 file; when plugged, submit all the requests.
23777
23778 * spam.el (spam-register-routine): Fix message about
23779 registration.
23780
23781 2004-02-09 Jesper Harder <harder@ifa.au.dk>
23782
23783 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23784 dependencies.
23785 (rfc2047-encode): Use it.
23786
23787 * gnus-art.el (gnus-button-marker-list): Move before first
23788 reference.
23789
23790 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23791 (imap-parse-body): Fix format string mismatch.
23792
23793 * gnus-score.el (gnus-summary-increase-score): do.
23794
23795 * nnrss.el (nnrss-close): New function.
23796
23797 2004-02-08 Jesper Harder <harder@ifa.au.dk>
23798
23799 * nnrss.el (nnrss-make-filename): New function.
23800 (nnrss-request-delete-group, nnrss-read-server-data)
23801 (nnrss-save-server-data, nnrss-read-group-data)
23802 (nnrss-save-group-data): Use it.
23803 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23804 (nnrss-read-server-data, nnrss-read-group-data): Use load.
23805 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23806
23807 2004-02-07 Jesper Harder <harder@ifa.au.dk>
23808
23809 * mml.el (mml-compute-boundary-1): Don't uncompress files.
23810
23811 2004-02-06 Jesper Harder <harder@ifa.au.dk>
23812
23813 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23814 files.
23815
23816 * message.el (message-generate-headers-first): Don't quote nil
23817 and t in docstrings.
23818
23819 * imap.el (imap-id): do.
23820
23821 * gnus-agent.el (gnus-agent-consider-all-articles)
23822 (gnus-agent-queue-mail): do.
23823
23824 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
23825
23826 * spam-report.el (spam-report-process-queue): New function.
23827 Process requests from `spam-report-requests-file'.
23828 (spam-report-process-queue): Doc fix.
23829
23830 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
23831
23832 * spam.el (spam-register-routine)
23833 (spam-log-processing-to-registry, spam-log-registered-p)
23834 (spam-log-unregistration-needed-p, spam-log-undo-registration):
23835 Change "check" to "spam-check" for semi-clarity.
23836
23837 2004-02-05 Jesper Harder <harder@ifa.au.dk>
23838
23839 * pop3.el: Require nnheader.
23840
23841 * mml-smime.el: Require cl. Autoload message-fetch-field.
23842
23843 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23844
23845 * gnus-picon.el: Require cl.
23846
23847 * gnus-fun.el: Require gnus-ems and gnus-util.
23848
23849 * gnus.el (gnus-method-to-server): Move defsubst before first use.
23850
23851 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
23852
23853 * gnus-art.el (gnus-article-edit-mode): Define before first
23854 reference.
23855
23856 2004-02-04 Jesper Harder <harder@ifa.au.dk>
23857
23858 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23859 (gnus-uu-post-encoded): Use point-at-bol.
23860
23861 * gnus-topic.el (gnus-group-active-topic-p): do.
23862
23863 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23864
23865 * gnus-group.el (gnus-group-kill-region): do.
23866
23867 * gnus-art.el (article-date-ut): do.
23868
23869 * message.el (message-fetch-field): Remove redundant
23870 case-fold-search binding.
23871 (message-narrow-to-field): Simplify.
23872
23873 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
23874
23875 * spam.el (spam-directory): Derive from `gnus-directory'.
23876
23877 * spam-report.el (spam-report-url-to-file)
23878 (spam-report-requests-file): New function and variable for offline
23879 reporting.
23880 (spam-report-url-ping-function): Add `spam-report-url-to-file'
23881 and user defined function.
23882 (spam-report-url-ping-mm-url): Remove doubled slash.
23883
23884 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
23885
23886 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23887
23888 2004-02-03 Jesper Harder <harder@ifa.au.dk>
23889
23890 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23891 Fix format string mismatch.
23892
23893 * sieve.el (sieve-deactivate-all): do.
23894
23895 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23896
23897 * nnlistserv.el (nnlistserv-kk-wash-article): do.
23898
23899 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23900
23901 * mm-bodies.el (mm-7bit-chars): Don't include \r.
23902
23903 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
23904
23905 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23906 the list of checks.
23907
23908 2004-01-31 Jesper Harder <harder@ifa.au.dk>
23909
23910 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23911 padding.
23912
23913 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
23914
23915 * mm-view.el (mm-fill-flowed): New variable.
23916 (mm-inline-text): Use it.
23917
23918 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
23919
23920 * spam.el (spam-spamassassin-register-ham-routine)
23921 (spam-spamassassin-register-spam-routine): Fix function names.
23922
23923 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
23924
23925 * gnus.el (gnus-tmp-grouplens): Remove.
23926 (gnus-summary-line-format): Remove grouplens.
23927
23928 * gnus-group.el (gnus-group-line-format): Ditto.
23929
23930 * gnus-spec.el (gnus-format-specs): Ditto.
23931 (gnus-update-format-specifications): Flush the group format spec
23932 cache if there's the grouplens stuff.
23933 (gnus-parse-simple-format): Replace %l with the empty string.
23934
23935 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
23936
23937 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23938 omission.
23939
23940 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
23941
23942 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23943 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23944
23945 2004-01-25 Paul Jarc <prj@po.cwru.edu>
23946
23947 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23948 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23949 New macros and functions.
23950 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23951 Handle > NLINK_MAX messages.
23952 * nnmaildir.el (nnmaildir-request-set-mark):
23953 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23954
23955 2004-01-25 Alex Schroeder <alex@gnu.org>
23956
23957 * spam-stat.el (spam-stat-process-directory-age): New option.
23958 (spam-stat-process-directory): Use it.
23959
23960 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
23961
23962 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23963 (spam-stat-save): Accept prefix argument.
23964
23965 2004-01-23 Paul Jarc <prj@po.cwru.edu>
23966
23967 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23968 links" error.
23969
23970 2004-01-23 Jesper Harder <harder@ifa.au.dk>
23971
23972 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23973 compatibility with old .newsrc.eld files.
23974
23975 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23976
23977 * gnus-start.el (gnus-1): do.
23978
23979 * gnus-group.el (gnus-group-line-format-alist): do.
23980
23981 * gnus.el (gnus-use-grouplens, gnus-visual): do.
23982
23983 * gnus-gl.el: Remove.
23984
23985 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
23986
23987 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23988 marks consisting of a single range {for example, (3 . 5)} rather
23989 than a list of a single range { ((3 . 5)) }.
23990
23991 2004-01-23 Jesper Harder <harder@ifa.au.dk>
23992
23993 * spam-stat.el (spam-stat-store-gnus-article-buffer):
23994 Use with-current-buffer.
23995 (spam-stat-store-current-buffer): Use insert-buffer-substring to
23996 avoid consing a string.
23997
23998 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23999 Remove obsolete entries for big5 and gb2312.
24000
24001 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
24002
24003 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24004 uncompressed list.
24005
24006 2004-01-22 Jesper Harder <harder@ifa.au.dk>
24007
24008 * spam-stat.el (spam-stat-strip-xref): New function.
24009 (spam-stat-process-directory): Use it.
24010
24011 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24012 here -- it's done in message-fetch-field.
24013
24014 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
24015
24016 * gnus-agent.el (gnus-agent-queue-mail)
24017 (gnus-agent-prompt-send-queue): New variables.
24018 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24019 * gnus-draft.el (gnus-group-send-queue): Pass the group name
24020 "nndraft:queue" along to gnus-draft-send.
24021 Use gnus-agent-prompt-send-queue.
24022 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24023 is "nndraft:queue". Suggested by Gaute Strokkenes
24024 <gs234@srcf.ucam.org>
24025
24026 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24027 (agent-enable-undownloaded-faces): Add.
24028 (gnus-agent-cat-groups): Use eval-and-compile, not
24029 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24030 method of gnus-agent-cat-groups even when the buffer has been
24031 evalled.
24032 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24033 delete gnus-agent-save-active-1.
24034 (gnus-agent-save-groups): Delete. Identical to
24035 gnus-agent-save-active.
24036 (gnus-agent-write-active): No longer adjust agent's copy of active
24037 file as agent's adjustments are now stored in their own
24038 file. Remove optional parameter.
24039 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24040 servers. Add use of min/max range limits from server's local
24041 file.
24042 (gnus-agent-save-alist): Remove unused optional argument.
24043 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24044 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24045 (gnus-agent-set-local): A per-server file that keeps min/max range
24046 limits for articles known to the agent. Provides a fast mechanism
24047 for altering many active ranges.
24048 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24049 active file (local makes it unnecessary).
24050 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24051
24052 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24053 (agent-enable-undownloaded-faces): Add.
24054
24055 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24056 disable it when sending to "nndraft:queue".
24057 (gnus-group-send-queue): Add safety check to avoid sending queue
24058 when unplugged.
24059
24060 * gnus-group.el (gnus-group-catchup): Use new
24061 gnus-sequence-of-unread-articles, not
24062 gnus-list-of-unread-articles, to avoid exhausting memory with huge
24063 numbers of articles. Use gnus-range-map to avoid having to
24064 uncompress the unread list.
24065 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24066 Fix invalid ange-ftp reference.
24067
24068 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24069 (gnus-sorted-range-intersection): Intersection of two ranges
24070 without requiring that they first be uncompressed.
24071
24072 * gnus-start.el (gnus-activate-group): Unless blocked by the
24073 caller, possibly expand the active range to include both cached
24074 and agentized articles.
24075 (gnus-convert-old-newsrc): Rewrote in anticipation of having
24076 multiple version-dependent converters.
24077 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24078 gnus-agent-save-active.
24079 (gnus-save-newsrc-file): Save dirty agent range limits.
24080
24081 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24082 gnus-agent-possibly-alter-active.
24083 (gnus-adjust-marked-articles): Faster handling of simple lists.
24084
24085 2004-01-21 Jesper Harder <harder@ifa.au.dk>
24086
24087 * spam-stat.el (spam-stat-test-directory): New optional argument
24088 displays a list of files detected. Suggested by Andrew Cohen
24089 <cohen@andy.bu.edu>.
24090 (spam-stat-buffer-words-with-scores): Don't narrow and change
24091 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
24092
24093 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
24094
24095 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24096 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24097 (spam-spamassassin-arguments)
24098 (spam-spamassassin-spam-flag-header)
24099 (spam-spamassassin-positive-spam-flag-header)
24100 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24101 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24102 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24103 (spam-list-of-processors, spam-list-of-checks)
24104 (spam-list-of-statistical-checks, spam-registration-functions)
24105 (spam-check-spamassassin-headers, spam-check-spamassassin)
24106 (spam-spamassassin-score)
24107 (spam-spamassassin-register-with-sa-learn)
24108 (spam-spamassassin-register-spam-routine)
24109 (spam-spamassassin-register-ham-routine)
24110 (spam-assassin-register-spam-routine)
24111 (spam-assassin-register-ham-routine): Add SpamAssassin support.
24112 (spam-bogofilter-score): Fix to show article before scoring.
24113
24114 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
24115
24116 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24117 default scoring function.
24118 (spam-generic-score): Call spam-spamassassin-score if
24119 spam-use-spamassassin or spam-use-spamassassin-headers is on;
24120 spam-bogofilter-score otherwise.
24121
24122 * gnus.el (spam-process, spam-autodetect-methods):
24123 Add spamassassin and spamassassin-headers.
24124
24125 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
24126
24127 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24128 Suppress unnecessary messages.
24129
24130 2004-01-20 Jesper Harder <harder@ifa.au.dk>
24131
24132 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24133 make-hash-table.
24134
24135 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
24136
24137 * canlock.el (base64-encode-string): Don't autoload it.
24138
24139 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
24140
24141 * run-at-time.el: Remove useless (require 'itimer),
24142 eval-and-compile and (featurep 'xemacs).
24143
24144 2004-01-16 Jesper Harder <harder@ifa.au.dk>
24145
24146 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24147 GROUP is a virtual group.
24148
24149 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
24150
24151 * gnus.el: Autoload `message-y-or-n-p'.
24152
24153 2004-01-15 Jesper Harder <harder@ifa.au.dk>
24154
24155 * pgg-parse.el: Remove unnecessary (require 'custom).
24156
24157 * pgg-def.el: do.
24158
24159 * nnmail.el: do.
24160
24161 * gnus-undo.el: do.
24162
24163 * gnus-picon.el: do.
24164
24165 * gnus-util.el: do.
24166
24167 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
24168
24169 * gnus-sum.el (gnus-pick-line-number): Add autoload.
24170
24171 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
24172
24173 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24174 handle, as well as a list.
24175
24176 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24177 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24178 (mm-w3m-cid-retrieve): Simplify.
24179
24180 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
24181
24182 * message.el (message-kill-to-signature): Allow prefix arg to
24183 specify number of lines to keep before signature.
24184
24185 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
24186
24187 * message.el (message-kill-to-signature): Change docstring.
24188
24189 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
24190
24191 * canlock.el: Always require sha1-el.
24192 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24193
24194 * message.el: Autoload sha1 only when compiling.
24195
24196 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
24197
24198 * message.el (message-canlock-generate): Require sha1-el.
24199
24200 2004-01-13 Jesper Harder <harder@ifa.au.dk>
24201
24202 * message.el (message-expand-name): Silence the byte compiler.
24203
24204 2004-01-13 Simon Josefsson <jas@extundo.com>
24205
24206 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24207 Invoke gnus-score-mode.
24208 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24209
24210 * gnus-range.el (gnus-compress-sequence): Doc fix.
24211 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24212
24213 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24214
24215 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24216
24217 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
24218
24219 * spam.el (spam-get-article-as-string): Update to use
24220 gnus-request-article-this-buffer, much simpler.
24221 (spam-get-article-as-buffer): Remove.
24222
24223 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
24224
24225 * message.el (message-expand-name): Use EUDC if the user uses that.
24226
24227 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24228
24229 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24230 character for the encoding to avoid consing a string.
24231
24232 * rfc2047.el (rfc2047-decode-string): Don't cons a string
24233 unnecessarily.
24234
24235 * mm-util.el (mm-replace-chars-in-string): Remove.
24236
24237 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24238 of mm-replace-chars-in-string.
24239
24240 2004-01-11 Jesper Harder <harder@ifa.au.dk>
24241
24242 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24243
24244 * mm-util.el (mm-subst-char-in-string): Support inplace.
24245
24246 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24247 a new string in every iteration. Use shy groups.
24248
24249 2004-01-10 Jesper Harder <harder@ifa.au.dk>
24250
24251 * gnus-srvr.el (gnus-browse-unsubscribe-group):
24252 * gnus-soup.el (gnus-soup-group-brew):
24253 * gnus-msg.el (gnus-put-message):
24254 * gnus-move.el (gnus-group-move-group-to-server):
24255 * gnus-kill.el (gnus-batch-score):
24256 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24257 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24258 (gnus-group-update-group, gnus-group-read-group)
24259 (gnus-group-make-group, gnus-group-make-help-group)
24260 (gnus-group-make-archive-group, gnus-group-make-directory-group)
24261 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24262 (gnus-group-sort-by-unread, gnus-group-catchup)
24263 (gnus-group-unsubscribe-group, gnus-group-kill-group)
24264 (gnus-group-yank-group, gnus-group-set-info)
24265 (gnus-group-list-groups):
24266 * gnus.el (gnus-generate-new-group-name):
24267 * gnus-delay.el (gnus-delay-send-queue):
24268 * nnvirtual.el (nnvirtual-catchup-group):
24269 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24270 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24271 (gnus-group-prepare-topics, gnus-topic-check-topology):
24272 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24273 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24274 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24275 (gnus-group-make-articles-read):
24276 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24277 (gnus-group-change-level, gnus-kill-newsgroup)
24278 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24279 (gnus-get-unread-articles, gnus-make-articles-unread)
24280 (gnus-make-ascending-articles-unread): Use accessor
24281 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24282 to get group information for improved readability.
24283
24284 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24285
24286 * gnus-art.el (article-decode-mime-words, article-babel)
24287 (gnus-article-highlight-signature, gnus-article-add-buttons)
24288 (gnus-signature-toggle): Use gnus-with-article-buffer.
24289
24290 * gnus-art.el (gnus-article-highlight-headers)
24291 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24292
24293 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24294 (gnus-article-set-globals, gnus-request-article-this-buffer)
24295 (gnus-button-message-id, gnus-article-maybe-hide-headers)
24296 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24297 (gnus-mime-display-alternative): Use with-current-buffer.
24298
24299 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24300
24301 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24302 also under 80 char limit, and call gnus-error if needed.
24303 (spam-fetch-article-header): Fix - it was a
24304 buffer-local variable (gnus-newsgroup-data).
24305 (spam-find-spam): Use spam-generate-fake-headers, forget about
24306 spam-insert-fake-headers.
24307 (spam-insert-fake-headers): Remove.
24308
24309 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24310
24311 * deuglify.el (gnus-article-outlook-unwrap-lines)
24312 (gnus-outlook-rearrange-article)
24313 (gnus-outlook-repair-attribution-outlook)
24314 (gnus-outlook-repair-attribution-block)
24315 (gnus-outlook-repair-attribution-other): Remove redundant
24316 save-excursion.
24317
24318 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24319
24320 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24321 (spam-fetch-field-subject-fast)
24322 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24323 (spam-fetch-article-header): Add functions to deal with Gnus
24324 internals for fast retrieval of article header data.
24325 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24326
24327 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24328
24329 * pop3.el (pop3-md5): Remove.
24330 (pop3-apop): Replace pop3-md5 with md5.
24331
24332 * mm-bodies.el: base64 is always built-in.
24333
24334 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24335 Use with-current-buffer.
24336
24337 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
24338
24339 * canlock.el (canlock-insert-header): Remove excessive grouping in
24340 regexp.
24341
24342 * gnus-sum.el (gnus-summary-read-document): Ditto.
24343
24344 * gnus-uu.el (gnus-uu-part-number): Ditto.
24345
24346 * html2text.el (html2text-remove-tags): Ditto.
24347 (html2text-format-tags): Ditto.
24348 (html2text-format-single-elements): Ditto.
24349
24350 * mml.el (mml-parse-1): Ditto.
24351
24352 2004-01-08 Jesper Harder <harder@ifa.au.dk>
24353
24354 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24355
24356 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24357
24358 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24359
24360 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24361
24362 2003-11-15 Simon Josefsson <jas@extundo.com>
24363
24364 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24365 (pgg-gpg-lookup-key): Use regexp match instead of
24366 split-string (split-string is different between emacs 21.2 and
24367 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
24368
24369 2004-01-08 Jesper Harder <harder@ifa.au.dk>
24370
24371 * gnus-art.el (gnus-mime-view-all-parts)
24372 (gnus-article-part-wrapper, gnus-article-view-part):
24373 Use with-current-buffer.
24374
24375 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
24376
24377 * spam.el (spam-disable-spam-split-during-ham-respool)
24378 (spam-spamoracle-database, spam-cache-lookups)
24379 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24380 (spam-group-ham-mark-p, spam-group-spam-mark-p)
24381 (spam-group-ham-marks, spam-group-spam-marks)
24382 (spam-group-spam-contents-p, spam-group-ham-contents-p)
24383 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24384 also add spam-use-blackholes to the statistical checks.
24385 (spam-fetch-field-fast): Add interface to fetching fields, may
24386 become a macro.
24387 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24388 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24389 (spam-insert-fake-headers): Fake an article when needed.
24390 (spam-find-spam): Fake article when possible.
24391 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24392 (spam-check-bogofilter-headers): Use message-fetch-field instead
24393 of nnmail-fetch-field.
24394
24395 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
24396
24397 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24398
24399 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
24400
24401 * spam.el (spam-split): Do not require spam-use-CHECK to be
24402 enabled if that check is passed to spam-split explicitly; also
24403 fix so 'spam doesn't get converted to spam-split-group when
24404 spam-split-symbolic-return is t.
24405 (spam-find-spam): Find registrations of the article and use those
24406 instead of re-running spam-split to find the spam/ham
24407 classification of the article.
24408 (spam-log-processing-to-registry, spam-log-registered-p)
24409 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24410 Use gnus-error instead of gnus-message.
24411 (spam-log-registration-type): Add function to determine the
24412 classification of a message based on registry entries; will
24413 return nil if both 'spam and 'ham are found.
24414 (spam-check-BBDB): Expand all the BBDB macros here so we can have
24415 a reasonably fast local cache without the loading errors.
24416 (spam-cache-lookups): Set to t by default.
24417 (spam-find-spam): Don't try to guess spam-cache-lookups.
24418 (spam-enter-whitelist, spam-enter-blacklist): Clear the
24419 spam-caches entry.
24420 (spam-filelist-build-cache, spam-filelist-check-cache):
24421 Fix caching of whitelist/blacklist entries.
24422 (spam-check-whitelist, spam-check-blacklist):
24423 Invoke spam-from-listed-p with a type, not a cache variable.
24424 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24425
24426 2004-01-07 Jesper Harder <harder@ifa.au.dk>
24427
24428 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24429
24430 * nnmail.el (nnmail-split-fancy): do.
24431
24432 * mml.el (mml-parse): do.
24433
24434 * gnus-score.el (gnus-enter-score-words-into-hashtb)
24435 (gnus-score-adaptive): do.
24436
24437 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24438
24439 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24440 (gnus-mime-button-map): Don't set keymap parent.
24441 (gnus-button-ctan-directory-regexp): Use shy grouping.
24442 (gnus-prev-page-map): Don't set keymap parent.
24443 (gnus-prev-page-map): Remove duplicated one.
24444 (gnus-next-page-map): Don't set keymap parent.
24445 (gnus-mime-security-button-map): Ditto.
24446
24447 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24448 version number.
24449
24450 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24451
24452 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24453
24454 * canlock.el (canlock-sha1-function): Remove.
24455 (canlock-sha1-function-for-verify): Remove.
24456 (canlock-openssl-program): Remove.
24457 (canlock-openssl-args): Remove.
24458 (canlock-ignore-errors): Remove.
24459 (canlock-sha1-with-openssl): Remove.
24460 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24461 (canlock-verify): Don't use canlock-ignore-errors.
24462
24463 * sha1-el.el (sha1-string-external): Make it can return a string
24464 in binary form.
24465 (sha1-region-external): Ditto.
24466 (sha1-string-internal): Ditto.
24467 (sha1-region-internal): Ditto.
24468 (sha1-region): Ditto.
24469 (sha1-string): Ditto.
24470 (sha1): Ditto.
24471
24472 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
24473
24474 * spam.el (spam-report-articles-gmane): New command.
24475
24476 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24477
24478 * gnus.el: Don't make unnecessary *Group* buffer when loading.
24479
24480 * run-at-time.el (run-at-time-saved): Remove.
24481 (run-at-time): Doc fix.
24482
24483 2004-01-07 Jesper Harder <harder@ifa.au.dk>
24484
24485 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24486 (gnus-summary-limit-map): Add it.
24487 (gnus-summary-make-menu-bar): do.
24488
24489 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
24490
24491 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24492 Make attempt at some caching support (done for BBDB only now).
24493 (spam-find-spam): Set spam-cache-lookups if there are more than 2
24494 addresses to be checked.
24495 (spam-clear-cache-BBDB): Add function, to be invoked by
24496 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24497 (spam-check-BBDB): Check and use the caches, if
24498 spam-cache-lookups is on, remove superfluous (provide).
24499
24500 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
24501
24502 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24503
24504 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
24505
24506 * run-at-time.el (run-at-time-saved): Move to after the definition
24507 of `run-at-time'.
24508
24509 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
24510
24511 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24512 mm-w3m-local-map-property.
24513
24514 * mm-view.el (mm-w3m-mode-map): Remove.
24515 (mm-w3m-local-map-property): Remove.
24516 (mm-inline-text-html-render-with-w3m): Don't use
24517 mm-w3m-local-map-property.
24518
24519 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
24520
24521 * run-at-time.el: New file.
24522
24523 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24524 of gnus-set-text-properties.
24525
24526 * gnus-uu.el (gnus-uu-save-article): Ditto.
24527
24528 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24529
24530 * gnus-cite.el (gnus-cite-parse): Ditto.
24531
24532 * gnus-art.el (gnus-button-push): Use set-text-properties instead
24533 of gnus-.
24534
24535 * gnus.el: Change calls to nnheader-run-at-time and
24536 password-run-at-time throughout to use run-at-time directly.
24537
24538 * password.el: Remove definition of run-at-time.
24539
24540 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
24541
24542 * mml.el (mml-minibuffer-read-disposition): Show attachment type
24543 in prompt.
24544
24545 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
24546
24547 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24548 XEmacs version.
24549
24550 * dns.el (dns-make-network-process): Use `open-network-stream'
24551 instead of `gnus-xmas-open-network-stream'.
24552
24553 * .cvsignore: Add auto-autoloads.el, custom-load.el.
24554
24555 2004-01-06 Jesper Harder <harder@ifa.au.dk>
24556
24557 * gnus-art.el (gnus-mime-display-alternative)
24558 (gnus-insert-mime-button, gnus-insert-mime-security-button)
24559 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24560 Don't use gnus-local-map-property.
24561
24562 * gnus-util.el (gnus-local-map-property): Remove.
24563
24564 * mm-view.el (mm-view-pkcs7-decrypt):
24565 Replace gnus-completing-read-maybe-default with completing-read.
24566
24567 * gnus-util.el (gnus-completing-read): do.
24568 (gnus-completing-read-maybe-default): Remove.
24569
24570 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
24571
24572 * password.el: Only autoload `run-at-time' if not XEmacs.
24573 Only autoload the itimer functions if XEmacs.
24574
24575 2004-01-06 Jesper Harder <harder@ifa.au.dk>
24576
24577 * gnus-art.el (gnus-read-string): Remove.
24578 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24579 read-string.
24580
24581 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
24582
24583 * netrc.el: Autoload password-read.
24584 (netrc): Add configuration group.
24585 (netrc-encoding-method, netrc-openssl-path):
24586 Add variables for encoding and decoding of files with symmetric
24587 ciphers.
24588 (netrc-encode): Add assistant function to encode a file with
24589 netrc-encoding-method.
24590 (netrc-parse): Add interactive parameter, added optional
24591 decoding if netrc-encoding-method is non-nil but otherwise
24592 behavior is standard.
24593 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24594 Do s/encode/encrypt/ everywhere.
24595
24596 * spam.el: Remove executable-find autoload.
24597
24598 2004-01-05 Jesper Harder <harder@ifa.au.dk>
24599
24600 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24601
24602 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24603
24604 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
24605
24606 * gnus-art.el (gnus-treat-ansi-sequences)
24607 (article-treat-ansi-sequences): New variable and function.
24608 Suggested by Dan Jacobson <jidanni@jidanni.org>.
24609
24610 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24611 Use it.
24612
24613 2004-01-05 Jesper Harder <harder@ifa.au.dk>
24614
24615 * mm-util.el (mm-quote-arg): Remove.
24616
24617 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24618 shell-quote-argument.
24619
24620 * gnus-uu.el (gnus-uu-command): do.
24621
24622 * gnus-sum.el (gnus-summary-insert-pseudos): do.
24623
24624 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24625 with make-char.
24626
24627 * mm-util.el (mm-make-char): Remove.
24628
24629 * mml.el (mml-mode): Replace gnus-add-minor-mode with
24630 add-minor-mode.
24631
24632 * gnus-undo.el (gnus-undo-mode): do.
24633
24634 * gnus-topic.el (gnus-topic-mode): do.
24635
24636 * gnus-sum.el (gnus-dead-summary-mode): do.
24637
24638 * gnus-start.el (gnus-slave-mode): do.
24639
24640 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24641
24642 * gnus-ml.el (gnus-mailing-list-mode): do.
24643
24644 * gnus-gl.el (gnus-grouplens-mode): do.
24645
24646 * gnus-draft.el (gnus-draft-mode): do.
24647
24648 * gnus-dired.el (gnus-dired-mode): do.
24649
24650 * gnus-ems.el (gnus-add-minor-mode): Remove.
24651
24652 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24653 Replace gnus-char-width with char-width.
24654
24655 * gnus-ems.el (gnus-char-width): Remove.
24656
24657 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24658 Replace gnus-char-width with char-width.
24659
24660 * gnus-ems.el (gnus-char-width): Remove.
24661
24662 * spam-stat.el (with-syntax-table): Remove with-syntax-table
24663 definition.
24664 Remove Emacs 20 hash table compatibility code.
24665
24666 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24667 20 compatibility code.
24668
24669 * spam.el (spam-point-at-eol): Replace with point-at-eol.
24670
24671 * smime.el (smime-point-at-eol): Replace with point-at-eol.
24672
24673 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24674 Replace with point-at-{eol,bol}.
24675
24676 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24677
24678 * imap.el (imap-point-at-eol): Replace with point-at-eol.
24679
24680 * flow-fill.el (fill-flowed-point-at-bol)
24681 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24682
24683 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24684 Replace with point-at-{eol,bol} throughout all files.
24685
24686 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
24687
24688 * ntlm.el (ntlm-string-as-unibyte): New macro.
24689 (ntlm-build-auth-response): Use it.
24690
24691 Remove Emacs 20 stuff:
24692 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24693 of delq and copy-sequence.
24694 * gnus-art.el (popup-menu): Remove the compiler macro.
24695 * nnmail.el (nnmail-split-fancy): Don't support customizing with
24696 Emacs 20.
24697
24698 2004-01-05 Simon Josefsson <jas@extundo.com>
24699
24700 * ntlm.el: Fix namespace. Change smb-passwd-hash into
24701 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24702 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24703 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24704 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24705 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24706 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24707 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24708 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24709 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24710 ntlm-string-permute, string-lshift into ntlm-string-lshift,
24711 string-xor into ntlm-string-xor.
24712 Suggested by Jesper Harder <harder@myrealbox.com>.
24713
24714 * ntlm.el: Don't include poem.
24715
24716 * md4.el (print-int32, print-string-hexa): Remove.
24717 Suggested by Jesper Harder <harder@myrealbox.com>.
24718
24719 * sasl-ntlm.el, ntlm.el, md4.el: New files.
24720
24721 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
24722 probably breaks emacs with DL patch, but do we care? Is anyone
24723 still using the DL stuff?)
24724
24725 * sieve-manage.el: Use the password package.
24726 (sieve-manage-read-passwd): Remove.
24727 (sieve-manage-interactive-login): Use password. Re-add
24728 condition-case around loop.
24729
24730 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24731 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24732 Use the password package.
24733
24734 2003-02-19 Simon Josefsson <jas@extundo.com>
24735
24736 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24737 token.
24738
24739 2002-08-07 Simon Josefsson <jas@extundo.com>
24740
24741 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24742 (sieve-manage-authenticators):
24743 (sieve-manage-authenticator-alist): Add some SASL mechs.
24744 (sieve-sasl-auth): New function.
24745 (sieve-manage-cram-md5-auth):
24746 (sieve-manage-plain-auth): Rewrite using SASL library.
24747 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24748 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24749 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24750 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24751
24752 2004-01-05 Simon Josefsson <jas@extundo.com>
24753
24754 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24755 New files.
24756
24757 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24758
24759 * gnus-group.el (gnus-no-groups-message): Update.
24760
24761 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24762
24763 2003-11-09 Simon Josefsson <jas@extundo.com>
24764
24765 * imap.el: Support for ID IMAP extension (RFC 2971).
24766 (imap-local-variables): Add imap-id.
24767 (imap-id): New variable.
24768 (imap-id): New function.
24769 (imap-parse-response): Parse untagged ID response.
24770 * nnimap.el (nnimap-id): New variable.
24771 (nnimap-open-connection): Use it.
24772
24773 2003-12-28 Simon Josefsson <jas@extundo.com>
24774
24775 * gnus-score.el (gnus-score-edit-all-score): New.
24776 * gnus-group.el (gnus-group-score-map): Bind it to W e.
24777
24778 2004-01-04 Simon Josefsson <jas@extundo.com>
24779
24780 * password.el: Add.
24781
24782 2004-01-04 Mario Lang <lang@zid.tugraz.at>
24783
24784 * dns.el (dns-query-types): Fix typo.
24785 (dns-query-types): New function.
24786 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
24787 PTR and SOA replies, see RFC 1035.
24788
24789 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24790
24791 * gnus.el (gnus-logo-color-style): Change colors to `no'.
24792
24793 * Move to Changelog.2.
24794
24795 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24796
24797 * gnus.el (gnus-version-number): Bump version.
24798
24799 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
24800
24801 * gnus.el: No Gnus v0.1 is released.
24802
24803 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
24804
24805 * gnus.el: No Gnus v0.0 is released.
24806
24807 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24808
24809 * gnus.el (gnus-version-number): Bump.
24810 (gnus-version): No.
24811
24812 See ChangeLog.2 for earlier changes.
24813
24814 Copyright (C) 2004-2013 Free Software Foundation, Inc.
24815
24816 This file is part of GNU Emacs.
24817
24818 GNU Emacs is free software: you can redistribute it and/or modify
24819 it under the terms of the GNU General Public License as published by
24820 the Free Software Foundation, either version 3 of the License, or
24821 (at your option) any later version.
24822
24823 GNU Emacs is distributed in the hope that it will be useful,
24824 but WITHOUT ANY WARRANTY; without even the implied warranty of
24825 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24826 GNU General Public License for more details.
24827
24828 You should have received a copy of the GNU General Public License
24829 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24830
24831 ;; Local Variables:
24832 ;; coding: utf-8
24833 ;; fill-column: 79
24834 ;; add-log-time-zone-rule: t
24835 ;; End: