]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Spelling fixes.
[gnu-emacs] / lisp / gnus / ChangeLog
1 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
4 gnus-button-push revised at 2011-01-19.
5
6 2013-06-19 Glenn Morris <rgm@gnu.org>
7
8 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
9
10 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
11
12 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
13
14 2013-06-18 Glenn Morris <rgm@gnu.org>
15
16 * eww.el, shr.el, shr-color.el: Move to ../net.
17
18 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19
20 * shr.el (shr-tag-table): Insert the images after the table, so that
21 they're not covered by the table colourisation, which often looked
22 awkward.
23 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
24 <dd>.
25
26 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
27
28 * eww.el (eww-detect-charset): Improve regexp; move backward.
29
30 2013-06-18 Glenn Morris <rgm@gnu.org>
31
32 * mm-decode.el (widget-convert-button): Autoload.
33
34 * sieve-manage.el (mm-enable-multibyte): Autoload.
35
36 * shr.el (libxml-parse-html-region): Declare.
37 (shr-render-buffer): Explicit error if no libxml2 support.
38
39 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
40
41 * auth-source.el (auth-source-current-line): New function.
42 (auth-source-netrc-parse-entries): When a data token is "machine",
43 assume we're in the wrong place and abort parsing the current line.
44
45 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
46
47 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
48 (eww-convert-widgets): Don't bug out if the first widget starts at the
49 beginning of the buffer.
50 (eww-convert-widgets): Fix last patch.
51 (eww-tag-input): Support <input type=image>.
52
53 * shr.el (shr-insert-table): Respect border-collapse: collapse.
54 (shr-tag-base): Protect against base specs that are degenerate.
55 (shr-ensure-paragraph): Don't delete empty lines that have text
56 properties, because these may be input fields.
57
58 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
59 we can navigate to them.
60
61 * shr.el (shr-colorize-region): Put the colours over the entire region.
62 (shr-inhibit-decoration): New variable.
63 (shr-add-font): Use it to inhibit text property decorations while doing
64 preliminary table renderings. This speeds up typical Wikipedia page
65 renderings by 15%.
66 (shr-tag-span): Don't respect the <title>, because that overwrites the
67 help-echo from links inside the spans.
68 (shr-next-link): Use `help-echo' for navigation, so that we can
69 navigate to form elements, too.
70
71 * eww.el (eww-button): New face.
72 (eww-convert-widgets): Use it to make submit buttons more button-like.
73
74 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
75 that Gnus commands work.
76
77 * shr.el (shr-render-td): Support horizontal alignment.
78
79 * eww.el (eww-put-color): Removed.
80 (eww-colorize-region): Use `add-face-text-property'.
81
82 * shr.el (shr-add-font): Append face data, so that we get the correct
83 precedence: The innermost value (which is applied first) wins.
84 (shr-make-overlay): Obsolete function.
85
86 * mm-decode.el (mm-convert-shr-links): New function to convert
87 new-style shr URL links into widgets.
88 (mm-shr): Use it.
89
90 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
91 widget commands, since we're no longer using widgets for links.
92
93 * shr.el (shr-next-link): New command.
94 (shr-previous-link): New command.
95 (shr-urlify): Don't use `widget-convert', because that's slow.
96 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
97 because collecting the overlays and reapplying them when generating
98 tables is slow.
99 (shr-insert-table): Ditto.
100
101 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
102
103 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
104 * shr.el (browse-url): Require `url'.
105 * eww.el (url): Require format-spec.
106
107 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
108
109 * eww.el (eww-display-html): Default to using the entire window width.
110 (eww-browse-url): Don't add a User-Agent header (twice), because that
111 makes Bing refuse connection.
112
113 * shr.el (shr-make-table): Cache the table rendering at the table
114 level, and not the <td> level. This is a bit faster.
115
116 * eww.el (eww-render): Go to the correct ID when given URLs ending with
117 #id.
118
119 * shr.el (shr-tag-li): Don't require a new paragraph, since other
120 browsers don't.
121 (shr-expand-url): Respect #anchor links.
122 (shr-parse-base): Chop off the anchor before using.
123 (shr-descend): Respect display: none.
124 (shr-descend): Allow marking elements that have certain IDs.
125
126 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
127
128 * shr.el (shr-expand-url): Don't bug out on zero-length links.
129
130 * eww.el (eww-tag-textarea): Support <textarea>.
131
132 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
133
134 * shr.el (shr-dom-to-xml): Fixed function call.
135
136 * eww.el (eww): New group.
137 (eww-header-line-format): New custom variable.
138 (eww-current-title): New variable.
139 (eww-display-html): Update header and handle title tag.
140 (eww-update-header-line-format): New function.
141 (eww-tag-title): New function.
142
143 * shr.el (shr-dom-to-xml): New function.
144 (shr-tag-svg): Add support for the SVG tag.
145 (shr-bullet): New custom variable.
146 (shr-tag-li): Support custom bullet in unordered lists.
147
148 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
149
150 * shr.el (shr-expand-url): Respect // URLs.
151
152 * eww.el (eww-tag-body): Override the shr body rendering so that we can
153 put a background colour onto the entire buffer.
154 (eww-render): When being redirected, use the redirect URL as the new
155 base URL.
156
157 * shr.el (shr-parse-base): Fix parsing error.
158
159 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
160
161 * shr.el (shr-parse-base): New function.
162 (shr-expand-url): Use it to expand relative URLs reliably.
163
164 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
165
166 * auth-source.el (auth-source-search-collection): Fix docstring.
167 (auth-source-netrc-parse): Refactor and improve netrc parser to support
168 single-quoted strings and multiline entries.
169 (auth-source-netrc-parse-next-interesting)
170 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
171 functions to support parser.
172
173 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
174
175 * eww.el (eww-submit): Get submit button logic right when hitting RET
176 on non-submit buttons.
177
178 * shr.el: Remove shr-preliminary-table-render, since that can't really
179 be used for anything in practice.
180
181 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
182
183 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
184 (sieve-manage-quit).
185
186 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
187
188 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
189 control the maximum size of photo ID image.
190 (mml2015-epg-key-image-to-string): Respect it.
191
192 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
193
194 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
195 instead of the final one so that we can more easily distinguish them.
196
197 * eww.el (eww-submit): Compute the submission URL correctly.
198
199 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
202 Use plist-get rather than CL's getf.
203 (sieve-manage-parse-capability): Avoid CL's remove-if.
204
205 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
206
207 * shr.el (shr-expand-url): Expansion should chop off the bits after the
208 last slash.
209
210 * eww.el (eww-tag-select): Use the first value as the default value.
211
212 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
213
214 * eww.el (eww): Prepend urls with http:// if scheme is missing.
215 (eww-mode): Use `define-derived-mode'.
216 (eww-parse-headers): Parse headers from beginning of buffer so that
217 file:// links work.
218
219 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
220
221 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
222
223 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
224
225 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
226 to handle them at all.
227
228 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
229
230 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
231 work, too.
232 (eww-tag-select): Implement <select>.
233
234 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
235
236 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
237 stream managing functions by using open-protocol-stream to do most of
238 the work. Has the nice benefit of enabling STARTTLS.
239 Wait for capabilities after STARTTLS: following RFC5804, the server
240 sends new capabilities after successfully establishing a TLS connection
241 with the client. The client should update the cached list of
242 capabilities, but we just ignore the answer for now.
243 (sieve-manage-network-p, sieve-manage-network-open)
244 (sieve-manage-starttls-p, sieve-manage-starttls-open)
245 (sieve-manage-forward, sieve-manage-streams)
246 (sieve-manage-stream-alist): Remove unneeded functions neither in the
247 API, nor called by any other function.
248 Enable Multibyte for SieveManage buffers: The parser won't properly
249 handle umlauts and line endings unless multibyte is turned on in the
250 process buffer.
251
252 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
253
254 * eww.el (eww-tag-input): Support password fields.
255 (eww-submit): Support POST.
256
257 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
258
259 * eww.el (eww-tag-form): Protect against degenerate forms.
260
261 * shr.el (shr-expand-url): Expand URLs that start with a slash
262 correctly.
263
264 * eww.el (eww-submit): Get submit button logic right.
265
266 * shr.el (shr-final-table-render): New variable to signal when we're
267 doing the final table rendering so that we can collect more data at
268 that point.
269
270 * eww.el (eww-submit): Make form submission work.
271 (eww-tag-input): Implement submit buttons.
272 (eww-click-radio): Implement radio and checkboxes.
273 (eww-submit): Handle hidden elements.
274
275 * shr.el (shr-descend): Allow other packages to override (or provide)
276 rendering of elements.
277 (shr-expand-url): Strip query strings from URLs before expanding them.
278
279 * eww.el: Don't require cl-lib.
280 (eww-tag-form): Start form support.
281
282 * eww.el: Start writing a new, tiny web browser.
283 (eww-previous-url): New command.
284 (eww-quit): New command.
285
286 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
287
288 * sieve.el: Put point at beginning of buffer when viewing a script.
289 (sieve-open-server): Respect the PORT parameter. Show the correct port
290 number in sieve-buffer's header. Fixed code to also work with a string
291 as port specifier. Properly close the connection on pressing 'q'. Make
292 sieve-manage-quit close the connection and process buffer. Also, remove
293 duplicate keybinding for 'q'.
294
295 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
296
297 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
298 make it easier to read.
299 (mm-pkcs7-enveloped-magic): Ditto.
300
301 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
302
303 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
304 before `image-type-available-p' to avoid loading the image libraries
305 needlessly.
306
307 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
308
309 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
310 assume Date header begins with "Date", that may be customized into
311 something like "X-Sent" using gnus-article-time-format.
312 (article-transform-date): Allow multi-line Date header.
313
314 2013-06-02 David Engster <deng@randomsample.de>
315
316 * registry.el (initialize-instance, registry-lookup)
317 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
318 (registry-lookup-secondary-value, registry-search, registry-delete)
319 (registry-insert, registry-reindex, registry-size, registry-prune): Do
320 not wrap methods in `eval-and-compile'. This breaks due to latest
321 changes in EIEIO (introduction of eieio-core.el).
322
323 2013-05-30 Glenn Morris <rgm@gnu.org>
324
325 * nnmail.el (nnmail-fancy-expiry-target):
326 Also bind mail-dont-reply-to-names.
327
328 * spam-stat.el (spam-stat-save):
329 No need to tweak font-lock in temp buffers.
330
331 * shr.el (shr-put-image): Silence compiler.
332
333 2013-05-29 Glenn Morris <rgm@gnu.org>
334
335 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
336
337 * gnus-group.el (gnus-sequence-of-unread-articles)
338 (gnus-summary-add-mark, gnus-mark-article-as-read)
339 (gnus-group-make-articles-read): Declare.
340
341 * gnus-sum.el (gnus-parameter-list-identifier)
342 (gnus-article-stop-animations, gnus-stop-downloads)
343 (gnus-article-only-boring-p, article-goto-body)
344 (gnus-flush-original-article-buffer, article-narrow-to-head)
345 (gnus-article-hidden-text-p, gnus-delete-wash-type)
346 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
347
348 * gnus.el: No need to eval-and-compile autoloads.
349
350 * gravatar.el (help-function-arglist): Autoload.
351
352 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
353
354 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
355
356 * spam.el: No need to load spam-report when compiling.
357 No need to eval-and-compile autoloads.
358 (spam-report-resend-to): Declare.
359 (spam-report-resend-register-routine): Require 'spam-report.
360
361 2013-05-24 Julien Danjou <julien@danjou.info>
362
363 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
364 setup.
365
366 2013-05-23 Glenn Morris <rgm@gnu.org>
367
368 * gnus-util.el (rmail-swap-buffers-maybe)
369 (rmail-maybe-set-message-counters, rmail-count-new-messages)
370 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
371 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
372
373 * mm-decode.el: No need to load term when compiling.
374 (term-mode, term-char-mode): Declare.
375
376 * mm-util.el: No need to load jka-compr when compiling.
377 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
378
379 * nnmaildir.el: Require is automatically eval-and-compile.
380 (nnmail): Require at run-time too.
381
382 * registry.el (registry-size): Move definition before use.
383
384 2013-05-22 Daiki Ueno <ueno@gnu.org>
385
386 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
387 signed data to conform the standard. (Bug#14232)
388
389 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
390
391 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
392 double angle quotation mark.
393
394 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
395
396 * message.el (message-insert-formatted-citation-line): Handle finding
397 first/lastname when more than 2 names appear.
398
399 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
400
401 * shr.el (shr-tag-span): New function.
402
403 2013-05-18 Glenn Morris <rgm@gnu.org>
404
405 * message.el (message-mode): Use message-mode-abbrev-table,
406 with text-mode-abbrev-table as parent. (Bug#14413)
407
408 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
409
410 * message.el (message-expand-group): Decode group names.
411
412 2013-05-16 Julien Danjou <julien@danjou.info>
413
414 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
415 app-icon.
416
417 2013-05-15 Glenn Morris <rgm@gnu.org>
418
419 * shr-color.el (shr-color-visible-luminance-min)
420 (shr-color-visible-distance-min): Use shr-color group.
421
422 2013-05-11 Glenn Morris <rgm@gnu.org>
423
424 * gnus-vm.el: Make it loadable without VM.
425 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
426 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
427
428 2013-05-09 Glenn Morris <rgm@gnu.org>
429
430 * mml1991.el: Make it loadable. (Bug#13456)
431
432 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
433 * gnus-async.el (gnus-async-post-fetch-function):
434 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
435 * gnus-html.el (gnus-html-image-cache-ttl):
436 * gnus-notifications.el (gnus-notifications-timeout):
437 * gnus-picon.el (gnus-picon-properties):
438 * gnus-util.el (gnus-completion-styles):
439 * gnus.el (gnus-other-frame-resume-function):
440 * message.el (message-user-organization-file)
441 (message-cite-reply-position):
442 * nnir.el (nnir-summary-line-format)
443 (nnir-retrieve-headers-override-function):
444 * shr-color.el (shr-color-visible-luminance-min):
445 * shr.el (shr-blocked-images):
446 * spam-report.el (spam-report-resend-to):
447 * spam.el (spam-summary-exit-behavior): Fix custom types.
448
449 * gnus-salt.el (gnus-selected-tree-face): Fix default.
450
451 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
452
453 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
454 because of let-binding help-xref-following. (Bug#14356)
455
456 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
457
458 * message.el (message-bury, message-send-and-exit):
459 Revert 2013-05-04 change.
460
461 2013-05-06 Glenn Morris <rgm@gnu.org>
462
463 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
464
465 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
466
467 * message.el (message-bury): Make `buffer' optional.
468 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
469 (bug#14085).
470
471 2013-05-04 Andrew Cohen <cohen@bu.edu>
472
473 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
474 entering into the registry.
475
476 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
477
478 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
479 (Bug#14304)
480
481 2013-04-27 Glenn Morris <rgm@gnu.org>
482
483 * gnus.el (gnus-list-debbugs):
484 Use require rather than autoload. (Bug#14262)
485
486 2013-04-27 Julien Danjou <julien@danjou.info>
487
488 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
489 port to "sieve" now that it has an official IANA port assigned.
490
491 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
492
493 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
494 Don't set the MAILHOST environment variable permanently (Bug#14271).
495
496 2013-04-26 Glenn Morris <rgm@gnu.org>
497
498 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
499
500 2013-04-25 Andrew Cohen <cohen@bu.edu>
501
502 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
503 string values of 'gcc-self. Thanks to Saroj Thirumalai.
504
505 2013-04-24 Andrew Cohen <cohen@bu.edu>
506
507 * nnir.el (nnir-close-group): Make sure we are in the right group.
508
509 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
510 dependency table from all newly retrieved headers.
511
512 2013-04-16 David Edmondson <dme@dme.org>
513
514 Support <img src="data:...">.
515
516 * shr.el (shr-image-from-data): New function.
517 (shr-tag-img): Use it.
518
519 2013-04-14 Andrew Cohen <cohen@bu.edu>
520
521 * nnir.el (nnir-request-set-mark): Make sure we are in the right
522 group.
523
524 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
525
526 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
527 corresponding to any existing group (Bug#14166).
528
529 2013-04-10 Andrew Cohen <cohen@bu.edu>
530
531 * nnir.el (number-sequence): No longer used.
532 (nnir-request-set-mark): New function.
533 (nnir-request-update-info): Improve marks updating.
534 (nnir-request-scan): Don't duplicate marks updating.
535 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
536 Use 'assq rather than 'assoc. Quote anonymous function.
537 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
538 Use 'gnus-group-prefixed-p.
539 (gnus-summary-create-nnir-group): Make sure server for method is open.
540
541 2013-04-04 Andrew Cohen <cohen@bu.edu>
542
543 * nnir.el (gnus-nnir-group-p): New function.
544 (nnir-possibly-change-group): Use it.
545
546 * gnus-msg.el (gnus-setup-message): Use it.
547
548 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
549
550 * mml.el (mml-minibuffer-read-description): Use `default' insted of
551 `initial-input' for the argument name.
552 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
553
554 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
555
556 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
557 (used by MH-E).
558
559 2013-04-01 Andrew Cohen <cohen@bu.edu>
560
561 * nnir.el (nnir-request-update-mark): Improve mark updating in original
562 group.
563
564 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
565 fix compilation.
566
567 2013-03-31 Andrew Cohen <cohen@bu.edu>
568
569 * nnir.el (nnir-method-default-engines): And another typo.
570
571 2013-03-30 Andrew Cohen <cohen@bu.edu>
572
573 * nnir.el (nnir-method-default-engines): Fix typo.
574
575 2013-03-29 Andrew Cohen <cohen@bu.edu>
576
577 * nnir.el: Define 'number-sequence for xemacs.
578 (gnus-summary-create-nnir-group): New function to create an nnir group
579 from an nnir summary buffer based on the current query.
580 (nnir-request-create-group): Update to allow nnir group creation based
581 on the current query.
582
583 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
584
585 * nndraft.el (nndraft-request-expire-articles):
586 Make expiry target always `delete'.
587
588 2013-03-27 Andrew Cohen <cohen@bu.edu>
589
590 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
591 buffer use the posting-style and gcc of the original article group.
592 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
593
594 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
595 after other deffoos.
596
597 2013-03-26 Andrew Cohen <cohen@bu.edu>
598
599 * nnir.el: Major rewrite. Cleaner separation between searches and group
600 management. Marks are now shown in nnir summary buffers. Rudimentary
601 support for real (i.e. not ephemeral) nnir groups.
602 (gnus-summary-make-nnir-group): New function for initiating searches
603 from a summary buffer.
604
605 2013-03-18 Sam Steingold <sds@gnu.org>
606
607 * message.el (message-bury): Minor cleanup.
608
609 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
610
611 * nndir.el (nndir-request-list): Remove 2nd argument passed to
612 nnml-request-list. (Bug#13873)
613 (nndir-request-newsgroups): Remove, unused.
614
615 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
616
617 2013-03-03 Ted Phelps <phelps@gnusto.com>
618
619 * shr.el: Make all the overlays set the `evaporate' property so that
620 they're removed properly.
621
622 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
623
624 * mml2015-el (mml2015-epg-key-image): Wrap epg-gpg-program in
625 shell-quote-argument.
626
627 2013-02-22 David Engster <deng@randomsample.de>
628
629 * gnus-registry.el (gnus-registry-save): Provide class name when
630 calling `eieio-persistent-read' to avoid "unsafe call" warning. Use
631 `condition-case' to stay compatible with older EIEIO versions which
632 only accept one argument.
633
634 2013-02-17 Daiki Ueno <ueno@gnu.org>
635
636 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
637 (epg-user-id-validity): Autoload.
638 (mml2015-epg-check-user-id): New function.
639 (mml2015-epg-check-sub-key): New function split from
640 mml2015-epg-find-usable-key.
641 (mml2015-epg-find-usable-key): Accept context, name, usage, and
642 optional name-is-key-id, to handle the case when user-id is unusable.
643 Reported by Łukasz Stelmach <stlman@poczta.fm>.
644
645 2013-02-17 Glenn Morris <rgm@gnu.org>
646
647 * shr.el (shr-put-image): Use image-multi-frame-p if available.
648
649 2013-02-16 Glenn Morris <rgm@gnu.org>
650
651 * shr.el (shr-put-image): Only animate images that specify a delay.
652 This is consistent with the old image-animated-p behavior.
653
654 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
655
656 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
657 for XEmacs.
658
659 2013-02-13 Juri Linkov <juri@jurta.org>
660
661 * gnus-art.el (gnus-article-mode-map):
662 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
663 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
664
665 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
666
667 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
668 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
669
670 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
671
672 * auth-source.el (auth-source-format-prompt): Don't get confused by
673 any "\" in replacement text. (Bug#13637)
674
675 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
676
677 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
678 (gnus-backend-trace): Honor gnus-backend-trace.
679
680 * mml.el (mml-insert-part): Insert closing tag.
681
682 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
683
684 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
685
686 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
687 able to find the article, which can happen in debbugs groups,
688 apparently.
689
690 2013-01-16 Glenn Morris <rgm@gnu.org>
691
692 * smiley.el (smiley-style): Make the file loadable in batch mode.
693
694 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
695
696 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
697 imap process running.
698
699 2013-01-14 Julien Danjou <julien@danjou.info>
700
701 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
702 Compare addresses against addresses, not against the full From field.
703
704 2013-01-13 Richard Stallman <rms@gnu.org>
705
706 * message.el (message-forward-make-body-mime): New args BEG, END
707 specify what part of FORWARD-BUFFER to use. Do the work directly
708 instead of calling `mml-insert-buffer'.
709
710 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
711
712 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
713 cross-reference(s).
714
715 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
716 cross-reference(s).
717
718 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
719
720 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
721 and point-max-marker.
722 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
723
724 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
725
726 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
727 to mml2015-encrypt-to-self.
728 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
729
730 2013-01-09 Daiki Ueno <ueno@gnu.org>
731
732 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
733 mml-smime-epg-find-usable-secret-key.
734
735 2013-01-08 Glenn Morris <rgm@gnu.org>
736
737 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
738
739 2013-01-07 Daiki Ueno <ueno@gnu.org>
740
741 * mml-smime.el: Support signing by sender.
742 Requested by Uwe Brauer.
743 (mml-smime-sign-with-sender): New user option analogous
744 to mml2015-sign-with-sender.
745 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
746 (mml-smime-epg-find-usable-secret-key): New helper function copied from
747 mml2015.el.
748
749 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
750
751 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
752 isn't running, because Gnus will probably not know how to handle the
753 Gcc header (bug#11941).
754
755 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
756 articles.
757
758 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
759
760 * nnfolder.el (nnfolder-recursive-directory-files): New function.
761 (nnfolder-generate-active-file): Make this function work with recursive
762 folder names.
763
764 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
765
766 * nntp.el (nntp-open-connection): Use HELP as the capability command
767 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
768 unknown commands. And CAPABILITY is an unknown command (bug#12763).
769
770 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
771
772 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
773 place holder since this gives `Invalid face reference: nil' messages.
774 Use the `default' face instead. It has the same effect here, even
775 though it is not no-op.
776
777 * gnus-util.el
778 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
779
780 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
781
782 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
783 non-string posting styles (bug#13285).
784
785 2012-12-27 Glenn Morris <rgm@gnu.org>
786
787 * plstore.el (plstore-passphrase-callback-function):
788 Use plstore-get-file.
789
790 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
791
792 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
793 stderr.
794
795 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
796 group is nil.
797
798 * shr.el (shr-tag-em): Render as italic, not bold.
799
800 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
801
802 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
803
804 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
805
806 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
807 temporary file to get PGP key image. Pass no-show-photos when
808 extracting image to avoid having it pop up twice.
809
810 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
811
812 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
813 eligible for treatment.
814
815 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
816 lines. This makes summary commands with hidden threads work more
817 reliably.
818
819 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
820 button to mark the hidden citations (bug#9395).
821
822 2012-12-26 Daiki Ueno <ueno@gnu.org>
823
824 * mml2015.el (mml2015-epg-signature-to-string): New function.
825 (mml2015-epg-verify-result-to-string): New function.
826 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
827 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
828 instead of epg-verify-result-to-string.
829 (epg-signature-key-id, epg-signature-to-string): Autoload.
830 (epg-verify-result-to-string): Remove autoload.
831
832 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
833
834 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
835 ID image from GPG public key.
836 (mml2015-epg-key-image-to-string): New function.
837
838 2012-12-25 Leo Liu <sdl.web@gmail.com>
839
840 * plstore.el (plstore-passphrase-callback-function): Fix error when
841 error when plstore-cache-passphrase-for-symmetric-encryption is set
842 (bug#13264).
843
844 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
845
846 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
847 buffer to the article buffer here, because that clobbers multiple
848 article buffers.
849
850 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
851 buffer always points to the right summary buffer.
852
853 2012-12-25 John Wiegley <jwiegley@gmail.com>
854
855 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
856 the password (bug#12097).
857
858 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
859
860 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
861 (bug#13263).
862
863 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
864 buffer exists before using it (bug#12475).
865
866 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
867 offline groups (bug#11937).
868
869 * message.el (message-yank-original): When using customize to set the
870 value of `message-cite-style', the variable it set to a symbol that's
871 the name of the variable, which must then be dereferenced (bug#12616).
872
873 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
874
875 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
876 the `face' property with a list whose car is the face specified in the
877 format string and whose cdr is (nil).
878 * lisp/gnus-util.el
879 (gnus-put-text-property-excluding-characters-with-faces):
880 Change accordingly.
881 (gnus-get-text-property-excluding-characters-with-faces): New function.
882 * lisp/gnus-sum.el (gnus-summary-highlight-line):
883 * lisp/gnus-salt.el (gnus-tree-highlight-node):
884 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
885
886 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
887
888 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
889 login methods.
890 (nnimap-login): Respect the `nnimap-authenticator' variable.
891
892 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
893 mark state when moving articles. Otherwise unticked articles will get
894 their ticks back after moving.
895
896 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
897
898 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
899
900 * message.el (message-ignored-news-headers): Always remove
901 X-Message-SMTP-Method to avoid information leakage if the user
902 mistakenly inserts the header into news messages.
903
904 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
905
906 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
907 right than four characters, this command would move point to
908 `point-max'. Don't do that.
909
910 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
911 to nil to allow re-selecting groups that gain articles.
912 (gnus-bug-group-download-format-alist): Update the URL.
913
914 2012-12-23 Andreas Schwab <schwab@suse.de>
915
916 * shr.el (shr-tag-em): Render em as italic, not bold.
917
918 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
919
920 * gnus-int.el (gnus-backend-trace): Factor out into its own function
921 for reuse.
922 (gnus-open-server): Use it to add more tracing.
923 (gnus-finish-retrieve-group-infos): Add backend tracing.
924 (gnus-backend-trace): Also note the elapsed seconds.
925
926 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
927
928 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
929 Set epa-file-encrypt-to from variable to avoid querying.
930
931 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
932
933 * sieve-mode.el (sieve-font-lock-keywords):
934 Keywords should be word delimited. (Bug#13173)
935
936 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
937
938 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
939 instead of <pre> to align message header.
940
941 2012-12-12 Sam Steingold <sds@gnu.org>
942
943 * gnus.el (gnus-other-frame-resume-function): Add user option.
944 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
945
946 2012-12-06 Sam Steingold <sds@gnu.org>
947
948 * gnus-start.el (gnus-before-resume-hook): Add.
949 (gnus-1): Run it when Gnus is alive.
950
951 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
952
953 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
954 * gnus-art.el (article-unsplit-urls)
955 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
956 * gnus-registry.el (gnus-registry-get-article-marks)
957 * message.el (message-goto-body): Use it.
958 (message-called-interactively-p): Remove.
959
960 * spam-stat.el (spam-stat-called-interactively-p): New macro.
961 (spam-stat-score-buffer): Use it.
962
963 * spam.el: Silence the warnings against BBDB functions when compiling.
964
965 * gnus-score.el (gnus-score-decode-text-parts):
966 Use append+mapcar instead of the cl function mapcan.
967
968 * gmm-utils.el (gmm-flet): Remove.
969
970 * gnus-sync.el (gnus-sync-lesync-call):
971 Avoid overriding json-alist-p.
972
973 * message.el (message-read-from-minibuffer):
974 Avoid overriding mail-abbrev-in-expansion-header-p.
975
976 2012-12-05 Sam Steingold <sds@gnu.org>
977
978 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
979 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
980 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
981
982 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
983
984 * gmm-utils.el (gmm-called-interactively-p): Revert.
985 This seems to cause Emacs to get stuck!
986 * gnus-art.el (article-unsplit-urls)
987 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
988 * gnus-registry.el (gnus-registry-get-article-marks)
989 * message.el (message-goto-body)
990 (message-called-interactively-p): Revert.
991
992 * gmm-utils.el (gmm-called-interactively-p): New function.
993 * gnus-art.el (article-unsplit-urls)
994 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
995 * gnus-registry.el (gnus-registry-get-article-marks)
996 * message.el (message-goto-body): Use it.
997 (message-called-interactively-p): Remove.
998
999 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1000 * gnus-sync.el (gnus-sync-lesync-call)
1001 * message.el (message-read-from-minibuffer): Use it.
1002
1003 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1004
1005 * gmm-utils.el (gmm-flet): Remove.
1006 * gnus-sync.el (gnus-sync-lesync-call)
1007 * message.el (message-read-from-minibuffer): Don't use it.
1008
1009 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1010
1011 * gmm-utils.el (gmm-labels): Use cl-labels if available.
1012
1013 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1014
1015 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1016
1017 * gnus-sync.el (gnus-sync-lesync-call)
1018 * message.el (message-read-from-minibuffer): Use gmm-flet.
1019
1020 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1021
1022 * gnus-util.el (gnus-macroexpand-all): Remove.
1023
1024 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
1025
1026 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1027 to TAB, not [tab].
1028 (gnus-summary-article-map): Likewise.
1029
1030 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1031 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1032
1033 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1034
1035 * message.el (message-get-reply-headers):
1036 Make sure the reply goes to the author if it is a wide reply.
1037
1038 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
1039
1040 * gnus-score.el (gnus-score-body):
1041 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1042 scoring by body.
1043
1044 2012-11-16 Glenn Morris <rgm@gnu.org>
1045
1046 * gnus-diary.el (nndiary-request-create-group-functions)
1047 (nndiary-request-update-info-functions)
1048 (gnus-subscribe-newsgroup-functions)
1049 (nndiary-request-accept-article-functions):
1050 Use new names for hooks rather than obsolete aliases.
1051
1052 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
1053
1054 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1055 in meta tag with the one the part specifies in its header.
1056
1057 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1058
1059 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1060 by default.
1061
1062 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1063
1064 New UIDL implementation.
1065
1066 * mail-source.el (mail-sources, mail-source-keyword-map):
1067 Add :leave as a pop3 keyword.
1068 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1069
1070 * pop3.el (pop3-leave-mail-on-server): Allow number.
1071 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1072 (pop3-movemail): Add UIDL support.
1073 (pop3-send-streaming-command): Take a list of mail numbers instead of
1074 the number of mails.
1075 (pop3-write-to-file): Add X-UIDL header.
1076 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1077 (pop3-uidl-add-xheader): New functions.
1078
1079 * message.el (message-ignored-resent-headers):
1080 Add X-Content-Length and X-UIDL headers.
1081
1082 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1083
1084 * nndiary.el (nndiary-request-create-group-functions)
1085 (nndiary-request-update-info-functions)
1086 (nndiary-request-accept-article-functions):
1087 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1088 "-hooks" suffix.
1089
1090 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1091
1092 * starttls.el (starttls-extra-arguments): Doc fix.
1093
1094 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1095
1096 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1097 it.
1098
1099 2012-10-06 Glenn Morris <rgm@gnu.org>
1100
1101 * gnus-notifications.el (gnus-notifications):
1102 Add missing group :version tag.
1103 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1104 (gnus-gcc-post-body-encode-hook):
1105 * gnus-sync.el (gnus-sync-lesync-name)
1106 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1107
1108 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
1109
1110 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1111 a user about whether to delete temp files if once a user answered as n.
1112
1113 2012-09-17 Richard Stallman <rms@gnu.org>
1114
1115 * message.el (message-in-body-p): Don't set mark or modify buffer.
1116
1117 * mml.el (mml-attach-file): Doc fix.
1118 (mml-attach-external, mml-attach-buffer, mml-attach-file):
1119 Set mail-encode-mml when in Mail mode.
1120 Simplify code to set HEAD and move back to HEAD.
1121 (mml-insert-multipart, mml-insert-part):
1122 Set mail-encode-mml when in Mail mode.
1123
1124 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1125
1126 * gnus-util.el (gnus-timer--function): New function.
1127
1128 * gnus-art.el (gnus-article-stop-animations): Use it.
1129
1130 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1131
1132 Fix glitches caused by addition of psec to timers.
1133 * gnus-art.el (gnus-article-stop-animations): Use timer--function
1134 rather than raw access to timer vector.
1135
1136 2012-09-11 Julien Danjou <julien@danjou.info>
1137
1138 * gnus-notifications.el (gnus-notifications): Check for nil values in
1139 ignored addresses check.
1140
1141 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1142
1143 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1144
1145 2012-09-07 Chong Yidong <cyd@gnu.org>
1146
1147 * gnus-util.el
1148 (gnus-put-text-property-excluding-characters-with-faces): Restore.
1149
1150 * gnus-salt.el (gnus-tree-highlight-node):
1151 * gnus-sum.el (gnus-summary-highlight-line):
1152 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1153
1154 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
1155
1156 * gnus-util.el: Fix compilation error on XEmacs 21.4.
1157
1158 2012-09-06 Juri Linkov <juri@jurta.org>
1159
1160 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1161 scheme for buffer names to be more consistent with other group and
1162 article buffer names in Gnus.
1163
1164 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
1165
1166 * gnus-util.el
1167 (gnus-put-text-property-excluding-characters-with-faces): Remove.
1168
1169 * gnus-compat.el: Define compat function `add-face' from Wolfgang
1170 Jenkner.
1171
1172 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1173
1174 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1175
1176 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1177
1178 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
1179
1180 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1181 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1182
1183 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1184 string-prefix-p in Emacs >=23.2.
1185
1186 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1187 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1188 instead of string-match-p.
1189 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1190
1191 2012-09-06 Kenichi Handa <handa@gnu.org>
1192
1193 * qp.el (quoted-printable-decode-region): Fix previous change; handle
1194 lowercase a..f.
1195
1196 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
1197
1198 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1199
1200 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
1201
1202 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
1203 TIME is set.
1204
1205 2012-09-05 Juri Linkov <juri@jurta.org>
1206
1207 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1208 than one group at a time (bug#11961).
1209
1210 2012-09-05 Julien Danjou <julien@danjou.info>
1211
1212 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1213 this hide the real reason with a message giving absolutely no hint.
1214
1215 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
1216
1217 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1218 to the backend (bug#11804).
1219
1220 * message.el (message-insert-newsgroups): Don't insert newsgroup
1221 duplicates (bug#12275).
1222
1223 2012-09-05 John Wiegley <johnw@newartisans.com>
1224
1225 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1226 sieve rules.
1227
1228 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
1229
1230 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1231 function.
1232
1233 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1234
1235 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1236
1237 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
1238
1239 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1240 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1241 This should make nnmaildir more usable with offlineimap.
1242
1243 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
1244
1245 * gnus-notifications.el (gnus-notifications-notify): Use it.
1246
1247 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1248 warnings on XEmacs.
1249
1250 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1251
1252 Better seeds for (random).
1253 * gnus-sync.el (gnus-sync-lesync-setup):
1254 * message.el (message-canlock-generate, message-unique-id):
1255 Change (random t) to (random), now that the latter is more random.
1256
1257 2012-08-31 Dave Abrahams <dave@boostpro.com>
1258
1259 * auth-source.el (auth-sources): Fix macos keychain access.
1260
1261 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1262 allow the backend `request-head' function to determine the group
1263 name on its own.
1264 (gnus-request-expire-articles): Filter out negative article numbers
1265 during expiry (Bug#11980).
1266
1267 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1268 O(N^2) to O(N). This makes warping into huge groups tolerable.
1269
1270 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1271 you've found the article when you haven't.
1272
1273 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1274
1275 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1276
1277 2012-08-30 Julien Danjou <julien@danjou.info>
1278
1279 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1280 `gnus-notifications-timeout'.
1281 (gnus-notifications-timeout): Add.
1282 (gnus-notifications-action): New function.
1283 (gnus-notifications-notify): Add :action using
1284 `gnus-notifications-action'.
1285 (gnus-notifications-id-to-msg): New variable.
1286 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1287 notifications id to messages.
1288
1289 2012-08-30 Kenichi Handa <handa@gnu.org>
1290
1291 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1292 once.
1293
1294 2012-08-29 Julien Danjou <julien@danjou.info>
1295
1296 * gnus-notifications.el: New file.
1297 (gnus-notifications-notify): New function.
1298 (gnus-notifications): Use `gnus-notifications-notify'.
1299
1300 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
1301
1302 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1303 transfer encoding first; bind gnus-newsgroup-charset to the charset
1304 that the article specifies (Bug#12209).
1305
1306 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
1307
1308 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1309 (gnus-group-customize-done): Encode values posting-style holds.
1310
1311 * gnus-msg.el (gnus-summary-resend-message)
1312 (gnus-configure-posting-styles): Decode values posting-style group
1313 parameter holds.
1314
1315 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
1316
1317 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1318 `name' and `address' in Resent-From header.
1319
1320 2012-08-14 Chong Yidong <cyd@gnu.org>
1321
1322 * gnus-art.el (article-display-face): Handle failure in
1323 gnus-create-image (Bug#11802).
1324
1325 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1326
1327 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1328 Use defsetf.
1329
1330 2012-08-10 Daiki Ueno <ueno@unixuser.org>
1331
1332 * auth-source.el (auth-source-plstore-search)
1333 (auth-source-secrets-search): Ignore :require and :type in search spec.
1334
1335 2012-08-06 Julien Danjou <julien@danjou.info>
1336
1337 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1338 Remove autoload, already handled by gnus.el.
1339
1340 2012-08-05 Julien Danjou <julien@danjou.info>
1341
1342 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1343 Add autoload.
1344
1345 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
1346
1347 * gnus.el (gnus-valid-select-methods): Fix custom type.
1348
1349 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
1350
1351 * auth-source.el (auth-sources, auth-source-backend-parse)
1352 (auth-source-macos-keychain-search)
1353 (auth-source-macos-keychain-search-items)
1354 (auth-source-macos-keychain-result-append)
1355 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1356 auth-source.el through the /usr/bin/security utility.
1357 (auth-sources): Fix syntax error.
1358 (auth-source-macos-keychain-result-append): Fix variable name.
1359 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1360
1361 2012-07-27 Julien Danjou <julien@danjou.info>
1362
1363 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1364 Emacs < 24.1
1365
1366 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
1367
1368 * message.el (message-kill-address): Don't kill last newline.
1369 (message-skip-to-next-address): Don't move to the next header.
1370 (message-fill-field-address): Work properly.
1371
1372 2012-07-25 Julien Danjou <julien@danjou.info>
1373
1374 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1375
1376 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
1377
1378 * nnimap.el (nnimap-get-responses): Don't remove, still used.
1379
1380 2012-07-24 Julien Danjou <julien@danjou.info>
1381
1382 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1383
1384 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1385 (nntp-async-timer-handler): Remove, unused.
1386
1387 * nnimap.el (nnimap-get-responses): Remove, unused.
1388
1389 * nnheader.el (mail-header-set-extra): Remove, unused.
1390
1391 * mm-view.el (mm-view-sound-file): Remove, unused.
1392
1393 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1394 (mm-url-encode-multipart-form-data): Remove, unused.
1395
1396 * message.el (message-remove-signature, message-make-host-name)
1397 (message-fill-address): Remove, unused.
1398
1399 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1400 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1401 unused.
1402
1403 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1404
1405 * gnus-util.el (gnus-extract-address-component-name)
1406 (gnus-extract-address-component-email, gnus-sortable-date)
1407 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1408 (gnus-process-live-p): Remove, unused.
1409
1410 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1411
1412 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1413 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1414 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1415 function.
1416
1417 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1418
1419 * gnus-score.el (gnus-summary-score-crossposting)
1420 (gnus-score-regexp-bad-p): Remove, unused.
1421
1422 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1423
1424 * gnus-range.el (gnus-sublist-p): Remove, unused.
1425
1426 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1427 unused.
1428
1429 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1430
1431 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1432 (gnus-request-associate-buffer): Remove, unused.
1433
1434 * gnus-group.el (gnus-group-set-method-info)
1435 (gnus-group-set-params-info): Remove, unused.
1436
1437 * gnus-fun.el (gnus-shell-command-to-string)
1438 (gnus-shell-command-on-region): Remove, unused.
1439
1440 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1441
1442 * gnus-art.el (gnus-article-text-type-exists-p)
1443 (article-translate-characters, gnus-article-hide-text-of-type)
1444 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1445 Remove, unused.
1446
1447 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1448
1449 * nnir.el ("nnir"): Revert last change, that's premature to merge from
1450 Gnus master.
1451
1452 2012-07-22 Andrew Cohen <cohen@bu.edu>
1453
1454 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1455
1456 2012-07-21 Julien Danjou <julien@danjou.info>
1457
1458 * message.el (message-dont-reply-to-names): Replace deprecated
1459 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1460 (message-get-reply-headers): Ditto.
1461
1462 2012-07-18 Julien Danjou <julien@danjou.info>
1463
1464 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1465 `sieve-upload-and-kill'.
1466
1467 * sieve.el (sieve-bury-buffer): Remove function.
1468 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1469 (sieve-upload-and-kill): New function, mapped to C-c C-c.
1470
1471 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
1472
1473 * shr.el (shr-expand-url): Handle URL starting with `//'.
1474
1475 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
1476 2012-07-13 Chong Yidong <cyd@gnu.org>
1477
1478 * smime.el (smime-certificate-info): Set buffer-read-only directly,
1479 instead of calling toggle-read-only with a (bogus) argument.
1480
1481 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
1482
1483 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1484 of initial input when reading the author to restrict the summary to.
1485
1486 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1487
1488 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
1489 buffer exists, which it doesn't if we haven't started Gnus.
1490
1491 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
1492
1493 * mm-decode.el (mm-shr):
1494 Allow overriding charset by mm-charset-override-alist.
1495
1496 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
1497
1498 * gnus-art.el (gnus-article-view-part):
1499 Toggle subparts of multipart/alternative part.
1500
1501 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1502
1503 * gnus-sync.el: Simply require json.
1504
1505 * registry.el: Simply require eieio and eieio-base.
1506
1507 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
1508
1509 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
1510
1511 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1512
1513 * shr.el (shr-render-buffer): New command.
1514 (shr-visit-file): Use it.
1515
1516 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
1517
1518 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1519 Set no-byte-compile and no-update-autoloads.
1520
1521 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1522
1523 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1524
1525 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1526
1527 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1528 being bound to a lambda form.
1529
1530 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1531
1532 * gnus-picon.el (gnus-picon-properties): New defcustom.
1533 (gnus-picon-create-glyph): Use it.
1534
1535 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1536
1537 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1538 locales.
1539
1540 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1541 on a handle.
1542
1543 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1544 address as the default.
1545
1546 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
1547 It makes no sense to query the user about internal files.
1548
1549 * gnus-spec.el: Remove all the byte-compilation stuff, since
1550 benchmarking shows that it doesn't help when entering large summary
1551 buffers.
1552
1553 * gnus-util.el (gnus-byte-code): Remove.
1554
1555 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1556 grouplens stuff.
1557
1558 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1559
1560 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1561 (bug#11514).
1562
1563 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1564
1565 * message.el (message-buffers): Return all buffers derived from Message
1566 to make `gnus-dired-attach' work with mu4e.
1567
1568 2012-06-26 Daiki Ueno <ueno@unixuser.org>
1569
1570 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1571 (mm-dissect-singlepart): Don't guess the MIME type of
1572 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1573 set.
1574 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1575 toplevel MIME type is multipart/encrypted.
1576
1577 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1578
1579 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
1580 In particular, add an optional argument and a docstring.
1581
1582 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1583
1584 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1585 current before calling `gnus-groups-to-gnus-format'.
1586 Note that this was already the case for `gnus-active-to-gnus-format'.
1587
1588 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1589
1590 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1591
1592 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1593
1594 * mm-decode.el (mm-dissect-buffer): Doc fix.
1595
1596 * gnus-sum.el (gnus-handle-ephemeral-exit):
1597 Avoid creating the group buffer if it doesn't exist.
1598
1599 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
1600 is given, mark the group as ephemeral with the current window conf.
1601
1602 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1603 buffer exists, which it doesn't if we haven't started Gnus.
1604 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1605
1606 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1607
1608 * mml.el (mml-generate-mime):
1609 Allow specifying what the top-level part type is.
1610
1611 * gnus-sum.el (gnus-auto-center-summary):
1612 `scroll-margin' isn't defined on XEmacs.
1613
1614 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1615
1616 * gnus-sum.el (gnus-auto-center-summary):
1617 Set default to respect `scroll-margin'.
1618
1619 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
1620
1621 * gnus-cite.el (gnus-dissect-cited-text): A single line without
1622 citation prefix within a block of cited text should be considered
1623 part of that block *only* if it is a blank line.
1624
1625 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1626
1627 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1628 before kinsoku-bol characters nor within kinsoku-eol characters.
1629
1630 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1631
1632 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1633 (gnus-topic-create-topic, gnus-topic-enter-dribble):
1634 Silence compiler.
1635 (gnus-sync-read): Use mapc instead of mapcar.
1636
1637 * mm-archive.el: Require mm-decode for some macros.
1638 (gnus-recursive-directory-files, mailcap-extension-to-mime):
1639 Silence the byte compiler.
1640 (mm-archive-decoders): New function that returns the value of
1641 the mm-archive-decoders variable.
1642
1643 * mm-decode.el:
1644 Don't require mm-archive; autoload mm-archive functions instead.
1645 (mm-dissect-singlepart): Use the function mm-archive-decoders.
1646
1647 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1648
1649 2012-06-26 Peter Munster <pmrb@free.fr>
1650
1651 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1652 (gnus-demon-cancel): Ditto.
1653 (gnus-demon-run-callback): When function cannot be called due to low
1654 idleness, call it when idleness reaches the expected value, instead
1655 of waiting another timer period.
1656 (gnus-demon-init): Add `time' to arguments of call-back.
1657
1658 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1659
1660 * gnus.el: Register gnus-registry functions.
1661
1662 * gnus-registry.el (gnus-try-warping-via-registry):
1663 Move here and indent.
1664
1665 * gnus-int.el (gnus-warp-to-article):
1666 Check whether the registry is enabled before warping.
1667
1668 2012-06-26 Dave Abrahams <dave@boostpro.com>
1669
1670 * gnus-sum.el (gnus-summary-insert-subject): Record information
1671 in the registry about each article retrieved.
1672
1673 * gnus-int.el (gnus-select-group-with-message-id): New function.
1674 (gnus-try-warping-via-registry): Ditto.
1675 (gnus-warp-to-article): Fall back on the registry.
1676
1677 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1678
1679 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1680
1681 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1682
1683 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1684 gnus-gcc-self-resent-messages may be a group parameter.
1685 (gnus-summary-resend-message):
1686 Don't encode encoded words in header when Gcc'ing resent message.
1687
1688 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1689
1690 * shr.el (shr-insert): Treat non-breaking space just like normal
1691 space. This seems to produce more pleasing results.
1692 (shr-insert):
1693 Only insert a blank line if we're starting from an image.
1694 (shr-tag-br):
1695 Allow <br> to end lines or to make a single blank line.
1696 (shr-ensure-paragraph): Consider lines with white space to be blank.
1697
1698 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1699
1700 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1701 and gnus-gcc-post-body-encode-hook.
1702
1703 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1704
1705 * mm-decode.el (mm-dissect-singlepart):
1706 Guess what the type of application/octet-stream parts really is.
1707
1708 * gnus-sum.el (gnus-propagate-marks): Remove.
1709
1710 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1711
1712 * nntp.el (nntp-coding-system-for-read): Remove.
1713 (nntp-coding-system-for-write): Ditto.
1714 (nntp-open-connection): Just use `binary' directly.
1715
1716 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1717
1718 * registry.el (registry-usage-test, registry-persistence-test):
1719 Move to tests/gnustest-registry.el.
1720 (registry-make-testable-db, registry-match-test)
1721 (registry-instantiation-test): Move to tests/gnustest-registry.el.
1722
1723 * gnus-registry.el (gnus-registry-misc-test)
1724 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1725
1726 * tests/gnustest-registry.el:
1727 New file with the registry and gnus-registry ERT tests.
1728
1729 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1730
1731 * gnus-msg.el (gnus-summary-resend-message):
1732 Make gnus-summary-resend-message-insert-gcc be last item in
1733 message-header-setup-hook.
1734
1735 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1736
1737 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1738 (nnfolder-marks, nnfolder-marks-file-suffix)
1739 (nnfolder-marks-modtime): Remove.
1740 (nnfolder-open-server): Don't use marks.
1741 (nnfolder-request-delete-group): Ditto.
1742 (nnfolder-request-rename-group): Ditto.
1743 (nnfolder-request-set-mark, nnfolder-request-marks)
1744 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1745 (nnfolder-save-marks, nnfolder-open-marks): Remove.
1746
1747 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1748 (nnml-marks-modtime): Remove.
1749 (nnml-request-delete-group): Don't use marks.
1750 (nnml-request-rename-group): Ditto.
1751 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1752 (nnml-save-marks, nnml-open-marks): Remove.
1753
1754 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1755 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1756 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1757 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1758 (nntp-server-to-method-cache): Remove.
1759
1760 * shr.el (shr-rescale-image): Fix wrong merge.
1761
1762 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1763
1764 * shr.el (shr-remove-trailing-whitespace):
1765 Really delete the padding on too-wide lines.
1766
1767 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1768
1769 * mm-archive.el (mm-archive-dissect-and-inline): New function.
1770 (mm-archive-dissect-and-inline): Fix up the undisplayer.
1771
1772 * mm-decode.el (mm-display-external): Output the text from
1773 the command in the buffer after the command finished.
1774 This makes text-based commands behave better.
1775
1776 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1777
1778 * message.el (smtpmail-smtp-user): Silence compiler warning.
1779
1780 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1781
1782 * message.el (message-multi-smtp-send-mail): Also allow specifying
1783 the SMTP user name.
1784
1785 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1786
1787 * gnus-sum.el (gnus-summary-article-map): Fix typo.
1788
1789 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1790
1791 * message.el (message-multi-smtp-send-mail): New function.
1792 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1793 header to implement multi-SMTP functionality.
1794
1795 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
1796 (gnus-agentize): Don't set it.
1797 (gnus-agent-send-mail): Don't use it.
1798
1799 * gnus-sum.el (gnus-summary-widget-backward):
1800 New function and keystroke.
1801
1802 * shr.el (shr-put-image): Remove underlines from sliced images.
1803 (shr-zoom-image): Compute the region to be replaced more correctly.
1804
1805 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1806
1807 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1808 (gnus-summary-resend-message-insert-gcc): New function.
1809 (gnus-summary-resend-message): Modify message-header-setup-hook and
1810 message-sent-hook to make it work for Gcc.
1811 (gnus-inews-do-gcc): Update the number of unread articles of groups
1812 that messages are Gcc'd to.
1813
1814 * message.el (message-resend): Run message-sent-hook to do Gcc.
1815
1816 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1817
1818 * gnus-registry.el (gnus-registry-fixup-registry):
1819 Move the message to a higher level to silence compilation.
1820
1821 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1822 parameter to allow controlling the scaling.
1823
1824 * shr.el (shr-zoom-image): New command and keystroke.
1825 (shr-put-image): Take a `size' flag to say how to scale the image.
1826
1827 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1828 Use recursive deletion.
1829 (mm-dissect-archive): Add support for zip files.
1830
1831 * gnus-util.el (gnus-recursive-directory-files): New function.
1832
1833 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1834 (mm-archive-decoders): Add tgz support.
1835
1836 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1837 Otherwise inserting text into the Gnus buffer can look odd.
1838
1839 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1840
1841 * mm-archive.el (mm-archive-decoders): Add support for tar.
1842
1843 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1844
1845 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1846
1847 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1848
1849 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1850
1851 * mm-archive.el: New file.
1852
1853 * mm-decode.el (mm-dissect-singlepart):
1854 Use it to decode ms-tnef files.
1855
1856 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1857
1858 * message.el (message-goto-*): Make all the `message-goto-*' commands
1859 push the mark before moving point. This makes it easier to go back
1860 to where you came from after editing whatever you jumped to.
1861
1862 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1863
1864 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1865 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1866 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1867
1868 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1869
1870 * spam.el: Move BBDB autoloads.
1871 (spam-exists-in-BBDB-p):
1872 New function to do the BBDB search directly in BBDB 2 and 3.
1873 (spam-check-BBDB): Use it.
1874 (spam-enter-ham-BBDB): Use it.
1875
1876 2012-06-26 Peter Munster <pmrb@free.fr> (tiny change)
1877
1878 * gnus-group.el (gnus-group-get-new-news):
1879 New parameter `one-level' for scanning exactly one level.
1880
1881 * gnus-start.el (gnus-get-unread-articles): Ditto.
1882
1883 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1884
1885 * gnus-sync.el: More commentary about setup.
1886
1887 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1888
1889 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1890
1891 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1892
1893 * gnus-sync.el: Improve docs about CouchDB admins.
1894
1895 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1896
1897 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1898 not needed. Provide xmlplistread list function to produce XML plist
1899 output for non-Gnus LeSync clients.
1900
1901 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1902
1903 * gnus-sync.el: Add LeSync synchronization backend and logic to read
1904 and save against it. Group subscriptions, read marks, other marks,
1905 subscription levels, topic names, and topic offsets (the group's
1906 position within the topic) are saved. This is an experimental
1907 backend and may change significantly. Load json.el from
1908 the gnus-fallback-lib if it's not available otherwise.
1909 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1910
1911 2012-06-26 David Engster <dengste@eml.cc>
1912
1913 * tests/gnustest-nntp.el: New file for simple NNTP testing.
1914
1915 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
1916
1917 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1918
1919 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
1920
1921 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1922 is an integer to avoid later problems.
1923
1924 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1925
1926 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1927 locales.
1928
1929 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
1930
1931 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1932 articles when fetch-old is non-nil (bug#11370).
1933
1934 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1935
1936 * gnus-group.el (gnus-group-get-new-news):
1937 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
1938
1939 2012-06-10 Dave Abrahams <dave@boostpro.com>
1940
1941 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1942 groups (bug#11641).
1943
1944 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1945
1946 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1947 (bug#11514).
1948
1949 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1950
1951 * nntp.el: Stop the `letf' madness.
1952 (nntp--report-1): New var.
1953 (nntp-report): Merge nntp-report-1 into it.
1954 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1955 the nntp-report function.
1956
1957 * auth-source.el: Fix comment-style to follow the convention.
1958
1959 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
1960
1961 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1962 a string so that Gcc works (bug#11514).
1963
1964 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1965
1966 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1967 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1968
1969 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1970
1971 * gnus-win.el (gnus-configure-frame): Don't signal an error when
1972 jumping to *Server* from a dedicated *Group* window.
1973 (gnus-configure-frame): CSE.
1974
1975 * gnus-registry.el: Minor style cleanup.
1976 (gnus-registry--set/remove-mark): New function, extracted from
1977 gnus-registry-install-shortcuts.
1978 (gnus-registry-install-shortcuts): Use it.
1979
1980 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
1981
1982 * nnspool.el (news-path): Use eval-and-compile.
1983
1984 2012-05-24 Glenn Morris <rgm@gnu.org>
1985
1986 * nnspool.el (news-directory, news-path, news-inews-program):
1987 Move here from paths.el. Don't see a need for these to be autoloaded.
1988
1989 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1990 Merge in doc from paths.el version. Don't see any need for this to be
1991 autoloaded, or for the warning about users not setting it.
1992
1993 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
1994
1995 Fix minor Y10k bug.
1996 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1997
1998 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1999
2000 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2001 message once it's actually open.
2002
2003 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * auth-source.el (auth-source--aput-1, auth-source--aput)
2006 (auth-source--aget): New functions and macros.
2007 Use them instead of aput/aget.
2008
2009 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
2010
2011 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2012
2013 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2014
2015 * plstore.el (plstore-called-interactively-p): New compat macro copied
2016 from message.el.
2017 (plstore-mode): Use it.
2018
2019 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2020
2021 * plstore.el: Revive the editing feature.
2022 (plstore-mode): New mode to edit plstore file.
2023 (plstore-mode-toggle-display, plstore-mode-original)
2024 (plstore-mode-decoded): New command.
2025 (plstore--encode, plstore--decode, plstore--write-contents-functions)
2026 (plstore--insert-buffer, plstore--make): New function.
2027 (plstore-open, plstore-save): Simplify by using them.
2028
2029 2012-04-16 Glenn Morris <rgm@gnu.org>
2030
2031 * nndraft.el (nndraft-request-list): Fix declaration.
2032
2033 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2034
2035 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2036 don't have a current group.
2037
2038 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2039 have a group name.
2040
2041 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2042 a multibyte buffer (bug#7410).
2043 (article-wash-html): Parse the original article buffer to get the
2044 unencoded data (bug#7410).
2045
2046 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2047 .newsrc.el files.
2048
2049 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2050
2051 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2052 would have gotten if we posted to the group, and use that to compare
2053 against the message we want to cancel (bug#10808).
2054
2055 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2056
2057 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2058 "#" to avoid having them interpreted as comments.
2059
2060 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2061
2062 * shr.el (shr-insert): Update the text state properly to avoid
2063 inserting spurious paragraph starts.
2064
2065 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2066
2067 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
2068 requested (bug#10961).
2069
2070 * shr.el (shr-table-widths): Divide the extra width more fairly over
2071 the TDs (bug#10973).
2072 (shr-render-td): Don't delete too much padding.
2073 (shr-natural-width): Compute the natural width more correctly.
2074 (shr-insert): Allow the natural width to be computed for tables again.
2075 (shr-tag-table-1): Rework how the natural widths are computed by
2076 rendering the table a third time.
2077 (shr-natural-width): Remove.
2078 (shr-buffer-width): New function.
2079 (shr-expand-newlines): Use it.
2080
2081 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
2082 using a `gnus-use-full-window' setup (bug#11013).
2083
2084 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2085
2086 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2087 24.1 release.
2088
2089 2012-03-10 David Edmondson <dme@dme.org>
2090
2091 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2092 'Forwarded Message' header and the start of the message.
2093
2094 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2095
2096 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2097 isn't running (bug#10897).
2098
2099 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2100
2101 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2102
2103 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
2104
2105 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2106
2107 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2108
2109 * mm-decode.el (mm-shr): Remove "soft hyphens".
2110
2111 * nnimap.el (nnimap-request-list): Return the group names encoded as
2112 utf8. Otherwise non-European group names don't work.
2113 (nnimap-request-newgroups): Ditto.
2114
2115 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2116 the default in `read-string' (bug#10757).
2117
2118 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2119 topics (bug#10843).
2120
2121 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2122 buffer. Suggested by Herbert Valerio Riedel.
2123 (nnimap-request-move-article): Delete the message from the correct IMAP
2124 server.
2125
2126 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
2127
2128 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2129 Reported by Peter Münster.
2130
2131 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
2132
2133 * shr.el (shr-image-fetched): Make sure we really kill the right
2134 buffer.
2135
2136 2012-02-16 Leo Liu <sdl.web@gmail.com>
2137
2138 * gnus-start.el (gnus-1): Avoid duplicate entries.
2139
2140 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
2141
2142 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2143 too-wide lines.
2144
2145 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
2146
2147 * shr.el (shr-rescale-image): Undo previous change; see
2148 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2149
2150 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2151
2152 * nnimap.el (nnimap-record-commands): New variable.
2153 (nnimap-log-command): Use it.
2154 (nnimap-make-process-buffer): Add a space to the process buffer.
2155 (nnimap-transform-headers): Don't bug out on header lines containing
2156 stuff that look like IMAP length encodings.
2157
2158 * shr.el (shr-rescale-image): Allow viewing large images.
2159
2160 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
2161
2162 * nnml.el (nnml-request-compact-group): Delete the marks file after
2163 compaction (bug#10800).
2164
2165 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2166 group exit.
2167
2168 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2169 QRESYNC/FETCH output.
2170
2171 2012-02-11 Glenn Morris <rgm@gnu.org>
2172
2173 * sieve-manage.el (sieve-manage-default-stream):
2174 * shr.el (shr):
2175 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2176 (nnir-retrieve-headers-override-function)
2177 (nnir-imap-default-search-key, nnir-notmuch-program)
2178 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2179 (nnir-method-default-engines):
2180 * message.el (message-cite-reply-position):
2181 * gssapi.el (gssapi-program):
2182 * gravatar.el (gravatar):
2183 * gnus-sum.el (gnus-refer-thread-use-nnir):
2184 * gnus-registry.el (gnus-registry-unfollowed-addresses)
2185 (gnus-registry-max-pruned-entries):
2186 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2187 * gnus-int.el (gnus-after-set-mark-hook)
2188 (gnus-before-update-mark-hook):
2189 * gnus-async.el (gnus-async-post-fetch-function):
2190 * auth-source.el (auth-source-cache-expiry):
2191 Add missing :version tags to new defcustoms and defgroups.
2192
2193 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2194
2195 * message.el (message-default-send-mail-function): Made into own
2196 function for reuse by emacsbug.el.
2197
2198 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
2199
2200 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2201 `gnus-sloppily-equal-method-parameters' to avoid a warning.
2202
2203 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2204
2205 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2206 running.
2207
2208 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2209
2210 * gnus.el (gnus-server-extend-method): Don't add an -address component
2211 if the method already has one (bug#9676).
2212
2213 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2214
2215 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2216 of an initial-input for consistency (bug#10757).
2217
2218 * shr.el: Inhibit getting and sending cookies when fetching pictures.
2219
2220 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2221
2222 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2223
2224 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2225 lines that are narrower than the window width. Otherwise background
2226 "blocks" will look less readable.
2227
2228 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
2229
2230 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2231
2232 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2233
2234 * nnimap.el (nnimap-transform-headers): Remove unused variable.
2235 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2236 have newlines within the strings, and where the UID comes after the
2237 BODYSTRUCTURE element (bug#10537).
2238
2239 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2240 (bug#10732).
2241
2242 * shr.el (shr-insert-document): Add doc string.
2243 (shr-visit-file): Ditto.
2244 (shr-remove-trailing-whitespace): New function.
2245 (shr-insert-document): Use it to clean up trailing whitespace as the
2246 final step (bug#10714).
2247
2248 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2249
2250 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2251 buffer if `gnus-kill-summary-on-exit' is nil.
2252
2253 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
2254
2255 * gnus-sum.el (gnus-summary-show-thread):
2256 next-single-char-property-change may return nil in XEmacs.
2257
2258 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2259
2260 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2261 when just reading a single group from "without" Gnus.
2262
2263 2012-02-06 Chong Yidong <cyd@gnu.org>
2264
2265 * gnus-sum.el (gnus-summary-show-thread):
2266 next-single-char-property-change never returns nil (Bug#8657).
2267
2268 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
2269
2270 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2271 without reconnecting.
2272 (nnimap-possibly-change-group): Ditto.
2273 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2274 connection has died before being called.
2275
2276 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
2277
2278 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2279 an initial sync unless we're really doing one.
2280
2281 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2282 address parameter if one already exists (bug#9676).
2283
2284 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2285 not the prefix, as documented (bug#10689).
2286
2287 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2288
2289 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2290 the "server".
2291
2292 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2293 the real error message with the useless "previously known to be down".
2294 Which isn't even correct.
2295
2296 * nntp.el (nntp-open-connection): Report the error message if the nntp
2297 server can't be reached.
2298
2299 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2300 groups we do a total scan for.
2301 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2302 doing that.
2303
2304 2012-01-31 Jim Meyering <jim@meyering.net>
2305
2306 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2307 Correct a comment (insert "not") and hide nominally-doubled "to".
2308
2309 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2310
2311 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2312 section in the manual.
2313
2314 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2315
2316 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2317 words.
2318 (rfc2047-encode-string): Ditto.
2319 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
2320 understand folded filename="..." parameters, for instance.
2321
2322 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2323 the message for greater debuggability.
2324
2325 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2326
2327 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2328 instead of setting it locally, since the latter doesn't seem to have
2329 any effect (most of the time).
2330
2331 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
2332
2333 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2334 function call.
2335
2336 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
2337
2338 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2339 seconds, and make the repeat clause with HH:MM specs work as
2340 documented.
2341
2342 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2343
2344 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2345 so that previous errors don't prohibit getting new news.
2346
2347 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2348
2349 * nntp.el (nntp-retrieve-group-data-early): Ditto.
2350
2351 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
2352
2353 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2354 bound globally in old Emacsen and XEmacsen.
2355
2356 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
2357
2358 * gnus.el (gnus-group-find-parameter): Check for liveness of the
2359 buffer, not of the string which is its name.
2360
2361 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2362
2363 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2364 non-server-marks groups.
2365 (gnus-group-make-articles-read): Ditto.
2366
2367 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2368 methods (bug#9676).
2369
2370 * gnus.el (gnus-method-ephemeral-p): New function.
2371
2372 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
2373
2374 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2375 left-to-right.
2376
2377 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2378
2379 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2380 warning.
2381
2382 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2383
2384 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2385 macroexpand the nnir things, since they haven't been defined yet, and
2386 nnir requires gnus-sum.
2387
2388 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2389
2390 * mm-decode.el (mm-interactively-view-part): Fix prompt.
2391
2392 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
2393
2394 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2395 logical server name in addition to the actual machine address.
2396
2397 * auth-source.el (auth-source-user-and-password): Add convenience
2398 wrapper to search by just host and optionally user.
2399
2400 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2401
2402 * shr.el (shr-visit-file): Move point to the beginning of the buffer
2403 after rendering.
2404
2405 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2406
2407 * gnus-sum.el (gnus-summary-read-group): Document more parameters
2408 (bug#9693).
2409 (gnus-summary-setup-buffer): Document return value (bug#9697).
2410
2411 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2412 since ido doesn't work on symbols (bug#9632).
2413
2414 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2415 when getting a single value as when getting all the values. This means
2416 that atoms like `gcc-self' work cumulatively, like variable settings,
2417 instead of getting the value from the last matching clause.
2418 (gnus-group-find-parameter): Protect against the group buffer not
2419 existing (bug#9585).
2420
2421 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2422
2423 * gnus-start.el (gnus-activate-group): Document more parameters
2424 (bug#9694).
2425
2426 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2427 (bug#9692).
2428
2429 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2430 article was fetched, so that it can be expired later (bug#9958).
2431 (gnus-agent-summary-fetch-series): Add doc string.
2432 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2433 (bug#9517).
2434
2435 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2436 retrieval is happening.
2437
2438 * gnus.el (gnus-parameters): Doc fix.
2439
2440 2012-01-06 Dave Abrahams <dave@boostpro.com>
2441
2442 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2443 show the thread after expansion.
2444
2445 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2446
2447 * gnus-art.el (article-narrow-to-head): If the head is completely
2448 empty, narrow to the empty region (bug#9764).
2449
2450 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2451 read, and then mark them as unread only when the unread mark is used.
2452 This makes `C-- T k' actually work, even though it's confusing.
2453
2454 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2455 alive before we try to find its window.
2456
2457 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
2458
2459 * mm-decode.el (mm-display-external): Use a longer timeout for the
2460 deletion to allow slow programs to display the file.
2461
2462 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2463
2464 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2465 prompt to be less confusing.
2466
2467 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2468 argument to `message-reply'. This broke `special-display-*' frame
2469 pop-uping (bug#10238).
2470
2471 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2472
2473 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2474 systems, since these allegedly don't work there.
2475
2476 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
2477
2478 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2479 live buffer.
2480
2481 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2482
2483 * nnir.el (nnir-retrieve-headers): Protect against the article not
2484 existing on the server (bug#10335).
2485
2486 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2487
2488 * gnus-agent.el (gnus-agent-load-local):
2489 Recompute gnus-agent-article-local on changing method.
2490
2491 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2492
2493 * gnus.el (gnus-parameters): Note precedence.
2494
2495 2012-01-04 Leo Liu <sdl.web@gmail.com>
2496
2497 * nndraft.el (nndraft-update-unread-articles): Don't move point around
2498 in the group buffer.
2499
2500 2012-01-04 Julien Danjou <julien@danjou.info>
2501
2502 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2503 change.
2504
2505 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2506
2507 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2508 too.
2509
2510 * nntp.el (nntp-retrieve-group-data-early): Use it.
2511
2512 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2513
2514 * nntp.el (nntp-retrieval-in-progress): New variable.
2515 (nntp-make-process-buffer): Make it buffer-local.
2516
2517 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2518 2010.
2519 (gnus-demon-init): Use it to compute the time if time is on the form
2520 "04:23".
2521
2522 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2523
2524 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2525 status in the correct buffer.
2526
2527 2012-01-03 Leo Liu <sdl.web@gmail.com>
2528
2529 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2530 when opening topics (bug#10407).
2531
2532 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
2533
2534 * mm-view.el (mm-display-inline-fontify): Add comment.
2535
2536 2011-12-15 Juri Linkov <juri@jurta.org>
2537
2538 * mm-decode.el (mm-inline-media-tests): Add missing
2539 `mm-handle-media-subtype'.
2540
2541 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
2542
2543 * message.el (message-valid-fqdn-regexp): Update with newly approved
2544 top-level domain names ".tel" and ".asia".
2545
2546 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
2547
2548 * gnus-sum.el (gnus-summary-show-article): Don't load shr
2549 unconditionally.
2550
2551 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2552
2553 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2554 pop-to-buffer-same-window for old Emacsen.
2555
2556 2011-12-04 Chong Yidong <cyd@gnu.org>
2557
2558 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2559 change (Bug#10200).
2560
2561 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
2562
2563 * compface.el (uncompface):
2564 * gnus-art.el (gnus-article-x-face-command): Update the header format
2565 of icon data for the most recent icontopbm program.
2566
2567 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2568
2569 * gnus-msg.el (gnus-inews-do-gcc):
2570 * message.el (message-send-mail):
2571 * mml.el (mml-generate-mime): Share the value of the buffer-local
2572 `message-options' variable between a draft buffer and temprary working
2573 buffers.
2574
2575 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2576
2577 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2578
2579 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2580
2581 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2582 for Cygwin.
2583
2584 2011-11-24 Glenn Morris <rgm@gnu.org>
2585
2586 * starttls.el: Fix case of "GnuTLS".
2587
2588 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2589
2590 * gnus-group.el (gnus-group-highlight): Fix typo.
2591
2592 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
2593
2594 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2595 value of `delete-file', that returns nil for a local file but returns t
2596 for a remote file using ssh.
2597
2598 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2599
2600 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2601 avoid later breakage.
2602
2603 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
2604
2605 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2606 article buffers' name.
2607
2608 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2609
2610 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2611 by Paul Eggert's spellfixes two days ago.
2612
2613 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2614
2615 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2616 buffer-local instead of binding them to avoid warnings. Also demote
2617 errors (bug#10063).
2618 (font-lock-mode-hook): Shut up byte compiler.
2619
2620 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2621
2622 * mm-util.el (mm-charset-after): Fix typo.
2623
2624 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2625
2626 * gnus-sum.el (gnus-summary-make-menu-bar):
2627 * gnus-uu.el (gnus-uu-decode-postscript)
2628 (gnus-uu-decode-postscript-and-save):
2629 * mailcap.el (mailcap-print-command):
2630 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2631 Fix typos.
2632
2633 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
2634
2635 * gnus-art.el (gnus-article-part-wrapper):
2636 * shr-color.el (shr-color-visible-distance-min)
2637 (shr-color-relative-to-absolute, set-minimum-interval)
2638 (shr-color-visible): Fix typos.
2639
2640 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2641
2642 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2643 slightly clearer.
2644
2645 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2646
2647 * message.el (message-send-and-exit): Document `arg'.
2648
2649 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2650
2651 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2652
2653 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
2654
2655 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2656 we don't use `bound-and-true-p'.
2657
2658 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
2659
2660 * gnus-util.el (gnus-bound-and-true-p): Remove.
2661 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2662 * nnir.el: Use it.
2663 * nnmairix.el: Use it.
2664
2665 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
2666
2667 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2668 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2669 for reasons unknown.
2670 * nnir.el: Use it.
2671 * nnmairix.el: Use it.
2672
2673 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2674 * nnir.el: Ditto.
2675 * nnmairix.el: Ditto.
2676
2677 * gnus-registry.el (gnus-registry-enabled): Default to nil.
2678
2679 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2680
2681 * message.el (message-completion-function): Make sure
2682 message-tab-body-function is not attempted if one of
2683 message-completion-alist fails to find a completion (bug#9158).
2684
2685 2011-10-26 Daiki Ueno <ueno@unixuser.org>
2686
2687 * mml.el (mml-quote-region): Quote <#secure> tag.
2688 (mml-generate-mime-1): Unquote <#secure> tag.
2689
2690 2011-10-20 Chong Yidong <cyd@gnu.org>
2691
2692 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2693 calling a minor mode from Lisp with nil arg enables it, so we have to
2694 make the wording a bit ambiguous here).
2695
2696 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
2697
2698 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2699 * nnir.el (nnir-mode): Use it.
2700 * nnmairix.el (nnmairix-determine-original-group-from-registry):
2701 Use it.
2702
2703 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2704 * nnmairix.el (gnus-registry-enabled): Ditto.
2705
2706 2011-10-17 Dave Abrahams <dave@boostpro.com>
2707
2708 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
2709 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2710 only while we need to find out if it should be t or nil.
2711 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2712 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2713 the registry is installed. Set it to nil when it's unloaded.
2714 (gnus-registry-install-p): Provide user guidance for the initial value
2715 of `gnus-registry-install' when it's 'ask, otherwise return its value.
2716 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2717 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2718 * nnmairix.el (nnmairix-determine-original-group-from-registry):
2719 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2720 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2721 `gnus-registry-install'.
2722
2723 2011-10-17 Daiki Ueno <ueno@unixuser.org>
2724
2725 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2726 previous change.
2727 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2728 primary key is marked as disabled.
2729
2730 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
2731
2732 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2733 primary key is marked as disabled.
2734
2735 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
2736
2737 * html2text.el (html2text-clean-anchor): Check for quotes around
2738 `href' value.
2739
2740 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
2741
2742 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2743 searching. Drop `bbdb-cache'.
2744
2745 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2746
2747 * message.el (message-signed-or-encrypted-p): Exclude header when
2748 checking if there is signed or encrypted body in text/plain message.
2749
2750 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
2751
2752 * html2text.el (html2text-get-attr): Correctly handle attribute values
2753 containing "=".
2754
2755 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
2756
2757 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2758 handle bindings.
2759
2760 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2761
2762 * gnus-win.el (gnus-configure-windows): Protect against reading
2763 ephemeral groups outside of Gnus.
2764
2765 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
2766
2767 * shr.el (shr-tag-img): Don't get images displayed in tables.
2768
2769 2011-10-03 Glenn Morris <rgm@gnu.org>
2770
2771 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2772 the "maintainer" version of debbugs.gnu.org reports.
2773
2774 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2775
2776 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2777 make asynchronous adjacent image insertion work better.
2778
2779 2011-09-27 Daiki Ueno <ueno@unixuser.org>
2780
2781 * plstore.el (plstore-select-keys, plstore-encrypt-to):
2782 Clarify documentation.
2783
2784 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2785
2786 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2787 `gnus-asynchronous' isn't shadowed.
2788
2789 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2790
2791 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2792 (nnimap-insert-partial-structure): The charset parameter isn't
2793 case-sensitive.
2794
2795 * nnheader.el (nnheader-message-maybe): New function.
2796
2797 * shr.el (shr-tag-table): Render totally broken tables better.
2798
2799 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2800 computing the boundary.
2801
2802 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2803
2804 * pop3.el (pop3-number-of-responses): Remove.
2805 (pop3-wait-for-messages): Rewrite to take linear time instead of
2806 exponential time.
2807
2808 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2809
2810 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2811 re-fetch images.
2812
2813 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2814 re-fetch images when hitting `g' in Gnus.
2815
2816 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
2817
2818 * mml.el (mml-inhibit-compute-boundary): New internal variable.
2819 (mml-compute-boundary): Don't check collision if it is non-nil.
2820 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2821 before checking collision.
2822
2823 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2824
2825 * message.el (message-indent-citation): Really make sure there's a
2826 newline at the end.
2827
2828 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2829 Fix suggested by John Wiegley.
2830
2831 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2832
2833 * gnus-art.el (gnus-treat-hide-citation): Add doc.
2834
2835 * message.el (message-default-send-rename-function): Break out into its
2836 own function.
2837
2838 * ecomplete.el (ecomplete-display-matches): Revert patch since it
2839 doesn't work under XEmacs.
2840
2841 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2842 of "imaps" to word around Windows problems.
2843 (nnimap-open-connection-1): Use it.
2844
2845 * message.el (message-indent-citation): Revert last change which made
2846 `F' not work.
2847
2848 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
2849
2850 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2851 terminal as well.
2852
2853 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
2854
2855 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2856 because it displays images using overlays that aren't easy to copy to
2857 the article buffer.
2858
2859 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2860
2861 * message.el (message-indent-citation): Fix empty line removal at the
2862 end of the citation.
2863
2864 2011-09-20 Julien Danjou <julien@danjou.info>
2865
2866 * auth-source.el (auth-source-netrc-create): Use default value for
2867 password if specified. Evaluate default.
2868 (auth-source-plstore-create): Ditto.
2869 (auth-source-plstore-create, auth-source-netrc-create): Fix default
2870 value evaluation.
2871 (auth-source-netrc-create): Typo fix.
2872 (auth-source-plstore-create): Ditto.
2873
2874 * auth-source.el (auth-source-format-cache-entry): New function.
2875
2876 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2877
2878 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2879
2880 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2881
2882 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2883
2884 2011-09-19 Julien Danjou <julien@danjou.info>
2885
2886 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2887 which work with things that are not ASCII.
2888
2889 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2890
2891 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2892
2893 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2894
2895 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2896 message level.
2897
2898 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
2899
2900 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2901
2902 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2903
2904 * gnus.el (gnus-interactive-exit): Update defcustom spec.
2905
2906 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2907
2908 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2909 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2910
2911 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
2912
2913 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2914 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2915 articles.
2916
2917 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
2918
2919 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2920 (message-mail-other-window, message-mail-other-frame)
2921 (message-news-other-window, message-news-other-frame):
2922 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2923 instead of setting buffer display variables.
2924
2925 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2926
2927 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2928
2929 * gnus-sum.el (gnus-fetch-headers): Bump message level.
2930
2931 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2932
2933 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2934 duplicates" to a higher level.
2935
2936 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2937 most egregious messages.
2938
2939 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2940
2941 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2942
2943 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
2944
2945 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2946 up the file (bug#9351).
2947
2948 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2949
2950 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
2951 it does with all other backends, but decode the names immediately after
2952 getting them.
2953
2954 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2955 decoding nnimap groups.
2956
2957 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2958 newsrc file. It doesn't seem like an important optimization any more.
2959
2960 2011-09-10 Dave Abrahams <dave@boostpro.com>
2961
2962 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2963 overflows.
2964
2965 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2966
2967 * gnus.el (gnus-article-mark-lists): Remove `recent'.
2968 (gnus-interactive-exit): Extend to `quiet'.
2969
2970 * gnus-sum.el (gnus-offer-save-summaries): Use it.
2971
2972 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2973 string.
2974
2975 * plstore.el (plstore--get-buffer): Silence compiler warnings by
2976 renaming function arguments from `this'.
2977
2978 * gnus-sum.el (gnus-newsgroup-recent): Remove.
2979
2980 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2981 has been renamed.
2982 (gnus-lrm-string-p): Include RLM and PDF, too.
2983
2984 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2985 (bug#9225).
2986
2987 2011-09-10 Eli Zaretskii <eliz@gnu.org>
2988
2989 Add autoload cookies for functions used by sendmail.el.
2990 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2991
2992 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2993
2994 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2995
2996 * gnus-art.el (article-date-ut): Work properly even when there are
2997 things like Date header in the body; work for forwarded parts.
2998
2999 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
3000
3001 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3002 original-article-buffer.
3003
3004 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
3005
3006 * nnir.el (nnir-compose-result): Fix matching of server type.
3007 (nnir-run-swish++): Ditto.
3008 (nnir-run-namazu): Ditto.
3009 (nnir-run-notmuch): Ditto.
3010
3011 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3012
3013 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3014 (bug#9405).
3015
3016 * gnus-score.el (gnus-summary-increase-score): Doc clarification
3017 (bug#9421).
3018
3019 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3020 (bug#9425).
3021
3022 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3023 thing (bug#9426).
3024
3025 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3026
3027 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3028 the error message.
3029
3030 2011-09-02 Eli Zaretskii <eliz@gnu.org>
3031
3032 * message.el (message-setup-1): Return t (Bug#9392).
3033
3034 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
3035
3036 * gnus-sum.el: When adding article headers to a summary buffer also
3037 update gnus-newsgroup-articles (bug#9386).
3038
3039 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
3040
3041 * auth-source.el: Autoload help-mode.
3042
3043 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3044
3045 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3046 names.
3047
3048 2011-08-27 Daiki Ueno <ueno@unixuser.org>
3049
3050 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3051 mm-replace-in-string for compatibility issues.
3052 * mml2015.el (mml2015-epg-verify): Ditto.
3053
3054 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
3055
3056 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3057
3058 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3059
3060 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3061
3062 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3063 continue on and do the clean-up phase (bug#9188).
3064
3065 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3066 just ignore groups that can't be opened instead of erroring out
3067 (bug#9225).
3068
3069 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3070 nil since some many people are fuddy-duddies.
3071
3072 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3073 images.
3074
3075 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3076 instead.
3077
3078 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3079
3080 * gnus-util.el (gnus-process-live-p): Copy over compat function.
3081
3082 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3083 processing.
3084
3085 * nntp.el (nntp-kill-buffer): Kill the process before killing the
3086 buffer to avoid warnings.
3087
3088 2011-08-20 Simon Josefsson <simon@josefsson.org>
3089
3090 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3091 specified to reduce precision.
3092
3093 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3094
3095 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3096 bodystructures (bug#9314).
3097
3098 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
3099
3100 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3101 Make button keymap non-sticky after buttons.
3102
3103 2011-08-18 David Engster <dengste@eml.cc>
3104
3105 * nnmairix.el (nnmairix-request-set-mark)
3106 (nnmairix-goto-original-article): Remove adding of article to registry,
3107 since `gnus-registry-add-group' isn't available anymore.
3108 (nnmairix-determine-original-group-from-registry):
3109 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3110 available anymore.
3111
3112 2011-08-12 Simon Josefsson <simon@josefsson.org>
3113
3114 * starttls.el (starttls-any-program-available): Define as obsolete
3115 function.
3116
3117 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3118
3119 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3120 versions which Gnus use when appropriate.
3121
3122 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3123 a pretty destructive command.
3124
3125 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3126
3127 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3128
3129 * message.el (message-fix-before-sending): Make a different warning
3130 about NUL characters (bug#9270).
3131
3132 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3133 from custom (bug#9260).
3134
3135 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3136 things work in Emacs 22 and XEmacs, too.
3137
3138 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3139 default From.
3140
3141 * gnus-spec.el (gnus-lrm-string-p): New macro.
3142 (gnus-lrm-string): New constant.
3143 (gnus-summary-line-format-spec): LRM-ify the from.
3144 (gnus-tilde-max-form): LRM-ify string chopping.
3145
3146 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3147
3148 * message.el (message-is-yours-p): Allow disabling canlock checking
3149 (bug#9295).
3150 (message-shoot-gnksa-feet): Add `canlock-verify'.
3151 (message-auto-save-directory): Use ~/ as the auto-save directory if the
3152 message directory isn't writable (bug#9304).
3153
3154 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3155 non-world-readable.
3156
3157 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
3158
3159 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3160 articles.
3161
3162 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
3163
3164 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3165 copy-list.
3166
3167 2011-08-12 Sam Steingold <sds@gnu.org>
3168
3169 * gnus-score.el (gnus-score-find-alist): Keep the score files already
3170 in the reverse order to avoid modifying the cache with `nreverse'.
3171 (gnus-all-score-files): Do not modify the value returned by
3172 `gnus-score-find-alist' because it lives in a cache variable.
3173 (gnus-current-home-score-file): No need to `nreverse' the return value
3174 of `gnus-score-find-alist', it is already in the correct order.
3175
3176 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
3177
3178 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3179 type MESSAGE and subtype RFC822 is slightly different from those of
3180 type TEXT.
3181
3182 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
3183
3184 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3185 This allows article-referral to work from an nnir group.
3186
3187 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
3188
3189 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3190
3191 2011-08-04 Daiki Ueno <ueno@unixuser.org>
3192
3193 * mml1991.el (mml1991-epg-find-usable-key)
3194 (mml1991-epg-find-usable-secret-key): New function.
3195 (mml1991-epg-sign): Check if signing key is usable.
3196 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3197
3198 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
3199
3200 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3201 server-variables only. This should fix a bug introduced with commit
3202 e1889675b7f4adf057833c5513c9374134c4e053.
3203 (nnir-run-query): 'nnir-search-engine should not be set from the global
3204 environment.
3205
3206 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
3207
3208 * nnir.el (nnir-search-thread): Position point on referring article
3209 line.
3210 (nnir-warp-to-article): Clean up summary buffers.
3211
3212 * nnimap.el (nnimap-request-thread): Whitespace fix.
3213
3214 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
3215
3216 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3217
3218 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3219
3220 * starttls.el (starttls-available-p): Rename from
3221 `starttls-any-program-available' and changed return convention.
3222
3223 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
3224
3225 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3226 `unix-sync' unless it's defined.
3227
3228 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
3229
3230 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3231 `aref' for XEmacs compatibiltiy.
3232
3233 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3234
3235 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3236
3237 2011-07-31 Dave Abrahams <dave@boostpro.com>
3238
3239 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3240 closures, quote the form properly (bug#9194).
3241
3242 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3243
3244 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3245 (gnus-summary-insert-new-articles): Protect against servers that are
3246 down.
3247
3248 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3249
3250 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3251 in mm handle if none is specified.
3252
3253 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
3254
3255 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3256
3257 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
3258
3259 * nnir.el (nnir-search-thread): New function to make an nnir group
3260 based on a thread query.
3261
3262 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3263 of nnir in thread referral.
3264 (gnus-summary-refer-thread): Use it.
3265
3266 * nnimap.el (nnimap-request-thread): Use it.
3267
3268 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3269
3270 * shr.el (shr-tag-comment): Ignore HTML comments.
3271
3272 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
3273
3274 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3275 argument.
3276 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3277 Use `nnir-address' to handle server info rather than passing an arg.
3278
3279 * nnimap.el (nnimap-make-thread-query): New utility function to format
3280 an imap thread search query.
3281 (nnimap-request-thread): Use it.
3282
3283 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3284 right select-method if we are not going back to the group buffer.
3285
3286 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3287
3288 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3289 enter invalid buffer configurations into the quit form (bug#9107).
3290 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3291 unplugged/plugged.
3292
3293 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3294 keep track of which ones are unread (bug#9061).
3295
3296 * gnus.el (gnus-refer-article-method): Allow entering any sexp
3297 (bug#9055).
3298
3299 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3300 (bug#9041).
3301
3302 * gnus-html.el (mm-util): Require (bug#9073).
3303
3304 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3305 (gnus-summary-refer-thread): Use it to remove duplicates in the
3306 un-threaded view (bug#9053).
3307 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3308
3309 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
3310
3311 * nnir.el (nnir-read-server-parm): Use default value from global
3312 variable. Without this the default search engine parameters aren't
3313 used at all.
3314
3315 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3316
3317 * message.el (message-unique-id): Don't use the undocumented return
3318 value from (random t) (bug#9118).
3319
3320 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3321
3322 * message.el (message-auto-save-directory): If the ~/Mail directory
3323 doesn't exist, use ~ as the auto-save directory (bug#4432).
3324
3325 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3326 hasn't already been started.
3327
3328 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3329
3330 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3331
3332 * message.el (message-reply): Work around mysterious bug where
3333 `message-mode' seems to overwrite the locally bound `subject' variable.
3334
3335 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
3336
3337 * nnimap.el (nnimap-request-thread): Ensure search is performed in
3338 correct group.
3339
3340 * gnus-int.el (gnus-request-thread): Add group argument.
3341
3342 * gnus-sum.el (gnus-summary-refer-thread): Use it.
3343
3344 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3345
3346 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3347 renamed to `debbugs-gnu-*'.
3348
3349 2011-07-08 Daiki Ueno <ueno@unixuser.org>
3350
3351 * plstore.el: Revert the editing feature since it is not urgent.
3352 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3353 (plstore-mode-decoded): Remove.
3354
3355 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3356
3357 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
3358 isn't very interesting any more, and it leaks potentially secret data.
3359 (gnus-debug): Remove.
3360
3361 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3362 use of :custom-show.
3363
3364 2011-07-07 Daiki Ueno <ueno@unixuser.org>
3365
3366 * plstore.el: Add documentation.
3367 (plstore-mode): New mode to edit plstore file.
3368 (plstore-mode-toggle-display, plstore-mode-original)
3369 (plstore-mode-decoded): New command.
3370 (plstore--encode, plstore--decode, plstore--write-contents-functions)
3371 (plstore--insert-buffer, plstore--make): New function.
3372 (plstore-open, plstore-save): Simplify by using them.
3373
3374 2011-07-06 Glenn Morris <rgm@gnu.org>
3375
3376 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3377
3378 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3379
3380 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3381 no longer is much used.
3382 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3383 Articles".
3384
3385 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
3386
3387 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3388 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3389 `notmuch' backend.
3390
3391 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3392
3393 * mm-decode.el (mm-text-html-renderer): Doc fix.
3394
3395 * gnus-msg.el (gnus-bug): Fix the MML tag.
3396
3397 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3398
3399 2011-07-05 Daiki Ueno <ueno@unixuser.org>
3400
3401 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3402 secondary methods if started with `gnus-no-server'.
3403
3404 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
3405
3406 * message.el (message-return-action): Fix typo in docstring.
3407
3408 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3409
3410 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3411 bug reports at once.
3412
3413 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3414
3415 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
3416
3417 * nndraft.el: Require gnus-group.
3418 (nndraft-request-list): Declare.
3419
3420 * nndraft.el (nndraft-update-unread-articles): Don't show group having
3421 no unread article unless it matches gnus-permanently-visible-groups.
3422
3423 * nndraft.el (nndraft-update-unread-articles): New function.
3424 (nndraft-request-associate-buffer): Use it to update the number of
3425 unread articles for the nndraft groups in the group buffer when saving
3426 or killing a draft message.
3427
3428 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3429
3430 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3431 systems to binary before writing and reading the mbox files.
3432
3433 * gnus.el (gnus-summary-line-format): Link to the info node for %U
3434 instead of trying to list them all (bug#8978).
3435
3436 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3437
3438 * pop3.el (pop3-open-server): Use :end-of-capability.
3439
3440 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3441
3442 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3443 the id is always a number.
3444
3445 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3446 debbugs mode, if possible.
3447
3448 2011-07-02 Daiki Ueno <ueno@unixuser.org>
3449
3450 * auth-source.el (auth-source-token-passphrase-callback-function):
3451 Reindent.
3452 (epg-context-operation): Remove unnecessary autoload.
3453
3454 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3455
3456 * gnus.el (gnus-list-debbugs): New command.
3457
3458 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3459 mboxstat instead of the maintbox, since the stat seems to be fuller.
3460
3461 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3462 summary buffers.
3463
3464 * message.el (message-get-reply-headers): Delete all duplicates,
3465 instead of the first.
3466 (message-get-reply-headers): Ensure that we have progress while
3467 deleting duplicates.
3468
3469 * gnus-msg.el (gnus-configure-posting-styles): Get the local
3470 gnus-posting-style value from the summary buffer to make it easier to
3471 make that a per-buffer conf.
3472
3473 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
3474
3475 * nnir.el (nnir-run-imap): Allow halting a search when an article is
3476 found by setting `shortcut' in 'query.
3477 (nnir-request-article): Use `shortcut' setting when requesting article
3478 by Message-ID.
3479
3480 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
3481
3482 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3483 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3484 Bring the pseudo-headers back too.
3485
3486 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3487
3488 * auth-source.el (auth-source-token-passphrase-callback-function):
3489 Simplify and remove EPA dependency.
3490
3491 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
3492
3493 * nnir.el (nnir-request-article): Fix error message text.
3494
3495 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3496
3497 * auth-source.el (plstore-delete): Autoload.
3498 (auth-source-plstore-search): Support delete operation.
3499 * plstore.el (plstore-delete): New function.
3500
3501 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
3502
3503 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3504 mark actually existing articles as unread rather than the ones that
3505 active asserts.
3506
3507 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
3508
3509 * nntp.el (nntp-record-command):
3510 * gnus-util.el (gnus-message-with-timestamp-1):
3511 Use format-time-string rather than decoding time stamps by hand.
3512 This is simpler and insulates the code from potential changes to
3513 current-time format.
3514
3515 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
3516
3517 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3518
3519 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3520
3521 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3522 (plstore-save): Support public key encryption.
3523 (plstore--init-from-buffer): New function.
3524 (plstore-open): Use it; fix error when opening a non-existent file.
3525 (plstore-revert): Use plstore--init-from-buffer.
3526
3527 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3528
3529 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3530
3531 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
3532
3533 * mml2015.el (mml2015-use): Replace string-match-p with string-match
3534 for old Emacsen.
3535
3536 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3537
3538 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3539 is not fully working.
3540
3541 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3542
3543 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3544 quit window configuration.
3545
3546 * auth-source.el (epg-context-set-passphrase-callback):
3547 Remove duplicate autoload.
3548
3549 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
3550
3551 * nnir.el (nnir-request-article): Allow requesting articles by
3552 Message-ID with nnimap.
3553
3554 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3555 current server.
3556
3557 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
3558
3559 * auth-source.el: Autoload EPA/EPG functions.
3560 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3561 changed when EPA/EPG is not available.
3562 (auth-source-backend): Rename "arg" member to "data".
3563 (auth-source-backend-parse, auth-source-plstore-search)
3564 (auth-source-plstore-create): Use it.
3565
3566 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
3567
3568 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3569 `gnus-refer-article-methods'.
3570
3571 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
3572
3573 * auth-source.el: Require EPA and EPG.
3574 (auth-source-passphrase-alist): New variable.
3575 (auth-source-passphrase-callback-function)
3576 (auth-source-token-passphrase-callback-function): Callbacks for the
3577 netrc field encryption (GPG tokens).
3578 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3579 Symmetric encryption and decryption of the netrc GPG tokens.
3580 (auth-source-netrc-normalize): Use them, simplifying the closure.
3581
3582 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3583
3584 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3585 non-nil, and `nnimap-split-methods' is nil, use the former.
3586
3587 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3588
3589 * plstore.el (plstore-revert): New function.
3590 (plstore-open): Use it; hide the buffer from user.
3591
3592 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3593
3594 * auth-source.el (auth-source-backend): New member "arg".
3595 (auth-source-backend-parse): Handle new backend 'plstore.
3596 * plstore.el: New file.
3597
3598 2011-06-30 Glenn Morris <rgm@gnu.org>
3599
3600 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3601
3602 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3603
3604 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3605
3606 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3607 expiring articles to.
3608
3609 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3610 variations as ASCII (bug#5458).
3611
3612 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
3613
3614 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3615
3616 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3617
3618 * message.el (message-point-in-header-p): Tweak the function to default
3619 to saying that we're not in the headers if there is no separator at
3620 all. This makes it possible to use the Message version of `M-q' in
3621 buffers with no headers (bug#7987).
3622 (message-point-in-header-p): Fix last checkin to work with an empty
3623 mail-header-separator, too.
3624
3625 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3626 again, save the choice via customize.
3627
3628 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3629
3630 * message.el (message-send-mail-function): Add `sendmail-query-once'.
3631
3632 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3633 ended the connection, bail out before waiting infinitely on a new
3634 connection.
3635
3636 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
3637
3638 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3639 reports.
3640
3641 * gnus.el (gnus-bug-package): Use "gnus."
3642 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3643
3644 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3645
3646 * gnus-art.el (gnus-article-stop-animations): New function to stop any
3647 animations going on at article exit time.
3648
3649 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3650 since removing it breaks people upgrading.
3651
3652 * shr.el (shr-put-image): Use the new interface for animating images.
3653 (shr-put-image): Animate for 60 seconds.
3654
3655 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3656 error with `find-file-hooks' on Emacs 22.
3657 (with-auth-source-epa-overrides): Ugly hack to Wrap the
3658 `find-file-hook' things in `symbol-value' to avoid compilation warnings
3659 on all architectures.
3660
3661 * spam.el (spam-stat): Require in a normal fashion without binding
3662 `spam-stat-install-hooks' to avoid compilation warnings.
3663
3664 * spam-stat.el (spam-stat-install-hooks): Remove.
3665 (spam-stat-install-hooks): Don't run automatically.
3666
3667 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
3668
3669 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3670 and keystroke.
3671
3672 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
3673
3674 * auth-source.el (auth-source-netrc-cache): Move forward.
3675
3676 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3677
3678 * auth-source.el (auth-source-netrc-create): Don't query the bits that
3679 we already know.
3680 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3681 (auth-source-netrc-create): Don't prompt for the stuff we already know.
3682
3683 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3684
3685 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3686 %S format, since that looks odd.
3687 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3688 file, especially when saving.
3689
3690 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
3691
3692 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
3693 article found.
3694
3695 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
3696
3697 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3698 `auth-source-save-secrets' with a more sensitive alist that can be
3699 configured per file. Experimental, so defaults to 'never.
3700 (auth-source-netrc-create): Use it. Still experimental code.
3701 (with-auth-source-epa-overrides): Use `find-file-hooks' if
3702 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
3703
3704 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
3705
3706 * auth-source.el (auth-source-save-secrets): New variable to control if
3707 secret tokens should be saved encrypted.
3708 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3709 to `auth-source-netrc-normalize'.
3710 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
3711 on the EPA variables being defined.
3712 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3713 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3714 the lexical-let closure.
3715 (auth-source-netrc-create): Create "gpg:" tokens according to
3716 `auth-source-save-secrets'.
3717
3718 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
3719
3720 * gnus-group.el (gnus-group-update-group): Add new argument
3721 `info-unchanged' that stops updating dribble buffer.
3722
3723 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3724 deletes lines matching to it in dribble buffer.
3725
3726 * gnus-agent.el (gnus-agent-fetch-group-1):
3727 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3728 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3729 * gnus-start.el (gnus-group-change-level):
3730 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3731
3732 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3733 if newsgroup info is not changed.
3734
3735 * gnus-group.el (gnus-group-get-new-news-this-group):
3736 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3737 Don't update dribble buffer.
3738
3739 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
3740
3741 * gnus-registry.el (gnus-registry-remove-ignored): New function to
3742 remove entries with groups we ignore.
3743
3744 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3745
3746 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3747 the underline comes at the bottom.
3748
3749 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
3750
3751 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3752 `gnus-registry-user-format-function-M' and declare the latter obsolete.
3753 (gnus-registry-article-marks-to-names): Rename from
3754 `gnus-registry-user-format-function-M2'.
3755
3756 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
3757
3758 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3759 ephemeral group.
3760
3761 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3762
3763 * shr.el (shr-browse-image): Copy the URL if called interactively.
3764
3765 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3766
3767 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3768 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
3769 done, then unselected articles may be marked as read.
3770
3771 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3772 since not doing this seems to lead to a race condition in pop3-logon.
3773
3774 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3775 so that the call chain it correct when we call "upwards".
3776
3777 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3778 in read-only groups.
3779
3780 * gnus-group.el (gnus-group-mark-article-read): Ditto.
3781
3782 * message.el (message-cite-reply-position): Doc string fix.
3783
3784 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3785 avoid regexp overflow.
3786 (nnimap-transform-split-mail): Ditto.
3787
3788 * pop3.el (pop3-retr): Error out if the server closes the connection.
3789
3790 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3791
3792 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3793 mm-with-unibyte-current-buffer. The buffer should not contain any
3794 multibyte chars anyway at this stage.
3795
3796 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3797
3798 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3799 at the end of lines.
3800
3801 2011-05-29 Julien Danjou <julien@danjou.info>
3802
3803 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3804
3805 2011-05-27 Glenn Morris <rgm@gnu.org>
3806
3807 * gnus-group.el (gnus-bug-group-download-format-alist):
3808 Use the "maintainer" version of debian reports as well.
3809
3810 2011-05-26 Glenn Morris <rgm@gnu.org>
3811
3812 * gnus-group.el (gnus-bug-group-download-format-alist):
3813 Use the "maintainer" version of debbugs.gnu.org reports.
3814
3815 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
3816
3817 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3818
3819 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
3820
3821 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3822 the thread moves us backwards and so we loop forever.
3823
3824 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
3825
3826 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3827 whitespace in base64 data lines.
3828
3829 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
3830
3831 * gnus-registry.el (gnus-registry-user-format-function-M):
3832 Use `mapconcat'.
3833 (gnus-registry-user-format-function-M2): Use to see the full text of
3834 the marks. Make "," the mark text separator.
3835
3836 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3837 authentication with auth-source.
3838
3839 2011-05-17 Glenn Morris <rgm@gnu.org>
3840
3841 * gnus-group.el (gnus-import-other-newsrc-file):
3842 Use insert-file-contents.
3843
3844 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
3845
3846 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3847 1000 iterations.
3848
3849 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
3850
3851 * nntp.el (nntp-open-connection): Check if process-type is available.
3852
3853 2011-05-16 Julien Danjou <julien@danjou.info>
3854
3855 * shr.el (shr-tag-del): Add support for del tag.
3856
3857 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
3858
3859 * gnus-html.el (gnus-html-put-image): Register a displayer.
3860
3861 * shr.el (shr-image-displayer): Don't remove text props from alt text.
3862
3863 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
3864
3865 * registry.el (prune-factor): New initialization parameter defaulting
3866 to 0.1.
3867 (registry-prune-hard): Use it.
3868
3869 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3870 0.1 expicitly.
3871
3872 2011-05-13 Glenn Morris <rgm@gnu.org>
3873
3874 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3875 is bound, since this function requires sendmail.
3876
3877 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
3878
3879 * registry.el (registry-usage-test): Disable pruning test.
3880
3881 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
3882
3883 * registry.el (registry-prune-hard-candidates)
3884 (registry-prune-soft-candidates): Helper methods for registry pruning.
3885 (registry-prune): Use them. Make the sort function optional.
3886
3887 2011-05-10 Jim Meyering <meyering@redhat.com>
3888
3889 * shr.el (shr-colorize-region): Fix typo "on on -> on".
3890
3891 2011-05-10 Julien Danjou <julien@danjou.info>
3892
3893 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3894 symbol and not a list.
3895
3896 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3897
3898 * gnus-art.el (gnus-article-mode): Move binding of
3899 shr-put-image-function here from gnus-article-prepare-display.
3900
3901 * shr.el (shr-put-image-function): New variable.
3902 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3903 (shr-put-image): Return scaled image.
3904
3905 * gnus-art.el (gnus-shr-put-image): New function.
3906 (gnus-article-prepare-display): Bind shr-put-image-function to it.
3907
3908 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3909 original ones, as deletable.
3910
3911 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3912
3913 * nntp.el (nntp-open-connection): Set TCP keepalive option.
3914
3915 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
3916
3917 * registry.el (registry-full): Add convenience method. Fix logic.
3918 (registry-insert): Use it. Fix logic here too.
3919
3920 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3921 `registry-prune' if `registry-full' returns t.
3922 (gnus-registry-handle-action)
3923 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3924 (gnus-registry-usage-test): Use it.
3925
3926 2011-05-07 Julien Danjou <julien@danjou.info>
3927
3928 * shr.el (shr-link): Make shr-link inherit from link by default.
3929
3930 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
3931
3932 * shr.el (shr-urlify, shr-link): Fix shr-link face.
3933
3934 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
3935
3936 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3937 error out because the face is not a list.
3938
3939 2011-05-05 Glenn Morris <rgm@gnu.org>
3940
3941 * gnus-start.el (gnus-propagate-marks): Declare.
3942
3943 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
3944
3945 * registry.el (registry-reindex): Fix percentage message.
3946
3947 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
3948
3949 * shr.el: Add shr-link face for links.
3950 (shr-urlify): Use it.
3951
3952 * registry.el (registry-insert): Make error message more helpful.
3953
3954 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3955
3956 * gnus-html.el (gnus-html-schedule-image-fetching):
3957 Use url-queue-retrieve, if it exists.
3958
3959 * shr.el (shr-tag-img): Ditto.
3960
3961 * gnus.el: Autoload more gnus-agent functions.
3962
3963 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3964 agent if we haven't already (bug#8502).
3965
3966 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3967 into the Agent, too.
3968
3969 * gnus-agent.el (gnus-agent-store-article): New function.
3970
3971 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3972 and moved from that file for reuse.
3973
3974 * pop3.el (pop3-open-server): Error messages are "-ERR".
3975
3976 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3977
3978 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3979 (open-tls-stream): Remove superfluous tls/starttls autoloads.
3980
3981 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3982
3983 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3984 buffer has moved to a different frame.
3985
3986 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3987
3988 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3989 to get the conversion from unibyte to multibyte buffers to work on
3990 Emacs 22.
3991
3992 * nntp.el (nntp-request-article): Slight clean-up.
3993
3994 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3995
3996 * shr.el (shr-strike-through): New face.
3997 (shr-tag-s): Use it to provide <s> support.
3998 (shr-tag-s): Remove duplicate definition.
3999
4000 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
4001
4002 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4003 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4004
4005 2011-04-23 Glenn Morris <rgm@gnu.org>
4006
4007 * gnus-sum.el (gnus-extra-headers): Bump :version.
4008
4009 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4010
4011 * shr.el (shr-tag-sup): New function.
4012 (shr-tag-sub): Ditto.
4013
4014 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
4015
4016 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4017 for the case where `gnus-registry-ignored-groups' is a list of lists,
4018 and don't call `gnus-parameter-registry-ignore' otherwise.
4019
4020 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
4021
4022 * nnimap.el (nnimap-user): New backend variable.
4023 (nnimap-open-connection-1): Use it.
4024 (nnimap-credentials): Accept user parameter so it's explicit what user
4025 name is desired.
4026
4027 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4028 default.
4029
4030 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4031 not gnus-registry.el.
4032
4033 * gnus-registry.el: Mention in comments how to modify
4034 `gnus-extra-headers' for proper recipient tracking and that it may
4035 already have To and Cc recently, which it does as of this commit.
4036 (gnus-registry-ignored-groups): Remove defcustom.
4037 Explain why in comments.
4038 (gnus-registry-action): Fix data-header reference to use the extra
4039 headers. Explain in package commentary how to add To and Cc headers to
4040 the gnus-extra-headers.
4041 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4042 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4043 parameter list or a string list in `gnus-registry-ignored-groups'.
4044 Fix logic error.
4045
4046 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4047
4048 * shr.el (shr-expand-url): Protect against null urls.
4049
4050 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4051
4052 * shr.el (shr-base): New binding.
4053 (shr-tag-base): Keep track of <base>.
4054 (shr-expand-url): New function used throughout.
4055
4056 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
4057
4058 * gnus-registry.el
4059 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4060 (gnus-registry-ignored-groups): New variable.
4061 (gnus-registry-ignore-group-p): Use it.
4062 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4063 set the destination group to nil (same as delete) if it's ignored.
4064
4065 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4066
4067 * gnus-registry.el (gnus-registry-action)
4068 (gnus-registry-fetch-header-fast):
4069 Don't use mail-header that looks an internal function of mailheader.el.
4070
4071 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4072
4073 * gnus-registry.el: Eliminate cl functions.
4074 (gnus-registry-sort-addresses): New function that replaces mapcan.
4075 (gnus-registry-action, gnus-registry-spool-action)
4076 (gnus-registry-split-fancy-with-parent)
4077 (gnus-registry-fetch-recipients-fast): Use it.
4078 (gnus-registry-import-eld): Replace delete* with dolist + delq.
4079
4080 * registry.el (initialize-instance, registry-lookup)
4081 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4082 (registry-lookup-secondary-value, registry-search, registry-delete)
4083 (registry-insert, registry-reindex, registry-size, registry-prune):
4084 Use eval-and-compile.
4085
4086 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
4087
4088 * registry.el (registry-reindex): New method to recreate the secondary
4089 registry indices.
4090
4091 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4092 tracked field changes.
4093 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4094 (gnus-registry-action, gnus-registry-spool-action)
4095 (gnus-registry-handle-action)
4096 (gnus-registry--split-fancy-with-parent-internal)
4097 (gnus-registry-split-fancy-with-parent)
4098 (gnus-registry-register-message-ids): Add recipient tracking on spool,
4099 move, and delete actions, and for fancy splitting with parent.
4100 (gnus-registry-extract-addresses)
4101 (gnus-registry-fetch-recipients-fast)
4102 (gnus-registry-fetch-header-fast): Convenience functions.
4103 (gnus-registry-misc-test): ERT test of
4104 `gnus-registry-extract-addresses'.
4105
4106 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
4107
4108 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4109 Track by subject first, then sender.
4110
4111 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4112
4113 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4114
4115 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4116 Lisp.
4117
4118 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4119 (gnus-draft-send): Use it to avoid popping
4120 up frames from gnus-group-send-queue.
4121
4122 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
4123
4124 * gnus-registry.el: Updated gnus-registry docs.
4125
4126 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
4127
4128 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4129 Fix logic bug.
4130 (gnus-registry-post-process-groups): Fix logging of no results and
4131 quote sender and subject.
4132
4133 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4134
4135 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4136 (gnus-read-active-for-groups): Don't try to finish getting stuff where
4137 we had no early-data returned.
4138 (gnus-get-unread-articles): Add a sanity check so that we don't issue
4139 two async commands to the same server at the same time.
4140
4141 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
4142
4143 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4144
4145 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4146
4147 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4148 "warning" level.
4149
4150 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4151 (mm-url-insert-file-contents): Don't set the package names.
4152
4153 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
4154
4155 * gnus-registry.el (gnus-registry-action): Remove properties and
4156 simplify subject in `gnus-registry-handle-action'.
4157 (gnus-registry-spool-action): Get subject and sender from message if
4158 they are not passed in.
4159 (gnus-registry-handle-action): Remove properties and simplify subject
4160 consistently.
4161
4162 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4163
4164 * registry.el: Require CL before using defmacro*.
4165
4166 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
4167
4168 * gnus-art.el (article-treat-date): Assume that
4169 gnus-article-date-headers may be a group parameter.
4170
4171 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
4172
4173 * gnus-registry.el (gnus-registry-handle-action): More debugging.
4174
4175 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4176 interactively so the newsrc file can contain foreign groups too.
4177 Useful for debugging but not much for users.
4178
4179 2011-04-07 David Engster <dengste@eml.cc>
4180
4181 * registry.el (registry-usage-test): Only do
4182 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4183 lexical binding.
4184
4185 2011-04-06 David Engster <dengste@eml.cc>
4186
4187 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4188 argument NOERROR for `require', since XEmacs 21.4 does not support it.
4189
4190 2011-04-06 David Engster <dengste@eml.cc>
4191
4192 * registry.el (initialize-instance): Change :after to :AFTER to be
4193 compatible with old EIEIO version in XEmacs.
4194
4195 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
4196
4197 * gnus-registry.el (gnus-registry-post-process-groups)
4198 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4199 and provide better messaging.
4200
4201 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
4202
4203 * gnus-registry.el: Don't use ERT if it's not available. Load it
4204 unconditionally anyway, discarding errors.
4205 (gnus-registry-delete-entries): New convenience function.
4206 (gnus-registry-import-eld): Import from old .eld registry.
4207
4208 * registry.el: Don't use ERT if it's not available. Load it
4209 unconditionally anyway, discarding errors.
4210
4211 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4212 version from the Claudio Bley GnuTLS patch (extra optional parameters
4213 and host name).
4214
4215 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
4216
4217 * gnus-registry.el (gnus-registry-fixup-registry): New function to
4218 fixup the parameters that can be customized by the user between
4219 save/read cycles.
4220 (gnus-registry-read): Use it.
4221 (gnus-registry-make-db): Use it.
4222 (gnus-registry-spool-action, gnus-registry-handle-action):
4223 Fix messaging.
4224 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4225 Map references to actual group names with sender and subject tracking.
4226 (gnus-registry-post-process-groups): Use `cond' for better messaging.
4227 (gnus-registry-usage-test): Add subject lookup test.
4228
4229 * registry.el (registry-db, initialize-instance): Set up constructor
4230 instead of :initform arguments for the sake of older Emacsen.
4231 (registry-lookup-breaks-before-lexbind): New method to demonstrate
4232 pre-lexbind merge bug.
4233 (registry-usage-test): Use it.
4234 (initialize-instance, registry-db): Move the non-function initforms
4235 back to the class definition.
4236
4237 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
4238
4239 * registry.el: New library to manage gnus-registry-style data.
4240
4241 * gnus-registry.el: Use it (major rewrite).
4242
4243 * nnregistry.el: Use it.
4244
4245 * spam.el: Use it.
4246
4247 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4248
4249 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4250 marks on non-selected articles.
4251
4252 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
4253
4254 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
4255
4256 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4257 parameter to open-protocol-stream.
4258
4259 2011-04-01 Julien Danjou <julien@danjou.info>
4260
4261 * mm-view.el (mm-display-inline-fontify): Do not fontify with
4262 fundamental-mode.
4263
4264 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4265
4266 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4267 servers.
4268
4269 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4270
4271 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4272 made marks not propagate, again.
4273
4274 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
4275
4276 * proto-stream.el (open-protocol-stream): Bring back `network' type.
4277 Make this the default type.
4278 (proto-stream-open-plain): Rename from proto-stream-open-default.
4279 (open-protocol-stream, proto-stream-open-starttls)
4280 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4281 with `plain'.
4282
4283 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4284 value.
4285
4286 * nntp.el (nntp-open-connection-function): Document the fact that some
4287 values are not functions but are instead handled specially.
4288 Recognize nntp-open-plain-stream value.
4289 (nntp-open-connection): Recognize that value.
4290
4291 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4292
4293 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4294 stuff.
4295
4296 * gnus-score.el (gnus-score-string): Fix calling convention of
4297 `gnus-simplify-buffer-fuzzy' after last patches.
4298
4299 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4300 server for articles we didn't get any headers for. This is a sanity
4301 check.
4302
4303 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
4304
4305 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4306 new CAPABILITY, use it.
4307
4308 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4309
4310 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4311 downloading anything.
4312
4313 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4314
4315 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
4316
4317 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4318 colors.
4319 (gnus-splash-svg-color-symbols): New function.
4320
4321 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4322
4323 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4324 instead of using the global gnus-simplify-subject-fuzzy-regexp.
4325 (gnus-simplify-subject-fuzzy): Use the local
4326 gnus-simplify-subject-fuzzy-regex instead of the global one.
4327 This makes using this variable in group parameters work.
4328
4329 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4330
4331 * gnus-registry.el (gnus-registry-unfollowed-groups):
4332 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4333 archive:sent-YYYY-MM-DD groups).
4334 (gnus-registry-split-fancy-with-parent): Bail out early in sender
4335 tracking if there are more than `gnus-registry-max-track-groups'
4336 matches.
4337
4338 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4339
4340 * message.el (message--yank-original-internal): New function to do the
4341 insertion cleanly inside eval in `message-yank-original'.
4342 (message-yank-original): Use it.
4343
4344 2011-03-29 Julien Danjou <julien@danjou.info>
4345
4346 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4347 local variables disabled rather than `normal-mode'.
4348
4349 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
4350
4351 * proto-stream.el: Changes preparatory to merging open-protocol-stream
4352 with open-network-stream.
4353 (proto-stream-always-use-starttls): Option removed.
4354 (open-protocol-stream): Return a process object by default. Provide a
4355 new parameter :return-list specifying a list-type return value, which
4356 now has the form (PROP . PLIST) instead of a fixed-length list. Change
4357 :type `network' to `try-starttls', and `network-only' to `default'.
4358 Make `default' the default, for compatibility with open-network-stream.
4359 Handle the no-parameter case exactly as open-network-stream, with no
4360 additional stream processing. Search plists using plist-get.
4361 Explicitly add :end-of-commend parameter if it is missing.
4362 (proto-stream-open-default): Rename from
4363 proto-stream-open-network-only. Return 'default as the type.
4364 (proto-stream-open-starttls): Rename from proto-stream-open-network.
4365 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
4366 failed. Always return a list with a (possibly dead) process as the
4367 first element, for compatibility with open-network-stream.
4368 (proto-stream-open-tls): Use plist-get. Always return a list.
4369 (proto-stream-open-shell): Return `default' as connection type.
4370 (proto-stream-capability-open): Use plist-get.
4371 (proto-stream-eoc): Function deleted.
4372
4373 * nnimap.el (nnimap-stream, nnimap-open-connection)
4374 (nnimap-open-connection-1): Handle renaming of :type parameter for
4375 open-protocol-stream.
4376 (nnimap-open-connection-1): Pass a :return-list parameter
4377 open-protocol-stream to obtain a list return value. Parse this list
4378 using plist-get.
4379
4380 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4381 for open-protocol-stream. Accept open-protocol-stream return value
4382 that is a subprocess object instead of a list. Handle the case of a
4383 dead returned process.
4384
4385 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
4386
4387 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4388
4389 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4390
4391 2011-03-21 Julien Danjou <julien@danjou.info>
4392
4393 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4394 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
4395 query.
4396 (mm-inline-text): Render normal text with fontification whenever
4397 possible.
4398
4399 * gnus-sum.el (gnus-summary-save-parts-1):
4400 * gnus-art.el (gnus-article-browse-html-save-cid-content)
4401 (gnus-article-browse-html-parts, gnus-mime-delete-part)
4402 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4403 Use `mm-handle-filename'.
4404
4405 * mm-util.el (mm-handle-filename): New function, return the filename of
4406 an handle.
4407
4408 2011-03-18 Julien Danjou <julien@danjou.info>
4409
4410 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4411 (gnus-buffer-live-p): Check that buffer is not nil.
4412
4413 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4414
4415 * gnus-art.el: Require mouse, which the build bot seems to say is
4416 needed.
4417
4418 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4419 XEmacs, since it doesn't have url-retrieve-synchronously.
4420
4421 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
4422
4423 * gnus-group.el (gnus-group-list-ticked): New function.
4424 (gnus-group-make-menu-bar): Provide a menu entry for it.
4425 (gnus-group-list-map): Provide a binding for it.
4426
4427 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4428
4429 * shr.el (shr-visit-file): New command.
4430
4431 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4432
4433 2011-03-17 Bjørn Mork <bjorn@mork.no>
4434
4435 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4436 servers.
4437
4438 2011-03-16 Julien Danjou <julien@danjou.info>
4439
4440 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4441 inline.
4442
4443 * gnus-art.el (article-hide-list-identifiers):
4444 Use gnus-group-get-list-identifiers.
4445
4446 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4447 (gnus-summary-remove-list-identifiers):
4448 Use gnus-group-get-list-identifiers to get regexp.
4449 (gnus-select-newsgroup, gnus-summary-insert-subject)
4450 (gnus-summary-insert-articles):
4451 Call gnus-summary-remove-list-identifiers unconditionally.
4452
4453 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4454
4455 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4456 we're selecting a group with unread articles.
4457
4458 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4459
4460 * gssapi.el: New file separated out from imap.el to provide a general
4461 Kerberos 5 connection facility for Emacs.
4462
4463 * message.el (message-elide-ellipsis): Document the format spec
4464 ellipsis.
4465
4466 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
4467
4468 * message.el (message-elide-region): Allow the ellipsis to say how many
4469 lines were removed.
4470
4471 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4472
4473 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4474 window configurations containing buffers that are now dead.
4475
4476 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4477 parsing to avoid integer overflows.
4478 (nnimap-parse-flags): Simplify the last change.
4479 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4480 too large for 32-bit Emacsen.
4481
4482 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4483
4484 * auth-source.el (auth-source-netrc-create):
4485 * message.el (message-yank-original): Fix use of `case'.
4486
4487 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
4488
4489 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4490 XEmacs, which was one character too wide.
4491
4492 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
4493
4494 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4495 default number of articles to display.
4496 (gnus-articles-to-read): Use pretty names for prompt.
4497
4498 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4499
4500 * gnus-int.el (gnus-open-server): Ditto.
4501
4502 * gnus-start.el (gnus-activate-group): Give a backtrace if
4503 debug-on-quit is set and the user hits `C-g'.
4504 (gnus-read-active-file): Ditto.
4505
4506 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4507
4508 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
4509
4510 * message.el (message-yank-original): Use cond instead of CL case.
4511
4512 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4513
4514 * auth-source.el (auth-source-netrc-create): Use usual format for the
4515 default in prompts.
4516
4517 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
4518
4519 * auth-source.el (auth-source-netrc-create): Show the default in the
4520 prompt when prompting for token creation.
4521
4522 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
4523
4524 * auth-source.el (auth-source-format-prompt): Always convert the value
4525 to a string to avoid evaluating non-string arguments.
4526 (auth-source-netrc-create): Offer default properly, not as initial
4527 content in `read-string'.
4528 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4529 of line to determine if we've been run before. If so, don't run again,
4530 but print a trivial message to indicate the cache was hit instead.
4531
4532 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
4533
4534 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4535 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
4536 The user will have to run `gnus-sync-read' manually and wait for Cloudy
4537 Gnus.
4538
4539 2011-03-11 Julien Danjou <julien@danjou.info>
4540
4541 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4542 modified file".
4543
4544 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
4545
4546 * auth-source.el (auth-source-read-char-choice): New function to read a
4547 character choice using `dropdown-list', `read-char-choice', or
4548 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
4549 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
4550 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
4551 (auth-source-netrc-saver): Use it.
4552 (auth-source-pick-first-password): New convenience function.
4553
4554 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
4555
4556 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4557 parameter in the credentials.
4558 (nnimap-open-connection-1): Use it after a successful login.
4559 (nnimap-credentials): Add IMAP-specific user and password prompt.
4560
4561 * auth-source.el (auth-source-search): Add :require parameter, taking a
4562 list. Document it and the :save-function return token. Pass :require
4563 down. Change the CREATED message from a warning to a debug statement.
4564 (auth-source-search-backends): Pass :require down.
4565 (auth-source-netrc-search): Pass :require down.
4566 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4567 Change save prompt to indicate all modifications saved here are
4568 deletions.
4569 (auth-source-netrc-create): Take user login name as default in user
4570 prompt. Move all the save functionality to a lexically bound function
4571 under the :save-function token in the returned list. Set up clearer
4572 default prompts for user, host, port, and secret.
4573 (auth-source-netrc-saver): New function, intended to be wrapped for
4574 :save-function.
4575
4576 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4577
4578 * Version 23.3 released.
4579
4580 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4581
4582 * shr.el (shr-table-horizontal-line): Change the defaults for the table
4583 lines to be spaces instead.
4584
4585 2011-03-07 Julien Danjou <julien@danjou.info>
4586
4587 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4588 (sieve-sasl-auth): Check that auth-source-search did return something,
4589 or just return an empty string.
4590
4591 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
4592
4593 * gnus.el (gnus-interactive): Use read-directory-name.
4594
4595 * gnus-uu.el (gnus-uu-decode-uu-and-save)
4596 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4597 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4598 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4599 Likewise.
4600
4601 * gnus-group.el (gnus-group-make-directory-group): Likewise.
4602
4603 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4604
4605 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4606 onto the list of killed groups, too. This makes killed nnimap groups,
4607 for instance, more reliably not reappear.
4608
4609 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4610 the parent.
4611
4612 * gnus-sum.el (gnus-update-read-articles): Fix typo.
4613
4614 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4615 really have server-side marks.
4616
4617 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4618 since most backends do not usefully have server-side marks.
4619 (gnus-update-read-articles): Propagate marks to all backends that
4620 really have server-side marks.
4621
4622 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
4623
4624 * message.el (message-cite-reply-position, message-cite-style):
4625 New variables.
4626 (message-yank-original): Use the new citation styles.
4627
4628 2011-03-04 Daiki Ueno <ueno@unixuser.org>
4629
4630 * message.el (message-options): Revert the change that's a workaround
4631 for XEmacs buffer-local issue; don't mark it buffer-local when running
4632 under XEmacs.
4633
4634 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
4635
4636 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4637 numbers too big to be `read'.
4638
4639 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
4640
4641 * message.el (message-options): Make buffer-local two ways to attempt
4642 to fix a XEmacs bug.
4643
4644 2011-03-02 Julien Danjou <julien@danjou.info>
4645
4646 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4647
4648 2011-03-01 Julien Danjou <julien@danjou.info>
4649
4650 * gnus-art.el (list-identifier): Add list-identifier as a parameter
4651 group.
4652 (article-hide-list-identifiers): Use list-identifier group parameter.
4653
4654 2011-02-28 Julien Danjou <julien@danjou.info>
4655
4656 * sieve.el (sieve-buffer-script-name): New local variable to store
4657 sieve script name.
4658 (sieve-edit-script): Store sieve script name.
4659 (sieve-upload): Use sieve script name when uploading.
4660 (sieve-upload): Use substitute-command-keys.
4661 (sieve-edit-script): Use substitute-command-keys.
4662 (sieve-refresh-scriptlist): Use substitute-command-keys.
4663 (sieve-manage-mode-map): Define keymap properly.
4664 (sieve-manage-mode): Do not set mode name manually, change mode-name to
4665 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4666 Remove commented code about cvs.
4667 (sieve-manage-quit): New function.
4668 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4669
4670 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4671
4672 * gnus-group.el (gnus-import-other-newsrc-file): New function.
4673
4674 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
4675
4676 * auth-source.el (auth-source-search): Cache empty result sets.
4677
4678 * auth-source.el (auth-source-save-behavior): New variable to replace
4679 `auth-source-never-create'.
4680 (auth-source-netrc-create): Use it.
4681 (auth-source-never-save): Remove.
4682
4683 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
4684
4685 * nnimap.el (nnimap-stream): Doc fix.
4686 (nnimap-open-connection-1): Reverse the order of the ports to that the
4687 prompted-for port is first.
4688
4689 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4690 retrieval by the no-group selection.
4691
4692 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4693 numerical parameters.
4694
4695 2011-02-25 Julien Danjou <julien@danjou.info>
4696
4697 * gnus-gravatar.el: Use gnus-with-article-buffer.
4698
4699 * gnus-art.el (gnus-with-article-buffer): Check that the
4700 gnus-article-buffer is alive.
4701
4702 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
4703
4704 * auth-source.el (auth-source-creation-prompts): New variable to manage
4705 creation-time prompts.
4706 (auth-source-search): Document it.
4707 (auth-source-format-prompt): Add utility function.
4708 (auth-source-netrc-create): Don't default the user name to
4709 user-login-name. Use `auth-source-creation-prompts' and some default
4710 prompts for user, host, port, and password (the default generic prompt
4711 remains ugly).
4712 (auth-source-never-save): Add customizable option to never save info.
4713 (auth-source-netrc-create): Use it and improve save prompts. Fix help
4714 mode excursion.
4715
4716 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4717
4718 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4719 argument that XEmacs doesn't support.
4720
4721 2011-02-23 Julien Danjou <julien@danjou.info>
4722
4723 * gnus-art.el (article-make-date-line): Ignore errors if time is
4724 invalid and not convertible.
4725 (article-make-date-line): Only add lapsed time if time is not nil.
4726
4727 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
4728
4729 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4730 `read-char-choice' for backwards compatibility.
4731 (auth-source-netrc-element-or-first): New function to DTRT for
4732 parameter extraction.
4733 (auth-source-netrc-create): Use it and fix multiple parameter print
4734 bug. Use the default passed from above (given-default) or the
4735 built-in (user-login-name for :user).
4736
4737 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
4738
4739 * gnus-start.el (gnus-dribble-read-file):
4740 Set buffer-save-without-query, since we always want to save the dribble
4741 file, probably.
4742
4743 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4744 nnimap.
4745
4746 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4747 -summary- since it's a user-visible variable.
4748
4749 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4750 first time you use the new Gnus.
4751
4752 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
4753
4754 * auth-source.el: Don't load netrc.el.
4755 (auth-sources): Search ~/.netrc as well by default.
4756 (auth-source-debug): Add 'trivia option for extra output.
4757 (auth-source-do-trivia): Use it.
4758 (auth-source-search): Simplify logic to use
4759 `auth-source-search-backends'. Use `auth-source-do-trivia' where
4760 appropriate. Don't keep a running count at this level. Layer :create
4761 and :delete options appropriately on the first and second passes.
4762 Don't track the backend with the search results.
4763 (auth-source-search-backends): New function to search a list of
4764 backends for a processed spec.
4765 (auth-source-netrc-parse): Cache all netrc files, making
4766 auth-source-netrc-cache an alist keyed by the file name and using the
4767 file mtime as the caching criterion. Keep the obfuscated data secret
4768 with a lexical bind.
4769 (auth-source-netrc-search): Don't calculate the length of the results
4770 unnecessarily.
4771 (auth-source-search-backends): Fix bug.
4772 (auth-source-netrc-create): Rework prompts.
4773
4774 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
4775
4776 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4777 Lower case names of search constraints.
4778 (nnir-run-query): Cache and reuse search constraints for all imap
4779 servers.
4780
4781 2011-02-22 Sam Steingold <sds@gnu.org>
4782
4783 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
4784
4785 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
4786
4787 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4788 after exit.
4789 (gnus-setup-message): Define missing variable from last checkin.
4790
4791 * gnus-sum.el (gnus-summary-show-article): When called with t as the
4792 value, show the raw article.
4793
4794 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4795
4796 * nnimap.el (nnimap-open-connection-1): Revert last change, since
4797 auth-source now accepts numbers.
4798
4799 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4800 spec, too.
4801 (auth-source-ensure-strings): New function.
4802
4803 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4804 (gnus-article-setup-buffer): Always restart the date timer so that user
4805 changes to the frequency is respected.
4806
4807 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4808 port numbers, so make sure it gets that if nnimap-server-port is
4809 explicit.
4810
4811 2011-02-21 Simon Josefsson <simon@josefsson.org>
4812
4813 * nnimap.el (nnimap-inbox): Doc fix.
4814
4815 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
4816
4817 * shr-color.el (shr-color->hexadecimal): Use renamed function names
4818 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4819 color-lab-to-srgb.
4820
4821 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4822
4823 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4824 given method as in the group name if we're using an extended method.
4825 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4826 command, if we're using that, instead of waiting for the beginning.
4827
4828 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4829 we're sure to get unique server names, and we don't output two async
4830 commands in the same buffer. This fixes an NNTP hang for some users.
4831
4832 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4833
4834 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4835 summary buffer before reading going to the next buffer. This avoids
4836 putting the point in the group buffer if you `C-g' the command.
4837
4838 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4839 cache (for now) to make ~/.authinfo.gpg files usable.
4840
4841 * nnfolder.el (copyright-update): Define for the compiler.
4842
4843 * auth-source.el (auth-source-search): Fix unbound variable.
4844
4845 2011-02-19 Glenn Morris <rgm@gnu.org>
4846
4847 * gnus.el (gnus-meta): Doc fix.
4848
4849 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
4850
4851 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4852 in case it's not yet loaded.
4853
4854 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
4855
4856 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4857 line we're waiting for.
4858
4859 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
4860
4861 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4862 face with line-width greater than zero will cause RET in gnus summary
4863 buffer to scroll down article page-wise because auto vscroll happens,
4864 it should be temporally disabled when doing a scroll-up.
4865
4866 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
4867
4868 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4869 outputs from the server.
4870
4871 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
4872
4873 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4874 later so that bbdb can hook in easier.
4875
4876 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
4877
4878 * auth-source.el (auth-source-search): Don't try to create credentials
4879 if the caller doesn't want that.
4880 (auth-source-search): If we don't find a match, don't bug out on
4881 non-bound variables.
4882 (auth-source-search): Only ask a single backend to create the
4883 credentials.
4884
4885 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4886 logging.
4887 (nnimap-credentials): Protect against auth-source-search returning nil.
4888 (nnimap-request-list): Protect against not being able to open the
4889 server.
4890
4891 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
4892
4893 * auth-source.el (auth-source-search): Do a two-phase search, one with
4894 no :create to get the responses from all backends.
4895
4896 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4897 when getting credentials.
4898
4899 * gnus-util.el (gnus-delete-duplicates): New function.
4900
4901 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
4902
4903 * nnimap.el (nnimap-credentials): Instead of picking the first port as
4904 a creation default, pass the whole port list down. It will be
4905 completed.
4906
4907 * auth-source.el (auth-source-search): Updated docs to talk about
4908 multiple creation choices.
4909 (auth-source-netrc-create): Accept a list as a value (from the search
4910 parameters) and do completion on that list. Keep a separate netrc line
4911 with the password obscured for showing the user.
4912
4913 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4914 first choice to `auth-source-search' so it will be used for entry
4915 creation instead of the server's Gnus-specific name.
4916 (nnimap-credentials): Rely on the auth-source library to select which
4917 port is actually wanted in the new netrc entry, so don't override
4918 `auth-source-creation-defaults'.
4919
4920 * auth-source.el (auth-source-netrc-parse): Use :port instead of
4921 :protocol and accept a missing user, host, or port as a wildcard match.
4922 (auth-source-debug): Default to off.
4923
4924 (auth-source-netrc-search, auth-source-netrc-create)
4925 (auth-source-secrets-search, auth-source-secrets-create)
4926 (auth-source-user-or-password, auth-source-backend, auth-sources)
4927 (auth-source-backend-parse-parameters, auth-source-search): Use :port
4928 instead of :protocol.
4929
4930 * nnimap.el (nnimap-credentials): Pass a port default to
4931 `auth-source-search' in case an entry needs to be created.
4932 (nnimap-open-connection-1): Use :port instead of :protocol.
4933
4934 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
4935
4936 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
4937 instead of delete-dups that is not available in XEmacs 21.4.
4938
4939 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
4940
4941 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4942 nil means that nnimap doesn't get updated.
4943
4944 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
4945
4946 * auth-source.el (auth-source-netrc-create): Return a synthetic search
4947 result when the user doesn't want to write to the file.
4948 (auth-source-netrc-search): Expect a synthetic result and proceed
4949 accordingly.
4950 (auth-source-cache-expiry): New variable to override
4951 `password-cache-expiry'.
4952 (auth-source-remember): Use it.
4953
4954 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4955 parameter. Create entry if necessary by using :create t.
4956 (nnimap-open-connection-1): Don't pass `inhibit-create'.
4957
4958 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
4959
4960 * auth-source.el (auth-source-debug): Enable by default and don't
4961 mention the obsolete `auth-source-hide-passwords'.
4962 (auth-source-do-warn): New function to debug unconditionally.
4963 (auth-source-do-debug): Use it.
4964 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4965 and for Secrets API entries when the secrets.el library is not
4966 available.
4967
4968 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
4969
4970 * gnus-sum.el (gnus-propagate-marks): Default to nil.
4971 (gnus-summary-exit): Kill the correct article buffer on exit from a
4972 `C-d' group.
4973
4974 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4975 gnus-propagate-marks.
4976
4977 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4978 before killing the buffers so that a non-full window conf gets handled
4979 correctly.
4980 (gnus-summary-exit): Ditto.
4981 (gnus-summary-read-group-1): Ditto.
4982
4983 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4984 async code again so that we can debug it properly.
4985
4986 * message.el (message-reply): Take an optional switch-buffer parameter
4987 so that Gnus window confs are respected better.
4988
4989 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
4990
4991 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4992 `plist-get' to accept non-list parameters (XEmacs issue).
4993 Fix docstring.
4994 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4995 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4996 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4997 Login collection is "Login" and not "login".
4998
4999 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5000
5001 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5002 multiple headers.
5003
5004 * nnimap.el (nnimap-inhibit-logging): New variable.
5005 (nnimap-log-command): Don't log login commands.
5006
5007 * auth-source.el (auth-source-netrc-search): The asserts seem to want
5008 to have more parameters.
5009
5010 * nnimap.el (nnimap-send-command): Mark the command time for each
5011 command, so that we don't get NOOPs stepping on our toes.
5012
5013 * gnus-art.el (article-date-ut): Get the date from the Date header on
5014 `t'.
5015
5016 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5017
5018 * auth-source.el (auth-source-search): Use copy-sequence instead of
5019 the cl.el copy-list.
5020
5021 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
5022
5023 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5024 Improve prompt.
5025
5026 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5027
5028 * gnus-art.el (gnus-article-mode-line-format): Remove the article
5029 washing status from the default format. It isn't very informative.
5030
5031 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
5032
5033 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5034 Fix Gcc processing on imap.
5035
5036 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5037
5038 * message.el (message-bury): Don't pop up a new window when selected
5039 window is dedicated.
5040
5041 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5042
5043 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5044
5045 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
5046
5047 * sieve-manage.el: Autoload `auth-source-search'.
5048 (sieve-sasl-auth): Use it.
5049
5050 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
5051
5052 * nnimap.el: Autoload `auth-source-forget+'.
5053 (nnimap-open-connection-1): Use it if the connection fails.
5054
5055 * auth-source.el: Require `password-cache'.
5056 (auth-source-hide-passwords, auth-source-cache): Remove and mark
5057 obsolete.
5058 (auth-source-magic): Marker for `password-cache' keys.
5059 (auth-source-do-cache): Update docstring.
5060 (auth-source-search): Use and check cache.
5061 (auth-source-forget-all-cached, auth-source-remember)
5062 (auth-source-recall, auth-source-forget, auth-source-forget+)
5063 (auth-source-specmatchp): Caching support functions.
5064 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5065 Remove and obsolete.
5066 (auth-source-user-or-password): Remove caching to further discourage
5067 using it. Always hide passwords.
5068
5069 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
5070
5071 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5072 code for now, since it doesn't work for all users.
5073
5074 2011-02-09 Julien Danjou <julien@danjou.info>
5075
5076 * message.el (message-options): Make message-options really buffer
5077 local.
5078
5079 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
5080
5081 * mail-source.el: Autoload `auth-source-search'.
5082 (mail-source-keyword-map): Note order matters.
5083 (mail-source-set-1): Get all the mail-source source values and
5084 defaults and search auth-source on those if needed. This can all
5085 probably be simplified.
5086
5087 * nnimap.el: Autoload `auth-source-search'.
5088 (nnimap-credentials): Use it.
5089 (nnimap-open-connection-1): Ask for the virtual server and physical
5090 address in one shot.
5091
5092 * nntp.el: Autoload `auth-source-search'.
5093 (nntp-send-authinfo): Use it. Note TODO.
5094
5095 2011-02-08 Julien Danjou <julien@danjou.info>
5096
5097 * shr.el (shr-tag-body): Add support for text attribute in body
5098 markups.
5099
5100 * message.el (message-options): Make message-options a local variable.
5101
5102 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
5103
5104 * auth-source.el (auth-source-secrets-search)
5105 (auth-source-user-or-password): Use `append' instead of `nconc'.
5106 (auth-source-user-or-password): Build return list better and protect
5107 against nil :secret.
5108
5109 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
5110
5111 * nnimap.el (nnimap-update-info): Refactor slightly.
5112 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5113 (nnimap-update-info): Clean up slightly.
5114 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5115 characters.
5116 (nnimap-process-quirk): Rename function to avoid collision.
5117 (nnimap-update-info): Fix macrology bug-out.
5118 (nnimap-update-info): Simplify split history test.
5119
5120 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
5121
5122 * auth-source.el (top): Require 'eieio unconditionally.
5123 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5124 (auth-source-secrets-search): Limit search when `max' is greater than
5125 number of results.
5126
5127 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5128
5129 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5130 part not returning any data.
5131
5132 * proto-stream.el (open-protocol-stream): Document the return value.
5133
5134 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5135
5136 * auth-source.el (auth-source-secrets-search): Add examples.
5137
5138 2011-02-06 Julien Danjou <julien@danjou.info>
5139
5140 * message.el (message-setup-1): Handle message-generate-headers-first
5141 set to t.
5142
5143 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5144
5145 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5146 API with a string "secrets:collection-name" and with 'default.
5147 (auth-source-backend-parse): Parse "secrets:collection-name" and
5148 'default. Recurse on parses instead of repeating code. Use the
5149 Secrets API is the source is not nil and 'ignore otherwise. Emit a
5150 message when ignoring a source.
5151 (auth-source-search): List ignored search keys at the top level.
5152 (auth-source-netrc-create): Use `case' instead of `cond'.
5153 (auth-source-secrets-search): Created with TODOs.
5154 (auth-source-secrets-create): Created with TODOs.
5155 (auth-source-retrieve, auth-source-create, auth-source-delete)
5156 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5157 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5158 (auth-source-user-or-password-sftp)
5159 (auth-source-user-or-password-smtp): Remove.
5160 (auth-source-user-or-password): Deprecated and modified to be a wrapper
5161 around `auth-source-search'. Not tested thoroughly.
5162
5163 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
5164
5165 * auth-source.el: Bring in assoc and eioeio libraries.
5166 (secrets-enabled): New variable to track the status of the Secrets API.
5167 (auth-source-backend): New EIOEIO class to represent a backend.
5168 (auth-source-creation-defaults): New variable to set prompt defaults
5169 during token creation (see the `auth-source-search' docstring for
5170 details).
5171 (auth-sources): Simplify to allow a simple string as a netrc backend
5172 spec.
5173 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5174 (auth-source-backend-parse-parameters): Fill in the backend parameters.
5175 (auth-source-search): Main auth-source API entry point.
5176 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5177 (auth-source-search-collection): Helper function for searching.
5178 (auth-source-netrc-parse, auth-source-netrc-normalize)
5179 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5180 Supports search, create, and delete.
5181 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5182 backend stubs.
5183 (auth-source-user-or-password): Call `auth-source-search' but it's not
5184 ready yet.
5185
5186 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
5187
5188 * message.el (message-setup-1): Remove the read-only stuff, since it
5189 doesn't work under XEmacs, for some reason.
5190
5191 * gnus-sum.el (gnus-user-date): Rename back from
5192 gnus-summary-user-date since user code refers to it.
5193
5194 * shr.el (shr-render-td): Store the actual background color used.
5195
5196 * message.el (message-setup-1): Don't bind the constant
5197 -forbidden-properties.
5198 (message-setup-1): Revert previous change, since it needs to bind the
5199 props to insert them.
5200 (message-resend): Allow removing the read-only separator line.
5201
5202 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5203
5204 * nnimap.el (nnimap-request-accept-article): Give an error message if
5205 the APPEND wasn't successful.
5206
5207 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
5208
5209 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5210 that have no groups.
5211
5212 2011-02-03 Julien Danjou <julien@danjou.info>
5213
5214 * gnus-draft.el: Remove progn around gnus-draft-setup.
5215
5216 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5217
5218 * gnus-start.el (gnus-read-active-for-groups): This function is never
5219 called with a nil `infos', so clean that up.
5220 (gnus-get-unread-articles): Request active files from primary/secondary
5221 methods that have no groups (yet).
5222
5223 2011-02-03 Julien Danjou <julien@danjou.info>
5224
5225 * message.el (message-setup-1): Always generate References first.
5226 (message-mail): Return the return value of message-setup, not always t.
5227 (message-setup-1): Insert mail-header-separator with read-only and
5228 intangible properties set.
5229
5230 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5231 user-date in docstring.
5232
5233 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5234
5235 * gnus.el (gnus-summary-line-format): Mention &user-date format in
5236 docstring.
5237
5238 * gnus.el (gnus-user-date-format-alist): Change default value.
5239 Use defcustom, with type and group. Move from gnus-util.el.
5240 Rename to gnus-summary-user-date-format-alist.
5241
5242 2011-02-03 Glenn Morris <rgm@gnu.org>
5243
5244 * nnimap.el (gnus-fetch-headers): Declare.
5245
5246 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5247
5248 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5249
5250 * message.el (message-forward-make-body-digest-plain)
5251 (message-followup, message-reply): Clean up things noted by Stefan.
5252
5253 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5254 gnus-article-update-date-headers is nil.
5255 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5256 it didn't really work with defcustom.
5257 (article-update-date-lapsed): Make sure the window start doesn't move,
5258 either.
5259
5260 2011-02-01 Julien Danjou <julien@danjou.info>
5261
5262 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5263 format.
5264
5265 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5266 standard in Emacs nowadays.
5267
5268 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5269
5270 * message.el (message-expand-name): Don't trust the return value of
5271 bbdb-complete-name.
5272 (message-check-news-header-syntax): Remove unused var `start'.
5273 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5274 (message-inhibit-body-encoding): Move to before first use.
5275 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5276 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5277 (Organization, Message-ID, Date, mh-previous-window-config):
5278 Defvar the vars using dynamic scoping.
5279
5280 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
5281
5282 * shr.el (shr-render-td): Only do colors at the final rendering.
5283 Should be slightly faster.
5284 (shr-insert-table): Fix up TD background colors when doing the
5285 vertical padding.
5286
5287 * gnus-art.el (article-date-ut): Protect against articles with no Date
5288 header.
5289 (article-update-date-lapsed): Don't use current-column to find the
5290 horizontal position. It's fragile in the presence of \003 characters.
5291
5292 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5293
5294 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5295
5296 * gnus-art.el (article-transform-date): Rewrite to still work when
5297 there are several rfc2822 parts.
5298 (article-transform-date): Fix infinite recursion.
5299 (article-date-ut): Replace infinitely many Date headers with a single
5300 one when called interactively.
5301
5302 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5303 secure manner.
5304
5305 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5306 move around by not using save-window-excursion. It seems to work...
5307
5308 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5309
5310 * gnus-art.el (article-make-date-line): Work for user-defined format.
5311
5312 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5313
5314 * nntp.el (nntp-retrieve-group-data-early)
5315 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5316 fetching functions.
5317
5318 * gnus-start.el (gnus-read-active-for-groups): Read the active files
5319 thoroughly for all backends that have no known groups. This should
5320 allow new nnml methods to retrieve mail.
5321
5322 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5323 that Gnus doesn't know exists again.
5324
5325 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5326 (gnus-treat-date-ut): Ditto.
5327 (gnus-article-update-date-header): Rename.
5328 (gnus-treat-date-local): Remove.
5329 (gnus-treat-date-english): Remove.
5330 (gnus-treat-date-lapsed): Remove.
5331 (gnus-treat-date-combined-lapsed): Remove.
5332 (gnus-treat-date-original): Remove.
5333 (gnus-treat-date-iso8601): Remove.
5334 (gnus-treat-date-user-defined): Remove.
5335 (gnus-article-date-headers): New variable to control all the date
5336 header options.
5337 (article-date-ut): Rewrite to allow using the new way to format date
5338 headers(s).
5339
5340 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
5341
5342 * nnmail.el (nnmail-article-group): Check for a direct fancy split
5343 method.
5344 (nnmail-article-group): A better test for fanciness.
5345
5346 * nnimap.el (nnimap-request-head): Protect against not finding the
5347 article by Message-ID.
5348
5349 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
5350
5351 * gnus-art.el (article-update-date-lapsed): Try a better way to really
5352 keep point at the "same place".
5353
5354 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
5355
5356 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5357 data if the group is inactive.
5358
5359 2011-01-28 Julien Danjou <julien@danjou.info>
5360
5361 * gnus-win.el: Remove dead function gnus-window-configuration-element.
5362 (gnus-all-windows-visible-p): Remove old compatibility code.
5363 (gnus-window-top-edge): Add docstring.
5364
5365 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5366
5367 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
5368
5369 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5370 older request-update-info.
5371
5372 * gnus-art.el (article-make-date-line): Limit the length a bit more.
5373
5374 2011-01-28 Daiki Ueno <ueno@unixuser.org>
5375
5376 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5377 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5378
5379 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
5380
5381 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5382 groups. This makes the nndraft:queue group pop up if it's not already
5383 there.
5384
5385 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5386 messages" logic, which was reversed.
5387
5388 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5389 the "same place" even if point is on the line being replaced.
5390 (article-update-date-lapsed): Allow updating both the combined lapsed
5391 and the lapsed headers.
5392 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5393 (article-make-date-line): Limit the number of segments dynamically to
5394 avoid too-long lines.
5395
5396 2011-01-27 Julien Danjou <julien@danjou.info>
5397
5398 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5399 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5400
5401 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
5402
5403 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5404 Use plist-get instead of the cl function getf.
5405
5406 2011-01-27 Glenn Morris <rgm@gnu.org>
5407
5408 * gnus-util.el (float-time): Get rid of compiler warning, again.
5409
5410 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
5411
5412 * shr.el (shr-put-color): Special-case background colors: Do put them
5413 at the blank parts at the front of the lines.
5414
5415 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5416 exit hook to nix out all data on readedness on group exit.
5417
5418 * gnus-util.el (float-time): If float-time is bound, always use it on
5419 all Emacsen. It's unclear why the subrp check was there.
5420 (time-date): Require to make some autoload issues on XEmacs go away.
5421
5422 * shr.el (shr-put-color): Don't do the box padding in tables, since
5423 they're already padded.
5424
5425 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
5426
5427 * gnus-art.el (gnus-article-next-page): When the last line of the
5428 article is displayed, scroll down once more instead of going to the
5429 next article at once.
5430 (article-lapsed-string): Refactor out and allow specifying how many
5431 segments you want.
5432 (gnus-article-setup-buffer): Start updating the lapsed header directly.
5433 (gnus-article-update-lapsed-header): New variable.
5434
5435 * shr.el: Revert change that made headings use different-sized faces.
5436 The Emacs display engine isn't advanced enough that, for instance,
5437 tables can comfortably use differently-sized faces.
5438
5439 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
5440
5441 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5442 used.
5443 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5444 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5445 we're using an encrypted connection.
5446
5447 * proto-stream.el: Alter the interface functions to also return the
5448 actual stream type used: network or TLS.
5449
5450 2011-01-25 Julien Danjou <julien@danjou.info>
5451
5452 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5453 (mm-display-javascript-inline): New function.
5454
5455 * mm-decode.el (mm-inline-media-tests): Add application/javascript
5456 viewing function.
5457
5458 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5459
5460 * shr.el (shr-expand-newlines): Fix variable name.
5461
5462 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
5463
5464 * shr.el (shr-expand-newlines): Make nested boxes work.
5465
5466 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
5467
5468 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5469 backgrounds.
5470 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5471 in a more sensible manner.
5472
5473 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
5474
5475 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5476 if EPG is loaded.
5477
5478 2011-01-24 Julien Danjou <julien@danjou.info>
5479
5480 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5481 tags.
5482
5483 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
5484
5485 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5486 commands.
5487
5488 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5489 in the article buffer.
5490 (gnus-gravatar-insert): Use blank space from the current buffer to
5491 avoid breaking text properties. This makes X-Sent updating work again.
5492
5493 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5494
5495 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
5496
5497 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5498 fix the bug in url-http.el instead.
5499
5500 * shr.el (shr-image-fetched): Ditto.
5501
5502 * shr.el (shr-image-fetched): Avoid having point move in the article
5503 buffer.
5504
5505 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5506 buffer after being called. It's apparently being killed by url.el, and
5507 killing it made point move to end-of-buffer in a random buffer.
5508
5509 * shr.el (shr-image-fetched): Ditto.
5510
5511 2011-01-23 Julien Danjou <julien@danjou.info>
5512
5513 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5514
5515 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5516 text/x-org.
5517
5518 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5519
5520 * gnus-sum.el (gnus-summary-move-article): Protect against backends
5521 (i.e., nnimap) returning nil as the article number.
5522
5523 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5524
5525 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5526 "DelSp" parameter in RFC3676.
5527
5528 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5529
5530 * message.el (message-check-recipients): Display the encoded version of
5531 the bogus address if they differ.
5532
5533 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5534 after sending.
5535
5536 * gnus-agent.el (gnus-agent-send-mail): Ditto.
5537
5538 * gnus-group.el (gnus-group-refresh-group): New convenience function.
5539
5540 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5541 group buffer after sending the queue.
5542
5543 * gnus-agent.el (gnus-agent-send-mail): Ditto.
5544
5545 2011-01-22 Julien Danjou <julien@danjou.info>
5546
5547 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5548
5549 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5550
5551 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5552 nested related parts.
5553
5554 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5555 unexpired articles. This fixes the regression that led expiry marks to
5556 disappear from nnfolder groups.
5557
5558 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
5559
5560 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5561 Don't confuse the "ret" of "retrograde" with RET.
5562
5563 2011-01-21 Julien Danjou <julien@danjou.info>
5564
5565 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5566 than mm-insert-inline.
5567
5568 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
5569
5570 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5571 Widen article buffer.
5572
5573 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5574
5575 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5576 the temp buffer.
5577 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5578
5579 2011-01-20 Julien Danjou <julien@danjou.info>
5580
5581 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5582
5583 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5584 than mm-insert-inline to insert inline part: this respect
5585 mm-inline-media-tests displayers.
5586
5587 * mm-view.el (mm-display-shell-script-inline): New function.
5588
5589 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5590
5591 * mm-uu.el (mm-uu-type-alist): Add org block.
5592 (mm-uu-org-src-code-block-extract): New function.
5593
5594 * mm-view.el (mm-display-org-inline): New function.
5595
5596 * mm-decode.el (mm-automatic-display): Add text/org.
5597
5598 * mailcap.el (mailcap-mime-extensions): Add .org.
5599
5600 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5601
5602 * gnus-art.el (gnus-article-highlight): Remove argument passed to
5603 gnus-article-add-buttons.
5604
5605 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
5606
5607 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5608 From header with a date and "nobody" as the sender.
5609
5610 2011-01-19 Julien Danjou <julien@danjou.info>
5611
5612 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5613 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5614 if you have the same regexp several times.
5615 (gnus-button-push): Fix matching when regexp is symbol.
5616
5617 2011-01-15 Glenn Morris <rgm@gnu.org>
5618
5619 * message.el (message-mail): A compose-mail function should
5620 accept headers as strings.
5621
5622 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
5623
5624 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5625 Add :vert-only tags.
5626 (message-mail): New arg RETURN-ACTION.
5627 (message-return-action): New var.
5628 (message-bury): Use it.
5629 (message-mode): Make it buffer-local.
5630 (message-send-and-exit): Always call message-bury.
5631
5632 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
5633 message-mail.
5634
5635 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5636
5637 * nnimap.el (nnimap-convert-partial-article): Protect against
5638 zero-length body parts.
5639
5640 * mm-decode.el (mm-preferred-alternative-precedence):
5641 Discourage showing empty parts.
5642
5643 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5644 and stuff if the backend didn't return the article number. This fixes
5645 an Exchange-related nnimap bug.
5646
5647 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5648 group window, because it does the wrong thing when a separate frame
5649 displays the group buffer.
5650
5651 * proto-stream.el (open-protocol-stream): Protect against the low-level
5652 transport functions returning nil.
5653
5654 2011-01-07 Daiki Ueno <ueno@unixuser.org>
5655
5656 * mml2015.el (epg-sub-key-fingerprint): Autoload.
5657 (mml2015-epg-find-usable-secret-key): New function.
5658 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5659 mml2015-epg-find-usable-key (Bug#7797).
5660 (mml2015-epg-encrypt): Ditto.
5661
5662 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5663
5664 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5665
5666 2011-01-03 Glenn Morris <rgm@gnu.org>
5667
5668 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5669
5670 * sieve.el (sieve-open-server): Give a more explicit error if
5671 sieve-manage-open returns nil. (Bug#7720)
5672
5673 2011-01-02 Karl Fogel <kfogel@red-bean.com>
5674
5675 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5676
5677 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5678
5679 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5680 This avoids sending passwords in plain text over non-encrypted
5681 channels.
5682
5683 * shr.el (shr-rescale-image): Display all GIF images as animated images.
5684
5685 * nnimap.el (nnimap-login): Refactored out into own function, and
5686 implement CRAM-MD5.
5687 (nnimap-wait-for-line): Refactored out.
5688
5689 * mm-view.el (mml-smime): Require.
5690
5691 2010-12-20 David Engster <deng@eml.cc>
5692
5693 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5694 use EPG to decrypt S/MIME messages instead of openssl.
5695
5696 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5697
5698 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5699
5700 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5701 status is the group clearly is unreachable.
5702
5703 * auth-source.el (auth-source-create): Add the optional second
5704 parameter to `local-variable-p' to be compatible with XEmacs.
5705
5706 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
5707
5708 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5709 work when using a compressed nnml folder.
5710
5711 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5712
5713 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5714 backends after sanitising on entry, because this never makes sense:
5715 If the articles have gone missing, then the data no longer exists on
5716 the backend, and if they haven't, then Gnus is wrong, and shouldn't
5717 overwrite anything anyway.
5718
5719 * shr.el (shr-insert-document): Bind shr-width dynamically to
5720 window-width if it's nil.
5721
5722 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
5723
5724 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5725 with the meaning of using the full emacs window width for rendering.
5726
5727 2010-12-27 Daiki Ueno <ueno@unixuser.org>
5728
5729 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5730 case when sender is not given.
5731
5732 2010-12-23 Julien Danjou <julien@danjou.info>
5733
5734 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5735 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5736 the addresses, otherwise we might misplaced the gravatar.
5737
5738 2010-12-21 Daiki Ueno <ueno@unixuser.org>
5739
5740 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5741 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5742 obsolete in Emacs.
5743
5744 2010-12-20 Julien Danjou <julien@danjou.info>
5745
5746 * gnus-util.el (gnus-rescale-image): Revert last change.
5747
5748 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5749
5750 * gnus-group.el (gnus-group-delete-articles): New command.
5751
5752 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
5753
5754 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5755
5756 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5757
5758 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5759 here, since it's up to the backends to do CRLF removal if their
5760 protocol has it.
5761
5762 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5763
5764 2010-12-17 Julien Danjou <julien@danjou.info>
5765
5766 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5767 they are from file. Can also scale up.
5768
5769 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
5770
5771 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5772 Restore gnus-use-agent.
5773 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5774
5775 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5776
5777 2010-12-17 Julien Danjou <julien@danjou.info>
5778
5779 * gravatar.el (gravatar-retrieve-synchronously): New function.
5780 (gravatar-get-data): Make more robust.
5781
5782 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5783
5784 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5785 to really consider the last line.
5786
5787 2010-12-16 Daiki Ueno <ueno@unixuser.org>
5788
5789 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5790 list of recipient keys, or use symmetric encryption if not a list.
5791 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5792 EPA override, replacing the call to `netrc-store-data'.
5793
5794 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
5795
5796 * gnus-srvr.el: Avoid passing nil regexp argument to
5797 delete-matching-lines.
5798
5799 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5800
5801 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5802 fetching stops when Gnus exits.
5803
5804 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5805 function.
5806 (nnfolder-request-expire-articles): Save all the buffers after doing
5807 expiry.
5808
5809 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5810 the last article", since that led to serious performance regressions
5811 when expiring nnml groups.
5812
5813 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
5814
5815 * nnir.el: Improve customizations.
5816
5817 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5818
5819 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5820
5821 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5822 group has been killed.
5823 (gnus-group-yank-group): Ditto.
5824
5825 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5826
5827 * nnimap.el (nnimap-request-update-group-status): New function.
5828
5829 * gnus-int.el (gnus-request-update-group-status): New interface
5830 function.
5831
5832 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5833 copying read-ness to the backends.
5834
5835 * nnimap.el (nnimap-quirk): New function.
5836 (nnimap-retrieve-group-data-early): Use it.
5837 (nnimap-quirks): New alist.
5838
5839 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
5840
5841 * shr.el (shr-insert): Set shr-start after deleting trailing space;
5842 don't delete it within indentation.
5843
5844 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5845
5846 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5847 previous line.
5848
5849 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5850
5851 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5852 QRESYNC command by deleting a superfluous space which broke Cyrus
5853 servers. This change will break other servers that are buggy the other
5854 way around.
5855
5856 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5857
5858 * spam.el: Reindent and fix long lines.
5859 (spam-copy-or-move-routine): Exclude invalid move destinations.
5860
5861 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
5862
5863 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5864 installed the registry.
5865
5866 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
5867
5868 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5869 groupname doesn't contain "gmane".
5870
5871 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5872
5873 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5874 (gnus-1): Don't create the nndrafts group twice.
5875 (gnus-setup-news): There's no need to read the active file here, since
5876 that's done again later on a per-backend basis.
5877 (gnus-start-draft-setup): Make sure that the new group is started out
5878 empty.
5879
5880 * gnus-agent.el (gnus-agentize): Don't create the queue group
5881 automatically on startup. It'll be created later, if needed.
5882
5883 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5884 of automatically subscribed groups.
5885 (gnus-auto-subscribed-categories): New variable.
5886 (gnus-matches-options-n): Use it.
5887 (gnus-default-subscribed-newsgroups): Remove unused variable.
5888 (gnus-start-draft-setup): Message a bit less.
5889
5890 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
5891
5892 * nnir.el (nnir-run-imap): Return article list in order of increasing
5893 UID.
5894
5895 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5896
5897 * gnus-sum.el (gnus-summary-enter-digest-group):
5898 Mention gnus-auto-select-on-ephemeral-exit.
5899
5900 * proto-stream.el (proto-stream-open-network-only): Fix the calling
5901 convention of the network-only option.
5902
5903 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5904
5905 * proto-stream.el (proto-stream-open-network-only): New function to
5906 have a way to specify non-STARTTLS upgrade connections.
5907
5908 2010-12-10 Julien Danjou <julien@danjou.info>
5909
5910 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5911 email address is nil.
5912
5913 * message.el (message-bogus-recipient-p): Set address to "" if nil.
5914
5915 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
5916
5917 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5918 deletion.
5919 (nnir-run-imap): Only need to parse list once.
5920
5921 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5922
5923 * shr.el (shr-tag-script): Ignore <script>.
5924 (shr-tag-label): Add <label> support.
5925
5926 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
5927
5928 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5929
5930 * shr.el (shr-image-displayer): Work for images lined side by side.
5931
5932 2010-12-08 Robert Pluim <rpluim@gmail.com>
5933
5934 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5935 parameter, since XEmacs doesn't accept t as a parameter.
5936
5937 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
5938
5939 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5940 ids.
5941 (nnir-run-gmane): Simplify groupspec formatting.
5942 (nnir-request-expire-articles): New function.
5943
5944 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5945
5946 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5947 overflow, possibly.
5948
5949 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5950 (shr-render-td): Handle td style="" better.
5951 (shr-tag-table): Use the color from the style sheet.
5952 (shr-render-td): Make sure we copy over all the overlays, too.
5953
5954 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
5955
5956 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5957 (nnir-request-article): Improve article retrieval.
5958
5959 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
5960
5961 * mm-util.el (mm-extra-numeric-entities): New variable.
5962
5963 * mm-url.el (mm-url-decode-entities):
5964 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5965
5966 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5967
5968 * message.el: Use completion-at-point.
5969 (message-completion-function): New fun, extracted from message-tab.
5970 (message-mode): Use it for completion-at-point-functions.
5971 (message-tab): Use it and completion-at-point.
5972
5973 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
5974
5975 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5976 character if a non-breakable character follows.
5977
5978 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5979
5980 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5981 any stream.
5982
5983 * shr.el (shr-tag-font): Colorize the region.
5984 (shr-tag-body): Ditto.
5985 (shr-tag-font): Actually let the styles be inherited instead of
5986 overwriting them.
5987 (shr-tag-font): Get the background color right.
5988 (shr-tag-style): Ignore all <style> tags for the moment.
5989
5990 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5991 a Message-ID to avoid having nnimap depend on gnus-sum.
5992
5993 * shr.el (shr-descend): Only colorize something if we have a node that
5994 sets colors.
5995
5996 2010-12-06 Julien Danjou <julien@danjou.info>
5997
5998 * shr.el (shr-render-td): Render td content with shr-descend, so style
5999 will be applied to <td> too.
6000 (shr-colorize-region): Colorize region even if we only have a background.
6001 (shr-tag-body): Fix color and background color inheritance.
6002 Do not recolorize after shr-generic.
6003 (shr-tag-font): Let shr-generic colorize via inheritance.
6004
6005 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
6006
6007 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6008
6009 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
6010
6011 * nnir.el (nnir-request-move-article): Remove obsolete code.
6012
6013 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6014
6015 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6016
6017 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6018
6019 * gnus-sum.el (gnus-summary-respool-article): The completion function
6020 expects a list instead of an alist.
6021
6022 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6023 string as the parameter.
6024
6025 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6026
6027 * shr.el (shr-stylesheet): New dynamic variable for cascading the
6028 styles.
6029 (shr-colorize-region): New function.
6030 (shr-insert-background-overlay): Remove.
6031 (shr-render-td): Background setting should be taken care of on a higher
6032 level.
6033 (shr-tag-body): Use post-hoc colorizations.
6034 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6035 (shr-put-color-1): Don't overwrite old colors.
6036 (shr-colorize-region): When the background color isn't explicit, use
6037 a fixed background.
6038
6039 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6040 nnmail variables.
6041
6042 2010-12-05 Bjørn Mork <bjorn@mork.no>
6043
6044 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6045 unless necessary.
6046
6047 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
6048
6049 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6050 server.
6051
6052 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6053
6054 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6055 so that TAB works.
6056
6057 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6058 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6059
6060 * shr.el (shr-urlify): Show the URL before the title to avoid
6061 misleading URLs.
6062
6063 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
6064
6065 * shr.el (shr-urlify): Display the title in <a> tags.
6066
6067 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
6068
6069 * nnir.el (nnir-categorize): Replace mapcar with mapc.
6070
6071 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
6072
6073 * nnir.el: Rearrange code to allow macros to be autoloaded by
6074 gnus-sum.el.
6075 (nnir-retrieve-headers-override-function): Make this variable
6076 customizable.
6077 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6078
6079 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6080 from nnir.el.
6081
6082 2010-12-03 Julien Danjou <julien@danjou.info>
6083
6084 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6085
6086 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6087
6088 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6089 allow optional argument `environment'.
6090
6091 2010-12-03 Glenn Morris <rgm@gnu.org>
6092
6093 * mm-extern.el (message-goto-body): Update declaration.
6094
6095 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6096
6097 * gnus-util.el (gnus-macroexpand-all): New function.
6098
6099 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6100 instead of macroexpand-all that is unavailable in XEmacs.
6101
6102 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
6103
6104 * nnir.el (nnir-summary-line-format): New variable.
6105 (nnir-mode): Use it.
6106 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6107 (nnir-article-ids): Reimplement as defsubst.
6108 (nnir-retrieve-headers): Don't mangle the subject header.
6109 (nnir-run-imap): Use 100 as RSV score.
6110 (nnir-run-find-grep): Fix for full server searching.
6111 (nnir-run-gmane): Better restriction to gmane groups.
6112
6113 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6114 summary buffers.
6115
6116 2010-12-02 Julien Danjou <julien@danjou.info>
6117
6118 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6119
6120 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6121
6122 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6123 support.
6124
6125 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
6126
6127 * nnir.el: Update to handle the registry better.
6128 (autoload): Silence byte-compiler.
6129 (nnir-open-server): Add a hook for nnir groups.
6130 (nnir-request-move-article): Don't mangle the header. Better to use
6131 formatting variables (which will be added in the future).
6132 (nnir-registry-action): Update the registry using the original article
6133 group name.
6134 (nnir-mode): Install nnir-specific hooks for updating the registry.
6135
6136 * gnus-sum.el
6137 (gnus-article-original-subject,gnus-newsgroup-original-name):
6138 Remove obsolete variables.
6139 (gnus-summary-move-article): Remove use of obsolete variables.
6140 (gnus-summary-local-variables): Make move and delete hooks local to
6141 summary buffers.
6142
6143 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6144
6145 * rtree.el: New file.
6146
6147 2010-12-01 Julien Danjou <julien@danjou.info>
6148
6149 * message.el (message-user-organization): Do not use
6150 gnus-local-organization.
6151
6152 * gnus.el: Remove gnus-local-organization.
6153
6154 * gnus-msg.el: Remove nastygram thing.
6155
6156 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
6157
6158 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6159 funcall.
6160
6161 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
6162
6163 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6164 names.
6165
6166 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6167 characters.
6168
6169 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6170 to t of inhibit-read-only since it is inside gnus-with-article-headers.
6171 Suggested by Štěpán Němec <stepnem@gmail.com>.
6172 (gnus-gravatar-transform-address): Use mail-extract-address-components
6173 that supports non-ASCII names rather than mail-header-parse-addresses.
6174
6175 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6176
6177 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
6178 handled by the network handler.
6179
6180 2010-11-30 Julien Danjou <julien@danjou.info>
6181
6182 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6183 (nnimap-open-connection-1): Fix PREAUTH.
6184
6185 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6186
6187 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6188
6189 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6190 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6191 (shr-insert): Use them.
6192 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6193
6194 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
6195
6196 * nnir.el (nnir-request-move-article): Bail out if original group
6197 doesn't support article moves.
6198 (nnir-get-active): Improve active list retrieval.
6199
6200 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6201
6202 * shr.el (shr-find-fill-point): Don't break before apostrophes.
6203
6204 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
6205
6206 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6207 seem to accept strings-with-numbers as port numbers.
6208
6209 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
6210
6211 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6212 change the registry.
6213
6214 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
6215
6216 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6217 delete-dups that is not available in XEmacs 21.4.
6218
6219 * mm-util.el (mm-delete-duplicates): Add comment.
6220
6221 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
6222
6223 * nnir.el (nnir-ignored-newsgroups): New variable.
6224 (nnir-get-active): Use it.
6225
6226 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6227
6228 * proto-stream.el (proto-stream-open-network): Add some comments.
6229
6230 * nntp.el (nntp-open-connection): Provide a :success condition.
6231
6232 * nnimap.el (nnimap-open-connection-1): Ditto.
6233
6234 * proto-stream.el (proto-stream-open-network): See what the response to
6235 the STARTTLS command is.
6236
6237 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6238 backwards compatibility).
6239 (nnimap-open-connection-1): Really respect nnimap-server-port.
6240
6241 * proto-stream.el (proto-stream-open-network): When doing opportunistic
6242 TLS upgrades we don't really care about the identity of the peer.
6243 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6244 that what we've checked for.
6245 (proto-stream-always-use-starttls): Only default to t if
6246 open-gnutls-stream exists.
6247 (proto-stream-open-network): If STARTTLS failed, then just open a
6248 normal connection.
6249 (proto-stream-open-network): Wait until the greeting before doing
6250 STARTTLS.
6251
6252 * nntp.el (nntp-open-connection): Report what the connection error is.
6253
6254 * proto-stream.el (open-protocol-stream): Rename from
6255 open-proto-stream.
6256
6257 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6258
6259 * nnimap.el (nnimap-stream): Change default to `undecided'.
6260 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6261 first, and then network.
6262 (nnimap-open-connection-1): Respect nnimap-server-port.
6263 (nnimap-open-connection): Be more backwards-compatible.
6264
6265 * proto-stream.el (proto-stream-always-use-starttls): New variable.
6266 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
6267 (proto-stream-open-starttls): Folded back into the main function.
6268 (proto-stream-open-network): Fix typo in the GnuTLS path.
6269 (proto-stream-command): Refactor out.
6270
6271 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6272
6273 * proto-stream.el (proto-stream-open-starttls): Actually implement the
6274 starttls.el STARTTLS.
6275
6276 * color.el (color-lab->srgb): Fix function call name.
6277
6278 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6279 if we're using tls.el.
6280 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
6281 built in, then don't try to establish a STARTTLS connection.
6282
6283 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6284 servers.
6285
6286 * proto-stream.el (open-proto-stream): Use network, not stream.
6287 (open-proto-stream): Add a way to specify what the end of a command is.
6288
6289 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6290 connections types.
6291 (nntp-open-network-stream): Remove.
6292 (nntp-open-ssl-stream): Remove.
6293 (nntp-open-tls-stream): Remove.
6294 (nntp-ssl-program): Remove.
6295
6296 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6297
6298 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
6299
6300 * nnir.el: Fix typos.
6301 (nnir-retrieve-headers-override-function): Rename variable to reflect
6302 new semantics.
6303 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6304 macros.
6305 (nnir-request-article, nnir-request-move-article): Use them.
6306 (nnir-categorize): New function.
6307 (nnir-run-query): Use it.
6308 (nnir-retrieve-headers): Rewrite to batch header retrieval.
6309 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6310 sorted.
6311 (nnir-group-full-name): Use gnus-group-full-name instead.
6312 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6313 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6314
6315 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6316
6317 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6318
6319 * proto-stream.el: New library to provide protocol-specific
6320 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6321 protocols.
6322 (open-proto-stream): Complete the documentation.
6323 (proto-stream-open-network): Fix some typos.
6324
6325 * nnimap.el (nnimap-open-connection): Use it.
6326
6327 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
6328
6329 * pop3.el (pop3-open-server): Read server greeting before starting TLS
6330 negotiation.
6331
6332 2010-11-26 Julien Danjou <julien@danjou.info>
6333
6334 * color.el: Rename various rgb functions to srgb.
6335
6336 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6337
6338 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6339 names.
6340
6341 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
6342
6343 * shr.el (shr-insert): Revert last change.
6344 (shr-find-fill-point): Never leave point being at bol;
6345 relax the kinsoku limitation when rendering tables.
6346
6347 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6348
6349 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6350 results from -accept-article.
6351
6352 * shr-color.el: Require cl when compiling.
6353
6354 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6355 checkin.
6356
6357 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6358
6359 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6360
6361 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6362 'add and 'delete to set backend marks.
6363
6364 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6365
6366 * nnheader.el (nnheader-update-marks-actions): Refactor out.
6367
6368 * nntp.el (nntp-request-set-mark): Use it.
6369
6370 * nnfolder.el (nnfolder-request-set-mark): Ditto.
6371
6372 * nnml.el (nnml-request-set-mark): Ditto.
6373
6374 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6375 introduces regressions in article selection.
6376 (nnimap-find-uid-response): New function.
6377 (nnimap-request-accept-article): Use the UID returned, if any.
6378 (nnimap-request-move-article): Use the UID returned, if any.
6379 (nnimap-get-groups): Reimplement to work with folded lines.
6380 (nnimap-find-uid-response): The UID is the last element in the list.
6381 (nnimap-request-set-mark): Extend syntax with 'set.
6382
6383 * nnml.el (nnml-request-set-mark): Ditto.
6384
6385 * nnfolder.el (nnfolder-request-set-mark): Ditto.
6386
6387 * nntp.el (nntp-request-set-mark): Ditto.
6388
6389 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6390
6391 * message.el (message-called-interactively-p): A temporary macro.
6392 (message-goto-body): Use it temporarily.
6393
6394 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6395
6396 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6397 (nnimap-last-response-string): Unfold quoted lines, if they exist.
6398 (nnimap-last-response-string): Fix last unfolding fix.
6399
6400 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6401
6402 * shr.el (shr-insert): Fix the way to fold lines.
6403
6404 2010-11-25 Julien Danjou <julien@danjou.info>
6405
6406 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6407
6408 * color.el: Rename from color-lab.el
6409 (color-rgb->hex): Add.
6410 (color-complement): Add.
6411 (color-complement-hex): Add.
6412
6413 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6414
6415 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6416
6417 * shr-color.el (shr-color-visible): Don't bug out if the color names
6418 don't exist.
6419
6420 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6421
6422 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6423 assuming that article displaying or another mml-preview may be
6424 interrupted for an error or for the like.
6425
6426 * shr.el (shr-get-background): Fix argument name.
6427
6428 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6429
6430 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6431
6432 * gnus-sum.el (gnus-summary-include-articles): New function.
6433
6434 * message.el (message-goto-body): called-interactively-p needs a
6435 parameter, so use `any'.
6436
6437 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6438 clear marks before moving, since they're synced from the Gnus side
6439 first.
6440
6441 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6442 (gnus-summary-move-article): Copy over all marks before moving, so that
6443 IMAP doesn't think a new article has arrived.
6444
6445 2010-11-24 Julien Danjou <julien@danjou.info>
6446
6447 * shr.el (shr-insert-background-overlay): Fix typo.
6448 (shr-render-td): Copy the background before rendering.
6449
6450 * shr-color.el (shr-color-visible): Fix docstring.
6451
6452 * shr.el (shr-tag-table): Add bgcolor support.
6453 (shr-render-td): Add bgcolor support.
6454 (shr-get-background): Add.
6455 (shr-insert-foreground-overlay): Use shr-get-background.
6456
6457 * message.el (message-goto-body): Use called-interactively-p.
6458 (message-in-body-p): message-goto-body returns point.
6459
6460 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6461
6462 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
6463 Fixes something or other in Emacs 23, and is backwards compatible.
6464
6465 * message.el (message-goto-body): Remove the <#secure special-casing,
6466 which is too special.
6467
6468 * shr.el (shr-parse-style): Drop !important from styles.
6469
6470 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
6471
6472 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6473 this function to return incorrect results when calling it with an
6474 explicit article argument different from
6475 (gnus-summary-article-number).
6476
6477 2010-11-24 Julien Danjou <julien@danjou.info>
6478
6479 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6480 (shr-tag-body): Add background support.
6481 (shr-descend): Add background support.
6482 (shr-tag-title): Add.
6483
6484 * shr-color.el (shr-color-visible): Really return original background
6485 if fixed.
6486
6487 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6488
6489 * shr.el (shr-color-check): Protect against non-existent color names.
6490
6491 2010-11-24 Julien Danjou <julien@danjou.info>
6492
6493 * color-lab.el: Require 'cl when compiling.
6494
6495 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6496
6497 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6498 matched part.
6499
6500 * color-lab.el: Fix all expt calls to use float type.
6501
6502 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6503
6504 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6505 expression to shr-color-check as is.
6506
6507 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6508
6509 * color-lab.el: Add coding cookie.
6510 (float-pi): Use eval-and-compile.
6511
6512 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6513
6514 * shr.el (shr-insert-color-overlay): Split stuff like
6515 "#444444 !important" to find the real color.
6516 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6517 parse <font color="red"> entries.
6518
6519 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
6520
6521 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
6522 point when parsing headers.
6523
6524 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
6525 is positioned properly when parsing headers.
6526
6527 2010-11-23 Julien Danjou <julien@danjou.info>
6528
6529 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6530
6531 * shr-color.el (shr-color->hexadecimal): Add support for color names.
6532
6533 * shr.el (shr-parse-style): Replace \n with space in style parsing.
6534
6535 * shr-color.el (shr-color-hsl-to-rgb-fractions):
6536 Use shr-color-hue-to-rgb.
6537 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6538
6539 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6540
6541 * shr.el (shr-color->hexadecimal): Autoload.
6542 (shr-descend): Add color to all tags.
6543
6544 2010-11-22 Julien Danjou <julien@danjou.info>
6545
6546 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6547 shr-color->hexadecimal.
6548
6549 * shr-color.el (shr-color->hexadecimal): Add converting functions for
6550 RGB() or HSL() color representation.
6551
6552 * shr.el (shr-tag-font): Add.
6553 (shr-tag-color-check): New function to get better colors.
6554 (shr-tag-insert-color-overlay): Factorize code between tag-font and
6555 tag-span.
6556
6557 * shr-color.el: New file.
6558
6559 * color-lab.el: New file.
6560
6561 * gnus-art.el (gnus-url-mailto): Do not downcase args.
6562
6563 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
6564
6565 * nnir.el: Fix typo in comments.
6566 (nnir-run-imap): Simplify code. No need to reverse artlist.
6567 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6568
6569 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6570
6571 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6572
6573 * nnimap.el (nnimap-get-capabilities): Refactor out.
6574 (nnimap-open-connection): Re-request capabilities after STARTTLS.
6575
6576 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
6577
6578 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6579 appearing when `mm-uu-hide-markers' is nil.
6580
6581 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6582
6583 * nnimap.el (nnimap-unselect-group): Make into its own function.
6584 (nnimap-request-rename-group): Unselect group before renaming.
6585 This had gotten lost somewhere.
6586 (nnimap-request-accept-article): Keep track of examined groups, and
6587 unselect the group before APPENDing to read-only groups.
6588 (nnimap-request-move-article): Clear flags before moving so that they
6589 can be re-set later.
6590
6591 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
6592
6593 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6594 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6595
6596 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
6597
6598 * gnus-art.el (gnus-mime-display-single):
6599 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6600 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6601 parameter.
6602
6603 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6604
6605 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6606 (shr-table-vertical-line): New variable.
6607 (shr-insert-table): Use it.
6608
6609 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
6610
6611 * gnus-html.el (gnus-html-wash-images): Don't display images if
6612 gnus-inhibit-images is non-nil; register displayer for cid images.
6613 (gnus-html-display-image): Work for cid image.
6614 (gnus-html-insert-image): Allow arguments.
6615 (gnus-html-put-image): Inhibit read-only.
6616 (gnus-html-prefetch-images): Don't prefetch images if
6617 gnus-inhibit-images is non-nil.
6618
6619 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6620
6621 * shr.el (shr-put-image): Break lines when inserting big pictures.
6622
6623 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
6624
6625 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6626 sender, thanks Katsumi Yamaoka.
6627
6628 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
6629
6630 * nnir.el (nnir-run-imap): Reverse the article list for each group
6631 rather than the whole list.
6632
6633 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6634
6635 * shr.el (shr-image-displayer): Protect function against non-existent
6636 image source.
6637
6638 * gnus-art.el (gnus-inhibit-images): New user option.
6639 (gnus-mime-display-single): Don't display image if it is non-nil.
6640
6641 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6642 gnus-inhibit-images.
6643
6644 * shr.el (shr-image-displayer): New function.
6645 (shr-tag-img): Use it.
6646
6647 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
6648
6649 * mml2015.el (mml2015-epg-sign): Use From header.
6650
6651 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6652
6653 * gnus-html.el (gnus-html-wash-images): Register a displayer.
6654
6655 * gnus-util.el (gnus-find-text-property-region): Return markers.
6656
6657 * shr.el (shr-tag-img): Put a displayer in the text property.
6658
6659 * gnus-util.el (gnus-find-text-property-region): New utility function.
6660
6661 * gnus-html.el (gnus-html-display-image): Make the alt optional.
6662 (gnus-html-show-images): Remove.
6663
6664 * gnus-art.el (gnus-article-show-images): New, more general function.
6665
6666 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6667 image url text properties.
6668
6669 * shr.el: Ditto.
6670
6671 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6672 gnus-agent-auto-agentize-methods is set. Which it isn't.
6673
6674 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6675
6676 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6677 work for two or more articles.
6678
6679 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
6680
6681 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6682 divide an image that's in an html article to two or more when washing
6683 non-ASCII characters in alt text of it.
6684
6685 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6686
6687 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6688 smime-decrypt-region using function argument.
6689 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6690
6691 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6692
6693 * smime.el (smime-decrypt-region): Catch it.
6694
6695 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 * smime.el (smime-mode-map): Move initialization into declaration.
6698 (gnus-run-mode-hooks): Don't autoload.
6699 (smime-mode): Use define-derived-mode.
6700
6701 2010-11-11 Glenn Morris <rgm@gnu.org>
6702
6703 * smime.el (from): Restrict declaration to XEmacs.
6704
6705 * nnir.el (gnus-group-topic-name): Autoload.
6706
6707 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6708
6709 * shr.el (shr-insert): Don't break long line if it is because of
6710 kinsoku-bol characters in the line end.
6711
6712 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
6713
6714 * nnir.el (nnir-request-move-article): Fix to provide original group
6715 and subject.
6716 (nnir-warp-to-article): Don't fail on articles whose headers haven't
6717 been retrieved.
6718
6719 * gnus-sum.el (gnus-summary-move-article): Use original group and
6720 subject for virtual articles such as those in an nnir summary buffer.
6721
6722 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6723
6724 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6725 least 21.5).
6726
6727 * smime.el (from): Declare it again for XEmacs.
6728
6729 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6730
6731 * message.el (message-resend): Don't disable encoding unless it's
6732 already encoded.
6733
6734 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6735 low-numbered articles.
6736
6737 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
6738
6739 * rfc2047.el (rfc2047-syntax-table): Simplify.
6740
6741 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6742 set-char-table-range for XEmacs.
6743
6744 2010-11-10 Glenn Morris <rgm@gnu.org>
6745
6746 * smime.el (from): Remove unused declaration.
6747
6748 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6749 (gnus-float-time): On Emacs, always an alias.
6750
6751 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6752 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6753
6754 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
6755
6756 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6757
6758 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6759
6760 * shr.el (browse-url-mailto): Autoload.
6761
6762 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6763
6764 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6765 regexp doesn't need quoting.
6766
6767 2010-11-09 Sven Joachim <svenjoac@gmx.de>
6768
6769 * message.el (message-subject-trailing-was-ask-regexp)
6770 (message-subject-trailing-was-regexp): Match was: in addition to was.
6771
6772 2010-11-09 Glenn Morris <rgm@gnu.org>
6773
6774 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6775 (nnbabyl-check-mbox): Use point-at-bol.
6776
6777 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6778
6779 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6780
6781 * message.el (message-mailto): New function.
6782 (message-mailto): Should accept other parameters.
6783 (message-mailto): Remove since it duplicates browse-url-mailto
6784 functionality.
6785
6786 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6787
6788 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6789 methods.
6790 (gnus-read-active-file): Ditto.
6791
6792 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6793 ": " from the prompt.
6794 (gnus-group-make-group): Ditto.
6795
6796 2010-11-07 Glenn Morris <rgm@gnu.org>
6797
6798 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6799 (gnus-bookmark-kill-line): Use point-at-eol.
6800
6801 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
6802
6803 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6804 asterisks in From header.
6805
6806 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6807
6808 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6809 string to avoid making the From headers syntactically invalid.
6810
6811 * message.el (message-send-mail): Don't insert courtesy messages if the
6812 message already has List-Post and List-ID messages.
6813
6814 2010-11-06 Glenn Morris <rgm@gnu.org>
6815
6816 * gnus-art.el (gnus-treat-article): Give dynamic local variables
6817 `condition', `type', `length' a prefix.
6818 (gnus-treat-predicate): Update for above name changes.
6819
6820 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
6821
6822 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6823 binding. Handled by `gnus-summary-refer-thread' instead.
6824 (nnir-warp-to-article): New backend function.
6825
6826 * nnimap.el (nnimap-request-thread): Force dependency updating.
6827
6828 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6829 (gnus-summary-refer-thread): Rework to improve thread-referral.
6830
6831 * gnus-int.el (gnus-warp-to-article): New function.
6832
6833 * gnus-sum.el (gnus-summary-article-map): Bind it.
6834
6835 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
6836
6837 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6838 gnus-summary-refer-thread.
6839
6840 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6841 headers.
6842 (gnus-summary-limit-include-thread): Prevent articles in thread from
6843 being cut in gnus-cut-threads.
6844 (gnus-summary-refer-thread): Limit retrieved headers to those in
6845 thread.
6846
6847 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6848
6849 * message.el (message-send-mail): Use the value of
6850 message-courtesy-message from the message buffer.
6851
6852 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6853
6854 * shr.el (shr-browse-url): Implement mailto: URLs.
6855
6856 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6857 "raw".
6858
6859 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6860 if it's already selected.
6861
6862 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6863
6864 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
6865
6866 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6867 to measure the length and truncate alt text.
6868
6869 2010-11-03 Glenn Morris <rgm@gnu.org>
6870
6871 * nndiary.el (nndiary-generate-nov-databases-1)
6872 (nndiary-generate-active-info): Rename dynamic variable `files' to
6873 something less generic.
6874
6875 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
6876
6877 * nnir.el (nnir-request-move-article): Call the underlying backend to
6878 move articles from nnir.
6879
6880 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6881
6882 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6883
6884 2010-11-02 Julien Danjou <julien@danjou.info>
6885
6886 * nnir.el: Remove wais support.
6887
6888 2010-11-02 Glenn Morris <rgm@gnu.org>
6889
6890 * gnus-html.el: Reorder requirements to quieten compiler.
6891
6892 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
6893
6894 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6895 properly for XEmacs as well.
6896 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6897 (gnus-article-natural-long-line-p): Use window-width rather than
6898 frame-width.
6899
6900 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
6901
6902 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
6903 (nnir-read-parms): Don't modify query.
6904 (nnir-run-query): Add ability to search topic on current line.
6905 (nnir-get-active): Clean up.
6906
6907 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6908
6909 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6910 degenerate articles.
6911
6912 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6913 (gnus-print-buffer): Just print the buffer as is, without any copying
6914 to a buffer and then re-highlighting.
6915
6916 * nnimap.el (nnimap-request-group): Store the new updated info.
6917 (nnimap-request-group): Select the group when we don't know whether it
6918 exists or not.
6919
6920 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6921 groups.
6922
6923 * gnus-group.el (gnus-group-find-new-groups): Display all the new
6924 groups.
6925
6926 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6927 groups.
6928
6929 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6930 long-lines case by only filling the long lines.
6931
6932 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6933 (bug #7311).
6934
6935 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6936
6937 * shr.el: No need to declare `declare-function' since shr.el is for
6938 only Emacsen that provide `libxml-parse-html-region'.
6939
6940 2010-11-01 Glenn Morris <rgm@gnu.org>
6941
6942 * mm-util.el (gnus-completing-read): Autoload.
6943 (mm-read-coding-system): Simplify Emacs definition.
6944
6945 * nnmail.el (gnus-activate-group):
6946 * nnimap.el (gnutls-negotiate):
6947 * nntp.el (netrc-parse): Fix declarations.
6948
6949 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6950
6951 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6952 string-match-p in Emacs >=23.
6953
6954 * gnus-msg.el (gnus-configure-posting-styles):
6955 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6956
6957 2010-11-01 Glenn Morris <rgm@gnu.org>
6958
6959 * nnir.el (declare-function): Add compat stub.
6960 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6961 (nnir-run-gmane): Require 'mm-url.
6962
6963 * mm-util.el (mm-string-to-multibyte): Simplify.
6964
6965 * shr.el (declare-function): Add compat stub.
6966 (url-cache-create-filename): Declare.
6967 (mm-disable-multibyte, widget-convert-button): Autoload.
6968
6969 * smime.el (ldap-search): Declare.
6970 (smime-cert-by-ldap-1): Require ldap on Emacs.
6971
6972 * nnimap.el: Require nnmail, and gnus-sum when compiling.
6973 (nnimap-keepalive): Use gnus-float-time.
6974
6975 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6976 (mail-source-delete-crash-box): Use gnus-float-time.
6977
6978 * gnus-dired.el (gnus-completing-read): Autoload.
6979
6980 * mm-view.el (gnus-rescale-image): Autoload.
6981
6982 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6983
6984 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6985
6986 * sieve-manage.el: Require 'cl when compiling.
6987
6988 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6989 (gnus-iswitchb-completing-read): Require iswitchb.
6990 (gnus-select-frame-set-input-focus): Silence compiler.
6991
6992 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6993
6994 * message.el (message-subject-trailing-was-query): Change default to t,
6995 since I think that's what most people want.
6996
6997 * nnimap.el (nnimap-request-accept-article): Erase buffer before
6998 appending for easier debugging.
6999 (nnimap-wait-for-connection): Take a regexp.
7000 (nnimap-request-accept-article): Wait for the continuation line before
7001 sending anything unless we're streaming.
7002
7003 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7004 leave the header washing to take place.
7005
7006 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7007
7008 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7009 regular expression match and replace in posting styles.
7010
7011 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
7012
7013 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7014 an entire server.
7015 (nnir-get-active): New function.
7016 (nnir-run-imap): Use it.
7017 (nnir-run-gmane): Who knew, gmane search returns an article score!
7018
7019 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7020 server on the current line with nnir.
7021
7022 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7023
7024 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7025 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7026 left edge.
7027 (gnus-article-foldable-buffer): Skip past the prefix when determining
7028 raggedness.
7029
7030 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7031 the raw article, and change `C-u g' to show the article without doing
7032 treatments.
7033
7034 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7035 on to `gnus-treat-article'.
7036 (gnus-inhibit-article-treatments): New variable.
7037
7038 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7039
7040 * gnus-art.el (gnus-treatment-function-alist): Have
7041 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7042 (gnus-treat-fill-long-lines): Change default to fill all text/plain
7043 sections.
7044
7045 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7046 parameter.
7047 (gnus-article-fill-cited-long-lines): New function.
7048 (gnus-article-fill-cited-article): Allow filling only long sections.
7049
7050 * shr.el (shr-find-fill-point): Don't break lines between punctuation
7051 and non-punctuation (like after the apostrophe in "'We").
7052
7053 * gnus-sum.el (gnus-summary-select-article): Make sure
7054 gnus-original-article-buffer is alive.
7055
7056 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7057 reflect the order they are in the digest.
7058
7059 * gnus.el (gnus-group-startup-message): Move point to the start of the
7060 buffer.
7061
7062 * nnimap.el (nnimap-capability): New function.
7063 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7064 is set.
7065
7066 2010-10-31 David Engster <dengste@eml.cc>
7067
7068 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7069 conform with changes to gnus-completing-read.
7070
7071 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7072
7073 * shr.el (shr-tag-img): Output "*" instead of "[img]".
7074
7075 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7076
7077 * nnir.el: Move defvar, defcustom around to keep file organized
7078 and keep byte-compiler quiet.
7079 (nnir-read-parms): Accept search-engine as arg.
7080 (nnir-run-query): Pass search-engine as arg.
7081 (nnir-search-engine): Remove.
7082
7083 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7084
7085 * shr.el (shr-generic): The text nodes should be text, not :text.
7086
7087 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7088 later in the file.
7089
7090 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7091
7092 * nnir.el: General clean up. Allow searching with multiple engines.
7093 Allow separate extra-parameters for each engine.
7094 Batch queries when possible.
7095 (nnir-imap-default-search-key,nnir-method-default-engines):
7096 Add customize interface.
7097 (nnir-run-gmane): New engine.
7098 (nnir-engines): Use it. Qualify all prompts with engine name.
7099 (nnir-search-engine): Remove global variable.
7100 (nnir-run-hyrex): Restore for now.
7101 (nnir-extra-parms,nnir-search-history): New variables.
7102 (gnus-group-make-nnir-group): Use them.
7103 (nnir-group-server): Remove in favor of gnus-group-server.
7104 (nnir-request-group): Avoid searching twice.
7105 (nnir-sort-groups-by-server): New function.
7106
7107 2010-10-30 Julien Danjou <julien@danjou.info>
7108
7109 * gnus-group.el: Remove gnus-group-fetch-control.
7110
7111 * gnus-start.el (gnus-find-new-newsgroups):
7112 Remove gnus-check-first-time-used.
7113
7114 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7115
7116 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
7117
7118 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7119 set on groups that don't have \* permanentflags.
7120
7121 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7122
7123 * shr.el (shr-tag-span): Drop colorization of regions since we don't
7124 control the background color.
7125 (shr-tag-img): Ignore very small web bug type images.
7126 (shr-put-image): Add help-echo alt texts to the images.
7127 (shr-tag-video): Show the video poster image.
7128
7129 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7130
7131 * shr.el (shr-table-depth): New variable.
7132 (shr-tag-table-1): Only insert the images after the top-level table.
7133
7134 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7135
7136 * gnus-util.el (gnus-list-memq-of-list): New function.
7137
7138 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7139 selected.
7140 (nnimap-unsplittable-articles): New slot.
7141 (nnimap-new-articles): Use it.
7142
7143 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
7144
7145 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7146 move to the previous line on `M-g'.
7147
7148 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7149
7150 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7151 *-request-group, which seems unnecessary.
7152
7153 * nnimap.el (nnimap-quote-specials): Function copied over from
7154 imap.el.
7155 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7156 they support that. Suggested by Tom Regner.
7157
7158 2010-10-29 Julien Danjou <julien@danjou.info>
7159
7160 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7161 defalias.
7162 (gnus-summary-delete-marked-with): Remove obsolete defalias.
7163
7164 * gnus.el: Remove `gnus-nntp-service' variable.
7165 (gnus-secondary-servers): Make obsolete.
7166 (gnus-nntp-server): Make obsolete.
7167
7168 * gnus-start.el (gnus-1): Remove x-splash calls.
7169
7170 * gnus-ems.el (gnus-x-splash): Remove.
7171
7172 * gnus.el (gnus-group-startup-message): Simplify/update code.
7173
7174 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7175 capability before doing anything.
7176 (gnus-group-insert-group-line): Remove useless
7177 gnus-group-remove-excess-properties.
7178
7179 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
7180
7181 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7182
7183 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7184
7185 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7186 config after reselecting.
7187
7188 2010-10-28 Julien Danjou <julien@danjou.info>
7189
7190 * shr.el (shr-put-image): Use point even if only inserting text.
7191 (shr-put-image): Save excursion when inserting alt text on non-graphic
7192 display, so the behavior is the same when we are on a graphic display.
7193
7194 * nnir.el (nnir-run-swish-e): Remove hyrex support.
7195
7196 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7197
7198 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7199 (gnus-mime-copy-part): Check coding system, not charset.
7200 (gnus-mime-view-part-externally): Never remove part.
7201 (gnus-mime-view-part-internally): Don't remove part here.
7202 (gnus-article-part-wrapper): Make sure MIME tag is visible.
7203 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7204 multipart/alternative.
7205
7206 * mm-decode.el (mm-display-part): Take optional arg `force'.
7207
7208 2010-10-26 Julien Danjou <julien@danjou.info>
7209
7210 * gnus-group.el (gnus-group-default-list-level): Add this function to
7211 compute the default list level.
7212 (gnus-group-default-list-level): Add possibility to use a function.
7213
7214 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
7215
7216 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7217
7218 * gnus-group.el (gnus-group-completing-read)
7219 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7220 gnus-replace-in-string.
7221
7222 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
7223
7224 * shr.el (shr-tag-div): Add.
7225
7226 2010-10-25 Julien Danjou <julien@danjou.info>
7227
7228 * gnus-util.el: Remove `gnus-with-local-quit'.
7229
7230 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7231
7232 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7233
7234 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7235 the original article buffer.
7236
7237 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7238
7239 * nnimap.el (nnimap-request-head): New function.
7240 (nnimap-request-move-article): Try to be slightly faster by not
7241 requesting the entire message when moving.
7242 (nnimap-transform-headers): Don't bug out on bodiless articles.
7243 (nnimap-send-command): Have no outstanding messages if the IMAP server
7244 doesn't support streaming.
7245 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7246
7247 2010-10-24 Julien Danjou <julien@danjou.info>
7248
7249 * message.el (message-default-headers): Fix type.
7250
7251 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7252
7253 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7254 prefetching images.
7255
7256 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7257 backend for unknown groups. This is mainly useful for nnimap groups.
7258
7259 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7260 group isn't covered by the agent.
7261
7262 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
7263
7264 * nnir.el (nnir-method-default-engines): New variable.
7265 (nnir-run-query): Use it.
7266 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7267 (gnus-summary-nnir-goto-thread): Change group if needed.
7268
7269 * gnus-group.el (gnus-group-group-map): Add key binding for
7270 gnus-group-make-nnir-group.
7271
7272 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7273
7274 * shr.el (shr-tag-object): Add.
7275
7276 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7277 original article buffer live.
7278 (gnus-summary-select-article-buffer):
7279 Mention gnus-widen-article-buffer.
7280
7281 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7282
7283 * shr.el (shr-tag-strong): Add.
7284
7285 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7286
7287 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7288 group names. They mess up the group buffer badly.
7289
7290 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7291
7292 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7293 instead of the summary one.
7294
7295 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
7296
7297 * mml.el (mml-preview): Work properly when editing article.
7298
7299 * gnus-start.el (gnus-read-active-file-1): Don't add method to
7300 gnus-have-read-active-file if it's already been in.
7301
7302 2010-10-22 Tom Tromey <tromey@redhat.com>
7303
7304 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7305 gnus-group-completing-read.
7306
7307 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7308
7309 * message.el (message-mode-map): Don't bind M-; to comment region, to
7310 allow the global comment-dwim to work.
7311
7312 2010-10-21 Julien Danjou <julien@danjou.info>
7313
7314 * message.el (message-setup-1): Allow message-default-headers to be a
7315 function.
7316
7317 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7318
7319 * shr.el (shr-tag-table): Simplify.
7320
7321 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7322
7323 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7324 to avoid trying to snarf invalid stuff.
7325
7326 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7327
7328 * gnus.el (gnus-message-archive-group): Quote value.
7329 (gnus-message-archive-group): Mark as changed.
7330
7331 * shr.el (shr-add-font): Don't put the font properties on the newline
7332 or the indentation.
7333
7334 * message.el (message-fix-before-sending): Change options when sending
7335 non-printable characters.
7336
7337 * gnus.el (gnus-message-archive-method): Change the default to
7338 monthly outgoing groups.
7339
7340 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7341 that have gotten new numbers.
7342
7343 * nnimap.el (nnimap-request-replace-article): New function.
7344
7345 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7346
7347 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7348 (nnrss-request-article): Don't use special html washing code.
7349
7350 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7351
7352 * shr.el (shr-tag-table): Remove useless nconc.
7353
7354 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7355
7356 * gnus-art.el (article-wash-html): Simplify and remove the charset
7357 stuff. Use the normal html rendering code instead of the special html
7358 washing code.
7359
7360 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7361 `gnus-w3m' symbols.
7362 (mm-text-html-washer-alist): Remove.
7363
7364 * mm-decode.el (mm-inline-text-html-renderer): Remove.
7365 (mm-inline-media-tests): Remove use.
7366 (mm-text-html-renderer): Change default to the `shr' symbol.
7367
7368 * mm-view.el (mm-inline-text-html): Remove use.
7369
7370 * gnus-art.el (gnus-blocked-images): New function. Allow the
7371 `gnus-blocked-images' to be a function.
7372 (gnus-article-wash-function): Remove.
7373
7374 2010-10-20 Julien Danjou <julien@danjou.info>
7375
7376 * spam.el (spam-list-of-processors): Mark as obsolete.
7377
7378 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7379 (nnimap-insert-partial-structure): Fix boundary detection.
7380
7381 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
7382
7383 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7384 run file-truename on remote files. This can be expensive and even
7385 prevent one from editing drafts if some unrelated buffer has a stale
7386 connection.
7387
7388 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7389
7390 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7391 kinsoku-eol regardless of shr-kinsoku-shorten.
7392 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7393 (shr-tag-table): Support caption, thead, and tfoot.
7394
7395 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7396
7397 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7398 lines.
7399 (shr-save-contents): New command and keystroke.
7400
7401 * nndoc.el (nndoc-type-alist): Add git support.
7402 (nndoc-git-type-p): New function.
7403 (nndoc-transform-git-article): Ditto.
7404 (nndoc-transform-git-headers): Ditto.
7405 (nndoc-transform-git-headers): Generate Subject headers.
7406
7407 * shr.el (shr-parse-style): New function.
7408 (shr-tag-span): Ditto.
7409
7410 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7411 to `G G' to avoid collisions.
7412
7413 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7414
7415 * shr.el: Load kinsoku if necessary.
7416 (shr-kinsoku-shorten): New internal variable.
7417 (shr-find-fill-point): Make kinsoku shorten text line if
7418 shr-kinsoku-shorten is bound to non-nil.
7419 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7420 shr-indentation too when testing if table is wider than frame width.
7421 (shr-insert-table): Use `string-width' instead of `length' to measure
7422 text width.
7423 (shr-insert-table-ruler): Make sure indentation is done at bol.
7424
7425 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7426
7427 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7428 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7429 undecoded network data.
7430
7431 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7432
7433 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7434 name in the mode line spec so that the mode line menu works
7435 (bug #2431).
7436
7437 * message.el (message-get-reply-headers): If we're fed `to-address',
7438 then always use that.
7439
7440 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7441 aren't so wide as to need to switch off the edit menu.
7442
7443 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7444 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7445
7446 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7447 `M-g'.
7448 (nnimap-update-info): Update flags/read marks even if \* isn't part of
7449 the permanent marks.
7450
7451 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
7452
7453 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7454 Splitting according to references/in-reply-to obeys the ignore-groups
7455 variable, while splitting by sender and subject do not.
7456
7457 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7458
7459 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7460 alist, so that we can look for non-Unicode chars.
7461 (article-translate-strings): Allow both character and string maps.
7462
7463 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
7464
7465 * shr.el (shr-insert): Don't insert space behind a wide character
7466 categorized as kinsoku-bol, or between characters both categorized as
7467 nospace.
7468
7469 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
7470
7471 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
7472 headers to gnus-newsgroup-headers.
7473
7474 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7475
7476 * shr.el (shr-tag-img): Don't align images -- since we're not
7477 rescaling, this often leads to ugly displays.
7478
7479 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
7480
7481 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7482 duplicates.
7483
7484 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7485
7486 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7487 call.
7488
7489 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7490
7491 * gnus.el: Autoload gnus-html-show-images.
7492
7493 * nnimap.el: Use nnheader-message throughout.
7494
7495 * shr.el (shr-tag-img): Ignore images with no data.
7496
7497 2010-10-15 Julien Danjou <julien@danjou.info>
7498
7499 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7500 a possibility to disable format=flow encoding when using hard newlines.
7501
7502 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7503
7504 * shr.el (shr-insert): Remove space inserted before or after a
7505 breakable character or at the beginning or the end of a line.
7506 (shr-find-fill-point): Do kinsoku; find the second best point or give
7507 it up if there's no breakable point.
7508
7509 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7510
7511 * nnimap.el (nnimap-open-connection): Message when opening connection
7512 for debugging purposes.
7513
7514 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7515 on every setup buffer call to allow this to change from article to
7516 article.
7517
7518 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7519 buffers where we have a wide table.
7520
7521 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
7522
7523 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7524 uses *-request-thread.
7525
7526 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7527
7528 * nnimap.el (nnimap-open-connection): Remove %s from openssl
7529 incantation, which is no longer valid.
7530
7531 2010-10-14 Julien Danjou <julien@danjou.info>
7532
7533 * shr.el: Fix defcustom type (char -> character).
7534
7535 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7536
7537 * nnimap.el (nnimap-open-connection): tls-program should be a list of
7538 programs.
7539
7540 2010-10-14 Julien Danjou <julien@danjou.info>
7541
7542 * shr.el (shr-tag-a): Use url-link as widget type.
7543
7544 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7545 `gnus-group-get-icon'.
7546
7547 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7548
7549 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7550 This should make server editing work better.
7551
7552 * shr.el (shr-find-fill-point): Don't inloop on indented text.
7553
7554 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7555 (nnimap-parse-flags): Fix regexp.
7556
7557 * shr.el (shr-find-fill-point): Use a filling algorithm that should
7558 probably work for CJVK text, too.
7559
7560 * nnimap.el (nnimap-extend-tls-programs): Remove.
7561 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7562
7563 2010-10-13 Julien Danjou <julien@danjou.info>
7564
7565 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7566 responses.
7567
7568 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7569
7570 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7571
7572 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7573 anything in Emacs.
7574
7575 * shr.el (shr-current-column): Remove buggy and unnecessary function.
7576
7577 2010-10-13 Julien Danjou <julien@danjou.info>
7578
7579 * shr.el (shr-width): Make shr-width a defcustom with default to
7580 fill-column.
7581 (shr-tag-img): Use shr-width rather than fill-column.
7582
7583 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7584
7585 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7586
7587 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7588 position when (X-)Faces exist.
7589 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7590 avatars when called interactively.
7591
7592 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7593
7594 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7595 gnus-article-x-face-too-ugly is bound.
7596
7597 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7598
7599 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7600
7601 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7602 mailbox that doesn't exist.
7603
7604 2010-10-12 Julien Danjou <julien@danjou.info>
7605
7606 * shr.el (shr-tag-img): Encode URL properly when retrieving.
7607 (shr-get-image-data): Encode URL properly when fetching from cache.
7608 (shr-tag-img): Use aligned-to spaces to align correctly images.
7609
7610 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7611 before inserting the Gravatar.
7612
7613 * shr.el (shr-tag-img): Add align attribute support for <img>.
7614
7615 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7616
7617 * gnus-gravatar.el (gnus-art): Require.
7618
7619 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7620 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7621 Remove long obsoleted functions.
7622
7623 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7624
7625 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7626
7627 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7628 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7629 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
7630 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
7631 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
7632 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
7633 Fix comment for declare-function.
7634
7635 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7636
7637 * nnimap.el (nnimap-request-rename-group): Select group read-only
7638 before renaming it.
7639
7640 * shr.el (shr-insert): Fix up the white space only regexp.
7641
7642 * nnimap.el (nnimap-transform-split-mail): Not all articles have
7643 bodies. Protect against this. Reported by Michael Welsh Duggan.
7644
7645 * shr.el (shr-current-column): New function.
7646 (shr-find-fill-point): New function.
7647
7648 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
7649
7650 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7651 numbers.
7652
7653 2010-10-11 Julien Danjou <julien@danjou.info>
7654
7655 * shr.el (shr-hr-line): Add.
7656 (shr-tag-hr): Use shr-hr-line to specify which character to use to
7657 display hr lines.
7658 (shr-max-columns): Do not change state to nil if we just inserting
7659 spaces.
7660
7661 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7662
7663 * gnus-topic.el (gnus-topic-read-group): If after the last group,
7664 select the last group.
7665
7666 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
7667
7668 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7669
7670 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7671
7672 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7673 for Gnus.
7674 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7675 (nnimap-update-qresync-info): Mark \Seen articles as read.
7676
7677 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7678 non-variable, too.
7679
7680 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
7681 available.
7682 (nnimap-update-info): Rely more on the current active than the param
7683 active to avoid marking articles as read too much.
7684
7685 * auth-source.el (auth-source-create): Use (user-login-name) for the
7686 user name default.
7687
7688 * nnimap.el (nnimap-update-info): If the server doesn't return any
7689 useful info, just use the previous info.
7690 (nnimap-update-info): Prefer old info over start-article.
7691 (nnimap-update-qresync-info): Finish implementing QRESYNC.
7692
7693 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
7694
7695 * nnir.el (autoload): Clean up autoloads.
7696 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7697 Use key rather than value.
7698 (nnir-imap-search-other): New variable.
7699 (nnir-read-parm): Use it.
7700 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7701 (gnus-summary-nnir-goto-thread): Modify to work with imap.
7702
7703 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7704
7705 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7706 the process, too.
7707
7708 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7709
7710 * spam.el (gnus-summary-mode-map): Bind to "$".
7711 Suggested by Russ Allbery.
7712
7713 * shr.el: Rework the way things are indented by <li> slightly.
7714
7715 * gnus.el (gnus-group-set-parameter): Fix typo.
7716
7717 * nnimap.el: Start implementing QRESYNC support.
7718
7719 2010-10-09 Julien Danjou <julien@danjou.info>
7720
7721 * nnir.el (nnir-engines): Fix too many arguments.
7722
7723 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7724
7725 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7726 group is the "last", so that the backends like nnfolder actually save
7727 their folders.
7728
7729 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
7730 try to use that for the TLS stream.
7731 (nnimap-retrieve-group-data-early): Rework the marks code to heed
7732 UIDVALIDITY and find out which groups are read-only and not.
7733 (nnimap-get-flags): Use the same marks parsing code as the rest of
7734 nnimap.
7735
7736 2010-10-09 Julien Danjou <julien@danjou.info>
7737
7738 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7739
7740 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7741 retrieving gravatars.
7742
7743 * shr.el (shr-table-corner): Add.
7744 (shr-table-line): Add.
7745 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7746
7747 2010-10-08 Julien Danjou <julien@danjou.info>
7748
7749 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7750
7751 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
7752
7753 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7754
7755 * gnus-sum.el (gnus-mark-article-as-unread)
7756 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7757 (gnus-summary-set-bookmark): Use it.
7758
7759 * gnus-msg.el (gnus-setup-message): Use it.
7760
7761 * gnus-demon.el (gnus-demon-remove-handler): Use it.
7762
7763 * gnus.el (gnus-group-remove-parameter): Use it.
7764
7765 * gnus-group.el (gnus-group-make-web-group): Use it.
7766
7767 * gnus-demon.el (gnus-demon-remove-handler): Use it.
7768
7769 * nnregistry.el: Update docs to mention manual.
7770
7771 * gnus-registry.el: Update docs to mention nnregistry.el.
7772 (gnus-registry-initialize): Don't install nnregistry refer method
7773 automatically.
7774 (gnus-registry-install-nnregistry): Remove it.
7775
7776 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7777
7778 * shr.el (shr-insert): Don't insert double spaces.
7779
7780 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
7781
7782 * gnus-gravatar.el (gnus-treat-from-gravatar)
7783 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7784 called interactively.
7785
7786 * gnus-art.el (gnus-mime-view-part-externally)
7787 (gnus-mime-view-part-internally): Make predicate function passed to
7788 gnus-mime-view-part-as-type assume argument is a mime type, not a list
7789 of a mime type.
7790
7791 * shr.el (shr-table-widths): Don't use cl function `reduce'.
7792
7793 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7794
7795 * shr.el (require): Require cl when compiling.
7796 (shr-tag-hr): New function.
7797
7798 * nnimap.el (nnimap-update-info): Remove double setting of high.
7799 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7800 This makes nnimap work properly on Courier again.
7801
7802 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7803 the variable for backwards compatibility.
7804
7805 * mm-decode.el (mm-save-part): If given a non-directory result, expand
7806 the file name before using to avoid setting mm-default-directory to
7807 nil.
7808
7809 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7810 bidning gnus-agent variables.
7811
7812 * shr.el (shr-render-td): Use a cache for the table rendering function
7813 to avoid getting an exponential rendering behavior in nested tables.
7814 (shr-insert): Rework the line-breaking algorithm.
7815 (shr-insert): Don't leave trailing spaces.
7816 (shr-insert-table): Also insert empty TDs.
7817 (shr-tag-blockquote): Ensure paragraphs after </ul>.
7818
7819 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7820
7821 * gnus-sum.el (gnus-number): Rename from `number'.
7822 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7823 (gnus-summary-limit-children): Update uses correspondingly.
7824
7825 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7826
7827 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7828 (gnus-gravatar-transform-address): Don't show avatars of people of
7829 which mail addresses match gnus-gravatar-too-ugly.
7830
7831 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7832
7833 * shr.el (shr-table-widths): Expand TD elements to fill available
7834 space.
7835
7836 2010-10-07 Julien Danjou <julien@danjou.info>
7837
7838 * nnimap.el (nnimap-request-rename-group): Add this method.
7839
7840 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7841
7842 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7843 name from XEmacs' function-arglist.
7844
7845 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7846 gravatar under XEmacs.
7847
7848 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
7849
7850 * auth-source.el: Update docs with TODO items.
7851
7852 * gnus-sync.el: Update docs to explain state and plans.
7853
7854 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7855 Hooks for mark updates.
7856 (gnus-request-set-mark, gnus-request-update-mark): Use them.
7857
7858 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7859 hooks with arguments, which is needed for mark update hooks.
7860
7861 2010-10-06 Julien Danjou <julien@danjou.info>
7862
7863 * gnus.el (gnus-expand-group-parameter): Only return and act on what
7864 was matched.
7865
7866 * sieve-manage.el: Update example in `Commentary'.
7867
7868 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7869
7870 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7871 not 2000.
7872 (sieve-manage-authenticate): Re-add function.
7873
7874 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7875
7876 * shr.el (shr-insert): Get 'space transition right.
7877 (shr-render-td): Only delete space at the end of the TD.
7878
7879 * nnimap.el (nnimap-open-connection): Prepare to support
7880 open-gnutls-stream.
7881
7882 * shr.el: Rearrange function order to be more logical.
7883
7884 2010-10-06 Julien Danjou <julien@danjou.info>
7885
7886 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7887 (nnrss-discover-feed): Remove 404 URL in docstring.
7888
7889 * nnir.el: Fix Swish-E URL.
7890 Fix Namazu URL.
7891
7892 * message.el (message-change-subject): Remove 404 URL in a comment.
7893
7894 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
7895
7896 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7897 called interactively.
7898
7899 * gnus-util.el (gnus-remove-if): Allow hash table.
7900 (gnus-remove-if-not): New function.
7901
7902 * gnus-art.el (gnus-mime-view-part-as-type):
7903 * gnus-score.el (gnus-summary-score-effect):
7904 * gnus-sum.el (gnus-read-move-group-name):
7905 Replace remove-if-not with gnus-remove-if-not.
7906
7907 * gnus-group.el (gnus-group-completing-read):
7908 Regard collection as a hash table if it is not a list.
7909
7910 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7911
7912 * shr.el (shr-render-td): Allow blank/missing <TD>s.
7913
7914 * shr.el: Document the table-rendering algorithm.
7915
7916 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7917 invalid URLs.
7918
7919 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7920 line-broken.
7921 (shr-tag-img): Ignore image fetching errors.
7922 (shr-overlays-in-region): Compute overlay positions correctly.
7923
7924 * mm-decode.el (mm-shr): Require shr.
7925
7926 * gnus-art.el (gnus-blocked-images): Move variable here.
7927
7928 * shr.el (shr-insert-table): Bind free variable.
7929
7930 * mm-decode.el (mm-shr): Bind shr-content-function.
7931
7932 * shr.el (shr-content-function): New variable.
7933
7934 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7935 added for symmetry.
7936
7937 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7938
7939 * gnus-group.el (gnus-group-make-group): Doc fix.
7940
7941 * nnimap.el (nnimap-request-newgroups): Return success.
7942
7943 * shr.el (shr-find-elements): New function.
7944 (shr-tag-table): Put all the images after the table.
7945 (shr-tag-table): Really inhibit images inside the table.
7946 (shr-collect-overlays): Copy over overlays from the TD elements to the
7947 main document.
7948
7949 * mm-decode.el (mm-shr): Bind shr-blocked-images to
7950 gnus-blocked-images.
7951
7952 2010-10-05 Julien Danjou <julien@danjou.info>
7953
7954 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7955
7956 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7957 (gnus-html-maximum-image-size): Add this function.
7958 (gnus-html-put-image): Use gnus-html-maximum-image-size.
7959
7960 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7961 server-value of the capability is nil.
7962
7963 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7964
7965 * shr.el (shr-tag-em): Add <EM> tag.
7966
7967 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
7968
7969 * sieve-manage.el (sieve-manage-default-stream): Make default stream
7970 customizable.
7971
7972 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7973 handing broken links to browse-url.
7974
7975 2010-10-05 Julien Danjou <julien@danjou.info>
7976
7977 * gnus-util.el (gnus-emacs-completing-read)
7978 (gnus-iswitchb-completing-read): Use autoload rather than require.
7979
7980 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
7981
7982 * gnus-util.el (gnus-completing-read-function): Exclude
7983 gnus-icompleting-read and gnus-ido-completing-read from candidates for
7984 XEmacs since iswitchb.el is very old and ido.el is unavailable in
7985 XEmacs.
7986
7987 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7988 not to use `delete-dups' that is unavailable in XEmacs 21.4.
7989
7990 * gnus-html.el: Don't require help-fns under XEmacs.
7991 (gnus-html-schedule-image-fetching): Work for XEmacs.
7992
7993 * mm-decode.el (mm-shr): Decode contents by charset.
7994
7995 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7996
7997 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7998 unknown.
7999
8000 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8001 (shr-get-image-data): Ensure against the cache file missing.
8002
8003 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8004 for data.
8005
8006 * spam-report.el (spam-report-url-ping-plain): Don't query about
8007 killing the process.
8008
8009 * shr.el (shr-render-td): Protect against too-wide text.
8010
8011 2010-10-04 Julien Danjou <julien@danjou.info>
8012
8013 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8014 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8015
8016 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8017 retrieved.
8018
8019 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8020
8021 * shr.el (browse-url): Require.
8022 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8023 lines.
8024 (shr-show-alt-text, shr-browse-image): New commands.
8025 (shr-browse-url, shr-copy-url): New commands.
8026
8027 * gnus-sum.el (gnus-widen-article-window): New variable.
8028 (gnus-summary-select-article-buffer): Use it.
8029
8030 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8031 without @ signs.
8032
8033 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8034
8035 * nnir.el (nnir-run-imap): Remove spurious space in search string.
8036
8037 2010-10-04 Julien Danjou <julien@danjou.info>
8038
8039 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8040 for XEmacs.
8041
8042 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8043
8044 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8045
8046 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8047 (nnimap-close-server): Implement.
8048
8049 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8050 (shr-insert): Tweak line breaking.
8051 (shr-insert): Handle <pre> better.
8052 (shr-tag-li): Get <li> indentation right.
8053 (shr-tag-li): Get <li> indentation even righter.
8054 (shr-tag-blockquote): Ensure paragraph start.
8055 (shr-make-table): Tweak table generation.
8056 (shr-make-table): Fix typo.
8057
8058 * shr.el: Implement table rendering.
8059
8060 2010-10-04 Julien Danjou <julien@danjou.info>
8061
8062 * gnus-html.el (gnus-html-put-image): Fix resize image code.
8063
8064 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8065
8066 * shr.el (shr-insert): Use string anchors instead of line anchors.
8067
8068 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8069
8070 * shr.el: Add headings.
8071 (shr-ensure-paragraph): Actually work.
8072 (shr-tag-li): Make <ul> prettier.
8073 (shr-insert): Get white space at the beginning/end of elements right.
8074 (shr-tag-p): Collapse subsequent <p>s.
8075 (shr-ensure-paragraph): Don't insert double line feeds after blank
8076 lines.
8077 (shr-insert): \t is also space.
8078 (shr-tag-s): Fix "s" tag name function.
8079 (shr-tag-s): Fix face prop name.
8080
8081 2010-10-03 Julien Danjou <julien@danjou.info>
8082
8083 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8084
8085 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8086 gnus-window-inside-pixel-edges.
8087
8088 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8089 gnus-ems.
8090
8091 * mm-view.el (mm-inline-image-emacs): Support image resizing.
8092
8093 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8094 function.
8095
8096 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8097 resize choice.
8098
8099 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8100
8101 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8102 beginning of the buffer.
8103
8104 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8105 article buffer again.
8106
8107 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8108
8109 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8110 when it's at the start of the buffer.
8111
8112 * shr.el (shr-tag-blockquote): Convert name.
8113 (shr-rescale-image): Use the right image-size variant.
8114
8115 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8116 buffer isn't shown, then select the current article first instead of
8117 bugging out.
8118 (gnus-summary-select-article-buffer): Show both the article and summary
8119 buffers again.
8120
8121 * shr.el (shr-fontize-cont): Protect against regions with no text.
8122 Rename tag functions to shr-tag-* for enhanced security.
8123 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8124
8125 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
8126
8127 * shr.el (shr-insert):
8128 * pop3.el (pop3-movemail):
8129 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8130 loaded.
8131
8132 2010-10-03 Glenn Morris <rgm@gnu.org>
8133
8134 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8135
8136 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8137
8138 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8139
8140 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8141
8142 * gnus-util.el (gnus-make-local-hook): Simplify.
8143
8144 2010-10-02 Julien Danjou <julien@danjou.info>
8145
8146 * gnus-util.el (gnus-iswitchb-completing-read): New function.
8147 (gnus-ido-completing-read): New function.
8148 (gnus-emacs-completing-read): New function.
8149 (gnus-completing-read): Use gnus-completing-read-function.
8150 Add gnus-completing-read-function.
8151
8152 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8153
8154 * shr.el (shr-insert-document): Autoload.
8155 (shr-img): Be silent.
8156 (shr-insert): Add a newline after every picture before text.
8157 (shr-add-font): Use overlays for combining faces.
8158 (shr-insert): Pass upwards the text start point.
8159
8160 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8161 possible.
8162 (mm-shr): New function.
8163
8164 2010-10-02 Julien Danjou <julien@danjou.info>
8165
8166 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8167 should go backward.
8168
8169 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
8170
8171 * shr.el (shr): Fix typo in provide call.
8172
8173 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8174
8175 * shr.el: New file.
8176
8177 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8178
8179 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8180 completing read.
8181
8182 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8183
8184 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8185 we're being queried about. Suggested by Dan Jacobson.
8186
8187 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8188 Suggested by Jason Eisner.
8189
8190 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8191 table, too. Suggested by Stefan Wiens.
8192 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8193 the table unnecessary. Suggested by Stefan Wiens.
8194
8195 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8196 longer needed, and probably doesn't work either, as pointed out by
8197 Stefan Wiens.
8198 (gnus-summary-exit): Remove call to the clearing function.
8199 (gnus-summary-exit-no-update): Ditto.
8200
8201 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8202 instead of gnus-eval-in-buffer-window to avoid popping up frames.
8203 Reported by Stefan Monnier.
8204 (gnus-summary-save-in-rmail): Ditto.
8205
8206 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8207 article buffer, instead of both the article buffer and the summary
8208 buffer. Sort of suggested by Dan Jacobson.
8209
8210 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8211
8212 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8213 Suggested by Dan Jacobson.
8214
8215 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8216 documentation clearer.
8217
8218 * message.el (message-shorten-references): Comment on the number "21".
8219 Suggested by Stefan Monnier.
8220
8221 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8222 Suggested by Dan Jacobson.
8223
8224 * gnus.el (gnus-large-newsgroup):
8225 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
8226
8227 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8228 externalize attachments. Bug reported by Steve Wen.
8229
8230 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8231 really message anything to the user.
8232
8233 * nnmail.el (nnmail-article-group): Allow using the fancy split method
8234 directly.
8235
8236 * nnimap.el (nnimap-request-group): Low higher than high to signal no
8237 messages in empty groups.
8238
8239 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
8240
8241 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8242 non-UIDNEXT group.
8243
8244 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8245
8246 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8247 not the value from the collection.
8248
8249 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8250 values. This sometimes happens on some groups that have no info.
8251 (nnimap-request-newgroups): New function.
8252
8253 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
8254
8255 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8256 check into `gnus-registry-initialize'.
8257 (gnus-registry-initialize): Ditto.
8258 Fix and extend header docs.
8259
8260 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8261
8262 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8263 regexp backtrace overflows.
8264
8265 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8266 for starttls that tls.el implements; i.e. openssl.
8267
8268 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
8269
8270 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8271 (gravatar-create-image): New function that's an alias to
8272 gnus-xmas-create-image, gnus-create-image, or create-image.
8273 (gravatar-data->image): Use it.
8274
8275 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
8276
8277 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8278 install the nnregistry refer method.
8279 (gnus-registry-install-hooks): Use it.
8280 (gnus-registry-unfollowed-groups): Add nnmairix to the default
8281 unfollowed groups.
8282
8283 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
8284
8285 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8286 expanding threads.
8287
8288 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8289
8290 * nnir.el: Use the server names without suffixes (bug #7009).
8291
8292 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8293 unencrypted to STARTTLS, if possible.
8294
8295 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8296
8297 * message.el (message-ignored-supersedes-headers): Strip Injection-*
8298 headers before superseding.
8299
8300 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8301
8302 * nnrss.el (nnrss-use-local): Add documentation.
8303
8304 * nnimap.el (nnimap-extend-tls-programs): New function.
8305 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8306 (nnimap-wait-for-connection): Accept the greeting from the stupid
8307 output from openssl s_client -starttls, too.
8308
8309 * nnimap.el (nnimap-find-article-by-message-id): Really return the
8310 article number.
8311 (nnimap-split-fancy): New variable.
8312 (nnimap-split-incoming-mail): Use it.
8313
8314 * nntp.el (nntp-server-list-active-group): Document.
8315
8316 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8317 SELECT to get the message-id.
8318
8319 * mail-source.el (mail-sources): Remove webmail support.
8320 (defvar): Ditto.
8321 (mail-source-fetcher-alist): Ditto.
8322 (mail-source-fetch-webmail): Remove.
8323
8324 * webmail.el: Remove -- doesn't seem relevant any more.
8325
8326 * gnus.el: Fix up make-obsolete-variable declarations throughout.
8327
8328 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8329 the \r.
8330
8331 2010-09-30 Julien Danjou <julien@danjou.info>
8332
8333 * gnus-agent.el (gnus-agent-add-group): Fix call to
8334 gnus-completing-read.
8335
8336 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8337
8338 * nndoc.el (nndoc-retrieve-groups): New function.
8339
8340 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8341 `default', use nnmail-split-methods.
8342 (nnimap-request-article): Downcase the NILs so that they are nil.
8343
8344 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8345 symbol.
8346
8347 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8348 code, since if the user has requested network, that's what they ought
8349 to get.
8350 (nnimap-request-set-mark): Erase the buffer before issuing commands.
8351 (nnimap-split-rule): Mark as obsolete.
8352
8353 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8354 New variable.
8355
8356 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8357 correct slot, too.
8358
8359 2010-09-29 Julien Danjou <julien@danjou.info>
8360
8361 * gnus.el (gnus-local-domain): Declare variable obsolete.
8362
8363 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8364 Fix history computing.
8365 (gnus-ido-completing-read): Require ido.
8366
8367 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8368
8369 * gnus-registry.el: Don't prompt on load, which makes it impossible to
8370 build Gnus.
8371
8372 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8373 when interpreting the structures.
8374 (nnimap-request-accept-article): Add \r\n to the lines to make this
8375 work with Cyrus.
8376
8377 * nndraft.el (nndraft-request-expire-articles): Use the group name
8378 instead if "nndraft". Fix found by Nils Ackermann.
8379
8380 2010-09-29 Ludovic Courtes <ludo@gnu.org>
8381
8382 * nnregistry.el: Add.
8383
8384 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8385
8386 * nnmail.el (group, group-art-list, group-art):
8387 Remove unneeded directives.
8388
8389 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
8390
8391 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8392 (mm-mime-charset):
8393 * rfc2047.el (rfc2047-syntax-table):
8394 * utf7.el (utf7-utf-16-coding-system): Comment fix.
8395
8396 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8397 rather than `insert-file-contents' and `eval-region'.
8398
8399 2010-09-29 Julien Danjou <julien@danjou.info>
8400
8401 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8402 replacement of `gnus-gravatar-relief' to mimic
8403 `gnus-faces-properties-alist'.
8404 Add :version property.
8405
8406 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8407
8408 * mail-source.el (mail-source-report-new-mail):
8409 * message.el (message-default-mail-headers):
8410 * mm-decode.el (mm-valid-image-format-p): Comment fix.
8411
8412 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8413
8414 2010-09-28 Julien Danjou <julien@danjou.info>
8415
8416 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8417 mail-address contains the same string as real-name.
8418
8419 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8420 non-blank in header, otherwise it'll get stripped.
8421
8422 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8423 real-name, and then for mail address rather than doing : or , search.
8424
8425 2010-09-27 Julien Danjou <julien@danjou.info>
8426
8427 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8428 right completing-read function.
8429 (gnus-use-ido): New variable
8430 (gnus-completing-read-with-default): Remove.
8431 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8432 (gnus-agent-add-group):
8433 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8434 * mm-view.el (mm-view-pkcs7-decrypt):
8435 * mm-util.el (mm-codepage-setup):
8436 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8437 * mml-smime.el (mml-smime-openssl-sign-query):
8438 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8439 (mml-insert-multipart):
8440 * gnus-msg.el (gnus-summary-yank-message):
8441 * gnus-int.el (gnus-start-news-server):
8442 * mm-decode.el (mm-interactively-view-part):
8443 * gnus-dired.el (gnus-dired-attach):
8444 * gnus.el (gnus-read-method):
8445 * gnus-bookmark.el (gnus-bookmark-jump):
8446 * gnus-art.el (gnus-mime-view-part-as-type)
8447 (gnus-mime-action-on-part, gnus-article-encrypt-body):
8448 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8449 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8450 * nnmairix.el (nnmairix-create-server-and-default-group)
8451 (nnmairix-update-groups, nnmairix-get-server)
8452 (nnmairix-backend-to-server, nnmairix-goto-original-article)
8453 (nnmairix-get-group-from-file-path):
8454 * nnrss.el (nnrss-find-rss-via-syndic8):
8455 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8456 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8457 (gnus-group-browse-foreign-server):
8458 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8459 (gnus-summary-execute-command, gnus-summary-respool-article)
8460 (gnus-read-move-group-name):
8461 * gnus-score.el (gnus-summary-increase-score)
8462 (gnus-summary-score-effect):
8463 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8464
8465 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8466
8467 * nnimap.el (auth-source-forget-user-or-password)
8468 (auth-source-user-or-password): Autoload.
8469
8470 * message.el (message-from-style, message-interactive)
8471 (message-signature): Remove comment.
8472 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
8473 always.
8474 (message-sendmail-envelope-from): Comment fix.
8475 (message-yank-prefix): Default to mail-yank-prefix always.
8476 (message-indentation-spaces):
8477 Default to mail-indentation-spaces always.
8478 (message-signature-file): Default to mail-signature-file always.
8479
8480 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8481
8482 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8483 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8484 new articles.
8485
8486 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8487 parts.
8488 (nnimap-request-article): Work with the t setting, too.
8489
8490 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8491 that you don't get flashes of other buffers.
8492 (gnus-summary-show-complete-article): Intern before setting.
8493
8494 2010-09-27 David Engster <dengste@eml.cc>
8495
8496 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8497 well as HEADERS.
8498 (nnmairix-retrieve-headers): Provide new argument for the above.
8499
8500 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8501
8502 * gnus-sum.el (gnus-summary-move-article): Don't alter
8503 gnus-newsgroup-active. This makes `/ N' work after copying to the same
8504 group.
8505
8506 * nnimap.el (nnimap-update-info): Don't destructively alter active.
8507
8508 * message.el (message-cite-prefix-regexp): Revert my last edit.
8509
8510 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8511 variable instead of the Gnus variable.
8512
8513 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8514
8515 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8516
8517 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8518 since some servers don't like it.
8519 (nnimap-open-connection): Forget credentials if the server says the
8520 password was wrong.
8521 (nnimap-parse-line): Protect against invalid data.
8522
8523 * gnus-sum.el (gnus-summary-move-article): Add comment.
8524 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8525 nothing alters it while scanning for new messages.
8526
8527 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8528 which may or may not help.
8529 (nnimap-open-connection): If we're doing a stream connection, and then
8530 discover we're on a STARTTLS-capable server, then open a STARTTLS
8531 connection instead.
8532
8533 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8534
8535 * nnimap.el (utf7): Require.
8536
8537 * message.el (message-cite-prefix-regexp): Remove "}" from citation
8538 prefix.
8539
8540 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
8541
8542 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8543
8544 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8545
8546 * nnimap.el (nnimap-request-accept-article): Message the error on
8547 error.
8548
8549 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
8550
8551 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8552
8553 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8554
8555 * nndoc.el (nndoc-request-list): Return success always.
8556
8557 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8558 `fetch-old' -- we only want to fetch the articles we've requested.
8559 The rest are in the agent, probably.
8560 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8561 disappeared server" to something low. It's not important.
8562
8563 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8564 arrived before the FETCH data.
8565
8566 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8567 target here, because we don't know the Gnus name of the group.
8568
8569 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8570 for the correct group.
8571
8572 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8573
8574 * gnus.el (gnus): Give a final warning after startup.
8575
8576 * gnus-util.el (gnus-action-message-log): New variable.
8577 (gnus-message): Use it.
8578 (gnus-final-warning): New function.
8579
8580 * nnimap.el (nnimap-open-connection): Record the greeting.
8581 (nnimap): Add greeting.
8582
8583 2010-09-26 Julien Danjou <julien@danjou.info>
8584
8585 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8586 arguments.
8587 (gnus-html-wash-images): Fix spec computing to include start/end.
8588
8589 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8590
8591 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8592
8593 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8594 deletion.
8595 (nnimap-retrieve-headers): Don't select the group, because that's
8596 already done by nnimap-possibly-change-group.
8597
8598 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8599 (gnus-picon-transform-address): Use it.
8600
8601 * mail-source.el (mail-source-value): Revert previous patch.
8602
8603 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8604 on failure.
8605 (nnimap-open-connection): Look up both virtual and physical server name
8606 credentials.
8607
8608 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8609
8610 2009-02-08 Dave Love <fx@gnu.org>
8611
8612 * gnus-win.el (gnus-window-to-buffer-helper)
8613 (gnus-all-windows-visible-p): Function needn't be a symbol.
8614
8615 * mail-source.el (mail-source-value): Function needn't be a symbol.
8616
8617 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8618
8619 * message.el (message-cite-prefix-regexp): Remove } from the cite
8620 prefix.
8621
8622 * gnus-art.el (gnus-treatment-function-alist): Do picons before
8623 highlight again, so that the highlight is correct.
8624
8625 * gnus-picon.el (gnus-picon): Remove again.
8626 (gnus-picon-create-glyph): Set the background XPM color explicitly.
8627
8628 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8629 doing the header highlightling, so that the background color of the
8630 picon is correct.
8631
8632 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8633 (gnus-picon): Ditto.
8634 (gnus-picon): Reinstate. The background color for picons is white.
8635 (gnus-picon-insert-glyph): Make the background white.
8636
8637 * nnml.el (nnml-open-nov): Don't return dead buffers.
8638
8639 * auth-source.el (auth-source-create): Query the user for whether to
8640 store the credentials.
8641
8642 * auth-source.el (auth-source-user-or-password): Use the existing auth
8643 sources, if any, for creation.
8644
8645 * gnus.el (gnus-group-fast-parameter): Return the last matching
8646 parameter instead of the first matching parameter.
8647
8648 2010-09-26 Julien Danjou <julien@danjou.info>
8649
8650 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8651
8652 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8653
8654 * mml2015.el (mml2015-use): Remove gpg support.
8655
8656 * mml1991.el (mml1991-function-alist): Remove gpg function.
8657 (mml1991-gpg-sign): Remove.
8658
8659 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
8660
8661 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8662 (gnus-browse-unsubscribe-current-group): Document it.
8663 (gnus-browse-unsubscribe-group): Use it.
8664
8665 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8666
8667 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8668 address to the To list for easier response.
8669
8670 * gnus.el (gnus-play-startup-jingle): Remove.
8671 (gnus-splash): Don't play jingle.
8672 (gnus): Silence gnus-load message.
8673
8674 * gnus-art.el (gnus-treat-play-sounds): Remove.
8675
8676 * gnus.el (gnus-play-jingle): Remove audio support.
8677
8678 * gnus-cus.el (gnus-score-customize): Remove audio reference.
8679
8680 * earcon.el: Remove -- no users.
8681
8682 * gnus-audio.el: Remove -- no users of this package.
8683
8684 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8685
8686 * gnus-start.el (gnus-setup-news): Remove nocem support.
8687
8688 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8689
8690 * gnus.el (gnus-use-nocem): Remove.
8691
8692 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8693 Remove.
8694
8695 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
8696 uses NoCeM any more.
8697
8698 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8699 (gnus-button-ctan-handler): Ditto.
8700 (gnus-button-handle-ctan-bogus-regexp): Ditto.
8701 (gnus-button-ctan-directory-regexp): Ditto.
8702 (gnus-button-handle-ctan): Ditto.
8703 (gnus-button-tex-level): Ditto.
8704 (gnus-button-alist): Remove CTAN stuff.
8705
8706 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8707
8708 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8709 nnimap-streaming test.
8710
8711 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8712 servers twice.
8713
8714 * nnimap.el (nnimap-open-connection): Add more error reporting when
8715 nnimap fails early.
8716
8717 * nnheader.el (nnheader-get-report-string): New function.
8718 (nnheader-get-report): Use it.
8719
8720 * gnus-int.el (gnus-check-server): Say what the error was when opening
8721 failed.
8722
8723 * nnimap.el (nnimap-wait-for-response): Search further when we're not
8724 using streaming.
8725
8726 2010-09-25 Julien Danjou <julien@danjou.info>
8727
8728 * gnus-html.el (gnus-html-rescale-image): Use our defalias
8729 gnus-window-inside-pixel-edges.
8730
8731 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8732
8733 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8734
8735 * mm-decode.el (mm-save-part): Allow saving to other directories the
8736 normal Emacs way.
8737
8738 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8739 Suggested by Jay Berkenbilt.
8740
8741 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8742 there isn't a single byte.
8743
8744 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8745 just do it. It doesn't really seem to matter what the user responds
8746 here, I think, so it's just a confusing question.
8747
8748 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8749 non-streaming case.
8750
8751 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8752 (gnus-article-encrypt-body): Use it.
8753
8754 * gnus-sum.el (gnus-summary-show-complete-article): New command and
8755 keystroke.
8756
8757 * nnimap.el (nnimap-find-wanted-parts-1):
8758 Use gnus-fetch-partial-articles.
8759
8760 * gnus-art.el (gnus-fetch-partial-articles): New variable.
8761
8762 * nnimap.el (nnimap-insert-partial-structure): New function.
8763 (nnimap-get-partial-article): New function.
8764 (nnimap-request-article): Use it.
8765 (nnimap-wait-for-response): Return whether the wait was successful.
8766 (nnimap-finish-retrieve-group-infos): Don't do anything if the
8767 retrieval wasn't successful.
8768 (nnimap-retrieve-group-data-early): Allow throttling servers.
8769 (nnimap-streaming): New variable.
8770 (nnimap-fetch-partial-articles): Remove.
8771
8772 * mm-decode.el (mm-with-part): Protect against killed buffers.
8773
8774 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8775 for prettier summary display.
8776
8777 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
8778
8779 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8780
8781 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8782
8783 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8784 apparently third-party libraries depend on it.
8785
8786 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8787 before starting negotiation.
8788
8789 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8790 privacy reasons.
8791 (gnus-treat-mail-gravatar): Ditto.
8792
8793 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8794 buffer when inserting images. Inserting text into the headers, for
8795 instance, can make them invalid.
8796
8797 2010-09-25 Julien Danjou <julien@danjou.info>
8798
8799 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8800 variables.
8801
8802 * nnheader.el: Remove useless variables news-reply-yank-from and
8803 news-reply-yank-message-id.
8804
8805 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8806 variables.
8807
8808 * mml1991.el: Remove useless mml1991-verbose.
8809
8810 * gnus.el: Remove useless variable gnus-use-generic-from.
8811 Remove obsolete variable gnus-topic-indentation.
8812
8813 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8814
8815 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8816
8817 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8818
8819 * gnus-group.el: Remove useless gnus-group-icon-cache.
8820 Remove useless gnus-ephemeral-group-server.
8821
8822 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8823
8824 * mml2015.el: Remove useless mml2015-verbose.
8825
8826 * mml-smime.el: Remove useless mml-smime-verbose.
8827
8828 * gnus.el: Remove useless gnus-local-domain.
8829
8830 * gnus-gravatar.el (gnus-gravatar-transform-address):
8831 Use gnus-gravatar-size.
8832
8833 * gnus-art.el: Remove useless gnus-treat-translate.
8834
8835 2010-09-24 Julien Danjou <julien@danjou.info>
8836
8837 * gnus-sum.el: Add support for Gravatars.
8838
8839 * gnus-art.el: Add support for Gravatars.
8840
8841 * gnus-gravatar.el: Add this file.
8842
8843 * gravatar.el: Add this file.
8844
8845 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8846
8847 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8848
8849 * gnus-group.el (gnus-group-fetch-faq): Remove.
8850
8851 * gnus.el (gnus-group-faq-directory): Remove.
8852
8853 * gnus-group.el (gnus-group-fetch-charter): Remove.
8854
8855 * gnus.el (gnus-group-charter-alist): Remove.
8856
8857 * gnus-group.el (gnus-group-archive-directory): Remove.
8858 (gnus-group-recent-archive-directory): Ditto.
8859 (gnus-group-make-archive-group): Remove.
8860
8861 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8862
8863 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8864 use the same article number for all the cached articles.
8865
8866 * nnimap.el (nnimap-command): Register the last command time so
8867 that we can use it for idling NOOPs.
8868 (nnimap-open-connection): Start the keeplive timer.
8869 (nnimap-make-process-buffer): Store all the process buffers.
8870 (nnimap-keepalive): New function.
8871
8872 * starttls.el (starttls-open-stream): Add autoload cookie.
8873
8874 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8875
8876 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8877 handling.
8878
8879 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8880
8881 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8882 its data structures.
8883
8884 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8885 instead of the cl.el copy-list.
8886 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8887 equalp.
8888
8889 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
8890
8891 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8892 and tool-bar-local-item-from-menu.
8893
8894 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8895 mode-line-highlight face for Emacs.
8896
8897 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8898 loading gnus-sum.elc; fix comment for canlock-verify.
8899 (gnus-article-jump-to-part): Use read-number.
8900 (gnus-insert-mime-button, gnus-insert-mime-security-button):
8901 Remove Emacs pre-21 compatible code for help-echo.
8902 (gnus-article-next-page-1): No need to adjust the number of lines.
8903 (gnus-article-describe-bindings): Always use help-buffer.
8904
8905 * gnus-audio.el (gnus-audio-inline-sound):
8906 * gnus-cus.el (gnus-custom-mode):
8907 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8908
8909 * gnus-sum.el (gnus-remove-overlays): Doc fix.
8910
8911 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8912 compatible code.
8913
8914 2010-09-24 Glenn Morris <rgm@gnu.org>
8915
8916 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8917 visiting the fcc file in rmail-mode.
8918
8919 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
8920
8921 * nnir.el: Silence the byte compiler.
8922
8923 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8924 alias to browse-url-url-encode-chars if any.
8925 (gnus-html-encode-url): Use it.
8926
8927 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8928
8929 * gnus-start.el (gnus-use-backend-marks): New variable.
8930 (gnus-get-unread-articles-in-group): Use it.
8931
8932 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8933 makeover.
8934
8935 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
8936
8937 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8938
8939 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8940
8941 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8942 Remove.
8943 (gnus-setup-news-hook):
8944 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8945
8946 * gnus-int.el (gnus-request-update-info): Protect against backends not
8947 having the function.
8948
8949 * nnimap.el (nnimap-stream): Mention STARTTLS.
8950 (nnimap-open-connection): Add STARTTLS support.
8951
8952 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
8953
8954 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8955
8956 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8957
8958 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8959 BODYSTRUCTUREs.
8960 (nnimap-transform-headers): Unfold quoted {42} headers.
8961
8962 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8963 the info.
8964 (gnus-get-unread-articles): Only call updatep on backends that support
8965 it.
8966
8967 * nnweb.el (nnweb-request-update-info): NOOP.
8968
8969 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8970
8971 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8972 since it only deals with marks.
8973
8974 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8975 gnus-request-marks, and make a new gnus-request-update-info.
8976
8977 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8978 the active instead of the high number, which is usually too low.
8979
8980 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
8981
8982 * encrypt.el: Remove.
8983
8984 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8985
8986 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8987 server in symbolic form.
8988
8989 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8990
8991 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8992
8993 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8994 (nnimap-update-info): Fix up code slightly.
8995
8996 * gnus-int.el (gnus-open-server): Add tracing for performance
8997 debugging.
8998
8999 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9000 (gnus-group-insert-group-line): Pass the real group name so that it
9001 gets the right data.
9002
9003 * gnus-start.el (gnus-get-unread-articles): Don't have
9004 `gnus-get-unread-articles-in-group' update info, since that can be
9005 really slow and doesn't seem to be needed?
9006
9007 2010-09-22 Julien Danjou <julien@danjou.info>
9008
9009 * gnus-group.el (gnus-group-insert-group-line):
9010 Call gnus-group-highlight-line.
9011 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9012 default hook list.
9013 (gnus-group-update-eval-form): Add new function.
9014 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9015 (gnus-group-get-icon): Use gnus-group-update-eval-form.
9016
9017 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9018
9019 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9020 immediate, then expire all articles.
9021 (nnimap-update-info): Fix off-by-one errors.
9022 (nnimap-flags-to-marks): Would return no marks lists for group with no
9023 flags. Instead return the other data.
9024
9025 2010-09-22 Julien Danjou <julien@danjou.info>
9026
9027 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9028 Only return an icon.
9029 (gnus-group-insert-group-line): Compute icon to return.
9030
9031 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9032 (gnus-html-image-fetched): Only cache if
9033 gnus-html-image-automatic-caching is set.
9034 (gnus-html-image-fetched): Check for errors.
9035
9036 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9037
9038 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9039 once per method on `g'. This ensures that backends like nnfolder don't
9040 open all their folders.
9041
9042 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9043 (nnimap-request-list): Nix out group in the correct buffer.
9044 (nnimap-parse-flags): Implement by using `read' instead of
9045 hand-parsing.
9046 (nnimap-flags-to-marks): Pass on permanent-flags.
9047 (nnimap-make-process-buffer): Record the server name.
9048 (nnimap-parse-flags): Fix typo.
9049 (nnimap-request-scan): Run split on the server in general, not just a
9050 single group.
9051
9052 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9053 parameter, and propagate this downwards.
9054
9055 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9056 since EXAMINE changes it on the server.
9057
9058 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9059 this command might take a while.
9060
9061 2010-09-22 Julien Danjou <julien@danjou.info>
9062
9063 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
9064 harmful if you have 2 images side-by-side, they can't be properly
9065 update on text deletion. Using text-property is safer here.
9066 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9067 data.
9068
9069 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9070
9071 * nnimap.el (nnimap-expunge-inbox): Remove.
9072 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9073 (nnimap-expunge): Flip default to t.
9074
9075 * gnus.el (gnus-method-to-server): Don't push things to the cache
9076 unless it's unique.
9077 (gnus-server-to-method): Ditto.
9078
9079 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
9080
9081 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9082
9083 2010-09-22 Julien Danjou <julien@danjou.info>
9084
9085 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9086 get the start of data.
9087 (gnus-html-encode-url): Add this function to encode special chars in
9088 URL.
9089 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9090 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9091
9092 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9093 default.
9094 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9095
9096 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9097 images alt-text.
9098 (gnus-html-put-image): Put alt-text as help-echo.
9099
9100 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9101
9102 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9103 * mm-util.el (mm-decompress-buffer):
9104 * nnir.el (nnir-run-find-grep):
9105 * pop3.el (pop3-list): Use 3rd arg of split-string.
9106
9107 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9108
9109 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9110 outside the active range. Suggested by Dan Christensen.
9111
9112 * gnus-start.el (gnus-get-unread-articles): Get the extended method
9113 slightly later to avoid double-getting it.
9114
9115 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9116 previous patch.
9117
9118 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9119
9120 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
9121
9122 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9123
9124 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9125
9126 * gnus-int.el (gnus-open-server): Give a better error message in the
9127 "go offline" case.
9128
9129 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9130 marks for nnimap, which is seldom the right thing to do.
9131
9132 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9133 (gnus-same-method-different-name): New function.
9134
9135 * nnimap.el (parse-time): Require.
9136
9137 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9138 method in the presence of many similar methods.
9139
9140 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9141
9142 * nnimap.el (nnimap-find-expired-articles): Don't refer to
9143 nnml-inhibit-expiry.
9144
9145 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9146 find out whether methods are equal.
9147
9148 * nnimap.el (nnimap-find-expired-articles): New function.
9149 (nnimap-process-expiry-targets): New function.
9150 (nnimap-request-move-article): Request the article before looking at
9151 what the Message-ID is. Fix found by Andrew Cohen.
9152 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9153
9154 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9155 for oldness in addition to being a predicate.
9156
9157 * nnimap.el (nnimap-request-group): When we have zero articles, return
9158 the right data to Gnus.
9159 (nnimap-request-expire-articles): Only delete articles immediately if
9160 the target is 'delete.
9161
9162 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9163 method, this would bug out.
9164
9165 * gnus-group.el (gnus-group-expunge-group): Rename from
9166 gnus-group-nnimap-expunge, and implemented as a normal interface
9167 function.
9168
9169 * gnus-int.el (gnus-request-expunge-group): New function.
9170
9171 * nnimap.el (nnimap-request-create-group): Implement.
9172 (nnimap-request-expunge-group): New function.
9173
9174 2010-09-21 Julien Danjou <julien@danjou.info>
9175
9176 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9177 (gnus-html-cache-expired): Add new function.
9178 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9179 wethever we should display image for fetch it.
9180 Compute alt-text earlier to pass it to the fetching function too.
9181 (gnus-html-schedule-image-fetching): Change function argument to only
9182 get one image at a time, not a list.
9183 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9184 cache.
9185 (gnus-html-get-image-data): New function to retrieve image data from
9186 cache.
9187 (gnus-html-put-image): Change buffer argument to use image data rather
9188 than file, and place image above region rather than inserting a new
9189 one. Do not take alt-text as argument, since it's useless now: we place
9190 the image above alt-text.
9191 (gnus-html-prune-cache): Remove.
9192 (gnus-html-show-images): Start to fetch image when we find one, do not
9193 push into a temporary list.
9194 (gnus-html-prefetch-images): Only fetch image if they have expired.
9195 (gnus-html-browse-image): Fix, use 'gnus-image-url.
9196 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9197
9198 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
9199
9200 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9201
9202 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9203
9204 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9205 spec inser "*" if the group isn't active instead of 0.
9206
9207 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9208 opening the server.
9209 (nnimap-request-delete-group): Implement group deletion.
9210 (nnimap-transform-headers): Return the size of the entire message in
9211 the Bytes header, not just the size of the first part.
9212 (nnimap-request-move-article): When moving an article from nnimap,
9213 request the article first so the accepting form has an article to
9214 accept. Reported by Dan Christensen.
9215 (nnimap-command): Make sure that the error message doesn't error out.
9216
9217 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
9218
9219 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9220 we haven't requested anything.
9221
9222 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9223
9224 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9225 "". Fix found by Andrew Cohen.
9226
9227 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9228 instead of -encode-string.
9229
9230 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
9231
9232 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9233
9234 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9235 by mm-subst-char-in-string.
9236
9237 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9238
9239 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9240 waiting for the connection string.
9241
9242 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9243 arriving.
9244
9245 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9246 bogus characters. This allows selecting certain Gmail groups.
9247
9248 * nnimap.el (nnimap-find-wanted-parts-1): New function.
9249 (nnimap-fetch-partial-articles): New variable.
9250 (nnimap-open-connection): When looking for credentials, also use the
9251 nnimap-server-port.
9252 (nnimap-request-article): Return the group/article number, so that Gnus
9253 `^' works as expected.
9254 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9255
9256 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9257 comments.
9258 (gnus-methods-sloppily-equal): New function.
9259 (gnus): When using the development version of Gnus, load the gnus-load
9260 file.
9261
9262 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9263 `gnus-open-server' on each method before trying to scan them etc.
9264 This ensures that all the backend parameters are set correctly.
9265
9266 * nnimap.el (nnimap-authenticator): New variable.
9267 (nnimap-open-connection): Allow anonymous login.
9268 (nnimap-transform-headers): The chars header is called Chars not Bytes.
9269 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9270
9271 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9272 patch, found by Knut Anders Hatlen.
9273
9274 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
9275
9276 * gnus-agent.el (gnus-agent-batch-confirmation)
9277 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9278 to gnus-message.
9279 * gnus-art.el (gnus-article-describe-briefly): Likewise.
9280 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9281 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9282 * gnus-int.el (gnus-open-server): Likewise.
9283 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9284 (gnus-score-check-syntax): Likewise.
9285 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9286 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9287 Likewise.
9288 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9289
9290 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9291
9292 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9293 calling conventions so that prefetch doesn't bug out.
9294
9295 2010-09-19 Julien Danjou <julien@danjou.info>
9296
9297 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9298 rather than `subst-char-in-region' in order to be able to replace ASCII
9299 char by UTF-8 ones.
9300
9301 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9302 than curl.
9303 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9304 the right URL and ALT text on images.
9305 (gnus-html-wash-tags): Fix tag case.
9306 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
9307 (gnus-article-html): Add -o display_ins_del=2 option.
9308 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9309
9310 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9311
9312 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9313 the extra mail headers, which sometimes seem to happen for unknown
9314 reasons.
9315
9316 * mail-parse.el (mail-header-encode-parameter): Define as
9317 rfc2045-encode-string instead of as rfc2231-encode-string, since some
9318 (or most, perhaps?) mail readers don't understand the latter, but do
9319 understand the former.
9320
9321 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9322 to nil, so that no methods are automatically agentized. I think this
9323 is probably what most users want.
9324
9325 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9326 from url-retrieve, for instance about invalid URLs.
9327
9328 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9329 groups that have no articles.
9330 (nnimap-request-article): Check that we really got an article when we
9331 requested one.
9332
9333 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9334 doesn't exist.
9335
9336 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9337 nntp buffer so the agent can save it.
9338 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9339 that CRLF doesn't get translated to \n.
9340 (nnimap-open-connection): Don't make 'shell commands only send \n.
9341
9342 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9343
9344 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9345 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9346 Update var name.
9347 (nnml-generate-nov-file): Use dolist.
9348 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9349 Use with-current-buffer.
9350
9351 2010-09-18 Julien Danjou <julien@danjou.info>
9352
9353 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9354 parallel.
9355
9356 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9357
9358 * nnimap.el (nnimap-update-info): When doing partial marks update, get
9359 the range update right.
9360 (nnimap-request-group): Don't make `M-g' bug out on group with no
9361 marks.
9362 (nnoo): Require, so that other packages can require nnimap.
9363 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9364 command we're looking for. This helps when the server sends more
9365 responses after we've gotten everything we expected.
9366 (nnimap): Add a `newlinep' field to keep track of end-of-line
9367 conventions.
9368 Don't send CRLF to things that don't want it.
9369 (nnimap-request-accept-article): Ditto.
9370
9371 2010-09-18 Julien Danjou <julien@danjou.info>
9372
9373 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9374 than curl to retrieve images.
9375
9376 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9377
9378 * nnimap.el (nnimap-update-info): Extend the info so that we can set
9379 the marks.
9380 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9381 (nnimap-wait-for-connection): New function.
9382 (nnimap-open-connection): If we have PREAUTH, don't query for login
9383 credentials.
9384 (nnimap-update-info): Fix off-by-one error when concatenating ranges
9385 when doing a partial update.
9386
9387 2010-09-18 Julien Danjou <julien@danjou.info>
9388
9389 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9390 tags.
9391
9392 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9393
9394 * nnimap.el (nnimap-credentials): New function.
9395 (nnimap-open-connection): Use the new function to look for credentials
9396 also on the numeric equivalents of "imap" and "imaps".
9397
9398 * gnus-start.el (gnus-activate-group): Send the info to
9399 gnus-request-group.
9400
9401 * nnimap.el (nnimap-request-group): Have the "check" version of the
9402 function parse flags and update the info, so that a `M-g' get a total
9403 resync of all flags from the group.
9404
9405 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9406 to allow backends to alter the info on group selection. Also alter all
9407 the backend -request-group functions to take the parameter.
9408
9409 * nnimap.el (nnimap-store-info): New function.
9410 (nnimap-update-info): Store the info for later usage.
9411 (nnimap-request-group): Use the stored info for the dont-check case, so
9412 that we don't retrieve all marks when we enter a group.
9413
9414 * nnimap.el: Use deffoo instead of defun for interface functions.
9415
9416 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9417 update the group info. This makes the nndraft groups, for instance, go
9418 back to their old behavior.
9419
9420 * gnus-sum.el (gnus-select-newsgroup): Indent.
9421
9422 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9423 in.
9424 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9425 nothing.
9426
9427 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9428 from methods that are denied.
9429
9430 * gnus-int.el (gnus-method-denied-p): New function.
9431
9432 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9433 store the password instead of netrc.
9434 (nnimap-open-connection): Don't error out when we can't make a
9435 connections.
9436
9437 * auth-source.el (auth-source-create): In the password prompt, say what
9438 we're querying for. Also prompt for user name if that hasn't been
9439 given.
9440
9441 * nnimap.el (nnimap-with-process-buffer): Remove.
9442
9443 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9444
9445 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9446 method when we're reading from the agent.
9447
9448 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9449
9450 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9451 that's probably most useful for users.
9452
9453 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9454 "failed" all the time.
9455
9456 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9457 ...)) with (with-current-buffer ...).
9458
9459 * nntp.el (nntp-open-server): Return whether the open was successful or
9460 not.
9461
9462 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9463 select an unread unseen article first.
9464
9465 * nnimap.el (nnimap-open-connection): If the user doesn't have a
9466 /etc/services, supply some sensible port defaults.
9467
9468 2010-09-17 Julien Danjou <julien@danjou.info>
9469
9470 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9471
9472 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
9473
9474 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9475 doesn't have any parameters.
9476
9477 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9478
9479 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9480 only upcased checks.
9481
9482 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9483
9484 * nnimap.el (nnimap-open-shell-stream): New function.
9485 (nnimap-open-connection): Use it.
9486 (nnimap-transform-headers): Get the number of lines in each message.
9487 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9488 number of lines.
9489 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
9490 problem.
9491
9492 * utf7.el (utf7-encode): Autoload.
9493
9494 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9495 to allow the mail splitting to not return a default group. This is
9496 useful for nnimap, which will leave unmatched mail in the inbox.
9497
9498 * nnimap.el: Rewritten.
9499
9500 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9501 nnimap usage.
9502
9503 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9504 if the move is internal, so that nnimap can do fast internal moves.
9505
9506 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9507 data.
9508 (gnus-read-active-for-groups): Support finishing the early retrieval of
9509 data.
9510
9511 * gnus-range.el (gnus-range-nconcat): New function.
9512
9513 * gnus-int.el (gnus-finish-retrieve-group-infos)
9514 (gnus-retrieve-group-data-early): New functions.
9515
9516 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9517
9518 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9519 (nnrss-retrieve-groups):
9520 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9521 (pop3-quit): Use with-current-buffer.
9522
9523 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
9524
9525 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9526 instead of nnheader-accept-process-output.
9527
9528 * gnus-html.el (gnus-html-schedule-image-fetching)
9529 (gnus-html-prefetch-images): Replace process-kill-without-query by
9530 gnus-set-process-query-on-exit-flag.
9531
9532 2010-09-16 Romain Francoise <romain@orebokech.com>
9533
9534 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9535
9536 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9537
9538 * gnus-registry.el (gnus-registry-install-shortcuts): The second
9539 parameter to unintern is mandatory-ish in Emacs 24.
9540
9541 * gnus-html.el (gnus-html-schedule-image-fetching)
9542 (gnus-html-prefetch-images): Check for curl before using it.
9543
9544 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9545 depend on curl, which isn't essential.
9546
9547 * imap.el: Revert back to version
9548 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9549 seem problematic.
9550
9551 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
9552
9553 * gnus-registry.el (gnus-registry-install-shortcuts):
9554 Explicitly pass `obarray' to `unintern' to avoid a warning.
9555
9556 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9557
9558 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9559 change.
9560
9561 * nnrss.el (nnrss-request-list): Remove this function and related
9562 functions, including the moreover stuff.
9563
9564 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9565
9566 * nnrss.el (nnrss-retrieve-groups): New function.
9567
9568 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
9569
9570 * .dir-locals.el: Add no-byte-compile cookie.
9571
9572 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
9573
9574 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9575 for back end that doesn't support request-scan.
9576
9577 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9578
9579 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9580 then do request scans from the backends.
9581
9582 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9583 avoid running a hook per line, since this takes a lot of time,
9584 profiling shows.
9585 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9586 directly if gnus-visual-p is true.
9587
9588 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9589
9590 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9591 groups; replace mapcar with dolist which is a bit faster; pass groups
9592 info to gnus-read-active-file-1.
9593 (gnus-read-active-file-1): Scan only specified groups if the new
9594 optional arg `infos' is given.
9595
9596 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9597
9598 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9599
9600 * pop3.el (pop3-movemail): Remove.
9601 (pop3-streaming-movemail): Rename to pop3-movemail.
9602
9603 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9604 don't restrict end-tag searches to the end of the line.
9605
9606 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9607
9608 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9609 articles of every unchecked group to t, which means unknown since the
9610 server has never been opened.
9611
9612 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9613
9614 * gnus-html.el (gnus-html-show-alt-text): New command.
9615 (gnus-html-browse-image): Ditto.
9616 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9617 to browse the image directly.
9618 (gnus-html-wash-tags): Search for images first, so that <a><img> works
9619 better.
9620
9621 * gnus-async.el (gnus-async-article-callback):
9622 Call `gnus-html-prefetch-images' unconditionally.
9623
9624 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9625 before feeding URLs to curl.
9626
9627 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
9628
9629 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9630 internal images as deletable by `W D D'.
9631
9632 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9633 (gnus-async-article-callback): Fix typo.
9634
9635 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9636
9637 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9638 current line to work around bugs in the output from w3m.
9639
9640 * gnus-async.el (gnus-async-article-callback): Always prefetch images
9641 for groups that want that.
9642
9643 * nntp.el (nntp-wait-for-string): Supply a timeout for
9644 accept-process-output to ensure progress.
9645
9646 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9647 level to get unread articles from, then use that for foreign groups,
9648 too.
9649
9650 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9651 confuses the rest of the function.
9652
9653 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9654 for the methods that support -retrieve-groups, too.
9655
9656 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9657
9658 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
9659
9660 * pop3.el: Require cl when compiling.
9661 (pop3-number-of-responses): Search for "+OK", not "+OK ".
9662
9663 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9664
9665 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9666 that aren't going to be activated.
9667 (gnus-get-unread-articles): Fix up the last commit.
9668
9669 * gnus-html.el (gnus-article-html): Allow calling without specifying
9670 the handle. In that case, dissect the buffer first.
9671
9672 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9673
9674 * nnimap.el (nnimap-open-connection): Revert the change that would look
9675 into authinfo for imaps instead of imap.
9676
9677 * gnus-start.el (gnus-activate-group): Take an optional parameter to
9678 say that you don't want to call gnus-request-group with don-check, but
9679 do check the response. This is for virtual groups only.
9680 (gnus-get-unread-articles): Count the archive groups as secondary, so
9681 that they're activated the same way as before.
9682
9683 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9684 case-insensitively.
9685 (nnimap-debug): Remove.
9686
9687 * mail-source.el (mail-source-fetch): Don't message if we're fetching
9688 mail from a file, and the file doesn't exist.
9689
9690 * pop3.el (pop3-streaming-movemail): Return t for success.
9691
9692 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9693 .authinfo if we're using ssl connection.
9694
9695 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9696 already have if we're in a main Gnus `g' run.
9697
9698 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9699
9700 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9701
9702 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9703
9704 * nnmh.el (nnmh-request-list-1): Bind `file'.
9705
9706 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9707 alias to set-process-query-on-exit-flag or process-kill-without-query.
9708 (pop3-open-server): Use it.
9709
9710 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9711
9712 * mail-source.el (mail-source-delete-crash-box): Always move the crash
9713 box to the Incoming file. Fixes mistake in previous checkin.
9714
9715 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9716 request loop (for debugging purposes) removed.
9717
9718 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9719 culprit is more visible.
9720 (nnml-save-incremental-nov, nnml-open-incremental-nov)
9721 (nnml-add-incremental-nov): New functions to do "incremental" nov
9722 updates, where we just append to the end of the existing nov files
9723 without reading/writing them in full.
9724
9725 * mail-source.el (mail-source-delete-crash-box): Really only check the
9726 incoming files once in a while.
9727
9728 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9729
9730 * mail-source.el (mail-source-delete-crash-box): Only check the
9731 incoming files for deletion once per day to save a lot of file
9732 accesses.
9733
9734 * pop3.el (pop3-logon): Fix up unbound variable typo.
9735
9736 * mail-source.el (pop3-streaming-movemail): Autoload.
9737
9738 * pop3.el (pop3-streaming-movemail):
9739 Respect pop3-leave-mail-on-server.
9740
9741 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9742 retrieval.
9743
9744 * pop3.el (pop3-process-filter): Remove unused function.
9745 (pop3-streaming-movemail, pop3-send-streaming-command)
9746 (pop3-wait-for-messages, pop3-write-to-file)
9747 (pop3-number-of-responses): New functions for streaming pop3
9748 retrieval.
9749
9750 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9751 come from no known methods.
9752 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9753 list.
9754
9755 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9756 message sizes.
9757 (pop3-movemail): Use erase-buffer instead of looping and deleting
9758 regions, which seems rather odd.
9759
9760 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9761 file once per `g' run.
9762
9763 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9764 directories. This makes the draft queue directory work.
9765
9766 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9767 data from the backends, so that we only request the list of groups from
9768 each method once. This should speed things up considerably.
9769
9770 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9771 detect that it's not implemented.
9772
9773 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9774 we actually do recurse down into the tree, but don't stat all leaf
9775 nodes.
9776
9777 * gnus-html.el (gnus-html-show-images): If there are no images to show,
9778 then say so instead of bugging out.
9779
9780 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9781 files exist before trying to read them.
9782
9783 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9784 around <pre_int>.
9785
9786 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9787
9788 * nnmh.el (nnmh-request-list-1): Optimize for speed.
9789
9790 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9791
9792 * mm-util.el (mm-image-load-path): Just return the image directories,
9793 not all directories in the path in addition to the image directories.
9794 (mm-image-load-path): Maintain a cache of the image directories so that
9795 the `g' command in Gnus doesn't have to stat dozens of directories each
9796 time.
9797
9798 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9799 (gnus-html-wash-tags): Add a new `i' command to insert images.
9800 (gnus-html-insert-image): New command and keystroke.
9801 (gnus-html-redisplay-with-images): New command and keystroke.
9802 (gnus-html-show-images): Rename command.
9803 (gnus-html-wash-tags): Remove more white space before <pre_int> image
9804 spacers.
9805 (gnus-html-wash-tags): Decode entities at the end, so that entities
9806 inside the tags don't mess up the rest of the "parsing".
9807
9808 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9809 so that nnimap methods aren't agentized by default. There's apparently
9810 many problems related to agent/imap behavior.
9811
9812 * gnus-art.el (gnus-article-copy-string): New command and key binding.
9813
9814 * gnus-html.el: Doc fix.
9815
9816 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
9817
9818 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9819 glyph-width and glyph-height instead of display-graphic-p and
9820 image-size; make avoidance of displaying small images work for XEmacs.
9821
9822 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9823 for XEmacs.
9824
9825 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9826 of symbol that holds plist data.
9827 (gnus-process-plist): Remove plist of process after getting it.
9828
9829 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9830
9831 * message.el (message-generate-hashcash): Change default to
9832 'opportunistic if hashcash is installed.
9833
9834 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9835 (gnus-html-put-image): Only call image-size once, since it's somewhat
9836 time-consuming on remote X servers.
9837
9838 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
9839
9840 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9841 decoded contents.
9842 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9843
9844 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9845
9846 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9847 group line format, since it isn't very interesting.
9848
9849 * gnus-agent.el (gnus-agent-short-article),
9850 (gnus-agent-long-article): Increase values for these two variables,
9851 since most people are likely to have more network connection and
9852 storage than before.
9853
9854 * gnus.el (gnus-refer-article-method): Change default to 'current.
9855 When referring an article, the common behavior is to refer it from the
9856 current select method, not the native select method. The chances of
9857 the native select method having the message in question is rather slim
9858 these days.
9859
9860 * gnus-sum.el (gnus-auto-select-subject): Change default to
9861 `unseen-or-unread'. I think it's likely that most people want to
9862 select an unseen article over a previously seen, but unread one.
9863
9864 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
9865 means that in the article buffer none of the minor mode elements will
9866 be shown, usually, and this is not desirable in most cases.
9867
9868 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9869 that commands like `d' (and the like) go to the next line in the
9870 buffer, instead of the next unread article. I think this is the
9871 behavior that is most natural for most users.
9872 (gnus-single-article-buffer): Change default to nil, so that people can
9873 have as many article buffers open as they have summary buffer. I think
9874 this is the most natural way for the groups to behave.
9875
9876 * message.el (message-generate-new-buffers): Change default to
9877 `unsent', so that all new message buffers start their names with the
9878 string "*unsent", and it's easier to find the buffers if you move from
9879 them.
9880
9881 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9882
9883 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9884 small. They're probably tracking images.
9885 (gnus-html-wash-tags): Remove all <pre_int> place holders.
9886 (gnus-html-rescale-image): Yet another try at getting the image sizing
9887 right.
9888
9889 * nntp.el (nntp-request-set-mark): Refuse to do marks if
9890 nntp-marks-file-name is nil.
9891
9892 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9893
9894 * gnus-html.el (gnus-html-wash-tags)
9895 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9896 Better logging.
9897
9898 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9899
9900 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9901
9902 * gnus-html.el (gnus-html-wash-tags): Check the value of
9903 gnus-blocked-images in the summary buffer.
9904
9905 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9906
9907 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9908
9909 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9910
9911 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9912 like "a", it seems like.
9913 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9914 since it needs to be picked from the correct buffer.
9915
9916 * nnwfm.el: Remove.
9917
9918 * nnlistserv.el: Remove.
9919
9920 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9921
9922 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9923 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9924
9925 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9926
9927 * nnkiboze.el: Remove.
9928
9929 * nndb.el: Remove.
9930
9931 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9932 alt text.
9933 (gnus-html-rescale-image): Try to get the rescaling logic right for
9934 images that are just wide and not tall.
9935
9936 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9937 overshadow variable bindings.
9938
9939 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9940
9941 * gnus-html.el (gnus-html-wash-tags)
9942 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9943 Add extra logging.
9944
9945 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9946
9947 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9948 (gnus-max-image-proportion): New variable.
9949 (gnus-html-rescale-image): New function.
9950 (gnus-html-put-image): Rescale images.
9951
9952 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9953
9954 Fix up some byte-compiler warnings.
9955 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9956 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9957 (gnus-article-fill-cited-article, gnus-article-hide-citation)
9958 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9959 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9960 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9961 (gnus-group-update-group): Use save-excursion and with-current-buffer.
9962
9963 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9964
9965 * gnus-html.el (gnus-article-html): Decode contents by charset.
9966
9967 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9968
9969 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9970 (gnus-html-frame-width, gnus-blocked-images):
9971 * message.el (message-prune-recipient-rules): Add custom version.
9972 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9973
9974 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9975 functions.
9976
9977 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9978 gnus-process-get.
9979
9980 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
9981
9982 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9983 instead of lsub directly.
9984
9985 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9986
9987 * nnwarchive.el: Remove.
9988
9989 * gnus-soup.el: Remove.
9990
9991 * nnsoup.el: Remove.
9992
9993 * nnultimate.el: Remove.
9994
9995 * gnus-html.el (gnus-blocked-images): New variable.
9996
9997 * message.el (message-prune-recipients): New function.
9998 (message-prune-recipient-rules): New variable.
9999
10000 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10001 guess whether a long line is natural text or not.
10002
10003 * gnus-html.el (gnus-html-schedule-image-fetching):
10004 Use gnus-process-plist and friends for compatibility.
10005
10006 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10007
10008 * gnus-html.el: Require packages that define macros used in this file.
10009 (gnus-article-mouse-face): Declare to silence byte-compiler.
10010 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10011 process-get.
10012 (gnus-html-put-image): Use plist-get to avoid getf.
10013 (gnus-html-prefetch-images): Use with-current-buffer.
10014
10015 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10016
10017 * gnus-ems.el: Provide compatibility functions for
10018 gnus-set-process-plist.
10019
10020 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10021 * gnus.el (gnus-valid-select-methods):
10022 * message.el (message-send-mail-partially-limit):
10023 * mm-decode.el (mm-text-html-renderer):
10024 * mml.el (mml-insert-mime-headers-always):
10025 * smiley.el (smiley-regexp-alist): Bump custom version.
10026
10027 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10028
10029 * gnus-html.el: Require mm-url.
10030 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10031 with the url to `url'.
10032 (gnus-html-wash-tags): Support cid: URLs/images.
10033
10034 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10035
10036 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10037 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10038 bindings, as they aren't useful at all. `w' is moved to `W w'.
10039
10040 * gnus-move.el: Remove file, since it doesn't really work.
10041
10042 * gnus-html.el (gnus-article-html): Tell w3m that the input is
10043 UTF-8. This seems to fix problems with some German web feeds.
10044
10045 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10046 at the top so that the proper colors are applied.
10047
10048 * gnus-art.el (gnus-article-view-part): Doc fix.
10049
10050 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10051 XEmacs-compatible.
10052 (gnus-html-put-image): Don't do images on non-graphic displays.
10053
10054 * nnslashdot.el: Remove this unused backend.
10055
10056 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10057 actions.
10058 (gnus-undo-register-1): Revert last change.
10059
10060 * gnus-group.el (gnus-group-completing-read): Protect against not
10061 having completion-styles bound.
10062
10063 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10064 make broken recipients happier.
10065
10066 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10067
10068 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10069 point parameter.
10070
10071 * gnus-group.el (gnus-group-completing-read): Add 'substring to
10072 completion-styles for group selection.
10073
10074 2009-02-04 Andreas Schwab <schwab@suse.de>
10075
10076 * gnus-score.el (gnus-score-string): Fix regex for matching extra
10077 headers and regexp-quote the match if necessary.
10078
10079 2009-03-24 Miles Bader <miles@gnu.org>
10080
10081 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10082 the blinking smiley.
10083
10084 2009-03-24 Simon Josefsson <simon@josefsson.org>
10085
10086 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10087 blink smiley.
10088
10089 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10090
10091 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10092 where the dribbel file lives exists.
10093
10094 * message.el (message-send-mail-partially-limit): Change the default to
10095 nil, since most people don't want this.
10096
10097 * mm-url.el (mm-url-decode-entities): Also decode entities like
10098 &#x3212.
10099
10100 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
10101
10102 * gnus-sum.el (gnus-summary-idna-message):
10103 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10104 Hyperlink urls in docstrings with URL `...'.
10105
10106 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
10107
10108 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10109 functions.
10110
10111 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10112
10113 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10114 say what the mouseover text should be.
10115
10116 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10117 version of the mm-w3m-safe-url-regexp variable to only download images
10118 in the groups where we want that to happen.
10119
10120 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10121
10122 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10123 easier debugging.
10124 (gnus-article-beginning-of-window): Add kludge to allow spacing past
10125 big pictures in the article buffer.
10126
10127 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10128 gnus-article-html.
10129 (mm-text-html-renderer): gnus-article-html needs curl in addition to
10130 w3m.
10131
10132 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10133
10134 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10135
10136 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10137 which doesn't exist.
10138
10139 * message.el (message-inhibit-ecomplete): New variable to allow some
10140 function to inhibit ecomplete address storage.
10141 (message-resend): Disable ecomplete message storage when resending
10142 messages.
10143
10144 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10145
10146 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
10147
10148 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10149 Save excursion while copying, moving, and deleting articles in order to
10150 prevent the cursor from jumping to unforeseen place.
10151
10152 2010-08-17 Glenn Morris <rgm@gnu.org>
10153
10154 * gnus-sync.el: Require gnus components whose functions are used.
10155
10156 * gnus-art.el (bookmark-make-record-function):
10157 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10158 Declare for compiler.
10159
10160 * mm-url.el (mml-compute-boundary): Autoload.
10161
10162 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10163
10164 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10165
10166 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
10167
10168 Typo fix "hoo4a" -> "hook".
10169
10170 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10171
10172 2010-08-14 Glenn Morris <rgm@gnu.org>
10173
10174 * gnus-sync.el (gnus-sync): Fix defgroup version.
10175
10176 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
10177
10178 Doc fixes and keep unknown groups (ammended for nunion bug fix).
10179
10180 * gnus-sync.el: Fix docs.
10181 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10182 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10183
10184 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10185
10186 Optimizations for gnus-sync.el.
10187
10188 * gnus-sync.el: Add docs about gnus-sync-backend
10189 possibilities.
10190 (gnus-sync-save): Remove unnecessary message.
10191 (gnus-sync-read): Optimize and show what groups were skipped.
10192
10193 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10194
10195 Minor bug fixes for gnus-sync.el.
10196
10197 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10198 Don't read the sync on get-new-news.
10199
10200 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10201 quiet.
10202
10203 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10204 (fix typo).
10205
10206 2010-07-30 Lawrence Mitchell <wence@gmx.li>
10207
10208 Make saving and restoring of hidden threads work with overlays.
10209 Patch applied by Ted Zlatanov.
10210
10211 * gnus-sum.el (gnus-hidden-threads-configuration)
10212 (gnus-restore-hidden-threads-configuration): Update to deal with text
10213 properties, rather than searching for a magic character.
10214
10215 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10216
10217 New gnus-sync.el library for synchronization of marks.
10218
10219 * gnus-sync.el: New library for synchronization of marks.
10220
10221 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10222 renamed from `gnus-registry-grep-in-list'.
10223
10224 * gnus-registry.el (gnus-registry-follow-group-p):
10225 Use `gnus-grep-in-list'.
10226
10227 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10228
10229 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10230
10231 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10232 determining charset of text fails.
10233
10234 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10235
10236 * nnmail.el (nnmail-get-new-mail-1): Revert.
10237
10238 * nnml.el (nnml-active-number): Make sure names of newly created groups
10239 in nnml-group-alist are encoded.
10240
10241 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
10242
10243 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10244 containing non-ASCII characters in active file for nnml back end.
10245
10246 2010-07-24 David Engster <dengste@eml.cc>
10247
10248 * mml-smime.el (mml-smime-epg-verify): Also accept the older
10249 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10250
10251 2010-07-21 Daiki Ueno <ueno@unixuser.org>
10252
10253 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10254 tag (Bug#6654).
10255
10256 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10257
10258 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10259 the article buffer, not the summary buffer.
10260
10261 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
10262
10263 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10264 Emacs 23 as well.
10265
10266 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10267
10268 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10269 Patch applied by Karl Fogel.
10270
10271 * gnus-sum.el (gnus-summary-bookmark-make-record):
10272 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10273
10274 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10275
10276 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10277 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
10278 C-w still not working correctly from Article buffers; Thierry's
10279 patch to fix that will be applied after this.
10280
10281 * gnus-art.el (bookmark-make-record-function): New local variable.
10282
10283 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10284 article buffer.
10285 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10286
10287 2010-07-13 Karl Fogel <kfogel@red-bean.com>
10288
10289 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10290 on changes in bookmark.el.
10291
10292 2010-06-22 Mark A. Hershberger <mah@everybody.org>
10293
10294 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10295 the *other* type of HTML form submission.
10296
10297 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
10298
10299 * auth-source.el (auth-source-pick): If choice does not contain a
10300 questioned keyword, set the check to t.
10301
10302 2010-06-12 Romain Francoise <romain@orebokech.com>
10303
10304 * gnus-util.el (gnus-date-get-time): Move up before first use.
10305
10306 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10307
10308 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10309 (gnus-article-edit-part): Bind it to make last part that is substituted
10310 or deleted visible.
10311 (gnus-mime-display-single): Buttonize part of which id equals to
10312 gnus-mime-buttonized-part-id.
10313
10314 2010-06-10 Dan Christensen <jdc@uwo.ca>
10315
10316 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10317 (gnus-dd-mmm): Use gnus-date-get-time.
10318 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10319 simplify logic.
10320 (gnus-summary-limit-to-age): Use gnus-date-get-time.
10321 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10322
10323 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
10324
10325 * auth-source.el (top): Autoload `secrets-list-collections',
10326 `secrets-create-item', `secrets-delete-item'.
10327 (auth-sources): Fix tag string.
10328 (auth-get-source, auth-source-retrieve, auth-source-create)
10329 (auth-source-delete): New defuns.
10330 (auth-source-pick): Rewrite in order to avoid 2 passes.
10331 (auth-source-forget-user-or-password): New parameter USERNAME.
10332 (auth-source-user-or-password): New parameters CREATE-MISSING and
10333 DELETE-EXISTING. Retrieve password interactively, if needed.
10334
10335 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
10336
10337 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10338 deleting unused directories when gnus-expert-user is t.
10339
10340 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
10341
10342 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10343 for each temp file when gnus-article-browse-delete-temp is ask.
10344
10345 2010-05-20 Kevin Ryde <user42@zip.com.au>
10346
10347 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
10348
10349 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
10350
10351 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10352 article unless decoding article to be saved.
10353
10354 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
10355
10356 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10357 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10358 generated within the mm-with-unibyte-current-buffer macro.
10359
10360 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
10361
10362 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10363 to nil when we're in a mml-preview buffer and no group is selected.
10364
10365 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
10366
10367 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10368 when catching the `C-g'. Reported by "Leo".
10369
10370 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10371
10372 * message.el (message-forward-make-body-plain)
10373 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10374 multibyte-string-p.
10375
10376 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10377
10378 * message.el (message-forward-make-body-mml): Assume original message
10379 is multibyte string; error on unibyte.
10380 (message-forward-make-body-plain): Ditto; don't add excessive newline
10381 in body end.
10382
10383 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
10384
10385 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10386 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
10387
10388 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
10389
10390 * mm-extern.el (mm-extern-url): Don't use
10391 mm-with-unibyte-current-buffer.
10392 (mm-extern-cache-contents): Use with-current-buffer instead of
10393 save-excursion + set-buffer.
10394
10395 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10396
10397 * mm-util.el (mm-emacs-mule): Remove.
10398
10399 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
10400
10401 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10402 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10403 change.
10404
10405 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10406
10407 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10408 bind the default value of enable-multibyte-characters to nil.
10409
10410 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10411
10412 * message.el (message-forward-make-body-plain)
10413 (message-forward-make-body-mml):
10414 Don't use mm-with-unibyte-current-buffer.
10415
10416 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
10417
10418 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10419 (Bug#5592).
10420
10421 2010-05-07 Julien Danjou <julien@danjou.info>
10422
10423 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10424 it to mm-pipe-part.
10425
10426 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10427 it is given.
10428
10429 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10430
10431 * nnweb.el (nnweb-gmane-search):
10432 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10433 XEmacs.
10434
10435 * gnus-art.el (gnus-article-browse-html-parts):
10436 * gnus-group.el (gnus-read-ephemeral-gmane-group)
10437 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10438 make-temp-file.
10439
10440 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10441 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10442 compiling.
10443
10444 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10445 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10446 XEmacs when compiling.
10447
10448 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10449 gnus-pick-mode-off-hook for XEmacs when compiling.
10450 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10451 gnus-binary-mode-off-hook for XEmacs when compiling.
10452
10453 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10454 Return nil if char-charset is not available.
10455
10456 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
10457 macro.
10458
10459 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10460 instead of encode-coding-string.
10461
10462 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10463 'xemacs) instead of mm-emacs-mule to switch function definitions.
10464 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10465
10466 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
10467
10468 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10469
10470 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
10471
10472 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10473 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10474
10475 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
10476
10477 * mm-util.el (mm-decompress-buffer): Use `delete-file';
10478 alias `jka-compr-delete-temp-file' no longer exists.
10479
10480 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10481
10482 Use define-minor-mode in Gnus where applicable.
10483 * mml.el (mml-mode): Use define-minor-mode.
10484 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10485 (gnus-undo-mode): Use define-minor-mode.
10486 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10487 (gnus-dead-summary-mode): Use define-minor-mode.
10488 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10489 Initialize in declaration.
10490 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10491 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10492 (gnus-mailing-list-mode): Use define-minor-mode.
10493 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10494 (gnus-draft-mode): Use define-minor-mode.
10495 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10496 (gnus-dired-mode): Use define-minor-mode.
10497
10498 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
10499
10500 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10501 handles on recursive mml-to-mime translation and check them for
10502 boundary delimiter collisions. Reported by Greg Troxel.
10503
10504 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
10505
10506 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10507
10508 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10509
10510 * mm-util.el (mm-find-buffer-file-coding-system):
10511 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10512
10513 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
10514
10515 * message.el (message-generate-headers): Record insertion of optional
10516 headers as well. Otherwise the check to prevent repeated insertion of
10517 optional headers is a no-op.
10518
10519 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
10520
10521 * smime.el: Don't mention CVS.
10522
10523 * nnrss.el (nnrss-fetch): Don't mention CVS.
10524
10525 * nnir.el: Don't mention CVS.
10526
10527 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10528
10529 * gnus-sum.el (gnus-summary-bookmark-make-record):
10530 Add `location' field.
10531
10532 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10533
10534 * gnus-sum.el: Add bookmark declarations to silence the compiler.
10535 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10536 Use with-current-buffer to silence the byte-compiler.
10537 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10538 bother to require `gnus'.
10539 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
10540
10541 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10542
10543 * gnus-sum.el (gnus-summary-bookmark-make-record)
10544 (gnus-summary-bookmark-jump): New functions.
10545 (gnus-summary-mode): Setup bookmark support.
10546
10547 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
10548
10549 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10550 if set.
10551
10552 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
10553
10554 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10555 gnus-article-browse-html-save-cid-image; make it work recursively for
10556 forwarded messages as well.
10557 (gnus-article-browse-html-parts): Work when prefix arg is given.
10558 (gnus-article-browse-html-article): Doc fix.
10559
10560 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
10561
10562 * message.el (message-default-mail-headers):
10563 (message-default-headers): Carry the value mail-default-headers over
10564 into message-default-mail-headers, rather than message-default-headers.
10565
10566 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
10567
10568 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10569 charset.
10570
10571 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10572 charset into the <meta> tag when the article is encoded to utf-8.
10573
10574 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
10575
10576 * gnus-art.el (gnus-article-browse-delete-temp-files):
10577 Delete directories as well.
10578 (gnus-article-browse-html-parts): Work for images that do not specify
10579 file names; delete temp directory when quitting; insert header at the
10580 right place; use file: scheme for image files.
10581
10582 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
10583
10584 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10585 (gnus-article-browse-html-parts): Use it to make temporary cid image
10586 files in addition to html file so that browser may display them.
10587
10588 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
10589
10590 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10591
10592 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
10593
10594 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10595
10596 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
10597
10598 * auth-source.el (auth-sources): Change default to be simpler.
10599 Explain about Secret Service API sources. Improve Customize options.
10600 (auth-source-pick): Change to accept any number of search parameters.
10601 Implement fallbacks iteratively, not recursively. Add scoring on the
10602 second pass and sort by score. Call Secret Service API when needed.
10603 (auth-source-user-or-password): Use it. Call Secret Service API
10604 directly when needed to get the user name and the password.
10605
10606 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10607
10608 * message.el (message-interactive): Doc fix.
10609 (message-qmail-inject-args): Reflow.
10610 (message-kill-to-signature): Fix typo in docstring.
10611
10612 * smiley.el (smiley-buffer): Fix typo in docstring.
10613
10614 2010-03-24 Glenn Morris <rgm@gnu.org>
10615
10616 * mail-source.el (gnus-message): Declare.
10617 (mail-source-delete-old-incoming): Require gnus-util.
10618
10619 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
10620
10621 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10622
10623 * message.el (ecomplete-setup): Autoload it for Emacs <23.
10624
10625 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10626 password-cache's default if it is not bound.
10627 (mml-secure-passphrase-cache-expiry): Default to 16 that is
10628 password-cache-expiry's default if it is not bound.
10629
10630 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10631 available in Emacs 21.
10632
10633 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
10634
10635 * auth-source.el (auth-sources): Fix up definition so extra parameters
10636 are always inline.
10637
10638 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
10639
10640 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10641 wasn't updated after mismatch. Clear cached mailbox info correctly
10642 when uidvalidity changes.
10643 (nnimap-group-prefixed-name): New function to avoid some code
10644 duplication.
10645 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10646 (nnimap-request-group): Use it.
10647 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10648 (nnimap-update-unseen): Significantly improved speed of Gnus startup
10649 with many imap folders. This is done by caching the group status from
10650 the imap server persistently in a group parameter `imap-status'. (This
10651 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10652 but not persistently, so every Gnus startup was still very slow.)
10653
10654 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
10655
10656 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
10657 secrets.el dependency.
10658 (auth-sources): Add optional user name. Add secrets.el configuration
10659 choice (unused right now).
10660
10661 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
10662
10663 * gnus-sum.el (gnus-summary-make-menu-bar):
10664 Let `gnus-registry-install-shortcuts' fill in the functions.
10665
10666 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10667 warnings.
10668 (gnus-registry-misc-menus): Variable to hold registry mark menus.
10669 (gnus-registry-install-shortcuts): Populate and use it in a
10670 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10671
10672 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
10673
10674 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10675 In-place substitutions for the group name encoding/decoding.
10676 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10677 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10678 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10679 (nnimap-update-unseen, nnimap-request-list)
10680 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10681 (nnimap-request-set-mark, nnimap-split-to-groups)
10682 (nnimap-split-articles, nnimap-request-newgroups)
10683 (nnimap-request-create-group, nnimap-request-accept-article)
10684 (nnimap-request-delete-group, nnimap-request-rename-group)
10685 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
10686 `encoded-mbx' for consistency.
10687 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10688 variable `imap-current-mailbox'.
10689
10690 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10691 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10692
10693 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
10694
10695 * pop3.el (pop3-display-message-size-flag): Display message size byte
10696 counts during POP3 download.
10697 (pop3-movemail): Use it.
10698 (pop3-list): Implement listing of available messages.
10699
10700 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
10701
10702 * nnir.el (nnir-get-article-nov-override-function): New function to
10703 override the normal NOV retrieval.
10704 (nnir-retrieve-headers): Use it.
10705
10706 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
10707
10708 * auth-source.el (netrc-machine-user-or-password): Autoload.
10709
10710 2010-03-19 Glenn Morris <rgm@gnu.org>
10711
10712 Stop message.el from loading about 40 libraries it doesn't always need.
10713 The general approach is to autoload rather than require, and to
10714 require in the specific functions rather than the file. (Bug#5642)
10715
10716 * gmm-utils.el: Don't require wid-edit.
10717 (widget-create-child-value, widget-convert, widget-default-get):
10718 Autoload.
10719
10720 * gnus-util.el: Don't require time-date, netrc.
10721 (message-fetch-field, gnus-group-name-decode): Declare rather than
10722 autoloading.
10723 (gnus-fetch-field): Require message.
10724 (gnus-decode-newsgroups): Require gnus-group.
10725
10726 * ietf-drums.el: Don't require time-date.
10727
10728 * message.el: Don't require hashcash, canlock, ecomplete.
10729 Do require mail-utils. Require nnheader only when compiling.
10730 (smtpmail-default-smtp-server): Remove declaration.
10731 (message-send-mail-function): Check smtpmail-default-smtp-server
10732 is bound rather than requiring smtpmail.
10733 (message-auto-save-directory, message-insert-signature):
10734 Use expand-file-name rather than nnheader-concat.
10735 (nnheader-insert-file-contents): Autoload.
10736 (hashcash-wait-async): Declare.
10737 (message-send-mail): Only call gnus-setup-posting-charset if
10738 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
10739 (message-send-mail-with-sendmail): Require sendmail.
10740 (canlock-password, canlock-password-for-verify): Declare.
10741 (message-canlock-password): Require canlock.
10742 (nnheader-get-report): Autoload.
10743 (gnus-setup-posting-charset): Declare.
10744 (message-send-news): Require gnus-msg.
10745 (message-make-references, message-make-in-reply-to): Use mail-header-id
10746 rather than the alias mail-header-message-id.
10747 (ecomplete-add-item, ecomplete-save): Declare.
10748 (message-put-addresses-in-ecomplete): Require ecomplete.
10749 (ecomplete-display-matches): Autoload.
10750
10751 * mm-decode.el: Don't require mailcap, gnus-util.
10752 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10753 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10754 Autoload.
10755 (mailcap-mime-extensions): Declare.
10756
10757 * mm-encode.el: Don't require mailcap.
10758 (mailcap-extension-to-mime): Autoload.
10759
10760 * mml-sec.el: Don't require password-cache.
10761
10762 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10763 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10764 (mml-minibuffer-read-type): Require mailcap.
10765 (mml-preview): Require gnus-msg.
10766
10767 * mml1991.el: Require password-cache.
10768 (password-cache-expiry): Remove declaration.
10769
10770 * mml2015.el: Require password-cache.
10771 (password-cache-expiry): Remove declaration.
10772
10773 * nneething.el (mailcap): Require mailcap.
10774
10775 * nnheader.el (declare-function): Add compatibility stub.
10776 (message-remove-header): Declare rather than autoload.
10777 (nnheader-replace-header): Require message.
10778
10779 * nnimap.el (declare-function): Add compatibility stub.
10780 (netrc-parse, netrc-machine-user-or-password): Declare.
10781 (nnimap-open-connection): Require netrc.
10782
10783 * nntp.el (declare-function): Add compatibility stub.
10784 (netrc-parse, netrc-machine, netrc-get): Declare.
10785 (nntp-send-authinfo): Require netrc.
10786
10787 * rfc2047.el: Don't require qp.
10788 (quoted-printable-encode-region, quoted-printable-decode-string):
10789 Autoload.
10790
10791 * sieve-mode.el: Don't require easymenu.
10792 (easy-menu-add-item): Autoload it.
10793
10794 * spam-stat.el (time-to-number-of-days): Autoload it.
10795
10796 2010-03-17 Kevin Ryde <user42@zip.com.au>
10797
10798 * mml.el (mml-read-tag): Unquote values with `read' to reverse
10799 prin1 in mml-insert-tag (just stripping the quotes gave wrong
10800 value if any backslash escapes).
10801
10802 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10803
10804 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10805 if it is available. (bug#5647)
10806
10807 2010-02-26 Glenn Morris <rgm@gnu.org>
10808
10809 * message.el (message-send-mail-function): Change the default, so that
10810 it inherits from a customized send-mail-function. (Bug#5643)
10811
10812 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10813
10814 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10815 shell-command-to-string signals an error (bug#5299).
10816
10817 2010-02-24 Glenn Morris <rgm@gnu.org>
10818
10819 * message.el (message-smtpmail-send-it)
10820 (message-send-mail-with-mailclient): Doc fixes.
10821
10822 2010-02-16 Glenn Morris <rgm@gnu.org>
10823
10824 * message.el (message-default-mail-headers): Change the default value
10825 to ease the transition from mail-mode to message-mode. (Bug#5555)
10826
10827 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
10828
10829 * message.el (message-mail): Just pass yank-action on to message-setup.
10830 (message-setup): Handle (FUN . ARGS) form of yank-action.
10831 (message-with-reply-buffer, message-widen-reply)
10832 (message-yank-original): Handle non-buffer values of
10833 message-reply-buffer (Bug#4080).
10834 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10835
10836 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
10837
10838 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10839 Fix typo in docstring.
10840
10841 2010-01-08 Jason Rumney <jasonr@gnu.org>
10842
10843 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10844 response.
10845
10846 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10847
10848 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10849
10850 * message.el (message-check-news-header-syntax): Protect against a
10851 string that `rfc822-addresses' returns when parsing fails.
10852
10853 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10854
10855 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10856 (gnus-previous-char-property-change): New functions.
10857
10858 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10859
10860 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
10861
10862 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10863 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
10864
10865 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
10866
10867 * message.el (message-exchange-point-and-mark): Rework last change to
10868 avoid using optional arg of exchange-point-and-mark, for backward
10869 compatibility.
10870
10871 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
10872
10873 * message.el (message-exchange-point-and-mark):
10874 Call exchange-point-and-mark with an argument rather than setting
10875 mark-active by hand (Bug#5175).
10876
10877 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
10878
10879 * nntp.el (nntp-service-to-port): Work for service expressed with
10880 numeric string; replace [:digit:] with [0-9] for XEmacs.
10881
10882 2009-12-17 Glenn Morris <rgm@gnu.org>
10883
10884 * gnus-group.el (gnus-bug-group-download-format-alist):
10885 Change emacs entry to debbugs.gnu.org. Bump :version.
10886
10887 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
10888
10889 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10890
10891 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
10892
10893 * message.el (message-info): Explain why we use `Info-goto-node'.
10894
10895 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10896
10897 * message.el (message-completion-in-region): New compatibility function.
10898 (message-expand-group): Use it.
10899
10900 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
10901
10902 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10903 with no unread article should be listed if the 2nd arg `predicate' is
10904 given.
10905
10906 2009-11-29 Juri Linkov <juri@jurta.org>
10907
10908 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10909 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
10910 on `gnus-recenter'. (Bug#4698, Bug#4981)
10911
10912 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
10913
10914 * message.el (message-from-style, message-interactive)
10915 (message-signature): Always set default values from the corresponding
10916 mail-* variables.
10917 (message-cite-prefix-regexp, message-sendmail-envelope-from)
10918 (message-yank-prefix, message-indentation-spaces)
10919 (message-signature-file, message-default-headers): Use boundp rather
10920 than (featurep 'xemacs) to check if the corresponding mail-* variables
10921 exist.
10922
10923 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
10924
10925 * message.el (message-send-mail-with-sendmail): Revert last change.
10926
10927 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
10928
10929 * message.el (message-from-style, message-interactive)
10930 (message-cite-prefix-regexp, message-sendmail-envelope-from)
10931 (message-yank-prefix, message-indentation-spaces, message-signature)
10932 (message-signature-file, message-default-headers): For GNU Emacs, set
10933 default values from the corresponding mail-* variables.
10934 (message-send-mail-with-sendmail): Use envelope-from only if
10935 mail-specify-envelope-from is non-nil.
10936
10937 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
10938
10939 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10940 containing tspecial characters if they have been already quoted.
10941
10942 2009-10-24 Glenn Morris <rgm@gnu.org>
10943
10944 * gnus-art.el (help-xref-stack-item): Define for compiler.
10945
10946 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
10947
10948 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10949
10950 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
10951
10952 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10953 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10954
10955 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
10956
10957 * gnus.el (gnus-overlay-get): New alias to overlay-get.
10958 (gnus-overlays-in): New alias to overlays-in.
10959
10960 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10961 gnus-overlay-get, and gnus-delete-overlay.
10962 (gnus-summary-show-thread): Make it work as well for systems in which
10963 next-single-char-property-change is not available.
10964 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10965
10966 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
10967
10968 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10969
10970 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
10971
10972 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10973 and XEmacs that don't have `remove-overlays'.
10974
10975 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10976
10977 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10978 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10979 selective display. Use overlays instead.
10980
10981 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10982
10983 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10984
10985 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10986
10987 * spam-stat.el (spam-stat-load): Fix typo in message.
10988
10989 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
10990
10991 * gnus-art.el (gnus-article-encrypt-body):
10992 * message.el (message-check-recipients):
10993 * mm-util.el (mm-codepage-setup):
10994 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10995 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10996
10997 2009-09-22 Daiki Ueno <ueno@unixuser.org>
10998
10999 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11000 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11001 keys from the menu if mm-{sign,encrypt}-option is 'guided.
11002 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11003 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11004
11005 2009-09-18 Glenn Morris <rgm@gnu.org>
11006
11007 * gnus-diary.el (gnus-diary-check-message):
11008 * message.el (message-insert-formatted-citation-line):
11009 * nnbabyl.el (top-level):
11010 * nndiary.el (nndiary-schedule):
11011 Fix typos in condition-case handlers.
11012
11013 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
11014
11015 * gnus-art.el (gnus-article-edit-part): Work for the buffer
11016 configuration that provides the sole article window in a frame;
11017 position point correctly after deleting a part.
11018
11019 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
11020
11021 * spam.el (spam-unregister-on-reregister): Add boolean variable.
11022 (spam-resolve-registrations-routine): Use it to unregister articles
11023 that change status.
11024
11025 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11026
11027 * nnrss.el (nnrss-request-article): Remove binding of
11028 default-enable-multibyte-characters that has gotten needless by
11029 the 2007-07-13 change in rfc2047-encode-message-header.
11030
11031 * mml.el (mml-insert-multipart): Error on the message header.
11032 (mml-insert-part): Error on the message header; position point at
11033 the end of a MIME tag.
11034
11035 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11036
11037 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11038 (gnus-float-time): Alias to float-time if it exists.
11039
11040 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11041 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11042 float-time is available; suppress compile warning for time-to-seconds.
11043
11044 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11045
11046 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11047 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11048 Add the optional argument `encoding' that overrides the default.
11049
11050 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11051 mm-encode-buffer.
11052
11053 2009-09-04 Glenn Morris <rgm@gnu.org>
11054
11055 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11056 mm-disable-multibyte, rather than default-enable-multibyte-characters.
11057 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11058 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11059 * mm-util.el (mm-with-unibyte-current-buffer)
11060 (mm-find-buffer-file-coding-system):
11061 * yenc.el (yenc-decode-region): Use default-value rather than
11062 default-enable-multibyte-characters.
11063
11064 2009-09-03 Glenn Morris <rgm@gnu.org>
11065
11066 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11067 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11068 than default-enable-multibyte-characters.
11069
11070 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
11071
11072 * gnus-art.el (gnus-article-read-summary-keys):
11073 Fix gnus-buffer-configuration's value temporarily used.
11074
11075 2009-09-02 Glenn Morris <rgm@gnu.org>
11076
11077 * gnus-util.el (gnus-float-time): New function.
11078 * gnus-delay.el (gnus-delay-article):
11079 * gnus-sum.el (gnus-thread-latest-date):
11080 * gnus-util.el (gnus-user-date): Use gnus-float-time.
11081 * nnspool.el (nnspool-request-newgroups):
11082 Use gnus-float-time rather than time-to-seconds.
11083 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11084
11085 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11086 (gnus-header-subject-face, gnus-header-newsgroups-face)
11087 (gnus-header-name-face, gnus-header-content-face):
11088 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11089 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11090 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11091 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11092 (gnus-cite-face-11):
11093 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11094 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11095 (gnus-server-closed-face, gnus-server-denied-face)
11096 (gnus-server-offline-face):
11097 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11098 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11099 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11100 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11101 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11102 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11103 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11104 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11105 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11106 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11107 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11108 (gnus-summary-selected-face, gnus-summary-cancelled-face)
11109 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11110 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11111 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11112 (gnus-summary-high-undownloaded-face)
11113 (gnus-summary-low-undownloaded-face)
11114 (gnus-summary-normal-undownloaded-face)
11115 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11116 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11117 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11118 (gnus-splash-face):
11119 * message.el (message-header-to-face, message-header-cc-face)
11120 (message-header-subject-face, message-header-newsgroups-face)
11121 (message-header-other-face, message-header-name-face)
11122 (message-header-xheader-face, message-separator-face)
11123 (message-cited-text-face, message-mml-face):
11124 * sieve-mode.el (sieve-control-commands-face)
11125 (sieve-action-commands-face, sieve-test-commands-face)
11126 (sieve-tagged-arguments-face):
11127 * spam.el (spam-face):
11128 Mark face aliases with "-face" in the name as obsolete.
11129
11130 2009-09-01 Glenn Morris <rgm@gnu.org>
11131
11132 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11133 than goto-line.
11134
11135 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11136
11137 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11138 Don't move point if the command is invoked inside the message header.
11139
11140 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11141
11142 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11143 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11144 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11145 * nnir.el (nnir-swish-e-index-file):
11146 * gnus-sum.el (gnus-summary-delete-marked-as-read)
11147 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11148 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11149 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11150 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11151 (gnus-treat-display-xface): Add Emacs version of obsolescence.
11152
11153 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
11154
11155 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11156 Don't save excursion.
11157
11158 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11159
11160 * nnheader.el (nnheader-find-file-noselect):
11161 * mm-util.el (mm-insert-file-contents):
11162 Use (default-value 'major-mode) instead of default-major-mode.
11163
11164 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11165
11166 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11167
11168 2009-08-25 Glenn Morris <rgm@gnu.org>
11169
11170 * nnir.el (top-level): Don't require cl at run-time.
11171 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11172 Replace cl-function substitute with gnus-replace-in-string.
11173 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11174 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11175 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11176 simplified expansions.
11177
11178 2009-08-22 Glenn Morris <rgm@gnu.org>
11179
11180 * gnus-art.el (gnus-button-patch): Use forward-line rather than
11181 goto-line.
11182
11183 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
11184
11185 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11186
11187 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11188 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11189 (gnus-mm-display-part, gnus-mime-display-single)
11190 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11191 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11192
11193 * gnus-sum.el
11194 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11195 (gnus-summary-move-article): Add expirable mark to articles copied or
11196 moved to group that has auto-expire turned on if the option is non-nil.
11197
11198 2009-07-24 Glenn Morris <rgm@gnu.org>
11199
11200 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11201 Fix typo. (Bug#3903)
11202
11203 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
11204
11205 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11206 gnus-article-read-summary-keys rather than gnus-summary-edit-article
11207 that should not be used for draft articles.
11208 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11209 that has no concern in minor mode keys.
11210 (gnus-article-summary-command, gnus-article-summary-command-nosave):
11211 Abolish.
11212
11213 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
11214
11215 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11216 article without making inquiry to a user for unknown encoding.
11217
11218 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11219 (nnmaildir--scan): Assume i-node and device number that file-attributes
11220 returns might be cons-cell.
11221
11222 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
11223
11224 * auth-source.el: Remove docs now in auth.texi. Don't use
11225 `gnus-message' for logging. Add new variables `auth-source-debug' and
11226 `auth-source-hide-passwords' and use them.
11227
11228 2009-07-15 Glenn Morris <rgm@gnu.org>
11229
11230 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11231
11232 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
11233
11234 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11235 excessive whitespace from the default values of title and description.
11236
11237 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
11238
11239 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11240 mail-fetch-field to fetch Content-Description header in order to
11241 exclude newlines.
11242
11243 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
11244
11245 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11246 to deleted part.
11247
11248 2009-05-30 David Engster <dengste@eml.cc>
11249
11250 * nnmairix.el: Remove old documentation in the commentary block.
11251 (nnmairix-request-group): Do not update active file for nnml back ends.
11252 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11253 end so that overview files are ignored.
11254 (nnmairix-update-groups): Make updating the groups more robust by using
11255 marks.
11256 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11257 with dollar characters in message-id.
11258
11259 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
11260
11261 * spam.el: Use dns-query instead of query-dns. Was renamed on
11262 2008-12-25 in dns.el.
11263
11264 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11265
11266 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11267 could happen if the text is only composed of spaces and/or tabs.
11268
11269 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
11270
11271 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11272 when sending a queued message to avoid extra mml tags.
11273
11274 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
11275
11276 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11277
11278 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11279
11280 * gnus-dired.el: Remove autoload for gnus-setup-message.
11281 (gnus-dired-attach): Fake this-command value to prevent Gnus from
11282 displaying Gnus logo; always use compose-mail.
11283
11284 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
11285
11286 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11287
11288 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
11289
11290 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11291 (gnus-nocem-issuers): List currently active issuers; fix custom type.
11292 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11293 available.
11294 (gnus-nocem-epg-verify): New function.
11295
11296 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
11297
11298 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11299
11300 2009-02-15 Glenn Morris <rgm@gnu.org>
11301
11302 * gnus-util.el (rmail-insert-rmail-file-header)
11303 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11304 autoloads.
11305 (rmail-default-rmail-file): Remove unnecessary declaration.
11306 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11307
11308 2009-02-14 Glenn Morris <rgm@gnu.org>
11309
11310 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11311 variable (only used in gnus-util, which declares it anyway).
11312 (rmail-output-to-rmail-file): Remove autoload of deleted function,
11313 which was only needed by gnus-art (changed to not use it any more).
11314 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11315 only used in gnus-util, which autoloads it itself.
11316 (rmail-update-summary): Fix autoload.
11317
11318 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11319 rather than rmail-output-to-rmail-file.
11320
11321 2009-02-07 Glenn Morris <rgm@gnu.org>
11322
11323 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11324 autoload of function that no longer exists.
11325 (rmail-toggle-header): Declare.
11326 (message-forward-rmail-make-body): Handle mbox Rmail.
11327
11328 2009-01-31 Glenn Morris <rgm@gnu.org>
11329
11330 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11331 2009-01-09 change.
11332
11333 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
11334
11335 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11336 (auth-source-forget-all-cached): New convenience function.
11337 (auth-source-user-or-password): Accept list of modes or a single mode.
11338
11339 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11340 auth-source modes.
11341
11342 * nnimap.el (nnimap-open-connection): Use list of
11343 auth-source modes.
11344
11345 * nntp.el (nntp-send-authinfo): Use list of
11346 auth-source modes.
11347
11348 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
11349
11350 * auth-source.el: Update docs to reflect epa-file-enable is to be used
11351 now.
11352
11353 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11354
11355 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11356 coding system in XEmacs; add a workaround for XEmacs.
11357
11358 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
11359
11360 * mm-util.el (mm-coding-system-priorities): Protect against nil value
11361 of current-language-environment.
11362
11363 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
11364
11365 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11366 available at runtime.
11367
11368 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
11369
11370 * gnus-art.el (article-date-ut): Fix end point of narrowing.
11371
11372 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
11373
11374 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11375 the greatest positive fixnum value doesn't work under an XEmacs with
11376 bignum support; use the most-positive-fixnum constant instead,
11377 available since Emacs 21.1 with cl and XEmacs 21.1.
11378
11379 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
11380
11381 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11382 XEmacs gets not to work.
11383
11384 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
11385
11386 * mm-util.el (mm-coding-system-priorities): Allow the value like
11387 "Japanese (UTF-8)" of current-language-environment.
11388
11389 2009-01-09 Glenn Morris <rgm@gnu.org>
11390
11391 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11392 with last-command-event.
11393
11394 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
11395
11396 * message.el (message-fix-before-sending): Amend comment.
11397
11398 2009-01-07 David Engster <dengste@eml.cc>
11399
11400 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11401 simplified server definitions by converting it via
11402 gnus-server-to-method.
11403
11404 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11405
11406 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11407 parameter's operands.
11408
11409 2009-01-06 David Engster <dengste@eml.cc>
11410
11411 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11412 primary select method (for gnus-group-mark-article-as-read).
11413
11414 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
11415
11416 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11417 `(gnus)Face', not `(gnus)X-Face'.
11418
11419 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
11420
11421 * mm-util.el (mm-ucs-to-char): New function.
11422
11423 * mm-url.el (mm-url-decode-entities): Use it.
11424
11425 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11426
11427 * message.el (message-fix-before-sending): Add `eight-bit' to
11428 illegible-text check.
11429
11430 2009-01-03 Michael Olson <mwolson@gnu.org>
11431
11432 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11433 `headers' is nil. This can occur if the IMAP server does not have
11434 permissions to read messages from a folder, but can write new messages
11435 to the folder.
11436 (nnimap-request-article-part): Do not insert `data' if it is nil.
11437
11438 2009-01-01 Dave Love <fx@gnu.org>
11439
11440 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11441
11442 * nnimap.el: Fix author email.
11443 (nnimap-split-rule): Add FIXME comment.
11444 (nnimap-debug): Fix doc string.
11445
11446 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
11447
11448 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11449 overlay-arrow-position and overlay-arrow-string buffer-local; no need
11450 to check if those variables exist (first appeared in Emacs 18.50).
11451
11452 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
11453
11454 * mm-util.el (mm-line-number-at-pos): New function.
11455
11456 * spam-report.el (spam-report-process-queue): Use it.
11457
11458 2008-12-24 David Engster <dengste@eml.cc>
11459
11460 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11461 parameters that haven't existed as variables as buffer-local variables.
11462
11463 2008-12-23 Dave Love <fx@gnu.org>
11464
11465 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11466 cadar.
11467
11468 * sieve-manage.el (sieve-manage-starttls-p): Rename from
11469 imap-starttls-p.
11470 (sieve-manage-starttls-open): Rename from imap-starttls-open.
11471
11472 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
11473
11474 * spam-report.el (spam-report-gmane-max-requests): New constant.
11475 (spam-report-gmane-wait): New variable.
11476 (spam-report-gmane-ham, spam-report-gmane-spam)
11477 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11478 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11479 the server.
11480
11481 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11482 Add explanations.
11483
11484 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11485 nnheader-accept-process-output and nnheader-read-timeout if available.
11486 (pop3-movemail): Use it.
11487
11488 * message.el (message-check-news-body-syntax): Fix signature check if
11489 there's an attachment.
11490
11491 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
11492
11493 * mm-util.el: Add comments to the mm- emulating functions.
11494
11495 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
11496
11497 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11498 Reported by Stephen Berman <stephen.berman@gmx.net>.
11499
11500 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11501
11502 * mm-util.el (mm-substring-no-properties): New function.
11503 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11504 (mm-special-display-p): Enable those lambda forms to be byte compiled.
11505 (mm-string-to-multibyte): Doc fix.
11506
11507 * mml.el (mml-attach-file): Use mm-substring-no-properties.
11508
11509 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
11510
11511 * mml.el (mml-attach-file): Strip text properties from file name.
11512 (Bug#1574)
11513
11514 2008-12-16 Glenn Morris <rgm@gnu.org>
11515
11516 * mm-util.el (mm-charset-override-alist): Declare for compiler.
11517
11518 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
11519
11520 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11521 knows since the charset specified might be a bogus alias that
11522 mm-charset-synonym-alist provides.
11523
11524 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
11525
11526 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11527 "ISO_8859-1".
11528
11529 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11530
11531 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
11532
11533 * mm-util.el (mm-charset-eval-alist):
11534 Define it before mm-charset-to-coding-system.
11535 (mm-charset-to-coding-system): Add optional argument `silent';
11536 define it before mm-charset-override-alist.
11537 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11538 default value if it can be used in Emacs currently running;
11539 silence mm-charset-to-coding-system.
11540
11541 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
11542
11543 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11544 `allow-override' which says whether to use `mm-charset-override-alist'.
11545 (rfc2047-decode-encoded-words): Use it.
11546
11547 * mm-util.el (mm-charset-override-alist): Fix custom type;
11548 add `(gb2312 . gbk)' to choices.
11549
11550 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
11551
11552 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11553 fast.
11554
11555 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11556
11557 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
11558
11559 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11560 on links.
11561
11562 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11563
11564 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
11565
11566 * message.el (message-idna-to-ascii-rhs-1): Protect against local
11567 users' addresses that don't have domain parts.
11568 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11569 rather than message-narrow-to-head since there will be the message
11570 header separator.
11571
11572 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11573
11574 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11575 since the result is inserted in a unibyte buffer anyway.
11576 (nnimap-demule-use-string-to-multibyte): Remove.
11577 (nnimap-demule): Alias it to mm-string-to-multibyte.
11578
11579 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11580
11581 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11582 variable for debugging bug#464 and bug#1174.
11583 (nnimap-demule): Use it.
11584
11585 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
11586
11587 * gnus-score.el (gnus-score-find-trace): Handle default score in total
11588 score calculation correctly.
11589
11590 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11591
11592 * message.el (message-send-mail): Just set the buffer to unibyte
11593 rather than use mm-with-unibyte-current-buffer which does a lot more.
11594 (message-send-mail-partially): Don't bother with
11595 mm-with-unibyte-current-buffer since it's already been made unibyte by
11596 message-send-mail.
11597
11598 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
11599
11600 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11601
11602 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
11603
11604 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11605
11606 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
11607
11608 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11609 require itself and to remove `with-no-warnings'.
11610
11611 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
11612
11613 * starttls.el (starttls-any-program-available): Get the name of the
11614 available TLS layer program.
11615 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11616 well as the host name in the "opening" message.
11617
11618 * auth-source.el (auth-source-cache, auth-source-do-cache)
11619 (auth-source-user-or-password): Cache passwords and logins by default,
11620 allow override with `auth-source-do-cache'.
11621 (auth-source-forget-user-or-password): Allow users to remove cache
11622 entries if needed.
11623
11624 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
11625
11626 * ietf-drums.el (ietf-drums-remove-comments): Localize second
11627 condition-case to only the forward-sexp call.
11628
11629 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
11630
11631 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11632 quotes contained. Make it more robust regardless by an extra
11633 condition-case wrapper.
11634
11635 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
11636
11637 * nnml.el (nnml-request-expire-articles): Check if the function set to
11638 `nnmail-expiry-target' returns the symbol `delete'.
11639
11640 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11641
11642 * nnmail.el (nnmail-expiry-target): Fix custom type.
11643
11644 2008-10-02 Glenn Morris <rgm@gnu.org>
11645
11646 * mm-util.el (mm-codepage-setup): Tweak codepage error.
11647 Silence compiler warning.
11648
11649 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
11650
11651 * mml.el (mml-menu): Don't assume mml2015 is bound.
11652
11653 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
11654
11655 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11656 exists.
11657
11658 2008-09-27 Glenn Morris <rgm@gnu.org>
11659
11660 * gnus-util.el (mail-header-remove-comments): Autoload it.
11661
11662 2008-09-27 Andreas Schwab <schwab@suse.de>
11663
11664 * gnus-util.el (gnus-split-references): Strip comments.
11665 (gnus-parent-id): Likewise.
11666
11667 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
11668
11669 * message.el (message-confirm-send): Fix version.
11670
11671 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
11672
11673 * message.el (message-idna-to-ascii-rhs-1): Use
11674 mail-extract-address-components rather than mail-header-parse-addresses
11675 that is an alias by default to ietf-drums-parse-addresses that does not
11676 support non-ASCII names in headers' contents.
11677
11678 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11679
11680 * message.el (message-confirm-send): Fix variable documentation to
11681 avoid the "y/n" wording.
11682
11683 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
11684
11685 * message.el (message-set-auto-save-file-name): Save to a different
11686 filename so multiple messages (especially drafts) can be recovered.
11687
11688 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
11689
11690 * message.el (message-confirm-send): Add appropriate version.
11691
11692 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
11693
11694 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11695 defvar.
11696
11697 2008-09-22 Daiki Ueno <ueno@unixuser.org>
11698
11699 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11700 (mm-pkcs7-enveloped-magic): Ditto.
11701
11702 2008-09-17 Simon Josefsson <simon@josefsson.org>
11703
11704 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11705 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11706
11707 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
11708
11709 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11710 default, it's better.
11711
11712 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
11713
11714 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11715 summary line gnus-number property and ignore them (with a warning
11716 message).
11717
11718 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11719
11720 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11721 macro caddr in the interactive form since it won't be expanded.
11722
11723 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11724
11725 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11726 `charset'; fix name of function called recursively.
11727 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11728
11729 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11730
11731 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11732 (gnus-mime-set-charset-parameters): New function.
11733 (gnus-mime-view-part-as-charset): Use it to correctly display part
11734 specifying wrong charset.
11735
11736 2008-09-08 David Engster <dengste@eml.cc>
11737
11738 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11739 in completing-read for back end server.
11740
11741 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
11742
11743 * message.el (message-confirm-send): New variable to confirm sending a
11744 message.
11745 (message-send): Use it.
11746
11747 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
11748
11749 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11750
11751 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
11752
11753 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11754
11755 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
11756
11757 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11758 prevent tracking too many groups.
11759 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11760 Use it.
11761
11762 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
11763
11764 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11765 moving point to the bottom of the window in order to avoid recentering.
11766
11767 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
11768
11769 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11770 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11771 (gnus-article-beginning-of-window): Fix calculation.
11772
11773 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
11774
11775 * gnus-msg.el (gnus-summary-supersede-article)
11776 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11777 value of gnus-newsgroup-charset to decode non-MIME encoded text in
11778 message header.
11779
11780 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11781
11782 * message.el:
11783 * gnus-start.el:
11784 * gnus-registry.el: Remove VMS support.
11785
11786 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11787
11788 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11789 macro.
11790 (rfc2104-hash): Use it.
11791
11792 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
11793
11794 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11795 (gnus-summary-sort-by-most-recent-date): New commands.
11796 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11797 and menu entries.
11798
11799 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
11800
11801 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11802 don't redisplay article for raw contents; remove plural articles stuff.
11803
11804 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11805 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11806 on gnus-summary-save-article; display results properly.
11807
11808 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
11809
11810 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11811
11812 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
11813
11814 * gnus-art.el (gnus-summary-save-in-pipe):
11815 Consider gnus-save-all-headers.
11816
11817 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11818
11819 * gnus-util.el (ns-focus-frame): Remove declaration.
11820 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
11821 like x.
11822
11823 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
11824
11825 * rfc2104.el (rfc2104-zero): Delete defconst.
11826 (rfc2104-hex-alist): Likewise.
11827 (rfc2104-hex-to-int): Delete func.
11828 (rfc2104-hexstring-to-bitstring): Likewise.
11829 (rfc2104-nybbles): New defconst.
11830 (rfc2104-hash): Rewrite for speed.
11831
11832 2008-07-16 Glenn Morris <rgm@gnu.org>
11833
11834 * gnus-util.el (ns-focus-frame): Declare for compiler.
11835
11836 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
11837
11838 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11839 set as a group parameter.
11840 (gnus-summary-save-in-pipe): Work when it is called independently.
11841 (gnus-summary-pipe-to-muttprint): Don't modify
11842 gnus-summary-pipe-output-default-command.
11843
11844 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11845
11846 * message.el (message-send-mail-with-sendmail):
11847 Display the error message.
11848
11849 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
11850
11851 * gnus-art.el (gnus-default-article-saver):
11852 Add gnus-summary-save-in-pipe to choices.
11853 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11854 gnus-summary-pipe-output-default-command as the default command.
11855 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11856 instead of gnus-last-shell-command.
11857
11858 * gnus-sum.el (gnus-summary-pipe-output-default-command):
11859 New user option.
11860 (gnus-summary-muttprint-program): Mention the value will be changed.
11861 (gnus-summary-save-article): Force showing of all headers.
11862 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11863
11864 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
11865
11866 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11867
11868 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
11869
11870 * nnimap.el (nnimap-id):
11871 * sieve-manage.el (sieve-manage-open): Doc fixes.
11872
11873 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
11874
11875 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11876 if available.
11877
11878 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11879
11880 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11881
11882 * nnkiboze.el (nnkiboze-generate-group):
11883 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11884
11885 * nnmairix.el: Require CL.
11886
11887 2008-06-15 David Engster <dengste@eml.cc>
11888
11889 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11890
11891 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
11892
11893 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11894 New macros that expand to an `aset'/`aref' call under Emacs, and to a
11895 runtime choice under XEmacs.
11896
11897 * gnus-sum.el (gnus-summary-set-display-table):
11898 Use `gnus-put-display-table', `gnus-get-display-table',
11899 `gnus-set-display-table' for the display table, instead of `aset'.
11900
11901 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
11902
11903 * nnmairix.el: Add autoloads.
11904
11905 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
11906
11907 * nnmairix.el (nnmairix-delete-recreate-group)
11908 (nnmairix-update-and-clear-marks): Fix error messages.
11909
11910 2008-06-14 David Engster <dengste@eml.cc>
11911
11912 * nnmairix.el: Upgrade to version 0.6.
11913 (nnmairix-group-toggle-propmarks-this-group)
11914 (nnmairix-group-toggle-readmarks-this-group)
11915 (nnmairix-group-delete-recreate-this-group)
11916 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11917 (nnmairix-remove-tick-mark-original-article): New commands.
11918 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11919 (nnmairix-propagate-marks-to-nnmairix-groups)
11920 (nnmairix-only-use-registry, nnmairix-allowfast-default)
11921 (nnmairix-marks-cache, nnmairix-version-output): New variables.
11922 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11923 functions needed for marks propagation and manipulation of read marks.
11924 (nnmairix-update-groups): New function.
11925 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11926 (nnmairix-determine-original-group-from-registry)
11927 (nnmairix-determine-original-group-from-path)
11928 (nnmairix-get-group-from-file-path, nnmairix-map-range)
11929 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11930 New helper functions.
11931 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11932 keystrokes for new commands.
11933 (nnmairix-delete-and-create-on-change): Doc string cleanup.
11934 (nnmairix-request-group): Check allow-fast group parameter.
11935 (nnmairix-request-create-group): Set allow-fast group parameter if
11936 nnmairix-allowfast-default is set.
11937 (nnmairix-close-group): Propagate marks upon closing if needed.
11938 (nnmairix-group-toggle-threads-this-group): Use new.
11939 nnmairix-group-toggle-parameter helper function.
11940 (nnmairix-search): Better check for empty search result.
11941 (nnmairix-goto-original-article): Use new helper functions for
11942 determining original article.
11943 (nnmairix-show-original-article): Make sure message-id is in brackets.
11944 (nnmairix-call-mairix-binary): Change variable name.
11945 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11946 helper function.
11947 (nnmairix-widget-toggle-activate): Fix doc string.
11948
11949 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
11950
11951 * nnir.el: Require edmacro when compiling with XEmacs.
11952 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11953 available in Emacs 21.
11954
11955 2008-06-11 Glenn Morris <rgm@gnu.org>
11956
11957 * gnus-util.el (x-focus-frame):
11958 * gnus.el (image-size):
11959 * mm-decode.el (image-size): Declare.
11960
11961 * gnus-picon.el (declare-function): Add compat definition.
11962 (image-size): Declare.
11963
11964 * gnus-group.el (tool-bar-map):
11965 * gnus-sum.el (tool-bar-map): Define for compiler.
11966
11967 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11968
11969 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11970
11971 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11972 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11973 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11974 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11975 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11976 * sieve-manage.el, spam-report.el, spam.el:
11977 Remove unnecessary eval-and-compile of autoloads.
11978
11979 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
11980
11981 * auth-source.el: Precise Tramp doc.
11982
11983 2008-06-07 Glenn Morris <rgm@gnu.org>
11984
11985 * nnmairix.el: Remove unnecessary eval-when-compile.
11986
11987 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
11988
11989 * nnir.el: New file.
11990
11991 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11992
11993 * gnus-util.el (gnus-read-shell-command): New function.
11994 * mm-decode.el (mm-pipe-part):
11995 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11996
11997 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
11998
11999 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12000
12001 2008-06-03 Glenn Morris <rgm@gnu.org>
12002
12003 * pop3.el (nnheader-accept-process-output): Autoload it.
12004
12005 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12006
12007 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12008 are not 2-digit hexadecimal characters that follow `%'s.
12009
12010 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12011
12012 * message.el (message-bogus-recipient-p): Fix type in doc string.
12013 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12014 (message-bogus-addresses): Rename from message-bogus-address-regexp.
12015 Improve custom options.
12016 (message-bogus-recipient-p): Adjust accordingly.
12017
12018 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12019
12020 * nnmairix.el: Require edmacro when compiling with XEmacs.
12021
12022 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
12023
12024 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12025 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12026
12027 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
12028
12029 * auth-source.el: Add more docs.
12030
12031 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12032
12033 * nnheader.el (nnheader-read-timeout): Change the default timeout from
12034 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
12035 retrieval faster in some cases, but might make CPU usage larger.
12036 If this has any bad side effects, we might revert this change.
12037
12038 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12039 seems to make mail retrieval much, much faster.
12040 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12041 unconditionally.
12042
12043 * gnus-draft.el (gnus-group-send-queue):
12044 Bind message-send-mail-partially-limit to nil to avoid being prompted.
12045
12046 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12047
12048 * mml.el (mml-attach-buffer): Prompt for `disposition'.
12049
12050 * message.el (message-bogus-address-regexp): Fix and improve custom
12051 type.
12052 (message-setup-hook): Add message-check-recipients as custom option.
12053
12054 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
12055
12056 * message.el (message-cite-function): Remove bogus autoload which crept
12057 in during merge from v5-10.
12058
12059 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
12060
12061 * nnimap.el (nnimap-open-connection): Fix login/password bug.
12062
12063 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12064
12065 * auth-source.el: Preliminary Tramp docs.
12066 (auth-sources): Change the default auth-sources to use
12067 EPA .gpg files.
12068
12069 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
12070
12071 * nntp.el: Autoload `auth-source-user-or-password'.
12072 (nntp-send-authinfo): Use it.
12073
12074 * nnimap.el: Autoload `auth-source-user-or-password'.
12075 (nnimap-open-connection): Use it.
12076
12077 * auth-source.el: Add docs on using with url-auth. Import gnus-util
12078 for the gnus-message function.
12079 (auth-source-user-or-password): Use it.
12080
12081 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12082
12083 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12084 rfc2104-hexstring-to-byte-list. Return a unibyte string.
12085 (rfc2104-hash): Use it.
12086
12087 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
12088
12089 * gnus-art.el (gnus-article-toggle-truncate-lines):
12090 Don't use `iff' in docstring.
12091
12092 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
12093
12094 * gnus-registry.el: Adjusted copyright dates and added a keyword.
12095
12096 * gnus-util.el (gnus-extract-address-component-name)
12097 (gnus-extract-address-component-email): Convenience functions around
12098 `gnus-extract-address-components'.
12099
12100 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12101 Use `gnus-extract-address-component-email' to fix bug of comparing full
12102 sender name to `user-mail-address'.
12103
12104 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
12105
12106 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12107 catch/throw to optimize.
12108 (gnus-registry-find-keywords): Just use member to find a keyword.
12109
12110 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12111
12112 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12113 is current before calling gnus-server-prepare.
12114 (gnus-server-setup-buffer, gnus-server-update-server)
12115 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12116
12117 2008-05-04 Juri Linkov <juri@jurta.org>
12118
12119 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12120 (mailcap-file-default-commands): Use mailcap-replace-in-string
12121 instead of replace-regexp-in-string, and mailcap-delete-duplicates
12122 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
12123
12124 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
12125
12126 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12127
12128 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12129
12130 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12131 hooks.
12132 (gnus-update-read-articles): Speed up non-marks-using users.
12133 (gnus-use-marks): Define gnus-use-marks.
12134 (gnus-propagate-marks): Rename variable to something more sensible.
12135
12136 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
12137
12138 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12139 (gmm-image-load-path-for-library): Fix typos in docstrings.
12140 (gmm-message): Reflow docstring.
12141
12142 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
12143
12144 * mail-source.el (mail-source-set-1, mail-source-bind):
12145 Move auth-source code out of the macro to clean it up and fix bugs.
12146
12147 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
12148
12149 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12150 by sender if it's equal to user-mail-address, it's likely to be
12151 useless.
12152
12153 * mail-source.el (mail-source-bind): Don't use user or password if they
12154 are not bound. Unintern them if they are nil. Don't use server unless
12155 it's bound, and default it to empty string otherwise.
12156
12157 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
12158
12159 * mail-source.el: Load auth-source.el.
12160 (mail-source-bind): Add comments. Call auth-source-user-or-password to
12161 get user name or password, if auth-sources is set up.
12162
12163 * gnus-registry.el (gnus-registry-split-strategy): New variable for
12164 strategy of splitting with parent.
12165 (gnus-registry-split-fancy-with-parent)
12166 (gnus-registry-post-process-groups): Use it and fix prior
12167 bug (returning a list as the split result).
12168
12169 * auth-source.el (auth-sources): Remove server parameter.
12170 (auth-source-pick, auth-source-user-or-password)
12171 (auth-source-user-or-password-imap)
12172 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12173 (auth-source-user-or-password-sftp)
12174 (auth-source-user-or-password-smtp): Remove server parameter.
12175
12176 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
12177
12178 * smime.el (smime-sign-region, smime-encrypt-region)
12179 (smime-decrypt-region):
12180 Remove redundant calls to `generate-new-buffer-name'.
12181
12182 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
12183
12184 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12185 Don't use QP for message/rfc822.
12186 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12187
12188 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12189
12190 * sieve-manage.el (sieve-string-bytes): Remove.
12191 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12192 correct byte-length only if the process's coding-system is the same as
12193 the one used internally by Emacs to represent strings.
12194
12195 2008-04-22 Juri Linkov <juri@jurta.org>
12196
12197 * mailcap.el (mailcap-file-default-commands): New function.
12198
12199 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
12200
12201 * message.el (message-signature-separator, message-cite-function):
12202 Change custom version.
12203
12204 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
12205
12206 * mm-decode.el (mm-display-external): Make temp file read-only.
12207
12208 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12209
12210 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12211 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
12212 `C-c C-f d'.
12213
12214 2008-04-12 Adrian Aichner <adrian@xemacs.org>
12215
12216 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12217
12218 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
12219
12220 * auth-source.el: Add docs.
12221 (auth-sources): Modify format to support server.
12222 (auth-source-pick, auth-source-user-or-password)
12223 (auth-source-user-or-password-imap)
12224 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12225 (auth-source-user-or-password-sftp)
12226 (auth-source-user-or-password-smtp): Add server parameter.
12227
12228 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
12229
12230 * gnus-registry.el: Initialize the registry when gnus-registry-install
12231 is t.
12232
12233 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
12234
12235 * compface.el (uncompface): Make buffer unibyte.
12236
12237 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
12238
12239 * mail-source.el (mail-source-value):
12240 Prefer fboundp to functionp so it works with macros as well.
12241
12242 2008-04-05 Glenn Morris <rgm@gnu.org>
12243
12244 * gnus-ems.el (mm-disable-multibyte): Autoload it.
12245
12246 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12247
12248 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12249 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12250
12251 * nnheader.el (nnheader-init-server-buffer): Change buffer's
12252 multibyteness after rather than before erasing it.
12253
12254 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12255 mm-with-multibyte.
12256 (gnus-request-article-this-buffer): Make sure the proper decoding is
12257 used if gnus-original-article-buffer happens to be unibyte.
12258
12259 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12260 default-enable-multibyte-characters.
12261
12262 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12263 default-enable-multibyte-characters.
12264
12265 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12266
12267 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12268
12269 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12270
12271 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12272 Fix last change in case the element is not even a symbol.
12273
12274 2008-04-02 Simon Josefsson <simon@josefsson.org>
12275
12276 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12277 imap-enable-exchange-bug-workaround.
12278 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12279
12280 2008-04-01 Simon Josefsson <simon@josefsson.org>
12281
12282 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12283 a 100 byte status-checks into a 2-3MB transfer for each group.
12284 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12285 to enable bug workaround or not.
12286 (nnimap-find-minmax-uid): Only enable workaround conditionally.
12287
12288 2008-03-31 Glenn Morris <rgm@gnu.org>
12289
12290 * message.el (mml2015-use): Declare for compiler.
12291 (message-info): Require mml2015 when appropriate.
12292
12293 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12294
12295 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12296 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12297 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12298 (nntp-service-to-port): New function.
12299 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12300 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12301 (nntp-open-netcat-stream): New function.
12302 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12303
12304 2008-03-29 Sven Joachim <svenjoac@gmx.de>
12305
12306 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12307
12308 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12309
12310 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12311
12312 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
12313
12314 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12315
12316 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
12317
12318 * message.el (message-signature-separator): Change default.
12319 Improve custom type.
12320 (message-cite-function): Change default to
12321 message-cite-original-without-signature.
12322
12323 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12324 toggle.
12325
12326 * message.el (message-check-news-body-syntax): Fix signature check.
12327 (message-setup-1): Mark buffer as unmodified _after_ running
12328 message-setup-hook and handling message-alternative-emails.
12329 (message-shorten-references): Be more strict when building list of
12330 valid references to comply with GNKSA.
12331
12332 * gnus-group.el (gnus-read-ephemeral-bug-group)
12333 (gnus-read-ephemeral-debian-bug-group)
12334 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12335
12336 * message.el (message-info): Don't use booleanp which isn't supported
12337 in Emacs 21 and XEmacs.
12338
12339 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
12340
12341 * gnus-group.el (gnus-gmane-group-download-format): Rename from
12342 gnus-group-gmane-group-download-format.
12343 (gnus-group-read-ephemeral-gmane-group): Rename from
12344 gnus-group-read-ephemeral-gmane-group.
12345 (gnus-read-ephemeral-gmane-group-url): Rename from
12346 gnus-group-read-ephemeral-gmane-group-url.
12347 (gnus-bug-group-download-format-alist): New variable.
12348 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12349 (gnus-read-ephemeral-emacs-bug-group): New commands.
12350
12351 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12352
12353 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12354 (gnus-visible-headers): Improve custom type.
12355
12356 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
12357
12358 * mml.el (mml-menu): Add workarounds for XEmacs.
12359
12360 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12361 X-Boundary header.
12362
12363 * message.el (message-simplify-recipients): Fix previous commit.
12364
12365 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12366
12367 * mm-util.el (mm-set-buffer-multibyte): New function.
12368 * mm-decode.el (mm-copy-to-buffer): Use it.
12369
12370 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12371 Prefer fboundp to functionp so it works with macros as well.
12372
12373 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
12374
12375 * message.el (message-alter-recipients-discard-bogus-full-name):
12376 New function.
12377 (message-alter-recipients-function): New variable.
12378 (message-get-reply-headers): Use it.
12379 (message-replace-header): New helper function.
12380 (message-recipients-without-full-name): New variable.
12381 (message-simplify-recipients): New command.
12382
12383 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12384
12385 * message.el (message-info): Handle EasyPG manual.
12386
12387 * mml.el (mml-menu): Add entry for EasyPG.
12388
12389 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
12390
12391 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12392 parameter.
12393
12394 * message.el (message-disassociate-draft): Specify drafts group name
12395 fully.
12396
12397 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
12398
12399 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12400 Eliminate unnecessary duplicates from the match list.
12401
12402 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
12403
12404 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12405 args of `how-many' of which the XEmacs version doesn't take; declare
12406 Info-index-next as function.
12407
12408 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12409
12410 * gnus-score.el (gnus-score-headers): Fix handling of
12411 gnus-inhibit-slow-scoring.
12412
12413 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12414 string.
12415 (gnus-button-url-regexp): Improve handling of parenthesis.
12416 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12417 (gnus-button-handle-info-keystrokes): Handle index entries.
12418
12419 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
12420
12421 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12422 Incoming* files.
12423
12424 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12425
12426 * auth-source.el (auth-sources): Rename from auth-source-choices.
12427 (auth-source-pick): Use it.
12428
12429 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
12430
12431 * auth-source.el (auth-source-protocols)
12432 (auth-source-protocols-customize, auth-source-choices): Add and
12433 modified variable customizations and defaults.
12434 (auth-source-pick, auth-source-user-or-password)
12435 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12436 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12437 (auth-source-user-or-password-sftp)
12438 (auth-source-user-or-password-smtp): Use new variables and provide an
12439 interface to netrc.el.
12440
12441 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
12442
12443 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12444 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12445 Make sure the nntp port to specify is a string.
12446
12447 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12448
12449 * nntp.el: Use with-current-buffer.
12450 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12451 dubious mm-with-unibyte-current-buffer.
12452 (nntp-with-open-group-function): New function extracted from
12453 nntp-with-open-group macro.
12454 (nntp-with-open-group): Use the function, so it's easier to debug.
12455 Add indentation and debugging info.
12456 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12457 Recommend the use of the netcat alternatives.
12458
12459 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12460 Avoid mm-string-as-multibyte as well.
12461
12462 * nnweb.el (nnweb-insert-html):
12463 Remove use of nnheader-string-as-multibyte.
12464
12465 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12466 (nnheader-string-as-multibyte): Remove.
12467
12468 * mm-view.el: Use inhibit-read-only.
12469 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12470 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12471 or unibyte-string.
12472
12473 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12474 (mm-uu-yenc-extract): Use with-current-buffer.
12475
12476 * gnus-soup.el (gnus-soup-send-packet): Don't use
12477 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12478
12479 * nnmh.el: Use with-current-buffer.
12480 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12481 mm-string-as-multibyte on the output of mm-encode-coding-string.
12482
12483 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12484 (nnimap-request-move-article): Use with-current-buffer.
12485
12486 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12487 inserting the handle-buffer's text, so the implicit multibyte->unibyte
12488 conversion uses string-make-unibyte rather than string-as-unibyte.
12489
12490 * gnus-msg.el: Use with-current-buffer.
12491
12492 * message.el (message-ignored-resent-headers): Add "Delivered-To".
12493
12494 2008-03-10 Daiki Ueno <ueno@unixuser.org>
12495
12496 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12497 string for caching if it is 'PIN.
12498
12499 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
12500
12501 * mail-source.el (mail-source-delete-old-incoming-confirm):
12502 Change default to nil.
12503 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12504
12505 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
12506
12507 * gnus-art.el (gnus-narrow-to-page): Position point properly.
12508 (gnus-article-goto-prev-page): Work for articles having ^L's.
12509
12510 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12511
12512 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12513
12514 2008-03-07 Karl Fogel <kfogel@red-bean.com>
12515
12516 * gnus-bookmark.el: Adjust for renames in bookmark.el.
12517 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12518 (gnus-bookmark-jump): Adjust some variable names.
12519
12520 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
12521
12522 * auth-source.el: New package.
12523 (auth-source-choices): Add customization entry point variable.
12524
12525 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12526 bug.
12527
12528 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
12529
12530 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12531 (gnus-registry-initialize, gnus-registry-install-p): Use it.
12532 (gnus-registry-install-shortcuts): Rename from
12533 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
12534 the `gnus-registry-mark-map' keymap dynamically from
12535 `gnus-registry-marks'. The generated functions update the summary line
12536 when a registry mark is added or deleted, and will call
12537 `gnus-registry-install-p' (see the comments in the code).
12538 (gnus-registry-user-format-function-M): Use concat intelligently.
12539
12540 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12541 the registry mark functions.
12542
12543 2008-03-05 Glenn Morris <rgm@gnu.org>
12544
12545 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12546 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12547 gnus-art.
12548 (top-level): No need to load own source when compiling.
12549
12550 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
12551
12552 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12553 Suggested by <chris.anderton@zetnet.co.uk>.
12554
12555 2008-03-04 Glenn Morris <rgm@gnu.org>
12556
12557 * gnus-sum.el (top-level): No need to require gnus when compiling,
12558 since unconditionally required near start of file.
12559 (gnus-summary-display-while-building): Move definition before use.
12560
12561 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
12562
12563 * gnus-registry.el (gnus-registry-user-format-function-M):
12564 Add formatting function.
12565
12566 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
12567
12568 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12569 with plists.
12570 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12571 Use new format.
12572
12573 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12574
12575 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12576 `where-is-internal' that returns a range of key sequences.
12577
12578 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
12579
12580 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12581
12582 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12583 (gnus-summary-jump-to-group): Consider windows on other displayed
12584 frames as well. Similar changes might be needed elsewhere, but that's
12585 the one I've bumped into during my use.
12586
12587 * nndoc.el (nndoc-oe-dbx-type-p):
12588 * gnus-msg.el (gnus-debug):
12589 * gnus-group.el (gnus-update-group-mark-positions):
12590 Use mm-string-to-multibyte.
12591
12592 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
12593
12594 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12595 doesn't handle NotDashEscaped.
12596
12597 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
12598 (mml-dnd-attach-options): Fix typo in custom choice.
12599
12600 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12601 Change nndoc-article-type to mbox.
12602 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12603
12604 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
12605 to nil, instead of html2text.
12606
12607 * imap.el (imap-debug): Add `imap-ping-server'.
12608
12609 * gnus-bookmark.el: Add FIXMEs.
12610
12611 * message.el (message-form-letter-separator)
12612 (message-send-form-letter-delay): New variables.
12613 (message-send-form-letter): Use them. New command to send form
12614 letters. Requested by Uwe Siart.
12615 (message-send-mail-function): Doc fix. Add "Other" custom option.
12616
12617 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
12618
12619 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12620 empty author.
12621
12622 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
12623
12624 * gnus-registry.el (gnus-registry-marks): Add variable for
12625 customization of marks and their appearance.
12626 (gnus-registry-read-mark): Use it.
12627 (gnus-registry-do-marks): Add utility function to loop through
12628 `gnus-registry-marks'.
12629 (gnus-registry-install-shortcuts-and-menus): Add function to install
12630 shortcuts and menus.
12631 (gnus-registry-initialize): Use it.
12632 (gnus-registry-default-mark): Clarify documentation.
12633
12634 2008-02-29 Glenn Morris <rgm@gnu.org>
12635
12636 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12637 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12638 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12639 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12640 Change defcustom :version from 23.0 to 23.1.
12641
12642 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
12643
12644 * gnus-registry.el (gnus-registry-follow-group-p)
12645 (gnus-registry-post-process-groups): Add functions to aid registry
12646 splitting and improve logging. Clarify behavior in function
12647 documentation.
12648 (gnus-registry-split-fancy-with-parent): Use them.
12649
12650 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
12651
12652 * gnus-art.el: Use with-current-buffer.
12653
12654 2008-02-27 David Engster <dengste@eml.cc>
12655
12656 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12657 Express real group name in the response.
12658
12659 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
12660
12661 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12662 (nnmairix-last-server, nnmairix-current-server): Defvar them.
12663 (nnmairix-goto-original-article): Defvar gnus-registry-install and
12664 autoload gnus-registry-fetch-group when compiling.
12665 (nnmairix-request-group-with-article-number-correction):
12666 Remove unreferenced argument passed to nnmairix-call-backend.
12667
12668 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
12669
12670 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12671 (mm-uu-extract): Improve face for low color ttys.
12672 Reported by Sascha Wilde.
12673
12674 2008-02-27 Glenn Morris <rgm@gnu.org>
12675
12676 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12677 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12678 variables to defconsts. Convert comments to doc-strings.
12679 (nnmairix-last-server, nnmairix-current-server): Convert from free
12680 variables to defvars. Convert comments to doc-strings.
12681 (gnus-registry-fetch-group): Autoload.
12682 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12683 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12684 (nnmairix-widget-build-editable-fields): Use car cddr rather than
12685 caddr.
12686 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12687 nnmairix-request-group-with-article-number-correction call.
12688 (nnmairix-fast, nnmairix-group): New, less general names, for free
12689 variables passed from nnmairix-request-group to
12690 nnmairix-request-group-with-article-number-correction. Declare.
12691 (nnmairix-request-group-with-article-number-correction):
12692 Use nnmairix-fast, nnmairix-group rather than fast, group.
12693
12694 2008-02-26 David Engster <dengste@eml.cc>
12695
12696 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
12697 version 0.5.
12698
12699 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
12700
12701 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12702 instead of making an extra function call. Don't add the current group
12703 to articles only when they have the group. Use
12704 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12705 Reported by David <de_bb@arcor.de>.
12706
12707 2008-02-24 Miles Bader <miles@gnu.org>
12708
12709 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12710 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12711 (mm-find-mime-charset-region):
12712 * mm-bodies.el (mm-encode-body):
12713 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12714
12715 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
12716
12717 * mail-source.el (mail-source-delete-incoming): Change default.
12718 Supplement doc string.
12719
12720 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12721
12722 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
12723
12724 * nnmail.el (nnmail-message-id-cache-file): Derive from
12725 `gnus-home-directory'.
12726
12727 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
12728
12729 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12730 Document negative prefix.
12731
12732 * gnus-group.el (gnus-group-read-group): Document negative prefix.
12733
12734 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12735
12736 * message.el (message-unsent-separator): Add the Exim bounce
12737 separator.
12738
12739 2008-02-10 Daiki Ueno <ueno@unixuser.org>
12740
12741 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12742 list.
12743 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12744 recipient/signer list.
12745
12746 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
12747
12748 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12749 fbound (Emacs 23 unicode), signal an error.
12750
12751 2008-02-08 Glenn Morris <rgm@gnu.org>
12752
12753 * gnus-art.el (pgg-display-output-buffer): Declare as function.
12754
12755 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
12756
12757 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12758 ports to the calls to `netrc-machine-user-or-password' in addition to
12759 "imap" and "imaps".
12760
12761 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
12762
12763 * gnus.el (gnus-group-startup-message): Add `find-image' call before
12764 image-load-path is let-bound. Reported by Harald Hanche-Olsen
12765 <hanche@math.ntnu.no>.
12766
12767 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
12768
12769 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12770
12771 2008-02-01 Zhang Wei <id.brep@gmail.com>
12772
12773 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12774
12775 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12776
12777 2008-02-01 Miles Bader <miles@gnu.org>
12778
12779 * mml.el (mml-parse-1): Remove apparently vestigial use of
12780 `mm-hack-charsets'.
12781 * mm-bodies.el (mm-encode-body): Likewise.
12782
12783 2008-02-01 Kenichi Handa <handa@m17n.org>
12784
12785 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12786 rfc2104-hexstring-to-bitstring and changed to return a byte list.
12787 (rfc2104-hash): Convert the result of concat to unibyte string.
12788
12789 2008-02-01 Dave Love <fx@gnu.org>
12790
12791 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12792 coding-system-for-read.
12793 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12794
12795 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12796 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
12797 (mm-find-mime-charset-region): Remove hack-charsets stuff.
12798
12799 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
12800
12801 * mail-source.el (mail-sources): Add `group' choice.
12802
12803 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12804 parameter `in-group' to control into which group the articles go.
12805 Add treatment of `group' mail-source.
12806
12807 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
12808
12809 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12810 * message.el (message-beginning-of-line): Use featurep instead of bound
12811 tests in order to resolve conditionals at compile time.
12812
12813 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12814
12815 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12816
12817 * mm-decode.el (mm-dissect-buffer): Decode description.
12818
12819 * mml.el (mml-to-mime): Encode message header first.
12820
12821 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
12822
12823 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12824 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12825
12826 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
12827
12828 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12829
12830 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
12831
12832 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12833 prefix keys.
12834 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12835 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12836 gnus-xmas.el.
12837
12838 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12839
12840 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12841 Add new variables for article mark management.
12842 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12843 list of extra data entries which, when present, will indicate that the
12844 article ID should not be trimmed from the registry.
12845 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12846 functions.
12847 (gnus-registry-read-mark): New function to read a mark name from the
12848 user.
12849 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12850 (gnus-registry-set-article-mark-internal): New functions to add and
12851 remove marks.
12852 (gnus-registry-get-article-marks): New function to show the marks for
12853 an article, or retrieve them for further use.
12854
12855 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12856
12857 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12858 keys when no argument is given.
12859
12860 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12861
12862 * gnus-sum.el (gnus-article-sort-by-random)
12863 (gnus-thread-sort-by-random): Fix doc strings.
12864 Reported by jidanni@jidanni.org.
12865
12866 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
12867
12868 * gnus-art.el (gnus-article-describe-bindings): New function.
12869 (gnus-article-read-summary-keys): Use it.
12870 (gnus-article-mode-map): Bind `C-h b' to it.
12871
12872 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12873
12874 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12875 XEmacs.
12876 (gnus-article-describe-key, gnus-article-describe-key-briefly):
12877 Protect against non-character events.
12878
12879 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
12880
12881 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12882 New command.
12883 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12884 instead of END. Change name of the temp file.
12885 (gnus-group-gmane-group-download-format): Add doc string. Make it
12886 customizable.
12887
12888 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
12889
12890 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12891 bind `S W' to gnus-article-wide-reply-with-original; set default
12892 binding to gnus-article-read-summary-send-keys.
12893 (gnus-article-read-summary-keys): Fix the order of keys; display
12894 continuation keys correctly in the echo area; describe bindings
12895 correctly when keys end with `C-h'.
12896 (gnus-article-read-summary-send-keys): New function.
12897 (gnus-article-describe-key, gnus-article-describe-key-briefly):
12898 Work for gnus-article-read-summary-send-keys; display continuation keys
12899 correctly in the echo area.
12900 (gnus-article-reply-with-original): Ignore prefix argument.
12901 (gnus-article-wide-reply-with-original): New function.
12902
12903 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12904
12905 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12906 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12907
12908 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12909
12910 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12911 (gnus-group-read-ephemeral-gmane-group): New command.
12912
12913 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
12914
12915 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12916
12917 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
12918
12919 * message.el (message-send-mail-function): Increase custom version.
12920
12921 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12922 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
12923
12924 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
12925
12926 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12927 html parts correctly; support forwarded messages.
12928 (gnus-article-browse-html-article): Remove work buffers.
12929
12930 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12931 compiling.
12932 (netrc-bound-and-true-p): New macro.
12933 (netrc-parse): Use it instead of bound-and-true-p that is not available
12934 in XEmacs 21.4.
12935
12936 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
12937
12938 * gnus-registry.el (gnus-registry-mark-article)
12939 (gnus-registry-article-marks): Add functionality to mark articles
12940 through the Gnus registry.
12941
12942 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12943 (netrc-parse): Use encrypt-file-alist to determine if
12944 encrypt-find-model or encrypt-insert-file-contents should be used.
12945
12946 2007-12-19 Glenn Morris <rgm@gnu.org>
12947
12948 * mml.el (message-options-set, message-narrow-to-head)
12949 (message-in-body-p, message-mail-p, message-encode-message-body):
12950 Autoload.
12951 (message-remove-header, message-narrow-to-headers-or-head)
12952 (message-subscribed-p, message-make-mail-followup-to)
12953 (message-position-on-field, message-news-p)
12954 (message-options-set-recipient, message-generate-headers)
12955 (message-sort-headers): Declare as functions.
12956
12957 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12958
12959 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12960 convention in doc string.
12961
12962 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
12963
12964 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12965 title to html parts.
12966 (gnus-article-browse-html-article): Pass message header to it.
12967
12968 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12969
12970 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
12971
12972 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12973 or password compatible with XEmacs.
12974
12975 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12976
12977 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12978 format document.
12979 (gnus-mime-delete-part): Don't write description line if empty.
12980 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12981
12982 2007-12-14 Johan Bockgård <bojohan@gnu.org>
12983
12984 * gnus-sum.el (gnus-summary-mark-unread-as-read)
12985 (gnus-summary-mark-read-and-unread-as-read)
12986 (gnus-summary-mark-current-read-and-unread-as-read)
12987 (gnus-summary-mark-unread-as-ticked): Doc fix.
12988 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12989
12990 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
12991
12992 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12993 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12994
12995 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
12996
12997 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12998 yes-or-no-p.
12999
13000 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
13001
13002 * mm-decode.el (mm-add-meta-html-tag): New function.
13003 (mm-save-part-to-file, mm-pipe-part): Use it.
13004
13005 * gnus-art.el (gnus-article-browse-delete-temp-files):
13006 Use gnus-y-or-n-p instead of y-or-n-p.
13007 (gnus-article-browse-html-parts): Work with message/external-body; use
13008 mm-add-meta-html-tag.
13009
13010 2007-12-11 Glenn Morris <rgm@gnu.org>
13011
13012 * gnus-cache.el: Require gnus-sum not just when compiling.
13013
13014 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13015
13016 * gnus-int.el (gnus-server-opened, gnus-status-message):
13017 Move definitions before use.
13018
13019 * mm-decode.el: Require gnus-util.
13020 (mm-remove-part): Only call delete-annotation on XEmacs.
13021
13022 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13023
13024 * nnmail.el: Require gnus-int.
13025
13026 * spam.el: Move `require's before `eval-when-compile's.
13027
13028 * gnus-ems.el (gnus-alive-p):
13029 * gnus-fun.el (message-goto-eoh):
13030 * gnus-util.el (gnus-group-name-decode):
13031 * mail-source.el (gnus-compress-sequence):
13032 * message.el (Info-goto-node, format-spec):
13033 * mm-bodies.el (message-options-get):
13034 * mm-decode.el (mm-view-pkcs7):
13035 * mm-util.el (gmm-write-region):
13036 * mml-smime.el (mml-compute-boundary)
13037 (gnus-completing-read-with-default):
13038 * mml.el (widget-button-press, gnus-make-hashtable):
13039 * mml1991.el (mm-decode-content-transfer-encoding)
13040 (mm-encode-content-transfer-encoding)
13041 (message-options-get, message-options-set):
13042 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13043 * nnfolder.el (gnus-request-group):
13044 * nnheader.el (ietf-drums-unfold-fws):
13045 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13046 * smime.el (gnus-run-mode-hooks):
13047 * spam-stat.el (gnus-message): Autoload.
13048
13049 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13050 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13051 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13052 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13053 Add declare-function compatibility definition.
13054
13055 * gnus-cache.el (nnvirtual-find-group-art):
13056 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13057 (gnus-add-image, gnus-add-wash-type):
13058 * gnus-group.el (nnkiboze-score-file):
13059 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13060 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13061 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13062 (message-tokenize-header, gnus-get-buffer-create)
13063 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13064 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13065 * gnus.el (gnus-group-decoded-name):
13066 * mail-source.el (imap-capability):
13067 * mm-bodies.el (message-options-set):
13068 * mm-decode.el (gnus-configure-windows):
13069 * mm-extern.el (message-goto-body):
13070 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13071 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13072 (epg-sub-key-validity, message-options-set):
13073 * mml.el (widget-event-point, gnus-configure-windows):
13074 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13075 * mml2015.el (epg-check-configuration, epg-configuration)
13076 (message-options-set):
13077 * nndb.el (nndb-request-article):
13078 * nnfolder.el (gnus-request-create-group):
13079 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13080 * nnmaildir.el (gnus-group-mark-article-read):
13081 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13082 * rfc1843.el (message-fetch-field):
13083 * spam.el (gnus-extract-address-components):
13084 Declare as functions.
13085
13086 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
13087
13088 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13089
13090 2007-12-09 Glenn Morris <rgm@gnu.org>
13091
13092 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13093
13094 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13095 * message.el, mm-view.el, sieve-manage.el, smime.el:
13096 Add declare-function compatibility definition.
13097
13098 * gnus-art.el (w3-region, w3m-region, Info-menu):
13099 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13100 * gnus-sum.el (gnus-get-predicate):
13101 * gnus-util.el (mm-append-to-file, w32-focus-frame):
13102 * message.el (mail-abbrev-in-expansion-header-p):
13103 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13104 (w3m-detect-meta-charset, w3m-region):
13105 * sieve-manage.el (password-read, password-cache-add)
13106 (password-cache-remove):
13107 * smime.el (password-read-and-add): Declare as functions.
13108
13109 2007-12-08 David Kastrup <dak@gnu.org>
13110
13111 * gnus-sum.el (gnus-summary-simplify-subject-query):
13112 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13113 `message'.
13114
13115 2007-12-07 Glenn Morris <rgm@gnu.org>
13116
13117 * gnus-art.el (article-make-date-line): Revert previous change.
13118
13119 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13120
13121 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13122
13123 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
13124
13125 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13126 Call gnus-add-to-range ranges only once with a prepared article-list.
13127
13128 2007-12-06 Paul Jarc <prj@po.cwru.edu>
13129
13130 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13131 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13132 group names with backslashes.
13133 Reported by Tassilo Horn <tassilo@member.fsf.org>.
13134
13135 2007-12-06 Deepak Goel <deego3@gmail.com>
13136
13137 * gnus-art.el (article-make-date-line):
13138 * gnus-start.el (gnus-load):
13139 * pop3.el (pop3-read-response): Fix buggy call to `error'.
13140
13141 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13142
13143 * gnus-art.el (gnus-use-idna):
13144 * gnus-start.el (gnus-site-init-file):
13145 * message.el (message-use-idna):
13146 * mm-uu.el (mm-uu-hide-markers):
13147 * smiley.el (smiley-style): Revert changes that suppress warnings.
13148
13149 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13150
13151 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13152 specify charset to html source.
13153 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13154
13155 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13156
13157 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13158 idna-program in order to suppress byte compile warning issued by XEmacs
13159 that came to byte compile the default value section of defcustom forms
13160 recently.
13161
13162 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13163 value of installation-directory.
13164
13165 * message.el (message-use-idna): Don't directly refer to the value of
13166 idna-program.
13167
13168 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13169
13170 * smiley.el (smiley-style): Don't directly call face-attribute.
13171
13172 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
13173
13174 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13175
13176 * gnus-dired.el: Reduce Gnus dependencies.
13177 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13178 Don't require. Use autoloads instead.
13179 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13180 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13181 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13182 (gnus-dired-mode): Adjust doc string.
13183 (gnus-dired-mail-mode): New variable.
13184 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13185 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13186 (gnus-dired-mail-buffers): New function. Return mail or message
13187 composition buffers.
13188 (gnus-dired-attach): Use it.
13189 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13190 NO-DECODE.
13191 (gnus-dired-print): Use `gnus-print-buffer' depending on
13192 `gnus-dired-mail-mode'.
13193
13194 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
13195
13196 * rfc2047.el (rfc2047-encoded-word-regexp)
13197 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13198 explaining what regexp patterns are for.
13199
13200 2007-12-04 Glenn Morris <rgm@gnu.org>
13201
13202 * password.el: Move to ../password-cache.el.
13203
13204 * mml1991.el (password-read, password-cache-add, password-cache-remove):
13205 * mml2015.el (password-read, password-cache-add, password-cache-remove):
13206 * mml-smime.el (password-read, password-cache-add)
13207 (password-cache-remove):
13208 No need to autoload, since mml-sec requires password.
13209
13210 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13211 * message.el (gnus-extract-address-components):
13212 * mml-smime.el (gnus-extract-address-components): Define for compiler.
13213
13214 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13215 password.
13216
13217 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
13218
13219 * mailcap.el: Reduce dependencies.
13220 (mail-header-parse-content-type): Autoload.
13221 (mailcap-delete-duplicates): New alias.
13222 (mailcap-mime-info): Add optional argument NO-DECODE.
13223 (mailcap-mime-types): Use mailcap-delete-duplicates.
13224
13225 * message.el (message-ignored-supersedes-headers): Add "X-ID".
13226
13227 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13228
13229 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13230 function.
13231
13232 * gnus-uu.el (gnus-uu-decode-yenc): New command.
13233 (gnus-uu-yenc-article): New function.
13234
13235 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13236
13237 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13238
13239 2007-12-02 Glenn Morris <rgm@gnu.org>
13240
13241 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
13242 Move to ../net.
13243
13244 * binhex.el, uudecode.el: Move to ../mail.
13245
13246 * encrypt.el: Remove file.
13247
13248 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
13249
13250 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13251 matches on patches.
13252
13253 * gnus-art.el (gnus-article-browse-html-article):
13254 Mention `mm-text-html-renderer' in the doc string.
13255
13256 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13257 string. Add comments.
13258
13259 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13260 if rhs is ASCII.
13261
13262 2007-12-01 Glenn Morris <rgm@gnu.org>
13263
13264 * dig.el, dns.el: Move to ../net.
13265 * format-spec.el, hex-util.el, sha1.el: Move to ../.
13266
13267 * mail-source.el (top-level): Require format-spec before
13268 eval-when-compile.
13269
13270 2007-11-30 Glenn Morris <rgm@gnu.org>
13271
13272 * encrypt.el: Require password, rather than autoloading password-read.
13273
13274 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
13275
13276 * gnus.el (gnus-method-to-server): Add an optional parameter so the
13277 caller can indicate whether the cache should be disregarded for this
13278 call. This way the result of the call is reproducible at all times and
13279 can be considered a canonical server name for the supplied method.
13280 (gnus-agent-method-p): Canonicalize server names by pushing their
13281 method through `gnus-method-to-server' using the no-cache argument.
13282
13283 * gnus-srvr.el (gnus-server-insert-server-line):
13284 Call `gnus-method-to-server' with `no-cache' argument.
13285
13286 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13287 gnus-agent-possibly-synchronize-flags as this should be called when the
13288 server is actually being opened.
13289 (gnus-agent-possibly-synchronize-flags)
13290 (gnus-agent-possibly-synchronize-flags-server): Move check for the
13291 flags file of an agentized server to the latter function.
13292
13293 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13294 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13295 after a connection has been established successfully.
13296
13297 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
13298
13299 * gnus-art.el (article-display-face): Force to display face if called
13300 interactively; check if gnus-article-x-face-too-ugly matches author.
13301 (article-display-x-face): Display face even if From header is missing
13302 as article-display-face does.
13303
13304 2007-11-28 Richard Stallman <rms@gnu.org>
13305
13306 * md4.el: Move to ../.
13307 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
13308
13309 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
13310
13311 * mail-source.el (mail-sources): Default to fetch from file for
13312 compatibility with default of nnmail-spool-file.
13313
13314 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
13315
13316 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13317 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13318 to look for encoded word that should be encoded again.
13319 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13320 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13321 encoding pattern.
13322 (rfc2047-decode-region): Switch strict regexp and loose one according
13323 to rfc2047-allow-irregular-q-encoded-words.
13324
13325 2007-11-26 Simon Josefsson <simon@josefsson.org>
13326
13327 * imap.el: Move to ../net directory.
13328
13329 2007-11-25 Romain Francoise <romain@orebokech.com>
13330
13331 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13332
13333 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13334
13335 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13336 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13337
13338 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13339 `nnmail-spool-file'.
13340
13341 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13342 `nnmail-spool-file'.
13343
13344 * gnus-move.el (gnus-change-server): Ditto.
13345
13346 * gnus-kill.el (gnus-batch-score): Ditto.
13347
13348 * gnus-cache.el (gnus-jog-cache): Ditto.
13349
13350 * gnus-msg.el (gnus-summary-reply):
13351 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13352
13353 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13354
13355 * gnus-cache.el (gnus-cache-generate-nov-databases):
13356 Use nnml-generate-nov-databases-directory instead of
13357 nnml-generate-nov-databases-1.
13358
13359 2007-11-24 Glenn Morris <rgm@gnu.org>
13360
13361 * message.el (message-tool-bar-retro): Update for rename
13362 mail_send.xpm->mail-send.xpm.
13363
13364 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13365
13366 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13367 `smime-ldap-search' for Emacs 22 and up.
13368
13369 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13370
13371 * hashcash.el: Move to ../mail directory.
13372
13373 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
13374
13375 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13376 `smime-ldap-search' for Emacs 22 and up.
13377
13378 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13379
13380 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13381
13382 * message.el (message-send-mail-function): Fix error convention.
13383 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13384 (message-widen-reply, message-send-mail, message-talkative-question)
13385 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13386 (message-clone-locals, message-send-news): Use with-current-buffer.
13387 (message-insert-or-toggle-importance): Remove unused var `valid'.
13388 (message-make-references): Remove unused var `new-references'.
13389 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13390
13391 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
13392
13393 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13394 (spam-split-symbolic-return-positive): Reflow docstring.
13395 (spam-backends, spam-summary-exit-behavior)
13396 (spam-mark-ham-unread-before-move-from-spam-group)
13397 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13398 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13399 (spam-clear-cache, spam-backend-check, spam-install-backend)
13400 (spam-install-statistical-backend, spam-list-of-processors)
13401 (spam-group-processor-p, spam-split, spam-bogofilter-score)
13402 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13403 (spam-check-crm114, spam-initialize, spam-unload-hook):
13404 Fix typos in docstrings.
13405
13406 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
13407
13408 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13409 been checked if they have never been read and those group levels are
13410 higher than the one that a user specified.
13411
13412 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
13413
13414 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13415 foreign groups unless a group level is specified by a user.
13416 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13417
13418 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
13419
13420 * message.el (message-send-mail-function): Require sendmail.
13421
13422 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
13423
13424 * message.el (message-send-mail-function): Check for smtpmail too.
13425
13426 * utf7.el (utf7-encode, utf7-decode): Use coding system
13427 `utf-7'/`utf-7-imap' from utf-7.el' if available.
13428
13429 * message.el (message-send-mail-function): New function.
13430 (message-send-mail-function): Set default using
13431 message-send-mail-function. Adjust doc string.
13432 (message-send-mail-with-mailclient): New function.
13433
13434 2007-11-17 Richard Stallman <rms@gnu.org>
13435
13436 * assistant.el: Remove file.
13437
13438 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13439
13440 * smime.el (from):
13441 * rfc2047.el (message-posting-charset):
13442 * qp.el (mm-use-ultra-safe-encoding):
13443 * pop3.el (parse-time-months):
13444 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13445 * nnml.el (files):
13446 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13447 (jka-compr-compression-info-list, ange-ftp-path-format)
13448 (efs-path-regexp):
13449 * nndiary.el (files):
13450 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13451 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13452 (epg-digest-algorithm-alist, inhibit-redisplay)
13453 (password-cache-expiry):
13454 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13455 (pgg-output-buffer, password-cache-expiry):
13456 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13457 (efs-path-regexp):
13458 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13459 (inhibit-redisplay):
13460 * mm-uu.el (file-name, start-point, end-point, entry)
13461 (gnus-newsgroup-name, gnus-newsgroup-charset):
13462 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13463 (latin-unity-ucs-list):
13464 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13465 (mm-uu-binhex-decode-function):
13466 * message.el (gnus-message-group-art, gnus-list-identifiers)
13467 (rmail-enable-mime-composing, gnus-local-organization)
13468 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13469 (gnus-read-active-file, facemenu-add-face-function)
13470 (facemenu-remove-face-function, gnus-article-decoded-p)
13471 (tool-bar-mode):
13472 * mail-source.el (display-time-mail-function):
13473 * gnus-util.el (nnmail-pathname-coding-system)
13474 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13475 (gnus-original-article-buffer, gnus-user-agent)
13476 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13477 (xemacs-codename, sxemacs-codename, emacs-program-version):
13478 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13479 * gnus-start.el (gnus-agent-covered-methods)
13480 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13481 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13482 (gnus-newsgroup-headers, gnus-group-list-mode)
13483 (gnus-group-mark-positions, gnus-newsgroup-data)
13484 (gnus-newsgroup-unreads, nnoo-state-alist)
13485 (gnus-current-select-method, mail-sources)
13486 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13487 (nnmail-spool-file, gnus-cache-active-hashtb):
13488 * gnus-mh.el (mh-lib-progs):
13489 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13490 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13491 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13492 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13493 (gnus-group-buffer):
13494 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13495 (font-lock-set-defaults):
13496 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13497 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13498 (gnus-summary-post-menu, total-parts, type, condition, length):
13499 * gnus-agent.el (gnus-agent-read-agentview):
13500 * flow-fill.el (show-trailing-whitespace):
13501 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13502 eval-and-compile wrappers for byte compiler pacifiers.
13503
13504 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13505 (mm-display-inline-fontify): Check for featurep 'xemacs not
13506 extent-list.
13507
13508 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13509 itimer-list.
13510 (mm-create-image-xemacs): Only do something for XEmacs.
13511 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13512
13513 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13514
13515 * gnus-registry.el (gnus-adaptive-word-syntax-table):
13516 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13517
13518 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
13519
13520 * nnimap.el (nnimap-split-download-body):
13521 * gnus-demon.el (gnus-demon):
13522 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13523
13524 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
13525
13526 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13527 New macros.
13528 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13529 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13530 copy data from unibyte buffer to multibyte current buffer.
13531 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13532 to copy data from unibyte current buffer to multibyte buffer.
13533 (nntp-make-process-buffer): Make process buffer unibyte.
13534
13535 * pop3.el (pop3-open-server): Fix typo in Lisp code.
13536
13537 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
13538
13539 * pop3.el (pop3-open-server): Accept and process data more robustly at
13540 connection start to avoid spurious "POP SSL connection failed" errors.
13541
13542 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
13543
13544 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13545 read group names.
13546
13547 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
13548
13549 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13550
13551 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
13552
13553 * nnmail.el (nnmail-parse-active): Make group names unibyte.
13554 (nnmail-save-active): Use a unibyte buffer when saving active file,
13555 which may contain non-ASCII group names.
13556
13557 * nnml.el (nnml-request-group): Decode group names in messages.
13558
13559 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
13560
13561 * message.el (message-citation-line-function)
13562 (message-insert-formatted-citation-line): Fix spelling of
13563 `message-insert-formated-citation-line'.
13564
13565 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
13566
13567 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13568
13569 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
13570
13571 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13572 nnmail-pathname-coding-system.
13573
13574 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13575 that a user enters; decode group names in messages.
13576
13577 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13578
13579 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
13580
13581 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13582
13583 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13584
13585 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13586 risky local variable.
13587
13588 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13589
13590 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
13591
13592 * encrypt.el: Improve documentation to fix function name typo.
13593 Reported by Daiki Ueno <ueno@unixuser.org>.
13594
13595 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
13596
13597 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13598 even if the point is not in the last page of an article.
13599 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13600 back to the previous page.
13601
13602 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
13603
13604 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13605
13606 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
13607
13608 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13609
13610 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
13611
13612 * message.el (message-check-news-body-syntax):
13613 Avoid mm-string-as-multibyte.
13614 (message-hide-headers): Don't assume (point-min)==1.
13615
13616 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13617
13618 * message.el (message-remove-blank-cited-lines): Fix if remove is
13619 given.
13620 (message-bogus-address-regexp): New variable.
13621 (message-bogus-recipient-p): New function.
13622 (message-check-recipients): New command.
13623 (message-syntax-checks): Add `bogus-recipient'.
13624 (message-fix-before-sending): Add `bogus-recipient'.
13625
13626 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13627 (gnus-treat-body-boundary): Don't test window-system.
13628
13629 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
13630
13631 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13632
13633 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13634
13635 * gnus.el: Bump version to Gnus v5.13.
13636
13637 2007-10-28 Miles Bader <miles@gnu.org>
13638
13639 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13640 at compile-time too.
13641
13642 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
13643
13644 * gnus-msg.el (gnus-message-setup-hook):
13645 Add `message-remove-blank-cited-lines' to options.
13646
13647 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
13648
13649 * message.el (message-remove-blank-cited-lines): New function.
13650 Suggested by Karl Plästerer.
13651
13652 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
13653
13654 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13655 mapc.
13656
13657 * imap.el (imap-open): Replace mapcar called for effect with mapc.
13658 (top-level): Use mapc to set functions to be traced for debugging.
13659
13660 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13661 called for effect with while loop.
13662
13663 * message.el (message-talkative-question): Replace mapcar called for
13664 effect with mapc.
13665
13666 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13667 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13668 called for effect with dolist.
13669
13670 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13671
13672 * nndiary.el: Use dolist instead of mapcar to add diary headers to
13673 gnus-extra-headers and nnmail-extra-headers.
13674
13675 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13676 called for effect with dolist.
13677 (top-level): Use mapc to set functions to be traced for debugging.
13678
13679 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13680 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13681 dolist.
13682
13683 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13684 Replace mapcar called for effect with mapc.
13685 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13686 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13687 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13688 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13689
13690 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13691 remove-if that's a cl function.
13692
13693 * webmail.el (webmail-debug): Replace mapcar called for effect with
13694 dolist.
13695
13696 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
13697
13698 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13699 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13700 with while loop.
13701
13702 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13703 functions from article-* functions.
13704 (gnus-multi-decode-header): Replace mapcar called for effect with
13705 dolist.
13706
13707 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13708 (gnus-bookmark-show-details): Replace mapcar called for effect with
13709 while loop.
13710
13711 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13712 called for effect with while loop.
13713
13714 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13715 with dolist.
13716
13717 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13718 Replace mapcar called for effect with dolist.
13719
13720 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13721
13722 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13723 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13724 Replace mapcar called for effect with dolist.
13725 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13726 mapc.
13727
13728 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13729 Replace mapcar called for effect with dolist.
13730 (gnus-topic-list): Replace mapcar called for effect with mapc.
13731
13732 * gnus.el: Use mapc instead of mapcar to add autoloads.
13733
13734 2007-10-23 Richard Stallman <rms@gnu.org>
13735
13736 * gnus-group.el (gnus-group-highlight): Mark as risky.
13737
13738 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
13739
13740 * gnus.el (gnus-server-to-method): Return method found first in
13741 gnus-newsrc-alist.
13742
13743 * gnus-art.el (gnus-article-highlight-signature)
13744 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13745 button overlay without the front stickiness.
13746
13747 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
13748
13749 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13750 overview buffer needed a catch to receive its throw.
13751 (gnus-agent-flush-cache): Declare as interactive to make this function
13752 easier to use.
13753
13754 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13755
13756 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13757 `next-line'.
13758
13759 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
13760
13761 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13762 exclude address matching message-dont-reply-to-names.
13763
13764 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
13765
13766 * gnus-util.el (gnus-string<): New function.
13767
13768 * gnus-sum.el (gnus-article-sort-by-author)
13769 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13770
13771 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
13772
13773 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13774 the frame-focus tag is set in gnus-buffer-configuration.
13775
13776 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
13777
13778 * gnus-art.el (gnus-article-add-button): Make a button overlay without
13779 the front stickiness.
13780
13781 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
13782
13783 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13784 url pattern; remove duplicate one.
13785 (gnus-article-extend-url-button): New function.
13786 (gnus-article-add-buttons): Use it.
13787 (gnus-button-push): Use concatenated url that it makes.
13788
13789 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
13790
13791 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13792 (sieve-manage-open): Use `mapc' instead of `mapcar'.
13793
13794 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13795
13796 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13797 Don't hardcode point-min==1.
13798
13799 2007-09-30 David Kastrup <dak@gnu.org>
13800
13801 * gnus-art.el (gnus-article-reply-with-original)
13802 (gnus-article-followup-with-original): When `transient-mark-mode' is
13803 off, refrain from active-region behavior for followups.
13804
13805 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
13806
13807 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13808 Fix comment about "iso8859-1".
13809
13810 2007-10-08 Daiki Ueno <ueno@unixuser.org>
13811
13812 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13813 ones returned from the verify-function.
13814
13815 * mm-uu.el (mm-uu-pgp-signed-extract-1):
13816 Call mml2015-extract-cleartext-signature if extraction failed.
13817
13818 2007-10-07 Daiki Ueno <ueno@unixuser.org>
13819
13820 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13821 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13822 failed.
13823
13824 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
13825
13826 * Relicense "GPLv2 or later" files to "GPLv3 or later".
13827
13828 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13829
13830 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13831 to mark a thread as expirable. Add variable `hide' to handle hiding of
13832 thread for both the null and zero (kill/expire thread) universal prefix
13833 cases.
13834 (gnus-summary-expire-thread): Add new function to expire a thread,
13835 using gnus-summary-kill-thread.
13836 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13837 shortcuts for gnus-summary-expire-thread.
13838 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13839 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
13840
13841 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13842
13843 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13844 extras value, so an extras entry can be deleted.
13845 (gnus-registry-delete-extra-entry): Use it.
13846 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13847 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13848 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13849 storage through the gnus-registry, and provide an appropriate API for
13850 it.
13851
13852 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13853
13854 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13855 Suggested by Leo <sdl.web@gmail.com>.
13856
13857 * gnus.el: Do.
13858
13859 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13860
13861 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13862 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
13863
13864 * gnus-agent.el (gnus-agent-fetch-headers): Do.
13865
13866 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13867 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13868
13869 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13870
13871 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13872 newline.
13873 (nnmbox-request-accept-article): Don't change article in source buffer;
13874 narrow to header to use message-fetch-field rather than
13875 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13876 (nnmbox-request-replace-article): Quote lines that'll be misidentified
13877 as delimiters; make sure article ends with newline.
13878 (nnmbox-delete-mail): Correct last position of article to be deleted;
13879 ignore X-Gnus-Newsgroup header in article body.
13880 (nnmbox-save-mail): Quote lines looking like delimiters at the right
13881 positions; make sure article ends with newline.
13882
13883 * message.el (message-display-abbrev): Don't infloop when a user
13884 inserts SPC in the beginning of header.
13885
13886 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
13887
13888 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13889 list of groups not followed by default. Fix type to be regexp.
13890 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13891
13892 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
13893
13894 * hmac-def.el (define-hmac-function): Switch from old-style to
13895 new-style backquotes.
13896
13897 * md4.el (md4-make-step): Likewise.
13898
13899 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
13900
13901 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13902 raw-text coding system when saving .newsrc file, which may contain
13903 non-ASCII group names.
13904
13905 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
13906
13907 * gnus-cus.el (gnus-score-extra): New widget.
13908 (gnus-score-extra-convert): New function.
13909 (gnus-score-customize): Use it for Extra.
13910
13911 2007-08-31 Daiki Ueno <ueno@unixuser.org>
13912
13913 * mml2015.el (mml2015-extract-cleartext-signature): New function.
13914 (mml2015-mailcrypt-clear-verify): Use it.
13915 (mml2015-gpg-clear-verify): Use it.
13916 (mml2015-pgg-clear-verify): Use it.
13917 (mml2015-epg-clear-verify): Replace the current part with the output
13918 from GnuPG; don't extract the plaintext by itself.
13919
13920 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13921 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13922 mml2015-clear-verify-function; don't touch the armor headers or
13923 dash-escaped text here.
13924
13925 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
13926
13927 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13928 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13929 parts, or application/octet-stream as a last resort.
13930 (gnus-mime-view-part-as-type): Don't toggle display.
13931 (gnus-mime-view-part-as-charset): Don't turn off display before
13932 querying charset.
13933
13934 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13935 stuff to undisplayer function in Emacs.
13936 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13937
13938 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13939 text/calendar parts.
13940
13941 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
13942
13943 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13944 decoding text/calendar parts.
13945
13946 * message.el (message-forward-make-body-mime): Always mark body as
13947 having no illegible text; remove signed-or-encrypted argument.
13948 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13949
13950 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13951 (mml-generate-mime-1): Don't encode body if it is specified to be in
13952 raw form; don't make buffer be unibyte when inserting multibyte string.
13953
13954 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13955
13956 * sha1.el: Fix up comment style.
13957 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13958 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13959
13960 * hex-util.el: Fix up comment style.
13961 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13962
13963 * gnus-salt.el: Use with-current-buffer.
13964 (gnus-pick-setup-message): Fix long-standing typo.
13965
13966 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
13967
13968 * imap.el (imap-logout-timeout): New variable.
13969 (imap-logout, imap-logout-wait): New functions.
13970 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13971
13972 * nnimap.el (nnimap-logout-timeout): New server variable.
13973 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13974 nnimap-logout-timeout.
13975
13976 * gnus-art.el (gnus-article-summary-command-nosave)
13977 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13978
13979 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
13980
13981 * gnus.el (gnus-maximum-newsgroup): New variable.
13982
13983 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13984 according to gnus-maximum-newsgroup.
13985
13986 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13987 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13988 Limit the range of articles according to gnus-maximum-newsgroup.
13989
13990 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
13991
13992 * gnus-art.el (gnus-sticky-article): Fix problems described in
13993 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
13994 Don't perform gnus-configure-windows here; reuse existing sticky
13995 article buffer.
13996
13997 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13998 it doesn't exist in gnus-article-mode.
13999
14000 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
14001
14002 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14003 (gnus-agent-decoded-group-name): New function.
14004 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14005 (gnus-agent-expire-group-1): Use it; decode group name in messages.
14006
14007 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
14008
14009 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14010 Add binding for gnus-sticky-article.
14011 (gnus-summary-exit): Don't kill sticky article buffers.
14012
14013 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14014 article buffer.
14015 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14016 (gnus-kill-sticky-article-buffers): New commands.
14017
14018 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
14019
14020 * nntp.el (nntp-xref-number-is-evil): New server variable.
14021 (nntp-find-group-and-number): If it is non-nil, don't trust article
14022 numbers in the Xref header.
14023
14024 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14025
14026 * gnus-agent.el (gnus-agent-read-group): New function.
14027 (gnus-agent-flush-group, gnus-agent-expire-group)
14028 (gnus-agent-regenerate-group): Use it.
14029 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14030 nnmail-pathname-coding-system.
14031
14032 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
14033
14034 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14035
14036 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14037 that are unread as unread, and also as selected so that information of
14038 marks having been changed by a user may be updated when exiting group.
14039
14040 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14041
14042 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14043
14044 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
14045
14046 * gnus-art.el (gnus-mime-display-single): Pass part number that is
14047 calculated ignoring signature parts to gnus-treat-article.
14048
14049 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14050
14051 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14052 a point here in order to keep the window start.
14053 (gnus-insert-mime-security-button): Make a button overlay without the
14054 front stickiness.
14055 (gnus-mime-display-security): Goto the end of a button.
14056
14057 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14058
14059 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
14060
14061 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14062 group-name-at-point.
14063 (gnus-group-completing-read): New function that offers decoded
14064 non-ASCII group names for completion.
14065 (gnus-fetch-group, gnus-group-read-ephemeral-group)
14066 (gnus-group-jump-to-group, gnus-group-make-group-simple)
14067 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14068 (gnus-group-fetch-control): Use it.
14069 (gnus-fetch-group): Use group-name-at-point for the initial value
14070 rather than the default value; use gnus-alive-p.
14071
14072 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14073 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14074 (gnus-summary-post-news): Use gnus-group-completing-read.
14075
14076 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14077 (gnus-read-move-group-name): Decode group name for completion.
14078
14079 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
14080
14081 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14082 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14083 Yamaoka slightly modified the code).
14084
14085 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
14086
14087 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14088 (nnmail-split-incoming): Bind it.
14089
14090 * nnml.el (nnml-group-name-charset): New function.
14091 (nnml-decoded-group-name): Use it; don't decode group name if
14092 nnmail-group-names-not-encoded-p is non-nil.
14093 (nnml-encoded-group-name): New function.
14094 (nnml-group-pathname): Inline nnml-decoded-group-name.
14095 (nnml-request-expire-articles): Decode group name in message.
14096 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14097 nnmail-pathname-coding-system.
14098 (nnml-save-mail, nnml-active-number): Work with decoded group names and
14099 not decoded ones according to nnmail-group-names-not-encoded-p.
14100 (nnml-generate-active-info): Use nnml-encoded-group-name.
14101
14102 2007-08-08 Glenn Morris <rgm@gnu.org>
14103
14104 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14105 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14106 doc-strings and comments.
14107
14108 2007-07-25 Glenn Morris <rgm@gnu.org>
14109
14110 * Relicense all FSF files to GPLv3 or later.
14111
14112 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
14113
14114 * gnus-sum.el (gnus-summary-move-article):
14115 Make gnus-summary-respool-article work.
14116
14117 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
14118
14119 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14120 string.
14121
14122 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
14123
14124 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
14125 that should be ignored when comparing distant RSS articles with local
14126 ones.
14127 (nnrss-make-hash-index): New function. Create a hash index according
14128 to the ignored fields.
14129 (nnrss-check-group): Use it.
14130
14131 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
14132
14133 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14134
14135 * gnus-art.el (article-decode-group-name): Decode Xref header too.
14136
14137 * gnus-group.el (gnus-group-make-group): Encode group name here unless
14138 the new optional argument ENCODED is non-nil.
14139 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14140 coding system for encoding group name.
14141 (gnus-group-make-rss-group): Pass un-encoded group name to
14142 gnus-group-make-group.
14143 (gnus-group-set-info): Tell gnus-group-make-group that group name is
14144 encoded.
14145
14146 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14147 Encode group name to which articles are moved or copied.
14148 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14149 coding system for encoding Newsgroup, Followup-To and Xref headers.
14150
14151 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14152 marks; use nnheader-file-coding-system to write a file.
14153 (nnagent-retrieve-headers): Bind file-name-coding-system to
14154 nnmail-pathname-coding-system.
14155
14156 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14157
14158 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14159 (nnml-request-article, nnml-request-create-group)
14160 (nnml-request-rename-group, nnml-find-id)
14161 (nnml-possibly-change-directory, nnml-possibly-create-directory)
14162 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14163 (nnml-save-marks): Use nnml-group-pathname instead of
14164 nnmail-group-pathname.
14165
14166 (nnml-request-create-group, nnml-request-expire-articles)
14167 (nnml-request-move-article, nnml-request-delete-group)
14168 (nnml-deletable-article-p, nnml-possibly-create-directory)
14169 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14170 (nnml-open-marks): Bind file-name-coding-system to
14171 nnmail-pathname-coding-system.
14172
14173 (nnml-request-article): Pass server argument to nnml-find-group-number.
14174 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14175 Pass server argument to nnml-possibly-create-directory.
14176 (nnml-request-accept-article): Pass server argument to
14177 nnml-active-number and nnml-save-mail.
14178 (nnml-find-group-number): Pass server argument to nnml-find-id.
14179 (nnml-request-update-info): Pass server argument to
14180 nnml-marks-changed-p.
14181
14182 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14183 (nnml-save-mail, nnml-active-number): Add server argument.
14184
14185 (nnml-request-delete-group): Warn if group is missing.
14186 (nnml-get-nov-buffer): Decode group name.
14187 (nnml-generate-active-info): Encode group name.
14188 (nnml-open-marks): Decode group name in messages.
14189
14190 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
14191
14192 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14193 if it is not specified.
14194 (gnus-article-pipe-part, gnus-article-save-part)
14195 (gnus-article-interactively-view-part, gnus-article-copy-part)
14196 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14197 (gnus-article-inline-part, gnus-article-save-part-and-strip)
14198 (gnus-article-replace-part, gnus-article-delete-part)
14199 (gnus-article-view-part-as-type): Pass raw prefix argument to
14200 gnus-article-part-wrapper.
14201
14202 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
14203
14204 * gnus-agent.el (gnus-agent-save-active):
14205 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14206
14207 * gnus-cache.el (gnus-cache-save-buffers)
14208 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14209 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14210 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14211 (gnus-cache-braid-nov, gnus-cache-braid-heads)
14212 (gnus-cache-generate-active, gnus-cache-rename-group)
14213 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14214 (gnus-cache-update-overview-total-fetched-for):
14215 Bind file-name-coding-system to nnmail-pathname-coding-system.
14216 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14217 New variables.
14218 (gnus-cache-decoded-group-name): New function.
14219 (gnus-cache-file-name): Use it.
14220 (gnus-cache-generate-active): Use non-decoded group name for active.
14221
14222 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14223 right place.
14224 (gnus-write-active-file): Don't break non-ASCII group names.
14225
14226 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14227 nnmail-pathname-coding-system.
14228
14229 * gnus-uu.el (gnus-uu-decode-save): Typo.
14230
14231 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
14232
14233 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14234
14235 2007-07-14 David Kastrup <dak@gnu.org>
14236
14237 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14238 finishing actions if we did not edit the article.
14239
14240 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14241
14242 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14243 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14244 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14245 (gnus-agent-flush-group, gnus-agent-flush-cache)
14246 (gnus-agent-fetch-headers, gnus-agent-load-alist)
14247 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14248 (gnus-agent-retrieve-headers, gnus-agent-request-article)
14249 (gnus-agent-regenerate-group)
14250 (gnus-agent-update-files-total-fetched-for)
14251 (gnus-agent-update-view-total-fetched-for):
14252 Bind file-name-coding-system to nnmail-pathname-coding-system.
14253 (gnus-agent-group-pathname): Don't encode file names by
14254 nnmail-pathname-coding-system.
14255 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14256 coding-system-for-write instead of buffer-file-coding-system to
14257 gnus-agent-file-coding-system.
14258
14259 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14260 Decode group name.
14261
14262 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14263
14264 * gnus-start.el (gnus-update-active-hashtb-from-killed)
14265 (gnus-read-newsrc-el-file): Make group names unibyte.
14266
14267 * nnmail.el (nnmail-group-pathname): Don't encode file names by
14268 nnmail-pathname-coding-system.
14269
14270 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14271 (nnrss-request-delete-group): Bind file-name-coding-system to
14272 nnmail-pathname-coding-system.
14273 (nnrss-read-server-data, nnrss-read-group-data):
14274 Bind file-name-coding-system correctly.
14275 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14276
14277 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14278 (nntp-server-to-method-cache): New variable.
14279 (nntp-group-pathname): New function that decodes non-ASCII group names.
14280 (nntp-possibly-create-directory, nntp-marks-changed-p)
14281 (nntp-save-marks, nntp-open-marks): Use it.
14282 (nntp-possibly-create-directory, nntp-open-marks):
14283 Bind file-name-coding-system to nnmail-pathname-coding-system.
14284 (nntp-open-marks): Decode group names when bootstrapping marks.
14285
14286 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14287 Newsgroups and Followup-To headers.
14288
14289 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14290
14291 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14292 (gnus-server-closed-face, gnus-server-denied-face)
14293 (gnus-server-offline-face): Remove variable.
14294 (gnus-server-font-lock-keywords): Use faces that are not aliases.
14295
14296 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14297 of modifying message-stack directly for XEmacs.
14298
14299 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14300 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14301 if the coding-system argument is nil for XEmacs.
14302
14303 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14304 mm-charset-override-alist.
14305
14306 * rfc2047.el: Don't require base64; require rfc2045 for the function
14307 rfc2045-encode-string.
14308 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14309 to quote the parameter value.
14310
14311 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
14312
14313 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14314 form in gnus-group-name-charset-method-alist.
14315
14316 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14317 overrides the default layout edit-form.
14318
14319 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14320
14321 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14322
14323 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
14324
14325 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14326 as unfetched articles.
14327
14328 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
14329
14330 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14331
14332 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
14333
14334 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14335 original back end that keeps marks in the local system.
14336
14337 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
14338
14339 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14340 arg of pop-to-buffer for XEmacs.
14341 (gnus-article-read-summary-keys): Ditto; don't restore window
14342 configuration if summary command ends up with neither article buffer
14343 nor summary buffer; describe bindings if summary keys end with C-h.
14344
14345 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
14346
14347 * message.el (message-fix-before-sending): Skip raw message part to be
14348 forwarded while checking illegible text.
14349 (message-forward-make-body-mime, message-forward-make-body):
14350 Mark signed or encrypted raw message as having no illegible text.
14351
14352 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
14353
14354 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14355 (gnus-message-with-timestamp-1): New macro.
14356 (gnus-message-with-timestamp): New function.
14357 (gnus-message): Use them.
14358
14359 * nnheader.el (nnheader-message): Use them.
14360
14361 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
14362
14363 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14364 .newsrc.eld file.
14365
14366 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
14367
14368 * gnus-agent.el (gnus-agent-fetch-headers)
14369 (gnus-agent-retrieve-headers):
14370 Bind gnus-decode-encoded-address-function to identity.
14371
14372 * nntp.el (nntp-send-xover-command): Recognize an xover command is
14373 available also when the server returns simply a dot.
14374
14375 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14376
14377 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
14378
14379 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14380
14381 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
14382
14383 * gnus-ems.el (gnus-x-splash): Make it work.
14384
14385 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14386 from being used.
14387
14388 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
14389
14390 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14391 the front stickiness.
14392 (gnus-article-summary-command-nosave): Correct the order of the
14393 arguments passed to pop-to-buffer.
14394 (gnus-article-read-summary-keys): Ditto; make it work properly when the
14395 summary command ends up with the article buffer.
14396
14397 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14398 the same faces.
14399
14400 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
14401
14402 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14403
14404 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
14405
14406 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14407 * gnus-sum.el (gnus-summary-highlight):
14408 * mail-source.el (mail-source-delete-old-incoming-confirm):
14409 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14410
14411 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
14412
14413 * gnus-art.el (gnus-mime-view-part-externally)
14414 (gnus-mime-view-part-internally): Fix predicate function passed to
14415 completing-read.
14416
14417 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14418
14419 * gnus.el (gnus-update-message-archive-method): Add :version.
14420
14421 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
14422
14423 * gnus.el (gnus-update-message-archive-method): New variable.
14424
14425 * gnus-start.el (gnus-setup-news): Update saved "archive" method
14426 according to gnus-message-archive-method if
14427 gnus-update-message-archive-method is non-nil.
14428
14429 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
14430
14431 * gnus-sum.el (gnus-summary-limit-to-address): New function.
14432 Suggested by Loic Dachary <loic@dachary.org>.
14433 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14434
14435 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
14436
14437 * message.el (message-pop-to-buffer): Add switch-function argument.
14438 (message-mail): Pass switch-function argument to it.
14439
14440 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
14441
14442 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14443 Improve doc string.
14444
14445 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
14446
14447 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14448 (gnus-header-content):
14449 * gnus-cite.el (gnus-cite-10):
14450 * gnus-srvr.el (gnus-server-closed):
14451 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14452 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14453 (gnus-group-mail-3-empty, gnus-group-mail-low)
14454 (gnus-group-mail-low-empty, gnus-splash):
14455 * message.el (message-header-to, message-header-cc)
14456 (message-header-subject, message-header-other, message-header-name)
14457 (message-header-xheader, message-separator, message-cited-text)
14458 (message-mml): Lighten colors of faces used for dark background.
14459
14460 2007-05-24 Simon Josefsson <simon@josefsson.org>
14461
14462 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14463 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
14464
14465 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
14466
14467 * message.el (message-narrow-to-headers-or-head):
14468 Ignore mail-header-separator in the body.
14469
14470 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
14471
14472 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14473 same as window size.
14474
14475 2007-05-22 Kevin Ryde <user42@zip.com.au>
14476
14477 * message.el (message-font-lock-keywords): Use message-header-xheader
14478 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
14479 ahead of the anything pattern, to get it recognized.
14480
14481 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
14482
14483 * gnus-sum.el (gnus-articles-to-read)
14484 (gnus-summary-insert-old-articles): Don't truncate group name for
14485 `read-string'.
14486
14487 * gnus-util.el (gnus-limit-string): Delete this function.
14488
14489 * gnus-sum.el (gnus-simplify-subject-fully):
14490 Use `truncate-string-to-width' instead.
14491
14492 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
14493
14494 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14495 Tell if, on summary exit, the next group has to be selected.
14496 (gnus-summary-exit): Use it.
14497
14498 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
14499
14500 * gnus-art.el (gnus-article-mode): Fix comment about displaying
14501 non-break space.
14502
14503 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
14504
14505 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14506 Check if group is not a directory.
14507 (nnfolder-request-expire-articles): Don't delete articles if the target
14508 group is not available.
14509
14510 * nnml.el (nnml-request-create-group): Properly check if group is not a
14511 file.
14512 (nnml-request-expire-articles): Don't delete articles if the target
14513 group is not available.
14514
14515 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14516 Don't quote characters that are within parentheses.
14517
14518 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
14519
14520 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14521 (gnus-handle-ephemeral-exit): Select article according to it.
14522
14523 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
14524
14525 * message.el (message-insert-formated-citation-line): Remove newline.
14526 (message-citation-line-format): Add final \n here so that the user can
14527 avoid a blank line.
14528
14529 2007-05-03 Dan Christensen <jdc@uwo.ca>
14530
14531 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14532 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14533 Update lanl/arXiv support.
14534
14535 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
14536
14537 * gnus.el: Bump version number.
14538
14539 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14540
14541 * gnus.el (gnus-version-number): Bump version.
14542
14543 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14544
14545 * gnus.el: No Gnus v0.6 is released.
14546
14547 2007-04-27 Didier Verna <didier@xemacs.org>
14548
14549 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14550 * gmm-utils.el (gmm-regexp-concat): ... here.
14551 * message.el: Don't require 'gnus-util.
14552 (message-dont-reply-to-names): Handle name change above.
14553 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14554
14555 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
14556
14557 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14558 since the initial value varies according to the system.
14559
14560 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
14561
14562 * mm-util.el (mm-charset-synonym-alist): Defcustom.
14563
14564 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
14565
14566 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14567
14568 2007-04-24 Didier Verna <didier@xemacs.org>
14569
14570 Improve the type of gnus-ignored-from-addresses.
14571 * gnus-util.el (gnus-orify-regexp): New function.
14572 * message.el (gnus-util): Require it.
14573 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14574 * gnus-sum.el (gnus-ignored-from-addresses): New function.
14575 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14576
14577 2007-04-24 Didier Verna <didier@xemacs.org>
14578
14579 * gnus-sum.el:
14580 * gnus-utils.el: Fix some trailing whitespaces.
14581
14582 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
14583
14584 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14585 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14586 article's Message-ID; refer parent article in summary buffer.
14587
14588 * message.el (message-bounce): Call mime-to-mml.
14589
14590 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
14591
14592 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14593
14594 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
14595
14596 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14597 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14598 displayed of multipart/alternative part if it is invoked from summary
14599 buffer.
14600
14601 * mm-view.el (mm-inline-text-html-render-with-w3m)
14602 (mm-inline-text-html-render-with-w3m-standalone)
14603 (mm-inline-render-with-function): Use mail-parse-charset by default.
14604
14605 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
14606
14607 * parse-time.el (parse-time-string-chars): Check if CHAR
14608 is less than the length of parse-time-syntax.
14609
14610 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
14611
14612 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14613 from gnus-newsgroup-processable.
14614
14615 2007-04-16 Didier Verna <didier@xemacs.org>
14616
14617 * gnus-msg.el (gnus-configure-posting-styles):
14618 Handle message-signature-directory properly with :file syntax.
14619 Reported by "Leo".
14620
14621 2007-04-11 Didier Verna <didier@xemacs.org>
14622
14623 New user option: message-signature-directory.
14624 * gnus-msg.el (gnus-configure-posting-styles): Support it.
14625 * message.el (message-insert-signature): Ditto.
14626 * message.el (message-signature-file): Doc update.
14627 * message.el (message-signature-directory): New.
14628
14629 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
14630
14631 * gnus-msg.el (gnus-inews-yank-articles):
14632 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14633
14634 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
14635
14636 * message.el (message-yank-original): Make sure cited text ends with
14637 newline; don't exchange point and mark.
14638
14639 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
14640
14641 * tls.el (open-tls-stream): Properly handle case where there
14642 is no associated buffer.
14643
14644 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
14645
14646 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14647 message-yank-original, make sure (< mark TEXT point).
14648
14649 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
14650
14651 * message.el (message-fill-column): New variable.
14652 (message-mode): Use it. Add comment on a possible new hook.
14653
14654 * nnmail.el (nnmail-spool-file): Mark as obsolete.
14655 (nnmail-get-new-mail): Reformat.
14656
14657 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14658
14659 * gmm-utils.el: Fix Commentary.
14660 (gmm-tool-bar-from-list): Fix typo in doc string.
14661
14662 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
14663
14664 * message.el (message-yank-original): Don't switch point and mark
14665 unnecessarily to put point and mark as documented.
14666
14667 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14668
14669 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14670 from the message heads.
14671
14672 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
14673
14674 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14675 article buffer does not have a window. This may not be the best
14676 solution but is certainly better than setting the start of the null,
14677 that is the current, window.
14678
14679 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
14680
14681 * gnus-draft.el (gnus-draft-setup-hook): New hook.
14682 (gnus-draft-setup): Run it.
14683
14684 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14685 gnus-score-fast-scoring. Allow regexp.
14686 (gnus-score-headers): Use it.
14687
14688 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14689 XEmacs.
14690
14691 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14692 string.
14693 (gnus-button-alist): Also catch `<f1> k ...'.
14694 (gnus-treat-display-x-face): Fix doc string.
14695
14696 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14697
14698 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14699 evaluation of gnus-extended-version to ensure correct generation of the
14700 User-Agent header when message-generate-headers-first is used.
14701
14702 2007-03-24 Simon Josefsson <simon@josefsson.org>
14703
14704 * hashcash.el (hashcash-generate-payment-async): Don't crash if
14705 hashcash-path is nil. Don't call callback with incorrect number of
14706 parameters if val is 0.
14707
14708 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14709
14710 * message.el (message-required-news-headers):
14711 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14712
14713 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
14714
14715 * message.el (message-generate-new-buffers): Change the meaning of the
14716 nil value; add `standard' to the choices; treat t as `unique'; improve
14717 doc string.
14718 (gnus-select-frame-set-input-focus): Autoload.
14719 (message-buffer-name): Search for the existing message buffer if
14720 message-generate-new-buffers is nil or `standard'; treat the value t of
14721 message-generate-new-buffers as `unique'.
14722 (message-pop-to-buffer): Raise the frame already displaying the message
14723 buffer; clear the echo area after querying.
14724 (message-setup): Pass the `continue' argument to compose-mail.
14725 (message-mail): Prefer `switch-function' if it is given; search for the
14726 existing message buffer if the `continue' argument is non-nil; pass
14727 continue and switch-function arguments to compose-mail by way of
14728 message-setup.
14729 (message-mail-other-window): Adjust argument of message-setup.
14730 (message-mail-other-frame): Ditto.
14731
14732 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14733
14734 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14735 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14736 to turn font-lock on when turning gnus-message-citation-mode on.
14737
14738 2007-03-06 Daiki Ueno <ueno@unixuser.org>
14739
14740 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14741 (mml-smime-function-alist): New variable; add epg as the backend.
14742 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14743 mml-smime- functions instead.
14744 * mm-view.el: Require smime.
14745
14746 2007-03-05 Didier Verna <didier@xemacs.org>
14747
14748 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14749 instead of just inheritance for posting styles.
14750 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14751
14752 2007-02-24 John Paul Wallington <jpw@pobox.com>
14753
14754 * tls.el (tls-certtool-program): Fix custom type.
14755
14756 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14757
14758 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14759 and point-at-eol instead of line-(beginning|end)-position.
14760
14761 * assistant.el (assistant-parse-buffer): Ditto.
14762
14763 2007-02-28 Daiki Ueno <ueno@unixuser.org>
14764
14765 * mml2015.el (mml2015-epg-find-usable-key): New function.
14766 (mml2015-epg-sign): Use it.
14767 (mml2015-epg-encrypt): Use it.
14768
14769 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14770
14771 * message.el (message-make-in-reply-to): Quote name containing
14772 non-ASCII characters. It will make the RFC2047 encoder cause an error
14773 if there are special characters. Reported by NAKAJI Hiroyuki
14774 <nakaji@jp.freebsd.org>.
14775
14776 2007-02-27 Didier Verna <didier@xemacs.org>
14777
14778 Include the group parameters as well as the topic ones in the
14779 inheritance filter process.
14780 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14781 argument GROUP-PARAMS-LIST.
14782 * gnus-topic.el (gnus-group-topic-parameters): Use it.
14783
14784 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
14785
14786 * nntp.el (nntp-never-echoes-commands)
14787 (nntp-open-connection-functions-never-echo-commands): New variables.
14788 (nntp-send-command): Use them.
14789
14790 2007-02-20 Daiki Ueno <ueno@unixuser.org>
14791
14792 * mml2015.el (mml2015-epg-verify): Simplify.
14793
14794 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
14795
14796 * mml.el (mml-content-disposition-alist): New user option.
14797 (mml-content-disposition): New function.
14798 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14799 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14800
14801 2007-02-19 Daiki Ueno <ueno@unixuser.org>
14802
14803 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14804 verification.
14805
14806 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14807
14808 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14809 articles posted in the last 24 hours.
14810
14811 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
14812
14813 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14814
14815 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
14816
14817 * nntp.el (nntp-send-command): Don't wait for echoes when
14818 nntp-open-ssl-stream is used.
14819
14820 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14821
14822 * gnus-cite.el (gnus-test-font-lock-add-keywords)
14823 (gnus-message-add-citation-keywords)
14824 (gnus-message-remove-citation-keywords): Remove.
14825 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14826 directly, make the variables in font-lock-defaults buffer-local, add
14827 gnus-message-citation-keywords to them and then update the value of
14828 font-lock-keywords.
14829
14830 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
14831
14832 * message.el (message-cite-original-1): Don't call
14833 gnus-article-highlight-citation.
14834
14835 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14836 citations; fix line count.
14837
14838 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14839
14840 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14841 (gnus-message-add-citation-keywords)
14842 (gnus-message-remove-citation-keywords): Use it; fix the emulating
14843 versions of font-lock-add-keywords and font-lock-remove-keywords to
14844 work with XEmacs correctly.
14845
14846 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14847
14848 * gnus-cite.el (gnus-cite-face-list): Set the values of
14849 gnus-message-max-citation-depth and gnus-message-citation-keywords.
14850 (gnus-message-max-citation-depth): Use defvar rather than defconst.
14851 (gnus-message-cite-prefix-regexp): New variable.
14852 (gnus-message-search-citation-line): Use it; protect against long
14853 citation prefix; fill match data with nil rather than 0 for XEmacs; set
14854 the 0th match data for Emacs.
14855 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14856 (gnus-message-add-citation-keywords): Append keywords rather than
14857 prepending; emulate font-lock-add-keywords if it is not available.
14858 (gnus-message-remove-citation-keywords):
14859 Emulate font-lock-remove-keywords if it is not available.
14860
14861 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14862
14863 * message.el (message-cite-prefix-regexp): Set the value of
14864 gnus-message-cite-prefix-regexp.
14865
14866 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14867
14868 * nnweb.el (nnweb-google-parse-1): Update parser.
14869
14870 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
14871
14872 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14873
14874 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14875
14876 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14877 regexp.
14878
14879 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14880
14881 * uudecode.el (uudecode-string-to-multibyte): New function emulating
14882 string-to-multibyte.
14883 (uudecode-decode-region-internal): Use it.
14884
14885 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
14886
14887 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14888 Fix custom choice.
14889
14890 * gnus-art.el (gnus-signature-limit): Fix custom choice.
14891
14892 2007-01-22 Daiki Ueno <ueno@unixuser.org>
14893
14894 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14895
14896 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14897 `write-region' to respect `mm-inhibit-file-name-handlers'.
14898
14899 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
14900
14901 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14902 Use gnus-home-directory instead of "~/" or "$HOME".
14903
14904 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
14905
14906 * encrypt.el (encrypt-insert-file-contents): Add better prompt
14907 to mention filename.
14908 Add comments at beginning regarding usage.
14909 (encrypt-write-file-contents): Change interactive so a string is
14910 acceptable. If the file has no associated model, show an error instead
14911 of a nonsense prompt.
14912
14913 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14914
14915 * spam.el (spam-bsfilter-ham-switch): Fix typo.
14916 Thanks to Yoshihiko Yamada for kind notification of this typo.
14917
14918 2007-01-12 Kenichi Handa <handa@m17n.org>
14919
14920 * uudecode.el (uudecode-decode-region-internal): Make it work in a
14921 multibyte buffer.
14922
14923 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
14924
14925 * gnus-score.el (gnus-score-fast-scoring): New variable.
14926 (gnus-score-headers): Use it.
14927
14928 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14929
14930 * message.el (message-cite-original-1):
14931 Call gnus-article-highlight-citation if requested.
14932 (message-make-from): Allow name and address as optional arguments.
14933
14934 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14935
14936 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14937 bugs to doc string.
14938 (gnus-button-alist): Add mid\\|message-id.
14939 (gnus-button-fetch-group): Extend for use in
14940 `browse-url-browser-function'.
14941 (gnus-button-url-regexp): Try to catch paired parentheses like in
14942 Wikipedia URLs.
14943
14944 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14945 Suggested by Simon Krahnke <overlord@gmx.li>.
14946
14947 2007-01-13 Romain Francoise <romain@orebokech.com>
14948
14949 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14950 Update copyright.
14951
14952 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
14953
14954 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14955
14956 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
14957
14958 * gnus-registry.el (gnus-registry-unfollowed-groups)
14959 (gnus-registry-split-fancy-with-parent): Fix documentation.
14960
14961 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
14962
14963 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14964 from nnweb groups.
14965
14966 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
14967
14968 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14969 Xref urls. Erase buffer before requesting head.
14970
14971 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14972
14973 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
14974
14975 * gnus-soup.el (gnus-soup): New custom group. Make user variables
14976 customizable.
14977
14978 2007-01-05 Daiki Ueno <ueno@unixuser.org>
14979
14980 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14981 no signing key is found.
14982 (mml2015-epg-encrypt): Ask user whether to skip or abort if
14983 no encrypting and/or signing key is found.
14984
14985 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
14986
14987 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14988
14989 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14990
14991 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14992 headers read from disk with the ones newly found in the current search.
14993 This should no longer cause problems, because the article numbers in
14994 Gmane's `nov.php' output are ignored since the previous change.
14995
14996 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14997
14998 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14999
15000 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
15001
15002 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15003
15004 2007-01-01 Romain Francoise <romain@orebokech.com>
15005
15006 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15007
15008 2006-12-31 Steve Youngs <steve@sxemacs.org>
15009
15010 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15011 `define-minor-mode' macro definition expanded properly.
15012 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15013 exclude it there.
15014
15015 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15016 of 2006-12-30. The default is nil on (S)XEmacs already because of the
15017 `fboundp' test.
15018 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15019 This is OK to autoload in (S)XEmacs now.
15020
15021 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15022
15023 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15024 keystroke.
15025 (gnus-summary-limit-to-singletons): Fix typo.
15026
15027 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15028 else fails.
15029
15030 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15031
15032 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15033 docstring.
15034
15035 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15036 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15037 (gnus-summary-insert-dormant-articles): Fix typo in message.
15038
15039 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
15040
15041 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15042 nil for XEmacs.
15043 (gnus-message-citation-mode): Don't autoload in XEmacs.
15044
15045 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15046
15047 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
15048
15049 * nnimap.el (nnimap-expunge-search-string):
15050 Mention nnimap-search-uids-not-since-is-evil in docstring.
15051
15052 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
15053
15054 * spam.el: Revert to make-obsolete-variable because
15055 define-obsolete-variable-alias is not supported in Emacs 21.
15056
15057 * spam.el (spam-ifile-path, spam-ifile-database-path)
15058 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15059 make-obsolete-variable.
15060 (spam-bsfilter-path, spam-bsfilter-program)
15061 (spam-spamassassin-path, spam-spamassassin-program)
15062 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15063 Don't use "path" inappropriately.
15064 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15065 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15066 variable names.
15067
15068 2006-12-28 Daiki Ueno <ueno@unixuser.org>
15069
15070 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15071 summary buffer.
15072
15073 * password.el (password-cache-remove): Use clear-string to burn
15074 password, if available.
15075
15076 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15077
15078 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15079
15080 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15081
15082 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15083 (gnus-message-highlight-citation): Move defcustom here from
15084 gnus-cite.el.
15085 (gnus-message-citation-mode): Autoload.
15086
15087 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
15088 checks to make it compile with XEmacs.
15089 (gnus-message-citation-mode): New minor mode.
15090 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15091 (gnus-message-highlight-citation): New variables.
15092 (gnus-message-search-citation-line)
15093 (gnus-message-add-citation-keywords)
15094 (gnus-message-remove-citation-keywords)
15095 (turn-on-gnus-message-citation-mode)
15096 (turn-off-gnus-message-citation-mode): New functions.
15097
15098 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
15099
15100 * gnus-cite.el: Enable highlighting of different citation levels in
15101 message-mode.
15102
15103 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15104
15105 * message.el (message-make-fqdn): Fix comment.
15106 (message-bogus-system-names): Add ".local".
15107
15108 * spam.el (spam-ifile-path, spam-ifile-program)
15109 (spam-ifile-database-path, spam-ifile-database)
15110 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15111 Don't use "path" inappropriately.
15112 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15113 strings.
15114 (spam-check-ifile, spam-ifile-register-with-ifile)
15115 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15116 Use new variable names.
15117
15118 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15119 (gnus-treat-display-smileys): Simplify using
15120 gnus-image-type-available-p.
15121
15122 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15123 available.
15124
15125 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15126
15127 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15128 one after turning on the buffer's multibyteness instead of decoding
15129 them directly in the unibyte buffer that causes unexpected conversion
15130 in Emacs 23 (unicode).
15131
15132 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15133
15134 * message.el (message-generate-hashcash): Fix custom type.
15135
15136 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15137
15138 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15139
15140 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15141
15142 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15143 disconnect icons. Add help text.
15144
15145 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
15146
15147 * spam.el (spam-extra-header-to-number): CRM114 spam score is
15148 negated to be consistent with the others we handle.
15149
15150 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15151
15152 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15153 version of gnus-summary-buffer to something, so that we can use two
15154 article buffers at the same time.
15155
15156 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
15157
15158 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15159 trigger all the extra headers.
15160 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15161 sorting.
15162
15163 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15164
15165 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15166 solid groups.
15167
15168 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
15169
15170 * legacy-gnus-agent.el: Add Copyright notice.
15171
15172 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
15173
15174 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15175
15176 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15177
15178 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15179
15180 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15181 to make it work reliably in CVS Emacs.
15182 (gnus-summary-limit-strange-charsets-predicate)
15183 (gnus-summary-limit-to-predicate): New functions.
15184
15185 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
15186
15187 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15188 specifying array size.
15189 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15190 array if it is too small.
15191 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15192 (gnus-sort-threads-loop): New function.
15193
15194 2006-12-06 Chris Moore <dooglus@gmail.com>
15195
15196 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15197 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15198
15199 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
15200
15201 * mm-url.el (mm-url-predefined-programs): Call curl with correct
15202 options.
15203
15204 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15205
15206 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15207 DOS-ing the recipient.
15208
15209 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15210 the headers when creating the mapping to avoid mismappings.
15211 (nnweb-gmane-create-mapping): Always nix out old mapping.
15212
15213 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
15214
15215 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15216 and mm-verify-option to never.
15217
15218 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
15219
15220 * message.el (message-signed-or-encrypted-p): New function.
15221 (message-forward-make-body): Use it.
15222
15223 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15224 Replace encode-coding-string with mm-encode-coding-string.
15225
15226 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
15227
15228 * nneething.el (nneething-decode-file-name):
15229 Replace decode-coding-string with mm-decode-coding-string.
15230
15231 * gnus-int.el (gnus-open-server): Say failed server's name.
15232
15233 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
15234
15235 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15236 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15237
15238 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15239 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15240 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15241 (gnus-group-make-directory-group, gnus-group-transpose-groups):
15242 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15243 (gnus-subscribe-newsgroup, gnus-1):
15244 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15245 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15246 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15247 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15248
15249 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
15250
15251 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15252 keystroke.
15253 (gnus-summary-limit-to-bodies): Implement headersp.
15254
15255 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15256
15257 * dns.el (query-dns): Protect against "Process dns deleted" strings.
15258
15259 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
15260
15261 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15262
15263 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15264
15265 * message.el (message-generate-hashcash): Expand range of values to
15266 include `opportunistic'.
15267 (message-send-mail): Use it.
15268
15269 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15270
15271 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15272 and comment it.
15273
15274 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15275
15276 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
15277
15278 * gnus-util.el (gnus-extract-address-components): Improve comment.
15279
15280 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15281
15282 * gnus-util.el (gnus-extract-address-components): Work with address in
15283 which the name portion contains @.
15284
15285 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15286
15287 * gnus.el (gnus-start): Move custom group up.
15288 (gnus-select-method): Don't autoload, but make it available for
15289 `customize-variable'.
15290 (gnus-getenv-nntpserver): Don't autoload.
15291
15292 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
15293
15294 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15295
15296 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15297
15298 * message.el (message-sendmail-extra-arguments): New variable.
15299 (message-send-mail-with-sendmail): Use it.
15300
15301 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15302
15303 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15304 mm-with-unibyte-current-buffer to make string unibyte.
15305
15306 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15307 mm-string-as-multibyte.
15308
15309 2006-11-14 Daiki Ueno <ueno@unixuser.org>
15310
15311 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15312 Reported by Werner Koch <wk@gnupg.org>.
15313
15314 2006-11-14 Daiki Ueno <ueno@p360>
15315
15316 * mml2015.el: Autoload epa-select-keys when compiling.
15317
15318 2006-11-13 Daiki Ueno <ueno@unixuser.org>
15319
15320 * mml2015.el (mml2015-epg-sign): Save the signing keys in
15321 message-options.
15322 (mml2015-epg-encrypt): Save the recipient keys in message-options.
15323
15324 2006-11-13 Daiki Ueno <ueno@unixuser.org>
15325
15326 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15327 EasyPG (< 0.0.6).
15328 (mml2015-always-trust): New user option.
15329 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15330 prompt.
15331
15332 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
15333
15334 * nntp.el (nntp-authinfo-force): New variable.
15335 (nntp-send-authinfo): Use it.
15336
15337 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
15338
15339 * message.el (message-strip-subject-encoded-words): Allow _not_ to
15340 decode encoded words. Improve prompt. Add comment about forwarding.
15341 (message-replacement-char): Move up.
15342
15343 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15344
15345 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15346 instead of gnus-intersection because arguments of gnus-sorted-nunion
15347 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
15348
15349 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
15350
15351 * message.el (message-strip-subject-encoded-words): Reformat prompt.
15352 (message-simplify-subject-functions):
15353 Enable message-strip-subject-encoded-words by default.
15354
15355 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
15356
15357 * message.el (message-strip-subject-encoded-words): New function.
15358 (message-simplify-subject-functions): New variable.
15359 (message-simplify-subject): Use it. Fix typo in doc string.
15360 Support message-strip-subject-encoded-words.
15361
15362 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
15363
15364 * gnus-diary.el (gnus-diary-delay-format-function):
15365 * nndiary.el (nndiary-reminders):
15366 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15367
15368 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15369
15370 * gnus-art.el (article-hide-boring-headers): Fetch date from
15371 gnus-original-article-buffer to avoid problems with localized date
15372 strings.
15373
15374 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
15375
15376 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15377
15378 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
15379
15380 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15381 New variables.
15382 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15383 (mm-charset-synonym-alist): Move some entries to
15384 mm-codepage-iso-8859-list.
15385 (mm-charset-synonym-alist, mm-charset-override-alist):
15386 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15387
15388 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
15389
15390 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15391
15392 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15393
15394 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15395 with Emacs 21 and XEmacs.
15396
15397 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
15398
15399 * spam.el (spam-parse-address): New function for better parsing,
15400 catching errors, etc.
15401 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15402
15403 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15404
15405 * mm-view.el: Add interactive arg to html2text autoload.
15406
15407 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
15408
15409 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15410
15411 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
15412
15413 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15414 New variables.
15415 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15416 (mm-charset-synonym-alist): Move some entries to
15417 mm-codepage-iso-8859-list.
15418
15419 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15420
15421 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
15422
15423 * message.el (message-citation-line-format)
15424 (message-insert-formated-citation-line): Fix implementation of %E, %N
15425 and %n according to the doc string.
15426
15427 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
15428
15429 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15430 Use car-safe to avoid bad parses.
15431
15432 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
15433
15434 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15435 names.
15436
15437 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15438
15439 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15440
15441 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15442 header.
15443
15444 * message.el (message-draft-headers): Add Date.
15445 (message-headers-to-generate): Fix typo in docstring.
15446
15447 * nndraft.el (nndraft-required-headers): New variable.
15448 (nndraft-generate-headers): Use it.
15449
15450 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15451
15452 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
15453
15454 * gnus-registry.el (gnus-registry-wash-for-keywords)
15455 (gnus-registry-find-keywords): New functions to allow easy searching of
15456 articles that are in the registry.
15457
15458 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
15459
15460 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15461 Use ietf-drums-parse-address instead of gnus-extract-address-components.
15462 Reported by Damien Elmes <damien@repose.cx>.
15463
15464 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
15465
15466 * gnus.el (gnus-mime): Remove unused custom group.
15467
15468 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15469
15470 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15471 "blank line" when searching for end of armor headers.
15472
15473 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
15474
15475 * gmm-utils.el (gmm-write-region): Fix variable name.
15476
15477 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
15478
15479 * gmm-utils.el (gmm-write-region): New function based on compatibility
15480 code from `mm-make-temp-file'.
15481
15482 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15483
15484 * nnmaildir.el (nnmaildir--update-nov)
15485 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15486 Use `gmm-write-region'.
15487
15488 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15489
15490 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15491 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15492
15493 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15494
15495 * message.el (message-replacement-char): New variable.
15496 (message-fix-before-sending): Use it.
15497 (message-simplify-subject): New function to remove duplicate code.
15498 (message-reply, message-followup): Use it.
15499
15500 * gnus-sum.el (gnus-summary-make-menu-bar):
15501 Clarify gnus-summary-limit-to-articles.
15502
15503 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
15504
15505 * gnus-util.el (gnus-with-local-quit): New macro.
15506
15507 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15508
15509 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
15510
15511 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15512 ignore non-string data.
15513
15514 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
15515
15516 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15517 non-string data (needs to be done in the registry too).
15518
15519 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15520
15521 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15522 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15523 (gnus-registry-split-fancy-with-parent)
15524 (gnus-registry-fetch-simplified-message-subject-fast)
15525 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15526 Remove text properties on ingress into the registry and when it's saved.
15527 (gnus-registry-clean-empty-function): Fix bug with cleaning the
15528 registry from entries with no groups.
15529
15530 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15531
15532 * gnus-util.el (gnus-string-remove-all-properties): Add utility
15533 function to remove string properties.
15534
15535 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
15536
15537 * gmm-utils.el (gmm): Adjust custom version.
15538
15539 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15540 Adjust custom version.
15541
15542 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15543
15544 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
15545
15546 * gnus-art.el (gnus-insert-prev-page-button)
15547 (gnus-insert-next-page-button): Simplify. Reformat.
15548
15549 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
15550
15551 * gnus-art.el (gnus-insert-prev-page-button)
15552 (gnus-insert-next-page-button): Apply gnus-article-button-face.
15553
15554 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
15555
15556 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15557
15558 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
15559
15560 * gnus-art.el (gnus-insert-mime-button)
15561 (gnus-insert-mime-security-button):
15562 Apply gnus-article-button-face to MIME and security buttons.
15563
15564 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
15565
15566 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15567 readable.
15568
15569 2006-09-20 Steve Youngs <steve@sxemacs.org>
15570
15571 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15572 `browse-url-of-file' instead of `browse-url'.
15573
15574 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15575
15576 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15577 regexp. Articles containing quotation were cut prematurely.
15578
15579 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
15580
15581 * message.el (message-cite-original-1): Use nobody by default for the
15582 value of From header.
15583 (message-reply): Ditto.
15584
15585 2006-09-11 Daiki Ueno <ueno@unixuser.org>
15586
15587 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15588 to the gnus-info. This fixes a bug of inline-PGP message verification.
15589 Reported by Michael Piotrowski <mxp@dynalabs.de>.
15590
15591 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
15592
15593 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15594 mails in the doc string. Add some URLs in comment.
15595 (pop3-movemail): Warn about pop3-leave-mail-on-server.
15596
15597 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
15598
15599 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15600 backslashes handling and the way to find boundaries of quoted strings.
15601
15602 2006-09-07 Daiki Ueno <ueno@unixuser.org>
15603
15604 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15605 mml1991-encrypt-to-self is set and mml1991-signers is not set.
15606 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15607 mml2015-encrypt-to-self is set and mml2015-signers is not set.
15608
15609 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
15610
15611 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
15612 doc string.
15613 (gnus-button-regexp, gnus-button-last): Remove unused variables.
15614
15615 2006-09-06 Simon Josefsson <jas@extundo.com>
15616
15617 * mml2015.el (mml2015-use): Doc fix, mention epg.
15618
15619 2006-09-06 Daiki Ueno <ueno@unixuser.org>
15620
15621 * mml2015.el (mml2015-use): Default to epg, if available.
15622
15623 2006-09-06 Daiki Ueno <ueno@unixuser.org>
15624
15625 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15626 message-sender.
15627 (mml1991-epg-encrypt): Ditto.
15628 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15629 message-sender.
15630 (mml2015-epg-encrypt): Ditto.
15631
15632 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
15633
15634 * message.el (message-send-mail-with-sendmail): Look for sendmail in
15635 several common directories.
15636
15637 2006-09-05 Daiki Ueno <ueno@unixuser.org>
15638
15639 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15640 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15641
15642 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
15643
15644 * gnus-art.el (article-decode-encoded-words): Make it fast.
15645
15646 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
15647
15648 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15649
15650 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15651 in quoted string into `\'.
15652
15653 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
15654
15655 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15656 Use standard-syntax-table.
15657
15658 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
15659
15660 * gnus-art.el (gnus-decode-address-function): New variable.
15661 (article-decode-encoded-words): Use it to decode headers which are
15662 assumed to contain addresses.
15663 (gnus-mime-delete-part): Remove useless `or'.
15664
15665 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15666 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15667 (gnus-nov-parse-line): Use it to decode From header.
15668 (gnus-get-newsgroup-headers): Ditto.
15669 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15670
15671 * mail-parse.el (mail-decode-encoded-address-region): New alias.
15672 (mail-decode-encoded-address-string): New alias.
15673
15674 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15675 New function.
15676 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15677 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15678 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15679 (rfc2047-decode-string): Ditto.
15680 (rfc2047-decode-address-region): New function.
15681 (rfc2047-decode-address-string): New function.
15682
15683 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
15684
15685 * message.el (message-caesar-buffer-body): Allow rotating headers.
15686
15687 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15688
15689 * message.el (message-insert-formated-citation-line): Fix %f.
15690 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15691
15692 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
15693
15694 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15695 (gnus-bookmark-mouse-available-p): New macro.
15696 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15697 (gnus-bookmark-bmenu-show-infos): Use it.
15698 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15699 (gnus-bookmark-bmenu-hide-infos): Ditto.
15700 (gnus-bookmark-remove-properties): New function.
15701 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15702 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15703 (gnus-bookmark-write-file): Bind coding-system-for-write.
15704 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15705 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15706 group before selecting it.
15707 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15708 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15709 quit-window if it is not available; use gnus-mouse-2 and bind it to
15710 gnus-bookmark-bmenu-select-by-mouse.
15711 (gnus-bookmark-show-details): Remove unused variable `details-list'.
15712 (gnus-bookmark-bmenu-select-by-mouse): New function.
15713
15714 2006-08-13 Romain Francoise <romain@orebokech.com>
15715
15716 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15717 space.
15718
15719 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15720
15721 * compface.el (uncompface): Use binary rather than raw-text-unix.
15722
15723 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15724
15725 * compface.el (uncompface): Make sure the eol conversion doesn't take
15726 place when communicating with the external programs.
15727 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15728
15729 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
15730
15731 * nnheader.el (nnheader-insert-head): Fix typo in comment.
15732
15733 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15734
15735 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15736 Make it more robust by parsing author and date independently.
15737
15738 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15739
15740 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15741
15742 2006-07-28 Daiki Ueno <ueno@unixuser.org>
15743
15744 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15745 first matching secret key.
15746 (mml2015-epg-encrypt): Ditto.
15747
15748 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15749 first matching secret key.
15750 (mml1991-epg-encrypt): Ditto.
15751
15752 * mml2015.el (mml2015-encrypt-to-self): New user option.
15753 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15754 mml2015-epg-encrypt-to-self is set.
15755
15756 * mml1991.el (mml1991-encrypt-to-self): New variable.
15757 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15758 mml1991-epg-encrypt-to-self is set.
15759
15760 * mml2015.el (mml2015-signers): New user option.
15761 (mml2015-epg-sign): Reflect the value of mml2015-signers.
15762 (mml2015-epg-encrypt): Allow to select signing keys.
15763
15764 * mml1991.el (mml1991-signers): New variable.
15765 (mml1991-epg-sign): Reflect the value of mml1991-signers.
15766 (mml1991-epg-encrypt): Allow to select signing keys.
15767
15768 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15769
15770 * nnheader.el (nnheader-insert-head): Make it work even if the file
15771 uses CRLF for the line-break code.
15772
15773 2006-07-25 Daiki Ueno <ueno@unixuser.org>
15774
15775 * mml2015.el: Require mml-sec instead of password.
15776 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15777 (mml2015-cache-passphrase): Inherit the default value from
15778 mml-secure-cache-passphrase.
15779 (mml2015-passphrase-cache-expiry): Inherit the default value from
15780 mml-secure-passphrase-cache-expiry.
15781
15782 * mml1991.el: Require mml-sec instead of password.
15783 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15784 (mml1991-cache-passphrase): Inherit the default value from
15785 mml-secure-cache-passphrase.
15786 (mml1991-passphrase-cache-expiry): Inherit the default value from
15787 mml-secure-passphrase-cache-expiry.
15788
15789 * mml-sec.el: Require password.
15790 (mml-secure-verbose): New user option.
15791 (mml-secure-cache-passphrase): New user option.
15792 (mml-secure-passphrase-cache-expiry): New user option.
15793
15794 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
15795 Andreas Vögele <andreas@altroot.de> (tiny change)
15796
15797 * pgg-def.el (pgg-truncate-key-identifier):
15798 Truncate the key ID to 8 letters from the end.
15799
15800 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15801
15802 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15803 workaround for the url package included with Emacs.
15804
15805 * nnweb.el (nnweb-google-create-mapping): Update regexp.
15806
15807 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15808
15809 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15810 correctly. This fixes a bug caused by the 2006-05-12 change.
15811
15812 2006-07-18 Karl Fogel <kfogel@red-bean.com>
15813
15814 * nnmail.el (nnmail-article-group): If splitting raises an error, give
15815 some information about the error when saying that the `bogus' mail
15816 group will be used.
15817
15818 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
15819
15820 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15821 string.
15822
15823 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
15824
15825 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15826
15827 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15828
15829 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15830
15831 2006-07-10 Daiki Ueno <ueno@unixuser.org>
15832
15833 * mml1991.el (mml1991-function-alist): Add epg.
15834 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15835 (mml1991-epg-encrypt): New functions.
15836
15837 2006-07-10 Daiki Ueno <ueno@unixuser.org>
15838
15839 * mml2015.el (mml2015-verbose): New variable.
15840 (mml2015-cache-passphrase): Ditto.
15841 (mml2015-passphrase-cache-expiry): Ditto.
15842 (mml2015-function-alist): Add epg.
15843 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15844 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15845 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15846 New functions.
15847
15848 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15849
15850 * message.el (message-cite-original-1): Preserve region when removing
15851 quoted text due to X-No-Archive in order to avoid bogus attribution
15852 when citing multiple messages.
15853
15854 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15855
15856 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15857 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15858
15859 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
15860
15861 * gnus-diary.el (gnus-user-format-function-d)
15862 (gnus-user-format-function-D): Autoload.
15863
15864 * imap.el (Commentary): Fix typo.
15865
15866 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15867 2006-04-22 contribution.
15868
15869 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15870
15871 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15872 It didn't really fix the bogosity I'm seeing with solid web groups.
15873
15874 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15875
15876 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15877 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15878 created using server names. If we use the feature without declaring
15879 it, Gnus does not properly manage server and group state.
15880
15881 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15882 bound.
15883
15884 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15885
15886 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15887 looking up the method using GROUP's prefix before inventing a new one.
15888 It is used on killed/unknown groups in various places where returning
15889 an all-new method isn't expected by the caller.
15890
15891 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15892 and match semantics of gnus-group-real-prefix.
15893
15894 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
15895
15896 * nnmail.el (nnmail-broken-references-mailers): New variable.
15897 (nnmail-ignore-broken-references): New function generalizing
15898 nnmail-fix-eudora-headers.
15899 (nnmail-fix-eudora-headers): Now obsolete.
15900
15901 * gnus-art.el (gnus-button-handle-custom):
15902 Support `customize-apropos*'.
15903
15904 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15905
15906 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15907
15908 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15909 articles.
15910
15911 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15912
15913 * message.el (message-cite-reply-above): New variable.
15914 (message-yank-original): Use it.
15915
15916 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
15917
15918 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15919
15920 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
15921
15922 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15923 as read.
15924
15925 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15926
15927 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
15928
15929 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15930 (gnus-bookmark-default-file): Use gnus-directory.
15931 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15932 Remove "*" in doc string.
15933 (gnus-bookmark-write-file): Simplify.
15934 (gnus-bookmark-maybe-sort-alist): Use `when'.
15935 (gnus-bookmark-get-bookmark): Fix typo in doc string.
15936 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15937 Add FIXME about Emacs 21 and XEmacs compatibility.
15938 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15939 compatibility.
15940 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15941 compatibility.
15942 (gnus-bookmark-menu-heading): Fix version.
15943
15944 2006-06-19 Bastien Guerry <bzg@altern.org>
15945
15946 * gnus-bookmark.el: New file.
15947
15948 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
15949
15950 * message.el (message-syntax-checks): Doc fix.
15951
15952 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15953
15954 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15955 unsubscribed groups as if they were killed ones. It causes duplicate
15956 entries in gnus-newsrc-alist.
15957
15958 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
15959
15960 * message.el (message-syntax-checks): Doc fix.
15961 (message-send-mail): Add check for continuation headers.
15962 (message-check-news-header-syntax): Fix regexp used to check for
15963 continuation headers.
15964
15965 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15966
15967 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15968
15969 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
15970
15971 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15972
15973 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
15974
15975 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15976 default-truncate-lines.
15977
15978 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
15979
15980 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15981 to fill the utf-8 entry.
15982
15983 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15984
15985 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15986
15987 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
15988
15989 * gnus-agent.el (directory-files-and-attributes): Move all the way
15990 forward (the third and final move).
15991 (gnus-agent-read-agentview): Trap reconstruction errors due to
15992 nonexistent directory. Handle by returning nil.
15993
15994 2006-05-30 Didier Verna <didier@xemacs.org>
15995
15996 * message.el (message-dont-reply-to-names): Update the custom type.
15997 * message.el (message-dont-reply-to-names): New defsubst: potentially
15998 convert a list of regexps into a single one.
15999 * message.el (message-get-reply-headers): Use it.
16000 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16001
16002 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16003
16004 * gnus-agent.el (directory-files-and-attributes): Move forward.
16005
16006 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16007
16008 * gnus-ml.el (gnus-mailing-list-subscribe)
16009 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16010 (gnus-mailing-list-message): Fix doc strings.
16011
16012 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16013
16014 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16015 of doing it manually.
16016
16017 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16018
16019 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16020 comment.
16021
16022 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
16023
16024 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16025 (gnus-agent-read-agentview): Fix handling of end-of-file error.
16026 (gnus-agent-read-local): All symbols allocated in my-obarray.
16027 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16028 (gnus-agent-regenerate-group): Check numeric names to see if they are
16029 messages or groups.
16030 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16031 better way of do this...)
16032
16033 * gnus-cache.el (gnus-agent-total-fetched-for):
16034 Ignore 'dummy.group' (there should be a better way of do this...)
16035
16036 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
16037
16038 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16039 (gnus-saved-headers): Ditto.
16040 (gnus-default-article-saver): Mention functions may have properties.
16041 (gnus-article-save): Override gnus-save-all-headers and
16042 gnus-saved-headers by :headers property which saver function may have.
16043 (gnus-summary-save-in-file): Add :headers property.
16044 (gnus-summary-write-to-file): Ditto.
16045
16046 * gnus-sum.el (gnus-summary-save-article): Bind
16047 gnus-prompt-before-saving to t when saving many articles in a file;
16048 always show all headers.
16049
16050 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16051
16052 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16053 marks.
16054
16055 * message.el (message-indent-citation): Add optional arguments to allow
16056 using it outside of message buffers.
16057
16058 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16059 (gnus-article-treat-unfold-headers): Use it.
16060 (gnus-article-truncate-lines): New variable.
16061 (gnus-article-mode): Use it.
16062 (gnus-article-toggle-truncate-lines): New function.
16063
16064 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16065 Add gnus-article-toggle-truncate-lines.
16066
16067 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16068 coding system in XEmacs, use binary.
16069
16070 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16071
16072 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16073 after-load-alist.
16074
16075 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16076 this function should save decoded articles.
16077 (gnus-summary-write-to-file): Use property to specify this function
16078 should save decoded articles and specify gnus-summary-save-in-file
16079 should be used to save articles other than the first one when saving
16080 many articles.
16081 (gnus-summary-save-body-in-file): Use property to specify this
16082 function should save decoded articles.
16083 (gnus-summary-write-body-to-file): Use property to specify this
16084 function should save decoded articles and specify
16085 gnus-summary-save-body-in-file should be used to save articles other
16086 than the first one when saving many articles.
16087
16088 * gnus-sum.el (gnus-summary-save-article): Simplify.
16089
16090 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
16091
16092 * gnus-art.el (gnus-default-article-saver):
16093 Add gnus-summary-write-body-to-file.
16094 (gnus-article-save-coding-system): Don't use coding system object
16095 in XEmacs.
16096 (gnus-read-save-file-name): Add optional `dir-var' argument which
16097 specifies directory in which files are saved; work even if optional
16098 `variable' argument is not specified.
16099 (gnus-summary-write-to-file): Read file name.
16100 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16101 (gnus-summary-write-body-to-file): New function.
16102
16103 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16104 (gnus-summary-local-variables): Add it.
16105 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16106 (gnus-summary-save-article): Remove optional `decode' argument;
16107 determine whether to decode articles by the value of
16108 gnus-default-article-saver; when saving many files using
16109 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16110 it first and use gnus-summary-save-in-file or
16111 gnus-summary-save-body-in-file thereafter unless
16112 gnus-prompt-before-saving is always; move point to article which
16113 will be saved.
16114 (gnus-summary-save-article-file): Revert.
16115 (gnus-summary-write-article-file): Revert.
16116 (gnus-summary-save-article-body-file): Revert.
16117 (gnus-summary-write-article-body-file): New function.
16118
16119 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16120
16121 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16122
16123 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
16124
16125 * gnus-art.el (gnus-default-article-saver): Doc fix.
16126 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16127 from gnus-summary-save-article-coding-system, and default to a
16128 certain coding system.
16129 (gnus-output-to-file): Add coding cookie and encode text according
16130 to gnus-article-save-coding-system; don't use mm-append-to-file.
16131
16132 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16133 gnus-art.el and rename to gnus-article-save-coding-system.
16134 (gnus-summary-save-article): Require gnus-art; don't show all
16135 headers if it decodes articles; don't add coding cookie here;
16136 don't bind mm-text-coding-system-for-write.
16137 (gnus-summary-save-article-file): Save decoded articles.
16138 (gnus-summary-write-article-file): When saving many files, use
16139 gnus-summary-write-to-file first and gnus-summary-save-in-file
16140 thereafter unless gnus-prompt-before-saving is always.
16141 (gnus-summary-save-article-body-file): Save decoded articles.
16142
16143 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16144
16145 * nnrss.el (nnrss-check-group): Bind hash-index.
16146
16147 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
16148
16149 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16150 its hash index. Store this hash in `nnrss-group-data'.
16151 (nnrss-read-group-data): Update accordingly.
16152
16153 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16154
16155 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16156 entry.
16157
16158 * gnus-sum.el (gnus-summary-make-menu-bar):
16159 Add gnus-article-browse-html-article.
16160
16161 2006-05-23 Hynek Schlawack <hynek@ularx.de>
16162
16163 * gnus-sum.el (gnus-summary-mime-map):
16164 Add gnus-article-browse-html-article.
16165
16166 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16167
16168 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16169 suitable coding systems in customize.
16170
16171 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
16172
16173 * mail-source.el (mail-sources): Fix custom type.
16174
16175 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16176
16177 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16178 (gnus-summary-expire-articles-now): Shorten prompt.
16179
16180 * gmm-utils.el (wid-edit): Require.
16181 (defun-gmm): Rename from `gmm-defun-compat'.
16182 (gmm-image-search-load-path): Use it.
16183 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
16184
16185 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
16186
16187 * gnus-sum.el (gnus-summary-save-article-coding-system):
16188 New variable.
16189 (gnus-summary-save-article): Add optional `decode' argument.
16190 If it is set and gnus-summary-save-article-coding-system is non-nil,
16191 save decoded article.
16192 (gnus-summary-write-article-file): Save decoded article if
16193 gnus-summary-save-article-coding-system is non-nil.
16194
16195 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16196 type.
16197
16198 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
16199
16200 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16201
16202 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
16203
16204 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16205 first to test gnus-single-article-buffer which may be buffer-local.
16206
16207 * gnus-sum.el (gnus-summary-setup-buffer):
16208 Make gnus-single-article-buffer buffer-local and nil in ephemeral
16209 group; make gnus-article-buffer, gnus-article-current, and
16210 gnus-original-article-buffer always buffer-local.
16211 (gnus-summary-exit): Kill article buffer belonging to ephemeral
16212 group.
16213 (gnus-handle-ephemeral-exit): Don't move to next summary line.
16214
16215 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
16216
16217 * nnml.el (nnml-request-compact-group): Compressed files might not
16218 have .gz extension.
16219
16220 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
16221
16222 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16223 (mm-copy-to-buffer): Use with-current-buffer.
16224 (mm-display-part): Simplify.
16225 (mm-inlinable-p): Add optional arg `type'.
16226
16227 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16228
16229 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16230 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16231 Try harder to show the attachment internally or externally using
16232 gnus-mime-view-part-as-type.
16233
16234 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
16235
16236 * message.el (message-from-style, message-signature-separator)
16237 (message-user-organization-file, message-send-mail-function)
16238 (message-citation-line-function, message-yank-prefix)
16239 (message-indent-citation-function, message-signature)
16240 (message-signature-file, message-signature-insert-empty-line):
16241 Remove autoloads.
16242
16243 * gnus-art.el (gnus-buttonized-mime-types):
16244 Remove "multipart/signed". Revert 2006-04-26 change.
16245
16246 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16247
16248 * gnus.el (gnus-version-number): Bump version.
16249
16250 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16251
16252 * gnus.el: No Gnus v0.5 is released.
16253
16254 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16255
16256 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16257 fetching articles by message-id.
16258
16259 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16260
16261 * message.el (hashcash): Require hashcash as normal.
16262
16263 * ecomplete.el (ecomplete-highlight-match-line):
16264 Use point-at-eol.
16265 (ecomplete-highlight-match-line): Use `highlight', because that
16266 face exists in both Emacs and XEmacs.
16267
16268 * message.el (message-display-abbrev): Use point-at-bol.
16269
16270 * mail-source.el: Don't require timer/timer-funcs.
16271
16272 * gnus-async.el: Ditto.
16273
16274 * password.el: Ditto.
16275
16276 * mm-url.el: Ditto.
16277
16278 * mm-util.el: Require timer/timer-funcs.
16279
16280 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16281
16282 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16283 Close.
16284
16285 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
16286
16287 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16288 unibyte after clear-decrypt function runs.
16289
16290 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16291 returns as a unibyte string.
16292
16293 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
16294
16295 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16296 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16297 (mml1991-pgg-encrypt): Ditto.
16298
16299 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
16300
16301 * message.el (message-user-organization-file): Check several
16302 locations of the organization file.
16303
16304 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16305 Add gnus-article-view-part-as-type.
16306
16307 * gnus-art.el (gnus-article-view-part-as-type): New function.
16308
16309 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16310 .mobi and .travel. Remove .nato, .bitnet and .uucp.
16311
16312 * mml.el: Simplify autoload.
16313 (mml-mode): defvar dnd-protocol-alist instead of using
16314 symbol-value.
16315 (mml-default-directory): New variable.
16316 (mml-minibuffer-read-file): Use it.
16317 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16318
16319 * message.el (message-citation-line-format): New variable.
16320 (message-insert-formated-citation-line): New function.
16321 (message-citation-line-function):
16322 Add `message-insert-formated-citation-line' to custom type.
16323
16324 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16325 to doc string.
16326
16327 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16328 depending on mm-verify-option.
16329
16330 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
16331
16332 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16333 binding pgg-* variables; reimplement the section which prevents
16334 MIME header from being signed.
16335 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16336 pgg-text-mode; remove a blank line at the top of body.
16337
16338 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16339 lines at the top of body; use gnus-newsgroup-charset if there's no
16340 Charset header.
16341
16342 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16343
16344 * message.el (message-self-insert-commands): Doc fix.
16345
16346 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16347 (mm-uu-pgp-encrypted-test): Ditto.
16348 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16349 between header and body; return application/pgp-encrypted handle
16350 if decryption failed; decode decrypted body by charset.
16351
16352 * mm-decode.el (mm-automatic-display): Don't make application/pgp
16353 element match to application/pgp-*.
16354
16355 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16356
16357 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16358 HTML.
16359
16360 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16361
16362 * mail-source.el (mail-source-call-script): Message the error
16363 string.
16364
16365 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16366
16367 * gnus-util.el (gnus-byte-compile): Use it.
16368
16369 2006-04-22 xyblor <fake@invalid.email> (tiny change)
16370
16371 * gnus-util.el (kill-empty-logs): New function.
16372
16373 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16374
16375 * message.el (message-mail-alias-type): Doc fix.
16376 (message-mail-alias-type-p): New function.
16377 (message-send): Use it.
16378 (message-mode): Ditto.
16379 (message-strip-forbidden-properties): Ditto.
16380
16381 * ecomplete.el (ecomplete-database-file-coding-system):
16382 New variable.
16383 (ecomplete-save): Use it.
16384 (ecomplete-setup): Use it.
16385
16386 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
16387
16388 * message.el (message-self-insert-commands): New variable.
16389 (message-strip-forbidden-properties): Use it.
16390
16391 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16392
16393 * message.el (message-put-addresses-in-ecomplete): Use a regexp
16394 that doesn't make XEmacs choke.
16395
16396 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
16397
16398 * gnus-util.el (gnus-replace-in-string):
16399 Prefer replace-regexp-in-string over of replace-in-string.
16400
16401 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
16402
16403 * gnus-util.el (gnus-select-frame-set-input-focus):
16404 Use select-frame-set-input-focus if it is available in XEmacs; use
16405 definition defined in Emacs 22 for old Emacsen.
16406
16407 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16408
16409 * mm-view.el (mm-inline-text): Use equal instead of equalp.
16410
16411 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
16412
16413 * gnus-registry.el (gnus-registry-cache-save): Remove text
16414 properties when saving via the temp buffer.
16415
16416 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16417
16418 * message.el (message-generate-hashcash): Honor custom type.
16419
16420 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16421
16422 * message.el (message-generate-hashcash): Default to non-nil when
16423 hashcash is found.
16424
16425 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16426 (gnus-refer-thread-limit): Increase default to 500.
16427
16428 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16429
16430 * flow-fill.el (fill-flowed): Allow delete-space.
16431
16432 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16433
16434 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16435 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16436 Remove autoloads.
16437
16438 2006-04-18 Simon Josefsson <jas@extundo.com>
16439
16440 * message.el (message-generate-hashcash): Default to.
16441
16442 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16443
16444 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16445 concatenating segments rather than before concatenating them.
16446
16447 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
16448
16449 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16450
16451 * imap.el (imap-quote-specials): New function.
16452 (imap-login-auth): Quote specials.
16453
16454 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16455
16456 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16457
16458 * message.el (message-forward-make-body-plain):
16459 Allow message-forward-ignored-headers to be a list.
16460 (message-remove-ignored-headers): Factor out into function.
16461 (message-forward-make-body-mml): Use it.
16462 * rfc2231.el (rfc2231-parse-string): Remove dead code.
16463 (rfc2231-parse-string): Allow concatanation of parameters that
16464 aren't contiguous. The test case is
16465 (mail-header-parse-content-type "message/external-body;
16466 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16467 access-type=LOCAL-FILE;
16468 name*1*=plugh%2fhello-sailor%2fbing.pdf")
16469
16470 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
16471
16472 * nntp.el (nntp-accept-process-output): Return the value of
16473 `nnheader-accept-process-output'.
16474
16475 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16476
16477 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16478 (gnus-button-alist): Recognize more diff formats.
16479 (gnus-button-patch): Strip directory.
16480
16481 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
16482
16483 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16484 Emacs 22 when setting focus.
16485
16486 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16487
16488 * gnus-art.el (gnus-article-treat-types): Do treatment of
16489 text/x-verbatim parts.
16490 (gnus-button-patch): New command.
16491
16492 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16493 addresses that contain invalid characters.
16494
16495 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16496
16497 * message.el (message-put-addresses-in-ecomplete):
16498 Use gnus-replace-in-string.
16499 (message-is-yours-p): Use the more correct
16500 mail-header-parse-address instead of
16501 mail-extract-address-components.
16502 (message-put-addresses-in-ecomplete): Fix typo.
16503
16504 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16505 keystroke.
16506
16507 * gnus-art.el (gnus-treatment-function-alist): Change order of
16508 newsgroups/generic header folding to avoid double-folding.
16509
16510 * message.el (message-hidden-headers): Add X-Draft-From.
16511
16512 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16513 New command.
16514 (gnus-summary-repeat-search-article-backward): New command.
16515
16516 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16517 groups in the parent topic.
16518
16519 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
16520
16521 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16522 (spam-extra-header-to-number): Return the CRM114 number as a
16523 number instead of a string.
16524
16525 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16526
16527 * gnus-art.el (gnus-face-properties-alist): Move here from
16528 gnus-fun.
16529
16530 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16531
16532 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16533
16534 * message.el (message-strip-forbidden-properties): Only display on
16535 self-insert-command.
16536
16537 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16538 reindent.
16539 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16540
16541 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
16542
16543 * smiley.el (smiley-style): Fix typo.
16544
16545 2006-03-23 Kenichi Handa <handa@m17n.org>
16546
16547 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16548 instead of set-buffer-multibyte.
16549
16550 2006-03-23 Kenichi Handa <handa@m17n.org>
16551
16552 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16553 buffer and then decode the buffer text if necessary.
16554 (rfc2231-encode-string): Be sure to work on multibyte buffer at
16555 first, and after mm-encode-body, change the buffer to unibyte.
16556
16557 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16558
16559 * hashcash.el (hashcash-insert-payment-async-2):
16560 Use message-goto-eoh instead of doing it manually.
16561 (mail-add-payment): Use message-narrow-to-header instead of trying
16562 to do the same itself.
16563
16564 * message.el (message-hidden-headers): Add Face.
16565
16566 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16567 reparenting code.
16568 (gnus-summary-reparent-children): Refactored out code.
16569 (gnus-summary-thread-map): New keystroke.
16570 (gnus-summary-reparent-children): Make into command.
16571
16572 * smiley.el (smiley-style): Default to `medium' if using a large
16573 font.
16574
16575 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16576 does it itself.
16577
16578 * message.el (message-point-in-header-p): Simplify definition.
16579
16580 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16581
16582 * nnagent.el (nnagent-request-set-mark): Silence log file
16583 writing.
16584 (nnagent-request-set-mark): Use write-region instead of
16585 append-to-file.
16586
16587 * gnus-sum.el (gnus-read-header): Fudge article number if using a
16588 strange select method.
16589
16590 * ecomplete.el (ecomplete-display-matches): Get highlightling
16591 right.
16592 (ecomplete-display-matches): Use literals.
16593 (ecomplete-display-matches): Disable message logging.
16594
16595 * message.el (message-display-abbrev): Small optimization.
16596
16597 * ecomplete.el (ecomplete-display-matches): Allow automatic
16598 display.
16599
16600 * message.el (message-strip-forbidden-properties):
16601 Display abbrevs.
16602 (message-display-abbrev): Get automatic display right.
16603
16604 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16605 keystrokes.
16606
16607 2006-04-13 Romain Francoise <romain@orebokech.com>
16608
16609 TODO: Backport to v5-10!
16610
16611 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16612 Move here (and rename) from gnus-registry.el.
16613
16614 * gnus-registry.el: Require gnus-util.
16615 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16616
16617 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16618
16619 * gnus-group.el (gnus-group-catchup-current):
16620 Change if-then-else-if-then-else into cond.
16621 (gnus-group-catchup): Indent.
16622 (group-name-at-point): New function.
16623 (gnus-fetch-group): Provide default from thing at point.
16624
16625 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16626
16627 * message.el (message-display-abbrev): Fix regexp.
16628
16629 * ecomplete.el (ecomplete-highlight-match-line):
16630 Reimplement choosing.
16631 (ecomplete-highlight-match-line): Fix up code rewrite, remove
16632 dead variables.
16633
16634 * message.el (message-newline-and-indent): Remove debugging.
16635 (message-display-abbrev): Use new implementation.
16636
16637 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
16638
16639 * gnus-art.el (gnus-article-mode):
16640 Set cursor-in-non-selected-windows to nil.
16641
16642 * smiley.el: Revert previous change.
16643 (smiley-data-directory): defvar it before using it in the
16644 defcustom of `smiley-style'.
16645
16646 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16647
16648 * message.el (message-newline-and-indent): New function.
16649
16650 * ecomplete.el: Implement more bits.
16651
16652 * message.el (message-put-addresses-in-ecomplete): Clean up the
16653 string.
16654
16655 * ecomplete.el (ecomplete-add-item): Chop off decimals.
16656
16657 * gnus-sum.el (gnus-summary-save-parts):
16658 Bind gnus-summary-save-parts-counter and use it to make unique file
16659 names.
16660
16661 * gnus-art.el (gnus-ignored-headers): Add some more headers.
16662
16663 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16664 parameter to say whether to actually parse the individual
16665 addresses.
16666
16667 * message.el (message-put-addresses-in-ecomplete): New function.
16668 (ecomplete): Require.
16669 (message-mail-alias-type): Add ecomplete as an option.
16670
16671 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
16672
16673 * flow-fill.el (fill-flowed): Remove trailing space from blank
16674 quoted lines.
16675
16676 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16677
16678 * smiley.el (smiley-style): Move definition later to avoid a
16679 compilation warning.
16680
16681 2006-04-12 Kenichi Handa <handa@m17n.org>
16682
16683 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16684 buffer and then decode the buffer text if necessary.
16685 (rfc2231-encode-string): Be sure to work on multibyte buffer at
16686 first, and after mm-encode-body, change the buffer to unibyte.
16687 Use mm-disable-multibyte instead of set-buffer-multibyte.
16688
16689 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
16690
16691 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16692 Content-Type header instead of Content-Disposition header.
16693 (gnus-mime-inline-part): Ditto.
16694 (gnus-mime-view-part-as-charset): Ignore charset that the part
16695 specifies.
16696
16697 * mm-decode.el (mm-display-part): Work with external parts and
16698 usual parts similarly.
16699
16700 * mm-extern.el (mm-inline-external-body): Use mm-display-part
16701 instead of gnus-display-mime.
16702
16703 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16704 instead of with-temp-buffer.
16705
16706 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16707 tag to summarized topics part in order to encode non-ASCII text.
16708
16709 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
16710
16711 * smiley.el (smiley-style): New variable.
16712 (smiley-directory): New function.
16713 (smiley-data-directory): Derive from `smiley-style' using
16714 `smiley-directory'.
16715 (smiley-regexp-alist): Add new entries.
16716
16717 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16718 (gnus-article-browse-delete-temp): Add :version.
16719
16720 2006-04-11 Arne Jørgensen <arne@arnested.dk>
16721
16722 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16723 the sieve region.
16724
16725 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16726
16727 * gnus.el (gnus-version-number): Bump version.
16728
16729 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
16730
16731 * gnus.el: No Gnus v0.4 is released.
16732
16733 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16734
16735 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16736 layout.
16737
16738 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16739 unknown charset.
16740
16741 * message.el (message-header-synonyms): Add Original-To to the
16742 default.
16743
16744 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16745 optional parameter.
16746
16747 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
16748
16749 * gnus-fun.el (gnus): Require it for gnus-directory.
16750
16751 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16752
16753 * gnus-fun.el (gnus-face-properties-alist): Add :version.
16754
16755 2006-04-05 Daiki Ueno <ueno@unixuser.org>
16756
16757 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16758
16759 2006-04-05 Simon Josefsson <jas@extundo.com>
16760
16761 * password.el (password-reset): New function.
16762
16763 2006-04-05 Daiki Ueno <ueno@unixuser.org>
16764
16765 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16766 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16767
16768 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16769
16770 * nnweb.el (nnweb-google-create-mapping): Update regexp.
16771 Some whitespace was matched into the url, which broke browsing hits
16772 > 100 when mm-url-use-external was nil.
16773
16774 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
16775
16776 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16777 Check gnus-extra-headers for 'Newsgroups.
16778
16779 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16780 bound.
16781
16782 2006-04-04 Daiki Ueno <ueno@unixuser.org>
16783
16784 * pgg-gpg.el: Clean up process buffers every time gpg processes
16785 complete.
16786
16787 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
16788
16789 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16790 doc string.
16791
16792 2006-04-03 Daiki Ueno <ueno@unixuser.org>
16793
16794 * pgg-gpg.el (pgg-gpg-process-filter)
16795 (pgg-gpg-wait-for-completion): Check if buffer is alive.
16796
16797 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16798 lines, temporary fix.
16799
16800 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16801
16802 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16803
16804 2006-03-29 Daiki Ueno <ueno@unixuser.org>
16805
16806 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16807 default-enable-multibyte-characters. This reverts the change from
16808 revision 6.17 which is no longer necessary because the passphrase
16809 is sent separately now. GnuPG messages are unreadable under
16810 multibyte locales with default-enable-multibyte-characters set to
16811 nil.
16812
16813 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
16814
16815 * message.el (message-tool-bar-gnome): Move "spell".
16816
16817 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
16818
16819 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16820 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
16821 instead.
16822
16823 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
16824
16825 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16826 Improve newsgroups handling for NNTP overviews which don't include
16827 Newsgroups.
16828
16829 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16830
16831 * message.el (message-resend): Bind message-generate-hashcash to nil.
16832
16833 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16834
16835 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16836 when searching for already-paid recipients.
16837
16838 2006-03-27 Daiki Ueno <ueno@unixuser.org>
16839
16840 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16841 passphrases when it is not needed.
16842 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16843 passphrase stuff from gpg, should only be necessary when you use
16844 gpg with a smartcard.
16845
16846 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
16847
16848 * mml.el (mml-insert-mime): Ignore cached contents of
16849 message/external-body part.
16850
16851 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16852 (mm-insert-part): Ditto.
16853
16854 2006-03-23 Simon Josefsson <jas@extundo.com>
16855
16856 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16857 Reiner.
16858 (pgg-gpg-use-agent-p): Use it again.
16859
16860 2006-03-23 Simon Josefsson <jas@extundo.com>
16861
16862 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16863 older emacsen.
16864 (pgg-gpg-use-agent-p): Don't use it.
16865
16866 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
16867
16868 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16869 if we can.
16870
16871 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
16872
16873 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16874 (pgg-gpg-update-agent): New function.
16875 (pgg-gpg-use-agent-p): New function.
16876 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16877 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16878 (pgg-gpg-sign-region): Use it.
16879
16880 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
16881
16882 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16883 Reported by Ralf Wachinger <rwachinger@gmx.de>.
16884
16885 2006-03-21 Simon Josefsson <jas@extundo.com>
16886
16887 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16888 <wilde@sha-bang.de>.
16889 (pgg-gpg-use-agent): New variable.
16890 (pgg-gpg-process-region): Use it.
16891 (pgg-gpg-encrypt-region): Likewise.
16892 (pgg-gpg-encrypt-symmetric-region): Likewise.
16893 (pgg-gpg-decrypt-region): Likewise.
16894 (pgg-gpg-sign-region): Likewise.
16895 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16896
16897 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
16898
16899 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16900
16901 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16902 Add comment on version.
16903
16904 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
16905
16906 * smiley.el: Add missing test smiley.
16907
16908 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
16909
16910 * mm-decode.el (mm-with-part): New macro.
16911 (mm-get-part): Use it; work with message/external-body as well.
16912 (mm-save-part): Treat name and filename equally.
16913
16914 * mm-extern.el (mm-extern-cache-contents): New function.
16915 (mm-inline-external-body): Use it; force the part to be displayed;
16916 move undisplayer added to the cached handle to the parent.
16917
16918 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16919 (gnus-mime-view-part-as-type): Work with message/external-body.
16920
16921 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16922
16923 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
16924
16925 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16926 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
16927 Emacs.]
16928
16929 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
16930
16931 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16932 path rather than symbol. Always return list of directories.
16933 Guarantee that image directory comes first. [Sync with image.el,
16934 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
16935
16936 * message.el (message-make-tool-bar): Adjust to new API of
16937 `gmm-image-load-path-for-library'.
16938
16939 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16940
16941 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16942
16943 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16944
16945 * gnus-art.el (gnus-article-only-boring-p):
16946 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16947 intangible text.
16948 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16949
16950 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
16951
16952 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16953 Use `defun' instead of `gmm-defun-compat'.
16954
16955 2006-03-14 Simon Josefsson <jas@extundo.com>
16956
16957 * message.el (message-unique-id): Don't use message-number-base36
16958 if (user-uid) is a float.
16959 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16960
16961 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16962
16963 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16964
16965 * gnus-art.el (gnus-mime-display-single): Make sure there is an
16966 empty line between a part and a message part.
16967
16968 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
16969
16970 * smiley.el: Add more test smileys.
16971 (smiley-data-directory, smiley-regexp-alist)
16972 (gnus-smiley-file-types): Fix doc strings.
16973 (smiley-update-cache): Clear smiley-cached-regexp-alist before
16974 adding new elements.
16975 (smiley-mouse-map): Unused code. Make it a comment.
16976
16977 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
16978
16979 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16980 scan latest NoCeM messages instead of old ones.
16981 (gnus-nocem-check-article): Fix regexps so as to match to PGP
16982 delimiters that are recently used.
16983 (gnus-nocem-load-cache): Add autoload cookie.
16984
16985 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16986
16987 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16988 level which is larger than gnus-use-nocem is specified.
16989
16990 * gnus-group.el (gnus-group-get-new-news): Ditto.
16991
16992 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
16993
16994 * gnus-util.el (gnus-tool-bar-update): New function.
16995
16996 * gnus-group.el (gnus-group-update-tool-bar): New variable.
16997 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16998
16999 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17000
17001 * gnus-group.el (gnus-group-redraw-when-idle)
17002 (gnus-group-redraw-check): Remove.
17003 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17004
17005 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
17006
17007 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17008 if optional last element is specified in splits (FIELD VALUE...).
17009
17010 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
17011
17012 * message.el (message-make-tool-bar): Rename gmm-image-load-path
17013 to gmm-image-load-path-for-library. Call with no-error argument.
17014 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17015
17016 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17017
17018 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17019
17020 * gmm-utils.el (gmm-image-load-path): Remove alias.
17021
17022 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
17023
17024 * gmm-utils.el (gmm-image-load-path): Add alias.
17025
17026 * nnml.el (nnml-generate-nov-databases-directory): Rename from
17027 nnml-generate-nov-databases-1.
17028 (nnml-generate-nov-databases): Use it.
17029 (nnml-generate-nov-databases-directory): Document no-active
17030 argument.
17031
17032 * gmm-utils.el (gmm-image-load-path-for-library): Return single
17033 directory if path is t. Add no-error.
17034
17035 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17036 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17037
17038 * gnus-art.el (gnus-article-browse-delete-temp-files):
17039 Simplify resetting gnus-article-browse-html-temp-list.
17040
17041 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17042 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
17043 Add example to docstring. Rename local variables. Move error
17044 checks to default case in cond and simplify.
17045
17046 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
17047
17048 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17049 handle is multipart when calling it recursively.
17050 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17051
17052 2006-03-03 Daniel Pittman <daniel@rimspace.net>
17053
17054 * nnimap.el (nnimap-request-update-info-internal): Optimize.
17055 Don't `gnus-uncompress-range' to avoid excessive memory usage.
17056
17057 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17058
17059 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17060 is loaded.
17061
17062 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17063 loaded.
17064
17065 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
17066
17067 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17068 to "Emacs 23 (unicode)" in doc string.
17069
17070 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17071 "Emacs 23 (unicode)" in comment.
17072
17073 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17074
17075 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17076
17077 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17078 characters 160 through 255 in Emacs 23.
17079
17080 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17081
17082 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17083 gnus-article-browse-html-temp.
17084 (gnus-article-browse-delete-temp): Make it customizable.
17085 Add `file'. Adjust doc string.
17086 (gnus-article-browse-delete-temp-files): Add argument.
17087 Allow query for each file. Adjust doc string.
17088 (gnus-article-browse-html-parts):
17089 Add `gnus-article-browse-delete-temp-files' to
17090 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17091
17092 2006-03-02 Hynek Schlawack <hynek@ularx.de>
17093
17094 * gnus-art.el (gnus-article-browse-html-temp)
17095 (gnus-article-browse-delete-temp): New variables.
17096 (gnus-article-browse-delete-temp-files): New function.
17097 (gnus-article-browse-html-parts): Use it.
17098
17099 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17100
17101 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17102
17103 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17104 string.
17105
17106 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17107 gnus-summary-insert-new-articles when unplugged.
17108 Remove gnus-summary-search-article-forward.
17109
17110 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17111 display-visual-class instead of display-color-cells.
17112
17113 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
17114
17115 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17116 message/* containing non-ASCII text properly.
17117
17118 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
17119
17120 * message.el: Require gmm-utils, remove autoloads.
17121 (message-tool-bar): Set default based on
17122 gmm-tool-bar-style.
17123 (message-tool-bar-gnome): Add gmm-customize-mode.
17124
17125 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17126 gmm-tool-bar-style.
17127 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17128
17129 * gnus-group.el (gnus-group-tool-bar): Set default based on
17130 gmm-tool-bar-style.
17131 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17132
17133 * gmm-utils.el (gmm-image-directory): Rename variable from
17134 gmm-image-load-path.
17135 (gmm-image-load-path): Use gmm-image-directory.
17136 (gmm-customize-mode): New function.
17137 (gmm-tool-bar-style): New variable.
17138
17139 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17140 gnus-group-redraw-line-number.
17141 (gnus-group-redraw-check): Simplify.
17142 (gnus-group-tool-bar-update): Remove redraw check.
17143 (gnus-group-make-tool-bar): Add redraw check.
17144
17145 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
17146
17147 * gnus-art.el (gnus-button): Add missing parentheses.
17148
17149 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
17150
17151 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17152
17153 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
17154
17155 * gnus-art.el (gnus-button): New face.
17156 (gnus-article-button-face): Use it.
17157
17158 * gnus-sum.el (gnus-summary-tool-bar-gnome):
17159 Add gnus-summary-next-page. Re-order.
17160
17161 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17162 next-node are now included.
17163 (gnus-group-redraw-line-number): New internal variable.
17164 (gnus-group-redraw-check): Helper function for updating the tool
17165 bar.
17166 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17167
17168 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17169
17170 * spam.el (spam-spamassassin-score-regexp): New internal variable.
17171 (spam-extra-header-to-number, spam-check-spamassassin-headers):
17172 Use it to match format of Spamassassin 3.0 and later.
17173 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17174 (spam-check-bogofilter)
17175 (spam-bogofilter-register-with-bogofilter): Fix args of
17176 `gnus-error' calls.
17177
17178 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
17179
17180 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17181 unnecessary interaction when sending queued mails.
17182 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17183
17184 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
17185
17186 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17187 first or last are nil.
17188
17189 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17190
17191 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17192
17193 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
17194
17195 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17196
17197 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
17198
17199 * dns.el (query-dns): Protect more against buggy tcp output.
17200
17201 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17202
17203 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17204 nov.php.
17205
17206 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17207
17208 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17209 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17210 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
17211 output on the server side.
17212 (nnweb-google-create-mapping): Update regexps and add some
17213 progress indication.
17214
17215 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
17216
17217 * gnus-group.el (gnus-group-tool-bar-gnome):
17218 Fix gnus-agent-toggle-plugged. Re-order icons.
17219 (gnus-group-tool-bar-gnome):
17220 Add gnus-group-{prev,next}-unread-group.
17221 (gnus-group-tool-bar-gnome): Re-order icons.
17222
17223 * gnus-sum.el (gnus-summary-tool-bar-gnome):
17224 Move gnus-summary-insert-new-articles.
17225
17226 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17227 Fix comments.
17228
17229 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
17230 also available in Emacs 21.3.
17231
17232 * message.el (message-fix-before-sending): Change "Emacs 22" to
17233 "Emacs 23 (unicode)" in comment.
17234
17235 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17236 "Emacs 23 (unicode)" in comment.
17237
17238 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17239 comment.
17240 (mm-coding-system-p): Add comment about no-MULE XEmacs.
17241
17242 * mm-view.el (mm-fill-flowed): Add :version.
17243
17244 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
17245
17246 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17247 and load-path.
17248
17249 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
17250
17251 * message.el: Autoload gmm-image-load-path.
17252 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17253 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
17254 consitency.
17255
17256 * gmm-utils.el (gmm-image-load-path): Also search in
17257 "../etc/images". Don't set gmm-image-load-path if we don't find
17258 the image.
17259
17260 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
17261
17262 * gmm-utils.el (gmm-image-load-path): Don't make
17263 `gmm-image-load-path' include subdirectories which the second arg
17264 `image' might specify.
17265
17266 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17267 subdirectory to icon file names.
17268
17269 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17270
17271 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
17272
17273 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17274 gmm-image-load-path calls.
17275
17276 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17277
17278 * message.el (message-make-tool-bar): Ditto.
17279
17280 * mml.el (mml-preview): Add comment concerning tool bar icons.
17281
17282 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17283 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17284
17285 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17286 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17287
17288 * message.el (message-tool-bar-gnome): Use new icon names.
17289 (message-make-tool-bar): Use `gmm-image-load-path'.
17290
17291 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17292 New functions from MH-E.
17293 (gmm-image-load-path): New variable from MH-E.
17294 (gmm-image-load-path): New function from MH-E. Add arguments
17295 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
17296 *-image-load-path-called-flag.
17297
17298 2006-02-21 Milan Zamazal <pdm@brailcom.org>
17299
17300 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17301
17302 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
17303
17304 * nnimap.el (nnimap-request-move-article): Change folder back to
17305 source group before deleting.
17306
17307 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
17308
17309 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17310
17311 * gnus-art.el (mm-url-insert-file-contents-external):
17312 Autoload mm-url.
17313
17314 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17315
17316 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
17317
17318 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17319 coding system which mm-charset-to-coding-system returns for a
17320 given charset is valid.
17321
17322 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
17323
17324 * html2text.el (html2text-remove-tag-list):
17325 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17326
17327 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
17328
17329 * gnus-cus.el: Revert 2005-10-17 change.
17330
17331 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
17332
17333 * gnus-art.el (article-strip-banner):
17334 Call article-really-strip-banner only when the regexp match is made.
17335
17336 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
17337
17338 * gnus-art.el (article-strip-banner):
17339 Use gnus-extract-address-components instead of
17340 mail-header-parse-addresses to make it work with non-ASCII text;
17341 remove mail-encode-encoded-word-string.
17342
17343 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17344 values which are surrounded with \"...\"; make it never cause a
17345 Lisp error; give up parsing of parameters if it failed in
17346 extracting type.
17347
17348 2006-02-14 Arne Jørgensen <arne@arnested.dk>
17349
17350 * smime.el (smime-cert-by-ldap-1): Fix bug where
17351 `smime-ldap-search' returns results without userCertificates.
17352
17353 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
17354
17355 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17356
17357 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
17358
17359 * spam.el (spam-check-spamassassin-headers): Adapt format for
17360 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
17361 <ari@mbf.ocn.ne.jp>.
17362 (spam-list-of-processors): Add spam-use-gmane.
17363
17364 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
17365
17366 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17367 make-temp-file; make it work with XEmacs as well.
17368
17369 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17370 mm-make-temp-file.
17371
17372 * mm-decode.el (mm-display-external): Use the 3rd arg of
17373 mm-make-temp-file.
17374 (mm-create-image-xemacs): Ditto.
17375
17376 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
17377
17378 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17379 with message-narrow-to-headers.
17380 (gnus-draft-setup): Narrow to header to run message-fetch-field.
17381 (gnus-draft-check-draft-articles): New function.
17382 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17383
17384 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
17385
17386 * gnus-art.el (gnus-article-browse-html-parts):
17387 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17388 Don't use suffix argument for mm-make-temp-file for Emacs 21
17389 compatibility. Remove useless `format'.
17390
17391 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17392
17393 * nnweb.el (nnweb-google-wash-article): Update regexps.
17394 (nnweb-group-alist): Use defvoo instead of defvar.
17395
17396 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
17397
17398 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17399 re-loading nn* modules.
17400
17401 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
17402
17403 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17404 for `tool-bar-mode' and don't check it's default-value.
17405
17406 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17407
17408 * message.el (message-make-tool-bar): Ditto.
17409
17410 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17411 `substring'. Shorten tmp-file name.
17412
17413 * gnus.el: Remove bogus comment.
17414
17415 2006-02-10 Hynek Schlawack <hynek@ularx.de>
17416
17417 * gnus-art.el (gnus-article-browse-html-parts): New function.
17418 (gnus-article-browse-html-article): New function for viewing html
17419 articles with a browser.
17420
17421 2006-02-09 Daiki Ueno <ueno@unixuser.org>
17422
17423 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17424 (mml2015-pgg-encrypt): Ditto.
17425
17426 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17427 (mml1991-pgg-encrypt): Ditto.
17428
17429 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
17430
17431 * nnfolder.el (nnfolder-insert-newsgroup-line):
17432 Use message-make-date instead of current-time-string.
17433
17434 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17435 to gnus-decoded which mm-uu might set.
17436
17437 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
17438
17439 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17440 don't decode quoted parameters; remove misimported Emacs code.
17441 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17442 (rfc2231-decode-encoded-string): Don't use split-string which
17443 behaves differently according to Emacs version; use
17444 mm-decode-coding-region to convert charset to coding-system.
17445 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17446 (rfc2231-encode-string): Remove misimported Emacs code.
17447
17448 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
17449
17450 * gnus-art.el (article-decode-charset): Don't use ignore-errors
17451 when calling mail-header-parse-content-type.
17452 (article-de-quoted-unreadable): Ditto.
17453 (article-de-base64-unreadable): Ditto.
17454 (article-wash-html): Ditto.
17455
17456 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17457 calling mail-header-parse-content-type and
17458 mail-header-parse-content-disposition.
17459 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17460 mail-header-parse-content-type.
17461
17462 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17463 insert charset and format parameters; encode description after
17464 inserting it to buffer.
17465 (mml-insert-parameter): Fold lines properly even if a parameter is
17466 segmented into two or more lines; change the max column to 76.
17467
17468 * rfc1843.el (rfc1843-decode-article-body): Don't use
17469 ignore-errors when calling mail-header-parse-content-type.
17470
17471 * rfc2231.el (rfc2231-parse-string): Return at least type if
17472 possible; don't cause an error even if it fails in parsing of
17473 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17474 (rfc2231-encode-string): Don't break lines at the beginning, leave
17475 it to mml-insert-parameter.
17476
17477 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17478 calling mail-header-parse-content-type.
17479
17480 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
17481
17482 * spam-report.el (spam-report-gmane-use-article-number):
17483 Improve doc string.
17484 (spam-report-gmane-internal): Check if a suitable header was found
17485 in the article.
17486
17487 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
17488
17489 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17490 (rfc2231-encode-string): Make param*=value always begin with LWSP.
17491
17492 2006-02-05 Romain Francoise <romain@orebokech.com>
17493
17494 Update copyright notices of all files in the gnus directory.
17495
17496 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17497
17498 * nnweb.el (nnweb-request-group): Avoid growing overview files.
17499
17500 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
17501
17502 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17503 segmented lines of parameter value to cope with Thunderbird 1.5
17504 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17505 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17506 (rfc2231-encode-string): Don't make lines exceeding 76 column.
17507
17508 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
17509
17510 * mml.el (mml-generate-mime-1): Correct the order of inline signed
17511 parts.
17512
17513 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17514
17515 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17516 there's only one active file for all servers.
17517 (nnweb-request-scan): Make sure nnweb-articles is initialized on
17518 solid groups. Gnus might have used a FAST request to select the group.
17519 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17520 and nnweb-search redundantly in the active file.
17521 (nnweb-request-list): Don't list bogus groups. There can only be one.
17522 (nnweb-request-create-group): Don't use ARGS.
17523 (nnweb-possibly-change-server, nnweb-request-group): Remove some
17524 initializations. Let nnoo do the work.
17525
17526 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
17527
17528 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17529 Say the part has been decoded.
17530
17531 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17532
17533 2006-01-31 Kevin Ryde <user42@zip.com.au>
17534
17535 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17536 mailcap-viewer-test-cache when there's no 'test clause, since that
17537 will invert the meaning of a "nil" test previously determined by
17538 mailcap-mailcap-entry-passes-test.
17539
17540 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
17541
17542 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17543 compiling.
17544
17545 * gnus-sum.el: Ditto.
17546
17547 * message.el: Don't bind tool-bar-map when compiling.
17548
17549 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
17550
17551 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17552
17553 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17554
17555 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17556 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17557 current Google Groups.
17558
17559 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
17560
17561 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17562 and tool-bar-mode.
17563
17564 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17565 and tool-bar-mode.
17566
17567 * message.el (message-tool-bar-update): Simplify.
17568 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17569
17570 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17571 gnus-summary-buffer.
17572 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17573 gnus-summary-reply.
17574
17575 * gmm-utils.el (gmm): Add :version.
17576
17577 2006-01-26 Steve Youngs <steve@sxemacs.org>
17578
17579 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17580 Don't autoload.
17581
17582 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
17583
17584 * gmm-utils.el (gmm-verbose): Add :group.
17585
17586 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
17587
17588 * message.el: Change some comments WRT tool-bars.
17589
17590 * gnus-sum.el (gnus-summary-tool-bar)
17591 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17592 (gnus-summary-tool-bar-zap-list): New variables.
17593 (gnus-summary-make-tool-bar): Complete rewrite using
17594 `gmm-tool-bar-from-list'.
17595
17596 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17597 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17598 New variables.
17599 (gnus-group-make-tool-bar): Complete rewrite using
17600 `gmm-tool-bar-from-list'.
17601 (gnus-group-tool-bar-update): New function.
17602
17603 * message.el (message-mode-field-menu): Add "Show hidden Headers".
17604
17605 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
17606
17607 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17608 is dissected into a single part of which the type is the same as
17609 the given one; decode charset.
17610
17611 2006-01-21 Kevin Ryde <user42@zip.com.au>
17612
17613 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17614 into alists as symbol not string, since that's what
17615 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17616 look for.
17617
17618 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
17619
17620 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17621 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17622
17623 * message.el (message-tool-bar-gnome): Use gmm-ignore.
17624
17625 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
17626
17627 * gnus-art.el (gnus-mime-security-button-commands): New variable.
17628 (gnus-mime-security-button-menu): New definition.
17629 (gnus-mime-security-button-map): Use them.
17630 (gnus-mime-security-button-menu): New function.
17631 (gnus-insert-mime-security-button): Addition to help echo.
17632 (gnus-mime-security-run-function, gnus-mime-security-save-part)
17633 (gnus-mime-security-pipe-part): New functions.
17634
17635 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17636 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17637
17638 * mm-decode.el (mm-handle-set-disposition): Remove.
17639 (mm-handle-set-description): Remove.
17640
17641 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
17642
17643 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17644 (mm-w3m-standalone-supports-m17n-p): New function.
17645 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17646 w3m usage.
17647
17648 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17649 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17650
17651 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
17652
17653 * message.el (message-tool-bar-zap-list):
17654 Use gmm-tool-bar-zap-list as custom type.
17655 (message-tool-bar-update): New function.
17656 (message-tool-bar, message-tool-bar-gnome)
17657 (message-tool-bar-retro): Add message-tool-bar-update.
17658 (message-tool-bar-gnome): Add flyspell-buffer.
17659
17660 * gnus-util.el (gnus-error): Describe `args'.
17661
17662 * gmm-utils.el (gmm-error): Describe `args'.
17663 (gmm-tool-bar-zap-list): New widget.
17664 (gmm-tool-bar-from-list): Improve description of `zap-list'.
17665
17666 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
17667
17668 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17669 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17670 the number of recursive calls.
17671
17672 * mm-decode.el (mm-handle-set-disposition): New macro.
17673 (mm-handle-set-description): New macro.
17674
17675 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
17676
17677 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17678 encoding.
17679
17680 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
17681
17682 * message.el (message-tool-bar-zap-list, message-tool-bar)
17683 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17684 (message-tool-bar-local-item-from-menu): Remove.
17685 (message-tool-bar-map): Replace by `message-make-tool-bar'.
17686 (message-make-tool-bar): New function.
17687 (message-mode): Use `message-make-tool-bar'.
17688
17689 * gmm-utils.el: New file.
17690 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17691 (gmm-lazy): New widget copied from `nnmail.el'.
17692 (gmm-tool-bar-from-list): New function for creating customizable
17693 tool bars.
17694 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
17695 output.
17696 (gmm): Add :prefix to defgroup.
17697
17698 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
17699
17700 * gmm-utils.el (gmm-widget-p): New function.
17701
17702 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
17703
17704 * mml.el (mml-attach-file): Describe `description' in doc string.
17705 (mml-menu): Add Emacs MIME manual and PGG manual.
17706
17707 2006-01-20 Richard M. Stallman <rms@gnu.org>
17708
17709 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17710
17711 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
17712
17713 * nntp.el (nntp-end-of-line): Doc fix.
17714
17715 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
17716
17717 * imap.el (imap-open): Handle case where buffer is a buffer
17718 object.
17719
17720 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
17721
17722 * gnus-delay.el (gnus-delay): Don't autoload.
17723 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17724 to be re-loaded when customizing the `gnus-delay' group.
17725
17726 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
17727
17728 * message.el (message-insert-citation-line): Use newlines.
17729
17730 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
17731
17732 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17733
17734 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17735
17736 2006-01-19 Mark D. Baushke <mdb@gnu.org>
17737
17738 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17739
17740 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
17741
17742 * mm-decode.el (mm-inlined-types): Add application/pgp.
17743 (mm-automatic-display): Ditto.
17744
17745 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17746 part as text.
17747
17748 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
17749
17750 * nnrss.el: Update copyright.
17751 (nnrss-opml-import): Query whether to subscribe to each entry.
17752
17753 * gnus-art.el:
17754 * gnus-sum.el:
17755 * mm-uu.el:
17756 * mm-view.el: Update copyright.
17757
17758 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
17759
17760 * message.el (message-info): New function.
17761 (message-mode-menu): Add it.
17762 Update copyright.
17763
17764 * ChangeLog: Fix and update copyright.
17765
17766 2006-01-13 Romain Francoise <romain@orebokech.com>
17767
17768 * message.el (message-forward-subject-name-subject): Prefer the
17769 address to 'nowhere' if the sender has no name.
17770 Fix typo. Update copyright year.
17771
17772 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
17773
17774 * gnus-art.el (article-wash-html):
17775 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17776 (gnus-article-wash-html-with-w3m-standalone): New function.
17777
17778 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17779 mm-inline-text-html-render-with-w3m-standalone.
17780 (mm-text-html-washer-alist): Map w3m-standalone to
17781 gnus-article-wash-html-with-w3m-standalone.
17782 (mm-inline-text-html-render-with-w3m-standalone): New function.
17783
17784 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
17785
17786 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17787 Improve LaTeX.
17788
17789 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
17790
17791 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17792 (nnrss-request-article): Render text/plain parts as HTML.
17793
17794 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17795 the buffer.
17796
17797 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
17798
17799 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17800 custom definition of `gnus-posting-styles'.
17801
17802 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17803 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17804
17805 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
17806
17807 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17808 Use nntp for bug archive.
17809
17810 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
17811
17812 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17813 parts.
17814 (nnrss-normalize-date): New function converts ISO 8601 date into
17815 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
17816 (nnrss-check-group): Use it.
17817
17818 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
17819
17820 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17821
17822 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17823 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
17824 (nnrss-insert-w3): Ditto.
17825
17826 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17827
17828 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17829 the articles to be forwarded including the case where neither a
17830 number of articles nor a region is specified.
17831
17832 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
17833
17834 * nnrss.el (nnrss-request-article): Fix last change; fill
17835 text/plain parts.
17836
17837 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
17838
17839 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17840 in text/plain part.
17841 (nnrss-check-group): Don't add excessive newline to dc:subject.
17842
17843 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
17844
17845 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17846 article.
17847
17848 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
17849
17850 * nnml.el: Don't require gnus-bcklg. Autoload it.
17851 (nnml-use-compressed-files, nnml-save-mail): Support other
17852 comression programs such as bzip2.
17853
17854 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17855
17856 * dns.el (query-dns): Make sure we check the buffer size before
17857 removing tcp headers.
17858
17859 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
17860
17861 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17862 remove MIME buttons associated with multipart/alternative parts.
17863 (gnus-mime-display-alternative): Tag buttons using `article-type'
17864 text property.
17865
17866 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17867 associated with multipart/alternative parts.
17868
17869 * gnus-art.el (gnus-signature-separator): Fix custom type.
17870
17871 * mm-decode.el (mm-inlined-types): Fix custom type.
17872 (mm-keep-viewer-alive-types): Ditto.
17873 (mm-automatic-display): Ditto.
17874 (mm-attachment-override-types): Ditto.
17875 (mm-inline-override-types): Ditto.
17876 (mm-automatic-external-display): Ditto.
17877
17878 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
17879
17880 * spam-report.el (spam-report-user-mail-address)
17881 (spam-report-user-agent): New variables.
17882 (spam-report-url-ping-plain): Use spam-report-user-agent.
17883
17884 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
17885
17886 * gnus-art.el (gnus-button-handle-custom): Do not just use
17887 `customize-apropos' for any "M-x customize-*" button but the
17888 function called for. Accept both the function name and its
17889 argument in order to achieve this.
17890 (gnus-button-alist): Remove support for "custom:" URL's.
17891 Pass function name to `gnus-button-handle-custom' in case of "M-x
17892 customize-*" buttons.
17893
17894 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
17895
17896 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17897 multipart/alternative and add xref to mm-discouraged-alternatives
17898 in doc string.
17899
17900 * mm-decode.el (mm-discouraged-alternatives): Add xref to
17901 gnus-buttonized-mime-types in doc string.
17902
17903 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
17904
17905 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17906 Suggest image/.* in the doc string.
17907
17908 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
17909
17910 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17911 message-marks (Debian bug #342521).
17912
17913 2005-12-12 Simon Josefsson <jas@extundo.com>
17914
17915 * password.el (password-read-from-cache): Add.
17916 (password-read): Use it.
17917
17918 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
17919
17920 * rfc2047.el (rfc2047-charset-to-coding-system):
17921 Recognize us-ascii as a MIME charset.
17922
17923 * mm-bodies.el (mm-decode-content-transfer-encoding):
17924 Protect against the case where the 2nd arg TYPE is nil.
17925
17926 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17927
17928 * pop3.el (pop3-stream-type): Fix custom version.
17929
17930 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17931
17932 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17933
17934 * mm-decode.el (mm-display-external): Add missing cdr.
17935
17936 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
17937
17938 * mm-decode.el (mm-display-external): Use nametemplate (defined in
17939 RFC1524) if it is in mailcap or add a suffix according to
17940 mailcap-mime-extensions when generating a temp filename; postpone
17941 deleting a temp file for 2 seconds for some wrappers, shell
17942 scripts, and so on, which might exit right after having started a
17943 viewer command as a background job.
17944
17945 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
17946
17947 * nntp.el (nntp-marks-directory): Fix custom group.
17948
17949 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17950 steps when < 10.
17951
17952 * gnus-start.el (gnus-no-server-1):
17953 Mention `gnus-level-default-subscribed' in doc string.
17954
17955 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17956
17957 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17958 parens.
17959
17960 2005-11-26 Dave Love <fx@gnu.org>
17961
17962 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17963 (tls-program, tls-success): Provide openssl alternative.
17964
17965 * starttls.el: Doc fixes.
17966 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17967 SERVICE to PORT.
17968
17969 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
17970 port null or service name.
17971 (starttls-negotiate): Autoload.
17972
17973 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17974
17975 * message.el (message-kill-to-signature): Fix interactive spec.
17976
17977 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
17978
17979 * pop3.el (pop3-open-server): Recognize a string as a service name.
17980
17981 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
17982
17983 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17984
17985 2005-11-23 Dave Love <fx@gnu.org>
17986
17987 Add pop3s, pop3/starttls.
17988
17989 * pop3.el (pop3-authentication-scheme): Clarify doc.
17990 (open-tls-stream, starttls-open-stream): Autoload.
17991 (pop3-stream-type): New.
17992 (pop3-open-server): Use it.
17993
17994 * mail-source.el (mail-sources): Fix some :types. Add stream type
17995 for POP.
17996 (mail-source-keyword-map): Add :stream for POP.
17997 (mail-source-fetch-pop): Use pop3-stream-type.
17998
17999 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
18000
18001 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18002 of current-time-string.
18003
18004 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
18005
18006 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18007 date header.
18008
18009 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18010
18011 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18012 it can seriously impact performance as it bypasses the agent's
18013 local caches.
18014
18015 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18016
18017 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18018 must be explicitly online rather than "not explicitly offline" for
18019 its flags to be synchronized.
18020
18021 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18022 that gnus-uu-unmark-thread will function correctly.
18023
18024 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18025 1024K is instead displayed as 1M.
18026
18027 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18028
18029 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18030
18031 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
18032
18033 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18034
18035 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
18036
18037 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18038 error message to display actual error condition.
18039 (gnus-agent-save-local): Avoid saving symbols that are bound to
18040 nil as they simply result in a warning message in
18041 gnus-agent-read-local.
18042
18043 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18044
18045 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18046 rather than make-variable-buffer-local for file-precious-flag.
18047
18048 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18049
18050 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18051 for duplicates which are removed. The invalid sort check then
18052 triggers a rescan after the sort as sorting may have moved
18053 duplicate entries such that they can be cheaply detected.
18054
18055 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18056
18057 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18058
18059 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18060
18061 * gnus-agent.el (gnus-agent-article-alist-save-format):
18062 Change internal variable to a custom variable. Change default value
18063 from compressed(2) to uncompressed(1).
18064 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18065 support for uncompressed agentview files. Taken together, reading
18066 the agentview file should now be 6-7 times faster.
18067
18068 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
18069
18070 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18071 as a buffer-local variable. This avoids creating truncated
18072 dribble files as a result of a hang up, eg.
18073
18074 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18075
18076 * gnus-start.el (gnus-start-draft-setup):
18077 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18078
18079 * gnus.el (gnus-splash): Change custom group.
18080 (gnus-group-get-parameter, gnus-group-parameter-value):
18081 Describe allow-list argument.
18082
18083 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18084 string.
18085
18086 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18087
18088 * gnus-art.el (gnus-default-article-saver): Add user-defined
18089 `function' to custom type.
18090
18091 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18092
18093 * imap.el (imap-open): Handle case where buffer is a buffer
18094 object.
18095
18096 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
18097
18098 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18099 long lines.
18100 (gnus-cache-delete-group): Wrap doc strings.
18101
18102 * gnus-agent.el (gnus-agent-rename-group)
18103 (gnus-agent-delete-group): Wrap doc strings.
18104
18105 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18106
18107 * gnus-start.el (gnus-1): Add "native" to
18108 gnus-predefined-server-alist.
18109
18110 * gnus.el (gnus-method-to-server): Don't add "native" to the
18111 lists here, because that leads to problems when
18112 gnus-select-method is bound.
18113
18114 2005-11-09 Simon Josefsson <jas@extundo.com>
18115
18116 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18117 use (not sort-by-date) instead.
18118
18119 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
18120
18121 * gnus-delay.el (gnus-delay-group): Don't autoload.
18122 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18123 to be re-loaded when customizing the `gnus-delay' group.
18124
18125 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
18126
18127 * message.el: Revert last changes.
18128 (message-insert-citation-line): Use newlines.
18129
18130 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18131
18132 * message.el (message-courtesy-message)
18133 (message-mark-insert-begin, message-mark-insert-end)
18134 (message-elide-ellipsis, message-cancel-message)
18135 (message-add-header, message-change-subject)
18136 (message-cross-post-followup-to-header)
18137 (message-cross-post-insert-note, message-reduce-to-to-cc)
18138 (message-widen-reply, message-delete-not-region)
18139 (message-kill-to-signature, message-insert-signature)
18140 (message-insert-importance-high, message-insert-importance-low)
18141 (message-insert-or-toggle-importance)
18142 (message-insert-disposition-notification-to)
18143 (message-indent-citation, message-yank-original)
18144 (message-cite-original-without-signature, message-cite-original)
18145 (message-insert-citation-line, message-position-on-field)
18146 (message-fix-before-sending, message-send-mail-partially)
18147 (message-send-mail, message-send-mail-with-sendmail)
18148 (message-send-mail-with-qmail, message-send-news)
18149 (message-check-news-header-syntax, message-generate-headers)
18150 (message-insert-courtesy-copy, message-fill-address)
18151 (message-fill-header, message-shorten-references)
18152 (message-setup-1, message-cancel-news)
18153 (message-forward-make-body-plain, message-forward-make-body-mime)
18154 (message-forward-make-body-mml, message-encode-message-body)
18155 (message-forward-make-body-digest-plain)
18156 (message-forward-make-body-digest-mime)
18157 (message-use-alternative-email-as-from): Insert `hard-newline'
18158 instead of ordinary newlines.
18159
18160 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
18161
18162 * message.el (message-generate-headers): Downcase the argument
18163 given to message-check-element.
18164
18165 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
18166
18167 * nntp.el (nntp-authinfo-rejected): New error condition.
18168 (nntp-wait-for): Use new error condition to signal authentication
18169 error.
18170 (nntp-retrieve-data): Rethrow new error condition to break out of
18171 recursive call to nntp-send-authinfo.
18172
18173 2005-11-08 Romain Francoise <romain@orebokech.com>
18174
18175 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18176 (gnus-summary-exit-map): Bind to `Z p'.
18177 (gnus-summary-make-menu-bar): Add menu item.
18178
18179 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
18180
18181 * gnus-art.el (gnus-article-treat-custom): Add `first'.
18182 (gnus-treat-*): Add `first' in all doc strings.
18183
18184 * gnus-group.el (gnus-group-compact-group): Fix typo.
18185
18186 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
18187
18188 * gnus.el (gnus-parameters-case-fold-search): New variable.
18189 (gnus-parameters-get-parameter): Use it.
18190
18191 * gnus-score.el (gnus-home-score-file): Doc fix.
18192
18193 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
18194
18195 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18196
18197 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
18198
18199 * mm-util.el (mm-special-display-p): New function.
18200
18201 * mml.el (mml-preview): Use it; doc fix.
18202
18203 2005-10-29 Romain Francoise <romain@orebokech.com>
18204
18205 * message.el (message-fix-before-sending): Fix comment.
18206
18207 2005-10-29 Jari Aalto <jari.aalto@cante.net>
18208
18209 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18210
18211 2005-10-29 Jari Aalto <jari.aalto@cante.net>
18212
18213 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18214 Used in gnus-score.el.
18215
18216 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
18217
18218 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18219
18220 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
18221
18222 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18223 whitespace removed in revision 7.8. Use concatenated string to
18224 protect trailing whitespace.
18225
18226 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
18227
18228 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18229 (nnimap-request-expire-articles): Use it to avoid sending 'UID
18230 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18231 Courier IMAP ("some version from 2004"). Mostly based on similar
18232 code in the same function.
18233
18234 2005-10-26 Didier Verna <didier@xemacs.org>
18235
18236 * gnus-group.el (gnus-group-compact-group): Invalidate original
18237 article buffer.
18238 * gnus-srvr.el (gnus-server-compact-server): Ditto.
18239 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18240 NOV database and in article itself.
18241 Invalidate article backlog.
18242
18243 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
18244
18245 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18246
18247 2005-10-26 Simon Josefsson <jas@extundo.com>
18248
18249 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18250 part of 2004-07-25 change.
18251
18252 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
18253
18254 * message.el (message-display-completion-list): New function.
18255 (message-expand-group): Use it; make sure the Completions buffer
18256 is modifiable.
18257
18258 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18259
18260 * imap.el (imap-open): Handle case where buffer is a buffer object.
18261
18262 2005-10-24 Eli Zaretskii <eliz@gnu.org>
18263
18264 * pgg-def.el:
18265 * pgg-gpg.el:
18266 * pgg-parse.el:
18267 * pgg-pgp.el:
18268 * pgg-pgp5.el:
18269 * pgg.el: Move to the parent lisp directory.
18270
18271 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
18272
18273 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18274 user-mail-name is an empty string.
18275
18276 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
18277
18278 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18279 depending on gnus-score-decay-constant.
18280
18281 * encrypt.el (encrypt-insert-file-contents)
18282 (encrypt-write-file-contents): Don't use `gnus-message'.
18283
18284 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18285 arguments.
18286 (mm-uu-type-alist): Add message-marks and insert-marks.
18287 Pass arguments to mm-uu-verbatim-marks-extract.
18288 (mm-uu-hide-markers): New variable.
18289 (mm-uu-extract): Use face similar to `gnus-cite-3'.
18290
18291 * gnus-fun.el (gnus-convert-image-to-x-face-command)
18292 (gnus-convert-image-to-face-command): Use "convert" by default to
18293 allow other input image formats.
18294 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18295 accordingly.
18296
18297 2005-10-23 Simon Josefsson <jas@extundo.com>
18298
18299 * imap.el (imap-gssapi-program): Align command line parameters
18300 with latest GNU SASL.
18301 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18302
18303 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18304
18305 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18306 HTML.
18307 (nnslashdot-request-article): Ditto.
18308
18309 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
18310
18311 * mail-source.el (mail-source-fetch-pop): Require pop3.
18312 (mail-source-check-pop): Ditto.
18313
18314 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
18315
18316 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18317 errors.
18318
18319 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
18320
18321 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18322 (gnus-treat-strip-leading-blank-lines): Improve doc string.
18323
18324 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18325
18326 * mm-bodies.el (mm-decode-string):
18327 Call `mm-charset-to-coding-system' with allow-override argument.
18328
18329 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
18330
18331 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18332 (rfc2047-charset-to-coding-system): New function.
18333 (rfc2047-decode-encoded-words): New function.
18334 (rfc2047-decode-region): Use them.
18335 (rfc2047-decode-cte): Remove.
18336 (rfc2047-parse-and-decode): Remove.
18337 (rfc2047-decode): Remove.
18338
18339 2005-10-15 Kenichi Handa <handa@m17n.org>
18340
18341 * rfc2047.el (rfc2047-decode-cte): New function.
18342 (rfc2047-decode-region): Change the way to decode successive
18343 encoded-words: decode B- or Q-encoding in each encoded-word,
18344 concatenate them, and decode it as charset.
18345
18346 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
18347
18348 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
18349 widget-move-and-invoke.
18350 (gnus-custom-mode): Use gnus-custom-map.
18351
18352 2005-10-15 Bill Wohler <wohler@newt.com>
18353
18354 * message.el (message-tool-bar-map): Rename image file from
18355 mail_send to mail/send.
18356
18357 2005-10-16 Masatake YAMATO <jet@gyve.org>
18358
18359 * message.el (message-expand-group): Pass the common
18360 prefix substring of completion to `display-completion-list'.
18361
18362 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
18363
18364 * mml-sec.el (mml-secure-method): New internal variable.
18365 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18366 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18367 New functions using mml-secure-method.
18368
18369 * mml.el (mml-mode-map): Add key bindings for those functions.
18370 (mml-menu): Simplify security menu entries. Suggested by Jesper
18371 Harder <harder@myrealbox.com>.
18372 (mml-attach-file, mml-attach-buffer, mml-attach-external):
18373 Goto end of message if point is the headers of the message.
18374
18375 * message.el (message-in-body-p): New function.
18376
18377 * assistant.el: Autoload gnus-util and netrc.
18378
18379 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18380 Use `mm-charset-override-alist' only when decoding.
18381
18382 * mm-bodies.el (mm-decode-body):
18383 Call `mm-charset-to-coding-system' with allow-override argument.
18384
18385 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18386 `filename' from Content-Disposition if Content-Type doesn't
18387 provide `name'.
18388 (gnus-mime-view-part-as-type): Set default instead of
18389 initial-input.
18390
18391 2005-10-09 Daniel Brockman <daniel@brockman.se>
18392
18393 * format-spec.el (format-spec): Propagate text properties of % spec.
18394
18395 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
18396
18397 * gnus-art.el (gnus-treat-predicate): Add `first'.
18398
18399 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
18400
18401 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18402 (mm-charset-override-alist): New variable.
18403 (mm-charset-to-coding-system): Use it.
18404 (mm-codepage-setup): New helper function.
18405 (mm-charset-eval-alist): New variable.
18406 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18407 Warn about unknown charsets.
18408
18409 2005-10-04 David Hansen <david.hansen@gmx.net>
18410
18411 * nnrss.el (nnrss-request-article): Add support for the comments tag.
18412 (nnrss-check-group): Ditto.
18413
18414 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
18415
18416 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18417 Rename x-gnus-verbatim to x-verbatim.
18418 (mm-uu-type-alist): Fix regexp for verbatim-marks.
18419
18420 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18421 x-verbatim.
18422
18423 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18424
18425 * gnus-util.el (gnus-remove-duplicates): Remove.
18426
18427 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18428 instead of gnus-remove-duplicates.
18429
18430 * message.el (message-remove-duplicates): Remove.
18431 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18432 message-remove-duplicates.
18433
18434 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18435 available, else use implementation from `delete-dups'.
18436
18437 * message.el (message-insert-expires): New function.
18438 (message-mode-map): Add key binding.
18439 (message-mode-field-menu): Add menu entry.
18440 (message-mode): Document it.
18441 (message-make-expires-date): Use `message-make-date'.
18442
18443 2005-10-04 Josh Huber <huber@alum.wpi.edu>
18444
18445 * message.el (message-make-expires-date): New function.
18446
18447 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
18448
18449 * time-date.el: Autoload parse-time-string, XEmacs needs it.
18450
18451 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
18452
18453 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18454 function rather than the diff-mode.el package.
18455 (mm-display-external): Use with-current-buffer.
18456 (mm-viewer-completion-map, mm-viewer-completion-map):
18457 Move initialization inside declaration.
18458
18459 2005-09-29 Simon Josefsson <jas@extundo.com>
18460
18461 * spam.el: Load hashcash when compiling, to avoid warnings.
18462 Don't autoload mail-check-payment.
18463 (spam-check-hashcash): Define unconditionally, since hashcash.el
18464 is part of Gnus now. Ignore errors from payment checking.
18465
18466 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
18467
18468 * message.el (message-bold-region, message-unbold-region):
18469 Rename from `bold-region' and `unbold-region'.
18470
18471 * message.el: Remove useless autoloads.
18472
18473 2005-09-28 Simon Josefsson <jas@extundo.com>
18474
18475 * message.el (message-use-idna): Default to t.
18476 (message-use-idna): Test whether encoding works too. Doc fix.
18477
18478 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
18479
18480 * nntp.el (nntp-warn-about-losing-connection): Remove.
18481
18482 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
18483
18484 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18485 customizable. Change default value.
18486 (mm-uu-diff-groups-regexp): Change default value.
18487 (mm-uu-type-alist): Add doc string.
18488 (mm-uu-configure): Add doc string. Make it interactive.
18489 (mm-uu-tex-groups-regexp): New variable.
18490 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18491 (mm-uu-type-alist): Add LaTeX documents.
18492 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18493 of "text/verbatim".
18494 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18495
18496 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18497 instead of "text/verbatim".
18498
18499 * message.el (message-mark-inserted-region)
18500 (message-mark-insert-file): Use slrn style marks when called with
18501 prefix argument.
18502
18503 2005-09-27 Simon Josefsson <jas@extundo.com>
18504
18505 * message.el (message-idna-to-ascii-rhs-1): Reformat.
18506
18507 2005-09-27 Arne Jørgensen <arne@arnested.dk>
18508
18509 * message.el (message-remove-duplicates): New function.
18510 Implementation borrowed from `gnus-remove-duplicates'.
18511 (message-idna-to-ascii-rhs): Also encode idna addresses in
18512 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18513 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18514 only ask about the same idna domain once per header and also tell
18515 in what header to replace the idna domain.
18516
18517 * gnus-art.el (article-decode-idna-rhs): Also decode idna
18518 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18519 (article-decode-idna-rhs): Fix regexp so that all idna-address in
18520 a header is decoded and not just the last one.
18521
18522 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
18523
18524 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18525 has been decoded.
18526
18527 * mm-decode.el (mm-automatic-display): Add text/verbatim.
18528 (mm-insert-part): Don't modify text if it has been decoded.
18529
18530 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18531 decoded.
18532
18533 * mm-view.el (mm-inline-text): Don't strip text props unless
18534 decoding enriched or richtext parts.
18535
18536 2005-09-25 Romain Francoise <romain@orebokech.com>
18537
18538 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18539 * gnus-start.el (gnus-subscribe-interactively):
18540 * gnus-uu.el (gnus-uu-grab-articles):
18541 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18542 space.
18543
18544 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
18545
18546 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18547 * mm-view.el (mm-view-pkcs7-decrypt):
18548 * gnus-sum.el (gnus-summary-limit-to-extra)
18549 (gnus-summary-respool-article, gnus-read-move-group-name):
18550 * gnus-score.el (gnus-summary-increase-score):
18551 * gnus-util.el (gnus-completing-read-with-default):
18552 * gnus-art.el (gnus-read-save-file-name)
18553 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18554 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18555 * message.el (message-check-news-header-syntax):
18556 Follow convention for reading with the minibuffer.
18557
18558 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
18559
18560 * spam-report.el (spam-report-url-ping-plain):
18561 Use gnus-extended-version as User-Agent.
18562
18563 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18564 default value is nil.
18565
18566 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18567 (mm-uu-verbatim-marks-extract): New function.
18568 (mm-uu-extract): New face.
18569 (mm-uu-copy-to-buffer): Use it.
18570
18571 * spam-report.el (spam-report-gmane-ham): Rename from
18572 `spam-report-gmane-unspam'.
18573 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18574 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
18575
18576 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18577 Autoload.
18578 (spam-report-gmane-unregister-routine):
18579 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18580
18581 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
18582
18583 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18584 (spam-report-gmane-unregister-routine): Add support for gmane
18585 unregistration.
18586
18587 * spam-report.el (spam-report-gmane-unspam)
18588 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18589 (spam-report-gmane): Change to take a single article and do unspam
18590 registration.
18591
18592 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18593
18594 * mm-url.el (mm-url-decode-entities): Fix regexp.
18595
18596 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18597
18598 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18599 default to nil, to be able to use Gnus at all. If the default
18600 switches to something else, then the function should be fixed not
18601 be exceedingly slow.
18602
18603 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
18604
18605 * gnus-start.el (gnus-activate-group): If the server is nil, don't
18606 fail hard.
18607
18608 * spam-report.el: Add better Keywords line.
18609
18610 * spam.el: Add Maintainer and better Keywords line.
18611
18612 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18613
18614 * gnus-art.el (gnus-article-replace-part)
18615 (gnus-mime-replace-part): New functions.
18616 (gnus-mime-action-alist, gnus-mime-button-commands)
18617 (gnus-mime-save-part-and-strip): Add file argument.
18618 (gnus-article-part-wrapper): Add interactive argument.
18619
18620 * gnus-sum.el (gnus-summary-mime-map):
18621 Add `gnus-article-replace-part'.
18622
18623 2005-09-19 Didier Verna <didier@xemacs.org>
18624
18625 The nnml compaction feature:
18626 * nnml.el (nnml-request-compact-group): New function.
18627 * nnml.el (nnml-request-compact): New function.
18628 * gnus-int.el (gnus-request-compact-group): New function.
18629 * gnus-int.el (gnus-request-compact): New function.
18630 * gnus-group.el (gnus-group-compact-group): New function.
18631 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18632 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18633 * gnus-srvr.el (gnus-server-compact-server): New function.
18634 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18635 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18636
18637 2005-09-18 Deepak Goel <deego@gnufans.org>
18638
18639 * sieve.el (sieve-help): Fix `message' call: first arg should be a
18640 format spec.
18641
18642 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
18643
18644 * gnus.el (gnus-group-startup-message): Bind image-load-path.
18645
18646 2005-09-15 Romain Francoise <romain@orebokech.com>
18647
18648 * message.el (message-fill-paragraph): Clarify docstring.
18649
18650 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
18651
18652 * gnus-art.el (gnus-mime-display-part): Protect against broken
18653 MIME messages.
18654
18655 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
18656
18657 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18658 before parsing header.
18659
18660 2005-09-11 Jari Aalto <jari.aalto@cante.net>
18661
18662 * html2text.el (html2text-replace-list): Add new entities.
18663
18664 2005-09-11 Romain Francoise <romain@orebokech.com>
18665
18666 * message.el (message-alternative-emails): Improve docstring.
18667 (message-setup-1): Call `message-use-alternative-email-as-from'
18668 after `message-setup-hook' to give it precedence over posting
18669 styles, etc.
18670 (message-use-alternative-email-as-from): Add docstring.
18671 Remove the original From header if present.
18672
18673 * nnml.el (nnml-compressed-files-size-threshold): New variable.
18674 (nnml-save-mail): Use it.
18675
18676 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18677 articles. Add new argument `silent'.
18678 (gnus-uu-mark-all): Report the total number of marked articles.
18679
18680 2005-09-10 Romain Francoise <romain@orebokech.com>
18681
18682 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18683 (gnus-uu-mark-series): Likewise.
18684
18685 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
18686
18687 * spam-report.el (spam-report-gmane): Fix generation of spam
18688 report URL.
18689
18690 2005-09-10 Simon Josefsson <jas@extundo.com>
18691
18692 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18693 t, based on discussion on the ding list with Robert Epprecht
18694 <epprecht@solnet.ch>.
18695
18696 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
18697
18698 * spam-report.el (spam-report-gmane): Make it work without
18699 X-Report-Spam header. Gmane now only provides Archived-At.
18700 This is only used if `spam-report-gmane-use-article-number' is nil.
18701 (spam-report-gmane-spam-header): Remove. Not used anymore.
18702
18703 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18704 make `gnus-summary-sort-by-recipient' work with threading.
18705
18706 * nnweb.el (nnweb-google-wash-article): Print a message if article
18707 is not available.
18708
18709 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18710
18711 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18712 change. Decode text/* parts content before displaying.
18713
18714 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
18715
18716 * mml-smime.el: Remove defvar of gnus-extract-address-components.
18717
18718 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
18719
18720 * mm-view.el (mm-display-inline-fontify): Disable support modes.
18721
18722 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
18723
18724 * message.el (message-tab-body-function): Fix mismatched custom type.
18725
18726 * gnus.el (gnus-group-change-level-function): Ditto.
18727
18728 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18729
18730 * gnus-art.el (gnus-signature-limit)
18731 (gnus-article-mime-part-function): Ditto.
18732
18733 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
18734
18735 * mml.el (mml-mode): Silence the byte compiler.
18736
18737 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18738 using `(sit-for 0)' before moving the point to the specified part;
18739 skip unbuttonized parts.
18740 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18741 return to the summary window if gnus-auto-select-part is non-nil.
18742
18743 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
18744
18745 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18746 New variables.
18747 (mml-dnd-attach-file, mml-mode): Use them.
18748
18749 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18750 Make fetching article by MID work again for Google Groups.
18751 Add FIXME concerning gnus-group-make-web-group.
18752
18753 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18754 Don't depend on Gnus by using mail-extract-address-components if
18755 gnus-extract-address-components is not bound.
18756
18757 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18758
18759 * gnus-art.el (gnus-mime-display-security): Don't display the
18760 signature, but only the signed part.
18761
18762 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
18763
18764 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18765
18766 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18767 list, not listp.
18768
18769 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
18770
18771 * mm-encode.el (mm-encode-content-transfer-encoding):
18772 Likewise when encoding.
18773
18774 * mm-bodies.el (mm-decode-content-transfer-encoding):
18775 De-canonicalize CRLF for all text content types, not just
18776 text/plain.
18777
18778 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
18779
18780 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18781 valid article; point arrow and cursor at the MIME button.
18782
18783 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
18784
18785 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18786 Suggested by Dan Christensen <jdc@uwo.ca>.
18787
18788 * mm-decode.el (mm-save-part): Enable change of prompt.
18789
18790 2005-08-29 Jari Aalto <jari.aalto@cante.net>
18791
18792 * gnus-msg.el (gnus-inews-add-send-actions):
18793 Make `message-post-method' lambda parameter ARG `&optional'.
18794
18795 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
18796
18797 * gnus-sum.el (gnus-summary-mime-map):
18798 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18799 gnus-article-jump-to-part.
18800
18801 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18802 (gnus-article-edit-part): Use it.
18803 (gnus-article-part-wrapper): Add no-handle argument.
18804 (gnus-article-save-part-and-strip, gnus-article-delete-part):
18805 New functions.
18806
18807 2005-08-29 Romain Francoise <romain@orebokech.com>
18808
18809 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18810 docstring.
18811 (gnus-face-from-file): Likewise.
18812
18813 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
18814
18815 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18816 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18817 non-nil.
18818 (gnus-auto-select-part): New variable.
18819 (gnus-article-jump-to-part): New function.
18820 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18821 (gnus-mime-delete-part): Allow selecting specified part after
18822 deleting or stripping parts.
18823 (gnus-article-jump-to-part): Don't use `read-number'. Use last
18824 part if argument is bogus.
18825
18826 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
18827
18828 * gnus-art.el (w3m-minor-mode-map):
18829 * gnus-spec.el (gnus-newsrc-file-version):
18830 * gnus-util.el (nnmail-active-file-coding-system)
18831 (gnus-original-article-buffer, gnus-user-agent):
18832 * gnus.el (gnus-ham-process-destinations)
18833 (gnus-parameter-ham-marks-alist)
18834 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18835 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18836 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18837 * mm-decode.el (gnus-current-window-configuration):
18838 * mm-extern.el (gnus-article-mime-handles):
18839 * mm-url.el (url-current-object, url-package-name)
18840 (url-package-version):
18841 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18842 (smime-keys, w3m-cid-retrieve-function-alist)
18843 (w3m-current-buffer, w3m-display-inline-images)
18844 (w3m-minor-mode-map):
18845 * mml-smime.el (gnus-extract-address-components):
18846 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18847 (gnus-newsrc-hashtb, message-default-charset)
18848 (message-deletable-headers, message-options)
18849 (message-posting-charset, message-required-mail-headers)
18850 (message-required-news-headers):
18851 * mml1991.el (mc-pgp-always-sign):
18852 * mml2015.el (mc-pgp-always-sign):
18853 * nnheader.el (nnmail-extra-headers):
18854 * rfc1843.el (gnus-decode-encoded-word-function)
18855 (gnus-decode-header-function, gnus-newsgroup-name):
18856 * spam-stat.el (gnus-original-article-buffer): Add defvars.
18857
18858 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
18859
18860 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18861 the end of the date treatments.
18862
18863 2005-08-15 Simon Josefsson <jas@extundo.com>
18864
18865 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18866 it in url-handlers.el and XEmacs in url.el. Reported by Luca
18867 Capello and Romain Francoise.
18868 (pgg-fetch-key-function): Remove, not used?
18869 (pgg-insert-url-with-w3): Require url, to get
18870 url-insert-file-contents regardless of where it is defined.
18871
18872 2005-08-13 Romain Francoise <romain@orebokech.com>
18873
18874 * message.el (message-cite-original-1): New function.
18875 (message-cite-original): Use it.
18876 (message-cite-original-without-signature): Ditto.
18877
18878 2005-08-08 Romain Francoise <romain@orebokech.com>
18879
18880 * message.el (message-yank-empty-prefix): New variable.
18881 (message-indent-citation): Use it.
18882 (message-cite-original-without-signature): Respect X-No-Archive.
18883
18884 2005-08-08 Simon Josefsson <jas@extundo.com>
18885
18886 * pgg.el: Autoload url-insert-file-contents instead of loading
18887 w3/url.
18888 (pgg-insert-url-with-w3): Don't load url here.
18889
18890 2005-08-07 Jesper Harder <harder@phys.au.dk>
18891
18892 * message.el (message-kill-to-signature): Don't insert newline at
18893 bol.
18894 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18895
18896 2005-08-06 Romain Francoise <romain@orebokech.com>
18897
18898 * message.el (message-user-fqdn): Fix typo in docstring.
18899
18900 2005-08-05 Daiki Ueno <ueno@unixuser.org>
18901
18902 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18903
18904 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18905
18906 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
18907
18908 * mm-bodies.el (mm-encode-body): Use coding system rather than
18909 charset to encode text.
18910
18911 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18912 number of charsets if utf-8 is available (XEmacs).
18913
18914 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
18915
18916 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18917 taken from `gnus-button-mid-or-mail-regexp'.
18918 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18919 (gnus-button-alist): Improve regexp for domain part of the MIDs
18920 for news:localpart@domain buttons.
18921 (gnus-button-ctan-directory-regexp): Update.
18922
18923 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
18924
18925 * sieve-manage.el (sieve-manage-interactive-login):
18926 Use make-local-variable rather than make-variable-buffer-local.
18927 (sieve-manage-open): Ditto.
18928 (sieve-manage-authenticate): Ditto.
18929
18930 * mml.el (mml-generate-mime-1): Make the content type default to
18931 text/plain if the filename is not specified.
18932
18933 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
18934
18935 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18936 instead of insert-buffer.
18937
18938 * message.el (message-yank-original): Ditto; set the mark at the
18939 end of the yanked message.
18940
18941 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
18942
18943 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18944 lines to scroll rather than to stop it.
18945
18946 * mml.el (mml-generate-default-type): Add doc string.
18947 (mml-generate-mime-1): Use mm-default-file-encoding or make it
18948 default to application/octet-stream when determining the content
18949 type if it is not specified for the part or the mml contents; add
18950 a comment about mml-generate-default-type.
18951
18952 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
18953
18954 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18955 make it default to application/octet-stream when determining the
18956 content type if it is not specified for the external contents.
18957
18958 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
18959
18960 * rfc2231.el (rfc2231-parse-string): Take care that not only a
18961 segmented parameter but also other parameters might be there.
18962
18963 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
18964
18965 * mm-decode.el (mm-display-external): Delete temp file, directory
18966 and buffer immediately if the external process is exited.
18967
18968 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
18969
18970 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18971 fewer lines than that of scroll-margin.
18972 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18973
18974 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
18975
18976 * gnus-art.el (gnus-article-next-page): Revert.
18977 (gnus-article-beginning-of-window): New macro.
18978 (gnus-article-next-page-1): Use it.
18979 (gnus-article-prev-page): Ditto.
18980 (gnus-article-edit-part): Use insert-buffer-substring instead of
18981 insert-buffer.
18982 (gnus-article-edit-exit): Ditto.
18983
18984 * gnus-util.el (gnus-beginning-of-window): Remove.
18985 (gnus-end-of-window): Remove.
18986
18987 2005-07-25 Simon Josefsson <jas@extundo.com>
18988
18989 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18990 to have the url package without w3. Reported by Daiki Ueno
18991 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18992
18993 2005-07-20 Didier Verna <didier@xemacs.org>
18994
18995 * gnus-diary.el: Remove the description comment (nndiary is now
18996 properly documented in the Gnus manual).
18997 Fix the spelling of "Back End".
18998 * nndiary.el: Ditto.
18999 Fix the copyright notice.
19000
19001 2005-07-18 Romain Francoise <romain@orebokech.com>
19002
19003 * gnus-sum.el (gnus-summary-to-prefix)
19004 (gnus-summary-newsgroup-prefix): New variables.
19005 (gnus-summary-from-or-to-or-newsgroups): Use them.
19006
19007 2005-07-17 Romain Francoise <romain@orebokech.com>
19008
19009 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19010 space as it's generally not especially interesting to the user.
19011
19012 2005-07-16 Romain Francoise <romain@orebokech.com>
19013
19014 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19015 nil to avoid prompting and file modification if one of the
19016 messages at the top of the nnfolder file contains a copyright
19017 notice.
19018 Update copyright notice.
19019
19020 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19021 instead of `current-time-string' as the latter creates a time
19022 string that is not RFC 2822 compliant (it lacks the zone).
19023 Update copyright notice.
19024
19025 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
19026
19027 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19028 for text/rtf. Display default in prompt. Pass default for M-n.
19029
19030 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19031
19032 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19033
19034 * gnus-msg.el (gnus-button-mailto):
19035 Remove save-selected-window-window hackery because it relies on
19036 save-selected-window internals.
19037
19038 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
19039
19040 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19041 (gnus-article-next-page-1): Use gnus-beginning-of-window.
19042 (gnus-article-prev-page): Ditto.
19043
19044 * gnus-util.el (gnus-beginning-of-window): New function.
19045 (gnus-end-of-window): New function.
19046
19047 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19048
19049 * gnus-score.el (gnus-score-edit-all-score):
19050 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19051 gnus-message.
19052
19053 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19054
19055 * gnus-msg.el (gnus-button-mailto):
19056 Remove save-selected-window-window hackery because it relies on
19057 save-selected-window internals.
19058
19059 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
19060
19061 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19062 add-minor-mode.
19063 (gnus-binary-mode): Ditto.
19064
19065 * gnus-topic.el (gnus-topic-mode): Ditto.
19066
19067 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
19068
19069 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19070 (gnus-article-prev-page): Take scroll-margin into consideration.
19071
19072 2005-07-04 Lute Kamstra <lute@gnu.org>
19073
19074 Update FSF's address in GPL notices.
19075
19076 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
19077
19078 * gnus.el (gnus-exit):
19079 * gnus-group.el (gnus-group-icons):
19080 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19081
19082 * gnus-nocem.el (gnus-nocem):
19083 * message.el (message-various, message-buffers, message-sending)
19084 (message-interface, message-forwarding, message-insertion)
19085 (message-headers, message-news, message-mail):
19086 * pgg-gpg.el (pgg-gpg):
19087 * pgg-parse.el (pgg-parse):
19088 * pgg-pgp.el (pgg-pgp):
19089 * pgg-pgp5.el (pgg-pgp5):
19090 * pop3.el (pop3): Finish `defgroup' description with period.
19091
19092 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
19093
19094 * gnus-art.el (article-display-face): Improve the efficiency.
19095 (article-display-x-face): Ditto; remove gray x-face stuff.
19096
19097 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
19098
19099 * gnus-art.el (article-display-face): Correct the position in
19100 which Faces are inserted.
19101
19102 2005-06-29 Didier Verna <didier@xemacs.org>
19103
19104 * gnus-art.el (article-display-face): Display faces in correct
19105 order.
19106
19107 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19108
19109 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19110 (gnus-fill-real-hashtb): Use hash table instead of obarray.
19111 (gnus-nocem-check-article): Fetch the Type header.
19112 (gnus-nocem-message-wanted-p): Fix the way to examine types.
19113 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19114 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19115 make sure gnus-nocem-hashtb is initialized.
19116 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19117 (gnus-nocem-unwanted-article-p): Ditto.
19118
19119 * pgg.el (pgg-verify): Return the verification result.
19120
19121 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19122
19123 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19124 is ascii.
19125
19126 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
19127
19128 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19129 `show-nonbreak-escape'.
19130
19131 2005-06-23 Lute Kamstra <lute@gnu.org>
19132
19133 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19134
19135 * dig.el (dig-mode):
19136 * smime.el (smime-mode): Use gnus-run-mode-hooks.
19137
19138 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
19139
19140 * nnimap.el (nnimap-split-download-body): Fix spellings.
19141
19142 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
19143
19144 * gnus-art.el (gnus-article-encrypt-body):
19145 * gnus-cus.el (gnus-score-customize):
19146 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19147 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19148
19149 2005-06-16 Arne Jørgensen <arne@arnested.dk>
19150
19151 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19152 header by looking for magic "MII" at the beginning.
19153
19154 2005-06-16 Miles Bader <miles@gnu.org>
19155
19156 * assistant.el (assistant-field): Remove "-face" suffix from face name.
19157 (assistant-field-face): New backward-compatibility alias for renamed
19158 face.
19159 (assistant-render-text): Use renamed assistant-field face.
19160
19161 * spam.el (spam): Remove "-face" suffix from face name.
19162 (spam-face): New backward-compatibility alias for renamed face.
19163 (spam-face, spam-initialize): Use renamed spam face.
19164
19165 * message.el (message-header-to, message-header-cc)
19166 (message-header-subject, message-header-newsgroups)
19167 (message-header-other, message-header-name)
19168 (message-header-xheader, message-separator, message-cited-text)
19169 (message-mml): Remove "-face" suffix from face names.
19170 (message-header-to-face, message-header-cc-face)
19171 (message-header-subject-face, message-header-newsgroups-face)
19172 (message-header-other-face, message-header-name-face)
19173 (message-header-xheader-face, message-separator-face)
19174 (message-cited-text-face, message-mml-face):
19175 New backward-compatibility aliases for renamed faces.
19176 (message-font-lock-keywords): Use renamed message faces.
19177
19178 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19179 (sieve-test-commands, sieve-tagged-arguments):
19180 Remove "-face" suffix from face names.
19181 (sieve-control-commands-face, sieve-action-commands-face)
19182 (sieve-test-commands-face, sieve-tagged-arguments-face):
19183 New backward-compatibility aliases for renamed faces.
19184 (sieve-control-commands-face, sieve-action-commands-face)
19185 (sieve-test-commands-face, sieve-tagged-arguments-face):
19186 Use renamed sieve faces.
19187
19188 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19189 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19190 (gnus-group-news-3-empty, gnus-group-news-4)
19191 (gnus-group-news-4-empty, gnus-group-news-5)
19192 (gnus-group-news-5-empty, gnus-group-news-6)
19193 (gnus-group-news-6-empty, gnus-group-news-low)
19194 (gnus-group-news-low-empty, gnus-group-mail-1)
19195 (gnus-group-mail-1-empty, gnus-group-mail-2)
19196 (gnus-group-mail-2-empty, gnus-group-mail-3)
19197 (gnus-group-mail-3-empty, gnus-group-mail-low)
19198 (gnus-group-mail-low-empty, gnus-summary-selected)
19199 (gnus-summary-cancelled, gnus-summary-high-ticked)
19200 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19201 (gnus-summary-high-ancient, gnus-summary-low-ancient)
19202 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19203 (gnus-summary-low-undownloaded)
19204 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19205 (gnus-summary-low-unread, gnus-summary-normal-unread)
19206 (gnus-summary-high-read, gnus-summary-low-read)
19207 (gnus-summary-normal-read, gnus-splash):
19208 Remove "-face" suffix from face names.
19209 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19210 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19211 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19212 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19213 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19214 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19215 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19216 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19217 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19218 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19219 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19220 (gnus-summary-selected-face, gnus-summary-cancelled-face)
19221 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19222 (gnus-summary-normal-ticked-face)
19223 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19224 (gnus-summary-normal-ancient-face)
19225 (gnus-summary-high-undownloaded-face)
19226 (gnus-summary-low-undownloaded-face)
19227 (gnus-summary-normal-undownloaded-face)
19228 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19229 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19230 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19231 (gnus-splash-face):
19232 New backward-compatibility aliases for renamed faces.
19233 (gnus-group-startup-message): Use renamed gnus faces.
19234
19235 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19236 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19237 (gnus-server-agent): Remove "-face" suffix from face names.
19238 (gnus-server-agent-face, gnus-server-opened-face)
19239 (gnus-server-closed-face, gnus-server-denied-face)
19240 (gnus-server-offline-face):
19241 New backward-compatibility aliases for renamed faces.
19242 (gnus-server-agent-face, gnus-server-opened-face)
19243 (gnus-server-closed-face, gnus-server-denied-face)
19244 (gnus-server-offline-face): Use renamed gnus faces.
19245
19246 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19247 Remove "-face" suffix from face names.
19248 (gnus-picon-xbm-face, gnus-picon-face):
19249 New backward-compatibility aliases for renamed faces.
19250
19251 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19252 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19253 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19254 (gnus-cite-11): Remove "-face" suffix from face names.
19255 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19256 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19257 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19258 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19259 New backward-compatibility aliases for renamed faces.
19260 (gnus-cite-attribution-face, gnus-cite-face-list)
19261 (gnus-article-boring-faces): Use renamed gnus faces.
19262
19263 * gnus-art.el (gnus-signature, gnus-header-from)
19264 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19265 (gnus-header-content): Remove "-face" suffix from face names.
19266 (gnus-signature-face, gnus-header-from-face)
19267 (gnus-header-subject-face, gnus-header-newsgroups-face)
19268 (gnus-header-name-face, gnus-header-content-face):
19269 New backward-compatibility aliases for renamed faces.
19270 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19271
19272 * gnus-sum.el (gnus-summary-selected-face)
19273 (gnus-summary-highlight): Use renamed gnus faces.
19274 * gnus-group.el (gnus-group-highlight): Likewise.
19275
19276 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19277
19278 * gnus-sieve.el (gnus-sieve-article-add-rule):
19279 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19280 * spam-stat.el (spam-stat-buffer-change-to-spam)
19281 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19282
19283 * message.el (message-is-yours-p):
19284 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19285
19286 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
19287
19288 * mm-view.el (mm-inline-text): Withdraw the last change.
19289
19290 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
19291
19292 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19293 executing enriched-decode.
19294
19295 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
19296
19297 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19298 charset of tar files.
19299
19300 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19301
19302 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19303
19304 2005-06-04 Lute Kamstra <lute@gnu.org>
19305
19306 * nnfolder.el (nnfolder-read-folder): Make sure that undo
19307 information is never recorded.
19308
19309 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19310
19311 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19312
19313 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
19314
19315 * pop3.el (pop3-apop): Run md5 in the binary mode.
19316
19317 * starttls.el (starttls-set-process-query-on-exit-flag):
19318 Use eval-and-compile.
19319
19320 2005-05-31 Simon Josefsson <jas@extundo.com>
19321
19322 * smime.el (smime-replace-in-string): Define.
19323 (smime-cert-by-ldap-1): Use it.
19324
19325 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
19326
19327 * gnus-art.el (article-display-x-face): Replace
19328 process-kill-without-query by gnus-set-process-query-on-exit-flag.
19329
19330 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19331 set-process-query-on-exit-flag or process-kill-without-query.
19332
19333 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19334 loop instead of replace-regexp.
19335
19336 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19337 instead of process-kill-without-query if it is available.
19338
19339 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19340 instead of find-file-hooks if it is available.
19341
19342 * mml1991.el: Bind pgg-default-user-id when compiling.
19343
19344 * mml2015.el: Bind pgg-default-user-id when compiling.
19345
19346 * nndraft.el (nndraft-request-associate-buffer):
19347 Use write-contents-functions instead of write-contents-hooks if it is
19348 available.
19349
19350 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19351 instead of find-file-hooks if it is available.
19352
19353 * nntp.el (nntp-open-connection): Replace
19354 process-kill-without-query by gnus-set-process-query-on-exit-flag.
19355 (nntp-open-ssl-stream): Ditto.
19356 (nntp-open-tls-stream): Ditto.
19357
19358 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19359 set-process-query-on-exit-flag or process-kill-without-query.
19360 (starttls-open-stream-gnutls): Use it instead of
19361 process-kill-without-query.
19362 (starttls-open-stream): Ditto.
19363
19364 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
19365
19366 * smime.el (smime-cert-by-ldap-1): Don't use
19367 replace-regexp-in-string.
19368
19369 2005-05-31 Arne Jørgensen <arne@arnested.dk>
19370
19371 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19372
19373 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19374 in PEM format. Adjust to the XEmacs compatibility.
19375
19376 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
19377
19378 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19379 by `string-to-number'.
19380 * gnus-agent.el (gnus-agent-regenerate-group)
19381 (gnus-agent-fetch-articles): Ditto.
19382 * gnus-art.el (gnus-button-fetch-group): Ditto.
19383 * gnus-cache.el (gnus-cache-generate-active)
19384 (gnus-cache-articles-in-group): Ditto.
19385 * gnus-group.el (gnus-group-set-current-level)
19386 (gnus-group-insert-group-line): Ditto.
19387 * gnus-score.el (gnus-score-set-expunge-below)
19388 (gnus-score-set-mark-below, gnus-summary-score-effect)
19389 (gnus-summary-score-entry): Ditto.
19390 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19391 (gnus-soup-pack): Ditto.
19392 * gnus-spec.el (gnus-xmas-format): Ditto.
19393 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19394 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19395 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19396 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19397 * nndb.el (nndb-get-remote-expire-response): Ditto.
19398 * nndiary.el (nndiary-parse-schedule-value)
19399 (nndiary-string-to-number, nndiary-request-replace-article)
19400 (nndiary-request-article): Ditto.
19401 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19402 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19403 * nneething.el (nneething-make-head): Ditto.
19404 * nnfolder.el (nnfolder-request-article)
19405 (nnfolder-retrieve-headers): Ditto.
19406 * nnheader.el (nnheader-file-to-number): Ditto.
19407 * nnkiboze.el (nnkiboze-request-article): Ditto.
19408 * nnmail.el (nnmail-process-unix-mail-format)
19409 (nnmail-process-babyl-mail-format): Ditto.
19410 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19411 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19412 (nnmh-request-create-group, nnmh-request-list-1)
19413 (nnmh-request-group, nnmh-request-article): Ditto.
19414 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19415 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19416 * nnsoup.el (nnsoup-make-active): Ditto.
19417 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19418 * nntp.el (nntp-find-group-and-number)
19419 (nntp-retrieve-headers-with-xover): Ditto.
19420 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19421 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19422 (pgg-format-key-identifier): Ditto.
19423 * pop3.el (pop3-last, pop3-stat): Ditto.
19424 * qp.el (quoted-printable-decode-region): Ditto.
19425
19426 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19427 of concat.
19428
19429 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
19430
19431 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19432
19433 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19434
19435 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19436
19437 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19438
19439 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19440
19441 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19442
19443 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19444 (gnus-carpal-mode): Ditto.
19445
19446 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19447 (gnus-browse-mode): Ditto.
19448
19449 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19450
19451 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19452
19453 2005-05-29 Richard M. Stallman <rms@gnu.org>
19454
19455 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19456
19457 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
19458
19459 * gnus-util.el (gnus-run-mode-hooks): New function.
19460
19461 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19462
19463 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19464
19465 * gnus-agent.el (gnus-agent-make-mode-line-string):
19466 Use mode-line-highlight as mouse-face.
19467
19468 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
19469
19470 * canlock.el (canlock): Change the parent group to news.
19471
19472 * deuglify.el (gnus-outlook-deuglify): Add :group.
19473
19474 * dig.el (dig): Add :group.
19475
19476 * dns-mode.el (dns-mode): Add :group.
19477
19478 * encrypt.el (encrypt): Add :group.
19479
19480 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19481 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19482 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19483 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19484 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19485
19486 * gnus-diary.el (gnus-diary): Add :group.
19487
19488 * gnus.el (gnus-group-news-1-face): Add :group.
19489 (gnus-group-news-1-empty-face): Ditto.
19490 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19491 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19492 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19493 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19494 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19495 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19496 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19497 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19498 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19499 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19500 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19501 (gnus-summary-high-ticked-face): Ditto.
19502 (gnus-summary-low-ticked-face): Ditto.
19503 (gnus-summary-normal-ticked-face): Ditto.
19504 (gnus-summary-high-ancient-face): Ditto.
19505 (gnus-summary-low-ancient-face): Ditto.
19506 (gnus-summary-normal-ancient-face): Ditto.
19507 (gnus-summary-high-undownloaded-face): Ditto.
19508 (gnus-summary-low-undownloaded-face): Ditto.
19509 (gnus-summary-normal-undownloaded-face): Ditto.
19510 (gnus-summary-high-unread-face): Ditto.
19511 (gnus-summary-low-unread-face): Ditto.
19512 (gnus-summary-normal-unread-face): Ditto.
19513 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19514 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19515
19516 * hashcash.el (hashcash): New custom group.
19517 (hashcash-default-payment): Add :group.
19518 (hashcash-payment-alist): Ditto.
19519 (hashcash-default-accept-payment): Ditto.
19520 (hashcash-accept-resources): Ditto.
19521 (hashcash-path): Ditto.
19522 (hashcash-extra-generate-parameters): Ditto.
19523 (hashcash-double-spend-database): Ditto.
19524 (hashcash-in-news): Ditto.
19525
19526 * message.el (message-minibuffer-local-map): Add :group.
19527
19528 * netrc.el (netrc): Add :group.
19529
19530 * sieve-manage.el (sieve-manage-log): Add :group.
19531 (sieve-manage-default-user): Diito.
19532 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19533 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19534 (sieve-manage-authenticators): Ditto.
19535 (sieve-manage-authenticator-alist): Ditto.
19536 (sieve-manage-default-port): Ditto.
19537
19538 * sieve-mode.el (sieve-control-commands-face): Add :group.
19539 (sieve-action-commands-face): Ditto.
19540 (sieve-test-commands-face): Ditto.
19541 (sieve-tagged-arguments-face): Ditto.
19542
19543 * smime.el (smime): Add :group.
19544
19545 * spam-report.el (spam-report): Add :group.
19546
19547 * spam.el (spam, spam-face): Add :group.
19548
19549 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19550
19551 * nntp.el (nntp-next-result-arrived-p): Some news servers may
19552 return \n.\n.\n at the end of articles. Protect against that.
19553 (nntp-with-open-group): Allow debugging.
19554
19555 * nnheader.el (mail-header-set-extra): Make into a function
19556 because I just could't understand how to quote the list properly.
19557
19558 * dns.el (query-dns-cached): New function.
19559
19560 2005-05-26 Lute Kamstra <lute@gnu.org>
19561
19562 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19563
19564 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
19565
19566 * gnus-art.el: Don't autoload mail-extract-address-components.
19567
19568 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19569 eval-and-compile to evaluate it.
19570
19571 * hashcash.el: Don't autoload executable-find.
19572
19573 * nndb.el: Don't declare the nndb back end two or more times; don't
19574 autoload news-reply-mode, news-setup, cancel-timer and telnet.
19575
19576 * nntp.el: Autoload format-spec instead of format; use
19577 eval-and-compile to evaluate autoload forms.
19578
19579 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
19580
19581 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19582
19583 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19584
19585 * gnus.el (gnus-version-number): Bump version.
19586
19587 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19588
19589 * gnus.el: No Gnus v0.3 is released.
19590
19591 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
19592
19593 * gnus-art.el (gnus-article-edit-part): Disable undo.
19594
19595 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
19596
19597 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19598 gnus-article-date-lapsed-new-header is t if date timer is active;
19599 skip headers in which the original date value is empty.
19600 (gnus-article-save-original-date): Redefine it as a macro.
19601 (gnus-display-mime): Use it.
19602
19603 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
19604
19605 * gnus-art.el (article-date-ut): Support converting date in
19606 forwarded parts as well.
19607 (gnus-article-save-original-date): New function.
19608 (gnus-display-mime): Use it.
19609
19610 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
19611
19612 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19613 enclosure element of <item>.
19614
19615 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
19616
19617 * message.el (message-kill-buffer-query): Rename from
19618 `message-kill-buffer-query-if-modified'. Add :version.
19619
19620 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
19621
19622 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19623 window layout.
19624
19625 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
19626
19627 * mml.el: Autoload dnd when compiling.
19628
19629 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
19630
19631 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19632 x-dnd-*.
19633
19634 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
19635
19636 * qp.el (quoted-printable-encode-region): Save excursion.
19637
19638 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
19639
19640 * message.el (message-kill-buffer-query-if-modified): Add new variable
19641 so the user can kill a modified message buffer quickly.
19642 (message-kill-buffer): Use it.
19643
19644 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
19645
19646 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
19647 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19648
19649 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
19650
19651 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19652 contained in text because xml.el decodes entities) with LFs.
19653
19654 2005-04-11 Lute Kamstra <lute@gnu.org>
19655
19656 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19657 differently.
19658
19659 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19660
19661 * mm-util.el (mm-detect-coding-region): Typo.
19662
19663 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
19664
19665 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19666
19667 2005-04-06 Deepak Goel <deego@gnufans.org>
19668
19669 * spam-stat.el (spam-stat-score-buffer): Add a call to a
19670 user-function allow user modifications of the scores.
19671 (spam-stat-score-buffer-user): New function, to allow
19672 user-computed modifications to the score.
19673 (spam-stat-score-buffer-user-functions): List of additional
19674 scoring functions.
19675 (spam-stat-error-holder): Global temporary error holder.
19676 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19677 variable.
19678
19679 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
19680
19681 * gnus-registry.el (gnus-registry-clean-empty-function)
19682 (gnus-registry-trim, gnus-registry-fetch-groups)
19683 (gnus-registry-delete-group): Groups that match
19684 `gnus-registry-ignored-groups' are removed from the registry
19685 entries, not just ignored for splitting. This helps clean up the
19686 registry. Also, `gnus-registry-fetch-groups' is a convenient way
19687 to get all the groups a message ID is in.
19688
19689 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19690 (spam-stat-split-fancy): Change "threshhold" to "threshold".
19691 (spam-stat-score-buffer-user-functions): Add :number custom type.
19692
19693 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19694
19695 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19696 argument in XEmacs.
19697
19698 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19699 (nnrss-request-group): Decode group name first.
19700 (nnrss-request-article): Make a text/plain article if mml-to-mime
19701 failed.
19702 (nnrss-get-encoding): Return a compatible encoding according to
19703 nnrss-compatible-encoding-alist.
19704 (nnrss-find-el): Use consp instead of listp.
19705 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19706
19707 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19708
19709 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19710 which Emacs 20 doesn't support.
19711 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19712
19713 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
19714
19715 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19716 silence the byte compiler inside the defun.
19717
19718 * gnus-demon.el (parse-time-string): Add autoload.
19719
19720 * gnus-delay.el (parse-time-string): Add autoload.
19721
19722 * gnus-art.el (parse-time-string): Add autoload.
19723
19724 * nnultimate.el (parse-time): Require for `parse-time-string'.
19725
19726 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
19727
19728 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19729
19730 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19731
19732 * smime.el (smime-ldap-host-list): Add :version.
19733
19734 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
19735
19736 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19737 pass it to `gnus-browse-read-group'.
19738 (gnus-browse-read-group): Add NUMBER argument and pass it to
19739 `gnus-group-read-ephemeral-group'.
19740
19741 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19742 argument and pass it to `gnus-group-read-group'.
19743
19744 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
19745
19746 * mm-util.el (mm-xemacs-find-mime-charset): Only call
19747 mm-xemacs-find-mime-charset-1 if we have the mule feature
19748 available at runtime.
19749
19750 2005-03-25 Werner Lemberg <wl@gnu.org>
19751
19752 * nnmaildir.el: Replace `illegal' with `invalid'.
19753
19754 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19755
19756 * gnus-start.el (gnus-display-time-event-handler):
19757 Check display-time-timer at runtime rather than only at load time
19758 in case display-time-mode is turned off in the mean time.
19759
19760 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
19761
19762 * nnimap.el (nnimap-open-connection): Print which authinfo file is
19763 used.
19764
19765 * nneething.el (nneething-map-file-directory): Derive from
19766 `gnus-directory'.
19767
19768 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19769 the To/Cc button.
19770
19771 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
19772
19773 * nnmaildir.el (nnmaildir-request-accept-article):
19774 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19775
19776 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
19777
19778 * gnus-async.el: Require timer-funcs at compile time when in
19779 XEmacs for `run-with-idle-timer'.
19780
19781 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
19782
19783 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19784 autoloaded function.
19785
19786 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19787
19788 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19789
19790 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
19791
19792 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19793
19794 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
19795
19796 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19797 Add gnus-expert-user to default.
19798
19799 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
19800
19801 * nnimap.el (nnimap-open-server): Ditto.
19802
19803 * imap.el (imap-authenticate): Fix typo.
19804
19805 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
19806
19807 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19808 buffer (since IMAP server might return FETCH response out of
19809 order, and the nntp buffer must be sorted).
19810
19811 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
19812
19813 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19814 comparison on string.
19815
19816 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19817 (gnus-agent-score): Rename category keywords to match gnus-cus.
19818 (gnus-agent-summary-fetch-series): Modify to protect against
19819 gnus-agent-summary-fetch-group clearing processable flags.
19820 (gnus-agent-synchronize-group-flags): Update live group buffer as
19821 synchronization may occur due to the user toggle the plugged
19822 status.
19823 (gnus-agent-fetch-group-1): Clear downloadable flag when article
19824 successfully downloaded.
19825 (gnus-agent-expire-group-1): Avoid using markers when the overview
19826 is in ascending order; greatly improves performance.
19827 (gnus-agent-regenerate-group):
19828 Use gnus-agent-synchronize-group-flags to reset read status in both
19829 gnus and server.
19830 (gnus-agent-update-files-total-fetched-for): Fix initial size.
19831
19832 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
19833
19834 * message.el: Don't autoload former message-utils variables.
19835 (message-strip-subject-trailing-was): Change doc string.
19836
19837 * nnweb.el: Fixes for `gnus-group-make-web-group'.
19838 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
19839 (nnweb-google-search): Add "hl=en" here.
19840 (nnweb-google-parse-1, nnweb-google-create-mapping):
19841 Don't hardcode URL.
19842
19843 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
19844
19845 * message.el (message-get-reply-headers, message-followup):
19846 Mention related variables `message-use-followup-to' and
19847 `message-use-mail-followup-to', in the information buffer.
19848
19849 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19850 of broken groups(-beta).google.com.
19851
19852 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
19853
19854 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19855 parameter to invoked gnus-request-move-article; remove the
19856 redundant gnus-sum-hint-move-is-internal variable; apply the marks
19857 all at once instead of once per article.
19858 (gnus-summary-remove-process-mark): Accept a list of articles as
19859 well as a single article for processing.
19860
19861 * gnus-int.el (gnus-request-move-article): Add move-is-internal
19862 parameter.
19863
19864 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19865
19866 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19867
19868 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19869 parameter.
19870
19871 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19872 parameter.
19873
19874 * nnimap.el (nnimap-request-move-article): Add move-is-internal
19875 parameter and remove the gnus-sum-hint-move-is-internal variable.
19876
19877 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19878 parameter.
19879
19880 * nndraft.el (nndraft-request-move-article): Add move-is-internal
19881 parameter.
19882
19883 * nndiary.el (nndiary-request-move-article): Add move-is-internal
19884 parameter.
19885
19886 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19887
19888 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19889 parameter.
19890
19891 * nnagent.el (nnagent-request-move-article): Add move-is-internal
19892 parameter.
19893
19894 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
19895
19896 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19897 a more conservative way.
19898
19899 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19900
19901 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19902 buffer, so it moves the window's cursor.
19903
19904 2005-02-26 Arne Jørgensen <arne@arnested.dk>
19905
19906 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19907 `mm-dissect-multipart' and receive the from field as an (optional)
19908 argument from `mm-dissect-multipart'.
19909 (mm-dissect-multipart): Receive the from field as an argument and
19910 pass it on when we call `mm-dissect-buffer' on MIME parts.
19911 Fixes verification/decryption of signed/encrypted MIME parts.
19912
19913 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
19914
19915 * gnus-sum.el (gnus-summary-move-article):
19916 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19917 whatever it calls (right now, only nnimap-request-move article
19918 respects it).
19919
19920 * nnimap.el (nnimap-request-move-article):
19921 When gnus-sum-hint-move-is-internal is set, don't do the extra
19922 nnimap-request-article.
19923
19924 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
19925
19926 * nnheader.el (nnheader-find-file-noselect): Add doc string.
19927
19928 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19929 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19930
19931 * gnus-sum.el (gnus-summary-caesar-message):
19932 Apply `gnus-treat-article' after rotation.
19933
19934 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19935 doc string.
19936
19937 2005-02-22 Simon Josefsson <jas@extundo.com>
19938
19939 * encrypt.el (encrypt-password-cache-expiry): Remove (use
19940 `password-cache-expiry' instead). Reported by Arne Jørgensen
19941 <arne@arnested.dk>.
19942 (encrypt): Add password-cache and password-cache-expiry as group
19943 members.
19944
19945 2005-02-22 Arne Jørgensen <arne@arnested.dk>
19946
19947 * smime.el (smime-ldap-host-list): Doc fix.
19948 (smime-ask-passphrase): Use `password-read-and-add' to read (and
19949 cache) password.
19950 (smime-sign-region): Use it.
19951 (smime-decrypt-region): Use it.
19952 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19953 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19954 fails.
19955 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19956 certificate from DER to PEM format rather than calling openssl.
19957
19958 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19959
19960 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19961 for signing/encryption.
19962
19963 * mml.el (mml-parse-1): Use them.
19964
19965 2005-02-21 Arne Jørgensen <arne@arnested.dk>
19966
19967 * nnrss.el (nnrss-verbose): Remove.
19968 (nnrss-request-group): Use `nnheader-message' instead.
19969
19970 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
19971
19972 * nnrss.el (nnrss-verbose): New variable.
19973 (nnrss-request-group): Make it say nnrss is requesting a group.
19974
19975 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
19976
19977 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19978 Handle news URL with given port correctly.
19979
19980 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
19981
19982 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19983 containing special characters.
19984
19985 * gnus-sum.el (gnus-summary-edit-article): Ditto.
19986
19987 * mml.el (mime-to-mml): Ditto.
19988
19989 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19990 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19991 (rfc2047-decode-region): Quote decoded words containing special
19992 characters when rfc2047-quote-decoded-words-containing-tspecials
19993 is non-nil.
19994
19995 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
19996
19997 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19998
19999 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20000
20001 2005-02-15 Simon Josefsson <jas@extundo.com>
20002
20003 * nnimap.el (nnimap-debug): Doc fix.
20004
20005 * imap.el (imap-debug): Doc fix.
20006
20007 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
20008
20009 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20010
20011 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
20012
20013 * gnus.el (spam-contents): Improve docs for spam-contents
20014 parameter in its variable incarnation.
20015
20016 2005-02-14 Simon Josefsson <jas@extundo.com>
20017
20018 * smime-ldap.el: Use require instead of load-library for ldap.
20019 (smime-ldap-search): Indent.
20020 (smime-ldap-search-internal): Shorten line.
20021
20022 * smime.el (smime-cert-by-dns): Add doc-string.
20023 (smime-cert-by-ldap-1): Indent.
20024
20025 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20026 mml-smime-get-dns-ldap.
20027 (mml-smime-encrypt-query): Use new function. Default to ldap.
20028
20029 2005-02-14 Arne Jørgensen <arne@arnested.dk>
20030
20031 * smime.el: Require smime-ldap.
20032 (smime-ldap-host-list): New variable.
20033 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20034
20035 * mml-smime.el (mml-smime-encrypt-query): New function.
20036 (mml-smime-encrypt-query): Use it.
20037
20038 * smime-ldap.el: New file.
20039
20040 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
20041
20042 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20043
20044 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
20045
20046 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20047 argument in doc string. Make query for type more clear.
20048
20049 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
20050
20051 * gnus.el (gnus-group-startup-message): Search for gnus images in
20052 etc/images/gnus.
20053 * mm-util.el (mm-image-load-path): Likewise.
20054 * smiley.el (smiley-data-directory): Search for smilies in
20055 etc/images/smilies.
20056
20057 2005-02-09 Kim F. Storm <storm@cua.dk>
20058
20059 Change Emacs release version from 21.4 to 22.1 throughout.
20060 Change Emacs development version from 21.3.50 to 22.0.50.
20061
20062 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
20063
20064 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20065
20066 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20067 non-Mule XEmacs as well.
20068 (mm-decompress-buffer): Signal an error intentionally if it does
20069 not decompress compressed data because auto-compression-mode is
20070 disabled.
20071
20072 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
20073
20074 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20075 an ID in the registry even if it has no groups.
20076
20077 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
20078
20079 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20080 merge it into mm-decompress-buffer.
20081 (gnus-mime-copy-part): Use the MIME part charset, the value which
20082 a user specified or gnus-newsgroup-charset for decoding, like
20083 gnus-mime-inline-part does; set buffer-file-coding-system to tell
20084 save-buffer what was used. Suggested by Kevin Ryde
20085 <user42@zip.com.au>.
20086 (gnus-mime-inline-part): Allow the name parameter as well as the
20087 filename parameter; force decompressing of compressed data; always
20088 display contents being not decoded as unibyte.
20089
20090 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20091 as well as the filename parameter.
20092
20093 * mm-util.el (mm-decompress-buffer):
20094 Merge gnus-mime-jka-compr-maybe-uncompress.
20095 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20096 of compressed data.
20097
20098 2005-02-08 Simon Josefsson <jas@extundo.com>
20099
20100 * imap.el (imap-log): Doc fix.
20101
20102 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20103
20104 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20105 the coding cookies; decompress compressed parts.
20106
20107 * mml.el (mml-generate-mime-1): Add the charset parameter according
20108 to the value which a user specified manually or the coding cookie.
20109
20110 * mm-util.el (mm-string-to-multibyte): New function.
20111 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20112 (mm-coding-system-to-mime-charset): New function.
20113 (mm-decompress-buffer): New function.
20114 (mm-find-buffer-file-coding-system): New function.
20115
20116 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20117 (mm-display-inline-fontify): Rewrite for decoding and decompressing
20118 parts.
20119
20120 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20121
20122 * mm-view.el (mm-display-inline-fontify): Decode a part according
20123 to the charset parameter.
20124
20125 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
20126
20127 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20128 prefix arg is neither nil nor a number, as info specifies.
20129
20130 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
20131
20132 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20133 timestamps.
20134
20135 2005-02-02 Jari Aalto <jari.aalto@cante.net>
20136
20137 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20138 groups error checking and notify user.
20139
20140 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
20141
20142 * message.el (message-send-mail-function): Check existence of
20143 sendmail-program first before using default value
20144 `message-send-mail-with-sendmail'. Otherwise use more generic
20145 `smtpmail-send-it'.
20146
20147 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
20148
20149 * nntp.el (nntp-request-update-info): Always return nil.
20150
20151 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
20152
20153 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20154
20155 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20156
20157 * message.el (message-beginning-of-line): Change the behavior when
20158 invoked between BOL and : so that it first moves backward.
20159
20160 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
20161
20162 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20163 article buffer when editing of the article is discarded.
20164 (gnus-article-prepare): Revert.
20165
20166 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
20167
20168 * gnus-art.el (gnus-article-prepare):
20169 Remove message-strip-forbidden-properties from the local hook.
20170
20171 2005-01-27 Simon Josefsson <jas@extundo.com>
20172
20173 * password.el (password-cache-add): Only start one timer per key.
20174 Reported by Derek Atkins <warlord@MIT.EDU>.
20175
20176 2005-01-26 Steve Youngs <steve@sxemacs.org>
20177
20178 * run-at-time.el: Remove. It is no longer needed as
20179 timer-funcs.el in the xemacs-base package has a working version of
20180 `run-at-time'.
20181
20182 * password.el: Require timer-funcs instead of run-at-time in
20183 XEmacs.
20184 Remove `password-run-at-time' macro.
20185 (password-cache-add): Use `run-at-time' instead of
20186 `password-run-at-time'.
20187
20188 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20189 for `run-with-idle-timer'.
20190
20191 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20192 for `run-at-time'.
20193
20194 * mm-url.el: Require timer-funcs at compile time when in XEmacs
20195 for `with-timeout'.
20196
20197 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
20198
20199 * mml.el (mml-generate-mime-1): Convert string into unibyte when
20200 inserting " *mml*" buffer's contents into a unibyte temp buffer.
20201
20202 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
20203
20204 * mail-source.el (mail-source-fetch-imap): Search for ^From case
20205 sensitively.
20206
20207 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
20208
20209 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20210
20211 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
20212
20213 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20214 which will be inserted according to the multibyteness of a buffer
20215 rather than the type of contents. Suggested by ARISAWA Akihiro
20216 <ari@mbf.ocn.ne.jp>.
20217
20218 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20219 of string which old xml.el may return rather than a string.
20220
20221 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
20222
20223 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20224
20225 2005-01-16 Simon Josefsson <jas@extundo.com>
20226
20227 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20228 idn/idna.el isn't available.
20229 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
20230 <michael@waxrat.com>.
20231
20232 * hashcash.el: Remove non-FSF copyright header.
20233
20234 * hashcash.el (hashcash-extra-generate-parameters): New variable.
20235 (hashcash-generate-payment): Use it.
20236 (hashcash-generate-payment-async): Use it.
20237
20238 2005-01-15 Simon Josefsson <jas@extundo.com>
20239
20240 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20241 Suggested by Raymond Scholz <ray-2005@zonix.de>.
20242
20243 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20244 gnus-summary-idna-message.
20245 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20246 (gnus-summary-idna-message): New function.
20247
20248 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
20249
20250 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20251 gnus-novice-user.
20252
20253 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
20254
20255 * nnrss.el (nnrss-request-delete-group): Delete entries in
20256 nnrss-group-alist as well.
20257 (nnrss-save-server-data): Insert newline.
20258
20259 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
20260
20261 * gnus.el (gnus-user-agent): Use list of symbols instead of
20262 symbols. Display full version number for (S)XEmacs.
20263 Optionally display (S)XEmacs codename.
20264
20265 * gnus-util.el (gnus-emacs-version): Update for new
20266 `gnus-user-agent'.
20267
20268 * gnus-msg.el (gnus-extended-version): Make it possible to omit
20269 Gnus version.
20270
20271 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20272
20273 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
20274 which is unreadable in some setups.
20275
20276 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20277
20278 * gnus-spec.el (gnus-update-format-specifications): Flush the
20279 group format spec cache if it doesn't support decoded group names.
20280
20281 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
20282
20283 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20284 Allow to apply decay on score files matching a regexp.
20285
20286 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
20287
20288 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20289 compatibility in %g and %c.
20290
20291 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
20292
20293 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20294 name for only %g and %c.
20295 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20296 of gnus-tmp-group to decoded group name.
20297 (gnus-group-make-rss-group): Exclude `/'s from group names.
20298
20299 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
20300
20301 * nnrss.el (nnrss-get-encoding): Fix regexp.
20302
20303 2004-12-27 Simon Josefsson <jas@extundo.com>
20304
20305 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20306 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20307 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
20308
20309 2004-12-17 Kim F. Storm <storm@cua.dk>
20310
20311 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20312
20313 * gnus-sum.el (gnus-summary-mode-map): Likewise.
20314
20315 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
20316
20317 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20318
20319 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
20320
20321 * nnrss.el: Require rfc2047 and mml.
20322 (nnrss-file-coding-system): New variable.
20323 (nnrss-format-string): Redefine it as an inline function.
20324 (nnrss-decode-group-name): New function.
20325 (nnrss-string-as-multibyte): Remove.
20326 (nnrss-retrieve-headers): Decode group name; don't use
20327 nnrss-format-string.
20328 (nnrss-request-group): Decode group name.
20329 (nnrss-request-article): Decode group name; allow a Message-ID as
20330 well as an article number; don't use nnrss-format-string; encode a
20331 Message-ID string which may contain non-ASCII characters; use
20332 mml-to-mime to compose a MIME article.
20333 (nnrss-request-expire-articles): Decode group name.
20334 (nnrss-request-delete-group): Decode group name.
20335 (nnrss-fetch): Clarify error message.
20336 (nnrss-read-server-data): Use insert-file-contents instead of load;
20337 bind file-name-coding-system; use multibyte buffer.
20338 (nnrss-save-server-data): Bind coding-system-for-write to the
20339 value of nnrss-file-coding-system; bind file-name-coding-system;
20340 add coding cookie.
20341 (nnrss-read-group-data): Use insert-file-contents instead of load;
20342 bind file-name-coding-system; use multibyte buffer.
20343 (nnrss-save-group-data): Bind coding-system-for-write to the
20344 value of nnrss-file-coding-system; bind file-name-coding-system.
20345 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20346 make it work with non-ASCII text.
20347 (nnrss-find-el): Make it work with old xml.el as well.
20348
20349 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
20350
20351 * nnrss.el (nnrss-get-encoding): New function.
20352 (nnrss-fetch): Use unibyte buffer initially; bind
20353 coding-system-for-read while performing mm-url-insert; remove ^Ms;
20354 decode contents according to the encoding attribute.
20355 (nnrss-save-group-data): Add coding cookie.
20356 (nnrss-mime-encode-string): New function.
20357 (nnrss-check-group): Use it to encode subject and author.
20358
20359 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
20360
20361 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20362 imaginary variable.
20363
20364 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
20365
20366 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20367 correctly even if there are wide characters.
20368
20369 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
20370
20371 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20372 downcased symbol names; make a new cache instead of reusing
20373 bbdb-hashtable.
20374
20375 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
20376
20377 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20378 concatenating segments rather than before concatenating them.
20379 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20380
20381 * message.el (message-get-reply-headers): Bind `extra'.
20382
20383 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20384
20385 * message.el (message-extra-wide-headers): New variable.
20386 (message-get-reply-headers): Use it.
20387
20388 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
20389
20390 * gnus-agent.el (gnus-agent-group-path): Decode group name.
20391 (gnus-agent-group-pathname): Ditto.
20392
20393 * gnus-cache.el (gnus-cache-file-name): Decode group name.
20394
20395 * gnus-group.el (gnus-group-make-group): Decode group name.
20396 (gnus-group-make-rss-group): Register the group data after opening
20397 the nnrss group.
20398
20399 2004-12-17 Paul Jarc <prj@po.cwru.edu>
20400
20401 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20402 by expiry now get marked as read.
20403
20404 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
20405
20406 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20407
20408 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
20409
20410 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20411 unify Latin characters in XEmacs.
20412 (mm-find-mime-charset-region): Use it.
20413
20414 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
20415
20416 * gnus-util.el (gnus-delete-directory): New function.
20417
20418 * gnus-agent.el (gnus-agent-delete-group): Use it.
20419
20420 * gnus-cache.el (gnus-cache-delete-group): Use it.
20421
20422 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
20423
20424 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20425 names.
20426
20427 2004-12-16 Simon Josefsson <jas@extundo.com>
20428
20429 * hashcash.el (hashcash-payment-alist): Fix custom :type.
20430
20431 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
20432
20433 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20434
20435 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20436 (gnus-group-set-current-level): Decode group name.
20437
20438 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
20439
20440 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20441 failed.
20442
20443 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
20444
20445 * gnus-group.el (gnus-group-delete-group): Decode group name.
20446 (gnus-group-make-rss-group): Encode group name.
20447 (gnus-group-catchup-current): Decode group name.
20448 (gnus-group-kill-group): Decode group name.
20449
20450 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
20451
20452 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20453
20454 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
20455
20456 * gnus-group.el (gnus-group-make-rss-group):
20457 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20458
20459 * gnus-start.el (gnus-setup-news): Honor user's setting to
20460 gnus-message-archive-method. Suggested by Lute Kamstra
20461 <lute@gnu.org>.
20462
20463 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
20464
20465 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20466 global counterparts of the buffer-local variables.
20467
20468 2004-11-16 Romain Francoise <romain@orebokech.com>
20469
20470 * gnus-sum.el (gnus-summary-exit): Don't clear the global
20471 counterparts of the buffer-local variables.
20472
20473 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
20474
20475 * message.el (message-forbidden-properties): Fix typo in doc
20476 string.
20477
20478 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
20479
20480 * gnus-util.el (gnus-replace-in-string): Add doc string.
20481
20482 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20483 to avoid problems when splitting mails with many recipients.
20484
20485 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
20486
20487 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20488 pop-to-buffer, covered by the subsequent gnus-configure-windows.
20489
20490 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
20491
20492 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20493 if there is no hashtable in memory or file modification time is
20494 newer than cached timestamp.
20495
20496 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
20497
20498 * gnus-sum.el (gnus-summary-limit-to-recipient):
20499 Implement not-matching option.
20500
20501 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
20502
20503 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20504 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20505 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20506 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20507 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
20508 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20509
20510 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
20511
20512 * message.el (message-forward-make-body-mml): Remove headers
20513 according to message-forward-ignored-headers if a message is decoded.
20514
20515 2004-12-02 Romain Francoise <romain@orebokech.com>
20516
20517 * message.el (message-forward-make-body-plain): Always remove
20518 headers according to message-forward-ignored-headers.
20519
20520 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
20521
20522 * spam.el (spam-summary-prepare-exit): Remove the
20523 gnus-summary-limit pop for now, it has problems with ham marks for
20524 me.
20525
20526 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
20527
20528 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20529 correctly.
20530
20531 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
20532
20533 * format-spec.el (format-spec): Message the char.
20534
20535 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
20536
20537 * gnus-art.el (gnus-split-methods): Reformat comments.
20538
20539 * spam.el (spam-summary-prepare-exit): Remove article limits
20540 before exiting the summary buffer.
20541
20542 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
20543
20544 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20545 order to silence the byte compiler.
20546
20547 * spam.el: Fix the way to silence the byte compiler, which
20548 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20549 bbdb-search-simple, spam-BBDB-register-routine,
20550 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20551 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20552 spam-stat-buffer-is-spam, spam-stat-load,
20553 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20554 spam-stat-save and spam-stat-split-fancy.
20555
20556 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
20557
20558 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20559 which may confuse users.
20560 (canlock-password-for-verify): Ditto.
20561
20562 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20563
20564 * gnus-art.el (gnus-emphasis-alist): Ditto.
20565
20566 * gnus-registry.el (gnus-registry-max-entries): Ditto.
20567
20568 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20569
20570 * gnus-start.el (gnus-save-killed-list): Ditto.
20571
20572 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20573 (gnus-sum-thread-tree-root): Ditto.
20574 (gnus-sum-thread-tree-false-root): Ditto.
20575 (gnus-sum-thread-tree-single-indent): Ditto.
20576
20577 * message.el (message-courtesy-message): Ditto.
20578 (message-archive-note): Ditto.
20579 (message-subscribed-address-file): Ditto.
20580 (message-user-fqdn): Ditto.
20581
20582 * spam-report.el (spam-report-gmane-regex): Ditto.
20583
20584 * spam.el (spam-blackhole-good-server-regex): Ditto.
20585
20586 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
20587
20588 * mml.el (mml-preview): Widen the message buffer before copying
20589 the contents to the preview buffer; sort headers before previewing.
20590
20591 * message.el (message-hidden-headers): Fix the way to avoid a bug
20592 in the `repeat' widget in Emacs 21.3 or earlier.
20593
20594 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
20595
20596 * message.el (message-hidden-headers): Default to "^References:".
20597 Improve customization type. Suggested by Reiner Steib
20598 <Reiner.Steib@gmx.de>.
20599
20600 2004-11-25 Romain Francoise <romain@orebokech.com>
20601
20602 * message.el (message-strip-forbidden-properties): Remove check for
20603 obsolete `message-hidden' text property, hidden headers are not
20604 accessible in the buffer anymore.
20605
20606 2004-11-22 Romain Francoise <romain@orebokech.com>
20607
20608 * message.el (message-header-format-alist): Add `From' in list
20609 so that it can be sorted.
20610 (message-fix-before-sending): Widen and sort headers before
20611 sending.
20612 (message-hide-headers): Use narrowing to hide headers by moving
20613 them to the top of the buffer and narrowing to the region
20614 underneath.
20615
20616 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20617
20618 * message.el (message-strip-forbidden-properties):
20619 Bind buffer-read-only (etc) to nil.
20620
20621 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
20622
20623 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20624 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20625
20626 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
20627
20628 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20629
20630 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20631
20632 * dns.el (query-dns): Use sit-for to time instead of
20633 accept-process-output, since that doesn't seem to work on udp
20634 sockets.
20635
20636 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
20637
20638 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20639
20640 2004-11-15 Jesper Harder <harder@ifa.au.dk>
20641
20642 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20643 doc string. Improve doc string.
20644
20645 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
20646
20647 * nntp.el (nntp-request-update-info): Return nil if
20648 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20649 may not call gnus-activate-group which uselessly issues the GROUP
20650 commands for all nntp groups and wastes time. Reported by Romain
20651 Francoise <romain@orebokech.com>.
20652
20653 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20654
20655 2004-11-15 Simon Josefsson <jas@extundo.com>
20656
20657 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20658 headers separately.
20659 (gnus-button-openpgp): New function, inspired by Jochen Küpper
20660 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20661
20662 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
20663
20664 * gnus-start.el (gnus-convert-old-newsrc):
20665 Assign legacy-gnus-agent to 5.10.7.
20666
20667 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20668
20669 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20670 start of the lines.
20671
20672 2004-11-14 Magnus Henoch <mange@freemail.hu>
20673
20674 * hashcash.el (hashcash-default-payment): Change default to 20.
20675 (hashcash-default-accept-payment): Change default to 20.
20676 (hashcash-process-alist): New variable.
20677 (hashcash-generate-payment-async): Add.
20678 (hashcash-already-paid-p): Add.
20679 (hashcash-insert-payment): Don't generate payments twice.
20680 (hashcash-insert-payment-async): Add.
20681 (hashcash-insert-payment-async-2): Add.
20682 (hashcash-cancel-async): Add.
20683 (hashcash-wait-async): Add.
20684 (hashcash-processes-running-p): Add.
20685 (hashcash-wait-or-cancel): Add.
20686 (mail-add-payment): New optional argument. Conditionally start
20687 asynchronous calculation.
20688 (mail-add-payment-async): Add.
20689
20690 * message.el (message-send-mail): Wait for asynchronous hashcash
20691 results. Don't clobber existing X-Hashcash headers.
20692 (message-setup-1): Call mail-add-payment-async when
20693 message-generate-hashcash is non-nil.
20694
20695 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20696
20697 * message.el (message-use-alternative-email-as-from): Examine the
20698 From header as well; use message-make-from in order to include a
20699 user's full name.
20700
20701 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
20702
20703 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20704 default; improve customization type.
20705 (gnus-emphasis-custom-with-format): New macro.
20706 (gnus-emphasis-custom-value-to-external): New function.
20707 (gnus-emphasis-custom-value-to-internal): New function.
20708
20709 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
20710
20711 * dns.el (query-dns): Resolve reverse addresses.
20712
20713 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20714
20715 * gnus-group.el (gnus-group-get-new-news): Use it.
20716
20717 * gnus-start.el (gnus-check-reasonable-setup): New function.
20718
20719 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
20720
20721 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20722 "Args out of range" error. Reported by Arnaud Giersch
20723 <arnaud.giersch@free.fr>.
20724
20725 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
20726
20727 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20728
20729 2004-11-04 Richard M. Stallman <rms@gnu.org>
20730
20731 * spam.el (spam group): Add :version.
20732
20733 * pgg-def.el (pgg group): Add :version.
20734
20735 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
20736
20737 * gnus-art.el (gnus-article-edit-article): Don't associate the
20738 article buffer with a draft file. This is a temporary measure
20739 against the 2004-08-22 change to gnus-article-edit-mode.
20740
20741 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
20742
20743 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20744 (html2text-format-tags): Remove unused variable `attr'.
20745
20746 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
20747
20748 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20749
20750 * spam-stat.el (spam-stat): Add :version.
20751
20752 * sieve.el (sieve): Add :version.
20753
20754 * sha1.el (sha1): Add :version.
20755 (sha1-use-external): Remove redundant version.
20756
20757 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20758 (nnmail-cache-ignore-groups, nnmail-spool-hook)
20759 (nnmail-split-fancy-match-partial-words)
20760 (nnmail-split-lowercase-expanded): Add :version.
20761
20762 * nndiary.el (nndiary): Add :version.
20763
20764 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20765
20766 * mml-sec.el (mml-default-sign-method)
20767 (mml-default-encrypt-method, mml-signencrypt-style-alist):
20768 Add :version.
20769
20770 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20771
20772 * mm-url.el (mm-url-use-external, mm-url-program)
20773 (mm-url-arguments): Add :version.
20774
20775 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20776 (mm-attachment-file-modes, mm-decrypt-option)
20777 (mm-w3m-safe-url-regexp): Add :version.
20778
20779 * message.el (message-cite-prefix-regexp)
20780 (message-sendmail-envelope-from, message-minibuffer-local-map)
20781 (message-user-fqdn, message-completion-alist): Add :version.
20782
20783 * gnus-win.el (gnus-configure-windows-hook)
20784 (gnus-use-frames-on-any-display): Add :version.
20785
20786 * gnus-art.el (gnus-article-address-banner-alist)
20787 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20788 (gnus-treat-from-picon, gnus-treat-mail-picon)
20789 (gnus-treat-x-pgp-sig): Add :version.
20790
20791 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20792 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20793 (gnus-summary-article-delete-hook)
20794 (gnus-summary-display-while-building): Add :version.
20795
20796 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20797 (gnus-get-top-new-news-hook): Add :version.
20798
20799 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20800 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20801
20802 * gnus-registry.el (gnus-registry): Add :version.
20803
20804 * gnus-spec.el (gnus-use-correct-string-widths)
20805 (gnus-make-format-preserve-properties): Add :version.
20806
20807 * gnus.el (gnus-group-charter-alist)
20808 (gnus-group-fetch-control-use-browse-url)
20809 (gnus-install-group-spam-parameters): Add :version.
20810
20811 * gnus-diary.el (gnus-diary): Add :version.
20812
20813 * gnus-delay.el (gnus-delay): Add :version.
20814
20815 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20816 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20817 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20818 Add :version.
20819
20820 * gnus-agent.el (gnus-agent-max-fetch-size)
20821 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20822 (gnus-agent-prompt-send-queue): Add :version.
20823
20824 * deuglify.el (gnus-outlook-deuglify): Add :version.
20825
20826 * html2text.el: Beautify code. Improve doc strings.
20827 Some checkdoc cleanup.
20828 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20829
20830 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
20831
20832 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20833
20834 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
20835
20836 * gnus-registry.el (gnus-registry-hashtb): Create the registry
20837 when package is loaded.
20838
20839 * spam.el (spam-summary-score-preferred-header): Add global preference
20840 for people who want to override the default SpamAssassin over
20841 Bogofilter preference (when both are set).
20842 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20843 (spam-user-format-function-S):
20844 Check spam-summary-score-preferred-header.
20845 (spam-extra-header-to-number): Add X-Bogosity header parsing.
20846 (spam-user-format-function-S): Format the score correctly.
20847
20848 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
20849
20850 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20851 signature file. Suggested by Manoj Srivastava
20852 <srivasta@golden-gryphon.com>.
20853
20854 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20855 iso-2022-jp even in the Japanese language environment.
20856 Suggested by Jason Rumney <jasonr@gnu.org>.
20857
20858 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
20859
20860 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20861 use the same characters as the dummy marks; make it free from
20862 getting affected by the language environment.
20863 (gnus-summary-read-group-1): Update mark positions only when the
20864 format spec is updated.
20865
20866 * gnus-spec.el (gnus-update-format-specifications): Return a list
20867 of updated types.
20868
20869 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
20870
20871 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20872 of boundp to check if display-warning is available.
20873
20874 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
20875
20876 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20877
20878 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
20879
20880 * nnspool.el (nnspool-spool-directory): Use news-path if the
20881 news-directory variable is not bound.
20882
20883 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20884 function instead of display-warning if it is not available.
20885
20886 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
20887
20888 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20889 v5-10: Use `point-at-bol'.
20890
20891 2004-10-26 Simon Josefsson <jas@extundo.com>
20892
20893 * hashcash.el: Fix URL in comment, reported by Cheng Gao
20894 <chenggao@gmail.com>.
20895
20896 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
20897
20898 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
20899 instead.
20900
20901 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
20902
20903 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20904 to remove a server from the nnimap-server-buffer-alist.
20905 (nnimap-open-connection, nnimap-close-server): Use it.
20906
20907 * gnus-encrypt.el: Remove file in favor of encrypt.el.
20908
20909 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
20910
20911 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20912 running the major-mode function.
20913
20914 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
20915
20916 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20917 dummy marks in the right way.
20918
20919 2004-10-18 David Edmondson <dme@dme.org>
20920
20921 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20922 excessively.
20923
20924 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
20925
20926 * gnus-util.el (gnus-split-references): Accept a nil references
20927 string and go on blissfully.
20928
20929 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20930 cases where the references string is non-nil but has no references.
20931
20932 * encrypt.el: Add autoload tags.
20933
20934 * spam.el (spam-resolve-registrations-routine): Remove article
20935 from unregistration list too. Reported by David Hanak
20936 <dhanak@isis.vanderbilt.edu>
20937
20938 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
20939
20940 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20941 nil. Change custom type.
20942
20943 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
20944
20945 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20946
20947 * gnus-sum.el (gnus-summary-move-article): Use it.
20948
20949 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
20950
20951 * encrypt.el: Add autoload cookies.
20952
20953 * spam.el (spam-backend-article-list-property)
20954 (spam-backend-get-article-todo-list)
20955 (spam-backend-put-article-todo-list)
20956 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20957 Resolve registrations separately.
20958 (spam-register-routine): Format comments.
20959 (spam-unregister-routine, spam-register-routine): Always call with
20960 specific-articles, no default list.
20961 (spam-summary-prepare-exit): Use the spam-classifications function.
20962
20963 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20964 gnus-encrypt.el.
20965
20966 * encrypt.el: Copied from gnus-encrypt.el.
20967
20968 * gnus-encrypt.el: Commented that it's obsolete.
20969
20970 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
20971
20972 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20973 (gnus-score-save): Use it.
20974
20975 * message.el (message-bury): Use `window-dedicated-p'.
20976
20977 2004-10-15 Simon Josefsson <jas@extundo.com>
20978
20979 * pop3.el (top-level): Don't require nnheader.
20980 (pop3-read-timeout): Add.
20981 (pop3-accept-process-output): Add.
20982 (pop3-read-response, pop3-retr): Use it.
20983
20984 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
20985
20986 * spam.el (spam-register-routine): Move comment.
20987 (spam-verify-bogofilter): Use 'unknown for the initial
20988 spam-bogofilter-valid state, not 'never.
20989
20990 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20991 for netrc-machine.
20992
20993 * nnimap.el (nnimap-open-connection):
20994 Use netrc-machine-user-or-password.
20995
20996 2004-10-17 Richard M. Stallman <rms@gnu.org>
20997
20998 * gnus-registry.el (gnus-registry-unload-hook):
20999 Set as a variable with add-hook.
21000
21001 * nnspool.el (nnspool-spool-directory): Use news-directory instead
21002 of news-path.
21003
21004 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21005
21006 * spam.el: Delete duplicate `provide'.
21007 (spam-unload-hook): Set as a variable with add-hook.
21008
21009 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21010
21011 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21012 in the doc string.
21013
21014 * message.el (message-ignored-news-headers)
21015 (message-ignored-supersedes-headers)
21016 (message-ignored-resent-headers)
21017 (message-forward-ignored-headers): Improve custom type.
21018
21019 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
21020
21021 * message.el (message-tokenize-header): Fix 2004-09-06 change
21022 which used point-min in the wrong place.
21023
21024 2004-10-12 Simon Josefsson <jas@extundo.com>
21025
21026 * tls.el (tls-certtool-program): New variable.
21027 (tls-certificate-information): New function, based on
21028 ssl-certificate-information.
21029
21030 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
21031
21032 * compface.el: Move the version of ELisp-based uncompface program
21033 to the contrib directory because of the copyright problem.
21034
21035 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
21036
21037 * message.el (message-kill-buffer): Raise the current frame.
21038
21039 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
21040
21041 * gnus-sum.el: Mention that multibyte characters don't work as marks.
21042
21043 * gnus.el (message-y-or-n-p): Autoload.
21044
21045 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21046 (pop3-password-required, pop3-authentication-scheme)
21047 (pop3-leave-mail-on-server): Make customizable.
21048 (pop3): New custom group.
21049 (pop3-retr): Remove `sleep-for' statements.
21050 Suggested by Dave Love <fx@gnu.org>.
21051
21052 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21053 Windows/DOS.
21054
21055 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21056 (imap-parse-body): Fix incorrect use of `assert'.
21057 Suggested by Dave Love <fx@gnu.org>.
21058
21059 * mml.el (mml-minibuffer-read-disposition): Require match.
21060 Suggested by Dave Love <fx@gnu.org>.
21061
21062 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
21063
21064 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
21065 doc string.
21066
21067 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
21068
21069 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21070
21071 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21072
21073 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21074 instead of calling `mm-insert-inline', to decode text/* parts
21075 before displaying them.
21076
21077 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
21078
21079 * mm-uu.el (mm-uu-text-plain-type): New variable.
21080 (mm-uu-pgp-signed-extract-1): Use it.
21081 (mm-uu-pgp-encrypted-extract-1): Use it.
21082 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21083 bind mm-uu-text-plain-type with that value.
21084 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21085 mm-uu-dissect.
21086
21087 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21088
21089 * gnus-group.el (gnus-update-group-mark-positions):
21090 * gnus-sum.el (gnus-update-summary-mark-positions):
21091 * message.el (message-check-news-body-syntax):
21092 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21093 of string-as-multibyte.
21094
21095 2004-10-05 Juri Linkov <juri@jurta.org>
21096
21097 * gnus-group.el (gnus-update-group-mark-positions):
21098 * gnus-sum.el (gnus-update-summary-mark-positions):
21099 * message.el (message-check-news-body-syntax):
21100 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21101 8-bit unibyte values to a multibyte string for search functions.
21102
21103 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21104
21105 * mm-uu.el (mm-uu-dissect): Allow optional arg.
21106 (mm-uu-dissect-text-parts): New function.
21107
21108 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21109 dissect text parts.
21110
21111 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21112 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21113
21114 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21115
21116 * gnus-topic.el (gnus-topic-hierarchical-parameters):
21117 Use gnus-current-topics instead of gnus-current-topic.
21118
21119 2004-10-06 Jesper Harder <harder@ifa.au.dk>
21120
21121 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21122
21123 2004-10-05 Jesper Harder <harder@ifa.au.dk>
21124
21125 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21126 where appropriate.
21127
21128 * nnml.el (nnml-generate-active-info): do.
21129
21130 * nndiary.el (nndiary-generate-active-info): do.
21131
21132 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21133 (gnus-topic-move): do.
21134
21135 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21136 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21137
21138 * gnus-srvr.el (gnus-server-prepare)
21139 (gnus-server-open-all-servers): do.
21140
21141 * gnus-msg.el (gnus-summary-cancel-article)
21142 (gnus-summary-resend-message)
21143 (gnus-summary-mail-crosspost-complaint): do.
21144
21145 * gnus-move.el (gnus-change-server): do.
21146
21147 * gnus-group.el (gnus-group-unmark-all-groups)
21148 (gnus-group-set-current-level): do.
21149
21150 2004-10-04 Simon Josefsson <jas@extundo.com>
21151
21152 * message.el (message-generate-hashcash): Doc fix.
21153
21154 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
21155
21156 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21157 avoid infinite recursion via gnus-get-function.
21158
21159 2004-10-02 Jesper Harder <harder@ifa.au.dk>
21160
21161 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21162
21163 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21164
21165 * nnmail.el (nnmail-split-history): do.
21166
21167 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21168 (nnml-request-delete-group): do.
21169
21170 * nnslashdot.el (nnslashdot-read-groups): do.
21171
21172 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21173 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21174
21175 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21176 (nnspool-sift-nov-with-sed): Use last.
21177 (nnspool-retrieve-headers-with-nov): Use mapc.
21178 (nnspool-request-newgroups): Use dolist.
21179 (nnspool-request-group): Use last.
21180
21181 * nntp.el (nntp-read-server-type): Use dolist.
21182
21183 * nnvirtual.el (nnvirtual-create-mapping)
21184 (nnvirtual-update-read-and-marked): Use dolist.
21185 (nnvirtual-convert-headers): Simplify.
21186
21187 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
21188
21189 * gnus-agent.el (gnus-agent-synchronize-group-flags):
21190 Add support for sync'ing tick marks.
21191
21192 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
21193
21194 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21195 there's no visible header.
21196
21197 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
21198
21199 * gnus-agent.el (gnus-agent-synchronize-group-flags):
21200 When necessary, pass full group name to gnus-request-set-marks.
21201
21202 2004-10-01 Simon Josefsson <jas@extundo.com>
21203
21204 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
21205 acroread.
21206
21207 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21208
21209 * spam-report.el (spam-report-gmane): Fix interactive.
21210
21211 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21212
21213 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21214 when writing file.
21215 (gnus-agent-synchronize-flags): Don't default to being
21216 interactive.
21217
21218 2004-09-30 Simon Josefsson <jas@extundo.com>
21219
21220 * message.el (message-generate-hashcash): Add.
21221 (message-send-mail): Use it, call mail-add-payment.
21222
21223 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
21224
21225 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21226
21227 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
21228
21229 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21230 gnus-request-update-info with explicit code to sync the in-memory
21231 info read flags with the marks being sync'd to the backend.
21232
21233 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21234
21235 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
21236
21237 * spam.el (spam-verify-bogofilter): Add new function.
21238 (spam-check-bogofilter)
21239 (spam-bogofilter-register-with-bogofilter): Use it.
21240 (spam-verify-bogofilter): Add small fixes.
21241
21242 2004-09-28 Simon Josefsson <jas@extundo.com>
21243
21244 * hashcash.el (hashcash-generate-payment): Revert.
21245
21246 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
21247
21248 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21249 Use gnus-extract-references instead of gnus-split-references.
21250
21251 * gnus-util.el (gnus-extract-references): Add new function, analogous
21252 to gnus-split-references but extracts only the message-ID without
21253 anything extra.
21254
21255 * hashcash.el (hashcash-generate-payment)
21256 (hashcash-check-payment): Do the right thing if hashcash-path is
21257 nil (because the hashcash program could not be found).
21258
21259 * spam.el (spam-use-hashcash): Remove comment.
21260
21261 2004-09-27 Jesper Harder <harder@ifa.au.dk>
21262
21263 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21264 (gnus-cache-enter-article, gnus-cache-remove-article)
21265 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21266
21267 * gnus-async.el (gnus-async-prefetch-remove-group): do.
21268
21269 * gnus-art.el (article-hide-boring-headers)
21270 (article-translate-strings, article-display-face)
21271 (gnus-article-mime-match-handle-first)
21272 (gnus-article-highlight-headers)
21273 (gnus-article-add-buttons-to-head): do.
21274
21275 2004-09-27 Simon Josefsson <jas@extundo.com>
21276
21277 * hashcash.el: New version, from
21278 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
21279 ../contrib/.
21280
21281 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
21282
21283 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21284
21285 2004-09-26 Jesper Harder <harder@ifa.au.dk>
21286
21287 * gnus-dup.el (gnus-dup-open): Use mapc.
21288 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21289
21290 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21291 Reported by Stefan Wiens <s.wi@gmx.net>.
21292
21293 * gnus.el (gnus-shutdown): Use dolist.
21294
21295 * gnus-undo.el (gnus-undo): Use mapc.
21296
21297 * nnrss.el (nnrss-generate-active): do.
21298
21299 * message.el (message-cite-original-without-signature)
21300 (message-cite-original): Use mapc.
21301 (message-do-actions, message-make-forward-subject): Use dolist.
21302
21303 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21304
21305 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21306 deletion to remove entire duplicate line. Fixes merged article
21307 number bug.
21308
21309 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21310
21311 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21312 servers that are offline. Avoids having gnus-agent-toggle-plugged
21313 first ask if you want to open a server and then, even when you
21314 responded with no, asking if you want to synchronize the server's
21315 flags.
21316 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21317 multi-line expressions.
21318 (gnus-agent-synchronize-group-flags): New internal function.
21319 Updates marks in memory (in the info structure) AND in the
21320 backend.
21321
21322 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21323
21324 * nnagent.el (nnagent-request-set-mark):
21325 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21326 method, to ensure that synchronization updates marks in the
21327 backend and in the info (in memory) structure.
21328
21329 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
21330
21331 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21332 convention fully; don't miss the root article of a thread; make
21333 the X-Draft-From header with correct article numbers.
21334
21335 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
21336
21337 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21338 unless plugged. Disable the agent so that an open failure causes
21339 an error.
21340
21341 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21342 Revert 2004-09-21 change. The backend must be opened while
21343 synchronizing flags even when the backend stores the flags
21344 locally.
21345
21346 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
21347
21348 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21349 in `header' match. Reported by Svend Tollak Munkejord.
21350
21351 * message.el (message-cite-original): Fix use of
21352 `message-cite-articles-with-x-no-archive'.
21353
21354 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
21355
21356 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21357 (gnus-window-to-buffer): Ditto.
21358
21359 * mml.el (mml-preview-buffer): New variable.
21360 (mml-preview): Manage window layout with gnus-buffer-configuration.
21361
21362 * gnus-msg.el (gnus-setup-message): Put article numbers into the
21363 X-Draft-From header even if those articles aren't quoted.
21364
21365 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
21366
21367 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21368 (gnus-request-set-mark, gnus-request-update-mark): Use new
21369 g-s-t-u-l-m to decide to use backend even when unplugged.
21370
21371 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
21372
21373 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21374 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
21375
21376 2004-09-20 Simon Josefsson <jas@extundo.com>
21377
21378 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21379 "utf-16-le".
21380
21381 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
21382
21383 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21384
21385 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
21386
21387 * uudecode.el (uudecode-use-external): Add :version.
21388
21389 * smime.el (smime-CA-file, smime-encrypt-cipher)
21390 (smime-dns-server): Add :version.
21391
21392 * smiley.el (gnus-smiley-file-types): Add :version.
21393
21394 * sha1.el (sha1-use-external): Add :version.
21395
21396 * pgg-def.el (pgg-query-keyserver): Add :version.
21397
21398 * nnmail.el (nnmail-fancy-expiry-targets)
21399 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21400 Add :version.
21401
21402 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21403 (nnimap-retrieve-groups-asynchronous): Add :version.
21404 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
21405
21406 * mml.el (mml-content-disposition-parameters)
21407 (mml-insert-mime-headers-always): Add :version.
21408
21409 * mm-util.el (mm-coding-system-priorities): Add :version.
21410
21411 * mm-decode.el (mm-inline-text-html-with-images)
21412 (mm-keep-viewer-alive-types, mm-external-terminal-program)
21413 (mm-verify-option): Add :version.
21414 (mm-text-html-renderer): Change :version.
21415
21416 * message.el (message-fcc-externalize-attachments)
21417 (message-required-headers, message-draft-headers)
21418 (message-subject-trailing-was-query)
21419 (message-subject-trailing-was-ask-regexp)
21420 (message-subject-trailing-was-regexp, message-mark-insert-begin)
21421 (message-mark-insert-end, message-archive-header)
21422 (message-archive-note, message-cross-post-default)
21423 (message-cross-post-note, message-followup-to-note)
21424 (message-cross-post-note-function, message-use-mail-followup-to)
21425 (message-subscribed-address-functions)
21426 (message-subscribed-address-file, message-subscribed-addresses)
21427 (message-subscribed-regexps, message-allow-no-recipients)
21428 (message-yank-cited-prefix, message-signature-insert-empty-line)
21429 (message-hidden-headers, message-hierarchical-addresses)
21430 (message-mail-user-agent, message-use-idna)
21431 (message-valid-fqdn-regexp)
21432 (message-strip-special-text-properties, message-header-synonyms)
21433 (message-beginning-of-line, message-tab-body-function): Add :version.
21434 (message-insert-canlock, message-wide-reply-confirm-recipients):
21435 Change :version.
21436
21437 * mail-source.el (mail-source-ignore-errors): Add :group, :type
21438 and :version.
21439 (mail-source-delete-old-incoming-confirm)
21440 (mail-source-movemail-program): Add :version.
21441
21442 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21443 (gnus-agent-cache, gnus-agent): Change :version.
21444
21445 * gnus-util.el (gnus-use-byte-compile): Change :version.
21446
21447 * gnus-sum.el (gnus-summary-make-false-root-always)
21448 (gnus-summary-default-high-score)
21449 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21450 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21451 (gnus-read-all-available-headers, gnus-article-emulate-mime)
21452 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21453 (gnus-sum-thread-tree-single-indent)
21454 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21455 (gnus-sum-thread-tree-leaf-with-other)
21456 (gnus-sum-thread-tree-single-leaf): Add :version.
21457 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21458 (gnus-article-loose-mime): Change :version.
21459
21460 * gnus-start.el (gnus-backup-startup-file)
21461 (gnus-save-startup-file-via-temp-buffer): Add :version.
21462
21463 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21464 (gnus-server-offline-face): Add :version.
21465
21466 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21467
21468 * gnus-msg.el (gnus-gcc-externalize-attachments)
21469 (gnus-debug-files, gnus-debug-exclude-variables)
21470 (gnus-discouraged-post-methods): Change :version.
21471 (gnus-confirm-mail-reply-to-news)
21472 (gnus-confirm-treat-mail-like-news): Add :version.
21473
21474 * gnus-int.el (gnus-server-unopen-status): Add :version.
21475
21476 * gnus-group.el (gnus-group-jump-to-group-prompt)
21477 (gnus-large-ephemeral-newsgroup)
21478 (gnus-fetch-old-ephemeral-headers): Add :version.
21479
21480 * gnus-fun.el (gnus-x-face-directory)
21481 (gnus-convert-pbm-to-x-face-command)
21482 (gnus-convert-image-to-x-face-command)
21483 (gnus-convert-image-to-face-command): Add :version.
21484
21485 * gnus-delay.el (gnus-delay-default-hour): Add :version.
21486
21487 * gnus-cite.el (gnus-cite-blank-line-after-header)
21488 (gnus-article-boring-faces): Add :version.
21489
21490 * gnus-art.el (gnus-buttonized-mime-types)
21491 (gnus-inhibit-mime-unbuttonizing)
21492 (gnus-treat-display-face)
21493 (gnus-treat-body-boundary): Change :version.
21494 (gnus-body-boundary-delimiter, gnus-picon-databases)
21495 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21496 (gnus-treat-date-english, gnus-treat-fold-headers)
21497 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21498 (gnus-treat-mail-picon, gnus-treat-wash-html)
21499 (gnus-article-encrypt-protocol)
21500 (gnus-use-idna, gnus-article-over-scroll)
21501 (gnus-mime-display-multipart-alternative-as-mixed)
21502 (gnus-mime-display-multipart-related-as-mixed)
21503 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21504 (gnus-ctan-url, gnus-button-ctan-handler)
21505 (gnus-button-handle-ctan-bogus-regexp)
21506 (gnus-button-ctan-directory-regexp)
21507 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21508 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21509 (gnus-button-man-level, gnus-button-emacs-level)
21510 (gnus-button-message-level, gnus-button-browse-level): Add :version.
21511
21512 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21513 (gnus-agent-go-online): Change :version.
21514 (gnus-agent-expire-unagentized-dirs)
21515 (gnus-agent-auto-agentize-methods): Add :version.
21516
21517 * flow-fill.el (fill-flowed-display-column)
21518 (fill-flowed-encode-column): Add :version.
21519
21520 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21521 (gnus-outlook-deuglify-unwrap-max)
21522 (gnus-outlook-deuglify-cite-marks)
21523 (gnus-outlook-deuglify-unwrap-stop-chars)
21524 (gnus-outlook-deuglify-no-wrap-chars)
21525 (gnus-outlook-deuglify-attrib-cut-regexp)
21526 (gnus-outlook-deuglify-attrib-verb-regexp)
21527 (gnus-outlook-deuglify-attrib-end-regexp)
21528 (gnus-outlook-display-hook): Add :version.
21529
21530 * binhex.el (binhex-use-external): Add :version.
21531
21532 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
21533
21534 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21535 and `invisible'.
21536
21537 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
21538
21539 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21540 in gnus-registry-trim.
21541
21542 2004-09-13 Simon Josefsson <jas@extundo.com>
21543
21544 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21545
21546 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21547
21548 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21549 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21550 <yamaoka@jpl.org>.
21551 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21552 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21553 <yamaoka@jpl.org>.
21554
21555 * sieve.el (sieve-manage-mode): Ditto.
21556
21557 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
21558
21559 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21560
21561 2004-09-11 Simon Josefsson <jas@extundo.com>
21562
21563 * dns-mode.el: Add.
21564
21565 * mm-view.el (mm-display-dns-inline): Add.
21566
21567 * mm-decode.el (mm-inline-media-tests): Add text/dns.
21568 (mm-automatic-display): Ditto.
21569
21570 * mailcap.el (mailcap-mime-data): Add text/dns.
21571 (mailcap-mime-extensions): Map .soa to text/dns.
21572
21573 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
21574
21575 * gnus-art.el (article-decode-mime-words, article-babel)
21576 (gnus-article-highlight-signature, gnus-article-add-buttons)
21577 (gnus-signature-toggle): Remove unnecessary bindings of
21578 `inhibit-read-only' inherited from v5.10 merge.
21579
21580 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
21581
21582 * nntp.el (nntp): New customization group.
21583 (nntp-authinfo-file): Add customization group.
21584
21585 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21586
21587 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21588
21589 * gnus.el (to-address, to-list, subscribed)
21590 (large-newsgroup-initial): Ditto.
21591
21592 * flow-fill.el (fill-flowed-display-column)
21593 (fill-flowed-encode-column): Ditto.
21594
21595 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21596
21597 * message.el (message-tokenize-header, message-send-mail-with-qmail):
21598 Use point-min rather than 1.
21599 (message-send-mail): Use buffer-size rather than point-max.
21600
21601 * gnus-sum.el (gnus-summary-search-article-forward):
21602 Signal a specific `search-failed' rather than a generic `error'.
21603
21604 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21605 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21606 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21607
21608 2004-09-10 Simon Josefsson <jas@extundo.com>
21609
21610 * nndb.el (require): Remove tcp and duplicate cl.
21611
21612 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
21613
21614 * gnus-agent.el (directory-files-and-attributes): Move forward.
21615
21616 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
21617
21618 * gnus-agent.el (directory-files-and-attributes):
21619 Optionally defined to support XEmacs.
21620
21621 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
21622
21623 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21624 to avoid run-time CL dependencies.
21625 (gnus-agent-unfetch-articles): New function.
21626 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21627 article numbers even when local .overview file is missing.
21628 (gnus-agent-read-article-number): New function. Only accepts
21629 27-bit article numbers.
21630 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21631 Use gnus-agent-read-article-number.
21632 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21633 from backend while recognizing that article numbers in .overview
21634 must be valid.
21635 (gnus-agent-update-files-total-fetched-for):
21636 Use directory-files-and-attributes to improve performance.
21637 * gnus-int.el (gnus-request-move-article):
21638 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21639 improve performance.
21640
21641 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21642 some users confused by references to .newsrc when they only have a
21643 .newsrc.eld file.
21644 (gnus-convert-mark-converter-prompt)
21645 (gnus-convert-converter-needs-prompt): Fix use of property list.
21646 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21647 New function. Used internally to only display 'gnus converting
21648 files' message when actually necessary.
21649
21650 * gnus-sum.el (): Remove (require 'gnus-agent) as required
21651 methods now autoloaded.
21652
21653 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
21654
21655 * gnus-sum.el (gnus-summary-insert-subject): Remove list
21656 identifiers.
21657
21658 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
21659
21660 * gnus-picon.el: Fix indentation and closing parenthesis.
21661
21662 2004-09-01 Simon Josefsson <jas@extundo.com>
21663
21664 * message.el (message-canlock-generate): Require sha1, not
21665 sha1-el. (Can we get rid of this require altogether? It is ugly
21666 to require within a function. Sadly, if sha1.el isn't loaded, the
21667 let binding in m-c-g will hide the defcustom definition, which is
21668 bad.)
21669
21670 * canlock.el: Require sha1, not sha1-el.
21671
21672 * message.el: Don't autoload sha1 (there is a autoload cookie in
21673 sha1.el).
21674
21675 * sha1-el.el: Rename to sha1.el.
21676
21677 2004-08-30 Juanma Barranquero <lektu@terra.es>
21678
21679 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21680
21681 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
21682
21683 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21684
21685 2004-08-30 Kim F. Storm <storm@cua.dk>
21686
21687 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21688
21689 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21690 Add :group 'nnimap.
21691
21692 2004-08-30 Andreas Schwab <schwab@suse.de>
21693
21694 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21695 ?* and ?\;.
21696
21697 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21698 and ?\' to symbol instead of whitespace.
21699
21700 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
21701
21702 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21703
21704 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21705 instead of re-search-forward.
21706
21707 * gnus-uu.el (gnus-uu-save-article): Ditto.
21708 (gnus-uu-post-encode-uuencode): Ditto.
21709
21710 * html2text.el (html2text-clean-list-items): Ditto.
21711 (html2text-clean-dtdd): Ditto.
21712 (html2text-format-tags): Ditto.
21713
21714 * message.el (message-send-mail-with-sendmail): Fix regexp.
21715 (message-fill-field-general): Use search-forward instead of
21716 re-search-forward.
21717 (unbold-region): Ditto.
21718
21719 * nnrss.el (nnrss-request-article): Ditto.
21720
21721 * nnslashdot.el (nnslashdot-request-article): Ditto.
21722
21723 * nnweb.el (nnweb-gmane-wash-article): Ditto.
21724
21725 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21726 "Unrecognized menu descriptor" error in XEmacs.
21727
21728 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
21729
21730 * gnus-sum.el (gnus-read-header): Don't remove a header for the
21731 parent article of a sparse article in the thread hashtb.
21732
21733 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
21734
21735 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21736 (nnmail-expand-newtext): Lowercase expanded entries if
21737 nnmail-split-lowercase-expanded is non-nil.
21738
21739 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
21740
21741 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21742
21743 * gnus-group.el (gnus-group-line-format-alist): Convert the value
21744 of gnus-tmp-news-method into string under XEmacs. It will be
21745 passed to gnus-correct-length which takes only a string argument.
21746
21747 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
21748
21749 * gnus-util.el (gnus-bind-print-variables): New macro.
21750 (gnus-prin1): Use it.
21751 (gnus-prin1-to-string): Use it.
21752 (gnus-pp): New function.
21753 (gnus-pp-to-string): New function.
21754
21755 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21756 Replace pp-to-string with gnus-pp-to-string.
21757 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21758 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21759 * gnus-msg.el (gnus-debug): Ditto.
21760 * gnus-score.el (gnus-score-save): Ditto.
21761 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21762 gnus-pp-to-string.
21763 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21764 with gnus-pp.
21765 * score-mode.el (gnus-score-pretty-print): Ditto.
21766 * webmail.el (webmail-debug): Ditto.
21767
21768 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
21769
21770 * gnus-art.el (article-display-face, article-display-x-face):
21771 Use buffer-read-only.
21772
21773 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
21774
21775 * gnus-art.el (article-hide-list-identifiers):
21776 Bind inhibit-read-only as t.
21777
21778 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
21779
21780 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21781
21782 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21783
21784 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21785 (gnus-narrow-to-page): Don't assume point-min == 1.
21786 (gnus-article-edit-mode): Derive from message-mode.
21787
21788 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21789 point-min == 1.
21790
21791 * imap.el (imap-parse-address-list, imap-parse-body-ext):
21792 Disable incorrect use of `assert'.
21793
21794 * message.el (message-mode): Set comment-start-skip.
21795
21796 2004-08-22 Sam Steingold <sds@gnu.org>
21797
21798 * pop3.el (pop3-leave-mail-on-server): New user variable.
21799 (pop3-movemail): Delete mail only when it is nil.
21800
21801 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
21802
21803 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21804
21805 * mml.el (mml-preview): Use `pop-to-buffer'.
21806
21807 * message.el (message-goto-mail-followup-to): Insert after "To".
21808 (message-carefully-insert-headers): Add comment.
21809
21810 * gnus.el: Remove unused variable `gnus-article-check-size'.
21811
21812 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21813
21814 * gnus-art.el (gnus-button-alist):
21815 Improve `gnus-button-handle-library' entry.
21816
21817 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
21818
21819 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21820 Use downcase, since XEmacs capitalizes error messages differently.
21821
21822 2004-08-18 Jesper Harder <harder@ifa.au.dk>
21823
21824 * nntp.el: Add (require 'gnus) due to reference to
21825 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
21826
21827 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
21828
21829 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21830 Bind `mm-fill-flowed'.
21831
21832 * mm-decode.el (mm-dissect-singlepart): Check it.
21833
21834 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
21835
21836 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21837 'imap' for netrc parsing.
21838
21839 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
21840
21841 * mailcap.el (mailcap-mime-data): Mark as risky.
21842
21843 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
21844
21845 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21846 may be included in the encoded word.
21847 (rfc2047-encode): Don't append a space if the encoded word
21848 includes close parenthesis.
21849
21850 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
21851
21852 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21853 of text within parentheses.
21854
21855 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
21856
21857 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21858 (gnus-encrypt-write-file-contents): Make the password key the file
21859 name PLUS the cipher, not just the cipher. Also remove failed
21860 passwords from the cache.
21861
21862 2004-08-06 Simon Josefsson <jas@extundo.com>
21863
21864 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21865 Doc fix.
21866
21867 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
21868
21869 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21870 LWSP.
21871
21872 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
21873
21874 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21875 Try to append in-reply-to: data to the references: header.
21876
21877 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21878 (netrc-parse): Use gnus-encrypt.el functions.
21879
21880 * gnus-encrypt.el: Add new file for encryption support; currently
21881 does only a few GPG ciphers and an internal XOR cipher.
21882
21883 * password.el: Add comments on using password-read-and-add.
21884 (password-read-and-add): Add function to read and add the
21885 password to the cache at once.
21886
21887 2004-07-28 Simon Josefsson <jas@extundo.com>
21888
21889 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21890 parameter (but don't use it, for now).
21891
21892 * imap.el (imap-ssl-open): Use imap-process-connection-type,
21893 instead of hard coding to nil.
21894
21895 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
21896
21897 * mm-view.el (mm-inline-image-emacs): Open lines under an image
21898 as mm-inline-image-xemacs does.
21899
21900 2004-07-26 Simon Josefsson <jas@extundo.com>
21901
21902 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21903 Revert part of 2004-07-17 change below.
21904
21905 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
21906
21907 * rfc2047.el (rfc2047-encode-region): Don't infloop.
21908 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21909
21910 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
21911
21912 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21913 quotes that actually start with ">" at the beginning of the
21914 lines.
21915
21916 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
21917
21918 * rfc2047.el (rfc2047-encode-region): Fix last change.
21919 (rfc2047-encode-parameter): Remove useless concat.
21920
21921 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
21922
21923 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21924 encode special characters; fix some kind of misconfigured headers;
21925 signal a real error if debug-on-quit or debug-on-error is non-nil.
21926 (rfc2047-encode-max-chars): New variable.
21927 (rfc2047-encode-1): Use it.
21928 (rfc2047-encode-parameter): New function.
21929
21930 * mml.el (mml-insert-parameter): Remove an excessive space.
21931
21932 2004-07-17 Simon Josefsson <jas@extundo.com>
21933
21934 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21935 Kai Grossjohann <kai@emptydomain.de>.
21936 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21937 (gnus-group-make-menu-bar): Ditto.
21938
21939 * gnus-util.el (gnus-group-server): Add.
21940
21941 2004-07-16 Jesper Harder <harder@ifa.au.dk>
21942
21943 * message.el (message-clone-locals): Clone sendmail and smtp
21944 variables.
21945
21946 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
21947
21948 * rfc2047.el (rfc2047-encode-region): Fix last change.
21949
21950 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
21951
21952 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21953 characters as non-special.
21954
21955 2004-07-09 Simon Josefsson <jas@extundo.com>
21956
21957 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21958 Users will lose all flag changes made while unplugged with
21959 e.g. nntp unless flag synchronization happens, thus `nil' is not a
21960 good default. See numerous reports on ding mailing list.
21961
21962 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
21963
21964 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21965 add generate-head-function and generate-article-function to the
21966 rfc822-forward entry.
21967 (nndoc-rfc822-forward-generate-article): New function.
21968 (nndoc-rfc822-forward-generate-head): New function.
21969
21970 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21971
21972 2004-07-06 Dan Christensen <jdc@uwo.ca>
21973
21974 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21975 respect display group parameter and gnus-summary-expunge-below.
21976 (gnus-articles-to-read): Remove unused reference to display group
21977 parameter.
21978
21979 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21980
21981 * nnheader.el (nnheader-uniquify-message-id): New experimental
21982 variable.
21983 (nnheader-nov-read-message-id): Use it.
21984
21985 * spam-report.el (spam-report-gmane): Add interactive.
21986
21987 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
21988
21989 * mm-encode.el (mm-content-transfer-encoding-defaults):
21990 Use qp-or-base64 for the application/* types.
21991
21992 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
21993
21994 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21995
21996 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
21997
21998 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21999 trim value.
22000
22001 2004-01-25 Paul Jarc <prj@po.cwru.edu>
22002
22003 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22004 New macro and function.
22005 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22006
22007 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22008
22009 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22010 after-load-alist.
22011
22012 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22013
22014 * gnus-group.el (gnus-group-get-new-news-this-group):
22015 Don't update info that isn't there.
22016
22017 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
22018
22019 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22020 entry.
22021
22022 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22023
22024 * mm-view.el (mm-inline-render-with-function): Use multibyte
22025 buffer; decode html source by charset.
22026
22027 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22028
22029 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22030 Mule-UCS is loaded under XEmacs.
22031 (mm-mime-mule-charset-alist): Avoid duplicated entries.
22032
22033 2004-06-28 Jesper Harder <harder@ifa.au.dk>
22034
22035 * nnheader.el (nnheader-max-head-length): Increase to 8192.
22036
22037 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
22038
22039 * mm-util.el (mm-coding-system-p): Return a coding-system.
22040 (mm-mime-mule-charset-alist): Use shift_jis instead of
22041 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22042 entries for the mime charsets iso-2022-jp-3 and shift_jis.
22043 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22044 instead of japanese-shift-jis and iso-latin-1 respectively in
22045 order to share the default value with both Emacs and XEmacs-mule.
22046 (mm-mule-charset-to-mime-charset):
22047 Make mm-coding-system-priorities effective.
22048 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22049 while predicating of candidates upon the priorities.
22050
22051 2004-06-27 Jesper Harder <harder@ifa.au.dk>
22052
22053 * gnus-sum.el (gnus-summary-make-menu-bar):
22054 Add gnus-uu-invert-processable.
22055
22056 * gnus.el: Autoload gnus-uu-invert-processable.
22057
22058 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
22059
22060 * mm-util.el (mm-with-multibyte-buffer): New macro.
22061
22062 * rfc2047.el (rfc2047-encode-string): Use it.
22063 (rfc2047-encode-region): Move point to the end of the region after
22064 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22065
22066 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22067
22068 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22069 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22070
22071 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22072
22073 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22074 (gnus-cite-parse): Ignore quoted envelope From_.
22075 Suggested by Karl Chen <quarl@nospam.quarl.org>.
22076
22077 2004-06-23 Jesper Harder <harder@ifa.au.dk>
22078
22079 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22080 invalid addresses.
22081
22082 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
22083
22084 * spam.el: Change section markers, revise TODO list.
22085 (spam-backends): Make new master list of all installed backends.
22086 (spam-summary-exit-behavior): Add new variable to determine how
22087 messages moves are done at summary exit.
22088 (spam-move-spam-nonspam-groups-only)
22089 (spam-process-ham-in-nonham-groups)
22090 (spam-process-ham-in-spam-groups): Remove variables, the
22091 spam-summary-exit-behavior variable should be used to manage this
22092 behavior.
22093 (spam-old-ham-articles, spam-old-spam-articles): Remove.
22094 (spam-old-articles): Add variable, replacing spam-old-ham-articles
22095 and spam-old-spam-articles.
22096 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22097 Add empty variables, placeholders for the backends they represent.
22098 (spam-set-difference): Move, unchanged.
22099 (spam-list-of-processors): Declare OBSOLETE, not used anymore
22100 unless the user has a processor variable.
22101 (spam-classifications, spam-classification-valid-p)
22102 (spam-backend-properties, spam-backend-property-valid-p)
22103 (spam-backend-function-type-valid-p)
22104 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22105 (spam-report-articles-gmane, spam-report-articles-resend):
22106 Remove functions, they are not needed.
22107 (spam-install-backend-super, spam-backend-list)
22108 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22109 (spam-backend-function, spam-backend-ham-registration-function)
22110 (spam-backend-spam-registration-function)
22111 (spam-backend-ham-unregistration-function)
22112 (spam-backend-spam-unregistration-function)
22113 (spam-backend-statistical-p, spam-backend-mover-p)
22114 (spam-install-backend-alias, spam-install-checkonly-backend)
22115 (spam-install-mover-backend, spam-install-nocheck-backend)
22116 (spam-install-backend, spam-install-statistical-backend)
22117 (spam-install-statistical-checkonly-backend): Add backend installation
22118 support.
22119 (spam-summary-prepare-exit): Rewrite to use the new backend code.
22120 (spam-group-processor-p): Use the new backend code and respect the
22121 summary exit behavior.
22122 (spam-mark-spam-as-expired-and-move-routine): Remove.
22123 (spam-summary-prepare): Change to use the new spam-old-articles
22124 variable.
22125 (spam-copy-or-move-routine, spam-copy-spam-routine)
22126 (spam-move-spam-routine, spam-copy-ham-routine)
22127 (spam-move-ham-routine): Add code to copy/move ham or spam.
22128 (spam-fetch-field-fast): Improve doc and code, plus allow the
22129 'number request.
22130 (spam-list-of-checks, spam-list-of-statistical-checks):
22131 Remove variables.
22132 (spam-split, spam-find-spam): Use the new backend code.
22133 (spam-registration-functions): Remove variable.
22134 (spam-unregister-routine): Add convenience wrapper.
22135 (spam-log-undo-registration, spam-register-routine)
22136 (spam-log-processing-to-registry)
22137 (spam-log-unregistration-needed-p): Rename "check" to "backend"
22138 where possible.
22139 (spam-check-gmane-xref, spam-check-regex-headers)
22140 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22141 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22142 (spam-check-bogofilter-headers, spam-check-spamoracle)
22143 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22144 (spam-check-crm114-headers): Use the spam-split-group that
22145 spam-split prepares, no need to determine it every time.
22146
22147 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22148 to the nnheader-parse-naked-head call.
22149
22150 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22151
22152 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22153 the nnheader-nov-read-message-id call.
22154
22155 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
22156
22157 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22158 gnus-activate-group twice. Suggested by Markus Peter
22159 <warp@spin.de>.
22160
22161 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
22162
22163 * gnus-art.el (gnus-article-time-format): Exchange the order of
22164 day and month in the default value; fix customization type.
22165 (article-date-ut): Use add-text-properties.
22166 (article-make-date-line): Use message-make-date instead of
22167 current-time-string.
22168
22169 * message.el (message-fetch-field): Don't use set-text-properties.
22170 (message-make-date): Simplify.
22171
22172 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
22173
22174 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22175 (rfc2047-encode-region): Treat text within parentheses as special;
22176 show the original text when error has occurred.
22177
22178 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22179 already-computed method to gnus-activate-group.
22180
22181 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22182 same select-methods identical Lisp objects.
22183
22184 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22185 object when modifying the info.
22186
22187 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
22188
22189 * gnus-srvr.el (gnus-server-set-info): Remove the server from
22190 gnus-opened-servers since it has never been opened with the new
22191 configuration yet.
22192
22193 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
22194
22195 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22196 arg to nnheader-generate-fake-message-id.
22197
22198 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
22199
22200 * nnheader.el (nnheader-generate-fake-message-id): Accept a
22201 number and build a fake message ID localized to a group and
22202 article number (so it's repeatable from that point on).
22203 (nnheader-fake-message-id-p): Change regex to accommodate new fake
22204 ID format.
22205
22206 * gnus-sum.el (gnus-get-newsgroup-headers):
22207 Call nnheader-generate-fake-message-id with the article number.
22208
22209 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
22210
22211 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22212 end-of-buffer.
22213
22214 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22215
22216 * message.el (message-ignored-supersedes-headers): Add Approved.
22217
22218 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
22219
22220 * rfc2047.el (rfc2047-encode-message-header): Remove useless
22221 goto-char.
22222 (rfc2047-encode): Fold the line before encoding.
22223
22224 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
22225
22226 * rfc2047.el (rfc2047-encode-message-header): Disabled header
22227 folding -- not all headers can be folded, and this should be done
22228 by the message composition mode. Probably. I think.
22229
22230 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
22231
22232 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22233 fast.
22234
22235 * gnus-ems.el (gnus-remove-image): Don't use
22236 message-text-with-property; remove only the image found first.
22237
22238 2004-06-09 Jesper Harder <harder@ifa.au.dk>
22239
22240 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22241
22242 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
22243
22244 * message.el (message-text-with-property): Make it fast and accept
22245 optional arguments.
22246 (message-strip-forbidden-properties): Use it.
22247 (message-fix-before-sending): Follow the m-t-w-p change.
22248
22249 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22250
22251 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
22252
22253 * gnus-art.el (article-hide-headers): Don't change the buffer
22254 mistakenly when performing mml-preview even if
22255 gnus-single-article-buffer is nil.
22256
22257 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
22258
22259 * message.el (message-expand-name-databases): New user option.
22260 (message-expand-name): Use it.
22261
22262 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
22263
22264 * spam.el (spam-report-articles-resend)
22265 (spam-report-resend-register-routine): Allow ham reporting.
22266 (spam-report-resend-register-ham-routine): Add wrapper.
22267 (spam-registration-functions): Add ham resending functions.
22268 (spam-list-of-processors): Add ham resend processor.
22269
22270 * gnus.el (ham-resend-to): Add new group parameter.
22271 (spam-process): Add ham resend option.
22272
22273 * spam-report.el (spam-report-resend): Allow reporting ham.
22274 (spam-report-resend-ham): Add wrapper.
22275
22276 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22277
22278 * message.el (message-cite-articles-with-x-no-archive):
22279 New variable.
22280 (message-cite-original): Use it.
22281
22282 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22283
22284 * message.el (message-cite-original): Respect X-No-Archive.
22285
22286 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
22287
22288 * gnus-art.el (article-hide-headers): Refer to the values for
22289 gnus-ignored-headers and gnus-visible-headers in the summary
22290 buffer since a user may have set them as group parameters.
22291
22292 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
22293
22294 * assistant.el (assistant-node-name): Add convenience function.
22295 (assistant-render-text, assistant-render-node): Add error handling,
22296 plus handle multiple next nodes.
22297 (assistant-find-next-node): Comment out for now.
22298 (assistant-find-next-nodes): Add function, returns list of next
22299 nodes.
22300
22301 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
22302
22303 * mail-source.el (mail-source-directory): Fix doc-string.
22304
22305 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
22306
22307 * assistant.el (assistant-render-text, assistant-eval): Add :set
22308 widget type, which is different because it takes and returns a
22309 list. Much hilarity ensues.
22310
22311 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
22312
22313 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22314
22315 * gnus-group.el (gnus-group-get-new-news-this-group):
22316 Add doc-string.
22317
22318 * gnus-start.el (gnus-activate-group): Add doc-string.
22319
22320 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
22321
22322 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22323
22324 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
22325
22326 * assistant.el (assistant-render-text): Try to add a :set
22327 widget, more to come.
22328
22329 * spam.el (spam-group-spam-contents-p): Handle empty groupname
22330 strings.
22331 (spam-report-articles-resend)
22332 (spam-register-routine): Do registration iff any articles warrant
22333 it.
22334 (spam-summary-prepare-exit): Change log message for nil group
22335 destinations.
22336
22337 2004-05-27 Daniel Pittman <daniel@rimspace.net>
22338
22339 * spam.el (spam-report-resend-register-routine):
22340 Allow spam-report-resend-to to be a group parameter or a global value.
22341
22342 2004-05-26 Simon Josefsson <jas@extundo.com>
22343
22344 * starttls.el: Merge with my GnuTLS based starttls.el.
22345 (starttls-gnutls-program, starttls-use-gnutls)
22346 (starttls-extra-arguments, starttls-process-connection-type)
22347 (starttls-connect, starttls-failure, starttls-success):
22348 New variables.
22349 (starttls-program, starttls-extra-args): Doc fix.
22350 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22351 New functions.
22352 (starttls-negotiate, starttls-open-stream):
22353 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22354 function if it is set.
22355
22356 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
22357
22358 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22359 structured fields.
22360
22361 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
22362
22363 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22364
22365 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
22366
22367 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22368 Add variable.
22369 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
22370 assigning the spam-mark to new messages.
22371
22372 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
22373
22374 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22375
22376 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
22377
22378 * rfc2047.el (rfc2047-encodable-p): Don't move point.
22379 (rfc2047-decode): Treat the ascii coding-system as raw-text by
22380 default.
22381
22382 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
22383
22384 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22385 correct data.
22386
22387 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
22388
22389 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22390 (spam-group-processor-p): Fix function.
22391 (spam-group-processor-multiple-p)
22392 (spam-group-spam-processor-report-gmane-p)
22393 (spam-group-spam-processor-report-resend-p)
22394 (spam-group-spam-processor-bogofilter-p)
22395 (spam-group-spam-processor-blacklist-p)
22396 (spam-group-spam-processor-ifile-p)
22397 (spam-group-ham-processor-ifile-p)
22398 (spam-group-spam-processor-spamoracle-p)
22399 (spam-group-spam-processor-crm114-p)
22400 (spam-group-ham-processor-bogofilter-p)
22401 (spam-group-spam-processor-stat-p)
22402 (spam-group-ham-processor-stat-p)
22403 (spam-group-ham-processor-whitelist-p)
22404 (spam-group-ham-processor-BBDB-p)
22405 (spam-group-ham-processor-spamoracle-p)
22406 (spam-group-ham-processor-copy-p): Remove functions with some
22407 prejudice against unneeded code.
22408 (spam-report-articles-resend)
22409 (spam-report-resend-register-routine): Allow the group/topic
22410 spam-resend-to value to override spam-report-resend-to.
22411 (spam-summary-prepare-exit): Invoke spam-group-processor-p
22412 properly now.
22413
22414 * gnus.el (spam-resend-to): Add group/topic parameter.
22415 (spam-process): Move the OBSOLETE processors to the end of the
22416 choices.
22417
22418 2004-05-24 Daniel Pittman <daniel@rimspace.net>
22419
22420 * spam-report.el (spam-report-resend-to, spam-report-resend):
22421 Start with resend-to set to nil, and then ask the user if necessary.
22422 (spam-report-resend): spam-report-resend takes a list of articles, not
22423 separate article numbers.
22424
22425 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
22426
22427 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22428 addition to emacs-w3m.
22429
22430 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22431
22432 * assistant.el (assistant-authinfo-data): New function.
22433 (assistant-eval): Eval for entire assistant.
22434
22435 * netrc.el (netrc-services-file): New variable.
22436 (netrc-parse-services): New function.
22437 (netrc-find-service-name): New function.
22438 (netrc-find-service-number): New function.
22439 (netrc-port-equal): New function.
22440 (netrc-machine): Use it.
22441
22442 * nnimap.el (nnimap-open-connection): Use netrc.
22443
22444 * gnus-util.el (gnus-netrc-get): Remove aliases.
22445
22446 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22447
22448 * assistant.el (wid-edit): Fix compilation.
22449
22450 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22451
22452 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
22453
22454 * gnus-util.el (gnus-set-file-modes): New function. (small
22455 patch).
22456
22457 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22458
22459 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22460
22461 * assistant.el (assistant-render-node): Fix up rendering and
22462 read-only text.
22463 (assistant-render-node): Reset.
22464 (assistant-make-read-only): Not sticky.
22465
22466 2004-05-20 Danny Siu <dsiu@adobe.com>
22467
22468 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
22469 centered even when gnus-auto-center-summary is t.
22470
22471 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22472
22473 * dns.el (dns-get-txt-answer): New function.
22474 (dns-read-txt): Ditto.
22475 (query-dns): Use it.
22476
22477 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
22478
22479 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22480 active for foreign groups even if the group level is higher than
22481 the specified value.
22482
22483 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22484
22485 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22486 non-active groups.
22487
22488 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22489
22490 2004-05-20 Magnus Henoch <mange@freemail.hu>
22491
22492 * dns.el (dns-read-type): Add support for SVR. (small patch)
22493
22494 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
22495
22496 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22497 (spam-crm114-header, spam-crm114-spam-switch)
22498 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22499 (spam-crm114-positive-spam-header)
22500 (spam-crm114-database-directory, spam-list-of-processors)
22501 (spam-group-spam-processor-crm114-p)
22502 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22503 (spam-generic-score, spam-list-of-checks)
22504 (spam-list-of-statistical-checks, spam-registration-functions)
22505 (spam-check-crm114-headers, spam-crm114-score)
22506 (spam-check-crm114, spam-crm114-register-with-crm114)
22507 (spam-crm114-register-spam-routine)
22508 (spam-crm114-unregister-spam-routine)
22509 (spam-crm114-register-ham-routine)
22510 (spam-crm114-unregister-ham-routine): Add CRM114 support.
22511
22512 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
22513
22514 * gnus.el: Add spam-use-crm114.
22515
22516 * spam.el (spam-list-of-processors, spam-registration-functions):
22517 Add spam-use-resend.
22518 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22519 (spam-report-articles-gmane): Add doc fix.
22520 (spam-report-articles-resend, spam-report-resend-register-routine):
22521 Add wrappers around spam-report-resend-to.
22522
22523 * spam-report.el (spam-report-resend-to, spam-report-resend):
22524 Add support for resending spam.
22525 (spam-report-gmane): Fix line length >80.
22526
22527 * gnus.el (spam-process): Add spam-use-resend.
22528
22529 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22530
22531 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22532 number of processed spam messages.
22533 (spam-ham-copy-or-move-routine): Return the number of processed
22534 ham messages.
22535 (spam-summary-prepare-exit): Use the above values to decide
22536 whether status messages shouled be displayed.
22537
22538 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
22539
22540 * rfc2047.el (rfc2047-encode-function-alist): Rename from
22541 `rfc2047-encoding-function-alist' in order to avoid conflicting
22542 with the old version.
22543 (rfc2047-encode-region): Concatenate words containing non-ASCII
22544 characters in structured fields; don't encode space-delimited
22545 ASCII words even in unstructured fields; don't break words at
22546 char-category boundaries.
22547 (rfc2047-encode-1): New function.
22548 (rfc2047-encode): Use it; encode text so that it occupies the
22549 maximum width within 76-column; work correctly on Q encoding for
22550 iso-2022-* charsets.
22551 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22552 sure not to break a line just after the header name.
22553 (rfc2047-b-encode-region): Remove.
22554 (rfc2047-b-encode-string): New function.
22555 (rfc2047-q-encode-region): Remove.
22556 (rfc2047-q-encode-string): New function.
22557
22558 * mm-util.el (mm-replace-in-string): New function.
22559
22560 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
22561
22562 * gnus-msg.el (gnus-inews-make-draft-meta-information):
22563 Really get it right.
22564 (gnus-inews-make-draft): Really.
22565
22566 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
22567
22568 * nnmh.el (nnmh-request-list-1): Don't check the link count
22569 before descending. (small patch)
22570
22571 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22572
22573 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22574 stuff.
22575
22576 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22577 Match on real group name.
22578
22579 * gnus-art.el (gnus-signature-limit): Doc fix.
22580
22581 * gnus-msg.el (gnus-inews-make-draft): Quote list.
22582
22583 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22584
22585 * gnus-draft.el (gnus-draft-send):
22586 Bind rfc2047-encode-encoded-words.
22587
22588 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22589 (rfc2047-encodable-p): Say that =? needs encoding.
22590 (rfc2047-encode-encoded-words): New variable.
22591
22592 * gnus-group.el (gnus-group-select-group): Doc fix.
22593
22594 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22595
22596 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22597 to nil.
22598
22599 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22600
22601 * nnheader.el (nnheader-get-lines-and-char): New function.
22602
22603 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
22604
22605 * gnus-msg.el (gnus-summary-followup-with-original):
22606 Document yanking of region when active.
22607
22608 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
22609
22610 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22611 groups if the group level is higher than the specified value.
22612
22613 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
22614
22615 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22616 (gnus-group-jump-to-group): Add prefix argument using
22617 `gnus-group-jump-to-group-prompt'. Query before jumping to
22618 non-active group.
22619
22620 * compface.el (uncompface): Be verbose when changing
22621 `uncompface-use-external'.
22622
22623 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22624 handle manual section.
22625
22626 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
22627
22628 * gnus-art.el (gnus-button-alist): Revert previous change.
22629
22630 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
22631
22632 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22633
22634 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
22635
22636 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22637 whether backend can accept message.
22638
22639 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22640
22641 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
22642
22643 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22644 Avoid creating directory when nntp-marks-is-evil is true.
22645 Reported by Reiner Steib.
22646
22647 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
22648
22649 * gnus-picon.el (gnus-picon-insert-glyph):
22650 Add optional `nostring' argument.
22651
22652 2004-05-18 Jesper Harder <harder@ifa.au.dk>
22653
22654 * gnus-picon.el (gnus-picon-style): New variable.
22655 (gnus-picon-transform-address): Support `gnus-picon-style'.
22656
22657 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
22658
22659 * message.el (message-fill-field): Return point.
22660 (message-generate-headers): Go to end of field.
22661
22662 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22663 stuff for non-living groups.
22664
22665 2004-05-18 Jesper Harder <harder@ifa.au.dk>
22666
22667 * gnus-art.el (gnus-article-followup-with-original)
22668 (gnus-article-reply-with-original): gnus-mark-active-p ->
22669 gnus-region-active-p.
22670
22671 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
22672
22673 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22674 only when there is spam or ham to be processed.
22675
22676 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22677
22678 * mail-source.el (mail-source-delete-crash-box): Refactor.
22679 (mail-source-fetch): Use it.
22680 (mail-source-fetch-file): Ditto.
22681 (mail-source-fetch-directory): Run PostScript in loop.
22682 (mail-source-fetch-pop): Delete.
22683 (mail-source-fetch-maildir): Ditto.
22684 (mail-source-fetch-imap): Ditto.
22685
22686 * imap.el (imap-authenticators): Comment out sasl.
22687
22688 * message.el (message-skip-to-next-address): New function.
22689 (message-fill-header-address): Refactor.
22690 (message-fill-address): Use it.
22691 (message-delete-address): Use it.
22692 (message-fill-header-general): Refactor.
22693 (message-fill-field-address): Rename.
22694 (message-narrow-to-field): Find the start of the header.
22695 (message-header-format-alist): Don't pre-fill.
22696 (message-fill-header): Remove.
22697 (message-insert-header): New function.
22698 (message-shorten-references): Use it.
22699
22700 * rfc2047.el (rfc2047-field-value): Strip props.
22701
22702 * mail-parse.el (mail-header-make-address): New alias.
22703
22704 * ietf-drums.el (ietf-drums-make-address): New function.
22705
22706 * imap.el: Add compiler directives.
22707
22708 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22709
22710 * gnus-art.el (article-decode-idna-rhs): Don't use
22711 message-idna-inside-rhs-p.
22712
22713 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22714
22715 * message.el (message-idna-inside-rhs-p): Remove.
22716 (message-idna-to-ascii-rhs-1): Use proper address parsing.
22717
22718 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22719 false positives.
22720
22721 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22722
22723 * imap.el (imap-sasl-make-mechanisms): Use sasl.
22724
22725 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22726
22727 * nneething.el (nneething-file-name): Don't create spurious
22728 files.
22729
22730 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22731 (gnus-inews-do-gcc): Remove sleep.
22732
22733 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22734 part under point.
22735
22736 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22737 (gnus-agent-regenerate-group): Using nil messages aren't valid.
22738
22739 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
22740
22741 * spam.el (spam-summary-prepare-exit): Fix (length).
22742
22743 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
22744
22745 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22746 as expired without moving it" message when there are spam
22747 messages left.
22748
22749 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
22750
22751 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22752 header is not nil.
22753
22754 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
22755
22756 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22757 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22758 (nntp-marks-changed-p): New arg SERVER.
22759 (nntp-request-update-info): Adjust caller.
22760
22761 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
22762
22763 * nntp.el (nntp-save-marks): Pass missing arg.
22764
22765 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
22766
22767 * nntp.el: Support marks.
22768 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22769 (nntp-marks-modtime, nntp-marks-directory): New variables.
22770 (nntp-request-set-mark, nntp-request-update-info)
22771 (nntp-possibly-create-directory, nntp-marks-changed-p)
22772 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22773 New functions.
22774
22775 2004-05-12 Jesper Harder <harder@ifa.au.dk>
22776
22777 * gnus-score.el (gnus-score-insert-help):
22778 Use gnus-select-lowest-window.
22779
22780 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22781 appt-select-lowest-window and rename to gnus-select-lowest-window.
22782
22783 * gnus.el: do.
22784
22785 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22786
22787 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22788 encodings of MIME-encoded words, in order to improve
22789 interoperability with several broken MUAs.
22790
22791 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22792
22793 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22794 tags, only when charsets are not specified in headers.
22795 (mm-inline-text-html-render-with-w3m): Ditto.
22796
22797 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22798
22799 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22800 instead of MIME-decoded from fields when checking
22801 `gnus-article-address-banner-alist'.
22802
22803 2004-05-03 Jesper Harder <harder@ifa.au.dk>
22804
22805 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22806 description rather than subject.
22807
22808 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22809
22810 * gnus.el (gnus-version-number): Bump.
22811
22812 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
22813
22814 * gnus.el: No Gnus v0.2 is released.
22815
22816 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22817
22818 * gnus-agent.el (gnus-agent-read-agentview):
22819 Inline gnus-uncompress-range.
22820
22821 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22822
22823 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22824 `exec-installed-p'.
22825
22826 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22827
22828 * gnus.el (spam-process, spam-autodetect-methods):
22829 Add bsfilter and bsfilter-headers.
22830
22831 * spam.el (spam-bsfilter): New customize group.
22832 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22833 (spam-bsfilter-header, spam-bsfilter-probability-header)
22834 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22835 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22836 (spam-bsfilter-database-directory): New options.
22837 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22838 (spam-list-of-statistical-checks, spam-registration-functions):
22839 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22840 (spam-bsfilter-score): New command.
22841 (spam-check-bsfilter-headers, spam-check-bsfilter)
22842 (spam-bsfilter-register-with-bsfilter)
22843 (spam-bsfilter-register-spam-routine)
22844 (spam-bsfilter-unregister-spam-routine)
22845 (spam-bsfilter-register-ham-routine)
22846 (spam-bsfilter-unregister-ham-routine): New functions.
22847 (spam-generic-score): Support bsfilter; Accept an optional argument
22848 to recalcurate spam score even if scoring header has already been
22849 added.
22850 (spam-bogofilter-score, spam-spamassassin-score): Accept an
22851 optional argument to recalcurate spam score even if scoring header
22852 has already been added.
22853
22854 2004-04-29 Jesper Harder <harder@ifa.au.dk>
22855
22856 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22857 strings! Reported by David D. Smith <davidsmith@acm.org>.
22858 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22859 link is missing.
22860
22861 2004-04-28 Jesper Harder <harder@ifa.au.dk>
22862
22863 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22864 (html2text-get-attr): Rewrite.
22865
22866 * message.el (message-setup-1): Remove redundant put-text-property
22867 on mail-header-separator.
22868
22869 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
22870
22871 * gnus-registry.el (gnus-registry-cache-whitespace)
22872 (gnus-registry-action, gnus-registry-spool-action)
22873 (gnus-registry-split-fancy-with-parent): Change message levels
22874 from 5 to 3 or 7, as needed.
22875
22876 * spam.el (spam-summary-prepare-exit)
22877 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22878 (spam-split, spam-find-spam, spam-log-undo-registration)
22879 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22880 level from 5 to 6.
22881
22882 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
22883
22884 * gnus-ems.el: Autoload appt-select-lowest-window (revert
22885 2004-03-04 change).
22886
22887 2004-04-25 Jesper Harder <harder@ifa.au.dk>
22888
22889 * sieve-manage.el (sieve-manage-open):
22890 * nnweb.el (nnweb-insert-html):
22891 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22892 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22893 * nnspool.el (nnspool-request-group):
22894 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22895 * nnml.el (nnml-request-update-info):
22896 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22897 (nnmh-request-create-group, nnmh-update-gnus-unreads):
22898 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22899 (nnimap-request-set-mark):
22900 * nnfolder.el (nnfolder-request-update-info):
22901 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22902 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22903 * gnus-uu.el (gnus-uu-find-articles-matching):
22904 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22905 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22906 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22907 * gnus-nocem.el (gnus-nocem-scan-groups):
22908 * gnus-int.el (gnus-start-news-server):
22909 * gnus-group.el (gnus-group-make-kiboze-group)
22910 (gnus-group-browse-foreign-server):
22911 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22912 Use mapc when appropriate.
22913
22914 2004-04-22 Dan Christensen <jdc@uwo.ca>
22915 Adam Sjøgren <asjo@koldfront.dk>
22916 Wes Hardaker <wes@hardakers.net>
22917 Michael Shields <shields@msrl.com>
22918
22919 * spam.el (spam-necessary-extra-headers): Get the extra headers we
22920 may need for spam sorting and scoring.
22921 (spam-user-format-function-S): Add user format function suitable for
22922 general use.
22923 (spam-article-sort-by-spam-status): Add sorting function for summary
22924 sorting.
22925 (spam-extra-header-to-number): Add function to get a score from a
22926 header.
22927 (spam-summary-score): Add function to get a numeric score from the
22928 headers.
22929 (spam-generic-score): Fix function doc, was in wrong place.
22930 (spam-initialize): Take symbols when it's run, and install the
22931 extra headers that spam-necessary-extra-headers thinks we need.
22932
22933 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
22934
22935 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22936 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22937
22938 2004-04-17 Jesper Harder <harder@ifa.au.dk>
22939
22940 * gnus-sum.el (gnus-set-global-variables)
22941 (gnus-build-all-threads, gnus-get-newsgroup-headers)
22942 (gnus-article-get-xrefs, gnus-summary-best-group)
22943 (gnus-summary-next-article, gnus-summary-enter-digest-group)
22944 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22945 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22946 Use with-current-buffer.
22947
22948 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
22949
22950 * spam.el (spam-summary-prepare-exit): Simplify logic.
22951 (spam-fetch-article-header): Read the article header if it's not
22952 available.
22953 (spam-list-articles): Simplify logic.
22954 (spam-filelist-register-routine): Fix bug with unregister-list.
22955
22956 * gnus-registry.el: Fix comments at beginning.
22957
22958 2004-04-16 Jesper Harder <harder@ifa.au.dk>
22959
22960 * message.el (message-cater-to-broken-inn): Remove.
22961 (message-shorten-references): Make sure the total folded length of
22962 References is shorter than 998 characters to cater to a bug in INN
22963 2.3. Also, don't pretend that references aren't folded -- this
22964 hasn't worked for a while.
22965
22966 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
22967
22968 * gnus-agent.el (gnus-agentize):
22969 gnus-agent-send-mail-real-function no longer set to current value
22970 of message-send-mail-function but rather a lambda that calls
22971 message-send-mail-function. The change makes the agent real-time
22972 responsive to user changes to message-send-mail-function.
22973
22974 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
22975
22976 * legacy-gnus-agent.el
22977 (gnus-agent-convert-to-compressed-agentview): Fix typos with
22978 help from Florian Weimer <fw@deneb.enyo.de>
22979
22980 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
22981
22982 * nnmail.el (nnmail-cache-insert): Revert last change.
22983
22984 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
22985
22986 * nnmail.el (nnmail-cache-insert): Always check whether
22987 nnmail-cache-ignore-groups matches a group name.
22988
22989 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
22990
22991 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22992 (spam-find-spam, spam-log-processing-to-registry)
22993 (spam-log-registered-p, spam-log-unregistration-needed-p)
22994 (spam-log-undo-registration): Use gnus-message instead of
22995 gnus-error, none of these errors are fatal.
22996
22997 * gnus-registry.el (gnus-registry-clean-empty-function)
22998 (gnus-registry-clean-empty): Remove only empty entries without
22999 extra data.
23000
23001 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
23002
23003 * spam-stat.el (spam-stat-buffer-change-to-spam)
23004 (spam-stat-buffer-change-to-non-spam): Change (error) to
23005 (gnus-message 8) invocation.
23006
23007 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
23008
23009 * nntp.el (nntp-via-netcat-command): New variable.
23010 (nntp-via-netcat-switches): New variable.
23011 (nntp-open-via-rlogin-and-netcat): New function.
23012 (nntp-open-connection-function): Doc fix.
23013 (nntp-telnet-command): Doc fix.
23014 (nntp-end-of-line): Doc fix.
23015 (nntp-via-rlogin-command): Doc fix.
23016 (nntp-via-user-name): Doc fix.
23017 (nntp-via-address): Doc fix.
23018
23019 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
23020
23021 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23022 error in Emacs 21.1.
23023
23024 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
23025
23026 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23027
23028 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
23029
23030 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23031 (gnus-agent-with-refreshed-group): New macro.
23032 (gnus-agent-rename-group): New function.
23033 (gnus-agent-delete-group): New function.
23034 (gnus-agent-save-group-info): Use gnus-command-method when
23035 `method' parameter is nil. Don't write nil entries into the
23036 active file.
23037 (gnus-agent-get-group-info): New function.
23038 (gnus-agent-fetch-articles):
23039 Use gnus-agent-update-files-total-fetched-for to increment disk space
23040 used.
23041 (gnus-agent-fetch-headers, gnus-agent-save-alist):
23042 Use gnus-agent-update-view-total-fetched-for to increment disk space
23043 used.
23044 (gnus-agent-get-local): Add optional parameters to avoid calling
23045 gnus-group-real-name and gnus-find-method-for-group.
23046 (gnus-agent-set-local): Delete stored entry if either min, or max,
23047 are nil.
23048 (gnus-agent-fetch-session): Reworded error/quit messages.
23049 On quit, use gnus-agent-regenerate-group to record existence of any
23050 articles fetched to disk before the quit occurred.
23051 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23052 gnus-agent-update-view-total-fetched-for, and
23053 gnus-agent-update-files-total-fetched-for to decrement disk space
23054 used.
23055 (gnus-agent-retrieve-headers):
23056 Use gnus-agent-update-view-total-fetched-for to increment disk space
23057 used.
23058 (gnus-agent-regenerate-group): Replace gnus-group-update-group
23059 with gnus-agent-update-files-total-fetched-for to decrement disk
23060 space and fresh group buffer.
23061 (gnus-agent-inhibit-update-total-fetched-for): New variable.
23062 (gnus-agent-need-update-total-fetched-for): New variable.
23063 (gnus-agent-update-files-total-fetched-for): New function.
23064 (gnus-agent-update-view-total-fetched-for): New function.
23065 (gnus-agent-total-fetched-for): New function.
23066
23067 * gnus-cache.el (gnus-cache-save-buffers):
23068 Use gnus-cache-update-overview-total-fetched-for to change disk space
23069 used by this group.
23070 (gnus-cache-possibly-enter-article):
23071 Use gnus-cache-update-file-total-fetched-for to increment disk space
23072 used by this group.
23073 (gnus-cache-possibly-remove-article):
23074 Use gnus-cache-update-file-total-fetched-for to decrement disk space
23075 used by this group.
23076 (gnus-cache-generate-nov-databases): Purge total fetched cache.
23077 (gnus-cache-rename-group): New function.
23078 (gnus-cache-delete-group): New function.
23079 (gnus-cache-inhibit-update-total-fetched-for): New variable.
23080 (gnus-cache-need-update-total-fetched-for): New variable.
23081 (gnus-cache-with-refreshed-group): New macro.
23082 (gnus-cache-update-file-total-fetched-for): New function.
23083 (gnus-cache-update-overview-total-fetched-for): New function.
23084 (gnus-cache-rename-group-total-fetched-for): New function.
23085 (gnus-cache-delete-group-total-fetched-for): New function.
23086 (gnus-cache-total-fetched-for): New function.
23087
23088 * gnus-group.el: Require gnus-sum and autoload functions to
23089 resolve warnings when gnus-group.el compiled alone.
23090 (gnus-group-line-format): Documented new %F.
23091 (size of Fetched data) group line format; identifies disk space
23092 used by agent and cache.
23093 (gnus-group-line-format-alist): Defined new F format.
23094 (gnus-total-fetched-for): New function.
23095 (gnus-group-delete-group): No longer update
23096 gnus-cache-active-altered as gnus-request-delete-group now keeps
23097 the cache in sync.
23098 (gnus-group-list-active): Let the agent store a server's active
23099 list if currently plugged.
23100
23101 * gnus-int.el (gnus-request-delete-group):
23102 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23103 local disk in sync with the server.
23104 (gnus-request-rename-group):
23105 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23106 local disk in sync with the server.
23107
23108 * gnus-start.el (gnus-get-unread-articles):
23109 Cosmetic simplification to logic.
23110
23111 * gnus-util.el (gnus-rename-file): New function.
23112
23113 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
23114
23115 * mm-util.el (mm-image-load-path): Handle nil in load-path.
23116
23117 2004-04-07 Jesper Harder <harder@ifa.au.dk>
23118
23119 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23120 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
23121
23122 2004-04-06 Jesper Harder <harder@ifa.au.dk>
23123
23124 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23125 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
23126
23127 2004-04-03 Jesper Harder <harder@ifa.au.dk>
23128
23129 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23130
23131 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
23132
23133 * spam.el (spam-set-difference): Add function to replace
23134 gnus-set-difference in spam.el.
23135 (spam-summary-prepare-exit): Use spam-set-difference.
23136
23137 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
23138
23139 * gnus-registry.el (gnus-registry-cache-file): Update to use
23140 gnus-dribble-directory OR gnus-home-directory OR ~.
23141 (gnus-registry-split-fancy-with-parent): Fix doc.
23142
23143 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
23144
23145 * message.el (message-exchange-point-and-mark):
23146 Use message-mark-active-p. Suggested by Jesper Harder
23147 <harder@ifa.au.dk>.
23148
23149 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
23150
23151 * message.el (message-exchange-point-and-mark): Don't activate
23152 region if it was inactive. Suggested by Hiroshi Fujishima
23153 <pooh@nature.tsukuba.ac.jp>.
23154
23155 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
23156
23157 * gnus-art.el (article-display-face): Display Faces in the same
23158 order as X-Faces.
23159
23160 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
23161
23162 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23163
23164 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
23165
23166 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23167 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23168 (gnus-article-mime-hierarchy): Remove.
23169 (gnus-article-mime-hierarchy-next): Remove.
23170 (gnus-article-mode): Revert 2004-03-19 change.
23171 (gnus-article-setup-buffer): Revert 2004-03-19 change.
23172 (gnus-insert-mime-button): Revert 2004-03-19 change.
23173 (gnus-mime-accumulate-hierarchy): Remove.
23174 (gnus-mime-enter-multipart): Remove.
23175 (gnus-mime-leave-multipart): Remove.
23176 (gnus-mime-display-part): Revert 2004-03-19 change.
23177 (gnus-mime-display-alternative): Revert 2004-03-19 change.
23178
23179 * mml.el (mml-preview): Revert 2004-03-19 change.
23180
23181 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
23182
23183 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23184
23185 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
23186
23187 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23188 t while entering a file name using the mm-with-multibyte macro.
23189 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23190
23191 * mm-util.el (mm-with-multibyte): New macro.
23192
23193 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
23194
23195 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23196 New user option.
23197 (gnus-mime-multipart-functions): Doc and customization fix.
23198 (gnus-article-mime-hierarchy): New variable.
23199 (gnus-article-mime-hierarchy-next): New variable.
23200 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23201 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23202 gnus-article-mime-hierarchy-next to nil.
23203 (gnus-insert-mime-button): Show hierarchy numbers.
23204 (gnus-mime-accumulate-hierarchy): New function.
23205 (gnus-mime-enter-multipart): New function.
23206 (gnus-mime-leave-multipart): New function.
23207 (gnus-mime-display-part): Recompute hierarchical MIME structure.
23208 (gnus-mime-display-alternative): Show hierarchy numbers.
23209
23210 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23211 gnus-article-mime-hierarchy-next to nil.
23212
23213 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
23214
23215 * dns.el: Don't require gnus-xmas.
23216
23217 2004-03-17 Jesper Harder <harder@ifa.au.dk>
23218
23219 * mml.el (mml-generate-mime-1): Don't use format=flowed with
23220 inline PGP.
23221 (mml-menu): Disable mml-quote-region if mark is inactive.
23222
23223 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
23224
23225 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23226 when the group's active is not available.
23227
23228 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
23229
23230 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23231 error.
23232
23233 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
23234
23235 * imap.el (imap-store-password): New variable.
23236 (imap-interactive-login): Use it.
23237 Suggested by Mark Plaksin <happy@mcplaksin.org>.
23238
23239 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
23240
23241 * gnus-art.el (gnus-article-read-summary-keys): Restore new
23242 window-start and hscroll to summary window.
23243
23244 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
23245
23246 * gnus-start.el (gnus-convert-old-newsrc): Only write the
23247 conversion message to newsrc-dribble when an actual conversion is
23248 performed.
23249
23250 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
23251
23252 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23253
23254 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
23255
23256 * mm-decode.el (mm-complicated-handles): New function reviving
23257 former definition of mm-multiple-handles.
23258
23259 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23260 (gnus-mime-delete-part): Use it.
23261
23262 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
23263
23264 * gnus-agent.el (gnus-agent-read-local):
23265 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23266 avoid the implicit assumption that they will always be equal.
23267 (gnus-agent-save-local): Bind buffer-file-coding-system, not
23268 coding-system-for-write, as the with-temp-file macro first prints
23269 to a buffer then saves the buffer.
23270
23271 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
23272
23273 * gnus-art.el (gnus-article-edit-part): New function.
23274 (gnus-mime-save-part-and-strip): Use it; do query instead of
23275 signaling an error; don't use mm-multiple-handles.
23276 (gnus-mime-delete-part): Ditto.
23277
23278 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
23279
23280 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23281 old file versions.
23282 (gnus-group-prepare-hook): Remove function that converted list
23283 form of gnus-agent-expire-days to group properties.
23284
23285 * gnus-int.el: Autoload gnus-agent-regenerate-group.
23286 (gnus-request-accept-article): Re-indented.
23287
23288 * gnus-start.el (gnus-convert-old-newsrc): Registered new
23289 converters to handle old agent file formats. Add logic for a
23290 "backup before upgrading warning".
23291 (gnus-convert-mark-converter-prompt): Developers can mark
23292 functions as needing (default), or not needing,
23293 gnus-convert-old-newsrc's "backup before upgrading warning".
23294 (gnus-convert-converter-needs-prompt): Tests whether the user
23295 should be protected from potentially irreversable changes by the
23296 function.
23297
23298 * legacy-gnus-agent.el: New. Provides converters that are only
23299 loaded when gnus-convert-old-newsrc needs to call them.
23300
23301 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
23302
23303 * mail-source.el (mail-source-touch-pop): Doc fix.
23304
23305 * message.el (message-smtpmail-send-it): Doc fix.
23306
23307 2004-03-05 Jesper Harder <harder@ifa.au.dk>
23308
23309 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23310
23311 * nnmail.el (nnmail-split-fancy): do.
23312
23313 * gnus-kill.el (gnus-kill, gnus-execute): do.
23314
23315 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
23316
23317 * gnus-sum.el (gnus-widget-reversible-match)
23318 (gnus-widget-reversible-to-internal)
23319 (gnus-widget-reversible-to-external): New functions.
23320 (gnus-widget-reversible): New widget.
23321 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23322
23323 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
23324
23325 * gnus-sum.el (gnus-thread-sort-functions)
23326 (gnus-article-sort-functions): Document `(not F)' items.
23327
23328 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
23329
23330 * spam.el (spam-use-gmane-xref): Add new backend.
23331 (spam-gmane-xref-spam-group): Add variable to control the name of the
23332 Gmane spam group.
23333 (spam-blackhole-servers, spam-blackhole-good-server-regex)
23334 (spam-regex-headers-spam, spam-regex-headers-ham)
23335 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23336 (spam-list-of-checks): Add spam-use-gmane-xref to list of
23337 backends and checks.
23338 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23339
23340 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23341 an autodetect method.
23342
23343 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
23344
23345 * gnus-int.el (gnus-request-accept-article): Inform the agent that
23346 articles are being added to a group.
23347 (gnus-request-replace-article): Inform the agent that articles
23348 need to be uncached as the cached contents are no longer valid.
23349
23350 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
23351
23352 * binhex.el: Don't autoload executable-find.
23353
23354 * canlock.el: Don't autoload mail-fetch-field.
23355
23356 * gnus-ems.el: Don't autoload appt-select-lowest-window.
23357
23358 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23359 rmail-dont-reply-to and rmail-output.
23360
23361 * gnus-score.el: Don't autoload ffap-string-at-point.
23362
23363 * gnus-setup.el: Don't autoload sc-cite-original.
23364
23365 * imap.el: Don't autoload base64-decode-string,
23366 base64-encode-string and md5.
23367
23368 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23369 and rmail-msg-restore-non-pruned-header.
23370
23371 * mm-decode.el: Don't autoload executable-find.
23372
23373 * mm-url.el: Don't autoload executable-find.
23374
23375 * mm-view.el: Don't autoload diff-mode.
23376
23377 * nndb.el: Don't autoload news-reply-mode, news-setup,
23378 cancel-timer and telnet.
23379
23380 * password.el: Don't autoload run-at-time for Emacs.
23381
23382 * sha1-el.el: Don't autoload executable-find.
23383
23384 * sieve-mode.el: Don't autoload c-mode.
23385
23386 * uudecode.el: Don't autoload executable-find.
23387
23388 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
23389
23390 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23391 (gnus-agent-possibly-alter-active): Avoid null in numeric
23392 comparison.
23393 (gnus-agent-set-local): Refuse to save null in local object table.
23394 (gnus-agent-regenerate-group): The REREAD parameter can now be a
23395 list of articles that will be marked as unread.
23396
23397 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
23398
23399 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23400
23401 2004-03-04 Jesper Harder <harder@ifa.au.dk>
23402
23403 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23404 language tags.
23405
23406 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
23407
23408 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23409 Don't bind "obarray".
23410
23411 * gnus-sum.el (gnus-thread-sort-functions):
23412 Add `gnus-thread-sort-by-most-recent-number' and
23413 `gnus-thread-sort-by-most-recent-date'.
23414 Reported by Kai Grossjohann <kai@emptydomain.de>.
23415
23416 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
23417
23418 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23419
23420 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
23421
23422 * gnus-cus.el (gnus-agent-customize-category):
23423 Remove ignore-errors macro reference that required cl to be loaded at
23424 run-time.
23425
23426 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23427 single-interval range of the form (min . max). Previously the
23428 range had to look like ((min . max)). Likewise, return
23429 (min . max) rather than ((min . max)).
23430 (gnus-range-map): Use gnus-range-normalize to accept
23431 single-interval range.
23432
23433 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23434 the cache, but not the agent, now appear with their usual face.
23435
23436 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
23437
23438 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23439 w3m-safe-url-regexp variable buffer-local.
23440
23441 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23442
23443 2004-02-27 Simon Josefsson <jas@extundo.com>
23444
23445 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23446 gnus-group-real-prefix.
23447 (gnus-summary-move-article): Use it, instead of
23448 gnus-group-real-prefix.
23449
23450 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
23451
23452 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23453 w3m-safe-url-regexp variable buffer-local and set it as the value
23454 of mm-w3m-safe-url-regexp.
23455
23456 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23457
23458 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23459 parsing gnus-posting-styles when the message is not for replying.
23460
23461 * nnrss.el (nnrss-opml-export):
23462 Use mm-set-buffer-file-coding-system instead of
23463 set-buffer-file-coding-system.
23464
23465 2004-02-27 Jesper Harder <harder@ifa.au.dk>
23466
23467 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23468 of checkdoc.el).
23469 * nnrss.el: do.
23470 * gnus-mlspl.el: do.
23471 * gnus-ml.el: do.
23472 * gnus-srvr.el: do.
23473
23474 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23475
23476 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
23477
23478 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23479 Corrections to custom-manual links.
23480
23481 * gnus-art.el (gnus-article): Ditto.
23482
23483 * mm-decode.el (mime-display, mime-security): Ditto.
23484
23485 2004-02-26 Jesper Harder <harder@ifa.au.dk>
23486
23487 * flow-fill.el: Typo.
23488
23489 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
23490
23491 * spam-wash.el: New file.
23492
23493 2004-02-26 Mark A. Hershberger <mah@everybody.org>
23494
23495 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23496
23497 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
23498
23499 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23500 to be run with new-articles as LIST1, not LIST2.
23501 (spam-registration-functions): Add spam-use-ham-copy as a nil
23502 registration backend.
23503
23504 2004-02-26 Jesper Harder <harder@ifa.au.dk>
23505
23506 * spam-stat.el (spam-stat-washing-hook): New option.
23507 (spam-stat-buffer-words): Use it.
23508 (spam-stat-process-directory, spam-stat-test-directory):
23509 Use insert-file-contents-literally.
23510 (spam-stat-coding-system): New variable.
23511 (spam-stat-load, spam-stat-save): Use it.
23512
23513 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
23514
23515 * spam-report.el (spam-report-plug-agent):
23516 Quote spam-report-url-to-file and spam-report-url-ping-plain.
23517
23518 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
23519
23520 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23521 Allow / in mailto URLs.
23522
23523 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
23524
23525 * spam-report.el (spam-report-process-queue): Fix interactive use.
23526 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23527 (spam-report-unplug-agent): Doc fixes.
23528 (spam-report-url-ping-mm-url, spam-report-url-to-file)
23529 (spam-report-agentize, spam-report-deagentize):
23530 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
23531
23532 * message.el (message-setup-fill-variables): Add mml tags to
23533 paragraph-start and paragraph-separate. Suggested by Andrew Korty
23534 <ajk@iu.edu>.
23535 (message-mode): Don't modify paragraph-separate there.
23536
23537 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
23538
23539 * compface.el (uncompface-use-external): Default to undecided.
23540 (uncompface-use-external-threshold): New variable.
23541 (uncompface-float-time): New macro.
23542 (uncompface): Determine whether to use the external decoder if
23543 uncompface-use-external is undecided.
23544
23545 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
23546
23547 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23548 after images.
23549
23550 * gnus-art.el (gnus-mime-display-single): Remove dead code.
23551
23552 2004-02-14 Jesper Harder <harder@ifa.au.dk>
23553
23554 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23555
23556 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23557
23558 * gnus-sum.el (gnus-summary-limit-to-age)
23559 (gnus-summary-limit-children): do.
23560
23561 * gnus-int.el (gnus-request-scan): do.
23562
23563 * gnus-group.el (gnus-group-suspend): do.
23564
23565 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23566
23567 * gnus-cite.el (gnus-cite-parse-attributions): do.
23568
23569 * gnus-agent.el (gnus-summary-set-agent-mark)
23570 (gnus-agent-regenerate-group): do.
23571
23572 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23573
23574 * binhex.el (binhex-decode-region-internal): do.
23575
23576 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
23577
23578 * gnus-fun.el (gnus-face-properties-alist): New user option.
23579 (gnus-display-x-face-in-from): Use it.
23580
23581 * gnus-art.el (article-display-face): Ditto.
23582
23583 * compface.el (uncompface-use-external): Default to nil.
23584
23585 2004-02-12 Jesper Harder <harder@ifa.au.dk>
23586
23587 * nntp.el (nntp-erase-buffer): New function.
23588 (nntp-retrieve-data, nntp-send-command)
23589 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23590 (nntp-possibly-change-group): Use it.
23591
23592 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23593 Use with-current-buffer.
23594
23595 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
23596
23597 * compface.el: Merge the ELisp-based uncompface program.
23598 (compface): New customization group.
23599 (uncompface-use-external): New user option.
23600 (uncompface): Call uncompface-internal if uncompface-use-external
23601 is nil.
23602 (uncompface-internal): New function. Note that there are also
23603 some other functions and variables added for this function.
23604
23605 2004-02-10 Jesper Harder <harder@ifa.au.dk>
23606
23607 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23608 if necessary.
23609
23610 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
23611
23612 * spam-report.el (spam-report-unplug-agent)
23613 (spam-report-plug-agent, spam-report-deagentize)
23614 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23615 Add support for the Agent in spam-report: when unplugged, report to a
23616 file; when plugged, submit all the requests.
23617
23618 * spam.el (spam-register-routine): Fix message about
23619 registration.
23620
23621 2004-02-09 Jesper Harder <harder@ifa.au.dk>
23622
23623 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23624 dependencies.
23625 (rfc2047-encode): Use it.
23626
23627 * gnus-art.el (gnus-button-marker-list): Move before first
23628 reference.
23629
23630 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23631 (imap-parse-body): Fix format string mismatch.
23632
23633 * gnus-score.el (gnus-summary-increase-score): do.
23634
23635 * nnrss.el (nnrss-close): New function.
23636
23637 2004-02-08 Jesper Harder <harder@ifa.au.dk>
23638
23639 * nnrss.el (nnrss-make-filename): New function.
23640 (nnrss-request-delete-group, nnrss-read-server-data)
23641 (nnrss-save-server-data, nnrss-read-group-data)
23642 (nnrss-save-group-data): Use it.
23643 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23644 (nnrss-read-server-data, nnrss-read-group-data): Use load.
23645 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23646
23647 2004-02-07 Jesper Harder <harder@ifa.au.dk>
23648
23649 * mml.el (mml-compute-boundary-1): Don't uncompress files.
23650
23651 2004-02-06 Jesper Harder <harder@ifa.au.dk>
23652
23653 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23654 files.
23655
23656 * message.el (message-generate-headers-first): Don't quote nil
23657 and t in docstrings.
23658
23659 * imap.el (imap-id): do.
23660
23661 * gnus-agent.el (gnus-agent-consider-all-articles)
23662 (gnus-agent-queue-mail): do.
23663
23664 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
23665
23666 * spam-report.el (spam-report-process-queue): New function.
23667 Process requests from `spam-report-requests-file'.
23668 (spam-report-process-queue): Doc fix.
23669
23670 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
23671
23672 * spam.el (spam-register-routine)
23673 (spam-log-processing-to-registry, spam-log-registered-p)
23674 (spam-log-unregistration-needed-p, spam-log-undo-registration):
23675 Change "check" to "spam-check" for semi-clarity.
23676
23677 2004-02-05 Jesper Harder <harder@ifa.au.dk>
23678
23679 * pop3.el: Require nnheader.
23680
23681 * mml-smime.el: Require cl. Autoload message-fetch-field.
23682
23683 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23684
23685 * gnus-picon.el: Require cl.
23686
23687 * gnus-fun.el: Require gnus-ems and gnus-util.
23688
23689 * gnus.el (gnus-method-to-server): Move defsubst before first use.
23690
23691 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
23692
23693 * gnus-art.el (gnus-article-edit-mode): Define before first
23694 reference.
23695
23696 2004-02-04 Jesper Harder <harder@ifa.au.dk>
23697
23698 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23699 (gnus-uu-post-encoded): Use point-at-bol.
23700
23701 * gnus-topic.el (gnus-group-active-topic-p): do.
23702
23703 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23704
23705 * gnus-group.el (gnus-group-kill-region): do.
23706
23707 * gnus-art.el (article-date-ut): do.
23708
23709 * message.el (message-fetch-field): Remove redundant
23710 case-fold-search binding.
23711 (message-narrow-to-field): Simplify.
23712
23713 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
23714
23715 * spam.el (spam-directory): Derive from `gnus-directory'.
23716
23717 * spam-report.el (spam-report-url-to-file)
23718 (spam-report-requests-file): New function and variable for offline
23719 reporting.
23720 (spam-report-url-ping-function): Add `spam-report-url-to-file'
23721 and user defined function.
23722 (spam-report-url-ping-mm-url): Remove doubled slash.
23723
23724 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
23725
23726 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23727
23728 2004-02-03 Jesper Harder <harder@ifa.au.dk>
23729
23730 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23731 Fix format string mismatch.
23732
23733 * sieve.el (sieve-deactivate-all): do.
23734
23735 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23736
23737 * nnlistserv.el (nnlistserv-kk-wash-article): do.
23738
23739 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23740
23741 * mm-bodies.el (mm-7bit-chars): Don't include \r.
23742
23743 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
23744
23745 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23746 the list of checks.
23747
23748 2004-01-31 Jesper Harder <harder@ifa.au.dk>
23749
23750 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23751 padding.
23752
23753 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
23754
23755 * mm-view.el (mm-fill-flowed): New variable.
23756 (mm-inline-text): Use it.
23757
23758 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
23759
23760 * spam.el (spam-spamassassin-register-ham-routine)
23761 (spam-spamassassin-register-spam-routine): Fix function names.
23762
23763 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
23764
23765 * gnus.el (gnus-tmp-grouplens): Remove.
23766 (gnus-summary-line-format): Remove grouplens.
23767
23768 * gnus-group.el (gnus-group-line-format): Ditto.
23769
23770 * gnus-spec.el (gnus-format-specs): Ditto.
23771 (gnus-update-format-specifications): Flush the group format spec
23772 cache if there's the grouplens stuff.
23773 (gnus-parse-simple-format): Replace %l with the empty string.
23774
23775 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
23776
23777 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23778 omission.
23779
23780 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
23781
23782 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23783 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23784
23785 2004-01-25 Paul Jarc <prj@po.cwru.edu>
23786
23787 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23788 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23789 New macros and functions.
23790 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23791 Handle > NLINK_MAX messages.
23792 * nnmaildir.el (nnmaildir-request-set-mark):
23793 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23794
23795 2004-01-25 Alex Schroeder <alex@gnu.org>
23796
23797 * spam-stat.el (spam-stat-process-directory-age): New option.
23798 (spam-stat-process-directory): Use it.
23799
23800 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
23801
23802 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23803 (spam-stat-save): Accept prefix argument.
23804
23805 2004-01-23 Paul Jarc <prj@po.cwru.edu>
23806
23807 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23808 links" error.
23809
23810 2004-01-23 Jesper Harder <harder@ifa.au.dk>
23811
23812 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23813 compatibility with old .newsrc.eld files.
23814
23815 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23816
23817 * gnus-start.el (gnus-1): do.
23818
23819 * gnus-group.el (gnus-group-line-format-alist): do.
23820
23821 * gnus.el (gnus-use-grouplens, gnus-visual): do.
23822
23823 * gnus-gl.el: Remove.
23824
23825 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
23826
23827 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23828 marks consisting of a single range {for example, (3 . 5)} rather
23829 than a list of a single range { ((3 . 5)) }.
23830
23831 2004-01-23 Jesper Harder <harder@ifa.au.dk>
23832
23833 * spam-stat.el (spam-stat-store-gnus-article-buffer):
23834 Use with-current-buffer.
23835 (spam-stat-store-current-buffer): Use insert-buffer-substring to
23836 avoid consing a string.
23837
23838 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23839 Remove obsolete entries for big5 and gb2312.
23840
23841 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
23842
23843 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23844 uncompressed list.
23845
23846 2004-01-22 Jesper Harder <harder@ifa.au.dk>
23847
23848 * spam-stat.el (spam-stat-strip-xref): New function.
23849 (spam-stat-process-directory): Use it.
23850
23851 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23852 here -- it's done in message-fetch-field.
23853
23854 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
23855
23856 * gnus-agent.el (gnus-agent-queue-mail)
23857 (gnus-agent-prompt-send-queue): New variables.
23858 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23859 * gnus-draft.el (gnus-group-send-queue): Pass the group name
23860 "nndraft:queue" along to gnus-draft-send.
23861 Use gnus-agent-prompt-send-queue.
23862 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23863 is "nndraft:queue". Suggested by Gaute Strokkenes
23864 <gs234@srcf.ucam.org>
23865
23866 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23867 (agent-enable-undownloaded-faces): Add.
23868 (gnus-agent-cat-groups): Use eval-and-compile, not
23869 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23870 method of gnus-agent-cat-groups even when the buffer has been
23871 evalled.
23872 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23873 delete gnus-agent-save-active-1.
23874 (gnus-agent-save-groups): Delete. Identical to
23875 gnus-agent-save-active.
23876 (gnus-agent-write-active): No longer adjust agent's copy of active
23877 file as agent's adjustments are now stored in their own
23878 file. Remove optional parameter.
23879 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23880 servers. Add use of min/max range limits from server's local
23881 file.
23882 (gnus-agent-save-alist): Remove unused optional argument.
23883 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23884 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23885 (gnus-agent-set-local): A per-server file that keeps min/max range
23886 limits for articles known to the agent. Provides a fast mechanism
23887 for altering many active ranges.
23888 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23889 active file (local makes it unnecessary).
23890 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23891
23892 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23893 (agent-enable-undownloaded-faces): Add.
23894
23895 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23896 disable it when sending to "nndraft:queue".
23897 (gnus-group-send-queue): Add safety check to avoid sending queue
23898 when unplugged.
23899
23900 * gnus-group.el (gnus-group-catchup): Use new
23901 gnus-sequence-of-unread-articles, not
23902 gnus-list-of-unread-articles, to avoid exhausting memory with huge
23903 numbers of articles. Use gnus-range-map to avoid having to
23904 uncompress the unread list.
23905 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23906 Fix invalid ange-ftp reference.
23907
23908 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23909 (gnus-sorted-range-intersection): Intersection of two ranges
23910 without requiring that they first be uncompressed.
23911
23912 * gnus-start.el (gnus-activate-group): Unless blocked by the
23913 caller, possibly expand the active range to include both cached
23914 and agentized articles.
23915 (gnus-convert-old-newsrc): Rewrote in anticipation of having
23916 multiple version-dependent converters.
23917 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23918 gnus-agent-save-active.
23919 (gnus-save-newsrc-file): Save dirty agent range limits.
23920
23921 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23922 gnus-agent-possibly-alter-active.
23923 (gnus-adjust-marked-articles): Faster handling of simple lists.
23924
23925 2004-01-21 Jesper Harder <harder@ifa.au.dk>
23926
23927 * spam-stat.el (spam-stat-test-directory): New optional argument
23928 displays a list of files detected. Suggested by Andrew Cohen
23929 <cohen@andy.bu.edu>.
23930 (spam-stat-buffer-words-with-scores): Don't narrow and change
23931 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
23932
23933 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
23934
23935 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23936 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23937 (spam-spamassassin-arguments)
23938 (spam-spamassassin-spam-flag-header)
23939 (spam-spamassassin-positive-spam-flag-header)
23940 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23941 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23942 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23943 (spam-list-of-processors, spam-list-of-checks)
23944 (spam-list-of-statistical-checks, spam-registration-functions)
23945 (spam-check-spamassassin-headers, spam-check-spamassassin)
23946 (spam-spamassassin-score)
23947 (spam-spamassassin-register-with-sa-learn)
23948 (spam-spamassassin-register-spam-routine)
23949 (spam-spamassassin-register-ham-routine)
23950 (spam-assassin-register-spam-routine)
23951 (spam-assassin-register-ham-routine): Add SpamAssassin support.
23952 (spam-bogofilter-score): Fix to show article before scoring.
23953
23954 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
23955
23956 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23957 default scoring function.
23958 (spam-generic-score): Call spam-spamassassin-score if
23959 spam-use-spamassassin or spam-use-spamassassin-headers is on;
23960 spam-bogofilter-score otherwise.
23961
23962 * gnus.el (spam-process, spam-autodetect-methods):
23963 Add spamassassin and spamassassin-headers.
23964
23965 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
23966
23967 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23968 Suppress unnecessary messages.
23969
23970 2004-01-20 Jesper Harder <harder@ifa.au.dk>
23971
23972 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23973 make-hash-table.
23974
23975 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
23976
23977 * canlock.el (base64-encode-string): Don't autoload it.
23978
23979 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
23980
23981 * run-at-time.el: Remove useless (require 'itimer),
23982 eval-and-compile and (featurep 'xemacs).
23983
23984 2004-01-16 Jesper Harder <harder@ifa.au.dk>
23985
23986 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23987 GROUP is a virtual group.
23988
23989 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
23990
23991 * gnus.el: Autoload `message-y-or-n-p'.
23992
23993 2004-01-15 Jesper Harder <harder@ifa.au.dk>
23994
23995 * pgg-parse.el: Remove unnecessary (require 'custom).
23996
23997 * pgg-def.el: do.
23998
23999 * nnmail.el: do.
24000
24001 * gnus-undo.el: do.
24002
24003 * gnus-picon.el: do.
24004
24005 * gnus-util.el: do.
24006
24007 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
24008
24009 * gnus-sum.el (gnus-pick-line-number): Add autoload.
24010
24011 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
24012
24013 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24014 handle, as well as a list.
24015
24016 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24017 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24018 (mm-w3m-cid-retrieve): Simplify.
24019
24020 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
24021
24022 * message.el (message-kill-to-signature): Allow prefix arg to
24023 specify number of lines to keep before signature.
24024
24025 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
24026
24027 * message.el (message-kill-to-signature): Change docstring.
24028
24029 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
24030
24031 * canlock.el: Always require sha1-el.
24032 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24033
24034 * message.el: Autoload sha1 only when compiling.
24035
24036 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
24037
24038 * message.el (message-canlock-generate): Require sha1-el.
24039
24040 2004-01-13 Jesper Harder <harder@ifa.au.dk>
24041
24042 * message.el (message-expand-name): Silence the byte compiler.
24043
24044 2004-01-13 Simon Josefsson <jas@extundo.com>
24045
24046 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24047 Invoke gnus-score-mode.
24048 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24049
24050 * gnus-range.el (gnus-compress-sequence): Doc fix.
24051 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24052
24053 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24054
24055 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24056
24057 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
24058
24059 * spam.el (spam-get-article-as-string): Update to use
24060 gnus-request-article-this-buffer, much simpler.
24061 (spam-get-article-as-buffer): Remove.
24062
24063 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
24064
24065 * message.el (message-expand-name): Use EUDC if the user uses that.
24066
24067 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24068
24069 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24070 character for the encoding to avoid consing a string.
24071
24072 * rfc2047.el (rfc2047-decode-string): Don't cons a string
24073 unnecessarily.
24074
24075 * mm-util.el (mm-replace-chars-in-string): Remove.
24076
24077 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24078 of mm-replace-chars-in-string.
24079
24080 2004-01-11 Jesper Harder <harder@ifa.au.dk>
24081
24082 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24083
24084 * mm-util.el (mm-subst-char-in-string): Support inplace.
24085
24086 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24087 a new string in every iteration. Use shy groups.
24088
24089 2004-01-10 Jesper Harder <harder@ifa.au.dk>
24090
24091 * gnus-srvr.el (gnus-browse-unsubscribe-group):
24092 * gnus-soup.el (gnus-soup-group-brew):
24093 * gnus-msg.el (gnus-put-message):
24094 * gnus-move.el (gnus-group-move-group-to-server):
24095 * gnus-kill.el (gnus-batch-score):
24096 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24097 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24098 (gnus-group-update-group, gnus-group-read-group)
24099 (gnus-group-make-group, gnus-group-make-help-group)
24100 (gnus-group-make-archive-group, gnus-group-make-directory-group)
24101 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24102 (gnus-group-sort-by-unread, gnus-group-catchup)
24103 (gnus-group-unsubscribe-group, gnus-group-kill-group)
24104 (gnus-group-yank-group, gnus-group-set-info)
24105 (gnus-group-list-groups):
24106 * gnus.el (gnus-generate-new-group-name):
24107 * gnus-delay.el (gnus-delay-send-queue):
24108 * nnvirtual.el (nnvirtual-catchup-group):
24109 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24110 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24111 (gnus-group-prepare-topics, gnus-topic-check-topology):
24112 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24113 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24114 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24115 (gnus-group-make-articles-read):
24116 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24117 (gnus-group-change-level, gnus-kill-newsgroup)
24118 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24119 (gnus-get-unread-articles, gnus-make-articles-unread)
24120 (gnus-make-ascending-articles-unread): Use accessor
24121 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24122 to get group information for improved readability.
24123
24124 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24125
24126 * gnus-art.el (article-decode-mime-words, article-babel)
24127 (gnus-article-highlight-signature, gnus-article-add-buttons)
24128 (gnus-signature-toggle): Use gnus-with-article-buffer.
24129
24130 * gnus-art.el (gnus-article-highlight-headers)
24131 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24132
24133 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24134 (gnus-article-set-globals, gnus-request-article-this-buffer)
24135 (gnus-button-message-id, gnus-article-maybe-hide-headers)
24136 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24137 (gnus-mime-display-alternative): Use with-current-buffer.
24138
24139 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24140
24141 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24142 also under 80 char limit, and call gnus-error if needed.
24143 (spam-fetch-article-header): Fix - it was a
24144 buffer-local variable (gnus-newsgroup-data).
24145 (spam-find-spam): Use spam-generate-fake-headers, forget about
24146 spam-insert-fake-headers.
24147 (spam-insert-fake-headers): Remove.
24148
24149 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24150
24151 * deuglify.el (gnus-article-outlook-unwrap-lines)
24152 (gnus-outlook-rearrange-article)
24153 (gnus-outlook-repair-attribution-outlook)
24154 (gnus-outlook-repair-attribution-block)
24155 (gnus-outlook-repair-attribution-other): Remove redundant
24156 save-excursion.
24157
24158 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24159
24160 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24161 (spam-fetch-field-subject-fast)
24162 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24163 (spam-fetch-article-header): Add functions to deal with Gnus
24164 internals for fast retrieval of article header data.
24165 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24166
24167 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24168
24169 * pop3.el (pop3-md5): Remove.
24170 (pop3-apop): Replace pop3-md5 with md5.
24171
24172 * mm-bodies.el: base64 is always built-in.
24173
24174 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24175 Use with-current-buffer.
24176
24177 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
24178
24179 * canlock.el (canlock-insert-header): Remove excessive grouping in
24180 regexp.
24181
24182 * gnus-sum.el (gnus-summary-read-document): Ditto.
24183
24184 * gnus-uu.el (gnus-uu-part-number): Ditto.
24185
24186 * html2text.el (html2text-remove-tags): Ditto.
24187 (html2text-format-tags): Ditto.
24188 (html2text-format-single-elements): Ditto.
24189
24190 * mml.el (mml-parse-1): Ditto.
24191
24192 2004-01-08 Jesper Harder <harder@ifa.au.dk>
24193
24194 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24195
24196 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24197
24198 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24199
24200 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24201
24202 2003-11-15 Simon Josefsson <jas@extundo.com>
24203
24204 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24205 (pgg-gpg-lookup-key): Use regexp match instead of
24206 split-string (split-string is different between emacs 21.2 and
24207 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
24208
24209 2004-01-08 Jesper Harder <harder@ifa.au.dk>
24210
24211 * gnus-art.el (gnus-mime-view-all-parts)
24212 (gnus-article-part-wrapper, gnus-article-view-part):
24213 Use with-current-buffer.
24214
24215 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
24216
24217 * spam.el (spam-disable-spam-split-during-ham-respool)
24218 (spam-spamoracle-database, spam-cache-lookups)
24219 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24220 (spam-group-ham-mark-p, spam-group-spam-mark-p)
24221 (spam-group-ham-marks, spam-group-spam-marks)
24222 (spam-group-spam-contents-p, spam-group-ham-contents-p)
24223 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24224 also add spam-use-blackholes to the statistical checks.
24225 (spam-fetch-field-fast): Add interface to fetching fields, may
24226 become a macro.
24227 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24228 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24229 (spam-insert-fake-headers): Fake an article when needed.
24230 (spam-find-spam): Fake article when possible.
24231 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24232 (spam-check-bogofilter-headers): Use message-fetch-field instead
24233 of nnmail-fetch-field.
24234
24235 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
24236
24237 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24238
24239 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
24240
24241 * spam.el (spam-split): Do not require spam-use-CHECK to be
24242 enabled if that check is passed to spam-split explicitly; also
24243 fix so 'spam doesn't get converted to spam-split-group when
24244 spam-split-symbolic-return is t.
24245 (spam-find-spam): Find registrations of the article and use those
24246 instead of re-running spam-split to find the spam/ham
24247 classification of the article.
24248 (spam-log-processing-to-registry, spam-log-registered-p)
24249 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24250 Use gnus-error instead of gnus-message.
24251 (spam-log-registration-type): Add function to determine the
24252 classification of a message based on registry entries; will
24253 return nil if both 'spam and 'ham are found.
24254 (spam-check-BBDB): Expand all the BBDB macros here so we can have
24255 a reasonably fast local cache without the loading errors.
24256 (spam-cache-lookups): Set to t by default.
24257 (spam-find-spam): Don't try to guess spam-cache-lookups.
24258 (spam-enter-whitelist, spam-enter-blacklist): Clear the
24259 spam-caches entry.
24260 (spam-filelist-build-cache, spam-filelist-check-cache):
24261 Fix caching of whitelist/blacklist entries.
24262 (spam-check-whitelist, spam-check-blacklist):
24263 Invoke spam-from-listed-p with a type, not a cache variable.
24264 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24265
24266 2004-01-07 Jesper Harder <harder@ifa.au.dk>
24267
24268 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24269
24270 * nnmail.el (nnmail-split-fancy): do.
24271
24272 * mml.el (mml-parse): do.
24273
24274 * gnus-score.el (gnus-enter-score-words-into-hashtb)
24275 (gnus-score-adaptive): do.
24276
24277 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24278
24279 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24280 (gnus-mime-button-map): Don't set keymap parent.
24281 (gnus-button-ctan-directory-regexp): Use shy grouping.
24282 (gnus-prev-page-map): Don't set keymap parent.
24283 (gnus-prev-page-map): Remove duplicated one.
24284 (gnus-next-page-map): Don't set keymap parent.
24285 (gnus-mime-security-button-map): Ditto.
24286
24287 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24288 version number.
24289
24290 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24291
24292 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24293
24294 * canlock.el (canlock-sha1-function): Remove.
24295 (canlock-sha1-function-for-verify): Remove.
24296 (canlock-openssl-program): Remove.
24297 (canlock-openssl-args): Remove.
24298 (canlock-ignore-errors): Remove.
24299 (canlock-sha1-with-openssl): Remove.
24300 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24301 (canlock-verify): Don't use canlock-ignore-errors.
24302
24303 * sha1-el.el (sha1-string-external): Make it can return a string
24304 in binary form.
24305 (sha1-region-external): Ditto.
24306 (sha1-string-internal): Ditto.
24307 (sha1-region-internal): Ditto.
24308 (sha1-region): Ditto.
24309 (sha1-string): Ditto.
24310 (sha1): Ditto.
24311
24312 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
24313
24314 * spam.el (spam-report-articles-gmane): New command.
24315
24316 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24317
24318 * gnus.el: Don't make unnecessary *Group* buffer when loading.
24319
24320 * run-at-time.el (run-at-time-saved): Remove.
24321 (run-at-time): Doc fix.
24322
24323 2004-01-07 Jesper Harder <harder@ifa.au.dk>
24324
24325 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24326 (gnus-summary-limit-map): Add it.
24327 (gnus-summary-make-menu-bar): do.
24328
24329 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
24330
24331 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24332 Make attempt at some caching support (done for BBDB only now).
24333 (spam-find-spam): Set spam-cache-lookups if there are more than 2
24334 addresses to be checked.
24335 (spam-clear-cache-BBDB): Add function, to be invoked by
24336 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24337 (spam-check-BBDB): Check and use the caches, if
24338 spam-cache-lookups is on, remove superfluous (provide).
24339
24340 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
24341
24342 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24343
24344 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
24345
24346 * run-at-time.el (run-at-time-saved): Move to after the definition
24347 of `run-at-time'.
24348
24349 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
24350
24351 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24352 mm-w3m-local-map-property.
24353
24354 * mm-view.el (mm-w3m-mode-map): Remove.
24355 (mm-w3m-local-map-property): Remove.
24356 (mm-inline-text-html-render-with-w3m): Don't use
24357 mm-w3m-local-map-property.
24358
24359 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
24360
24361 * run-at-time.el: New file.
24362
24363 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24364 of gnus-set-text-properties.
24365
24366 * gnus-uu.el (gnus-uu-save-article): Ditto.
24367
24368 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24369
24370 * gnus-cite.el (gnus-cite-parse): Ditto.
24371
24372 * gnus-art.el (gnus-button-push): Use set-text-properties instead
24373 of gnus-.
24374
24375 * gnus.el: Change calls to nnheader-run-at-time and
24376 password-run-at-time throughout to use run-at-time directly.
24377
24378 * password.el: Remove definition of run-at-time.
24379
24380 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
24381
24382 * mml.el (mml-minibuffer-read-disposition): Show attachment type
24383 in prompt.
24384
24385 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
24386
24387 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24388 XEmacs version.
24389
24390 * dns.el (dns-make-network-process): Use `open-network-stream'
24391 instead of `gnus-xmas-open-network-stream'.
24392
24393 * .cvsignore: Add auto-autoloads.el, custom-load.el.
24394
24395 2004-01-06 Jesper Harder <harder@ifa.au.dk>
24396
24397 * gnus-art.el (gnus-mime-display-alternative)
24398 (gnus-insert-mime-button, gnus-insert-mime-security-button)
24399 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24400 Don't use gnus-local-map-property.
24401
24402 * gnus-util.el (gnus-local-map-property): Remove.
24403
24404 * mm-view.el (mm-view-pkcs7-decrypt):
24405 Replace gnus-completing-read-maybe-default with completing-read.
24406
24407 * gnus-util.el (gnus-completing-read): do.
24408 (gnus-completing-read-maybe-default): Remove.
24409
24410 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
24411
24412 * password.el: Only autoload `run-at-time' if not XEmacs.
24413 Only autoload the itimer functions if XEmacs.
24414
24415 2004-01-06 Jesper Harder <harder@ifa.au.dk>
24416
24417 * gnus-art.el (gnus-read-string): Remove.
24418 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24419 read-string.
24420
24421 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
24422
24423 * netrc.el: Autoload password-read.
24424 (netrc): Add configuration group.
24425 (netrc-encoding-method, netrc-openssl-path):
24426 Add variables for encoding and decoding of files with symmetric
24427 ciphers.
24428 (netrc-encode): Add assistant function to encode a file with
24429 netrc-encoding-method.
24430 (netrc-parse): Add interactive parameter, added optional
24431 decoding if netrc-encoding-method is non-nil but otherwise
24432 behavior is standard.
24433 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24434 Do s/encode/encrypt/ everywhere.
24435
24436 * spam.el: Remove executable-find autoload.
24437
24438 2004-01-05 Jesper Harder <harder@ifa.au.dk>
24439
24440 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24441
24442 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24443
24444 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
24445
24446 * gnus-art.el (gnus-treat-ansi-sequences)
24447 (article-treat-ansi-sequences): New variable and function.
24448 Suggested by Dan Jacobson <jidanni@jidanni.org>.
24449
24450 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24451 Use it.
24452
24453 2004-01-05 Jesper Harder <harder@ifa.au.dk>
24454
24455 * mm-util.el (mm-quote-arg): Remove.
24456
24457 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24458 shell-quote-argument.
24459
24460 * gnus-uu.el (gnus-uu-command): do.
24461
24462 * gnus-sum.el (gnus-summary-insert-pseudos): do.
24463
24464 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24465 with make-char.
24466
24467 * mm-util.el (mm-make-char): Remove.
24468
24469 * mml.el (mml-mode): Replace gnus-add-minor-mode with
24470 add-minor-mode.
24471
24472 * gnus-undo.el (gnus-undo-mode): do.
24473
24474 * gnus-topic.el (gnus-topic-mode): do.
24475
24476 * gnus-sum.el (gnus-dead-summary-mode): do.
24477
24478 * gnus-start.el (gnus-slave-mode): do.
24479
24480 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24481
24482 * gnus-ml.el (gnus-mailing-list-mode): do.
24483
24484 * gnus-gl.el (gnus-grouplens-mode): do.
24485
24486 * gnus-draft.el (gnus-draft-mode): do.
24487
24488 * gnus-dired.el (gnus-dired-mode): do.
24489
24490 * gnus-ems.el (gnus-add-minor-mode): Remove.
24491
24492 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24493 Replace gnus-char-width with char-width.
24494
24495 * gnus-ems.el (gnus-char-width): Remove.
24496
24497 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24498 Replace gnus-char-width with char-width.
24499
24500 * gnus-ems.el (gnus-char-width): Remove.
24501
24502 * spam-stat.el (with-syntax-table): Remove with-syntax-table
24503 definition.
24504 Remove Emacs 20 hash table compatibility code.
24505
24506 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24507 20 compatibility code.
24508
24509 * spam.el (spam-point-at-eol): Replace with point-at-eol.
24510
24511 * smime.el (smime-point-at-eol): Replace with point-at-eol.
24512
24513 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24514 Replace with point-at-{eol,bol}.
24515
24516 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24517
24518 * imap.el (imap-point-at-eol): Replace with point-at-eol.
24519
24520 * flow-fill.el (fill-flowed-point-at-bol)
24521 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24522
24523 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24524 Replace with point-at-{eol,bol} throughout all files.
24525
24526 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
24527
24528 * ntlm.el (ntlm-string-as-unibyte): New macro.
24529 (ntlm-build-auth-response): Use it.
24530
24531 Remove Emacs 20 stuff:
24532 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24533 of delq and copy-sequence.
24534 * gnus-art.el (popup-menu): Remove the compiler macro.
24535 * nnmail.el (nnmail-split-fancy): Don't support customizing with
24536 Emacs 20.
24537
24538 2004-01-05 Simon Josefsson <jas@extundo.com>
24539
24540 * ntlm.el: Fix namespace. Change smb-passwd-hash into
24541 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24542 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24543 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24544 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24545 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24546 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24547 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24548 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24549 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24550 ntlm-string-permute, string-lshift into ntlm-string-lshift,
24551 string-xor into ntlm-string-xor.
24552 Suggested by Jesper Harder <harder@myrealbox.com>.
24553
24554 * ntlm.el: Don't include poem.
24555
24556 * md4.el (print-int32, print-string-hexa): Remove.
24557 Suggested by Jesper Harder <harder@myrealbox.com>.
24558
24559 * sasl-ntlm.el, ntlm.el, md4.el: New files.
24560
24561 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
24562 probably breaks emacs with DL patch, but do we care? Is anyone
24563 still using the DL stuff?)
24564
24565 * sieve-manage.el: Use the password package.
24566 (sieve-manage-read-passwd): Remove.
24567 (sieve-manage-interactive-login): Use password. Re-add
24568 condition-case around loop.
24569
24570 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24571 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24572 Use the password package.
24573
24574 2003-02-19 Simon Josefsson <jas@extundo.com>
24575
24576 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24577 token.
24578
24579 2002-08-07 Simon Josefsson <jas@extundo.com>
24580
24581 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24582 (sieve-manage-authenticators):
24583 (sieve-manage-authenticator-alist): Add some SASL mechs.
24584 (sieve-sasl-auth): New function.
24585 (sieve-manage-cram-md5-auth):
24586 (sieve-manage-plain-auth): Rewrite using SASL library.
24587 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24588 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24589 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24590 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24591
24592 2004-01-05 Simon Josefsson <jas@extundo.com>
24593
24594 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24595 New files.
24596
24597 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24598
24599 * gnus-group.el (gnus-no-groups-message): Update.
24600
24601 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24602
24603 2003-11-09 Simon Josefsson <jas@extundo.com>
24604
24605 * imap.el: Support for ID IMAP extension (RFC 2971).
24606 (imap-local-variables): Add imap-id.
24607 (imap-id): New variable.
24608 (imap-id): New function.
24609 (imap-parse-response): Parse untagged ID response.
24610 * nnimap.el (nnimap-id): New variable.
24611 (nnimap-open-connection): Use it.
24612
24613 2003-12-28 Simon Josefsson <jas@extundo.com>
24614
24615 * gnus-score.el (gnus-score-edit-all-score): New.
24616 * gnus-group.el (gnus-group-score-map): Bind it to W e.
24617
24618 2004-01-04 Simon Josefsson <jas@extundo.com>
24619
24620 * password.el: Add.
24621
24622 2004-01-04 Mario Lang <lang@zid.tugraz.at>
24623
24624 * dns.el (dns-query-types): Fix typo.
24625 (dns-query-types): New function.
24626 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
24627 PTR and SOA replies, see RFC 1035.
24628
24629 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24630
24631 * gnus.el (gnus-logo-color-style): Change colors to `no'.
24632
24633 * Move to Changelog.2.
24634
24635 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24636
24637 * gnus.el (gnus-version-number): Bump version.
24638
24639 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
24640
24641 * gnus.el: No Gnus v0.1 is released.
24642
24643 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
24644
24645 * gnus.el: No Gnus v0.0 is released.
24646
24647 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24648
24649 * gnus.el (gnus-version-number): Bump.
24650 (gnus-version): No.
24651
24652 See ChangeLog.2 for earlier changes.
24653
24654 Copyright (C) 2004-2013 Free Software Foundation, Inc.
24655
24656 This file is part of GNU Emacs.
24657
24658 GNU Emacs is free software: you can redistribute it and/or modify
24659 it under the terms of the GNU General Public License as published by
24660 the Free Software Foundation, either version 3 of the License, or
24661 (at your option) any later version.
24662
24663 GNU Emacs is distributed in the hope that it will be useful,
24664 but WITHOUT ANY WARRANTY; without even the implied warranty of
24665 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24666 GNU General Public License for more details.
24667
24668 You should have received a copy of the GNU General Public License
24669 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24670
24671 ;; Local Variables:
24672 ;; coding: utf-8
24673 ;; fill-column: 79
24674 ;; add-log-time-zone-rule: t
24675 ;; End: