lisp/window.el (window--state-get-1): Workaround for bug#14527.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2013-06-19 Glenn Morris <rgm@gnu.org>
2
3 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
4
5 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
6
7 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
8
9 2013-06-18 Glenn Morris <rgm@gnu.org>
10
11 * eww.el, shr.el, shr-color.el: Move to ../net.
12
13 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14
15 * shr.el (shr-tag-table): Insert the images after the table, so that
16 they're not covered by the table colourisation, which often looked
17 awkward.
18 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
19 <dd>.
20
21 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
22
23 * eww.el (eww-detect-charset): Improve regexp; move backward.
24
25 2013-06-18 Glenn Morris <rgm@gnu.org>
26
27 * mm-decode.el (widget-convert-button): Autoload.
28
29 * sieve-manage.el (mm-enable-multibyte): Autoload.
30
31 * shr.el (libxml-parse-html-region): Declare.
32 (shr-render-buffer): Explicit error if no libxml2 support.
33
34 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
35
36 * auth-source.el (auth-source-current-line): New function.
37 (auth-source-netrc-parse-entries): When a data token is "machine",
38 assume we're in the wrong place and abort parsing the current line.
39
40 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
41
42 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
43 (eww-convert-widgets): Don't bug out if the first widget starts at the
44 beginning of the buffer.
45 (eww-convert-widgets): Fix last patch.
46 (eww-tag-input): Support <input type=image>.
47
48 * shr.el (shr-insert-table): Respect border-collapse: collapse.
49 (shr-tag-base): Protect against base specs that are degenerate.
50 (shr-ensure-paragraph): Don't delete empty lines that have text
51 properties, because these may be input fields.
52
53 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
54 we can navigate to them.
55
56 * shr.el (shr-colorize-region): Put the colours over the entire region.
57 (shr-inhibit-decoration): New variable.
58 (shr-add-font): Use it to inhibit text property decorations while doing
59 preliminary table renderings. This speeds up typical Wikipedia page
60 renderings by 15%.
61 (shr-tag-span): Don't respect the <title>, because that overwrites the
62 help-echo from links inside the spans.
63 (shr-next-link): Use `help-echo' for navigation, so that we can
64 navigate to form elements, too.
65
66 * eww.el (eww-button): New face.
67 (eww-convert-widgets): Use it to make submit buttons more button-like.
68
69 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
70 that Gnus commands work.
71
72 * shr.el (shr-render-td): Support horizontal alignment.
73
74 * eww.el (eww-put-color): Removed.
75 (eww-colorize-region): Use `add-face-text-property'.
76
77 * shr.el (shr-add-font): Append face data, so that we get the correct
78 presedence: The innermost value (which is applied first) wins.
79 (shr-make-overlay): Obsolete function.
80
81 * mm-decode.el (mm-convert-shr-links): New function to convert
82 new-style shr URL links into widgets.
83 (mm-shr): Use it.
84
85 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
86 widget commands, since we're no longer using widgets for links.
87
88 * shr.el (shr-next-link): New command.
89 (shr-previous-link): New command.
90 (shr-urlify): Don't use `widget-convert', because that's slow.
91 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
92 because collecting the overlays and reapplying them when generating
93 tables is slow.
94 (shr-insert-table): Ditto.
95
96 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
97
98 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
99 * shr.el (browse-url): Require `url'.
100 * eww.el (url): Require format-spec.
101
102 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
103
104 * eww.el (eww-display-html): Default to using the entire window width.
105 (eww-browse-url): Don't add a User-Agent header (twice), because that
106 makes Bing refuse connection.
107
108 * shr.el (shr-make-table): Cache the table rendering at the table
109 level, and not the <td> level. This is a bit faster.
110
111 * eww.el (eww-render): Go to the correct ID when given URLs ending with
112 #id.
113
114 * shr.el (shr-tag-li): Don't require a new paragraph, since other
115 browsers don't.
116 (shr-expand-url): Respect #anchor links.
117 (shr-parse-base): Chop off the anchor before using.
118 (shr-descend): Respect display: none.
119 (shr-descend): Allow marking elements that have certain IDs.
120
121 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
122
123 * shr.el (shr-expand-url): Don't bug out on zero-length links.
124
125 * eww.el (eww-tag-textarea): Support <textarea>.
126
127 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
128
129 * shr.el (shr-dom-to-xml): Fixed function call.
130
131 * eww.el (eww): New group.
132 (eww-header-line-format): New custom variable.
133 (eww-current-title): New variable.
134 (eww-display-html): Update header and handle title tag.
135 (eww-update-header-line-format): New function.
136 (eww-tag-title): New function.
137
138 * shr.el (shr-dom-to-xml): New function.
139 (shr-tag-svg): Add support for the SVG tag.
140 (shr-bullet): New custom variable.
141 (shr-tag-li): Support custom bullet in unordered lists.
142
143 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
144
145 * shr.el (shr-expand-url): Respect // URLs.
146
147 * eww.el (eww-tag-body): Override the shr body rendering so that we can
148 put a background colour onto the entire buffer.
149 (eww-render): When being redirected, use the redirect URL as the new
150 base URL.
151
152 * shr.el (shr-parse-base): Fix parsing error.
153
154 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
155
156 * shr.el (shr-parse-base): New function.
157 (shr-expand-url): Use it to expand relative URLs reliably.
158
159 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
160
161 * auth-source.el (auth-source-search-collection): Fix docstring.
162 (auth-source-netrc-parse): Refactor and improve netrc parser to support
163 single-quoted strings and multiline entries.
164 (auth-source-netrc-parse-next-interesting)
165 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
166 functions to support parser.
167
168 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
169
170 * eww.el (eww-submit): Get submit button logic right when hitting RET
171 on non-submit buttons.
172
173 * shr.el: Remove shr-preliminary-table-render, since that can't really
174 be used for anything in practice.
175
176 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
177
178 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
179 (sieve-manage-quit).
180
181 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
182
183 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
184 control the maximum size of photo ID image.
185 (mml2015-epg-key-image-to-string): Respect it.
186
187 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
188
189 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
190 instead of the final one so that we can more easily distinguish them.
191
192 * eww.el (eww-submit): Compute the submission URL correctly.
193
194 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
197 Use plist-get rather than CL's getf.
198 (sieve-manage-parse-capability): Avoid CL's remove-if.
199
200 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
201
202 * shr.el (shr-expand-url): Expansion should chop off the bits after the
203 last slash.
204
205 * eww.el (eww-tag-select): Use the first value as the default value.
206
207 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
208
209 * eww.el (eww): Prepend urls with http:// if scheme is missing.
210 (eww-mode): Use `define-derived-mode'.
211 (eww-parse-headers): Parse headers from beginning of buffer so that
212 file:// links work.
213
214 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
215
216 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
217
218 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
219
220 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
221 to handle them at all.
222
223 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
224
225 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
226 work, too.
227 (eww-tag-select): Implement <select>.
228
229 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
230
231 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
232 stream managing functions by using open-protocol-stream to do most of
233 the work. Has the nice benefit of enabling STARTTLS.
234 Wait for capabilities after STARTTLS: following RFC5804, the server
235 sends new capabilities after successfully establishing a TLS connection
236 with the client. The client should update the cached list of
237 capabilities, but we just ignore the answer for now.
238 (sieve-manage-network-p, sieve-manage-network-open)
239 (sieve-manage-starttls-p, sieve-manage-starttls-open)
240 (sieve-manage-forward, sieve-manage-streams)
241 (sieve-manage-stream-alist): Remove unneeded functions neither in the
242 API, nor called by any other function.
243 Enable Multibyte for SieveManage buffers: The parser won't properly
244 handle umlauts and line endings unless multibyte is turned on in the
245 process buffer.
246
247 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
248
249 * eww.el (eww-tag-input): Support password fields.
250 (eww-submit): Support POST.
251
252 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
253
254 * eww.el (eww-tag-form): Protect against degenerate forms.
255
256 * shr.el (shr-expand-url): Expand URLs that start with a slash
257 correctly.
258
259 * eww.el (eww-submit): Get submit button logic right.
260
261 * shr.el (shr-final-table-render): New variable to signal when we're
262 doing the final table rendering so that we can collect more data at
263 that point.
264
265 * eww.el (eww-submit): Make form submission work.
266 (eww-tag-input): Implement submit buttons.
267 (eww-click-radio): Implement radio and checkboxes.
268 (eww-submit): Handle hidden elements.
269
270 * shr.el (shr-descend): Allow other packages to override (or provide)
271 rendering of elements.
272 (shr-expand-url): Strip query strings from URLs before expanding them.
273
274 * eww.el: Don't require cl-lib.
275 (eww-tag-form): Start form support.
276
277 * eww.el: Start writing a new, tiny web browser.
278 (eww-previous-url): New command.
279 (eww-quit): New command.
280
281 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
282
283 * sieve.el: Put point at beginning of buffer when viewing a script.
284 (sieve-open-server): Respect the PORT parameter. Show the correct port
285 number in sieve-buffer's header. Fixed code to also work with a string
286 as port specifier. Properly close the connection on pressing 'q'. Make
287 sieve-manage-quit close the connection and process buffer. Also, remove
288 duplicate keybinding for 'q'.
289
290 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
291
292 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
293 make it easier to read.
294 (mm-pkcs7-enveloped-magic): Ditto.
295
296 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
297
298 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
299 before `image-type-available-p' to avoid loading the image libraries
300 needlessly.
301
302 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
303
304 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
305 assume Date header begins with "Date", that may be customized into
306 something like "X-Sent" using gnus-article-time-format.
307 (article-transform-date): Allow multi-line Date header.
308
309 2013-06-02 David Engster <deng@randomsample.de>
310
311 * registry.el (initialize-instance, registry-lookup)
312 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
313 (registry-lookup-secondary-value, registry-search, registry-delete)
314 (registry-insert, registry-reindex, registry-size, registry-prune): Do
315 not wrap methods in `eval-and-compile'. This breaks due to latest
316 changes in EIEIO (introduction of eieio-core.el).
317
318 2013-05-30 Glenn Morris <rgm@gnu.org>
319
320 * nnmail.el (nnmail-fancy-expiry-target):
321 Also bind mail-dont-reply-to-names.
322
323 * spam-stat.el (spam-stat-save):
324 No need to tweak font-lock in temp buffers.
325
326 * shr.el (shr-put-image): Silence compiler.
327
328 2013-05-29 Glenn Morris <rgm@gnu.org>
329
330 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
331
332 * gnus-group.el (gnus-sequence-of-unread-articles)
333 (gnus-summary-add-mark, gnus-mark-article-as-read)
334 (gnus-group-make-articles-read): Declare.
335
336 * gnus-sum.el (gnus-parameter-list-identifier)
337 (gnus-article-stop-animations, gnus-stop-downloads)
338 (gnus-article-only-boring-p, article-goto-body)
339 (gnus-flush-original-article-buffer, article-narrow-to-head)
340 (gnus-article-hidden-text-p, gnus-delete-wash-type)
341 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
342
343 * gnus.el: No need to eval-and-compile autoloads.
344
345 * gravatar.el (help-function-arglist): Autoload.
346
347 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
348
349 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
350
351 * spam.el: No need to load spam-report when compiling.
352 No need to eval-and-compile autoloads.
353 (spam-report-resend-to): Declare.
354 (spam-report-resend-register-routine): Require 'spam-report.
355
356 2013-05-24 Julien Danjou <julien@danjou.info>
357
358 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
359 setup.
360
361 2013-05-23 Glenn Morris <rgm@gnu.org>
362
363 * gnus-util.el (rmail-swap-buffers-maybe)
364 (rmail-maybe-set-message-counters, rmail-count-new-messages)
365 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
366 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
367
368 * mm-decode.el: No need to load term when compiling.
369 (term-mode, term-char-mode): Declare.
370
371 * mm-util.el: No need to load jka-compr when compiling.
372 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
373
374 * nnmaildir.el: Require is automatically eval-and-compile.
375 (nnmail): Require at run-time too.
376
377 * registry.el (registry-size): Move definition before use.
378
379 2013-05-22 Daiki Ueno <ueno@gnu.org>
380
381 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
382 signed data to conform the standard. (Bug#14232)
383
384 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
385
386 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
387 double angle quotation mark.
388
389 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
390
391 * message.el (message-insert-formatted-citation-line): Handle finding
392 first/lastname when more than 2 names appear.
393
394 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
395
396 * shr.el (shr-tag-span): New function.
397
398 2013-05-18 Glenn Morris <rgm@gnu.org>
399
400 * message.el (message-mode): Use message-mode-abbrev-table,
401 with text-mode-abbrev-table as parent. (Bug#14413)
402
403 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
404
405 * message.el (message-expand-group): Decode group names.
406
407 2013-05-16 Julien Danjou <julien@danjou.info>
408
409 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
410 app-icon.
411
412 2013-05-15 Glenn Morris <rgm@gnu.org>
413
414 * shr-color.el (shr-color-visible-luminance-min)
415 (shr-color-visible-distance-min): Use shr-color group.
416
417 2013-05-11 Glenn Morris <rgm@gnu.org>
418
419 * gnus-vm.el: Make it loadable without VM.
420 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
421 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
422
423 2013-05-09 Glenn Morris <rgm@gnu.org>
424
425 * mml1991.el: Make it loadable. (Bug#13456)
426
427 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
428 * gnus-async.el (gnus-async-post-fetch-function):
429 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
430 * gnus-html.el (gnus-html-image-cache-ttl):
431 * gnus-notifications.el (gnus-notifications-timeout):
432 * gnus-picon.el (gnus-picon-properties):
433 * gnus-util.el (gnus-completion-styles):
434 * gnus.el (gnus-other-frame-resume-function):
435 * message.el (message-user-organization-file)
436 (message-cite-reply-position):
437 * nnir.el (nnir-summary-line-format)
438 (nnir-retrieve-headers-override-function):
439 * shr-color.el (shr-color-visible-luminance-min):
440 * shr.el (shr-blocked-images):
441 * spam-report.el (spam-report-resend-to):
442 * spam.el (spam-summary-exit-behavior): Fix custom types.
443
444 * gnus-salt.el (gnus-selected-tree-face): Fix default.
445
446 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
447
448 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
449 because of let-binding help-xref-following. (Bug#14356)
450
451 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
452
453 * message.el (message-bury, message-send-and-exit):
454 Revert 2013-05-04 change.
455
456 2013-05-06 Glenn Morris <rgm@gnu.org>
457
458 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
459
460 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
461
462 * message.el (message-bury): Make `buffer' optional.
463 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
464 (bug#14085).
465
466 2013-05-04 Andrew Cohen <cohen@bu.edu>
467
468 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
469 entering into the registry.
470
471 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
472
473 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
474 (Bug#14304)
475
476 2013-04-27 Glenn Morris <rgm@gnu.org>
477
478 * gnus.el (gnus-list-debbugs):
479 Use require rather than autoload. (Bug#14262)
480
481 2013-04-27 Julien Danjou <julien@danjou.info>
482
483 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
484 port to "sieve" now that it has an official IANA port assigned.
485
486 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
487
488 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
489 Don't set the MAILHOST environment variable permanently (Bug#14271).
490
491 2013-04-26 Glenn Morris <rgm@gnu.org>
492
493 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
494
495 2013-04-25 Andrew Cohen <cohen@bu.edu>
496
497 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
498 string values of 'gcc-self. Thanks to Saroj Thirumalai.
499
500 2013-04-24 Andrew Cohen <cohen@bu.edu>
501
502 * nnir.el (nnir-close-group): Make sure we are in the right group.
503
504 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
505 dependency table from all newly retrieved headers.
506
507 2013-04-16 David Edmondson <dme@dme.org>
508
509 Support <img src="data:...">.
510
511 * shr.el (shr-image-from-data): New function.
512 (shr-tag-img): Use it.
513
514 2013-04-14 Andrew Cohen <cohen@bu.edu>
515
516 * nnir.el (nnir-request-set-mark): Make sure we are in the right
517 group.
518
519 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
520
521 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
522 corresponding to any existing group (Bug#14166).
523
524 2013-04-10 Andrew Cohen <cohen@bu.edu>
525
526 * nnir.el (number-sequence): No longer used.
527 (nnir-request-set-mark): New function.
528 (nnir-request-update-info): Improve marks updating.
529 (nnir-request-scan): Don't duplicate marks updating.
530 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
531 Use 'assq rather than 'assoc. Quote anonymous function.
532 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
533 Use 'gnus-group-prefixed-p.
534 (gnus-summary-create-nnir-group): Make sure server for method is open.
535
536 2013-04-04 Andrew Cohen <cohen@bu.edu>
537
538 * nnir.el (gnus-nnir-group-p): New function.
539 (nnir-possibly-change-group): Use it.
540
541 * gnus-msg.el (gnus-setup-message): Use it.
542
543 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
544
545 * mml.el (mml-minibuffer-read-description): Use `default' insted of
546 `initial-input' for the argument name.
547 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
548
549 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
550
551 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
552 (used by MH-E).
553
554 2013-04-01 Andrew Cohen <cohen@bu.edu>
555
556 * nnir.el (nnir-request-update-mark): Improve mark updating in original
557 group.
558
559 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
560 fix compilation.
561
562 2013-03-31 Andrew Cohen <cohen@bu.edu>
563
564 * nnir.el (nnir-method-default-engines): And another typo.
565
566 2013-03-30 Andrew Cohen <cohen@bu.edu>
567
568 * nnir.el (nnir-method-default-engines): Fix typo.
569
570 2013-03-29 Andrew Cohen <cohen@bu.edu>
571
572 * nnir.el: Define 'number-sequence for xemacs.
573 (gnus-summary-create-nnir-group): New function to create an nnir group
574 from an nnir summary buffer based on the current query.
575 (nnir-request-create-group): Update to allow nnir group creation based
576 on the current query.
577
578 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
579
580 * nndraft.el (nndraft-request-expire-articles):
581 Make expiry target always `delete'.
582
583 2013-03-27 Andrew Cohen <cohen@bu.edu>
584
585 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
586 buffer use the posting-style and gcc of the original article group.
587 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
588
589 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
590 after other deffoos.
591
592 2013-03-26 Andrew Cohen <cohen@bu.edu>
593
594 * nnir.el: Major rewrite. Cleaner separation between searches and group
595 management. Marks are now shown in nnir summary buffers. Rudimentary
596 support for real (i.e. not ephemeral) nnir groups.
597 (gnus-summary-make-nnir-group): New function for initiating searches
598 from a summary buffer.
599
600 2013-03-18 Sam Steingold <sds@gnu.org>
601
602 * message.el (message-bury): Minor cleanup.
603
604 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
605
606 * nndir.el (nndir-request-list): Remove 2nd argument passed to
607 nnml-request-list. (Bug#13873)
608 (nndir-request-newsgroups): Remove, unused.
609
610 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
611
612 2013-03-03 Ted Phelps <phelps@gnusto.com>
613
614 * shr.el: Make all the overlays set the `evaporate' property so that
615 they're removed properly.
616
617 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
618
619 * mml2015-el (mml2015-epg-key-image): Wrap epg-gpg-program in
620 shell-quote-argument.
621
622 2013-02-22 David Engster <deng@randomsample.de>
623
624 * gnus-registry.el (gnus-registry-save): Provide class name when
625 calling `eieio-persistent-read' to avoid "unsafe call" warning. Use
626 `condition-case' to stay compatible with older EIEIO versions which
627 only accept one argument.
628
629 2013-02-17 Daiki Ueno <ueno@gnu.org>
630
631 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
632 (epg-user-id-validity): Autoload.
633 (mml2015-epg-check-user-id): New function.
634 (mml2015-epg-check-sub-key): New function split from
635 mml2015-epg-find-usable-key.
636 (mml2015-epg-find-usable-key): Accept context, name, usage, and
637 optional name-is-key-id, to handle the case when user-id is unusable.
638 Reported by Łukasz Stelmach <stlman@poczta.fm>.
639
640 2013-02-17 Glenn Morris <rgm@gnu.org>
641
642 * shr.el (shr-put-image): Use image-multi-frame-p if available.
643
644 2013-02-16 Glenn Morris <rgm@gnu.org>
645
646 * shr.el (shr-put-image): Only animate images that specify a delay.
647 This is consistent with the old image-animated-p behavior.
648
649 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
650
651 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
652 for XEmacs.
653
654 2013-02-13 Juri Linkov <juri@jurta.org>
655
656 * gnus-art.el (gnus-article-mode-map):
657 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
658 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
659
660 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
661
662 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
663 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
664
665 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
666
667 * auth-source.el (auth-source-format-prompt): Don't get confused by
668 any "\" in replacement text. (Bug#13637)
669
670 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
671
672 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
673 (gnus-backend-trace): Honor gnus-backend-trace.
674
675 * mml.el (mml-insert-part): Insert closing tag.
676
677 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
678
679 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
680
681 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
682 able to find the article, which can happen in debbugs groups,
683 apparently.
684
685 2013-01-16 Glenn Morris <rgm@gnu.org>
686
687 * smiley.el (smiley-style): Make the file loadable in batch mode.
688
689 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
690
691 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
692 imap process running.
693
694 2013-01-14 Julien Danjou <julien@danjou.info>
695
696 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
697 Compare addresses against addresses, not against the full From field.
698
699 2013-01-13 Richard Stallman <rms@gnu.org>
700
701 * message.el (message-forward-make-body-mime): New args BEG, END
702 specify what part of FORWARD-BUFFER to use. Do the work directly
703 instead of calling `mml-insert-buffer'.
704
705 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
706
707 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
708 cross-reference(s).
709
710 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
711 cross-reference(s).
712
713 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
714
715 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
716 and point-max-marker.
717 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
718
719 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
720
721 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
722 to mml2015-encrypt-to-self.
723 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
724
725 2013-01-09 Daiki Ueno <ueno@gnu.org>
726
727 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
728 mml-smime-epg-find-usable-secret-key.
729
730 2013-01-08 Glenn Morris <rgm@gnu.org>
731
732 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
733
734 2013-01-07 Daiki Ueno <ueno@gnu.org>
735
736 * mml-smime.el: Support signing by sender.
737 Requested by Uwe Brauer.
738 (mml-smime-sign-with-sender): New user option analogous
739 to mml2015-sign-with-sender.
740 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
741 (mml-smime-epg-find-usable-secret-key): New helper function copied from
742 mml2015.el.
743
744 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
745
746 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
747 isn't running, because Gnus will probably not know how to handle the
748 Gcc header (bug#11941).
749
750 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
751 articles.
752
753 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
754
755 * nnfolder.el (nnfolder-recursive-directory-files): New function.
756 (nnfolder-generate-active-file): Make this function work with recursive
757 folder names.
758
759 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
760
761 * nntp.el (nntp-open-connection): Use HELP as the capability command
762 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
763 unknown commands. And CAPABILITY is an unknown command (bug#12763).
764
765 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
766
767 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
768 place holder since this gives `Invalid face reference: nil' messages.
769 Use the `default' face instead. It has the same effect here, even
770 though it is not no-op.
771
772 * gnus-util.el
773 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
774
775 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
776
777 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
778 non-string posting styles (bug#13285).
779
780 2012-12-27 Glenn Morris <rgm@gnu.org>
781
782 * plstore.el (plstore-passphrase-callback-function):
783 Use plstore-get-file.
784
785 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
786
787 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
788 stderr.
789
790 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
791 group is nil.
792
793 * shr.el (shr-tag-em): Render as italic, not bold.
794
795 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
796
797 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
798
799 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
800
801 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
802 temporary file to get PGP key image. Pass no-show-photos when
803 extracting image to avoid having it pop up twice.
804
805 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
806
807 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
808 eligible for treatment.
809
810 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
811 lines. This makes summary commands with hidden threads work more
812 reliably.
813
814 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
815 button to mark the hidden citations (bug#9395).
816
817 2012-12-26 Daiki Ueno <ueno@gnu.org>
818
819 * mml2015.el (mml2015-epg-signature-to-string): New function.
820 (mml2015-epg-verify-result-to-string): New function.
821 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
822 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
823 instead of epg-verify-result-to-string.
824 (epg-signature-key-id, epg-signature-to-string): Autoload.
825 (epg-verify-result-to-string): Remove autoload.
826
827 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
828
829 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
830 ID image from GPG public key.
831 (mml2015-epg-key-image-to-string): New function.
832
833 2012-12-25 Leo Liu <sdl.web@gmail.com>
834
835 * plstore.el (plstore-passphrase-callback-function): Fix error when
836 error when plstore-cache-passphrase-for-symmetric-encryption is set
837 (bug#13264).
838
839 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
840
841 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
842 buffer to the article buffer here, because that clobbers multiple
843 article buffers.
844
845 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
846 buffer always points to the right summary buffer.
847
848 2012-12-25 John Wiegley <jwiegley@gmail.com>
849
850 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
851 the password (bug#12097).
852
853 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
854
855 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
856 (bug#13263).
857
858 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
859 buffer exists before using it (bug#12475).
860
861 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
862 offline groups (bug#11937).
863
864 * message.el (message-yank-original): When using customize to set the
865 value of `message-cite-style', the variable it set to a symbol that's
866 the name of the variable, which must then be dereferenced (bug#12616).
867
868 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
869
870 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
871 the `face' property with a list whose car is the face specified in the
872 format string and whose cdr is (nil).
873 * lisp/gnus-util.el
874 (gnus-put-text-property-excluding-characters-with-faces):
875 Change accordingly.
876 (gnus-get-text-property-excluding-characters-with-faces): New function.
877 * lisp/gnus-sum.el (gnus-summary-highlight-line):
878 * lisp/gnus-salt.el (gnus-tree-highlight-node):
879 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
880
881 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
882
883 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
884 login methods.
885 (nnimap-login): Respect the `nnimap-authenticator' variable.
886
887 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
888 mark state when moving articles. Otherwise unticked articles will get
889 their ticks back after moving.
890
891 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
892
893 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
894
895 * message.el (message-ignored-news-headers): Always remove
896 X-Message-SMTP-Method to avoid information leakage if the user
897 mistakenly inserts the header into news messages.
898
899 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
900
901 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
902 right than four characters, this command would move point to
903 `point-max'. Don't do that.
904
905 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
906 to nil to allow re-selecting groups that gain articles.
907 (gnus-bug-group-download-format-alist): Update the URL.
908
909 2012-12-23 Andreas Schwab <schwab@suse.de>
910
911 * shr.el (shr-tag-em): Render em as italic, not bold.
912
913 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
914
915 * gnus-int.el (gnus-backend-trace): Factor out into its own function
916 for reuse.
917 (gnus-open-server): Use it to add more tracing.
918 (gnus-finish-retrieve-group-infos): Add backend tracing.
919 (gnus-backend-trace): Also note the elapsed seconds.
920
921 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
922
923 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
924 Set epa-file-encrypt-to from variable to avoid querying.
925
926 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
927
928 * sieve-mode.el (sieve-font-lock-keywords):
929 Keywords should be word delimited. (Bug#13173)
930
931 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
932
933 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
934 instead of <pre> to align message header.
935
936 2012-12-12 Sam Steingold <sds@gnu.org>
937
938 * gnus.el (gnus-other-frame-resume-function): Add user option.
939 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
940
941 2012-12-06 Sam Steingold <sds@gnu.org>
942
943 * gnus-start.el (gnus-before-resume-hook): Add.
944 (gnus-1): Run it when Gnus is alive.
945
946 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
947
948 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
949 * gnus-art.el (article-unsplit-urls)
950 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
951 * gnus-registry.el (gnus-registry-get-article-marks)
952 * message.el (message-goto-body): Use it.
953 (message-called-interactively-p): Remove.
954
955 * spam-stat.el (spam-stat-called-interactively-p): New macro.
956 (spam-stat-score-buffer): Use it.
957
958 * spam.el: Silence the warnings against BBDB functions when compiling.
959
960 * gnus-score.el (gnus-score-decode-text-parts):
961 Use append+mapcar instead of the cl function mapcan.
962
963 * gmm-utils.el (gmm-flet): Remove.
964
965 * gnus-sync.el (gnus-sync-lesync-call):
966 Avoid overriding json-alist-p.
967
968 * message.el (message-read-from-minibuffer):
969 Avoid overriding mail-abbrev-in-expansion-header-p.
970
971 2012-12-05 Sam Steingold <sds@gnu.org>
972
973 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
974 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
975 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
976
977 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
978
979 * gmm-utils.el (gmm-called-interactively-p): Revert.
980 This seems to cause Emacs to get stuck!
981 * gnus-art.el (article-unsplit-urls)
982 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
983 * gnus-registry.el (gnus-registry-get-article-marks)
984 * message.el (message-goto-body)
985 (message-called-interactively-p): Revert.
986
987 * gmm-utils.el (gmm-called-interactively-p): New function.
988 * gnus-art.el (article-unsplit-urls)
989 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
990 * gnus-registry.el (gnus-registry-get-article-marks)
991 * message.el (message-goto-body): Use it.
992 (message-called-interactively-p): Remove.
993
994 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
995 * gnus-sync.el (gnus-sync-lesync-call)
996 * message.el (message-read-from-minibuffer): Use it.
997
998 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
999
1000 * gmm-utils.el (gmm-flet): Remove.
1001 * gnus-sync.el (gnus-sync-lesync-call)
1002 * message.el (message-read-from-minibuffer): Don't use it.
1003
1004 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1005
1006 * gmm-utils.el (gmm-labels): Use cl-labels if available.
1007
1008 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1009
1010 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1011
1012 * gnus-sync.el (gnus-sync-lesync-call)
1013 * message.el (message-read-from-minibuffer): Use gmm-flet.
1014
1015 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1016
1017 * gnus-util.el (gnus-macroexpand-all): Remove.
1018
1019 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
1020
1021 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1022 to TAB, not [tab].
1023 (gnus-summary-article-map): Likewise.
1024
1025 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1026 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1027
1028 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1029
1030 * message.el (message-get-reply-headers):
1031 Make sure the reply goes to the author if it is a wide reply.
1032
1033 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
1034
1035 * gnus-score.el (gnus-score-body):
1036 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1037 scoring by body.
1038
1039 2012-11-16 Glenn Morris <rgm@gnu.org>
1040
1041 * gnus-diary.el (nndiary-request-create-group-functions)
1042 (nndiary-request-update-info-functions)
1043 (gnus-subscribe-newsgroup-functions)
1044 (nndiary-request-accept-article-functions):
1045 Use new names for hooks rather than obsolete aliases.
1046
1047 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
1048
1049 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1050 in meta tag with the one the part specifies in its header.
1051
1052 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1053
1054 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1055 by default.
1056
1057 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1058
1059 New UIDL implementation.
1060
1061 * mail-source.el (mail-sources, mail-source-keyword-map):
1062 Add :leave as a pop3 keyword.
1063 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1064
1065 * pop3.el (pop3-leave-mail-on-server): Allow number.
1066 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1067 (pop3-movemail): Add UIDL support.
1068 (pop3-send-streaming-command): Take a list of mail numbers instead of
1069 the number of mails.
1070 (pop3-write-to-file): Add X-UIDL header.
1071 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1072 (pop3-uidl-add-xheader): New functions.
1073
1074 * message.el (message-ignored-resent-headers):
1075 Add X-Content-Length and X-UIDL headers.
1076
1077 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1078
1079 * nndiary.el (nndiary-request-create-group-functions)
1080 (nndiary-request-update-info-functions)
1081 (nndiary-request-accept-article-functions):
1082 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1083 "-hooks" suffix.
1084
1085 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1086
1087 * starttls.el (starttls-extra-arguments): Doc fix.
1088
1089 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1090
1091 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1092 it.
1093
1094 2012-10-06 Glenn Morris <rgm@gnu.org>
1095
1096 * gnus-notifications.el (gnus-notifications):
1097 Add missing group :version tag.
1098 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1099 (gnus-gcc-post-body-encode-hook):
1100 * gnus-sync.el (gnus-sync-lesync-name)
1101 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1102
1103 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
1104
1105 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1106 a user about whether to delete temp files if once a user answered as n.
1107
1108 2012-09-17 Richard Stallman <rms@gnu.org>
1109
1110 * message.el (message-in-body-p): Don't set mark or modify buffer.
1111
1112 * mml.el (mml-attach-file): Doc fix.
1113 (mml-attach-external, mml-attach-buffer, mml-attach-file):
1114 Set mail-encode-mml when in Mail mode.
1115 Simplify code to set HEAD and move back to HEAD.
1116 (mml-insert-multipart, mml-insert-part):
1117 Set mail-encode-mml when in Mail mode.
1118
1119 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1120
1121 * gnus-util.el (gnus-timer--function): New function.
1122
1123 * gnus-art.el (gnus-article-stop-animations): Use it.
1124
1125 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1126
1127 Fix glitches caused by addition of psec to timers.
1128 * gnus-art.el (gnus-article-stop-animations): Use timer--function
1129 rather than raw access to timer vector.
1130
1131 2012-09-11 Julien Danjou <julien@danjou.info>
1132
1133 * gnus-notifications.el (gnus-notifications): Check for nil values in
1134 ignored addresses check.
1135
1136 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1137
1138 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1139
1140 2012-09-07 Chong Yidong <cyd@gnu.org>
1141
1142 * gnus-util.el
1143 (gnus-put-text-property-excluding-characters-with-faces): Restore.
1144
1145 * gnus-salt.el (gnus-tree-highlight-node):
1146 * gnus-sum.el (gnus-summary-highlight-line):
1147 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1148
1149 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
1150
1151 * gnus-util.el: Fix compilation error on XEmacs 21.4.
1152
1153 2012-09-06 Juri Linkov <juri@jurta.org>
1154
1155 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1156 scheme for buffer names to be more consistent with other group and
1157 article buffer names in Gnus.
1158
1159 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
1160
1161 * gnus-util.el
1162 (gnus-put-text-property-excluding-characters-with-faces): Remove.
1163
1164 * gnus-compat.el: Define compat function `add-face' from Wolfgang
1165 Jenkner.
1166
1167 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1168
1169 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1170
1171 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1172
1173 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
1174
1175 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1176 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1177
1178 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1179 string-prefix-p in Emacs >=23.2.
1180
1181 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1182 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1183 instead of string-match-p.
1184 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1185
1186 2012-09-06 Kenichi Handa <handa@gnu.org>
1187
1188 * qp.el (quoted-printable-decode-region): Fix previous change; handle
1189 lowercase a..f.
1190
1191 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
1192
1193 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1194
1195 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
1196
1197 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
1198 TIME is set.
1199
1200 2012-09-05 Juri Linkov <juri@jurta.org>
1201
1202 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1203 than one group at a time (bug#11961).
1204
1205 2012-09-05 Julien Danjou <julien@danjou.info>
1206
1207 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1208 this hide the real reason with a message giving absolutely no hint.
1209
1210 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
1211
1212 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1213 to the backend (bug#11804).
1214
1215 * message.el (message-insert-newsgroups): Don't insert newsgroup
1216 duplicates (bug#12275).
1217
1218 2012-09-05 John Wiegley <johnw@newartisans.com>
1219
1220 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1221 sieve rules.
1222
1223 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
1224
1225 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1226 function.
1227
1228 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1229
1230 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1231
1232 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
1233
1234 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1235 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1236 This should make nnmaildir more usable with offlineimap.
1237
1238 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
1239
1240 * gnus-notifications.el (gnus-notifications-notify): Use it.
1241
1242 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1243 warnings on XEmacs.
1244
1245 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1246
1247 Better seeds for (random).
1248 * gnus-sync.el (gnus-sync-lesync-setup):
1249 * message.el (message-canlock-generate, message-unique-id):
1250 Change (random t) to (random), now that the latter is more random.
1251
1252 2012-08-31 Dave Abrahams <dave@boostpro.com>
1253
1254 * auth-source.el (auth-sources): Fix macos keychain access.
1255
1256 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1257 allow the backend `request-head' function to determine the group
1258 name on its own.
1259 (gnus-request-expire-articles): Filter out negative article numbers
1260 during expiry (Bug#11980).
1261
1262 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1263 O(N^2) to O(N). This makes warping into huge groups tolerable.
1264
1265 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1266 you've found the article when you haven't.
1267
1268 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1269
1270 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1271
1272 2012-08-30 Julien Danjou <julien@danjou.info>
1273
1274 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1275 `gnus-notifications-timeout'.
1276 (gnus-notifications-timeout): Add.
1277 (gnus-notifications-action): New function.
1278 (gnus-notifications-notify): Add :action using
1279 `gnus-notifications-action'.
1280 (gnus-notifications-id-to-msg): New variable.
1281 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1282 notifications id to messages.
1283
1284 2012-08-30 Kenichi Handa <handa@gnu.org>
1285
1286 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1287 once.
1288
1289 2012-08-29 Julien Danjou <julien@danjou.info>
1290
1291 * gnus-notifications.el: New file.
1292 (gnus-notifications-notify): New function.
1293 (gnus-notifications): Use `gnus-notifications-notify'.
1294
1295 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
1296
1297 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1298 transfer encoding first; bind gnus-newsgroup-charset to the charset
1299 that the article specifies (Bug#12209).
1300
1301 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
1302
1303 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1304 (gnus-group-customize-done): Encode values posting-style holds.
1305
1306 * gnus-msg.el (gnus-summary-resend-message)
1307 (gnus-configure-posting-styles): Decode values posting-style group
1308 parameter holds.
1309
1310 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
1311
1312 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1313 `name' and `address' in Resent-From header.
1314
1315 2012-08-14 Chong Yidong <cyd@gnu.org>
1316
1317 * gnus-art.el (article-display-face): Handle failure in
1318 gnus-create-image (Bug#11802).
1319
1320 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1321
1322 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1323 Use defsetf.
1324
1325 2012-08-10 Daiki Ueno <ueno@unixuser.org>
1326
1327 * auth-source.el (auth-source-plstore-search)
1328 (auth-source-secrets-search): Ignore :require and :type in search spec.
1329
1330 2012-08-06 Julien Danjou <julien@danjou.info>
1331
1332 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1333 Remove autoload, already handled by gnus.el.
1334
1335 2012-08-05 Julien Danjou <julien@danjou.info>
1336
1337 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1338 Add autoload.
1339
1340 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
1341
1342 * gnus.el (gnus-valid-select-methods): Fix custom type.
1343
1344 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
1345
1346 * auth-source.el (auth-sources, auth-source-backend-parse)
1347 (auth-source-macos-keychain-search)
1348 (auth-source-macos-keychain-search-items)
1349 (auth-source-macos-keychain-result-append)
1350 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1351 auth-source.el through the /usr/bin/security utility.
1352 (auth-sources): Fix syntax error.
1353 (auth-source-macos-keychain-result-append): Fix variable name.
1354 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1355
1356 2012-07-27 Julien Danjou <julien@danjou.info>
1357
1358 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1359 Emacs < 24.1
1360
1361 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
1362
1363 * message.el (message-kill-address): Don't kill last newline.
1364 (message-skip-to-next-address): Don't move to the next header.
1365 (message-fill-field-address): Work properly.
1366
1367 2012-07-25 Julien Danjou <julien@danjou.info>
1368
1369 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1370
1371 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
1372
1373 * nnimap.el (nnimap-get-responses): Don't remove, still used.
1374
1375 2012-07-24 Julien Danjou <julien@danjou.info>
1376
1377 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1378
1379 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1380 (nntp-async-timer-handler): Remove, unused.
1381
1382 * nnimap.el (nnimap-get-responses): Remove, unused.
1383
1384 * nnheader.el (mail-header-set-extra): Remove, unused.
1385
1386 * mm-view.el (mm-view-sound-file): Remove, unused.
1387
1388 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1389 (mm-url-encode-multipart-form-data): Remove, unused.
1390
1391 * message.el (message-remove-signature, message-make-host-name)
1392 (message-fill-address): Remove, unused.
1393
1394 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1395 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1396 unused.
1397
1398 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1399
1400 * gnus-util.el (gnus-extract-address-component-name)
1401 (gnus-extract-address-component-email, gnus-sortable-date)
1402 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1403 (gnus-process-live-p): Remove, unused.
1404
1405 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1406
1407 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1408 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1409 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1410 function.
1411
1412 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1413
1414 * gnus-score.el (gnus-summary-score-crossposting)
1415 (gnus-score-regexp-bad-p): Remove, unused.
1416
1417 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1418
1419 * gnus-range.el (gnus-sublist-p): Remove, unused.
1420
1421 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1422 unused.
1423
1424 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1425
1426 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1427 (gnus-request-associate-buffer): Remove, unused.
1428
1429 * gnus-group.el (gnus-group-set-method-info)
1430 (gnus-group-set-params-info): Remove, unused.
1431
1432 * gnus-fun.el (gnus-shell-command-to-string)
1433 (gnus-shell-command-on-region): Remove, unused.
1434
1435 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1436
1437 * gnus-art.el (gnus-article-text-type-exists-p)
1438 (article-translate-characters, gnus-article-hide-text-of-type)
1439 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1440 Remove, unused.
1441
1442 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1443
1444 * nnir.el ("nnir"): Revert last change, that's premature to merge from
1445 Gnus master.
1446
1447 2012-07-22 Andrew Cohen <cohen@bu.edu>
1448
1449 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1450
1451 2012-07-21 Julien Danjou <julien@danjou.info>
1452
1453 * message.el (message-dont-reply-to-names): Replace deprecated
1454 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1455 (message-get-reply-headers): Ditto.
1456
1457 2012-07-18 Julien Danjou <julien@danjou.info>
1458
1459 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1460 `sieve-upload-and-kill'.
1461
1462 * sieve.el (sieve-bury-buffer): Remove function.
1463 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1464 (sieve-upload-and-kill): New function, mapped to C-c C-c.
1465
1466 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
1467
1468 * shr.el (shr-expand-url): Handle URL starting with `//'.
1469
1470 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
1471 2012-07-13 Chong Yidong <cyd@gnu.org>
1472
1473 * smime.el (smime-certificate-info): Set buffer-read-only directly,
1474 instead of calling toggle-read-only with a (bogus) argument.
1475
1476 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
1477
1478 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1479 of initial input when reading the author to restrict the summary to.
1480
1481 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1482
1483 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
1484 buffer exists, which it doesn't if we haven't started Gnus.
1485
1486 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
1487
1488 * mm-decode.el (mm-shr):
1489 Allow overriding charset by mm-charset-override-alist.
1490
1491 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
1492
1493 * gnus-art.el (gnus-article-view-part):
1494 Toggle subparts of multipart/alternative part.
1495
1496 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1497
1498 * gnus-sync.el: Simply require json.
1499
1500 * registry.el: Simply require eieio and eieio-base.
1501
1502 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
1503
1504 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
1505
1506 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1507
1508 * shr.el (shr-render-buffer): New command.
1509 (shr-visit-file): Use it.
1510
1511 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
1512
1513 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1514 Set no-byte-compile and no-update-autoloads.
1515
1516 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1517
1518 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1519
1520 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1521
1522 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1523 being bound to a lambda form.
1524
1525 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1526
1527 * gnus-picon.el (gnus-picon-properties): New defcustom.
1528 (gnus-picon-create-glyph): Use it.
1529
1530 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1531
1532 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1533 locales.
1534
1535 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1536 on a handle.
1537
1538 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1539 address as the default.
1540
1541 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
1542 It makes no sense to query the user about internal files.
1543
1544 * gnus-spec.el: Remove all the byte-compilation stuff, since
1545 benchmarking shows that it doesn't help when entering large summary
1546 buffers.
1547
1548 * gnus-util.el (gnus-byte-code): Remove.
1549
1550 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1551 grouplens stuff.
1552
1553 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1554
1555 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1556 (bug#11514).
1557
1558 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1559
1560 * message.el (message-buffers): Return all buffers derived from Message
1561 to make `gnus-dired-attach' work with mu4e.
1562
1563 2012-06-26 Daiki Ueno <ueno@unixuser.org>
1564
1565 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1566 (mm-dissect-singlepart): Don't guess the MIME type of
1567 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1568 set.
1569 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1570 toplevel MIME type is multipart/encrypted.
1571
1572 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1573
1574 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
1575 In particular, add an optional argument and a docstring.
1576
1577 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1578
1579 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1580 current before calling `gnus-groups-to-gnus-format'.
1581 Note that this was already the case for `gnus-active-to-gnus-format'.
1582
1583 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1584
1585 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1586
1587 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1588
1589 * mm-decode.el (mm-dissect-buffer): Doc fix.
1590
1591 * gnus-sum.el (gnus-handle-ephemeral-exit):
1592 Avoid creating the group buffer if it doesn't exist.
1593
1594 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
1595 is given, mark the group as ephemeral with the current window conf.
1596
1597 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1598 buffer exists, which it doesn't if we haven't started Gnus.
1599 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1600
1601 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1602
1603 * mml.el (mml-generate-mime):
1604 Allow specifying what the top-level part type is.
1605
1606 * gnus-sum.el (gnus-auto-center-summary):
1607 `scroll-margin' isn't defined on XEmacs.
1608
1609 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1610
1611 * gnus-sum.el (gnus-auto-center-summary):
1612 Set default to respect `scroll-margin'.
1613
1614 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
1615
1616 * gnus-cite.el (gnus-dissect-cited-text): A single line without
1617 citation prefix within a block of cited text should be considered
1618 part of that block *only* if it is a blank line.
1619
1620 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1621
1622 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1623 before kinsoku-bol characters nor within kinsoku-eol characters.
1624
1625 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1626
1627 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1628 (gnus-topic-create-topic, gnus-topic-enter-dribble):
1629 Silence compiler.
1630 (gnus-sync-read): Use mapc instead of mapcar.
1631
1632 * mm-archive.el: Require mm-decode for some macros.
1633 (gnus-recursive-directory-files, mailcap-extension-to-mime):
1634 Silence the byte compiler.
1635 (mm-archive-decoders): New function that returns the value of
1636 the mm-archive-decoders variable.
1637
1638 * mm-decode.el:
1639 Don't require mm-archive; autoload mm-archive functions instead.
1640 (mm-dissect-singlepart): Use the function mm-archive-decoders.
1641
1642 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1643
1644 2012-06-26 Peter Munster <pmrb@free.fr>
1645
1646 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1647 (gnus-demon-cancel): Ditto.
1648 (gnus-demon-run-callback): When function cannot be called due to low
1649 idleness, call it when idleness reaches the expected value, instead
1650 of waiting another timer period.
1651 (gnus-demon-init): Add `time' to arguments of call-back.
1652
1653 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1654
1655 * gnus.el: Register gnus-registry functions.
1656
1657 * gnus-registry.el (gnus-try-warping-via-registry):
1658 Move here and indent.
1659
1660 * gnus-int.el (gnus-warp-to-article):
1661 Check whether the registry is enabled before warping.
1662
1663 2012-06-26 Dave Abrahams <dave@boostpro.com>
1664
1665 * gnus-sum.el (gnus-summary-insert-subject): Record information
1666 in the registry about each article retrieved.
1667
1668 * gnus-int.el (gnus-select-group-with-message-id): New function.
1669 (gnus-try-warping-via-registry): Ditto.
1670 (gnus-warp-to-article): Fall back on the registry.
1671
1672 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1673
1674 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1675
1676 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1677
1678 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1679 gnus-gcc-self-resent-messages may be a group parameter.
1680 (gnus-summary-resend-message):
1681 Don't encode encoded words in header when Gcc'ing resent message.
1682
1683 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1684
1685 * shr.el (shr-insert): Treat non-breaking space just like normal
1686 space. This seems to produce more pleasing results.
1687 (shr-insert):
1688 Only insert a blank line if we're starting from an image.
1689 (shr-tag-br):
1690 Allow <br> to end lines or to make a single blank line.
1691 (shr-ensure-paragraph): Consider lines with white space to be blank.
1692
1693 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1694
1695 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1696 and gnus-gcc-post-body-encode-hook.
1697
1698 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1699
1700 * mm-decode.el (mm-dissect-singlepart):
1701 Guess what the type of application/octet-stream parts really is.
1702
1703 * gnus-sum.el (gnus-propagate-marks): Remove.
1704
1705 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1706
1707 * nntp.el (nntp-coding-system-for-read): Remove.
1708 (nntp-coding-system-for-write): Ditto.
1709 (nntp-open-connection): Just use `binary' directly.
1710
1711 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1712
1713 * registry.el (registry-usage-test, registry-persistence-test):
1714 Move to tests/gnustest-registry.el.
1715 (registry-make-testable-db, registry-match-test)
1716 (registry-instantiation-test): Move to tests/gnustest-registry.el.
1717
1718 * gnus-registry.el (gnus-registry-misc-test)
1719 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1720
1721 * tests/gnustest-registry.el:
1722 New file with the registry and gnus-registry ERT tests.
1723
1724 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1725
1726 * gnus-msg.el (gnus-summary-resend-message):
1727 Make gnus-summary-resend-message-insert-gcc be last item in
1728 message-header-setup-hook.
1729
1730 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1731
1732 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1733 (nnfolder-marks, nnfolder-marks-file-suffix)
1734 (nnfolder-marks-modtime): Remove.
1735 (nnfolder-open-server): Don't use marks.
1736 (nnfolder-request-delete-group): Ditto.
1737 (nnfolder-request-rename-group): Ditto.
1738 (nnfolder-request-set-mark, nnfolder-request-marks)
1739 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1740 (nnfolder-save-marks, nnfolder-open-marks): Remove.
1741
1742 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1743 (nnml-marks-modtime): Remove.
1744 (nnml-request-delete-group): Don't use marks.
1745 (nnml-request-rename-group): Ditto.
1746 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1747 (nnml-save-marks, nnml-open-marks): Remove.
1748
1749 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1750 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1751 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1752 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1753 (nntp-server-to-method-cache): Remove.
1754
1755 * shr.el (shr-rescale-image): Fix wrong merge.
1756
1757 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1758
1759 * shr.el (shr-remove-trailing-whitespace):
1760 Really delete the padding on too-wide lines.
1761
1762 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1763
1764 * mm-archive.el (mm-archive-dissect-and-inline): New function.
1765 (mm-archive-dissect-and-inline): Fix up the undisplayer.
1766
1767 * mm-decode.el (mm-display-external): Output the text from
1768 the command in the buffer after the command finished.
1769 This makes text-based commands behave better.
1770
1771 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1772
1773 * message.el (smtpmail-smtp-user): Silence compiler warning.
1774
1775 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1776
1777 * message.el (message-multi-smtp-send-mail): Also allow specifying
1778 the SMTP user name.
1779
1780 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1781
1782 * gnus-sum.el (gnus-summary-article-map): Fix typo.
1783
1784 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1785
1786 * message.el (message-multi-smtp-send-mail): New function.
1787 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1788 header to implement multi-SMTP functionality.
1789
1790 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
1791 (gnus-agentize): Don't set it.
1792 (gnus-agent-send-mail): Don't use it.
1793
1794 * gnus-sum.el (gnus-summary-widget-backward):
1795 New function and keystroke.
1796
1797 * shr.el (shr-put-image): Remove underlines from sliced images.
1798 (shr-zoom-image): Compute the region to be replaced more correctly.
1799
1800 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1801
1802 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1803 (gnus-summary-resend-message-insert-gcc): New function.
1804 (gnus-summary-resend-message): Modify message-header-setup-hook and
1805 message-sent-hook to make it work for Gcc.
1806 (gnus-inews-do-gcc): Update the number of unread articles of groups
1807 that messages are Gcc'd to.
1808
1809 * message.el (message-resend): Run message-sent-hook to do Gcc.
1810
1811 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1812
1813 * gnus-registry.el (gnus-registry-fixup-registry):
1814 Move the message to a higher level to silence compilation.
1815
1816 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1817 parameter to allow controlling the scaling.
1818
1819 * shr.el (shr-zoom-image): New command and keystroke.
1820 (shr-put-image): Take a `size' flag to say how to scale the image.
1821
1822 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1823 Use recursive deletion.
1824 (mm-dissect-archive): Add support for zip files.
1825
1826 * gnus-util.el (gnus-recursive-directory-files): New function.
1827
1828 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1829 (mm-archive-decoders): Add tgz support.
1830
1831 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1832 Otherwise inserting text into the Gnus buffer can look odd.
1833
1834 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1835
1836 * mm-archive.el (mm-archive-decoders): Add support for tar.
1837
1838 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1839
1840 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1841
1842 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1843
1844 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1845
1846 * mm-archive.el: New file.
1847
1848 * mm-decode.el (mm-dissect-singlepart):
1849 Use it to decode ms-tnef files.
1850
1851 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1852
1853 * message.el (message-goto-*): Make all the `message-goto-*' commands
1854 push the mark before moving point. This makes it easier to go back
1855 to where you came from after editing whatever you jumped to.
1856
1857 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1858
1859 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1860 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1861 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1862
1863 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1864
1865 * spam.el: Move BBDB autoloads.
1866 (spam-exists-in-BBDB-p):
1867 New function to do the BBDB search directly in BBDB 2 and 3.
1868 (spam-check-BBDB): Use it.
1869 (spam-enter-ham-BBDB): Use it.
1870
1871 2012-06-26 Peter Munster <pmrb@free.fr> (tiny change)
1872
1873 * gnus-group.el (gnus-group-get-new-news):
1874 New parameter `one-level' for scanning exactly one level.
1875
1876 * gnus-start.el (gnus-get-unread-articles): Ditto.
1877
1878 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1879
1880 * gnus-sync.el: More commentary about setup.
1881
1882 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1883
1884 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1885
1886 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1887
1888 * gnus-sync.el: Improve docs about CouchDB admins.
1889
1890 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1891
1892 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1893 not needed. Provide xmlplistread list function to produce XML plist
1894 output for non-Gnus LeSync clients.
1895
1896 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1897
1898 * gnus-sync.el: Add LeSync synchronization backend and logic to read
1899 and save against it. Group subscriptions, read marks, other marks,
1900 subscription levels, topic names, and topic offsets (the group's
1901 position within the topic) are saved. This is an experimental
1902 backend and may change significantly. Load json.el from
1903 the gnus-fallback-lib if it's not available otherwise.
1904 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1905
1906 2012-06-26 David Engster <dengste@eml.cc>
1907
1908 * tests/gnustest-nntp.el: New file for simple NNTP testing.
1909
1910 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
1911
1912 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1913
1914 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
1915
1916 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1917 is an integer to avoid later problems.
1918
1919 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1920
1921 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1922 locales.
1923
1924 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
1925
1926 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1927 articles when fetch-old is non-nil (bug#11370).
1928
1929 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1930
1931 * gnus-group.el (gnus-group-get-new-news):
1932 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
1933
1934 2012-06-10 Dave Abrahams <dave@boostpro.com>
1935
1936 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1937 groups (bug#11641).
1938
1939 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1940
1941 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1942 (bug#11514).
1943
1944 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1945
1946 * nntp.el: Stop the `letf' madness.
1947 (nntp--report-1): New var.
1948 (nntp-report): Merge nntp-report-1 into it.
1949 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1950 the nntp-report function.
1951
1952 * auth-source.el: Fix comment-style to follow the convention.
1953
1954 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
1955
1956 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1957 a string so that Gcc works (bug#11514).
1958
1959 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1960
1961 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1962 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1963
1964 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1965
1966 * gnus-win.el (gnus-configure-frame): Don't signal an error when
1967 jumping to *Server* from a dedicated *Group* window.
1968 (gnus-configure-frame): CSE.
1969
1970 * gnus-registry.el: Minor style cleanup.
1971 (gnus-registry--set/remove-mark): New function, extracted from
1972 gnus-registry-install-shortcuts.
1973 (gnus-registry-install-shortcuts): Use it.
1974
1975 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
1976
1977 * nnspool.el (news-path): Use eval-and-compile.
1978
1979 2012-05-24 Glenn Morris <rgm@gnu.org>
1980
1981 * nnspool.el (news-directory, news-path, news-inews-program):
1982 Move here from paths.el. Don't see a need for these to be autoloaded.
1983
1984 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1985 Merge in doc from paths.el version. Don't see any need for this to be
1986 autoloaded, or for the warning about users not setting it.
1987
1988 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
1989
1990 Fix minor Y10k bug.
1991 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1992
1993 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1994
1995 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1996 message once it's actually open.
1997
1998 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1999
2000 * auth-source.el (auth-source--aput-1, auth-source--aput)
2001 (auth-source--aget): New functions and macros.
2002 Use them instead of aput/aget.
2003
2004 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
2005
2006 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2007
2008 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2009
2010 * plstore.el (plstore-called-interactively-p): New compat macro copied
2011 from message.el.
2012 (plstore-mode): Use it.
2013
2014 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2015
2016 * plstore.el: Revive the editing feature.
2017 (plstore-mode): New mode to edit plstore file.
2018 (plstore-mode-toggle-display, plstore-mode-original)
2019 (plstore-mode-decoded): New command.
2020 (plstore--encode, plstore--decode, plstore--write-contents-functions)
2021 (plstore--insert-buffer, plstore--make): New function.
2022 (plstore-open, plstore-save): Simplify by using them.
2023
2024 2012-04-16 Glenn Morris <rgm@gnu.org>
2025
2026 * nndraft.el (nndraft-request-list): Fix declaration.
2027
2028 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2029
2030 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2031 don't have a current group.
2032
2033 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2034 have a group name.
2035
2036 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2037 a multibyte buffer (bug#7410).
2038 (article-wash-html): Parse the original article buffer to get the
2039 unencoded data (bug#7410).
2040
2041 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2042 .newsrc.el files.
2043
2044 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2045
2046 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2047 would have gotten if we posted to the group, and use that to compare
2048 against the message we want to cancel (bug#10808).
2049
2050 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2051
2052 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2053 "#" to avoid having them interpreted as comments.
2054
2055 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2056
2057 * shr.el (shr-insert): Update the text state properly to avoid
2058 inserting spurious paragraph starts.
2059
2060 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2061
2062 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
2063 requested (bug#10961).
2064
2065 * shr.el (shr-table-widths): Divide the extra width more fairly over
2066 the TDs (bug#10973).
2067 (shr-render-td): Don't delete too much padding.
2068 (shr-natural-width): Compute the natural width more correctly.
2069 (shr-insert): Allow the natural width to be computed for tables again.
2070 (shr-tag-table-1): Rework how the natural widths are computed by
2071 rendering the table a third time.
2072 (shr-natural-width): Remove.
2073 (shr-buffer-width): New function.
2074 (shr-expand-newlines): Use it.
2075
2076 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
2077 using a `gnus-use-full-window' setup (bug#11013).
2078
2079 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2080
2081 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2082 24.1 release.
2083
2084 2012-03-10 David Edmondson <dme@dme.org>
2085
2086 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2087 'Forwarded Message' header and the start of the message.
2088
2089 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2090
2091 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2092 isn't running (bug#10897).
2093
2094 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2095
2096 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2097
2098 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
2099
2100 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2101
2102 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2103
2104 * mm-decode.el (mm-shr): Remove "soft hyphens".
2105
2106 * nnimap.el (nnimap-request-list): Return the group names encoded as
2107 utf8. Otherwise non-European group names don't work.
2108 (nnimap-request-newgroups): Ditto.
2109
2110 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2111 the default in `read-string' (bug#10757).
2112
2113 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2114 topics (bug#10843).
2115
2116 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2117 buffer. Suggested by Herbert Valerio Riedel.
2118 (nnimap-request-move-article): Delete the message from the correct IMAP
2119 server.
2120
2121 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
2122
2123 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2124 Reported by Peter Münster.
2125
2126 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
2127
2128 * shr.el (shr-image-fetched): Make sure we really kill the right
2129 buffer.
2130
2131 2012-02-16 Leo Liu <sdl.web@gmail.com>
2132
2133 * gnus-start.el (gnus-1): Avoid duplicate entries.
2134
2135 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
2136
2137 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2138 too-wide lines.
2139
2140 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
2141
2142 * shr.el (shr-rescale-image): Undo previous change; see
2143 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2144
2145 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2146
2147 * nnimap.el (nnimap-record-commands): New variable.
2148 (nnimap-log-command): Use it.
2149 (nnimap-make-process-buffer): Add a space to the process buffer.
2150 (nnimap-transform-headers): Don't bug out on header lines containing
2151 stuff that look like IMAP length encodings.
2152
2153 * shr.el (shr-rescale-image): Allow viewing large images.
2154
2155 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
2156
2157 * nnml.el (nnml-request-compact-group): Delete the marks file after
2158 compaction (bug#10800).
2159
2160 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2161 group exit.
2162
2163 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2164 QRESYNC/FETCH output.
2165
2166 2012-02-11 Glenn Morris <rgm@gnu.org>
2167
2168 * sieve-manage.el (sieve-manage-default-stream):
2169 * shr.el (shr):
2170 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2171 (nnir-retrieve-headers-override-function)
2172 (nnir-imap-default-search-key, nnir-notmuch-program)
2173 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2174 (nnir-method-default-engines):
2175 * message.el (message-cite-reply-position):
2176 * gssapi.el (gssapi-program):
2177 * gravatar.el (gravatar):
2178 * gnus-sum.el (gnus-refer-thread-use-nnir):
2179 * gnus-registry.el (gnus-registry-unfollowed-addresses)
2180 (gnus-registry-max-pruned-entries):
2181 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2182 * gnus-int.el (gnus-after-set-mark-hook)
2183 (gnus-before-update-mark-hook):
2184 * gnus-async.el (gnus-async-post-fetch-function):
2185 * auth-source.el (auth-source-cache-expiry):
2186 Add missing :version tags to new defcustoms and defgroups.
2187
2188 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2189
2190 * message.el (message-default-send-mail-function): Made into own
2191 function for reuse by emacsbug.el.
2192
2193 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
2194
2195 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2196 `gnus-sloppily-equal-method-parameters' to avoid a warning.
2197
2198 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2199
2200 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2201 running.
2202
2203 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2204
2205 * gnus.el (gnus-server-extend-method): Don't add an -address component
2206 if the method already has one (bug#9676).
2207
2208 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2209
2210 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2211 of an initial-input for consistency (bug#10757).
2212
2213 * shr.el: Inhibit getting and sending cookies when fetching pictures.
2214
2215 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2216
2217 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2218
2219 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2220 lines that are narrower than the window width. Otherwise background
2221 "blocks" will look less readable.
2222
2223 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
2224
2225 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2226
2227 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2228
2229 * nnimap.el (nnimap-transform-headers): Remove unused variable.
2230 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2231 have newlines within the strings, and where the UID comes after the
2232 BODYSTRUCTURE element (bug#10537).
2233
2234 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2235 (bug#10732).
2236
2237 * shr.el (shr-insert-document): Add doc string.
2238 (shr-visit-file): Ditto.
2239 (shr-remove-trailing-whitespace): New function.
2240 (shr-insert-document): Use it to clean up trailing whitespace as the
2241 final step (bug#10714).
2242
2243 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2244
2245 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2246 buffer if `gnus-kill-summary-on-exit' is nil.
2247
2248 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
2249
2250 * gnus-sum.el (gnus-summary-show-thread):
2251 next-single-char-property-change may return nil in XEmacs.
2252
2253 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2254
2255 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2256 when just reading a single group from "without" Gnus.
2257
2258 2012-02-06 Chong Yidong <cyd@gnu.org>
2259
2260 * gnus-sum.el (gnus-summary-show-thread):
2261 next-single-char-property-change never returns nil (Bug#8657).
2262
2263 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
2264
2265 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2266 without reconnecting.
2267 (nnimap-possibly-change-group): Ditto.
2268 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2269 connection has died before being called.
2270
2271 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
2272
2273 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2274 an initial sync unless we're really doing one.
2275
2276 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2277 address parameter if one already exists (bug#9676).
2278
2279 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2280 not the prefix, as documented (bug#10689).
2281
2282 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2283
2284 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2285 the "server".
2286
2287 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2288 the real error message with the useless "previously known to be down".
2289 Which isn't even correct.
2290
2291 * nntp.el (nntp-open-connection): Report the error message if the nntp
2292 server can't be reached.
2293
2294 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2295 groups we do a total scan for.
2296 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2297 doing that.
2298
2299 2012-01-31 Jim Meyering <jim@meyering.net>
2300
2301 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2302 Correct a comment (insert "not") and hide nominally-doubled "to".
2303
2304 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2305
2306 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2307 section in the manual.
2308
2309 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2310
2311 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2312 words.
2313 (rfc2047-encode-string): Ditto.
2314 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
2315 understand folded filename="..." parameters, for instance.
2316
2317 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2318 the message for greater debuggability.
2319
2320 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2321
2322 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2323 instead of setting it locally, since the latter doesn't seem to have
2324 any effect (most of the time).
2325
2326 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
2327
2328 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2329 function call.
2330
2331 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
2332
2333 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2334 seconds, and make the repeat clause with HH:MM specs work as
2335 documented.
2336
2337 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2338
2339 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2340 so that previous errors don't prohibit getting new news.
2341
2342 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2343
2344 * nntp.el (nntp-retrieve-group-data-early): Ditto.
2345
2346 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
2347
2348 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2349 bound globally in old Emacsen and XEmacsen.
2350
2351 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
2352
2353 * gnus.el (gnus-group-find-parameter): Check for liveness of the
2354 buffer, not of the string which is its name.
2355
2356 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2357
2358 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2359 non-server-marks groups.
2360 (gnus-group-make-articles-read): Ditto.
2361
2362 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2363 methods (bug#9676).
2364
2365 * gnus.el (gnus-method-ephemeral-p): New function.
2366
2367 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
2368
2369 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2370 left-to-right.
2371
2372 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2373
2374 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2375 warning.
2376
2377 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2378
2379 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2380 macroexpand the nnir things, since they haven't been defined yet, and
2381 nnir requires gnus-sum.
2382
2383 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2384
2385 * mm-decode.el (mm-interactively-view-part): Fix prompt.
2386
2387 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
2388
2389 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2390 logical server name in addition to the actual machine address.
2391
2392 * auth-source.el (auth-source-user-and-password): Add convenience
2393 wrapper to search by just host and optionally user.
2394
2395 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2396
2397 * shr.el (shr-visit-file): Move point to the beginning of the buffer
2398 after rendering.
2399
2400 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2401
2402 * gnus-sum.el (gnus-summary-read-group): Document more parameters
2403 (bug#9693).
2404 (gnus-summary-setup-buffer): Document return value (bug#9697).
2405
2406 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2407 since ido doesn't work on symbols (bug#9632).
2408
2409 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2410 when getting a single value as when getting all the values. This means
2411 that atoms like `gcc-self' work cumulatively, like variable settings,
2412 instead of getting the value from the last matching clause.
2413 (gnus-group-find-parameter): Protect against the group buffer not
2414 existing (bug#9585).
2415
2416 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2417
2418 * gnus-start.el (gnus-activate-group): Document more parameters
2419 (bug#9694).
2420
2421 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2422 (bug#9692).
2423
2424 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2425 article was fetched, so that it can be expired later (bug#9958).
2426 (gnus-agent-summary-fetch-series): Add doc string.
2427 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2428 (bug#9517).
2429
2430 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2431 retrieval is happening.
2432
2433 * gnus.el (gnus-parameters): Doc fix.
2434
2435 2012-01-06 Dave Abrahams <dave@boostpro.com>
2436
2437 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2438 show the thread after expansion.
2439
2440 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2441
2442 * gnus-art.el (article-narrow-to-head): If the head is completely
2443 empty, narrow to the empty region (bug#9764).
2444
2445 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2446 read, and then mark them as unread only when the unread mark is used.
2447 This makes `C-- T k' actually work, even though it's confusing.
2448
2449 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2450 alive before we try to find its window.
2451
2452 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
2453
2454 * mm-decode.el (mm-display-external): Use a longer timeout for the
2455 deletion to allow slow programs to display the file.
2456
2457 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2458
2459 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2460 prompt to be less confusing.
2461
2462 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2463 argument to `message-reply'. This broke `special-display-*' frame
2464 pop-uping (bug#10238).
2465
2466 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2467
2468 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2469 systems, since these allegedly don't work there.
2470
2471 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
2472
2473 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2474 live buffer.
2475
2476 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2477
2478 * nnir.el (nnir-retrieve-headers): Protect against the article not
2479 existing on the server (bug#10335).
2480
2481 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2482
2483 * gnus-agent.el (gnus-agent-load-local):
2484 Recompute gnus-agent-article-local on changing method.
2485
2486 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2487
2488 * gnus.el (gnus-parameters): Note precedence.
2489
2490 2012-01-04 Leo Liu <sdl.web@gmail.com>
2491
2492 * nndraft.el (nndraft-update-unread-articles): Don't move point around
2493 in the group buffer.
2494
2495 2012-01-04 Julien Danjou <julien@danjou.info>
2496
2497 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2498 change.
2499
2500 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2501
2502 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2503 too.
2504
2505 * nntp.el (nntp-retrieve-group-data-early): Use it.
2506
2507 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2508
2509 * nntp.el (nntp-retrieval-in-progress): New variable.
2510 (nntp-make-process-buffer): Make it buffer-local.
2511
2512 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2513 2010.
2514 (gnus-demon-init): Use it to compute the time if time is on the form
2515 "04:23".
2516
2517 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2518
2519 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2520 status in the correct buffer.
2521
2522 2012-01-03 Leo Liu <sdl.web@gmail.com>
2523
2524 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2525 when opening topics (bug#10407).
2526
2527 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
2528
2529 * mm-view.el (mm-display-inline-fontify): Add comment.
2530
2531 2011-12-15 Juri Linkov <juri@jurta.org>
2532
2533 * mm-decode.el (mm-inline-media-tests): Add missing
2534 `mm-handle-media-subtype'.
2535
2536 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
2537
2538 * message.el (message-valid-fqdn-regexp): Update with newly approved
2539 top-level domain names ".tel" and ".asia".
2540
2541 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
2542
2543 * gnus-sum.el (gnus-summary-show-article): Don't load shr
2544 unconditionally.
2545
2546 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2547
2548 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2549 pop-to-buffer-same-window for old Emacsen.
2550
2551 2011-12-04 Chong Yidong <cyd@gnu.org>
2552
2553 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2554 change (Bug#10200).
2555
2556 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
2557
2558 * compface.el (uncompface):
2559 * gnus-art.el (gnus-article-x-face-command): Update the header format
2560 of icon data for the most recent icontopbm program.
2561
2562 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2563
2564 * gnus-msg.el (gnus-inews-do-gcc):
2565 * message.el (message-send-mail):
2566 * mml.el (mml-generate-mime): Share the value of the buffer-local
2567 `message-options' variable between a draft buffer and temprary working
2568 buffers.
2569
2570 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2573
2574 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2575
2576 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2577 for Cygwin.
2578
2579 2011-11-24 Glenn Morris <rgm@gnu.org>
2580
2581 * starttls.el: Fix case of "GnuTLS".
2582
2583 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2584
2585 * gnus-group.el (gnus-group-highlight): Fix typo.
2586
2587 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
2588
2589 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2590 value of `delete-file', that returns nil for a local file but returns t
2591 for a remote file using ssh.
2592
2593 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2594
2595 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2596 avoid later breakage.
2597
2598 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
2599
2600 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2601 article buffers' name.
2602
2603 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2604
2605 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2606 by Paul Eggert's spellfixes two days ago.
2607
2608 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2609
2610 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2611 buffer-local instead of binding them to avoid warnings. Also demote
2612 errors (bug#10063).
2613 (font-lock-mode-hook): Shut up byte compiler.
2614
2615 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2616
2617 * mm-util.el (mm-charset-after): Fix typo.
2618
2619 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2620
2621 * gnus-sum.el (gnus-summary-make-menu-bar):
2622 * gnus-uu.el (gnus-uu-decode-postscript)
2623 (gnus-uu-decode-postscript-and-save):
2624 * mailcap.el (mailcap-print-command):
2625 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2626 Fix typos.
2627
2628 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
2629
2630 * gnus-art.el (gnus-article-part-wrapper):
2631 * shr-color.el (shr-color-visible-distance-min)
2632 (shr-color-relative-to-absolute, set-minimum-interval)
2633 (shr-color-visible): Fix typos.
2634
2635 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2636
2637 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2638 slightly clearer.
2639
2640 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2641
2642 * message.el (message-send-and-exit): Document `arg'.
2643
2644 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2645
2646 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2647
2648 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
2649
2650 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2651 we don't use `bound-and-true-p'.
2652
2653 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
2654
2655 * gnus-util.el (gnus-bound-and-true-p): Remove.
2656 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2657 * nnir.el: Use it.
2658 * nnmairix.el: Use it.
2659
2660 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
2661
2662 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2663 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2664 for reasons unknown.
2665 * nnir.el: Use it.
2666 * nnmairix.el: Use it.
2667
2668 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2669 * nnir.el: Ditto.
2670 * nnmairix.el: Ditto.
2671
2672 * gnus-registry.el (gnus-registry-enabled): Default to nil.
2673
2674 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2675
2676 * message.el (message-completion-function): Make sure
2677 message-tab-body-function is not attempted if one of
2678 message-completion-alist fails to find a completion (bug#9158).
2679
2680 2011-10-26 Daiki Ueno <ueno@unixuser.org>
2681
2682 * mml.el (mml-quote-region): Quote <#secure> tag.
2683 (mml-generate-mime-1): Unquote <#secure> tag.
2684
2685 2011-10-20 Chong Yidong <cyd@gnu.org>
2686
2687 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2688 calling a minor mode from Lisp with nil arg enables it, so we have to
2689 make the wording a bit ambiguous here).
2690
2691 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
2692
2693 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2694 * nnir.el (nnir-mode): Use it.
2695 * nnmairix.el (nnmairix-determine-original-group-from-registry):
2696 Use it.
2697
2698 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2699 * nnmairix.el (gnus-registry-enabled): Ditto.
2700
2701 2011-10-17 Dave Abrahams <dave@boostpro.com>
2702
2703 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
2704 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2705 only while we need to find out if it should be t or nil.
2706 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2707 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2708 the registry is installed. Set it to nil when it's unloaded.
2709 (gnus-registry-install-p): Provide user guidance for the initial value
2710 of `gnus-registry-install' when it's 'ask, otherwise return its value.
2711 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2712 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2713 * nnmairix.el (nnmairix-determine-original-group-from-registry):
2714 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2715 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2716 `gnus-registry-install'.
2717
2718 2011-10-17 Daiki Ueno <ueno@unixuser.org>
2719
2720 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2721 previous change.
2722 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2723 primary key is marked as disabled.
2724
2725 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
2726
2727 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2728 primary key is marked as disabled.
2729
2730 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
2731
2732 * html2text.el (html2text-clean-anchor): Check for quotes around
2733 `href' value.
2734
2735 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
2736
2737 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2738 searching. Drop `bbdb-cache'.
2739
2740 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2741
2742 * message.el (message-signed-or-encrypted-p): Exclude header when
2743 checking if there is signed or encrypted body in text/plain message.
2744
2745 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
2746
2747 * html2text.el (html2text-get-attr): Correctly handle attribute values
2748 containing "=".
2749
2750 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
2751
2752 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2753 handle bindings.
2754
2755 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2756
2757 * gnus-win.el (gnus-configure-windows): Protect against reading
2758 ephemeral groups outside of Gnus.
2759
2760 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
2761
2762 * shr.el (shr-tag-img): Don't get images displayed in tables.
2763
2764 2011-10-03 Glenn Morris <rgm@gnu.org>
2765
2766 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2767 the "maintainer" version of debbugs.gnu.org reports.
2768
2769 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2770
2771 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2772 make asynchronous adjacent image insertion work better.
2773
2774 2011-09-27 Daiki Ueno <ueno@unixuser.org>
2775
2776 * plstore.el (plstore-select-keys, plstore-encrypt-to):
2777 Clarify documentation.
2778
2779 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2780
2781 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2782 `gnus-asynchronous' isn't shadowed.
2783
2784 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2785
2786 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2787 (nnimap-insert-partial-structure): The charset parameter isn't
2788 case-sensitive.
2789
2790 * nnheader.el (nnheader-message-maybe): New function.
2791
2792 * shr.el (shr-tag-table): Render totally broken tables better.
2793
2794 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2795 computing the boundary.
2796
2797 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2798
2799 * pop3.el (pop3-number-of-responses): Remove.
2800 (pop3-wait-for-messages): Rewrite to take linear time instead of
2801 exponential time.
2802
2803 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2804
2805 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2806 re-fetch images.
2807
2808 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2809 re-fetch images when hitting `g' in Gnus.
2810
2811 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
2812
2813 * mml.el (mml-inhibit-compute-boundary): New internal variable.
2814 (mml-compute-boundary): Don't check collision if it is non-nil.
2815 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2816 before checking collision.
2817
2818 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2819
2820 * message.el (message-indent-citation): Really make sure there's a
2821 newline at the end.
2822
2823 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2824 Fix suggested by John Wiegley.
2825
2826 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2827
2828 * gnus-art.el (gnus-treat-hide-citation): Add doc.
2829
2830 * message.el (message-default-send-rename-function): Break out into its
2831 own function.
2832
2833 * ecomplete.el (ecomplete-display-matches): Revert patch since it
2834 doesn't work under XEmacs.
2835
2836 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2837 of "imaps" to word around Windows problems.
2838 (nnimap-open-connection-1): Use it.
2839
2840 * message.el (message-indent-citation): Revert last change which made
2841 `F' not work.
2842
2843 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
2844
2845 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2846 terminal as well.
2847
2848 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
2849
2850 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2851 because it displays images using overlays that aren't easy to copy to
2852 the article buffer.
2853
2854 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2855
2856 * message.el (message-indent-citation): Fix empty line removal at the
2857 end of the citation.
2858
2859 2011-09-20 Julien Danjou <julien@danjou.info>
2860
2861 * auth-source.el (auth-source-netrc-create): Use default value for
2862 password if specified. Evaluate default.
2863 (auth-source-plstore-create): Ditto.
2864 (auth-source-plstore-create, auth-source-netrc-create): Fix default
2865 value evaluation.
2866 (auth-source-netrc-create): Typo fix.
2867 (auth-source-plstore-create): Ditto.
2868
2869 * auth-source.el (auth-source-format-cache-entry): New function.
2870
2871 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2872
2873 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2874
2875 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2876
2877 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2878
2879 2011-09-19 Julien Danjou <julien@danjou.info>
2880
2881 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2882 which work with things that are not ASCII.
2883
2884 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2885
2886 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2887
2888 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2889
2890 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2891 message level.
2892
2893 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
2894
2895 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2896
2897 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2898
2899 * gnus.el (gnus-interactive-exit): Update defcustom spec.
2900
2901 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2902
2903 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2904 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2905
2906 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
2907
2908 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2909 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2910 articles.
2911
2912 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
2913
2914 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2915 (message-mail-other-window, message-mail-other-frame)
2916 (message-news-other-window, message-news-other-frame):
2917 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2918 instead of setting buffer display variables.
2919
2920 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2921
2922 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2923
2924 * gnus-sum.el (gnus-fetch-headers): Bump message level.
2925
2926 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2927
2928 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2929 duplicates" to a higher level.
2930
2931 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2932 most egregious messages.
2933
2934 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2935
2936 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2937
2938 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
2939
2940 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2941 up the file (bug#9351).
2942
2943 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2944
2945 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
2946 it does with all other backends, but decode the names immediately after
2947 getting them.
2948
2949 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2950 decoding nnimap groups.
2951
2952 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2953 newsrc file. It doesn't seem like an important optimization any more.
2954
2955 2011-09-10 Dave Abrahams <dave@boostpro.com>
2956
2957 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2958 overflows.
2959
2960 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2961
2962 * gnus.el (gnus-article-mark-lists): Remove `recent'.
2963 (gnus-interactive-exit): Extend to `quiet'.
2964
2965 * gnus-sum.el (gnus-offer-save-summaries): Use it.
2966
2967 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2968 string.
2969
2970 * plstore.el (plstore--get-buffer): Silence compiler warnings by
2971 renaming function arguments from `this'.
2972
2973 * gnus-sum.el (gnus-newsgroup-recent): Remove.
2974
2975 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2976 has been renamed.
2977 (gnus-lrm-string-p): Include RLM and PDF, too.
2978
2979 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2980 (bug#9225).
2981
2982 2011-09-10 Eli Zaretskii <eliz@gnu.org>
2983
2984 Add autoload cookies for functions used by sendmail.el.
2985 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2986
2987 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2988
2989 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2990
2991 * gnus-art.el (article-date-ut): Work properly even when there are
2992 things like Date header in the body; work for forwarded parts.
2993
2994 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
2995
2996 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2997 original-article-buffer.
2998
2999 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
3000
3001 * nnir.el (nnir-compose-result): Fix matching of server type.
3002 (nnir-run-swish++): Ditto.
3003 (nnir-run-namazu): Ditto.
3004 (nnir-run-notmuch): Ditto.
3005
3006 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3007
3008 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3009 (bug#9405).
3010
3011 * gnus-score.el (gnus-summary-increase-score): Doc clarification
3012 (bug#9421).
3013
3014 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3015 (bug#9425).
3016
3017 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3018 thing (bug#9426).
3019
3020 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3021
3022 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3023 the error message.
3024
3025 2011-09-02 Eli Zaretskii <eliz@gnu.org>
3026
3027 * message.el (message-setup-1): Return t (Bug#9392).
3028
3029 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
3030
3031 * gnus-sum.el: When adding article headers to a summary buffer also
3032 update gnus-newsgroup-articles (bug#9386).
3033
3034 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
3035
3036 * auth-source.el: Autoload help-mode.
3037
3038 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3039
3040 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3041 names.
3042
3043 2011-08-27 Daiki Ueno <ueno@unixuser.org>
3044
3045 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3046 mm-replace-in-string for compatibility issues.
3047 * mml2015.el (mml2015-epg-verify): Ditto.
3048
3049 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
3050
3051 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3052
3053 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3054
3055 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3056
3057 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3058 continue on and do the clean-up phase (bug#9188).
3059
3060 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3061 just ignore groups that can't be opened instead of erroring out
3062 (bug#9225).
3063
3064 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3065 nil since some many people are fuddy-duddies.
3066
3067 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3068 images.
3069
3070 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3071 instead.
3072
3073 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3074
3075 * gnus-util.el (gnus-process-live-p): Copy over compat function.
3076
3077 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3078 processing.
3079
3080 * nntp.el (nntp-kill-buffer): Kill the process before killing the
3081 buffer to avoid warnings.
3082
3083 2011-08-20 Simon Josefsson <simon@josefsson.org>
3084
3085 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3086 specified to reduce precision.
3087
3088 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3089
3090 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3091 bodystructures (bug#9314).
3092
3093 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
3094
3095 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3096 Make button keymap non-sticky after buttons.
3097
3098 2011-08-18 David Engster <dengste@eml.cc>
3099
3100 * nnmairix.el (nnmairix-request-set-mark)
3101 (nnmairix-goto-original-article): Remove adding of article to registry,
3102 since `gnus-registry-add-group' isn't available anymore.
3103 (nnmairix-determine-original-group-from-registry):
3104 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3105 available anymore.
3106
3107 2011-08-12 Simon Josefsson <simon@josefsson.org>
3108
3109 * starttls.el (starttls-any-program-available): Define as obsolete
3110 function.
3111
3112 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3113
3114 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3115 versions which Gnus use when appropriate.
3116
3117 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3118 a pretty destructive command.
3119
3120 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3121
3122 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3123
3124 * message.el (message-fix-before-sending): Make a different warning
3125 about NUL characters (bug#9270).
3126
3127 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3128 from custom (bug#9260).
3129
3130 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3131 things work in Emacs 22 and XEmacs, too.
3132
3133 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3134 default From.
3135
3136 * gnus-spec.el (gnus-lrm-string-p): New macro.
3137 (gnus-lrm-string): New constant.
3138 (gnus-summary-line-format-spec): LRM-ify the from.
3139 (gnus-tilde-max-form): LRM-ify string chopping.
3140
3141 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3142
3143 * message.el (message-is-yours-p): Allow disabling canlock checking
3144 (bug#9295).
3145 (message-shoot-gnksa-feet): Add `canlock-verify'.
3146 (message-auto-save-directory): Use ~/ as the auto-save directory if the
3147 message directory isn't writable (bug#9304).
3148
3149 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3150 non-world-readable.
3151
3152 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
3153
3154 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3155 articles.
3156
3157 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
3158
3159 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3160 copy-list.
3161
3162 2011-08-12 Sam Steingold <sds@gnu.org>
3163
3164 * gnus-score.el (gnus-score-find-alist): Keep the score files already
3165 in the reverse order to avoid modifying the cache with `nreverse'.
3166 (gnus-all-score-files): Do not modify the value returned by
3167 `gnus-score-find-alist' because it lives in a cache variable.
3168 (gnus-current-home-score-file): No need to `nreverse' the return value
3169 of `gnus-score-find-alist', it is already in the correct order.
3170
3171 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
3172
3173 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3174 type MESSAGE and subtype RFC822 is slightly different from those of
3175 type TEXT.
3176
3177 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
3178
3179 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3180 This allows article-referral to work from an nnir group.
3181
3182 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
3183
3184 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3185
3186 2011-08-04 Daiki Ueno <ueno@unixuser.org>
3187
3188 * mml1991.el (mml1991-epg-find-usable-key)
3189 (mml1991-epg-find-usable-secret-key): New function.
3190 (mml1991-epg-sign): Check if signing key is usable.
3191 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3192
3193 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
3194
3195 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3196 server-variables only. This should fix a bug introduced with commit
3197 e1889675b7f4adf057833c5513c9374134c4e053.
3198 (nnir-run-query): 'nnir-search-engine should not be set from the global
3199 environment.
3200
3201 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
3202
3203 * nnir.el (nnir-search-thread): Position point on referring article
3204 line.
3205 (nnir-warp-to-article): Clean up summary buffers.
3206
3207 * nnimap.el (nnimap-request-thread): Whitespace fix.
3208
3209 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
3210
3211 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3212
3213 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3214
3215 * starttls.el (starttls-available-p): Rename from
3216 `starttls-any-program-available' and changed return convention.
3217
3218 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
3219
3220 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3221 `unix-sync' unless it's defined.
3222
3223 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
3224
3225 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3226 `aref' for XEmacs compatibiltiy.
3227
3228 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3229
3230 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3231
3232 2011-07-31 Dave Abrahams <dave@boostpro.com>
3233
3234 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3235 closures, quote the form properly (bug#9194).
3236
3237 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3238
3239 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3240 (gnus-summary-insert-new-articles): Protect against servers that are
3241 down.
3242
3243 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3244
3245 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3246 in mm handle if none is specified.
3247
3248 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
3249
3250 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3251
3252 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
3253
3254 * nnir.el (nnir-search-thread): New function to make an nnir group
3255 based on a thread query.
3256
3257 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3258 of nnir in thread referral.
3259 (gnus-summary-refer-thread): Use it.
3260
3261 * nnimap.el (nnimap-request-thread): Use it.
3262
3263 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3264
3265 * shr.el (shr-tag-comment): Ignore HTML comments.
3266
3267 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
3268
3269 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3270 argument.
3271 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3272 Use `nnir-address' to handle server info rather than passing an arg.
3273
3274 * nnimap.el (nnimap-make-thread-query): New utility function to format
3275 an imap thread search query.
3276 (nnimap-request-thread): Use it.
3277
3278 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3279 right select-method if we are not going back to the group buffer.
3280
3281 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3282
3283 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3284 enter invalid buffer configurations into the quit form (bug#9107).
3285 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3286 unplugged/plugged.
3287
3288 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3289 keep track of which ones are unread (bug#9061).
3290
3291 * gnus.el (gnus-refer-article-method): Allow entering any sexp
3292 (bug#9055).
3293
3294 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3295 (bug#9041).
3296
3297 * gnus-html.el (mm-util): Require (bug#9073).
3298
3299 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3300 (gnus-summary-refer-thread): Use it to remove duplicates in the
3301 un-threaded view (bug#9053).
3302 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3303
3304 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
3305
3306 * nnir.el (nnir-read-server-parm): Use default value from global
3307 variable. Without this the default search engine parameters aren't
3308 used at all.
3309
3310 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3311
3312 * message.el (message-unique-id): Don't use the undocumented return
3313 value from (random t) (bug#9118).
3314
3315 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3316
3317 * message.el (message-auto-save-directory): If the ~/Mail directory
3318 doesn't exist, use ~ as the auto-save directory (bug#4432).
3319
3320 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3321 hasn't already been started.
3322
3323 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3324
3325 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3326
3327 * message.el (message-reply): Work around mysterious bug where
3328 `message-mode' seems to overwrite the locally bound `subject' variable.
3329
3330 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
3331
3332 * nnimap.el (nnimap-request-thread): Ensure search is performed in
3333 correct group.
3334
3335 * gnus-int.el (gnus-request-thread): Add group argument.
3336
3337 * gnus-sum.el (gnus-summary-refer-thread): Use it.
3338
3339 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3340
3341 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3342 renamed to `debbugs-gnu-*'.
3343
3344 2011-07-08 Daiki Ueno <ueno@unixuser.org>
3345
3346 * plstore.el: Revert the editing feature since it is not urgent.
3347 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3348 (plstore-mode-decoded): Remove.
3349
3350 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3351
3352 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
3353 isn't very interesting any more, and it leaks potentially secret data.
3354 (gnus-debug): Remove.
3355
3356 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3357 use of :custom-show.
3358
3359 2011-07-07 Daiki Ueno <ueno@unixuser.org>
3360
3361 * plstore.el: Add documentation.
3362 (plstore-mode): New mode to edit plstore file.
3363 (plstore-mode-toggle-display, plstore-mode-original)
3364 (plstore-mode-decoded): New command.
3365 (plstore--encode, plstore--decode, plstore--write-contents-functions)
3366 (plstore--insert-buffer, plstore--make): New function.
3367 (plstore-open, plstore-save): Simplify by using them.
3368
3369 2011-07-06 Glenn Morris <rgm@gnu.org>
3370
3371 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3372
3373 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3374
3375 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3376 no longer is much used.
3377 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3378 Articles".
3379
3380 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
3381
3382 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3383 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3384 `notmuch' backend.
3385
3386 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3387
3388 * mm-decode.el (mm-text-html-renderer): Doc fix.
3389
3390 * gnus-msg.el (gnus-bug): Fix the MML tag.
3391
3392 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3393
3394 2011-07-05 Daiki Ueno <ueno@unixuser.org>
3395
3396 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3397 secondary methods if started with `gnus-no-server'.
3398
3399 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
3400
3401 * message.el (message-return-action): Fix typo in docstring.
3402
3403 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3404
3405 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3406 bug reports at once.
3407
3408 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3409
3410 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
3411
3412 * nndraft.el: Require gnus-group.
3413 (nndraft-request-list): Declare.
3414
3415 * nndraft.el (nndraft-update-unread-articles): Don't show group having
3416 no unread article unless it matches gnus-permanently-visible-groups.
3417
3418 * nndraft.el (nndraft-update-unread-articles): New function.
3419 (nndraft-request-associate-buffer): Use it to update the number of
3420 unread articles for the nndraft groups in the group buffer when saving
3421 or killing a draft message.
3422
3423 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3424
3425 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3426 systems to binary before writing and reading the mbox files.
3427
3428 * gnus.el (gnus-summary-line-format): Link to the info node for %U
3429 instead of trying to list them all (bug#8978).
3430
3431 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3432
3433 * pop3.el (pop3-open-server): Use :end-of-capability.
3434
3435 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3436
3437 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3438 the id is always a number.
3439
3440 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3441 debbugs mode, if possible.
3442
3443 2011-07-02 Daiki Ueno <ueno@unixuser.org>
3444
3445 * auth-source.el (auth-source-token-passphrase-callback-function):
3446 Reindent.
3447 (epg-context-operation): Remove unnecessary autoload.
3448
3449 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3450
3451 * gnus.el (gnus-list-debbugs): New command.
3452
3453 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3454 mboxstat instead of the maintbox, since the stat seems to be fuller.
3455
3456 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3457 summary buffers.
3458
3459 * message.el (message-get-reply-headers): Delete all duplicates,
3460 instead of the first.
3461 (message-get-reply-headers): Ensure that we have progress while
3462 deleting duplicates.
3463
3464 * gnus-msg.el (gnus-configure-posting-styles): Get the local
3465 gnus-posting-style value from the summary buffer to make it easier to
3466 make that a per-buffer conf.
3467
3468 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
3469
3470 * nnir.el (nnir-run-imap): Allow halting a search when an article is
3471 found by setting `shortcut' in 'query.
3472 (nnir-request-article): Use `shortcut' setting when requesting article
3473 by Message-ID.
3474
3475 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
3476
3477 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3478 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3479 Bring the pseudo-headers back too.
3480
3481 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3482
3483 * auth-source.el (auth-source-token-passphrase-callback-function):
3484 Simplify and remove EPA dependency.
3485
3486 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
3487
3488 * nnir.el (nnir-request-article): Fix error message text.
3489
3490 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3491
3492 * auth-source.el (plstore-delete): Autoload.
3493 (auth-source-plstore-search): Support delete operation.
3494 * plstore.el (plstore-delete): New function.
3495
3496 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
3497
3498 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3499 mark actually existing articles as unread rather than the ones that
3500 active asserts.
3501
3502 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
3503
3504 * nntp.el (nntp-record-command):
3505 * gnus-util.el (gnus-message-with-timestamp-1):
3506 Use format-time-string rather than decoding time stamps by hand.
3507 This is simpler and insulates the code from potential changes to
3508 current-time format.
3509
3510 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
3511
3512 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3513
3514 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3515
3516 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3517 (plstore-save): Support public key encryption.
3518 (plstore--init-from-buffer): New function.
3519 (plstore-open): Use it; fix error when opening a non-existent file.
3520 (plstore-revert): Use plstore--init-from-buffer.
3521
3522 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3523
3524 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3525
3526 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
3527
3528 * mml2015.el (mml2015-use): Replace string-match-p with string-match
3529 for old Emacsen.
3530
3531 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3532
3533 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3534 is not fully working.
3535
3536 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3537
3538 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3539 quit window configuration.
3540
3541 * auth-source.el (epg-context-set-passphrase-callback):
3542 Remove duplicate autoload.
3543
3544 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
3545
3546 * nnir.el (nnir-request-article): Allow requesting articles by
3547 Message-ID with nnimap.
3548
3549 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3550 current server.
3551
3552 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
3553
3554 * auth-source.el: Autoload EPA/EPG functions.
3555 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3556 changed when EPA/EPG is not available.
3557 (auth-source-backend): Rename "arg" member to "data".
3558 (auth-source-backend-parse, auth-source-plstore-search)
3559 (auth-source-plstore-create): Use it.
3560
3561 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
3562
3563 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3564 `gnus-refer-article-methods'.
3565
3566 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
3567
3568 * auth-source.el: Require EPA and EPG.
3569 (auth-source-passphrase-alist): New variable.
3570 (auth-source-passphrase-callback-function)
3571 (auth-source-token-passphrase-callback-function): Callbacks for the
3572 netrc field encryption (GPG tokens).
3573 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3574 Symmetric encryption and decryption of the netrc GPG tokens.
3575 (auth-source-netrc-normalize): Use them, simplifying the closure.
3576
3577 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3578
3579 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3580 non-nil, and `nnimap-split-methods' is nil, use the former.
3581
3582 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3583
3584 * plstore.el (plstore-revert): New function.
3585 (plstore-open): Use it; hide the buffer from user.
3586
3587 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3588
3589 * auth-source.el (auth-source-backend): New member "arg".
3590 (auth-source-backend-parse): Handle new backend 'plstore.
3591 * plstore.el: New file.
3592
3593 2011-06-30 Glenn Morris <rgm@gnu.org>
3594
3595 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3596
3597 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3598
3599 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3600
3601 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3602 expiring articles to.
3603
3604 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3605 variations as ASCII (bug#5458).
3606
3607 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
3608
3609 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3610
3611 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3612
3613 * message.el (message-point-in-header-p): Tweak the function to default
3614 to saying that we're not in the headers if there is no separator at
3615 all. This makes it possible to use the Message version of `M-q' in
3616 buffers with no headers (bug#7987).
3617 (message-point-in-header-p): Fix last checkin to work with an empty
3618 mail-header-separator, too.
3619
3620 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3621 again, save the choice via customize.
3622
3623 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3624
3625 * message.el (message-send-mail-function): Add `sendmail-query-once'.
3626
3627 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3628 ended the connection, bail out before waiting infinitely on a new
3629 connection.
3630
3631 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
3632
3633 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3634 reports.
3635
3636 * gnus.el (gnus-bug-package): Use "gnus."
3637 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3638
3639 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3640
3641 * gnus-art.el (gnus-article-stop-animations): New function to stop any
3642 animations going on at article exit time.
3643
3644 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3645 since removing it breaks people upgrading.
3646
3647 * shr.el (shr-put-image): Use the new interface for animating images.
3648 (shr-put-image): Animate for 60 seconds.
3649
3650 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3651 error with `find-file-hooks' on Emacs 22.
3652 (with-auth-source-epa-overrides): Ugly hack to Wrap the
3653 `find-file-hook' things in `symbol-value' to avoid compilation warnings
3654 on all architectures.
3655
3656 * spam.el (spam-stat): Require in a normal fashion without binding
3657 `spam-stat-install-hooks' to avoid compilation warnings.
3658
3659 * spam-stat.el (spam-stat-install-hooks): Remove.
3660 (spam-stat-install-hooks): Don't run automatically.
3661
3662 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
3663
3664 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3665 and keystroke.
3666
3667 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
3668
3669 * auth-source.el (auth-source-netrc-cache): Move forward.
3670
3671 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3672
3673 * auth-source.el (auth-source-netrc-create): Don't query the bits that
3674 we already know.
3675 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3676 (auth-source-netrc-create): Don't prompt for the stuff we already know.
3677
3678 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3679
3680 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3681 %S format, since that looks odd.
3682 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3683 file, especially when saving.
3684
3685 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
3686
3687 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
3688 article found.
3689
3690 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
3691
3692 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3693 `auth-source-save-secrets' with a more sensitive alist that can be
3694 configured per file. Experimental, so defaults to 'never.
3695 (auth-source-netrc-create): Use it. Still experimental code.
3696 (with-auth-source-epa-overrides): Use `find-file-hooks' if
3697 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
3698
3699 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
3700
3701 * auth-source.el (auth-source-save-secrets): New variable to control if
3702 secret tokens should be saved encrypted.
3703 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3704 to `auth-source-netrc-normalize'.
3705 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
3706 on the EPA variables being defined.
3707 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3708 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3709 the lexical-let closure.
3710 (auth-source-netrc-create): Create "gpg:" tokens according to
3711 `auth-source-save-secrets'.
3712
3713 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
3714
3715 * gnus-group.el (gnus-group-update-group): Add new argument
3716 `info-unchanged' that stops updating dribble buffer.
3717
3718 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3719 deletes lines matching to it in dribble buffer.
3720
3721 * gnus-agent.el (gnus-agent-fetch-group-1):
3722 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3723 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3724 * gnus-start.el (gnus-group-change-level):
3725 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3726
3727 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3728 if newsgroup info is not changed.
3729
3730 * gnus-group.el (gnus-group-get-new-news-this-group):
3731 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3732 Don't update dribble buffer.
3733
3734 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
3735
3736 * gnus-registry.el (gnus-registry-remove-ignored): New function to
3737 remove entries with groups we ignore.
3738
3739 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3740
3741 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3742 the underline comes at the bottom.
3743
3744 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
3745
3746 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3747 `gnus-registry-user-format-function-M' and declare the latter obsolete.
3748 (gnus-registry-article-marks-to-names): Rename from
3749 `gnus-registry-user-format-function-M2'.
3750
3751 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
3752
3753 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3754 ephemeral group.
3755
3756 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3757
3758 * shr.el (shr-browse-image): Copy the URL if called interactively.
3759
3760 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3761
3762 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3763 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
3764 done, then unselected articles may be marked as read.
3765
3766 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3767 since not doing this seems to lead to a race condition in pop3-logon.
3768
3769 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3770 so that the call chain it correct when we call "upwards".
3771
3772 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3773 in read-only groups.
3774
3775 * gnus-group.el (gnus-group-mark-article-read): Ditto.
3776
3777 * message.el (message-cite-reply-position): Doc string fix.
3778
3779 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3780 avoid regexp overflow.
3781 (nnimap-transform-split-mail): Ditto.
3782
3783 * pop3.el (pop3-retr): Error out if the server closes the connection.
3784
3785 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3786
3787 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3788 mm-with-unibyte-current-buffer. The buffer should not contain any
3789 multibyte chars anyway at this stage.
3790
3791 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3792
3793 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3794 at the end of lines.
3795
3796 2011-05-29 Julien Danjou <julien@danjou.info>
3797
3798 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3799
3800 2011-05-27 Glenn Morris <rgm@gnu.org>
3801
3802 * gnus-group.el (gnus-bug-group-download-format-alist):
3803 Use the "maintainer" version of debian reports as well.
3804
3805 2011-05-26 Glenn Morris <rgm@gnu.org>
3806
3807 * gnus-group.el (gnus-bug-group-download-format-alist):
3808 Use the "maintainer" version of debbugs.gnu.org reports.
3809
3810 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
3811
3812 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3813
3814 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
3815
3816 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3817 the thread moves us backwards and so we loop forever.
3818
3819 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
3820
3821 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3822 whitespace in base64 data lines.
3823
3824 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
3825
3826 * gnus-registry.el (gnus-registry-user-format-function-M):
3827 Use `mapconcat'.
3828 (gnus-registry-user-format-function-M2): Use to see the full text of
3829 the marks. Make "," the mark text separator.
3830
3831 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3832 authentication with auth-source.
3833
3834 2011-05-17 Glenn Morris <rgm@gnu.org>
3835
3836 * gnus-group.el (gnus-import-other-newsrc-file):
3837 Use insert-file-contents.
3838
3839 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
3840
3841 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3842 1000 iterations.
3843
3844 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
3845
3846 * nntp.el (nntp-open-connection): Check if process-type is available.
3847
3848 2011-05-16 Julien Danjou <julien@danjou.info>
3849
3850 * shr.el (shr-tag-del): Add support for del tag.
3851
3852 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
3853
3854 * gnus-html.el (gnus-html-put-image): Register a displayer.
3855
3856 * shr.el (shr-image-displayer): Don't remove text props from alt text.
3857
3858 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
3859
3860 * registry.el (prune-factor): New initialization parameter defaulting
3861 to 0.1.
3862 (registry-prune-hard): Use it.
3863
3864 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3865 0.1 expicitly.
3866
3867 2011-05-13 Glenn Morris <rgm@gnu.org>
3868
3869 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3870 is bound, since this function requires sendmail.
3871
3872 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
3873
3874 * registry.el (registry-usage-test): Disable pruning test.
3875
3876 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
3877
3878 * registry.el (registry-prune-hard-candidates)
3879 (registry-prune-soft-candidates): Helper methods for registry pruning.
3880 (registry-prune): Use them. Make the sort function optional.
3881
3882 2011-05-10 Jim Meyering <meyering@redhat.com>
3883
3884 * shr.el (shr-colorize-region): Fix typo "on on -> on".
3885
3886 2011-05-10 Julien Danjou <julien@danjou.info>
3887
3888 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3889 symbol and not a list.
3890
3891 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3892
3893 * gnus-art.el (gnus-article-mode): Move binding of
3894 shr-put-image-function here from gnus-article-prepare-display.
3895
3896 * shr.el (shr-put-image-function): New variable.
3897 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3898 (shr-put-image): Return scaled image.
3899
3900 * gnus-art.el (gnus-shr-put-image): New function.
3901 (gnus-article-prepare-display): Bind shr-put-image-function to it.
3902
3903 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3904 original ones, as deletable.
3905
3906 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3907
3908 * nntp.el (nntp-open-connection): Set TCP keepalive option.
3909
3910 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
3911
3912 * registry.el (registry-full): Add convenience method. Fix logic.
3913 (registry-insert): Use it. Fix logic here too.
3914
3915 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3916 `registry-prune' if `registry-full' returns t.
3917 (gnus-registry-handle-action)
3918 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3919 (gnus-registry-usage-test): Use it.
3920
3921 2011-05-07 Julien Danjou <julien@danjou.info>
3922
3923 * shr.el (shr-link): Make shr-link inherit from link by default.
3924
3925 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
3926
3927 * shr.el (shr-urlify, shr-link): Fix shr-link face.
3928
3929 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
3930
3931 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3932 error out because the face is not a list.
3933
3934 2011-05-05 Glenn Morris <rgm@gnu.org>
3935
3936 * gnus-start.el (gnus-propagate-marks): Declare.
3937
3938 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
3939
3940 * registry.el (registry-reindex): Fix percentage message.
3941
3942 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
3943
3944 * shr.el: Add shr-link face for links.
3945 (shr-urlify): Use it.
3946
3947 * registry.el (registry-insert): Make error message more helpful.
3948
3949 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3950
3951 * gnus-html.el (gnus-html-schedule-image-fetching):
3952 Use url-queue-retrieve, if it exists.
3953
3954 * shr.el (shr-tag-img): Ditto.
3955
3956 * gnus.el: Autoload more gnus-agent functions.
3957
3958 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3959 agent if we haven't already (bug#8502).
3960
3961 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3962 into the Agent, too.
3963
3964 * gnus-agent.el (gnus-agent-store-article): New function.
3965
3966 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3967 and moved from that file for reuse.
3968
3969 * pop3.el (pop3-open-server): Error messages are "-ERR".
3970
3971 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3972
3973 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3974 (open-tls-stream): Remove superfluous tls/starttls autoloads.
3975
3976 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3977
3978 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3979 buffer has moved to a different frame.
3980
3981 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3982
3983 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3984 to get the conversion from unibyte to multibyte buffers to work on
3985 Emacs 22.
3986
3987 * nntp.el (nntp-request-article): Slight clean-up.
3988
3989 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3990
3991 * shr.el (shr-strike-through): New face.
3992 (shr-tag-s): Use it to provide <s> support.
3993 (shr-tag-s): Remove duplicate definition.
3994
3995 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
3996
3997 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3998 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3999
4000 2011-04-23 Glenn Morris <rgm@gnu.org>
4001
4002 * gnus-sum.el (gnus-extra-headers): Bump :version.
4003
4004 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4005
4006 * shr.el (shr-tag-sup): New function.
4007 (shr-tag-sub): Ditto.
4008
4009 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
4010
4011 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4012 for the case where `gnus-registry-ignored-groups' is a list of lists,
4013 and don't call `gnus-parameter-registry-ignore' otherwise.
4014
4015 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
4016
4017 * nnimap.el (nnimap-user): New backend variable.
4018 (nnimap-open-connection-1): Use it.
4019 (nnimap-credentials): Accept user parameter so it's explicit what user
4020 name is desired.
4021
4022 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4023 default.
4024
4025 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4026 not gnus-registry.el.
4027
4028 * gnus-registry.el: Mention in comments how to modify
4029 `gnus-extra-headers' for proper recipient tracking and that it may
4030 already have To and Cc recently, which it does as of this commit.
4031 (gnus-registry-ignored-groups): Remove defcustom.
4032 Explain why in comments.
4033 (gnus-registry-action): Fix data-header reference to use the extra
4034 headers. Explain in package commentary how to add To and Cc headers to
4035 the gnus-extra-headers.
4036 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4037 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4038 parameter list or a string list in `gnus-registry-ignored-groups'.
4039 Fix logic error.
4040
4041 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4042
4043 * shr.el (shr-expand-url): Protect against null urls.
4044
4045 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4046
4047 * shr.el (shr-base): New binding.
4048 (shr-tag-base): Keep track of <base>.
4049 (shr-expand-url): New function used throughout.
4050
4051 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
4052
4053 * gnus-registry.el
4054 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4055 (gnus-registry-ignored-groups): New variable.
4056 (gnus-registry-ignore-group-p): Use it.
4057 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4058 set the destination group to nil (same as delete) if it's ignored.
4059
4060 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4061
4062 * gnus-registry.el (gnus-registry-action)
4063 (gnus-registry-fetch-header-fast):
4064 Don't use mail-header that looks an internal function of mailheader.el.
4065
4066 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4067
4068 * gnus-registry.el: Eliminate cl functions.
4069 (gnus-registry-sort-addresses): New function that replaces mapcan.
4070 (gnus-registry-action, gnus-registry-spool-action)
4071 (gnus-registry-split-fancy-with-parent)
4072 (gnus-registry-fetch-recipients-fast): Use it.
4073 (gnus-registry-import-eld): Replace delete* with dolist + delq.
4074
4075 * registry.el (initialize-instance, registry-lookup)
4076 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4077 (registry-lookup-secondary-value, registry-search, registry-delete)
4078 (registry-insert, registry-reindex, registry-size, registry-prune):
4079 Use eval-and-compile.
4080
4081 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
4082
4083 * registry.el (registry-reindex): New method to recreate the secondary
4084 registry indices.
4085
4086 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4087 tracked field changes.
4088 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4089 (gnus-registry-action, gnus-registry-spool-action)
4090 (gnus-registry-handle-action)
4091 (gnus-registry--split-fancy-with-parent-internal)
4092 (gnus-registry-split-fancy-with-parent)
4093 (gnus-registry-register-message-ids): Add recipient tracking on spool,
4094 move, and delete actions, and for fancy splitting with parent.
4095 (gnus-registry-extract-addresses)
4096 (gnus-registry-fetch-recipients-fast)
4097 (gnus-registry-fetch-header-fast): Convenience functions.
4098 (gnus-registry-misc-test): ERT test of
4099 `gnus-registry-extract-addresses'.
4100
4101 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
4102
4103 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4104 Track by subject first, then sender.
4105
4106 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4109
4110 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4111 Lisp.
4112
4113 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4114 (gnus-draft-send): Use it to avoid popping
4115 up frames from gnus-group-send-queue.
4116
4117 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
4118
4119 * gnus-registry.el: Updated gnus-registry docs.
4120
4121 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
4122
4123 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4124 Fix logic bug.
4125 (gnus-registry-post-process-groups): Fix logging of no results and
4126 quote sender and subject.
4127
4128 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4129
4130 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4131 (gnus-read-active-for-groups): Don't try to finish getting stuff where
4132 we had no early-data returned.
4133 (gnus-get-unread-articles): Add a sanity check so that we don't issue
4134 two async commands to the same server at the same time.
4135
4136 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
4137
4138 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4139
4140 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4141
4142 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4143 "warning" level.
4144
4145 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4146 (mm-url-insert-file-contents): Don't set the package names.
4147
4148 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
4149
4150 * gnus-registry.el (gnus-registry-action): Remove properties and
4151 simplify subject in `gnus-registry-handle-action'.
4152 (gnus-registry-spool-action): Get subject and sender from message if
4153 they are not passed in.
4154 (gnus-registry-handle-action): Remove properties and simplify subject
4155 consistently.
4156
4157 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4158
4159 * registry.el: Require CL before using defmacro*.
4160
4161 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
4162
4163 * gnus-art.el (article-treat-date): Assume that
4164 gnus-article-date-headers may be a group parameter.
4165
4166 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
4167
4168 * gnus-registry.el (gnus-registry-handle-action): More debugging.
4169
4170 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4171 interactively so the newsrc file can contain foreign groups too.
4172 Useful for debugging but not much for users.
4173
4174 2011-04-07 David Engster <dengste@eml.cc>
4175
4176 * registry.el (registry-usage-test): Only do
4177 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4178 lexical binding.
4179
4180 2011-04-06 David Engster <dengste@eml.cc>
4181
4182 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4183 argument NOERROR for `require', since XEmacs 21.4 does not support it.
4184
4185 2011-04-06 David Engster <dengste@eml.cc>
4186
4187 * registry.el (initialize-instance): Change :after to :AFTER to be
4188 compatible with old EIEIO version in XEmacs.
4189
4190 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
4191
4192 * gnus-registry.el (gnus-registry-post-process-groups)
4193 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4194 and provide better messaging.
4195
4196 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
4197
4198 * gnus-registry.el: Don't use ERT if it's not available. Load it
4199 unconditionally anyway, discarding errors.
4200 (gnus-registry-delete-entries): New convenience function.
4201 (gnus-registry-import-eld): Import from old .eld registry.
4202
4203 * registry.el: Don't use ERT if it's not available. Load it
4204 unconditionally anyway, discarding errors.
4205
4206 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4207 version from the Claudio Bley GnuTLS patch (extra optional parameters
4208 and host name).
4209
4210 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
4211
4212 * gnus-registry.el (gnus-registry-fixup-registry): New function to
4213 fixup the parameters that can be customized by the user between
4214 save/read cycles.
4215 (gnus-registry-read): Use it.
4216 (gnus-registry-make-db): Use it.
4217 (gnus-registry-spool-action, gnus-registry-handle-action):
4218 Fix messaging.
4219 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4220 Map references to actual group names with sender and subject tracking.
4221 (gnus-registry-post-process-groups): Use `cond' for better messaging.
4222 (gnus-registry-usage-test): Add subject lookup test.
4223
4224 * registry.el (registry-db, initialize-instance): Set up constructor
4225 instead of :initform arguments for the sake of older Emacsen.
4226 (registry-lookup-breaks-before-lexbind): New method to demonstrate
4227 pre-lexbind merge bug.
4228 (registry-usage-test): Use it.
4229 (initialize-instance, registry-db): Move the non-function initforms
4230 back to the class definition.
4231
4232 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
4233
4234 * registry.el: New library to manage gnus-registry-style data.
4235
4236 * gnus-registry.el: Use it (major rewrite).
4237
4238 * nnregistry.el: Use it.
4239
4240 * spam.el: Use it.
4241
4242 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4243
4244 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4245 marks on non-selected articles.
4246
4247 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
4248
4249 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
4250
4251 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4252 parameter to open-protocol-stream.
4253
4254 2011-04-01 Julien Danjou <julien@danjou.info>
4255
4256 * mm-view.el (mm-display-inline-fontify): Do not fontify with
4257 fundamental-mode.
4258
4259 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4260
4261 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4262 servers.
4263
4264 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4265
4266 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4267 made marks not propagate, again.
4268
4269 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
4270
4271 * proto-stream.el (open-protocol-stream): Bring back `network' type.
4272 Make this the default type.
4273 (proto-stream-open-plain): Rename from proto-stream-open-default.
4274 (open-protocol-stream, proto-stream-open-starttls)
4275 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4276 with `plain'.
4277
4278 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4279 value.
4280
4281 * nntp.el (nntp-open-connection-function): Document the fact that some
4282 values are not functions but are instead handled specially.
4283 Recognize nntp-open-plain-stream value.
4284 (nntp-open-connection): Recognize that value.
4285
4286 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4287
4288 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4289 stuff.
4290
4291 * gnus-score.el (gnus-score-string): Fix calling convention of
4292 `gnus-simplify-buffer-fuzzy' after last patches.
4293
4294 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4295 server for articles we didn't get any headers for. This is a sanity
4296 check.
4297
4298 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
4299
4300 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4301 new CAPABILITY, use it.
4302
4303 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4304
4305 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4306 downloading anything.
4307
4308 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4309
4310 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
4311
4312 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4313 colors.
4314 (gnus-splash-svg-color-symbols): New function.
4315
4316 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4317
4318 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4319 instead of using the global gnus-simplify-subject-fuzzy-regexp.
4320 (gnus-simplify-subject-fuzzy): Use the local
4321 gnus-simplify-subject-fuzzy-regex instead of the global one.
4322 This makes using this variable in group parameters work.
4323
4324 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4325
4326 * gnus-registry.el (gnus-registry-unfollowed-groups):
4327 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4328 archive:sent-YYYY-MM-DD groups).
4329 (gnus-registry-split-fancy-with-parent): Bail out early in sender
4330 tracking if there are more than `gnus-registry-max-track-groups'
4331 matches.
4332
4333 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4334
4335 * message.el (message--yank-original-internal): New function to do the
4336 insertion cleanly inside eval in `message-yank-original'.
4337 (message-yank-original): Use it.
4338
4339 2011-03-29 Julien Danjou <julien@danjou.info>
4340
4341 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4342 local variables disabled rather than `normal-mode'.
4343
4344 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
4345
4346 * proto-stream.el: Changes preparatory to merging open-protocol-stream
4347 with open-network-stream.
4348 (proto-stream-always-use-starttls): Option removed.
4349 (open-protocol-stream): Return a process object by default. Provide a
4350 new parameter :return-list specifying a list-type return value, which
4351 now has the form (PROP . PLIST) instead of a fixed-length list. Change
4352 :type `network' to `try-starttls', and `network-only' to `default'.
4353 Make `default' the default, for compatibility with open-network-stream.
4354 Handle the no-parameter case exactly as open-network-stream, with no
4355 additional stream processing. Search plists using plist-get.
4356 Explicitly add :end-of-commend parameter if it is missing.
4357 (proto-stream-open-default): Rename from
4358 proto-stream-open-network-only. Return 'default as the type.
4359 (proto-stream-open-starttls): Rename from proto-stream-open-network.
4360 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
4361 failed. Always return a list with a (possibly dead) process as the
4362 first element, for compatibility with open-network-stream.
4363 (proto-stream-open-tls): Use plist-get. Always return a list.
4364 (proto-stream-open-shell): Return `default' as connection type.
4365 (proto-stream-capability-open): Use plist-get.
4366 (proto-stream-eoc): Function deleted.
4367
4368 * nnimap.el (nnimap-stream, nnimap-open-connection)
4369 (nnimap-open-connection-1): Handle renaming of :type parameter for
4370 open-protocol-stream.
4371 (nnimap-open-connection-1): Pass a :return-list parameter
4372 open-protocol-stream to obtain a list return value. Parse this list
4373 using plist-get.
4374
4375 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4376 for open-protocol-stream. Accept open-protocol-stream return value
4377 that is a subprocess object instead of a list. Handle the case of a
4378 dead returned process.
4379
4380 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
4381
4382 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4383
4384 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4385
4386 2011-03-21 Julien Danjou <julien@danjou.info>
4387
4388 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4389 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
4390 query.
4391 (mm-inline-text): Render normal text with fontification whenever
4392 possible.
4393
4394 * gnus-sum.el (gnus-summary-save-parts-1):
4395 * gnus-art.el (gnus-article-browse-html-save-cid-content)
4396 (gnus-article-browse-html-parts, gnus-mime-delete-part)
4397 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4398 Use `mm-handle-filename'.
4399
4400 * mm-util.el (mm-handle-filename): New function, return the filename of
4401 an handle.
4402
4403 2011-03-18 Julien Danjou <julien@danjou.info>
4404
4405 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4406 (gnus-buffer-live-p): Check that buffer is not nil.
4407
4408 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4409
4410 * gnus-art.el: Require mouse, which the build bot seems to say is
4411 needed.
4412
4413 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4414 XEmacs, since it doesn't have url-retrieve-synchronously.
4415
4416 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
4417
4418 * gnus-group.el (gnus-group-list-ticked): New function.
4419 (gnus-group-make-menu-bar): Provide a menu entry for it.
4420 (gnus-group-list-map): Provide a binding for it.
4421
4422 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4423
4424 * shr.el (shr-visit-file): New command.
4425
4426 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4427
4428 2011-03-17 Bjørn Mork <bjorn@mork.no>
4429
4430 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4431 servers.
4432
4433 2011-03-16 Julien Danjou <julien@danjou.info>
4434
4435 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4436 inline.
4437
4438 * gnus-art.el (article-hide-list-identifiers):
4439 Use gnus-group-get-list-identifiers.
4440
4441 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4442 (gnus-summary-remove-list-identifiers):
4443 Use gnus-group-get-list-identifiers to get regexp.
4444 (gnus-select-newsgroup, gnus-summary-insert-subject)
4445 (gnus-summary-insert-articles):
4446 Call gnus-summary-remove-list-identifiers unconditionally.
4447
4448 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4449
4450 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4451 we're selecting a group with unread articles.
4452
4453 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4454
4455 * gssapi.el: New file separated out from imap.el to provide a general
4456 Kerberos 5 connection facility for Emacs.
4457
4458 * message.el (message-elide-ellipsis): Document the format spec
4459 ellipsis.
4460
4461 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
4462
4463 * message.el (message-elide-region): Allow the ellipsis to say how many
4464 lines were removed.
4465
4466 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4467
4468 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4469 window configurations containing buffers that are now dead.
4470
4471 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4472 parsing to avoid integer overflows.
4473 (nnimap-parse-flags): Simplify the last change.
4474 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4475 too large for 32-bit Emacsen.
4476
4477 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4478
4479 * auth-source.el (auth-source-netrc-create):
4480 * message.el (message-yank-original): Fix use of `case'.
4481
4482 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
4483
4484 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4485 XEmacs, which was one character too wide.
4486
4487 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
4488
4489 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4490 default number of articles to display.
4491 (gnus-articles-to-read): Use pretty names for prompt.
4492
4493 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4494
4495 * gnus-int.el (gnus-open-server): Ditto.
4496
4497 * gnus-start.el (gnus-activate-group): Give a backtrace if
4498 debug-on-quit is set and the user hits `C-g'.
4499 (gnus-read-active-file): Ditto.
4500
4501 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4502
4503 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
4504
4505 * message.el (message-yank-original): Use cond instead of CL case.
4506
4507 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4508
4509 * auth-source.el (auth-source-netrc-create): Use usual format for the
4510 default in prompts.
4511
4512 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
4513
4514 * auth-source.el (auth-source-netrc-create): Show the default in the
4515 prompt when prompting for token creation.
4516
4517 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
4518
4519 * auth-source.el (auth-source-format-prompt): Always convert the value
4520 to a string to avoid evaluating non-string arguments.
4521 (auth-source-netrc-create): Offer default properly, not as initial
4522 content in `read-string'.
4523 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4524 of line to determine if we've been run before. If so, don't run again,
4525 but print a trivial message to indicate the cache was hit instead.
4526
4527 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
4528
4529 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4530 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
4531 The user will have to run `gnus-sync-read' manually and wait for Cloudy
4532 Gnus.
4533
4534 2011-03-11 Julien Danjou <julien@danjou.info>
4535
4536 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4537 modified file".
4538
4539 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
4540
4541 * auth-source.el (auth-source-read-char-choice): New function to read a
4542 character choice using `dropdown-list', `read-char-choice', or
4543 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
4544 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
4545 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
4546 (auth-source-netrc-saver): Use it.
4547 (auth-source-pick-first-password): New convenience function.
4548
4549 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
4550
4551 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4552 parameter in the credentials.
4553 (nnimap-open-connection-1): Use it after a successful login.
4554 (nnimap-credentials): Add IMAP-specific user and password prompt.
4555
4556 * auth-source.el (auth-source-search): Add :require parameter, taking a
4557 list. Document it and the :save-function return token. Pass :require
4558 down. Change the CREATED message from a warning to a debug statement.
4559 (auth-source-search-backends): Pass :require down.
4560 (auth-source-netrc-search): Pass :require down.
4561 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4562 Change save prompt to indicate all modifications saved here are
4563 deletions.
4564 (auth-source-netrc-create): Take user login name as default in user
4565 prompt. Move all the save functionality to a lexically bound function
4566 under the :save-function token in the returned list. Set up clearer
4567 default prompts for user, host, port, and secret.
4568 (auth-source-netrc-saver): New function, intended to be wrapped for
4569 :save-function.
4570
4571 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4572
4573 * Version 23.3 released.
4574
4575 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4576
4577 * shr.el (shr-table-horizontal-line): Change the defaults for the table
4578 lines to be spaces instead.
4579
4580 2011-03-07 Julien Danjou <julien@danjou.info>
4581
4582 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4583 (sieve-sasl-auth): Check that auth-source-search did return something,
4584 or just return an empty string.
4585
4586 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
4587
4588 * gnus.el (gnus-interactive): Use read-directory-name.
4589
4590 * gnus-uu.el (gnus-uu-decode-uu-and-save)
4591 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4592 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4593 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4594 Likewise.
4595
4596 * gnus-group.el (gnus-group-make-directory-group): Likewise.
4597
4598 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4599
4600 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4601 onto the list of killed groups, too. This makes killed nnimap groups,
4602 for instance, more reliably not reappear.
4603
4604 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4605 the parent.
4606
4607 * gnus-sum.el (gnus-update-read-articles): Fix typo.
4608
4609 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4610 really have server-side marks.
4611
4612 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4613 since most backends do not usefully have server-side marks.
4614 (gnus-update-read-articles): Propagate marks to all backends that
4615 really have server-side marks.
4616
4617 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
4618
4619 * message.el (message-cite-reply-position, message-cite-style):
4620 New variables.
4621 (message-yank-original): Use the new citation styles.
4622
4623 2011-03-04 Daiki Ueno <ueno@unixuser.org>
4624
4625 * message.el (message-options): Revert the change that's a workaround
4626 for XEmacs buffer-local issue; don't mark it buffer-local when running
4627 under XEmacs.
4628
4629 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
4630
4631 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4632 numbers too big to be `read'.
4633
4634 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
4635
4636 * message.el (message-options): Make buffer-local two ways to attempt
4637 to fix a XEmacs bug.
4638
4639 2011-03-02 Julien Danjou <julien@danjou.info>
4640
4641 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4642
4643 2011-03-01 Julien Danjou <julien@danjou.info>
4644
4645 * gnus-art.el (list-identifier): Add list-identifier as a parameter
4646 group.
4647 (article-hide-list-identifiers): Use list-identifier group parameter.
4648
4649 2011-02-28 Julien Danjou <julien@danjou.info>
4650
4651 * sieve.el (sieve-buffer-script-name): New local variable to store
4652 sieve script name.
4653 (sieve-edit-script): Store sieve script name.
4654 (sieve-upload): Use sieve script name when uploading.
4655 (sieve-upload): Use substitute-command-keys.
4656 (sieve-edit-script): Use substitute-command-keys.
4657 (sieve-refresh-scriptlist): Use substitute-command-keys.
4658 (sieve-manage-mode-map): Define keymap properly.
4659 (sieve-manage-mode): Do not set mode name manually, change mode-name to
4660 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4661 Remove commented code about cvs.
4662 (sieve-manage-quit): New function.
4663 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4664
4665 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4666
4667 * gnus-group.el (gnus-import-other-newsrc-file): New function.
4668
4669 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
4670
4671 * auth-source.el (auth-source-search): Cache empty result sets.
4672
4673 * auth-source.el (auth-source-save-behavior): New variable to replace
4674 `auth-source-never-create'.
4675 (auth-source-netrc-create): Use it.
4676 (auth-source-never-save): Remove.
4677
4678 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
4679
4680 * nnimap.el (nnimap-stream): Doc fix.
4681 (nnimap-open-connection-1): Reverse the order of the ports to that the
4682 prompted-for port is first.
4683
4684 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4685 retrieval by the no-group selection.
4686
4687 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4688 numerical parameters.
4689
4690 2011-02-25 Julien Danjou <julien@danjou.info>
4691
4692 * gnus-gravatar.el: Use gnus-with-article-buffer.
4693
4694 * gnus-art.el (gnus-with-article-buffer): Check that the
4695 gnus-article-buffer is alive.
4696
4697 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
4698
4699 * auth-source.el (auth-source-creation-prompts): New variable to manage
4700 creation-time prompts.
4701 (auth-source-search): Document it.
4702 (auth-source-format-prompt): Add utility function.
4703 (auth-source-netrc-create): Don't default the user name to
4704 user-login-name. Use `auth-source-creation-prompts' and some default
4705 prompts for user, host, port, and password (the default generic prompt
4706 remains ugly).
4707 (auth-source-never-save): Add customizable option to never save info.
4708 (auth-source-netrc-create): Use it and improve save prompts. Fix help
4709 mode excursion.
4710
4711 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4712
4713 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4714 argument that XEmacs doesn't support.
4715
4716 2011-02-23 Julien Danjou <julien@danjou.info>
4717
4718 * gnus-art.el (article-make-date-line): Ignore errors if time is
4719 invalid and not convertible.
4720 (article-make-date-line): Only add lapsed time if time is not nil.
4721
4722 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
4723
4724 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4725 `read-char-choice' for backwards compatibility.
4726 (auth-source-netrc-element-or-first): New function to DTRT for
4727 parameter extraction.
4728 (auth-source-netrc-create): Use it and fix multiple parameter print
4729 bug. Use the default passed from above (given-default) or the
4730 built-in (user-login-name for :user).
4731
4732 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
4733
4734 * gnus-start.el (gnus-dribble-read-file):
4735 Set buffer-save-without-query, since we always want to save the dribble
4736 file, probably.
4737
4738 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4739 nnimap.
4740
4741 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4742 -summary- since it's a user-visible variable.
4743
4744 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4745 first time you use the new Gnus.
4746
4747 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
4748
4749 * auth-source.el: Don't load netrc.el.
4750 (auth-sources): Search ~/.netrc as well by default.
4751 (auth-source-debug): Add 'trivia option for extra output.
4752 (auth-source-do-trivia): Use it.
4753 (auth-source-search): Simplify logic to use
4754 `auth-source-search-backends'. Use `auth-source-do-trivia' where
4755 appropriate. Don't keep a running count at this level. Layer :create
4756 and :delete options appropriately on the first and second passes.
4757 Don't track the backend with the search results.
4758 (auth-source-search-backends): New function to search a list of
4759 backends for a processed spec.
4760 (auth-source-netrc-parse): Cache all netrc files, making
4761 auth-source-netrc-cache an alist keyed by the file name and using the
4762 file mtime as the caching criterion. Keep the obfuscated data secret
4763 with a lexical bind.
4764 (auth-source-netrc-search): Don't calculate the length of the results
4765 unnecessarily.
4766 (auth-source-search-backends): Fix bug.
4767 (auth-source-netrc-create): Rework prompts.
4768
4769 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
4770
4771 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4772 Lower case names of search constraints.
4773 (nnir-run-query): Cache and reuse search constraints for all imap
4774 servers.
4775
4776 2011-02-22 Sam Steingold <sds@gnu.org>
4777
4778 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
4779
4780 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
4781
4782 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4783 after exit.
4784 (gnus-setup-message): Define missing variable from last checkin.
4785
4786 * gnus-sum.el (gnus-summary-show-article): When called with t as the
4787 value, show the raw article.
4788
4789 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4790
4791 * nnimap.el (nnimap-open-connection-1): Revert last change, since
4792 auth-source now accepts numbers.
4793
4794 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4795 spec, too.
4796 (auth-source-ensure-strings): New function.
4797
4798 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4799 (gnus-article-setup-buffer): Always restart the date timer so that user
4800 changes to the frequency is respected.
4801
4802 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4803 port numbers, so make sure it gets that if nnimap-server-port is
4804 explicit.
4805
4806 2011-02-21 Simon Josefsson <simon@josefsson.org>
4807
4808 * nnimap.el (nnimap-inbox): Doc fix.
4809
4810 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
4811
4812 * shr-color.el (shr-color->hexadecimal): Use renamed function names
4813 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4814 color-lab-to-srgb.
4815
4816 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4817
4818 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4819 given method as in the group name if we're using an extended method.
4820 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4821 command, if we're using that, instead of waiting for the beginning.
4822
4823 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4824 we're sure to get unique server names, and we don't output two async
4825 commands in the same buffer. This fixes an NNTP hang for some users.
4826
4827 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4828
4829 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4830 summary buffer before reading going to the next buffer. This avoids
4831 putting the point in the group buffer if you `C-g' the command.
4832
4833 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4834 cache (for now) to make ~/.authinfo.gpg files usable.
4835
4836 * nnfolder.el (copyright-update): Define for the compiler.
4837
4838 * auth-source.el (auth-source-search): Fix unbound variable.
4839
4840 2011-02-19 Glenn Morris <rgm@gnu.org>
4841
4842 * gnus.el (gnus-meta): Doc fix.
4843
4844 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
4845
4846 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4847 in case it's not yet loaded.
4848
4849 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
4850
4851 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4852 line we're waiting for.
4853
4854 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
4855
4856 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4857 face with line-width greater than zero will cause RET in gnus summary
4858 buffer to scroll down article page-wise because auto vscroll happens,
4859 it should be temporally disabled when doing a scroll-up.
4860
4861 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
4862
4863 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4864 outputs from the server.
4865
4866 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
4867
4868 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4869 later so that bbdb can hook in easier.
4870
4871 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
4872
4873 * auth-source.el (auth-source-search): Don't try to create credentials
4874 if the caller doesn't want that.
4875 (auth-source-search): If we don't find a match, don't bug out on
4876 non-bound variables.
4877 (auth-source-search): Only ask a single backend to create the
4878 credentials.
4879
4880 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4881 logging.
4882 (nnimap-credentials): Protect against auth-source-search returning nil.
4883 (nnimap-request-list): Protect against not being able to open the
4884 server.
4885
4886 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
4887
4888 * auth-source.el (auth-source-search): Do a two-phase search, one with
4889 no :create to get the responses from all backends.
4890
4891 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4892 when getting credentials.
4893
4894 * gnus-util.el (gnus-delete-duplicates): New function.
4895
4896 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
4897
4898 * nnimap.el (nnimap-credentials): Instead of picking the first port as
4899 a creation default, pass the whole port list down. It will be
4900 completed.
4901
4902 * auth-source.el (auth-source-search): Updated docs to talk about
4903 multiple creation choices.
4904 (auth-source-netrc-create): Accept a list as a value (from the search
4905 parameters) and do completion on that list. Keep a separate netrc line
4906 with the password obscured for showing the user.
4907
4908 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4909 first choice to `auth-source-search' so it will be used for entry
4910 creation instead of the server's Gnus-specific name.
4911 (nnimap-credentials): Rely on the auth-source library to select which
4912 port is actually wanted in the new netrc entry, so don't override
4913 `auth-source-creation-defaults'.
4914
4915 * auth-source.el (auth-source-netrc-parse): Use :port instead of
4916 :protocol and accept a missing user, host, or port as a wildcard match.
4917 (auth-source-debug): Default to off.
4918
4919 (auth-source-netrc-search, auth-source-netrc-create)
4920 (auth-source-secrets-search, auth-source-secrets-create)
4921 (auth-source-user-or-password, auth-source-backend, auth-sources)
4922 (auth-source-backend-parse-parameters, auth-source-search): Use :port
4923 instead of :protocol.
4924
4925 * nnimap.el (nnimap-credentials): Pass a port default to
4926 `auth-source-search' in case an entry needs to be created.
4927 (nnimap-open-connection-1): Use :port instead of :protocol.
4928
4929 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
4930
4931 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
4932 instead of delete-dups that is not available in XEmacs 21.4.
4933
4934 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
4935
4936 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4937 nil means that nnimap doesn't get updated.
4938
4939 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
4940
4941 * auth-source.el (auth-source-netrc-create): Return a synthetic search
4942 result when the user doesn't want to write to the file.
4943 (auth-source-netrc-search): Expect a synthetic result and proceed
4944 accordingly.
4945 (auth-source-cache-expiry): New variable to override
4946 `password-cache-expiry'.
4947 (auth-source-remember): Use it.
4948
4949 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4950 parameter. Create entry if necessary by using :create t.
4951 (nnimap-open-connection-1): Don't pass `inhibit-create'.
4952
4953 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
4954
4955 * auth-source.el (auth-source-debug): Enable by default and don't
4956 mention the obsolete `auth-source-hide-passwords'.
4957 (auth-source-do-warn): New function to debug unconditionally.
4958 (auth-source-do-debug): Use it.
4959 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4960 and for Secrets API entries when the secrets.el library is not
4961 available.
4962
4963 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
4964
4965 * gnus-sum.el (gnus-propagate-marks): Default to nil.
4966 (gnus-summary-exit): Kill the correct article buffer on exit from a
4967 `C-d' group.
4968
4969 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4970 gnus-propagate-marks.
4971
4972 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4973 before killing the buffers so that a non-full window conf gets handled
4974 correctly.
4975 (gnus-summary-exit): Ditto.
4976 (gnus-summary-read-group-1): Ditto.
4977
4978 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4979 async code again so that we can debug it properly.
4980
4981 * message.el (message-reply): Take an optional switch-buffer parameter
4982 so that Gnus window confs are respected better.
4983
4984 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
4985
4986 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4987 `plist-get' to accept non-list parameters (XEmacs issue).
4988 Fix docstring.
4989 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4990 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4991 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4992 Login collection is "Login" and not "login".
4993
4994 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
4995
4996 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4997 multiple headers.
4998
4999 * nnimap.el (nnimap-inhibit-logging): New variable.
5000 (nnimap-log-command): Don't log login commands.
5001
5002 * auth-source.el (auth-source-netrc-search): The asserts seem to want
5003 to have more parameters.
5004
5005 * nnimap.el (nnimap-send-command): Mark the command time for each
5006 command, so that we don't get NOOPs stepping on our toes.
5007
5008 * gnus-art.el (article-date-ut): Get the date from the Date header on
5009 `t'.
5010
5011 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5012
5013 * auth-source.el (auth-source-search): Use copy-sequence instead of
5014 the cl.el copy-list.
5015
5016 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
5017
5018 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5019 Improve prompt.
5020
5021 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5022
5023 * gnus-art.el (gnus-article-mode-line-format): Remove the article
5024 washing status from the default format. It isn't very informative.
5025
5026 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
5027
5028 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5029 Fix Gcc processing on imap.
5030
5031 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5032
5033 * message.el (message-bury): Don't pop up a new window when selected
5034 window is dedicated.
5035
5036 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5037
5038 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5039
5040 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
5041
5042 * sieve-manage.el: Autoload `auth-source-search'.
5043 (sieve-sasl-auth): Use it.
5044
5045 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
5046
5047 * nnimap.el: Autoload `auth-source-forget+'.
5048 (nnimap-open-connection-1): Use it if the connection fails.
5049
5050 * auth-source.el: Require `password-cache'.
5051 (auth-source-hide-passwords, auth-source-cache): Remove and mark
5052 obsolete.
5053 (auth-source-magic): Marker for `password-cache' keys.
5054 (auth-source-do-cache): Update docstring.
5055 (auth-source-search): Use and check cache.
5056 (auth-source-forget-all-cached, auth-source-remember)
5057 (auth-source-recall, auth-source-forget, auth-source-forget+)
5058 (auth-source-specmatchp): Caching support functions.
5059 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5060 Remove and obsolete.
5061 (auth-source-user-or-password): Remove caching to further discourage
5062 using it. Always hide passwords.
5063
5064 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
5065
5066 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5067 code for now, since it doesn't work for all users.
5068
5069 2011-02-09 Julien Danjou <julien@danjou.info>
5070
5071 * message.el (message-options): Make message-options really buffer
5072 local.
5073
5074 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
5075
5076 * mail-source.el: Autoload `auth-source-search'.
5077 (mail-source-keyword-map): Note order matters.
5078 (mail-source-set-1): Get all the mail-source source values and
5079 defaults and search auth-source on those if needed. This can all
5080 probably be simplified.
5081
5082 * nnimap.el: Autoload `auth-source-search'.
5083 (nnimap-credentials): Use it.
5084 (nnimap-open-connection-1): Ask for the virtual server and physical
5085 address in one shot.
5086
5087 * nntp.el: Autoload `auth-source-search'.
5088 (nntp-send-authinfo): Use it. Note TODO.
5089
5090 2011-02-08 Julien Danjou <julien@danjou.info>
5091
5092 * shr.el (shr-tag-body): Add support for text attribute in body
5093 markups.
5094
5095 * message.el (message-options): Make message-options a local variable.
5096
5097 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
5098
5099 * auth-source.el (auth-source-secrets-search)
5100 (auth-source-user-or-password): Use `append' instead of `nconc'.
5101 (auth-source-user-or-password): Build return list better and protect
5102 against nil :secret.
5103
5104 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
5105
5106 * nnimap.el (nnimap-update-info): Refactor slightly.
5107 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5108 (nnimap-update-info): Clean up slightly.
5109 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5110 characters.
5111 (nnimap-process-quirk): Rename function to avoid collision.
5112 (nnimap-update-info): Fix macrology bug-out.
5113 (nnimap-update-info): Simplify split history test.
5114
5115 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
5116
5117 * auth-source.el (top): Require 'eieio unconditionally.
5118 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5119 (auth-source-secrets-search): Limit search when `max' is greater than
5120 number of results.
5121
5122 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5123
5124 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5125 part not returning any data.
5126
5127 * proto-stream.el (open-protocol-stream): Document the return value.
5128
5129 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5130
5131 * auth-source.el (auth-source-secrets-search): Add examples.
5132
5133 2011-02-06 Julien Danjou <julien@danjou.info>
5134
5135 * message.el (message-setup-1): Handle message-generate-headers-first
5136 set to t.
5137
5138 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5139
5140 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5141 API with a string "secrets:collection-name" and with 'default.
5142 (auth-source-backend-parse): Parse "secrets:collection-name" and
5143 'default. Recurse on parses instead of repeating code. Use the
5144 Secrets API is the source is not nil and 'ignore otherwise. Emit a
5145 message when ignoring a source.
5146 (auth-source-search): List ignored search keys at the top level.
5147 (auth-source-netrc-create): Use `case' instead of `cond'.
5148 (auth-source-secrets-search): Created with TODOs.
5149 (auth-source-secrets-create): Created with TODOs.
5150 (auth-source-retrieve, auth-source-create, auth-source-delete)
5151 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5152 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5153 (auth-source-user-or-password-sftp)
5154 (auth-source-user-or-password-smtp): Remove.
5155 (auth-source-user-or-password): Deprecated and modified to be a wrapper
5156 around `auth-source-search'. Not tested thoroughly.
5157
5158 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
5159
5160 * auth-source.el: Bring in assoc and eioeio libraries.
5161 (secrets-enabled): New variable to track the status of the Secrets API.
5162 (auth-source-backend): New EIOEIO class to represent a backend.
5163 (auth-source-creation-defaults): New variable to set prompt defaults
5164 during token creation (see the `auth-source-search' docstring for
5165 details).
5166 (auth-sources): Simplify to allow a simple string as a netrc backend
5167 spec.
5168 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5169 (auth-source-backend-parse-parameters): Fill in the backend parameters.
5170 (auth-source-search): Main auth-source API entry point.
5171 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5172 (auth-source-search-collection): Helper function for searching.
5173 (auth-source-netrc-parse, auth-source-netrc-normalize)
5174 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5175 Supports search, create, and delete.
5176 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5177 backend stubs.
5178 (auth-source-user-or-password): Call `auth-source-search' but it's not
5179 ready yet.
5180
5181 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
5182
5183 * message.el (message-setup-1): Remove the read-only stuff, since it
5184 doesn't work under XEmacs, for some reason.
5185
5186 * gnus-sum.el (gnus-user-date): Rename back from
5187 gnus-summary-user-date since user code refers to it.
5188
5189 * shr.el (shr-render-td): Store the actual background color used.
5190
5191 * message.el (message-setup-1): Don't bind the constant
5192 -forbidden-properties.
5193 (message-setup-1): Revert previous change, since it needs to bind the
5194 props to insert them.
5195 (message-resend): Allow removing the read-only separator line.
5196
5197 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5198
5199 * nnimap.el (nnimap-request-accept-article): Give an error message if
5200 the APPEND wasn't successful.
5201
5202 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
5203
5204 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5205 that have no groups.
5206
5207 2011-02-03 Julien Danjou <julien@danjou.info>
5208
5209 * gnus-draft.el: Remove progn around gnus-draft-setup.
5210
5211 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5212
5213 * gnus-start.el (gnus-read-active-for-groups): This function is never
5214 called with a nil `infos', so clean that up.
5215 (gnus-get-unread-articles): Request active files from primary/secondary
5216 methods that have no groups (yet).
5217
5218 2011-02-03 Julien Danjou <julien@danjou.info>
5219
5220 * message.el (message-setup-1): Always generate References first.
5221 (message-mail): Return the return value of message-setup, not always t.
5222 (message-setup-1): Insert mail-header-separator with read-only and
5223 intangible properties set.
5224
5225 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5226 user-date in docstring.
5227
5228 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5229
5230 * gnus.el (gnus-summary-line-format): Mention &user-date format in
5231 docstring.
5232
5233 * gnus.el (gnus-user-date-format-alist): Change default value.
5234 Use defcustom, with type and group. Move from gnus-util.el.
5235 Rename to gnus-summary-user-date-format-alist.
5236
5237 2011-02-03 Glenn Morris <rgm@gnu.org>
5238
5239 * nnimap.el (gnus-fetch-headers): Declare.
5240
5241 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5242
5243 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5244
5245 * message.el (message-forward-make-body-digest-plain)
5246 (message-followup, message-reply): Clean up things noted by Stefan.
5247
5248 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5249 gnus-article-update-date-headers is nil.
5250 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5251 it didn't really work with defcustom.
5252 (article-update-date-lapsed): Make sure the window start doesn't move,
5253 either.
5254
5255 2011-02-01 Julien Danjou <julien@danjou.info>
5256
5257 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5258 format.
5259
5260 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5261 standard in Emacs nowadays.
5262
5263 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5264
5265 * message.el (message-expand-name): Don't trust the return value of
5266 bbdb-complete-name.
5267 (message-check-news-header-syntax): Remove unused var `start'.
5268 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5269 (message-inhibit-body-encoding): Move to before first use.
5270 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5271 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5272 (Organization, Message-ID, Date, mh-previous-window-config):
5273 Defvar the vars using dynamic scoping.
5274
5275 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
5276
5277 * shr.el (shr-render-td): Only do colors at the final rendering.
5278 Should be slightly faster.
5279 (shr-insert-table): Fix up TD background colors when doing the
5280 vertical padding.
5281
5282 * gnus-art.el (article-date-ut): Protect against articles with no Date
5283 header.
5284 (article-update-date-lapsed): Don't use current-column to find the
5285 horizontal position. It's fragile in the presence of \003 characters.
5286
5287 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5288
5289 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5290
5291 * gnus-art.el (article-transform-date): Rewrite to still work when
5292 there are several rfc2822 parts.
5293 (article-transform-date): Fix infinite recursion.
5294 (article-date-ut): Replace infinitely many Date headers with a single
5295 one when called interactively.
5296
5297 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5298 secure manner.
5299
5300 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5301 move around by not using save-window-excursion. It seems to work...
5302
5303 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5304
5305 * gnus-art.el (article-make-date-line): Work for user-defined format.
5306
5307 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5308
5309 * nntp.el (nntp-retrieve-group-data-early)
5310 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5311 fetching functions.
5312
5313 * gnus-start.el (gnus-read-active-for-groups): Read the active files
5314 thoroughly for all backends that have no known groups. This should
5315 allow new nnml methods to retrieve mail.
5316
5317 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5318 that Gnus doesn't know exists again.
5319
5320 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5321 (gnus-treat-date-ut): Ditto.
5322 (gnus-article-update-date-header): Rename.
5323 (gnus-treat-date-local): Remove.
5324 (gnus-treat-date-english): Remove.
5325 (gnus-treat-date-lapsed): Remove.
5326 (gnus-treat-date-combined-lapsed): Remove.
5327 (gnus-treat-date-original): Remove.
5328 (gnus-treat-date-iso8601): Remove.
5329 (gnus-treat-date-user-defined): Remove.
5330 (gnus-article-date-headers): New variable to control all the date
5331 header options.
5332 (article-date-ut): Rewrite to allow using the new way to format date
5333 headers(s).
5334
5335 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
5336
5337 * nnmail.el (nnmail-article-group): Check for a direct fancy split
5338 method.
5339 (nnmail-article-group): A better test for fanciness.
5340
5341 * nnimap.el (nnimap-request-head): Protect against not finding the
5342 article by Message-ID.
5343
5344 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
5345
5346 * gnus-art.el (article-update-date-lapsed): Try a better way to really
5347 keep point at the "same place".
5348
5349 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
5350
5351 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5352 data if the group is inactive.
5353
5354 2011-01-28 Julien Danjou <julien@danjou.info>
5355
5356 * gnus-win.el: Remove dead function gnus-window-configuration-element.
5357 (gnus-all-windows-visible-p): Remove old compatibility code.
5358 (gnus-window-top-edge): Add docstring.
5359
5360 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5361
5362 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
5363
5364 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5365 older request-update-info.
5366
5367 * gnus-art.el (article-make-date-line): Limit the length a bit more.
5368
5369 2011-01-28 Daiki Ueno <ueno@unixuser.org>
5370
5371 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5372 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5373
5374 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
5375
5376 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5377 groups. This makes the nndraft:queue group pop up if it's not already
5378 there.
5379
5380 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5381 messages" logic, which was reversed.
5382
5383 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5384 the "same place" even if point is on the line being replaced.
5385 (article-update-date-lapsed): Allow updating both the combined lapsed
5386 and the lapsed headers.
5387 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5388 (article-make-date-line): Limit the number of segments dynamically to
5389 avoid too-long lines.
5390
5391 2011-01-27 Julien Danjou <julien@danjou.info>
5392
5393 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5394 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5395
5396 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
5397
5398 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5399 Use plist-get instead of the cl function getf.
5400
5401 2011-01-27 Glenn Morris <rgm@gnu.org>
5402
5403 * gnus-util.el (float-time): Get rid of compiler warning, again.
5404
5405 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
5406
5407 * shr.el (shr-put-color): Special-case background colors: Do put them
5408 at the blank parts at the front of the lines.
5409
5410 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5411 exit hook to nix out all data on readedness on group exit.
5412
5413 * gnus-util.el (float-time): If float-time is bound, always use it on
5414 all Emacsen. It's unclear why the subrp check was there.
5415 (time-date): Require to make some autoload issues on XEmacs go away.
5416
5417 * shr.el (shr-put-color): Don't do the box padding in tables, since
5418 they're already padded.
5419
5420 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
5421
5422 * gnus-art.el (gnus-article-next-page): When the last line of the
5423 article is displayed, scroll down once more instead of going to the
5424 next article at once.
5425 (article-lapsed-string): Refactor out and allow specifying how many
5426 segments you want.
5427 (gnus-article-setup-buffer): Start updating the lapsed header directly.
5428 (gnus-article-update-lapsed-header): New variable.
5429
5430 * shr.el: Revert change that made headings use different-sized faces.
5431 The Emacs display engine isn't advanced enough that, for instance,
5432 tables can comfortably use differently-sized faces.
5433
5434 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
5435
5436 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5437 used.
5438 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5439 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5440 we're using an encrypted connection.
5441
5442 * proto-stream.el: Alter the interface functions to also return the
5443 actual stream type used: network or TLS.
5444
5445 2011-01-25 Julien Danjou <julien@danjou.info>
5446
5447 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5448 (mm-display-javascript-inline): New function.
5449
5450 * mm-decode.el (mm-inline-media-tests): Add application/javascript
5451 viewing function.
5452
5453 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5454
5455 * shr.el (shr-expand-newlines): Fix variable name.
5456
5457 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
5458
5459 * shr.el (shr-expand-newlines): Make nested boxes work.
5460
5461 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
5462
5463 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5464 backgrounds.
5465 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5466 in a more sensible manner.
5467
5468 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
5469
5470 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5471 if EPG is loaded.
5472
5473 2011-01-24 Julien Danjou <julien@danjou.info>
5474
5475 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5476 tags.
5477
5478 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
5479
5480 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5481 commands.
5482
5483 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5484 in the article buffer.
5485 (gnus-gravatar-insert): Use blank space from the current buffer to
5486 avoid breaking text properties. This makes X-Sent updating work again.
5487
5488 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5489
5490 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
5491
5492 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5493 fix the bug in url-http.el instead.
5494
5495 * shr.el (shr-image-fetched): Ditto.
5496
5497 * shr.el (shr-image-fetched): Avoid having point move in the article
5498 buffer.
5499
5500 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5501 buffer after being called. It's apparently being killed by url.el, and
5502 killing it made point move to end-of-buffer in a random buffer.
5503
5504 * shr.el (shr-image-fetched): Ditto.
5505
5506 2011-01-23 Julien Danjou <julien@danjou.info>
5507
5508 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5509
5510 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5511 text/x-org.
5512
5513 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5514
5515 * gnus-sum.el (gnus-summary-move-article): Protect against backends
5516 (i.e., nnimap) returning nil as the article number.
5517
5518 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5519
5520 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5521 "DelSp" parameter in RFC3676.
5522
5523 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5524
5525 * message.el (message-check-recipients): Display the encoded version of
5526 the bogus address if they differ.
5527
5528 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5529 after sending.
5530
5531 * gnus-agent.el (gnus-agent-send-mail): Ditto.
5532
5533 * gnus-group.el (gnus-group-refresh-group): New convenience function.
5534
5535 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5536 group buffer after sending the queue.
5537
5538 * gnus-agent.el (gnus-agent-send-mail): Ditto.
5539
5540 2011-01-22 Julien Danjou <julien@danjou.info>
5541
5542 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5543
5544 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5545
5546 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5547 nested related parts.
5548
5549 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5550 unexpired articles. This fixes the regression that led expiry marks to
5551 disappear from nnfolder groups.
5552
5553 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
5554
5555 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5556 Don't confuse the "ret" of "retrograde" with RET.
5557
5558 2011-01-21 Julien Danjou <julien@danjou.info>
5559
5560 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5561 than mm-insert-inline.
5562
5563 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
5564
5565 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5566 Widen article buffer.
5567
5568 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5569
5570 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5571 the temp buffer.
5572 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5573
5574 2011-01-20 Julien Danjou <julien@danjou.info>
5575
5576 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5577
5578 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5579 than mm-insert-inline to insert inline part: this respect
5580 mm-inline-media-tests displayers.
5581
5582 * mm-view.el (mm-display-shell-script-inline): New function.
5583
5584 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5585
5586 * mm-uu.el (mm-uu-type-alist): Add org block.
5587 (mm-uu-org-src-code-block-extract): New function.
5588
5589 * mm-view.el (mm-display-org-inline): New function.
5590
5591 * mm-decode.el (mm-automatic-display): Add text/org.
5592
5593 * mailcap.el (mailcap-mime-extensions): Add .org.
5594
5595 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5596
5597 * gnus-art.el (gnus-article-highlight): Remove argument passed to
5598 gnus-article-add-buttons.
5599
5600 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
5601
5602 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5603 From header with a date and "nobody" as the sender.
5604
5605 2011-01-19 Julien Danjou <julien@danjou.info>
5606
5607 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5608 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5609 if you have the same regexp several times.
5610 (gnus-button-push): Fix matching when regexp is symbol.
5611
5612 2011-01-15 Glenn Morris <rgm@gnu.org>
5613
5614 * message.el (message-mail): A compose-mail function should
5615 accept headers as strings.
5616
5617 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
5618
5619 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5620 Add :vert-only tags.
5621 (message-mail): New arg RETURN-ACTION.
5622 (message-return-action): New var.
5623 (message-bury): Use it.
5624 (message-mode): Make it buffer-local.
5625 (message-send-and-exit): Always call message-bury.
5626
5627 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
5628 message-mail.
5629
5630 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5631
5632 * nnimap.el (nnimap-convert-partial-article): Protect against
5633 zero-length body parts.
5634
5635 * mm-decode.el (mm-preferred-alternative-precedence):
5636 Discourage showing empty parts.
5637
5638 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5639 and stuff if the backend didn't return the article number. This fixes
5640 an Exchange-related nnimap bug.
5641
5642 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5643 group window, because it does the wrong thing when a separate frame
5644 displays the group buffer.
5645
5646 * proto-stream.el (open-protocol-stream): Protect against the low-level
5647 transport functions returning nil.
5648
5649 2011-01-07 Daiki Ueno <ueno@unixuser.org>
5650
5651 * mml2015.el (epg-sub-key-fingerprint): Autoload.
5652 (mml2015-epg-find-usable-secret-key): New function.
5653 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5654 mml2015-epg-find-usable-key (Bug#7797).
5655 (mml2015-epg-encrypt): Ditto.
5656
5657 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5658
5659 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5660
5661 2011-01-03 Glenn Morris <rgm@gnu.org>
5662
5663 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5664
5665 * sieve.el (sieve-open-server): Give a more explicit error if
5666 sieve-manage-open returns nil. (Bug#7720)
5667
5668 2011-01-02 Karl Fogel <kfogel@red-bean.com>
5669
5670 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5671
5672 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5673
5674 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5675 This avoids sending passwords in plain text over non-encrypted
5676 channels.
5677
5678 * shr.el (shr-rescale-image): Display all GIF images as animated images.
5679
5680 * nnimap.el (nnimap-login): Refactored out into own function, and
5681 implement CRAM-MD5.
5682 (nnimap-wait-for-line): Refactored out.
5683
5684 * mm-view.el (mml-smime): Require.
5685
5686 2010-12-20 David Engster <deng@eml.cc>
5687
5688 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5689 use EPG to decrypt S/MIME messages instead of openssl.
5690
5691 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5692
5693 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5694
5695 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5696 status is the group clearly is unreachable.
5697
5698 * auth-source.el (auth-source-create): Add the optional second
5699 parameter to `local-variable-p' to be compatible with XEmacs.
5700
5701 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
5702
5703 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5704 work when using a compressed nnml folder.
5705
5706 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5707
5708 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5709 backends after sanitising on entry, because this never makes sense:
5710 If the articles have gone missing, then the data no longer exists on
5711 the backend, and if they haven't, then Gnus is wrong, and shouldn't
5712 overwrite anything anyway.
5713
5714 * shr.el (shr-insert-document): Bind shr-width dynamically to
5715 window-width if it's nil.
5716
5717 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
5718
5719 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5720 with the meaning of using the full emacs window width for rendering.
5721
5722 2010-12-27 Daiki Ueno <ueno@unixuser.org>
5723
5724 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5725 case when sender is not given.
5726
5727 2010-12-23 Julien Danjou <julien@danjou.info>
5728
5729 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5730 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5731 the addresses, otherwise we might misplaced the gravatar.
5732
5733 2010-12-21 Daiki Ueno <ueno@unixuser.org>
5734
5735 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5736 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5737 obsolete in Emacs.
5738
5739 2010-12-20 Julien Danjou <julien@danjou.info>
5740
5741 * gnus-util.el (gnus-rescale-image): Revert last change.
5742
5743 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5744
5745 * gnus-group.el (gnus-group-delete-articles): New command.
5746
5747 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
5748
5749 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5750
5751 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5752
5753 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5754 here, since it's up to the backends to do CRLF removal if their
5755 protocol has it.
5756
5757 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5758
5759 2010-12-17 Julien Danjou <julien@danjou.info>
5760
5761 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5762 they are from file. Can also scale up.
5763
5764 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
5765
5766 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5767 Restore gnus-use-agent.
5768 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5769
5770 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5771
5772 2010-12-17 Julien Danjou <julien@danjou.info>
5773
5774 * gravatar.el (gravatar-retrieve-synchronously): New function.
5775 (gravatar-get-data): Make more robust.
5776
5777 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5778
5779 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5780 to really consider the last line.
5781
5782 2010-12-16 Daiki Ueno <ueno@unixuser.org>
5783
5784 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5785 list of recipient keys, or use symmetric encryption if not a list.
5786 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5787 EPA override, replacing the call to `netrc-store-data'.
5788
5789 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
5790
5791 * gnus-srvr.el: Avoid passing nil regexp argument to
5792 delete-matching-lines.
5793
5794 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5795
5796 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5797 fetching stops when Gnus exits.
5798
5799 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5800 function.
5801 (nnfolder-request-expire-articles): Save all the buffers after doing
5802 expiry.
5803
5804 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5805 the last article", since that led to serious performance regressions
5806 when expiring nnml groups.
5807
5808 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
5809
5810 * nnir.el: Improve customizations.
5811
5812 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5813
5814 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5815
5816 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5817 group has been killed.
5818 (gnus-group-yank-group): Ditto.
5819
5820 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5821
5822 * nnimap.el (nnimap-request-update-group-status): New function.
5823
5824 * gnus-int.el (gnus-request-update-group-status): New interface
5825 function.
5826
5827 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5828 copying read-ness to the backends.
5829
5830 * nnimap.el (nnimap-quirk): New function.
5831 (nnimap-retrieve-group-data-early): Use it.
5832 (nnimap-quirks): New alist.
5833
5834 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
5835
5836 * shr.el (shr-insert): Set shr-start after deleting trailing space;
5837 don't delete it within indentation.
5838
5839 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5840
5841 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5842 previous line.
5843
5844 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5845
5846 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5847 QRESYNC command by deleting a superfluous space which broke Cyrus
5848 servers. This change will break other servers that are buggy the other
5849 way around.
5850
5851 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5852
5853 * spam.el: Reindent and fix long lines.
5854 (spam-copy-or-move-routine): Exclude invalid move destinations.
5855
5856 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
5857
5858 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5859 installed the registry.
5860
5861 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
5862
5863 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5864 groupname doesn't contain "gmane".
5865
5866 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5867
5868 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5869 (gnus-1): Don't create the nndrafts group twice.
5870 (gnus-setup-news): There's no need to read the active file here, since
5871 that's done again later on a per-backend basis.
5872 (gnus-start-draft-setup): Make sure that the new group is started out
5873 empty.
5874
5875 * gnus-agent.el (gnus-agentize): Don't create the queue group
5876 automatically on startup. It'll be created later, if needed.
5877
5878 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5879 of automatically subscribed groups.
5880 (gnus-auto-subscribed-categories): New variable.
5881 (gnus-matches-options-n): Use it.
5882 (gnus-default-subscribed-newsgroups): Remove unused variable.
5883 (gnus-start-draft-setup): Message a bit less.
5884
5885 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
5886
5887 * nnir.el (nnir-run-imap): Return article list in order of increasing
5888 UID.
5889
5890 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5891
5892 * gnus-sum.el (gnus-summary-enter-digest-group):
5893 Mention gnus-auto-select-on-ephemeral-exit.
5894
5895 * proto-stream.el (proto-stream-open-network-only): Fix the calling
5896 convention of the network-only option.
5897
5898 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5899
5900 * proto-stream.el (proto-stream-open-network-only): New function to
5901 have a way to specify non-STARTTLS upgrade connections.
5902
5903 2010-12-10 Julien Danjou <julien@danjou.info>
5904
5905 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5906 email address is nil.
5907
5908 * message.el (message-bogus-recipient-p): Set address to "" if nil.
5909
5910 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
5911
5912 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5913 deletion.
5914 (nnir-run-imap): Only need to parse list once.
5915
5916 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5917
5918 * shr.el (shr-tag-script): Ignore <script>.
5919 (shr-tag-label): Add <label> support.
5920
5921 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
5922
5923 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5924
5925 * shr.el (shr-image-displayer): Work for images lined side by side.
5926
5927 2010-12-08 Robert Pluim <rpluim@gmail.com>
5928
5929 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5930 parameter, since XEmacs doesn't accept t as a parameter.
5931
5932 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
5933
5934 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5935 ids.
5936 (nnir-run-gmane): Simplify groupspec formatting.
5937 (nnir-request-expire-articles): New function.
5938
5939 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5940
5941 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5942 overflow, possibly.
5943
5944 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5945 (shr-render-td): Handle td style="" better.
5946 (shr-tag-table): Use the color from the style sheet.
5947 (shr-render-td): Make sure we copy over all the overlays, too.
5948
5949 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
5950
5951 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5952 (nnir-request-article): Improve article retrieval.
5953
5954 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
5955
5956 * mm-util.el (mm-extra-numeric-entities): New variable.
5957
5958 * mm-url.el (mm-url-decode-entities):
5959 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5960
5961 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5962
5963 * message.el: Use completion-at-point.
5964 (message-completion-function): New fun, extracted from message-tab.
5965 (message-mode): Use it for completion-at-point-functions.
5966 (message-tab): Use it and completion-at-point.
5967
5968 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
5969
5970 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5971 character if a non-breakable character follows.
5972
5973 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5974
5975 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5976 any stream.
5977
5978 * shr.el (shr-tag-font): Colorize the region.
5979 (shr-tag-body): Ditto.
5980 (shr-tag-font): Actually let the styles be inherited instead of
5981 overwriting them.
5982 (shr-tag-font): Get the background color right.
5983 (shr-tag-style): Ignore all <style> tags for the moment.
5984
5985 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5986 a Message-ID to avoid having nnimap depend on gnus-sum.
5987
5988 * shr.el (shr-descend): Only colorize something if we have a node that
5989 sets colors.
5990
5991 2010-12-06 Julien Danjou <julien@danjou.info>
5992
5993 * shr.el (shr-render-td): Render td content with shr-descend, so style
5994 will be applied to <td> too.
5995 (shr-colorize-region): Colorize region even if we only have a background.
5996 (shr-tag-body): Fix color and background color inheritance.
5997 Do not recolorize after shr-generic.
5998 (shr-tag-font): Let shr-generic colorize via inheritance.
5999
6000 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
6001
6002 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6003
6004 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
6005
6006 * nnir.el (nnir-request-move-article): Remove obsolete code.
6007
6008 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6009
6010 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6011
6012 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6013
6014 * gnus-sum.el (gnus-summary-respool-article): The completion function
6015 expects a list instead of an alist.
6016
6017 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6018 string as the parameter.
6019
6020 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6021
6022 * shr.el (shr-stylesheet): New dynamic variable for cascading the
6023 styles.
6024 (shr-colorize-region): New function.
6025 (shr-insert-background-overlay): Remove.
6026 (shr-render-td): Background setting should be taken care of on a higher
6027 level.
6028 (shr-tag-body): Use post-hoc colorizations.
6029 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6030 (shr-put-color-1): Don't overwrite old colors.
6031 (shr-colorize-region): When the background color isn't explicit, use
6032 a fixed background.
6033
6034 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6035 nnmail variables.
6036
6037 2010-12-05 Bjørn Mork <bjorn@mork.no>
6038
6039 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6040 unless necessary.
6041
6042 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
6043
6044 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6045 server.
6046
6047 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6048
6049 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6050 so that TAB works.
6051
6052 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6053 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6054
6055 * shr.el (shr-urlify): Show the URL before the title to avoid
6056 misleading URLs.
6057
6058 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
6059
6060 * shr.el (shr-urlify): Display the title in <a> tags.
6061
6062 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
6063
6064 * nnir.el (nnir-categorize): Replace mapcar with mapc.
6065
6066 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
6067
6068 * nnir.el: Rearrange code to allow macros to be autoloaded by
6069 gnus-sum.el.
6070 (nnir-retrieve-headers-override-function): Make this variable
6071 customizable.
6072 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6073
6074 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6075 from nnir.el.
6076
6077 2010-12-03 Julien Danjou <julien@danjou.info>
6078
6079 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6080
6081 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6082
6083 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6084 allow optional argument `environment'.
6085
6086 2010-12-03 Glenn Morris <rgm@gnu.org>
6087
6088 * mm-extern.el (message-goto-body): Update declaration.
6089
6090 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6091
6092 * gnus-util.el (gnus-macroexpand-all): New function.
6093
6094 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6095 instead of macroexpand-all that is unavailable in XEmacs.
6096
6097 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
6098
6099 * nnir.el (nnir-summary-line-format): New variable.
6100 (nnir-mode): Use it.
6101 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6102 (nnir-article-ids): Reimplement as defsubst.
6103 (nnir-retrieve-headers): Don't mangle the subject header.
6104 (nnir-run-imap): Use 100 as RSV score.
6105 (nnir-run-find-grep): Fix for full server searching.
6106 (nnir-run-gmane): Better restriction to gmane groups.
6107
6108 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6109 summary buffers.
6110
6111 2010-12-02 Julien Danjou <julien@danjou.info>
6112
6113 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6114
6115 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6116
6117 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6118 support.
6119
6120 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
6121
6122 * nnir.el: Update to handle the registry better.
6123 (autoload): Silence byte-compiler.
6124 (nnir-open-server): Add a hook for nnir groups.
6125 (nnir-request-move-article): Don't mangle the header. Better to use
6126 formatting variables (which will be added in the future).
6127 (nnir-registry-action): Update the registry using the original article
6128 group name.
6129 (nnir-mode): Install nnir-specific hooks for updating the registry.
6130
6131 * gnus-sum.el
6132 (gnus-article-original-subject,gnus-newsgroup-original-name):
6133 Remove obsolete variables.
6134 (gnus-summary-move-article): Remove use of obsolete variables.
6135 (gnus-summary-local-variables): Make move and delete hooks local to
6136 summary buffers.
6137
6138 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6139
6140 * rtree.el: New file.
6141
6142 2010-12-01 Julien Danjou <julien@danjou.info>
6143
6144 * message.el (message-user-organization): Do not use
6145 gnus-local-organization.
6146
6147 * gnus.el: Remove gnus-local-organization.
6148
6149 * gnus-msg.el: Remove nastygram thing.
6150
6151 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
6152
6153 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6154 funcall.
6155
6156 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
6157
6158 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6159 names.
6160
6161 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6162 characters.
6163
6164 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6165 to t of inhibit-read-only since it is inside gnus-with-article-headers.
6166 Suggested by Štěpán Němec <stepnem@gmail.com>.
6167 (gnus-gravatar-transform-address): Use mail-extract-address-components
6168 that supports non-ASCII names rather than mail-header-parse-addresses.
6169
6170 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6171
6172 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
6173 handled by the network handler.
6174
6175 2010-11-30 Julien Danjou <julien@danjou.info>
6176
6177 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6178 (nnimap-open-connection-1): Fix PREAUTH.
6179
6180 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6181
6182 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6183
6184 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6185 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6186 (shr-insert): Use them.
6187 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6188
6189 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
6190
6191 * nnir.el (nnir-request-move-article): Bail out if original group
6192 doesn't support article moves.
6193 (nnir-get-active): Improve active list retrieval.
6194
6195 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6196
6197 * shr.el (shr-find-fill-point): Don't break before apostrophes.
6198
6199 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
6200
6201 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6202 seem to accept strings-with-numbers as port numbers.
6203
6204 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
6205
6206 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6207 change the registry.
6208
6209 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
6210
6211 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6212 delete-dups that is not available in XEmacs 21.4.
6213
6214 * mm-util.el (mm-delete-duplicates): Add comment.
6215
6216 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
6217
6218 * nnir.el (nnir-ignored-newsgroups): New variable.
6219 (nnir-get-active): Use it.
6220
6221 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6222
6223 * proto-stream.el (proto-stream-open-network): Add some comments.
6224
6225 * nntp.el (nntp-open-connection): Provide a :success condition.
6226
6227 * nnimap.el (nnimap-open-connection-1): Ditto.
6228
6229 * proto-stream.el (proto-stream-open-network): See what the response to
6230 the STARTTLS command is.
6231
6232 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6233 backwards compatibility).
6234 (nnimap-open-connection-1): Really respect nnimap-server-port.
6235
6236 * proto-stream.el (proto-stream-open-network): When doing opportunistic
6237 TLS upgrades we don't really care about the identity of the peer.
6238 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6239 that what we've checked for.
6240 (proto-stream-always-use-starttls): Only default to t if
6241 open-gnutls-stream exists.
6242 (proto-stream-open-network): If STARTTLS failed, then just open a
6243 normal connection.
6244 (proto-stream-open-network): Wait until the greeting before doing
6245 STARTTLS.
6246
6247 * nntp.el (nntp-open-connection): Report what the connection error is.
6248
6249 * proto-stream.el (open-protocol-stream): Rename from
6250 open-proto-stream.
6251
6252 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6253
6254 * nnimap.el (nnimap-stream): Change default to `undecided'.
6255 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6256 first, and then network.
6257 (nnimap-open-connection-1): Respect nnimap-server-port.
6258 (nnimap-open-connection): Be more backwards-compatible.
6259
6260 * proto-stream.el (proto-stream-always-use-starttls): New variable.
6261 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
6262 (proto-stream-open-starttls): Folded back into the main function.
6263 (proto-stream-open-network): Fix typo in the GnuTLS path.
6264 (proto-stream-command): Refactor out.
6265
6266 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6267
6268 * proto-stream.el (proto-stream-open-starttls): Actually implement the
6269 starttls.el STARTTLS.
6270
6271 * color.el (color-lab->srgb): Fix function call name.
6272
6273 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6274 if we're using tls.el.
6275 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
6276 built in, then don't try to establish a STARTTLS connection.
6277
6278 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6279 servers.
6280
6281 * proto-stream.el (open-proto-stream): Use network, not stream.
6282 (open-proto-stream): Add a way to specify what the end of a command is.
6283
6284 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6285 connections types.
6286 (nntp-open-network-stream): Remove.
6287 (nntp-open-ssl-stream): Remove.
6288 (nntp-open-tls-stream): Remove.
6289 (nntp-ssl-program): Remove.
6290
6291 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6292
6293 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
6294
6295 * nnir.el: Fix typos.
6296 (nnir-retrieve-headers-override-function): Rename variable to reflect
6297 new semantics.
6298 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6299 macros.
6300 (nnir-request-article, nnir-request-move-article): Use them.
6301 (nnir-categorize): New function.
6302 (nnir-run-query): Use it.
6303 (nnir-retrieve-headers): Rewrite to batch header retrieval.
6304 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6305 sorted.
6306 (nnir-group-full-name): Use gnus-group-full-name instead.
6307 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6308 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6309
6310 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6311
6312 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6313
6314 * proto-stream.el: New library to provide protocol-specific
6315 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6316 protocols.
6317 (open-proto-stream): Complete the documentation.
6318 (proto-stream-open-network): Fix some typos.
6319
6320 * nnimap.el (nnimap-open-connection): Use it.
6321
6322 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
6323
6324 * pop3.el (pop3-open-server): Read server greeting before starting TLS
6325 negotiation.
6326
6327 2010-11-26 Julien Danjou <julien@danjou.info>
6328
6329 * color.el: Rename various rgb functions to srgb.
6330
6331 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6332
6333 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6334 names.
6335
6336 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
6337
6338 * shr.el (shr-insert): Revert last change.
6339 (shr-find-fill-point): Never leave point being at bol;
6340 relax the kinsoku limitation when rendering tables.
6341
6342 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6343
6344 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6345 results from -accept-article.
6346
6347 * shr-color.el: Require cl when compiling.
6348
6349 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6350 checkin.
6351
6352 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6353
6354 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6355
6356 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6357 'add and 'delete to set backend marks.
6358
6359 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6360
6361 * nnheader.el (nnheader-update-marks-actions): Refactor out.
6362
6363 * nntp.el (nntp-request-set-mark): Use it.
6364
6365 * nnfolder.el (nnfolder-request-set-mark): Ditto.
6366
6367 * nnml.el (nnml-request-set-mark): Ditto.
6368
6369 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6370 introduces regressions in article selection.
6371 (nnimap-find-uid-response): New function.
6372 (nnimap-request-accept-article): Use the UID returned, if any.
6373 (nnimap-request-move-article): Use the UID returned, if any.
6374 (nnimap-get-groups): Reimplement to work with folded lines.
6375 (nnimap-find-uid-response): The UID is the last element in the list.
6376 (nnimap-request-set-mark): Extend syntax with 'set.
6377
6378 * nnml.el (nnml-request-set-mark): Ditto.
6379
6380 * nnfolder.el (nnfolder-request-set-mark): Ditto.
6381
6382 * nntp.el (nntp-request-set-mark): Ditto.
6383
6384 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6385
6386 * message.el (message-called-interactively-p): A temporary macro.
6387 (message-goto-body): Use it temporarily.
6388
6389 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6390
6391 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6392 (nnimap-last-response-string): Unfold quoted lines, if they exist.
6393 (nnimap-last-response-string): Fix last unfolding fix.
6394
6395 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6396
6397 * shr.el (shr-insert): Fix the way to fold lines.
6398
6399 2010-11-25 Julien Danjou <julien@danjou.info>
6400
6401 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6402
6403 * color.el: Rename from color-lab.el
6404 (color-rgb->hex): Add.
6405 (color-complement): Add.
6406 (color-complement-hex): Add.
6407
6408 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6409
6410 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6411
6412 * shr-color.el (shr-color-visible): Don't bug out if the color names
6413 don't exist.
6414
6415 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6416
6417 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6418 assuming that article displaying or another mml-preview may be
6419 interrupted for an error or for the like.
6420
6421 * shr.el (shr-get-background): Fix argument name.
6422
6423 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6424
6425 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6426
6427 * gnus-sum.el (gnus-summary-include-articles): New function.
6428
6429 * message.el (message-goto-body): called-interactively-p needs a
6430 parameter, so use `any'.
6431
6432 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6433 clear marks before moving, since they're synced from the Gnus side
6434 first.
6435
6436 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6437 (gnus-summary-move-article): Copy over all marks before moving, so that
6438 IMAP doesn't think a new article has arrived.
6439
6440 2010-11-24 Julien Danjou <julien@danjou.info>
6441
6442 * shr.el (shr-insert-background-overlay): Fix typo.
6443 (shr-render-td): Copy the background before rendering.
6444
6445 * shr-color.el (shr-color-visible): Fix docstring.
6446
6447 * shr.el (shr-tag-table): Add bgcolor support.
6448 (shr-render-td): Add bgcolor support.
6449 (shr-get-background): Add.
6450 (shr-insert-foreground-overlay): Use shr-get-background.
6451
6452 * message.el (message-goto-body): Use called-interactively-p.
6453 (message-in-body-p): message-goto-body returns point.
6454
6455 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6456
6457 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
6458 Fixes something or other in Emacs 23, and is backwards compatible.
6459
6460 * message.el (message-goto-body): Remove the <#secure special-casing,
6461 which is too special.
6462
6463 * shr.el (shr-parse-style): Drop !important from styles.
6464
6465 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
6466
6467 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6468 this function to return incorrect results when calling it with an
6469 explicit article argument different from
6470 (gnus-summary-article-number).
6471
6472 2010-11-24 Julien Danjou <julien@danjou.info>
6473
6474 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6475 (shr-tag-body): Add background support.
6476 (shr-descend): Add background support.
6477 (shr-tag-title): Add.
6478
6479 * shr-color.el (shr-color-visible): Really return original background
6480 if fixed.
6481
6482 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6483
6484 * shr.el (shr-color-check): Protect against non-existent color names.
6485
6486 2010-11-24 Julien Danjou <julien@danjou.info>
6487
6488 * color-lab.el: Require 'cl when compiling.
6489
6490 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6491
6492 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6493 matched part.
6494
6495 * color-lab.el: Fix all expt calls to use float type.
6496
6497 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6498
6499 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6500 expression to shr-color-check as is.
6501
6502 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6503
6504 * color-lab.el: Add coding cookie.
6505 (float-pi): Use eval-and-compile.
6506
6507 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6508
6509 * shr.el (shr-insert-color-overlay): Split stuff like
6510 "#444444 !important" to find the real color.
6511 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6512 parse <font color="red"> entries.
6513
6514 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
6515
6516 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
6517 point when parsing headers.
6518
6519 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
6520 is positioned properly when parsing headers.
6521
6522 2010-11-23 Julien Danjou <julien@danjou.info>
6523
6524 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6525
6526 * shr-color.el (shr-color->hexadecimal): Add support for color names.
6527
6528 * shr.el (shr-parse-style): Replace \n with space in style parsing.
6529
6530 * shr-color.el (shr-color-hsl-to-rgb-fractions):
6531 Use shr-color-hue-to-rgb.
6532 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6533
6534 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6535
6536 * shr.el (shr-color->hexadecimal): Autoload.
6537 (shr-descend): Add color to all tags.
6538
6539 2010-11-22 Julien Danjou <julien@danjou.info>
6540
6541 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6542 shr-color->hexadecimal.
6543
6544 * shr-color.el (shr-color->hexadecimal): Add converting functions for
6545 RGB() or HSL() color representation.
6546
6547 * shr.el (shr-tag-font): Add.
6548 (shr-tag-color-check): New function to get better colors.
6549 (shr-tag-insert-color-overlay): Factorize code between tag-font and
6550 tag-span.
6551
6552 * shr-color.el: New file.
6553
6554 * color-lab.el: New file.
6555
6556 * gnus-art.el (gnus-url-mailto): Do not downcase args.
6557
6558 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
6559
6560 * nnir.el: Fix typo in comments.
6561 (nnir-run-imap): Simplify code. No need to reverse artlist.
6562 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6563
6564 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6565
6566 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6567
6568 * nnimap.el (nnimap-get-capabilities): Refactor out.
6569 (nnimap-open-connection): Re-request capabilities after STARTTLS.
6570
6571 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
6572
6573 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6574 appearing when `mm-uu-hide-markers' is nil.
6575
6576 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6577
6578 * nnimap.el (nnimap-unselect-group): Make into its own function.
6579 (nnimap-request-rename-group): Unselect group before renaming.
6580 This had gotten lost somewhere.
6581 (nnimap-request-accept-article): Keep track of examined groups, and
6582 unselect the group before APPENDing to read-only groups.
6583 (nnimap-request-move-article): Clear flags before moving so that they
6584 can be re-set later.
6585
6586 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
6587
6588 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6589 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6590
6591 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
6592
6593 * gnus-art.el (gnus-mime-display-single):
6594 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6595 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6596 parameter.
6597
6598 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6599
6600 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6601 (shr-table-vertical-line): New variable.
6602 (shr-insert-table): Use it.
6603
6604 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
6605
6606 * gnus-html.el (gnus-html-wash-images): Don't display images if
6607 gnus-inhibit-images is non-nil; register displayer for cid images.
6608 (gnus-html-display-image): Work for cid image.
6609 (gnus-html-insert-image): Allow arguments.
6610 (gnus-html-put-image): Inhibit read-only.
6611 (gnus-html-prefetch-images): Don't prefetch images if
6612 gnus-inhibit-images is non-nil.
6613
6614 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6615
6616 * shr.el (shr-put-image): Break lines when inserting big pictures.
6617
6618 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
6619
6620 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6621 sender, thanks Katsumi Yamaoka.
6622
6623 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
6624
6625 * nnir.el (nnir-run-imap): Reverse the article list for each group
6626 rather than the whole list.
6627
6628 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6629
6630 * shr.el (shr-image-displayer): Protect function against non-existent
6631 image source.
6632
6633 * gnus-art.el (gnus-inhibit-images): New user option.
6634 (gnus-mime-display-single): Don't display image if it is non-nil.
6635
6636 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6637 gnus-inhibit-images.
6638
6639 * shr.el (shr-image-displayer): New function.
6640 (shr-tag-img): Use it.
6641
6642 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
6643
6644 * mml2015.el (mml2015-epg-sign): Use From header.
6645
6646 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6647
6648 * gnus-html.el (gnus-html-wash-images): Register a displayer.
6649
6650 * gnus-util.el (gnus-find-text-property-region): Return markers.
6651
6652 * shr.el (shr-tag-img): Put a displayer in the text property.
6653
6654 * gnus-util.el (gnus-find-text-property-region): New utility function.
6655
6656 * gnus-html.el (gnus-html-display-image): Make the alt optional.
6657 (gnus-html-show-images): Remove.
6658
6659 * gnus-art.el (gnus-article-show-images): New, more general function.
6660
6661 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6662 image url text properties.
6663
6664 * shr.el: Ditto.
6665
6666 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6667 gnus-agent-auto-agentize-methods is set. Which it isn't.
6668
6669 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6670
6671 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6672 work for two or more articles.
6673
6674 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
6675
6676 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6677 divide an image that's in an html article to two or more when washing
6678 non-ASCII characters in alt text of it.
6679
6680 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6681
6682 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6683 smime-decrypt-region using function argument.
6684 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6685
6686 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6687
6688 * smime.el (smime-decrypt-region): Catch it.
6689
6690 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6691
6692 * smime.el (smime-mode-map): Move initialization into declaration.
6693 (gnus-run-mode-hooks): Don't autoload.
6694 (smime-mode): Use define-derived-mode.
6695
6696 2010-11-11 Glenn Morris <rgm@gnu.org>
6697
6698 * smime.el (from): Restrict declaration to XEmacs.
6699
6700 * nnir.el (gnus-group-topic-name): Autoload.
6701
6702 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6703
6704 * shr.el (shr-insert): Don't break long line if it is because of
6705 kinsoku-bol characters in the line end.
6706
6707 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
6708
6709 * nnir.el (nnir-request-move-article): Fix to provide original group
6710 and subject.
6711 (nnir-warp-to-article): Don't fail on articles whose headers haven't
6712 been retrieved.
6713
6714 * gnus-sum.el (gnus-summary-move-article): Use original group and
6715 subject for virtual articles such as those in an nnir summary buffer.
6716
6717 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6718
6719 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6720 least 21.5).
6721
6722 * smime.el (from): Declare it again for XEmacs.
6723
6724 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6725
6726 * message.el (message-resend): Don't disable encoding unless it's
6727 already encoded.
6728
6729 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6730 low-numbered articles.
6731
6732 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
6733
6734 * rfc2047.el (rfc2047-syntax-table): Simplify.
6735
6736 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6737 set-char-table-range for XEmacs.
6738
6739 2010-11-10 Glenn Morris <rgm@gnu.org>
6740
6741 * smime.el (from): Remove unused declaration.
6742
6743 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6744 (gnus-float-time): On Emacs, always an alias.
6745
6746 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6747 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6748
6749 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
6750
6751 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6752
6753 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6754
6755 * shr.el (browse-url-mailto): Autoload.
6756
6757 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6758
6759 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6760 regexp doesn't need quoting.
6761
6762 2010-11-09 Sven Joachim <svenjoac@gmx.de>
6763
6764 * message.el (message-subject-trailing-was-ask-regexp)
6765 (message-subject-trailing-was-regexp): Match was: in addition to was.
6766
6767 2010-11-09 Glenn Morris <rgm@gnu.org>
6768
6769 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6770 (nnbabyl-check-mbox): Use point-at-bol.
6771
6772 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6773
6774 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6775
6776 * message.el (message-mailto): New function.
6777 (message-mailto): Should accept other parameters.
6778 (message-mailto): Remove since it duplicates browse-url-mailto
6779 functionality.
6780
6781 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6782
6783 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6784 methods.
6785 (gnus-read-active-file): Ditto.
6786
6787 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6788 ": " from the prompt.
6789 (gnus-group-make-group): Ditto.
6790
6791 2010-11-07 Glenn Morris <rgm@gnu.org>
6792
6793 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6794 (gnus-bookmark-kill-line): Use point-at-eol.
6795
6796 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
6797
6798 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6799 asterisks in From header.
6800
6801 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6802
6803 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6804 string to avoid making the From headers syntactically invalid.
6805
6806 * message.el (message-send-mail): Don't insert courtesy messages if the
6807 message already has List-Post and List-ID messages.
6808
6809 2010-11-06 Glenn Morris <rgm@gnu.org>
6810
6811 * gnus-art.el (gnus-treat-article): Give dynamic local variables
6812 `condition', `type', `length' a prefix.
6813 (gnus-treat-predicate): Update for above name changes.
6814
6815 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
6816
6817 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6818 binding. Handled by `gnus-summary-refer-thread' instead.
6819 (nnir-warp-to-article): New backend function.
6820
6821 * nnimap.el (nnimap-request-thread): Force dependency updating.
6822
6823 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6824 (gnus-summary-refer-thread): Rework to improve thread-referral.
6825
6826 * gnus-int.el (gnus-warp-to-article): New function.
6827
6828 * gnus-sum.el (gnus-summary-article-map): Bind it.
6829
6830 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
6831
6832 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6833 gnus-summary-refer-thread.
6834
6835 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6836 headers.
6837 (gnus-summary-limit-include-thread): Prevent articles in thread from
6838 being cut in gnus-cut-threads.
6839 (gnus-summary-refer-thread): Limit retrieved headers to those in
6840 thread.
6841
6842 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6843
6844 * message.el (message-send-mail): Use the value of
6845 message-courtesy-message from the message buffer.
6846
6847 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6848
6849 * shr.el (shr-browse-url): Implement mailto: URLs.
6850
6851 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6852 "raw".
6853
6854 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6855 if it's already selected.
6856
6857 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6858
6859 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
6860
6861 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6862 to measure the length and truncate alt text.
6863
6864 2010-11-03 Glenn Morris <rgm@gnu.org>
6865
6866 * nndiary.el (nndiary-generate-nov-databases-1)
6867 (nndiary-generate-active-info): Rename dynamic variable `files' to
6868 something less generic.
6869
6870 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
6871
6872 * nnir.el (nnir-request-move-article): Call the underlying backend to
6873 move articles from nnir.
6874
6875 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6876
6877 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6878
6879 2010-11-02 Julien Danjou <julien@danjou.info>
6880
6881 * nnir.el: Remove wais support.
6882
6883 2010-11-02 Glenn Morris <rgm@gnu.org>
6884
6885 * gnus-html.el: Reorder requirements to quieten compiler.
6886
6887 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
6888
6889 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6890 properly for XEmacs as well.
6891 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6892 (gnus-article-natural-long-line-p): Use window-width rather than
6893 frame-width.
6894
6895 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
6896
6897 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
6898 (nnir-read-parms): Don't modify query.
6899 (nnir-run-query): Add ability to search topic on current line.
6900 (nnir-get-active): Clean up.
6901
6902 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6903
6904 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6905 degenerate articles.
6906
6907 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6908 (gnus-print-buffer): Just print the buffer as is, without any copying
6909 to a buffer and then re-highlighting.
6910
6911 * nnimap.el (nnimap-request-group): Store the new updated info.
6912 (nnimap-request-group): Select the group when we don't know whether it
6913 exists or not.
6914
6915 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6916 groups.
6917
6918 * gnus-group.el (gnus-group-find-new-groups): Display all the new
6919 groups.
6920
6921 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6922 groups.
6923
6924 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6925 long-lines case by only filling the long lines.
6926
6927 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6928 (bug #7311).
6929
6930 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6931
6932 * shr.el: No need to declare `declare-function' since shr.el is for
6933 only Emacsen that provide `libxml-parse-html-region'.
6934
6935 2010-11-01 Glenn Morris <rgm@gnu.org>
6936
6937 * mm-util.el (gnus-completing-read): Autoload.
6938 (mm-read-coding-system): Simplify Emacs definition.
6939
6940 * nnmail.el (gnus-activate-group):
6941 * nnimap.el (gnutls-negotiate):
6942 * nntp.el (netrc-parse): Fix declarations.
6943
6944 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6945
6946 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6947 string-match-p in Emacs >=23.
6948
6949 * gnus-msg.el (gnus-configure-posting-styles):
6950 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6951
6952 2010-11-01 Glenn Morris <rgm@gnu.org>
6953
6954 * nnir.el (declare-function): Add compat stub.
6955 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6956 (nnir-run-gmane): Require 'mm-url.
6957
6958 * mm-util.el (mm-string-to-multibyte): Simplify.
6959
6960 * shr.el (declare-function): Add compat stub.
6961 (url-cache-create-filename): Declare.
6962 (mm-disable-multibyte, widget-convert-button): Autoload.
6963
6964 * smime.el (ldap-search): Declare.
6965 (smime-cert-by-ldap-1): Require ldap on Emacs.
6966
6967 * nnimap.el: Require nnmail, and gnus-sum when compiling.
6968 (nnimap-keepalive): Use gnus-float-time.
6969
6970 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6971 (mail-source-delete-crash-box): Use gnus-float-time.
6972
6973 * gnus-dired.el (gnus-completing-read): Autoload.
6974
6975 * mm-view.el (gnus-rescale-image): Autoload.
6976
6977 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6978
6979 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6980
6981 * sieve-manage.el: Require 'cl when compiling.
6982
6983 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6984 (gnus-iswitchb-completing-read): Require iswitchb.
6985 (gnus-select-frame-set-input-focus): Silence compiler.
6986
6987 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6988
6989 * message.el (message-subject-trailing-was-query): Change default to t,
6990 since I think that's what most people want.
6991
6992 * nnimap.el (nnimap-request-accept-article): Erase buffer before
6993 appending for easier debugging.
6994 (nnimap-wait-for-connection): Take a regexp.
6995 (nnimap-request-accept-article): Wait for the continuation line before
6996 sending anything unless we're streaming.
6997
6998 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6999 leave the header washing to take place.
7000
7001 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7002
7003 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7004 regular expression match and replace in posting styles.
7005
7006 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
7007
7008 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7009 an entire server.
7010 (nnir-get-active): New function.
7011 (nnir-run-imap): Use it.
7012 (nnir-run-gmane): Who knew, gmane search returns an article score!
7013
7014 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7015 server on the current line with nnir.
7016
7017 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7018
7019 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7020 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7021 left edge.
7022 (gnus-article-foldable-buffer): Skip past the prefix when determining
7023 raggedness.
7024
7025 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7026 the raw article, and change `C-u g' to show the article without doing
7027 treatments.
7028
7029 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7030 on to `gnus-treat-article'.
7031 (gnus-inhibit-article-treatments): New variable.
7032
7033 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7034
7035 * gnus-art.el (gnus-treatment-function-alist): Have
7036 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7037 (gnus-treat-fill-long-lines): Change default to fill all text/plain
7038 sections.
7039
7040 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7041 parameter.
7042 (gnus-article-fill-cited-long-lines): New function.
7043 (gnus-article-fill-cited-article): Allow filling only long sections.
7044
7045 * shr.el (shr-find-fill-point): Don't break lines between punctuation
7046 and non-punctuation (like after the apostrophe in "'We").
7047
7048 * gnus-sum.el (gnus-summary-select-article): Make sure
7049 gnus-original-article-buffer is alive.
7050
7051 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7052 reflect the order they are in the digest.
7053
7054 * gnus.el (gnus-group-startup-message): Move point to the start of the
7055 buffer.
7056
7057 * nnimap.el (nnimap-capability): New function.
7058 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7059 is set.
7060
7061 2010-10-31 David Engster <dengste@eml.cc>
7062
7063 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7064 conform with changes to gnus-completing-read.
7065
7066 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7067
7068 * shr.el (shr-tag-img): Output "*" instead of "[img]".
7069
7070 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7071
7072 * nnir.el: Move defvar, defcustom around to keep file organized
7073 and keep byte-compiler quiet.
7074 (nnir-read-parms): Accept search-engine as arg.
7075 (nnir-run-query): Pass search-engine as arg.
7076 (nnir-search-engine): Remove.
7077
7078 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7079
7080 * shr.el (shr-generic): The text nodes should be text, not :text.
7081
7082 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7083 later in the file.
7084
7085 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7086
7087 * nnir.el: General clean up. Allow searching with multiple engines.
7088 Allow separate extra-parameters for each engine.
7089 Batch queries when possible.
7090 (nnir-imap-default-search-key,nnir-method-default-engines):
7091 Add customize interface.
7092 (nnir-run-gmane): New engine.
7093 (nnir-engines): Use it. Qualify all prompts with engine name.
7094 (nnir-search-engine): Remove global variable.
7095 (nnir-run-hyrex): Restore for now.
7096 (nnir-extra-parms,nnir-search-history): New variables.
7097 (gnus-group-make-nnir-group): Use them.
7098 (nnir-group-server): Remove in favor of gnus-group-server.
7099 (nnir-request-group): Avoid searching twice.
7100 (nnir-sort-groups-by-server): New function.
7101
7102 2010-10-30 Julien Danjou <julien@danjou.info>
7103
7104 * gnus-group.el: Remove gnus-group-fetch-control.
7105
7106 * gnus-start.el (gnus-find-new-newsgroups):
7107 Remove gnus-check-first-time-used.
7108
7109 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7110
7111 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
7112
7113 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7114 set on groups that don't have \* permanentflags.
7115
7116 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7117
7118 * shr.el (shr-tag-span): Drop colorization of regions since we don't
7119 control the background color.
7120 (shr-tag-img): Ignore very small web bug type images.
7121 (shr-put-image): Add help-echo alt texts to the images.
7122 (shr-tag-video): Show the video poster image.
7123
7124 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7125
7126 * shr.el (shr-table-depth): New variable.
7127 (shr-tag-table-1): Only insert the images after the top-level table.
7128
7129 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7130
7131 * gnus-util.el (gnus-list-memq-of-list): New function.
7132
7133 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7134 selected.
7135 (nnimap-unsplittable-articles): New slot.
7136 (nnimap-new-articles): Use it.
7137
7138 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
7139
7140 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7141 move to the previous line on `M-g'.
7142
7143 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7144
7145 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7146 *-request-group, which seems unnecessary.
7147
7148 * nnimap.el (nnimap-quote-specials): Function copied over from
7149 imap.el.
7150 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7151 they support that. Suggested by Tom Regner.
7152
7153 2010-10-29 Julien Danjou <julien@danjou.info>
7154
7155 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7156 defalias.
7157 (gnus-summary-delete-marked-with): Remove obsolete defalias.
7158
7159 * gnus.el: Remove `gnus-nntp-service' variable.
7160 (gnus-secondary-servers): Make obsolete.
7161 (gnus-nntp-server): Make obsolete.
7162
7163 * gnus-start.el (gnus-1): Remove x-splash calls.
7164
7165 * gnus-ems.el (gnus-x-splash): Remove.
7166
7167 * gnus.el (gnus-group-startup-message): Simplify/update code.
7168
7169 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7170 capability before doing anything.
7171 (gnus-group-insert-group-line): Remove useless
7172 gnus-group-remove-excess-properties.
7173
7174 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
7175
7176 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7177
7178 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7179
7180 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7181 config after reselecting.
7182
7183 2010-10-28 Julien Danjou <julien@danjou.info>
7184
7185 * shr.el (shr-put-image): Use point even if only inserting text.
7186 (shr-put-image): Save excursion when inserting alt text on non-graphic
7187 display, so the behavior is the same when we are on a graphic display.
7188
7189 * nnir.el (nnir-run-swish-e): Remove hyrex support.
7190
7191 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7192
7193 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7194 (gnus-mime-copy-part): Check coding system, not charset.
7195 (gnus-mime-view-part-externally): Never remove part.
7196 (gnus-mime-view-part-internally): Don't remove part here.
7197 (gnus-article-part-wrapper): Make sure MIME tag is visible.
7198 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7199 multipart/alternative.
7200
7201 * mm-decode.el (mm-display-part): Take optional arg `force'.
7202
7203 2010-10-26 Julien Danjou <julien@danjou.info>
7204
7205 * gnus-group.el (gnus-group-default-list-level): Add this function to
7206 compute the default list level.
7207 (gnus-group-default-list-level): Add possibility to use a function.
7208
7209 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
7210
7211 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7212
7213 * gnus-group.el (gnus-group-completing-read)
7214 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7215 gnus-replace-in-string.
7216
7217 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
7218
7219 * shr.el (shr-tag-div): Add.
7220
7221 2010-10-25 Julien Danjou <julien@danjou.info>
7222
7223 * gnus-util.el: Remove `gnus-with-local-quit'.
7224
7225 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7226
7227 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7228
7229 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7230 the original article buffer.
7231
7232 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7233
7234 * nnimap.el (nnimap-request-head): New function.
7235 (nnimap-request-move-article): Try to be slightly faster by not
7236 requesting the entire message when moving.
7237 (nnimap-transform-headers): Don't bug out on bodiless articles.
7238 (nnimap-send-command): Have no outstanding messages if the IMAP server
7239 doesn't support streaming.
7240 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7241
7242 2010-10-24 Julien Danjou <julien@danjou.info>
7243
7244 * message.el (message-default-headers): Fix type.
7245
7246 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7247
7248 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7249 prefetching images.
7250
7251 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7252 backend for unknown groups. This is mainly useful for nnimap groups.
7253
7254 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7255 group isn't covered by the agent.
7256
7257 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
7258
7259 * nnir.el (nnir-method-default-engines): New variable.
7260 (nnir-run-query): Use it.
7261 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7262 (gnus-summary-nnir-goto-thread): Change group if needed.
7263
7264 * gnus-group.el (gnus-group-group-map): Add key binding for
7265 gnus-group-make-nnir-group.
7266
7267 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7268
7269 * shr.el (shr-tag-object): Add.
7270
7271 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7272 original article buffer live.
7273 (gnus-summary-select-article-buffer):
7274 Mention gnus-widen-article-buffer.
7275
7276 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7277
7278 * shr.el (shr-tag-strong): Add.
7279
7280 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7281
7282 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7283 group names. They mess up the group buffer badly.
7284
7285 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7286
7287 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7288 instead of the summary one.
7289
7290 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
7291
7292 * mml.el (mml-preview): Work properly when editing article.
7293
7294 * gnus-start.el (gnus-read-active-file-1): Don't add method to
7295 gnus-have-read-active-file if it's already been in.
7296
7297 2010-10-22 Tom Tromey <tromey@redhat.com>
7298
7299 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7300 gnus-group-completing-read.
7301
7302 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7303
7304 * message.el (message-mode-map): Don't bind M-; to comment region, to
7305 allow the global comment-dwim to work.
7306
7307 2010-10-21 Julien Danjou <julien@danjou.info>
7308
7309 * message.el (message-setup-1): Allow message-default-headers to be a
7310 function.
7311
7312 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7313
7314 * shr.el (shr-tag-table): Simplify.
7315
7316 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7317
7318 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7319 to avoid trying to snarf invalid stuff.
7320
7321 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7322
7323 * gnus.el (gnus-message-archive-group): Quote value.
7324 (gnus-message-archive-group): Mark as changed.
7325
7326 * shr.el (shr-add-font): Don't put the font properties on the newline
7327 or the indentation.
7328
7329 * message.el (message-fix-before-sending): Change options when sending
7330 non-printable characters.
7331
7332 * gnus.el (gnus-message-archive-method): Change the default to
7333 monthly outgoing groups.
7334
7335 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7336 that have gotten new numbers.
7337
7338 * nnimap.el (nnimap-request-replace-article): New function.
7339
7340 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7341
7342 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7343 (nnrss-request-article): Don't use special html washing code.
7344
7345 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7346
7347 * shr.el (shr-tag-table): Remove useless nconc.
7348
7349 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7350
7351 * gnus-art.el (article-wash-html): Simplify and remove the charset
7352 stuff. Use the normal html rendering code instead of the special html
7353 washing code.
7354
7355 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7356 `gnus-w3m' symbols.
7357 (mm-text-html-washer-alist): Remove.
7358
7359 * mm-decode.el (mm-inline-text-html-renderer): Remove.
7360 (mm-inline-media-tests): Remove use.
7361 (mm-text-html-renderer): Change default to the `shr' symbol.
7362
7363 * mm-view.el (mm-inline-text-html): Remove use.
7364
7365 * gnus-art.el (gnus-blocked-images): New function. Allow the
7366 `gnus-blocked-images' to be a function.
7367 (gnus-article-wash-function): Remove.
7368
7369 2010-10-20 Julien Danjou <julien@danjou.info>
7370
7371 * spam.el (spam-list-of-processors): Mark as obsolete.
7372
7373 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7374 (nnimap-insert-partial-structure): Fix boundary detection.
7375
7376 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
7377
7378 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7379 run file-truename on remote files. This can be expensive and even
7380 prevent one from editing drafts if some unrelated buffer has a stale
7381 connection.
7382
7383 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7384
7385 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7386 kinsoku-eol regardless of shr-kinsoku-shorten.
7387 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7388 (shr-tag-table): Support caption, thead, and tfoot.
7389
7390 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7391
7392 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7393 lines.
7394 (shr-save-contents): New command and keystroke.
7395
7396 * nndoc.el (nndoc-type-alist): Add git support.
7397 (nndoc-git-type-p): New function.
7398 (nndoc-transform-git-article): Ditto.
7399 (nndoc-transform-git-headers): Ditto.
7400 (nndoc-transform-git-headers): Generate Subject headers.
7401
7402 * shr.el (shr-parse-style): New function.
7403 (shr-tag-span): Ditto.
7404
7405 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7406 to `G G' to avoid collisions.
7407
7408 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7409
7410 * shr.el: Load kinsoku if necessary.
7411 (shr-kinsoku-shorten): New internal variable.
7412 (shr-find-fill-point): Make kinsoku shorten text line if
7413 shr-kinsoku-shorten is bound to non-nil.
7414 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7415 shr-indentation too when testing if table is wider than frame width.
7416 (shr-insert-table): Use `string-width' instead of `length' to measure
7417 text width.
7418 (shr-insert-table-ruler): Make sure indentation is done at bol.
7419
7420 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7421
7422 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7423 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7424 undecoded network data.
7425
7426 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7427
7428 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7429 name in the mode line spec so that the mode line menu works
7430 (bug #2431).
7431
7432 * message.el (message-get-reply-headers): If we're fed `to-address',
7433 then always use that.
7434
7435 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7436 aren't so wide as to need to switch off the edit menu.
7437
7438 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7439 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7440
7441 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7442 `M-g'.
7443 (nnimap-update-info): Update flags/read marks even if \* isn't part of
7444 the permanent marks.
7445
7446 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
7447
7448 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7449 Splitting according to references/in-reply-to obeys the ignore-groups
7450 variable, while splitting by sender and subject do not.
7451
7452 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7453
7454 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7455 alist, so that we can look for non-Unicode chars.
7456 (article-translate-strings): Allow both character and string maps.
7457
7458 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
7459
7460 * shr.el (shr-insert): Don't insert space behind a wide character
7461 categorized as kinsoku-bol, or between characters both categorized as
7462 nospace.
7463
7464 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
7465
7466 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
7467 headers to gnus-newsgroup-headers.
7468
7469 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7470
7471 * shr.el (shr-tag-img): Don't align images -- since we're not
7472 rescaling, this often leads to ugly displays.
7473
7474 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
7475
7476 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7477 duplicates.
7478
7479 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7480
7481 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7482 call.
7483
7484 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7485
7486 * gnus.el: Autoload gnus-html-show-images.
7487
7488 * nnimap.el: Use nnheader-message throughout.
7489
7490 * shr.el (shr-tag-img): Ignore images with no data.
7491
7492 2010-10-15 Julien Danjou <julien@danjou.info>
7493
7494 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7495 a possibility to disable format=flow encoding when using hard newlines.
7496
7497 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7498
7499 * shr.el (shr-insert): Remove space inserted before or after a
7500 breakable character or at the beginning or the end of a line.
7501 (shr-find-fill-point): Do kinsoku; find the second best point or give
7502 it up if there's no breakable point.
7503
7504 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7505
7506 * nnimap.el (nnimap-open-connection): Message when opening connection
7507 for debugging purposes.
7508
7509 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7510 on every setup buffer call to allow this to change from article to
7511 article.
7512
7513 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7514 buffers where we have a wide table.
7515
7516 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
7517
7518 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7519 uses *-request-thread.
7520
7521 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7522
7523 * nnimap.el (nnimap-open-connection): Remove %s from openssl
7524 incantation, which is no longer valid.
7525
7526 2010-10-14 Julien Danjou <julien@danjou.info>
7527
7528 * shr.el: Fix defcustom type (char -> character).
7529
7530 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7531
7532 * nnimap.el (nnimap-open-connection): tls-program should be a list of
7533 programs.
7534
7535 2010-10-14 Julien Danjou <julien@danjou.info>
7536
7537 * shr.el (shr-tag-a): Use url-link as widget type.
7538
7539 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7540 `gnus-group-get-icon'.
7541
7542 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7543
7544 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7545 This should make server editing work better.
7546
7547 * shr.el (shr-find-fill-point): Don't inloop on indented text.
7548
7549 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7550 (nnimap-parse-flags): Fix regexp.
7551
7552 * shr.el (shr-find-fill-point): Use a filling algorithm that should
7553 probably work for CJVK text, too.
7554
7555 * nnimap.el (nnimap-extend-tls-programs): Remove.
7556 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7557
7558 2010-10-13 Julien Danjou <julien@danjou.info>
7559
7560 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7561 responses.
7562
7563 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7564
7565 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7566
7567 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7568 anything in Emacs.
7569
7570 * shr.el (shr-current-column): Remove buggy and unnecessary function.
7571
7572 2010-10-13 Julien Danjou <julien@danjou.info>
7573
7574 * shr.el (shr-width): Make shr-width a defcustom with default to
7575 fill-column.
7576 (shr-tag-img): Use shr-width rather than fill-column.
7577
7578 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7579
7580 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7581
7582 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7583 position when (X-)Faces exist.
7584 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7585 avatars when called interactively.
7586
7587 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7588
7589 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7590 gnus-article-x-face-too-ugly is bound.
7591
7592 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7593
7594 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7595
7596 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7597 mailbox that doesn't exist.
7598
7599 2010-10-12 Julien Danjou <julien@danjou.info>
7600
7601 * shr.el (shr-tag-img): Encode URL properly when retrieving.
7602 (shr-get-image-data): Encode URL properly when fetching from cache.
7603 (shr-tag-img): Use aligned-to spaces to align correctly images.
7604
7605 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7606 before inserting the Gravatar.
7607
7608 * shr.el (shr-tag-img): Add align attribute support for <img>.
7609
7610 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7611
7612 * gnus-gravatar.el (gnus-art): Require.
7613
7614 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7615 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7616 Remove long obsoleted functions.
7617
7618 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7619
7620 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7621
7622 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7623 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7624 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
7625 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
7626 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
7627 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
7628 Fix comment for declare-function.
7629
7630 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7631
7632 * nnimap.el (nnimap-request-rename-group): Select group read-only
7633 before renaming it.
7634
7635 * shr.el (shr-insert): Fix up the white space only regexp.
7636
7637 * nnimap.el (nnimap-transform-split-mail): Not all articles have
7638 bodies. Protect against this. Reported by Michael Welsh Duggan.
7639
7640 * shr.el (shr-current-column): New function.
7641 (shr-find-fill-point): New function.
7642
7643 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
7644
7645 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7646 numbers.
7647
7648 2010-10-11 Julien Danjou <julien@danjou.info>
7649
7650 * shr.el (shr-hr-line): Add.
7651 (shr-tag-hr): Use shr-hr-line to specify which character to use to
7652 display hr lines.
7653 (shr-max-columns): Do not change state to nil if we just inserting
7654 spaces.
7655
7656 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7657
7658 * gnus-topic.el (gnus-topic-read-group): If after the last group,
7659 select the last group.
7660
7661 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
7662
7663 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7664
7665 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7666
7667 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7668 for Gnus.
7669 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7670 (nnimap-update-qresync-info): Mark \Seen articles as read.
7671
7672 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7673 non-variable, too.
7674
7675 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
7676 available.
7677 (nnimap-update-info): Rely more on the current active than the param
7678 active to avoid marking articles as read too much.
7679
7680 * auth-source.el (auth-source-create): Use (user-login-name) for the
7681 user name default.
7682
7683 * nnimap.el (nnimap-update-info): If the server doesn't return any
7684 useful info, just use the previous info.
7685 (nnimap-update-info): Prefer old info over start-article.
7686 (nnimap-update-qresync-info): Finish implementing QRESYNC.
7687
7688 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
7689
7690 * nnir.el (autoload): Clean up autoloads.
7691 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7692 Use key rather than value.
7693 (nnir-imap-search-other): New variable.
7694 (nnir-read-parm): Use it.
7695 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7696 (gnus-summary-nnir-goto-thread): Modify to work with imap.
7697
7698 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7701 the process, too.
7702
7703 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7704
7705 * spam.el (gnus-summary-mode-map): Bind to "$".
7706 Suggested by Russ Allbery.
7707
7708 * shr.el: Rework the way things are indented by <li> slightly.
7709
7710 * gnus.el (gnus-group-set-parameter): Fix typo.
7711
7712 * nnimap.el: Start implementing QRESYNC support.
7713
7714 2010-10-09 Julien Danjou <julien@danjou.info>
7715
7716 * nnir.el (nnir-engines): Fix too many arguments.
7717
7718 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7719
7720 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7721 group is the "last", so that the backends like nnfolder actually save
7722 their folders.
7723
7724 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
7725 try to use that for the TLS stream.
7726 (nnimap-retrieve-group-data-early): Rework the marks code to heed
7727 UIDVALIDITY and find out which groups are read-only and not.
7728 (nnimap-get-flags): Use the same marks parsing code as the rest of
7729 nnimap.
7730
7731 2010-10-09 Julien Danjou <julien@danjou.info>
7732
7733 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7734
7735 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7736 retrieving gravatars.
7737
7738 * shr.el (shr-table-corner): Add.
7739 (shr-table-line): Add.
7740 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7741
7742 2010-10-08 Julien Danjou <julien@danjou.info>
7743
7744 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7745
7746 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
7747
7748 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7749
7750 * gnus-sum.el (gnus-mark-article-as-unread)
7751 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7752 (gnus-summary-set-bookmark): Use it.
7753
7754 * gnus-msg.el (gnus-setup-message): Use it.
7755
7756 * gnus-demon.el (gnus-demon-remove-handler): Use it.
7757
7758 * gnus.el (gnus-group-remove-parameter): Use it.
7759
7760 * gnus-group.el (gnus-group-make-web-group): Use it.
7761
7762 * gnus-demon.el (gnus-demon-remove-handler): Use it.
7763
7764 * nnregistry.el: Update docs to mention manual.
7765
7766 * gnus-registry.el: Update docs to mention nnregistry.el.
7767 (gnus-registry-initialize): Don't install nnregistry refer method
7768 automatically.
7769 (gnus-registry-install-nnregistry): Remove it.
7770
7771 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7772
7773 * shr.el (shr-insert): Don't insert double spaces.
7774
7775 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
7776
7777 * gnus-gravatar.el (gnus-treat-from-gravatar)
7778 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7779 called interactively.
7780
7781 * gnus-art.el (gnus-mime-view-part-externally)
7782 (gnus-mime-view-part-internally): Make predicate function passed to
7783 gnus-mime-view-part-as-type assume argument is a mime type, not a list
7784 of a mime type.
7785
7786 * shr.el (shr-table-widths): Don't use cl function `reduce'.
7787
7788 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7789
7790 * shr.el (require): Require cl when compiling.
7791 (shr-tag-hr): New function.
7792
7793 * nnimap.el (nnimap-update-info): Remove double setting of high.
7794 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7795 This makes nnimap work properly on Courier again.
7796
7797 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7798 the variable for backwards compatibility.
7799
7800 * mm-decode.el (mm-save-part): If given a non-directory result, expand
7801 the file name before using to avoid setting mm-default-directory to
7802 nil.
7803
7804 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7805 bidning gnus-agent variables.
7806
7807 * shr.el (shr-render-td): Use a cache for the table rendering function
7808 to avoid getting an exponential rendering behavior in nested tables.
7809 (shr-insert): Rework the line-breaking algorithm.
7810 (shr-insert): Don't leave trailing spaces.
7811 (shr-insert-table): Also insert empty TDs.
7812 (shr-tag-blockquote): Ensure paragraphs after </ul>.
7813
7814 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7815
7816 * gnus-sum.el (gnus-number): Rename from `number'.
7817 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7818 (gnus-summary-limit-children): Update uses correspondingly.
7819
7820 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7821
7822 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7823 (gnus-gravatar-transform-address): Don't show avatars of people of
7824 which mail addresses match gnus-gravatar-too-ugly.
7825
7826 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7827
7828 * shr.el (shr-table-widths): Expand TD elements to fill available
7829 space.
7830
7831 2010-10-07 Julien Danjou <julien@danjou.info>
7832
7833 * nnimap.el (nnimap-request-rename-group): Add this method.
7834
7835 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7836
7837 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7838 name from XEmacs' function-arglist.
7839
7840 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7841 gravatar under XEmacs.
7842
7843 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
7844
7845 * auth-source.el: Update docs with TODO items.
7846
7847 * gnus-sync.el: Update docs to explain state and plans.
7848
7849 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7850 Hooks for mark updates.
7851 (gnus-request-set-mark, gnus-request-update-mark): Use them.
7852
7853 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7854 hooks with arguments, which is needed for mark update hooks.
7855
7856 2010-10-06 Julien Danjou <julien@danjou.info>
7857
7858 * gnus.el (gnus-expand-group-parameter): Only return and act on what
7859 was matched.
7860
7861 * sieve-manage.el: Update example in `Commentary'.
7862
7863 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7864
7865 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7866 not 2000.
7867 (sieve-manage-authenticate): Re-add function.
7868
7869 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7870
7871 * shr.el (shr-insert): Get 'space transition right.
7872 (shr-render-td): Only delete space at the end of the TD.
7873
7874 * nnimap.el (nnimap-open-connection): Prepare to support
7875 open-gnutls-stream.
7876
7877 * shr.el: Rearrange function order to be more logical.
7878
7879 2010-10-06 Julien Danjou <julien@danjou.info>
7880
7881 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7882 (nnrss-discover-feed): Remove 404 URL in docstring.
7883
7884 * nnir.el: Fix Swish-E URL.
7885 Fix Namazu URL.
7886
7887 * message.el (message-change-subject): Remove 404 URL in a comment.
7888
7889 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
7890
7891 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7892 called interactively.
7893
7894 * gnus-util.el (gnus-remove-if): Allow hash table.
7895 (gnus-remove-if-not): New function.
7896
7897 * gnus-art.el (gnus-mime-view-part-as-type):
7898 * gnus-score.el (gnus-summary-score-effect):
7899 * gnus-sum.el (gnus-read-move-group-name):
7900 Replace remove-if-not with gnus-remove-if-not.
7901
7902 * gnus-group.el (gnus-group-completing-read):
7903 Regard collection as a hash table if it is not a list.
7904
7905 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7906
7907 * shr.el (shr-render-td): Allow blank/missing <TD>s.
7908
7909 * shr.el: Document the table-rendering algorithm.
7910
7911 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7912 invalid URLs.
7913
7914 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7915 line-broken.
7916 (shr-tag-img): Ignore image fetching errors.
7917 (shr-overlays-in-region): Compute overlay positions correctly.
7918
7919 * mm-decode.el (mm-shr): Require shr.
7920
7921 * gnus-art.el (gnus-blocked-images): Move variable here.
7922
7923 * shr.el (shr-insert-table): Bind free variable.
7924
7925 * mm-decode.el (mm-shr): Bind shr-content-function.
7926
7927 * shr.el (shr-content-function): New variable.
7928
7929 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7930 added for symmetry.
7931
7932 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7933
7934 * gnus-group.el (gnus-group-make-group): Doc fix.
7935
7936 * nnimap.el (nnimap-request-newgroups): Return success.
7937
7938 * shr.el (shr-find-elements): New function.
7939 (shr-tag-table): Put all the images after the table.
7940 (shr-tag-table): Really inhibit images inside the table.
7941 (shr-collect-overlays): Copy over overlays from the TD elements to the
7942 main document.
7943
7944 * mm-decode.el (mm-shr): Bind shr-blocked-images to
7945 gnus-blocked-images.
7946
7947 2010-10-05 Julien Danjou <julien@danjou.info>
7948
7949 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7950
7951 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7952 (gnus-html-maximum-image-size): Add this function.
7953 (gnus-html-put-image): Use gnus-html-maximum-image-size.
7954
7955 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7956 server-value of the capability is nil.
7957
7958 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7959
7960 * shr.el (shr-tag-em): Add <EM> tag.
7961
7962 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
7963
7964 * sieve-manage.el (sieve-manage-default-stream): Make default stream
7965 customizable.
7966
7967 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7968 handing broken links to browse-url.
7969
7970 2010-10-05 Julien Danjou <julien@danjou.info>
7971
7972 * gnus-util.el (gnus-emacs-completing-read)
7973 (gnus-iswitchb-completing-read): Use autoload rather than require.
7974
7975 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
7976
7977 * gnus-util.el (gnus-completing-read-function): Exclude
7978 gnus-icompleting-read and gnus-ido-completing-read from candidates for
7979 XEmacs since iswitchb.el is very old and ido.el is unavailable in
7980 XEmacs.
7981
7982 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7983 not to use `delete-dups' that is unavailable in XEmacs 21.4.
7984
7985 * gnus-html.el: Don't require help-fns under XEmacs.
7986 (gnus-html-schedule-image-fetching): Work for XEmacs.
7987
7988 * mm-decode.el (mm-shr): Decode contents by charset.
7989
7990 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7991
7992 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7993 unknown.
7994
7995 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7996 (shr-get-image-data): Ensure against the cache file missing.
7997
7998 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7999 for data.
8000
8001 * spam-report.el (spam-report-url-ping-plain): Don't query about
8002 killing the process.
8003
8004 * shr.el (shr-render-td): Protect against too-wide text.
8005
8006 2010-10-04 Julien Danjou <julien@danjou.info>
8007
8008 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8009 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8010
8011 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8012 retrieved.
8013
8014 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8015
8016 * shr.el (browse-url): Require.
8017 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8018 lines.
8019 (shr-show-alt-text, shr-browse-image): New commands.
8020 (shr-browse-url, shr-copy-url): New commands.
8021
8022 * gnus-sum.el (gnus-widen-article-window): New variable.
8023 (gnus-summary-select-article-buffer): Use it.
8024
8025 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8026 without @ signs.
8027
8028 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8029
8030 * nnir.el (nnir-run-imap): Remove spurious space in search string.
8031
8032 2010-10-04 Julien Danjou <julien@danjou.info>
8033
8034 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8035 for XEmacs.
8036
8037 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8038
8039 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8040
8041 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8042 (nnimap-close-server): Implement.
8043
8044 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8045 (shr-insert): Tweak line breaking.
8046 (shr-insert): Handle <pre> better.
8047 (shr-tag-li): Get <li> indentation right.
8048 (shr-tag-li): Get <li> indentation even righter.
8049 (shr-tag-blockquote): Ensure paragraph start.
8050 (shr-make-table): Tweak table generation.
8051 (shr-make-table): Fix typo.
8052
8053 * shr.el: Implement table rendering.
8054
8055 2010-10-04 Julien Danjou <julien@danjou.info>
8056
8057 * gnus-html.el (gnus-html-put-image): Fix resize image code.
8058
8059 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8060
8061 * shr.el (shr-insert): Use string anchors instead of line anchors.
8062
8063 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8064
8065 * shr.el: Add headings.
8066 (shr-ensure-paragraph): Actually work.
8067 (shr-tag-li): Make <ul> prettier.
8068 (shr-insert): Get white space at the beginning/end of elements right.
8069 (shr-tag-p): Collapse subsequent <p>s.
8070 (shr-ensure-paragraph): Don't insert double line feeds after blank
8071 lines.
8072 (shr-insert): \t is also space.
8073 (shr-tag-s): Fix "s" tag name function.
8074 (shr-tag-s): Fix face prop name.
8075
8076 2010-10-03 Julien Danjou <julien@danjou.info>
8077
8078 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8079
8080 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8081 gnus-window-inside-pixel-edges.
8082
8083 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8084 gnus-ems.
8085
8086 * mm-view.el (mm-inline-image-emacs): Support image resizing.
8087
8088 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8089 function.
8090
8091 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8092 resize choice.
8093
8094 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8095
8096 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8097 beginning of the buffer.
8098
8099 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8100 article buffer again.
8101
8102 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8103
8104 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8105 when it's at the start of the buffer.
8106
8107 * shr.el (shr-tag-blockquote): Convert name.
8108 (shr-rescale-image): Use the right image-size variant.
8109
8110 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8111 buffer isn't shown, then select the current article first instead of
8112 bugging out.
8113 (gnus-summary-select-article-buffer): Show both the article and summary
8114 buffers again.
8115
8116 * shr.el (shr-fontize-cont): Protect against regions with no text.
8117 Rename tag functions to shr-tag-* for enhanced security.
8118 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8119
8120 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
8121
8122 * shr.el (shr-insert):
8123 * pop3.el (pop3-movemail):
8124 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8125 loaded.
8126
8127 2010-10-03 Glenn Morris <rgm@gnu.org>
8128
8129 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8130
8131 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8132
8133 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8134
8135 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8136
8137 * gnus-util.el (gnus-make-local-hook): Simplify.
8138
8139 2010-10-02 Julien Danjou <julien@danjou.info>
8140
8141 * gnus-util.el (gnus-iswitchb-completing-read): New function.
8142 (gnus-ido-completing-read): New function.
8143 (gnus-emacs-completing-read): New function.
8144 (gnus-completing-read): Use gnus-completing-read-function.
8145 Add gnus-completing-read-function.
8146
8147 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8148
8149 * shr.el (shr-insert-document): Autoload.
8150 (shr-img): Be silent.
8151 (shr-insert): Add a newline after every picture before text.
8152 (shr-add-font): Use overlays for combining faces.
8153 (shr-insert): Pass upwards the text start point.
8154
8155 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8156 possible.
8157 (mm-shr): New function.
8158
8159 2010-10-02 Julien Danjou <julien@danjou.info>
8160
8161 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8162 should go backward.
8163
8164 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
8165
8166 * shr.el (shr): Fix typo in provide call.
8167
8168 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8169
8170 * shr.el: New file.
8171
8172 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8173
8174 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8175 completing read.
8176
8177 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8178
8179 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8180 we're being queried about. Suggested by Dan Jacobson.
8181
8182 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8183 Suggested by Jason Eisner.
8184
8185 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8186 table, too. Suggested by Stefan Wiens.
8187 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8188 the table unnecessary. Suggested by Stefan Wiens.
8189
8190 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8191 longer needed, and probably doesn't work either, as pointed out by
8192 Stefan Wiens.
8193 (gnus-summary-exit): Remove call to the clearing function.
8194 (gnus-summary-exit-no-update): Ditto.
8195
8196 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8197 instead of gnus-eval-in-buffer-window to avoid popping up frames.
8198 Reported by Stefan Monnier.
8199 (gnus-summary-save-in-rmail): Ditto.
8200
8201 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8202 article buffer, instead of both the article buffer and the summary
8203 buffer. Sort of suggested by Dan Jacobson.
8204
8205 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8206
8207 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8208 Suggested by Dan Jacobson.
8209
8210 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8211 documentation clearer.
8212
8213 * message.el (message-shorten-references): Comment on the number "21".
8214 Suggested by Stefan Monnier.
8215
8216 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8217 Suggested by Dan Jacobson.
8218
8219 * gnus.el (gnus-large-newsgroup):
8220 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
8221
8222 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8223 externalize attachments. Bug reported by Steve Wen.
8224
8225 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8226 really message anything to the user.
8227
8228 * nnmail.el (nnmail-article-group): Allow using the fancy split method
8229 directly.
8230
8231 * nnimap.el (nnimap-request-group): Low higher than high to signal no
8232 messages in empty groups.
8233
8234 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
8235
8236 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8237 non-UIDNEXT group.
8238
8239 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8240
8241 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8242 not the value from the collection.
8243
8244 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8245 values. This sometimes happens on some groups that have no info.
8246 (nnimap-request-newgroups): New function.
8247
8248 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
8249
8250 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8251 check into `gnus-registry-initialize'.
8252 (gnus-registry-initialize): Ditto.
8253 Fix and extend header docs.
8254
8255 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8256
8257 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8258 regexp backtrace overflows.
8259
8260 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8261 for starttls that tls.el implements; i.e. openssl.
8262
8263 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
8264
8265 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8266 (gravatar-create-image): New function that's an alias to
8267 gnus-xmas-create-image, gnus-create-image, or create-image.
8268 (gravatar-data->image): Use it.
8269
8270 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
8271
8272 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8273 install the nnregistry refer method.
8274 (gnus-registry-install-hooks): Use it.
8275 (gnus-registry-unfollowed-groups): Add nnmairix to the default
8276 unfollowed groups.
8277
8278 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
8279
8280 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8281 expanding threads.
8282
8283 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8284
8285 * nnir.el: Use the server names without suffixes (bug #7009).
8286
8287 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8288 unencrypted to STARTTLS, if possible.
8289
8290 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8291
8292 * message.el (message-ignored-supersedes-headers): Strip Injection-*
8293 headers before superseding.
8294
8295 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8296
8297 * nnrss.el (nnrss-use-local): Add documentation.
8298
8299 * nnimap.el (nnimap-extend-tls-programs): New function.
8300 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8301 (nnimap-wait-for-connection): Accept the greeting from the stupid
8302 output from openssl s_client -starttls, too.
8303
8304 * nnimap.el (nnimap-find-article-by-message-id): Really return the
8305 article number.
8306 (nnimap-split-fancy): New variable.
8307 (nnimap-split-incoming-mail): Use it.
8308
8309 * nntp.el (nntp-server-list-active-group): Document.
8310
8311 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8312 SELECT to get the message-id.
8313
8314 * mail-source.el (mail-sources): Remove webmail support.
8315 (defvar): Ditto.
8316 (mail-source-fetcher-alist): Ditto.
8317 (mail-source-fetch-webmail): Remove.
8318
8319 * webmail.el: Remove -- doesn't seem relevant any more.
8320
8321 * gnus.el: Fix up make-obsolete-variable declarations throughout.
8322
8323 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8324 the \r.
8325
8326 2010-09-30 Julien Danjou <julien@danjou.info>
8327
8328 * gnus-agent.el (gnus-agent-add-group): Fix call to
8329 gnus-completing-read.
8330
8331 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8332
8333 * nndoc.el (nndoc-retrieve-groups): New function.
8334
8335 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8336 `default', use nnmail-split-methods.
8337 (nnimap-request-article): Downcase the NILs so that they are nil.
8338
8339 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8340 symbol.
8341
8342 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8343 code, since if the user has requested network, that's what they ought
8344 to get.
8345 (nnimap-request-set-mark): Erase the buffer before issuing commands.
8346 (nnimap-split-rule): Mark as obsolete.
8347
8348 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8349 New variable.
8350
8351 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8352 correct slot, too.
8353
8354 2010-09-29 Julien Danjou <julien@danjou.info>
8355
8356 * gnus.el (gnus-local-domain): Declare variable obsolete.
8357
8358 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8359 Fix history computing.
8360 (gnus-ido-completing-read): Require ido.
8361
8362 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8363
8364 * gnus-registry.el: Don't prompt on load, which makes it impossible to
8365 build Gnus.
8366
8367 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8368 when interpreting the structures.
8369 (nnimap-request-accept-article): Add \r\n to the lines to make this
8370 work with Cyrus.
8371
8372 * nndraft.el (nndraft-request-expire-articles): Use the group name
8373 instead if "nndraft". Fix found by Nils Ackermann.
8374
8375 2010-09-29 Ludovic Courtes <ludo@gnu.org>
8376
8377 * nnregistry.el: Add.
8378
8379 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8380
8381 * nnmail.el (group, group-art-list, group-art):
8382 Remove unneeded directives.
8383
8384 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
8385
8386 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8387 (mm-mime-charset):
8388 * rfc2047.el (rfc2047-syntax-table):
8389 * utf7.el (utf7-utf-16-coding-system): Comment fix.
8390
8391 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8392 rather than `insert-file-contents' and `eval-region'.
8393
8394 2010-09-29 Julien Danjou <julien@danjou.info>
8395
8396 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8397 replacement of `gnus-gravatar-relief' to mimic
8398 `gnus-faces-properties-alist'.
8399 Add :version property.
8400
8401 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8402
8403 * mail-source.el (mail-source-report-new-mail):
8404 * message.el (message-default-mail-headers):
8405 * mm-decode.el (mm-valid-image-format-p): Comment fix.
8406
8407 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8408
8409 2010-09-28 Julien Danjou <julien@danjou.info>
8410
8411 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8412 mail-address contains the same string as real-name.
8413
8414 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8415 non-blank in header, otherwise it'll get stripped.
8416
8417 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8418 real-name, and then for mail address rather than doing : or , search.
8419
8420 2010-09-27 Julien Danjou <julien@danjou.info>
8421
8422 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8423 right completing-read function.
8424 (gnus-use-ido): New variable
8425 (gnus-completing-read-with-default): Remove.
8426 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8427 (gnus-agent-add-group):
8428 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8429 * mm-view.el (mm-view-pkcs7-decrypt):
8430 * mm-util.el (mm-codepage-setup):
8431 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8432 * mml-smime.el (mml-smime-openssl-sign-query):
8433 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8434 (mml-insert-multipart):
8435 * gnus-msg.el (gnus-summary-yank-message):
8436 * gnus-int.el (gnus-start-news-server):
8437 * mm-decode.el (mm-interactively-view-part):
8438 * gnus-dired.el (gnus-dired-attach):
8439 * gnus.el (gnus-read-method):
8440 * gnus-bookmark.el (gnus-bookmark-jump):
8441 * gnus-art.el (gnus-mime-view-part-as-type)
8442 (gnus-mime-action-on-part, gnus-article-encrypt-body):
8443 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8444 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8445 * nnmairix.el (nnmairix-create-server-and-default-group)
8446 (nnmairix-update-groups, nnmairix-get-server)
8447 (nnmairix-backend-to-server, nnmairix-goto-original-article)
8448 (nnmairix-get-group-from-file-path):
8449 * nnrss.el (nnrss-find-rss-via-syndic8):
8450 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8451 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8452 (gnus-group-browse-foreign-server):
8453 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8454 (gnus-summary-execute-command, gnus-summary-respool-article)
8455 (gnus-read-move-group-name):
8456 * gnus-score.el (gnus-summary-increase-score)
8457 (gnus-summary-score-effect):
8458 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8459
8460 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8461
8462 * nnimap.el (auth-source-forget-user-or-password)
8463 (auth-source-user-or-password): Autoload.
8464
8465 * message.el (message-from-style, message-interactive)
8466 (message-signature): Remove comment.
8467 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
8468 always.
8469 (message-sendmail-envelope-from): Comment fix.
8470 (message-yank-prefix): Default to mail-yank-prefix always.
8471 (message-indentation-spaces):
8472 Default to mail-indentation-spaces always.
8473 (message-signature-file): Default to mail-signature-file always.
8474
8475 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8476
8477 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8478 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8479 new articles.
8480
8481 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8482 parts.
8483 (nnimap-request-article): Work with the t setting, too.
8484
8485 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8486 that you don't get flashes of other buffers.
8487 (gnus-summary-show-complete-article): Intern before setting.
8488
8489 2010-09-27 David Engster <dengste@eml.cc>
8490
8491 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8492 well as HEADERS.
8493 (nnmairix-retrieve-headers): Provide new argument for the above.
8494
8495 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8496
8497 * gnus-sum.el (gnus-summary-move-article): Don't alter
8498 gnus-newsgroup-active. This makes `/ N' work after copying to the same
8499 group.
8500
8501 * nnimap.el (nnimap-update-info): Don't destructively alter active.
8502
8503 * message.el (message-cite-prefix-regexp): Revert my last edit.
8504
8505 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8506 variable instead of the Gnus variable.
8507
8508 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8509
8510 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8511
8512 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8513 since some servers don't like it.
8514 (nnimap-open-connection): Forget credentials if the server says the
8515 password was wrong.
8516 (nnimap-parse-line): Protect against invalid data.
8517
8518 * gnus-sum.el (gnus-summary-move-article): Add comment.
8519 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8520 nothing alters it while scanning for new messages.
8521
8522 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8523 which may or may not help.
8524 (nnimap-open-connection): If we're doing a stream connection, and then
8525 discover we're on a STARTTLS-capable server, then open a STARTTLS
8526 connection instead.
8527
8528 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8529
8530 * nnimap.el (utf7): Require.
8531
8532 * message.el (message-cite-prefix-regexp): Remove "}" from citation
8533 prefix.
8534
8535 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
8536
8537 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8538
8539 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8540
8541 * nnimap.el (nnimap-request-accept-article): Message the error on
8542 error.
8543
8544 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
8545
8546 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8547
8548 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8549
8550 * nndoc.el (nndoc-request-list): Return success always.
8551
8552 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8553 `fetch-old' -- we only want to fetch the articles we've requested.
8554 The rest are in the agent, probably.
8555 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8556 disappeared server" to something low. It's not important.
8557
8558 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8559 arrived before the FETCH data.
8560
8561 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8562 target here, because we don't know the Gnus name of the group.
8563
8564 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8565 for the correct group.
8566
8567 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8568
8569 * gnus.el (gnus): Give a final warning after startup.
8570
8571 * gnus-util.el (gnus-action-message-log): New variable.
8572 (gnus-message): Use it.
8573 (gnus-final-warning): New function.
8574
8575 * nnimap.el (nnimap-open-connection): Record the greeting.
8576 (nnimap): Add greeting.
8577
8578 2010-09-26 Julien Danjou <julien@danjou.info>
8579
8580 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8581 arguments.
8582 (gnus-html-wash-images): Fix spec computing to include start/end.
8583
8584 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8585
8586 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8587
8588 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8589 deletion.
8590 (nnimap-retrieve-headers): Don't select the group, because that's
8591 already done by nnimap-possibly-change-group.
8592
8593 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8594 (gnus-picon-transform-address): Use it.
8595
8596 * mail-source.el (mail-source-value): Revert previous patch.
8597
8598 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8599 on failure.
8600 (nnimap-open-connection): Look up both virtual and physical server name
8601 credentials.
8602
8603 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8604
8605 2009-02-08 Dave Love <fx@gnu.org>
8606
8607 * gnus-win.el (gnus-window-to-buffer-helper)
8608 (gnus-all-windows-visible-p): Function needn't be a symbol.
8609
8610 * mail-source.el (mail-source-value): Function needn't be a symbol.
8611
8612 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8613
8614 * message.el (message-cite-prefix-regexp): Remove } from the cite
8615 prefix.
8616
8617 * gnus-art.el (gnus-treatment-function-alist): Do picons before
8618 highlight again, so that the highlight is correct.
8619
8620 * gnus-picon.el (gnus-picon): Remove again.
8621 (gnus-picon-create-glyph): Set the background XPM color explicitly.
8622
8623 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8624 doing the header highlightling, so that the background color of the
8625 picon is correct.
8626
8627 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8628 (gnus-picon): Ditto.
8629 (gnus-picon): Reinstate. The background color for picons is white.
8630 (gnus-picon-insert-glyph): Make the background white.
8631
8632 * nnml.el (nnml-open-nov): Don't return dead buffers.
8633
8634 * auth-source.el (auth-source-create): Query the user for whether to
8635 store the credentials.
8636
8637 * auth-source.el (auth-source-user-or-password): Use the existing auth
8638 sources, if any, for creation.
8639
8640 * gnus.el (gnus-group-fast-parameter): Return the last matching
8641 parameter instead of the first matching parameter.
8642
8643 2010-09-26 Julien Danjou <julien@danjou.info>
8644
8645 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8646
8647 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8648
8649 * mml2015.el (mml2015-use): Remove gpg support.
8650
8651 * mml1991.el (mml1991-function-alist): Remove gpg function.
8652 (mml1991-gpg-sign): Remove.
8653
8654 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
8655
8656 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8657 (gnus-browse-unsubscribe-current-group): Document it.
8658 (gnus-browse-unsubscribe-group): Use it.
8659
8660 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8661
8662 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8663 address to the To list for easier response.
8664
8665 * gnus.el (gnus-play-startup-jingle): Remove.
8666 (gnus-splash): Don't play jingle.
8667 (gnus): Silence gnus-load message.
8668
8669 * gnus-art.el (gnus-treat-play-sounds): Remove.
8670
8671 * gnus.el (gnus-play-jingle): Remove audio support.
8672
8673 * gnus-cus.el (gnus-score-customize): Remove audio reference.
8674
8675 * earcon.el: Remove -- no users.
8676
8677 * gnus-audio.el: Remove -- no users of this package.
8678
8679 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8680
8681 * gnus-start.el (gnus-setup-news): Remove nocem support.
8682
8683 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8684
8685 * gnus.el (gnus-use-nocem): Remove.
8686
8687 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8688 Remove.
8689
8690 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
8691 uses NoCeM any more.
8692
8693 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8694 (gnus-button-ctan-handler): Ditto.
8695 (gnus-button-handle-ctan-bogus-regexp): Ditto.
8696 (gnus-button-ctan-directory-regexp): Ditto.
8697 (gnus-button-handle-ctan): Ditto.
8698 (gnus-button-tex-level): Ditto.
8699 (gnus-button-alist): Remove CTAN stuff.
8700
8701 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8702
8703 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8704 nnimap-streaming test.
8705
8706 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8707 servers twice.
8708
8709 * nnimap.el (nnimap-open-connection): Add more error reporting when
8710 nnimap fails early.
8711
8712 * nnheader.el (nnheader-get-report-string): New function.
8713 (nnheader-get-report): Use it.
8714
8715 * gnus-int.el (gnus-check-server): Say what the error was when opening
8716 failed.
8717
8718 * nnimap.el (nnimap-wait-for-response): Search further when we're not
8719 using streaming.
8720
8721 2010-09-25 Julien Danjou <julien@danjou.info>
8722
8723 * gnus-html.el (gnus-html-rescale-image): Use our defalias
8724 gnus-window-inside-pixel-edges.
8725
8726 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8727
8728 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8729
8730 * mm-decode.el (mm-save-part): Allow saving to other directories the
8731 normal Emacs way.
8732
8733 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8734 Suggested by Jay Berkenbilt.
8735
8736 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8737 there isn't a single byte.
8738
8739 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8740 just do it. It doesn't really seem to matter what the user responds
8741 here, I think, so it's just a confusing question.
8742
8743 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8744 non-streaming case.
8745
8746 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8747 (gnus-article-encrypt-body): Use it.
8748
8749 * gnus-sum.el (gnus-summary-show-complete-article): New command and
8750 keystroke.
8751
8752 * nnimap.el (nnimap-find-wanted-parts-1):
8753 Use gnus-fetch-partial-articles.
8754
8755 * gnus-art.el (gnus-fetch-partial-articles): New variable.
8756
8757 * nnimap.el (nnimap-insert-partial-structure): New function.
8758 (nnimap-get-partial-article): New function.
8759 (nnimap-request-article): Use it.
8760 (nnimap-wait-for-response): Return whether the wait was successful.
8761 (nnimap-finish-retrieve-group-infos): Don't do anything if the
8762 retrieval wasn't successful.
8763 (nnimap-retrieve-group-data-early): Allow throttling servers.
8764 (nnimap-streaming): New variable.
8765 (nnimap-fetch-partial-articles): Remove.
8766
8767 * mm-decode.el (mm-with-part): Protect against killed buffers.
8768
8769 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8770 for prettier summary display.
8771
8772 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
8773
8774 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8775
8776 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8777
8778 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8779 apparently third-party libraries depend on it.
8780
8781 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8782 before starting negotiation.
8783
8784 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8785 privacy reasons.
8786 (gnus-treat-mail-gravatar): Ditto.
8787
8788 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8789 buffer when inserting images. Inserting text into the headers, for
8790 instance, can make them invalid.
8791
8792 2010-09-25 Julien Danjou <julien@danjou.info>
8793
8794 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8795 variables.
8796
8797 * nnheader.el: Remove useless variables news-reply-yank-from and
8798 news-reply-yank-message-id.
8799
8800 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8801 variables.
8802
8803 * mml1991.el: Remove useless mml1991-verbose.
8804
8805 * gnus.el: Remove useless variable gnus-use-generic-from.
8806 Remove obsolete variable gnus-topic-indentation.
8807
8808 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8809
8810 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8811
8812 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8813
8814 * gnus-group.el: Remove useless gnus-group-icon-cache.
8815 Remove useless gnus-ephemeral-group-server.
8816
8817 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8818
8819 * mml2015.el: Remove useless mml2015-verbose.
8820
8821 * mml-smime.el: Remove useless mml-smime-verbose.
8822
8823 * gnus.el: Remove useless gnus-local-domain.
8824
8825 * gnus-gravatar.el (gnus-gravatar-transform-address):
8826 Use gnus-gravatar-size.
8827
8828 * gnus-art.el: Remove useless gnus-treat-translate.
8829
8830 2010-09-24 Julien Danjou <julien@danjou.info>
8831
8832 * gnus-sum.el: Add support for Gravatars.
8833
8834 * gnus-art.el: Add support for Gravatars.
8835
8836 * gnus-gravatar.el: Add this file.
8837
8838 * gravatar.el: Add this file.
8839
8840 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8841
8842 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8843
8844 * gnus-group.el (gnus-group-fetch-faq): Remove.
8845
8846 * gnus.el (gnus-group-faq-directory): Remove.
8847
8848 * gnus-group.el (gnus-group-fetch-charter): Remove.
8849
8850 * gnus.el (gnus-group-charter-alist): Remove.
8851
8852 * gnus-group.el (gnus-group-archive-directory): Remove.
8853 (gnus-group-recent-archive-directory): Ditto.
8854 (gnus-group-make-archive-group): Remove.
8855
8856 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8857
8858 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8859 use the same article number for all the cached articles.
8860
8861 * nnimap.el (nnimap-command): Register the last command time so
8862 that we can use it for idling NOOPs.
8863 (nnimap-open-connection): Start the keeplive timer.
8864 (nnimap-make-process-buffer): Store all the process buffers.
8865 (nnimap-keepalive): New function.
8866
8867 * starttls.el (starttls-open-stream): Add autoload cookie.
8868
8869 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8870
8871 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8872 handling.
8873
8874 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8875
8876 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8877 its data structures.
8878
8879 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8880 instead of the cl.el copy-list.
8881 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8882 equalp.
8883
8884 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
8885
8886 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8887 and tool-bar-local-item-from-menu.
8888
8889 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8890 mode-line-highlight face for Emacs.
8891
8892 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8893 loading gnus-sum.elc; fix comment for canlock-verify.
8894 (gnus-article-jump-to-part): Use read-number.
8895 (gnus-insert-mime-button, gnus-insert-mime-security-button):
8896 Remove Emacs pre-21 compatible code for help-echo.
8897 (gnus-article-next-page-1): No need to adjust the number of lines.
8898 (gnus-article-describe-bindings): Always use help-buffer.
8899
8900 * gnus-audio.el (gnus-audio-inline-sound):
8901 * gnus-cus.el (gnus-custom-mode):
8902 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8903
8904 * gnus-sum.el (gnus-remove-overlays): Doc fix.
8905
8906 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8907 compatible code.
8908
8909 2010-09-24 Glenn Morris <rgm@gnu.org>
8910
8911 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8912 visiting the fcc file in rmail-mode.
8913
8914 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
8915
8916 * nnir.el: Silence the byte compiler.
8917
8918 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8919 alias to browse-url-url-encode-chars if any.
8920 (gnus-html-encode-url): Use it.
8921
8922 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8923
8924 * gnus-start.el (gnus-use-backend-marks): New variable.
8925 (gnus-get-unread-articles-in-group): Use it.
8926
8927 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8928 makeover.
8929
8930 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
8931
8932 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8933
8934 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8935
8936 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8937 Remove.
8938 (gnus-setup-news-hook):
8939 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8940
8941 * gnus-int.el (gnus-request-update-info): Protect against backends not
8942 having the function.
8943
8944 * nnimap.el (nnimap-stream): Mention STARTTLS.
8945 (nnimap-open-connection): Add STARTTLS support.
8946
8947 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
8948
8949 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8950
8951 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8952
8953 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8954 BODYSTRUCTUREs.
8955 (nnimap-transform-headers): Unfold quoted {42} headers.
8956
8957 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8958 the info.
8959 (gnus-get-unread-articles): Only call updatep on backends that support
8960 it.
8961
8962 * nnweb.el (nnweb-request-update-info): NOOP.
8963
8964 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8965
8966 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8967 since it only deals with marks.
8968
8969 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8970 gnus-request-marks, and make a new gnus-request-update-info.
8971
8972 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8973 the active instead of the high number, which is usually too low.
8974
8975 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
8976
8977 * encrypt.el: Remove.
8978
8979 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8980
8981 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8982 server in symbolic form.
8983
8984 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8985
8986 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8987
8988 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8989 (nnimap-update-info): Fix up code slightly.
8990
8991 * gnus-int.el (gnus-open-server): Add tracing for performance
8992 debugging.
8993
8994 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8995 (gnus-group-insert-group-line): Pass the real group name so that it
8996 gets the right data.
8997
8998 * gnus-start.el (gnus-get-unread-articles): Don't have
8999 `gnus-get-unread-articles-in-group' update info, since that can be
9000 really slow and doesn't seem to be needed?
9001
9002 2010-09-22 Julien Danjou <julien@danjou.info>
9003
9004 * gnus-group.el (gnus-group-insert-group-line):
9005 Call gnus-group-highlight-line.
9006 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9007 default hook list.
9008 (gnus-group-update-eval-form): Add new function.
9009 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9010 (gnus-group-get-icon): Use gnus-group-update-eval-form.
9011
9012 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9013
9014 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9015 immediate, then expire all articles.
9016 (nnimap-update-info): Fix off-by-one errors.
9017 (nnimap-flags-to-marks): Would return no marks lists for group with no
9018 flags. Instead return the other data.
9019
9020 2010-09-22 Julien Danjou <julien@danjou.info>
9021
9022 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9023 Only return an icon.
9024 (gnus-group-insert-group-line): Compute icon to return.
9025
9026 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9027 (gnus-html-image-fetched): Only cache if
9028 gnus-html-image-automatic-caching is set.
9029 (gnus-html-image-fetched): Check for errors.
9030
9031 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9032
9033 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9034 once per method on `g'. This ensures that backends like nnfolder don't
9035 open all their folders.
9036
9037 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9038 (nnimap-request-list): Nix out group in the correct buffer.
9039 (nnimap-parse-flags): Implement by using `read' instead of
9040 hand-parsing.
9041 (nnimap-flags-to-marks): Pass on permanent-flags.
9042 (nnimap-make-process-buffer): Record the server name.
9043 (nnimap-parse-flags): Fix typo.
9044 (nnimap-request-scan): Run split on the server in general, not just a
9045 single group.
9046
9047 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9048 parameter, and propagate this downwards.
9049
9050 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9051 since EXAMINE changes it on the server.
9052
9053 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9054 this command might take a while.
9055
9056 2010-09-22 Julien Danjou <julien@danjou.info>
9057
9058 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
9059 harmful if you have 2 images side-by-side, they can't be properly
9060 update on text deletion. Using text-property is safer here.
9061 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9062 data.
9063
9064 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9065
9066 * nnimap.el (nnimap-expunge-inbox): Remove.
9067 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9068 (nnimap-expunge): Flip default to t.
9069
9070 * gnus.el (gnus-method-to-server): Don't push things to the cache
9071 unless it's unique.
9072 (gnus-server-to-method): Ditto.
9073
9074 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
9075
9076 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9077
9078 2010-09-22 Julien Danjou <julien@danjou.info>
9079
9080 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9081 get the start of data.
9082 (gnus-html-encode-url): Add this function to encode special chars in
9083 URL.
9084 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9085 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9086
9087 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9088 default.
9089 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9090
9091 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9092 images alt-text.
9093 (gnus-html-put-image): Put alt-text as help-echo.
9094
9095 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9096
9097 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9098 * mm-util.el (mm-decompress-buffer):
9099 * nnir.el (nnir-run-find-grep):
9100 * pop3.el (pop3-list): Use 3rd arg of split-string.
9101
9102 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9103
9104 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9105 outside the active range. Suggested by Dan Christensen.
9106
9107 * gnus-start.el (gnus-get-unread-articles): Get the extended method
9108 slightly later to avoid double-getting it.
9109
9110 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9111 previous patch.
9112
9113 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9114
9115 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
9116
9117 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9118
9119 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9120
9121 * gnus-int.el (gnus-open-server): Give a better error message in the
9122 "go offline" case.
9123
9124 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9125 marks for nnimap, which is seldom the right thing to do.
9126
9127 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9128 (gnus-same-method-different-name): New function.
9129
9130 * nnimap.el (parse-time): Require.
9131
9132 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9133 method in the presence of many similar methods.
9134
9135 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9136
9137 * nnimap.el (nnimap-find-expired-articles): Don't refer to
9138 nnml-inhibit-expiry.
9139
9140 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9141 find out whether methods are equal.
9142
9143 * nnimap.el (nnimap-find-expired-articles): New function.
9144 (nnimap-process-expiry-targets): New function.
9145 (nnimap-request-move-article): Request the article before looking at
9146 what the Message-ID is. Fix found by Andrew Cohen.
9147 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9148
9149 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9150 for oldness in addition to being a predicate.
9151
9152 * nnimap.el (nnimap-request-group): When we have zero articles, return
9153 the right data to Gnus.
9154 (nnimap-request-expire-articles): Only delete articles immediately if
9155 the target is 'delete.
9156
9157 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9158 method, this would bug out.
9159
9160 * gnus-group.el (gnus-group-expunge-group): Rename from
9161 gnus-group-nnimap-expunge, and implemented as a normal interface
9162 function.
9163
9164 * gnus-int.el (gnus-request-expunge-group): New function.
9165
9166 * nnimap.el (nnimap-request-create-group): Implement.
9167 (nnimap-request-expunge-group): New function.
9168
9169 2010-09-21 Julien Danjou <julien@danjou.info>
9170
9171 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9172 (gnus-html-cache-expired): Add new function.
9173 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9174 wethever we should display image for fetch it.
9175 Compute alt-text earlier to pass it to the fetching function too.
9176 (gnus-html-schedule-image-fetching): Change function argument to only
9177 get one image at a time, not a list.
9178 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9179 cache.
9180 (gnus-html-get-image-data): New function to retrieve image data from
9181 cache.
9182 (gnus-html-put-image): Change buffer argument to use image data rather
9183 than file, and place image above region rather than inserting a new
9184 one. Do not take alt-text as argument, since it's useless now: we place
9185 the image above alt-text.
9186 (gnus-html-prune-cache): Remove.
9187 (gnus-html-show-images): Start to fetch image when we find one, do not
9188 push into a temporary list.
9189 (gnus-html-prefetch-images): Only fetch image if they have expired.
9190 (gnus-html-browse-image): Fix, use 'gnus-image-url.
9191 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9192
9193 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
9194
9195 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9196
9197 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9198
9199 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9200 spec inser "*" if the group isn't active instead of 0.
9201
9202 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9203 opening the server.
9204 (nnimap-request-delete-group): Implement group deletion.
9205 (nnimap-transform-headers): Return the size of the entire message in
9206 the Bytes header, not just the size of the first part.
9207 (nnimap-request-move-article): When moving an article from nnimap,
9208 request the article first so the accepting form has an article to
9209 accept. Reported by Dan Christensen.
9210 (nnimap-command): Make sure that the error message doesn't error out.
9211
9212 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
9213
9214 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9215 we haven't requested anything.
9216
9217 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9218
9219 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9220 "". Fix found by Andrew Cohen.
9221
9222 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9223 instead of -encode-string.
9224
9225 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
9226
9227 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9228
9229 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9230 by mm-subst-char-in-string.
9231
9232 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9233
9234 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9235 waiting for the connection string.
9236
9237 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9238 arriving.
9239
9240 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9241 bogus characters. This allows selecting certain Gmail groups.
9242
9243 * nnimap.el (nnimap-find-wanted-parts-1): New function.
9244 (nnimap-fetch-partial-articles): New variable.
9245 (nnimap-open-connection): When looking for credentials, also use the
9246 nnimap-server-port.
9247 (nnimap-request-article): Return the group/article number, so that Gnus
9248 `^' works as expected.
9249 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9250
9251 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9252 comments.
9253 (gnus-methods-sloppily-equal): New function.
9254 (gnus): When using the development version of Gnus, load the gnus-load
9255 file.
9256
9257 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9258 `gnus-open-server' on each method before trying to scan them etc.
9259 This ensures that all the backend parameters are set correctly.
9260
9261 * nnimap.el (nnimap-authenticator): New variable.
9262 (nnimap-open-connection): Allow anonymous login.
9263 (nnimap-transform-headers): The chars header is called Chars not Bytes.
9264 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9265
9266 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9267 patch, found by Knut Anders Hatlen.
9268
9269 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
9270
9271 * gnus-agent.el (gnus-agent-batch-confirmation)
9272 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9273 to gnus-message.
9274 * gnus-art.el (gnus-article-describe-briefly): Likewise.
9275 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9276 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9277 * gnus-int.el (gnus-open-server): Likewise.
9278 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9279 (gnus-score-check-syntax): Likewise.
9280 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9281 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9282 Likewise.
9283 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9284
9285 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9286
9287 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9288 calling conventions so that prefetch doesn't bug out.
9289
9290 2010-09-19 Julien Danjou <julien@danjou.info>
9291
9292 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9293 rather than `subst-char-in-region' in order to be able to replace ASCII
9294 char by UTF-8 ones.
9295
9296 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9297 than curl.
9298 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9299 the right URL and ALT text on images.
9300 (gnus-html-wash-tags): Fix tag case.
9301 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
9302 (gnus-article-html): Add -o display_ins_del=2 option.
9303 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9304
9305 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9306
9307 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9308 the extra mail headers, which sometimes seem to happen for unknown
9309 reasons.
9310
9311 * mail-parse.el (mail-header-encode-parameter): Define as
9312 rfc2045-encode-string instead of as rfc2231-encode-string, since some
9313 (or most, perhaps?) mail readers don't understand the latter, but do
9314 understand the former.
9315
9316 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9317 to nil, so that no methods are automatically agentized. I think this
9318 is probably what most users want.
9319
9320 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9321 from url-retrieve, for instance about invalid URLs.
9322
9323 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9324 groups that have no articles.
9325 (nnimap-request-article): Check that we really got an article when we
9326 requested one.
9327
9328 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9329 doesn't exist.
9330
9331 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9332 nntp buffer so the agent can save it.
9333 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9334 that CRLF doesn't get translated to \n.
9335 (nnimap-open-connection): Don't make 'shell commands only send \n.
9336
9337 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9338
9339 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9340 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9341 Update var name.
9342 (nnml-generate-nov-file): Use dolist.
9343 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9344 Use with-current-buffer.
9345
9346 2010-09-18 Julien Danjou <julien@danjou.info>
9347
9348 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9349 parallel.
9350
9351 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9352
9353 * nnimap.el (nnimap-update-info): When doing partial marks update, get
9354 the range update right.
9355 (nnimap-request-group): Don't make `M-g' bug out on group with no
9356 marks.
9357 (nnoo): Require, so that other packages can require nnimap.
9358 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9359 command we're looking for. This helps when the server sends more
9360 responses after we've gotten everything we expected.
9361 (nnimap): Add a `newlinep' field to keep track of end-of-line
9362 conventions.
9363 Don't send CRLF to things that don't want it.
9364 (nnimap-request-accept-article): Ditto.
9365
9366 2010-09-18 Julien Danjou <julien@danjou.info>
9367
9368 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9369 than curl to retrieve images.
9370
9371 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9372
9373 * nnimap.el (nnimap-update-info): Extend the info so that we can set
9374 the marks.
9375 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9376 (nnimap-wait-for-connection): New function.
9377 (nnimap-open-connection): If we have PREAUTH, don't query for login
9378 credentials.
9379 (nnimap-update-info): Fix off-by-one error when concatenating ranges
9380 when doing a partial update.
9381
9382 2010-09-18 Julien Danjou <julien@danjou.info>
9383
9384 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9385 tags.
9386
9387 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9388
9389 * nnimap.el (nnimap-credentials): New function.
9390 (nnimap-open-connection): Use the new function to look for credentials
9391 also on the numeric equivalents of "imap" and "imaps".
9392
9393 * gnus-start.el (gnus-activate-group): Send the info to
9394 gnus-request-group.
9395
9396 * nnimap.el (nnimap-request-group): Have the "check" version of the
9397 function parse flags and update the info, so that a `M-g' get a total
9398 resync of all flags from the group.
9399
9400 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9401 to allow backends to alter the info on group selection. Also alter all
9402 the backend -request-group functions to take the parameter.
9403
9404 * nnimap.el (nnimap-store-info): New function.
9405 (nnimap-update-info): Store the info for later usage.
9406 (nnimap-request-group): Use the stored info for the dont-check case, so
9407 that we don't retrieve all marks when we enter a group.
9408
9409 * nnimap.el: Use deffoo instead of defun for interface functions.
9410
9411 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9412 update the group info. This makes the nndraft groups, for instance, go
9413 back to their old behavior.
9414
9415 * gnus-sum.el (gnus-select-newsgroup): Indent.
9416
9417 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9418 in.
9419 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9420 nothing.
9421
9422 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9423 from methods that are denied.
9424
9425 * gnus-int.el (gnus-method-denied-p): New function.
9426
9427 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9428 store the password instead of netrc.
9429 (nnimap-open-connection): Don't error out when we can't make a
9430 connections.
9431
9432 * auth-source.el (auth-source-create): In the password prompt, say what
9433 we're querying for. Also prompt for user name if that hasn't been
9434 given.
9435
9436 * nnimap.el (nnimap-with-process-buffer): Remove.
9437
9438 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9439
9440 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9441 method when we're reading from the agent.
9442
9443 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9444
9445 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9446 that's probably most useful for users.
9447
9448 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9449 "failed" all the time.
9450
9451 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9452 ...)) with (with-current-buffer ...).
9453
9454 * nntp.el (nntp-open-server): Return whether the open was successful or
9455 not.
9456
9457 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9458 select an unread unseen article first.
9459
9460 * nnimap.el (nnimap-open-connection): If the user doesn't have a
9461 /etc/services, supply some sensible port defaults.
9462
9463 2010-09-17 Julien Danjou <julien@danjou.info>
9464
9465 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9466
9467 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
9468
9469 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9470 doesn't have any parameters.
9471
9472 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9473
9474 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9475 only upcased checks.
9476
9477 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9478
9479 * nnimap.el (nnimap-open-shell-stream): New function.
9480 (nnimap-open-connection): Use it.
9481 (nnimap-transform-headers): Get the number of lines in each message.
9482 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9483 number of lines.
9484 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
9485 problem.
9486
9487 * utf7.el (utf7-encode): Autoload.
9488
9489 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9490 to allow the mail splitting to not return a default group. This is
9491 useful for nnimap, which will leave unmatched mail in the inbox.
9492
9493 * nnimap.el: Rewritten.
9494
9495 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9496 nnimap usage.
9497
9498 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9499 if the move is internal, so that nnimap can do fast internal moves.
9500
9501 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9502 data.
9503 (gnus-read-active-for-groups): Support finishing the early retrieval of
9504 data.
9505
9506 * gnus-range.el (gnus-range-nconcat): New function.
9507
9508 * gnus-int.el (gnus-finish-retrieve-group-infos)
9509 (gnus-retrieve-group-data-early): New functions.
9510
9511 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9512
9513 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9514 (nnrss-retrieve-groups):
9515 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9516 (pop3-quit): Use with-current-buffer.
9517
9518 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
9519
9520 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9521 instead of nnheader-accept-process-output.
9522
9523 * gnus-html.el (gnus-html-schedule-image-fetching)
9524 (gnus-html-prefetch-images): Replace process-kill-without-query by
9525 gnus-set-process-query-on-exit-flag.
9526
9527 2010-09-16 Romain Francoise <romain@orebokech.com>
9528
9529 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9530
9531 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9532
9533 * gnus-registry.el (gnus-registry-install-shortcuts): The second
9534 parameter to unintern is mandatory-ish in Emacs 24.
9535
9536 * gnus-html.el (gnus-html-schedule-image-fetching)
9537 (gnus-html-prefetch-images): Check for curl before using it.
9538
9539 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9540 depend on curl, which isn't essential.
9541
9542 * imap.el: Revert back to version
9543 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9544 seem problematic.
9545
9546 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
9547
9548 * gnus-registry.el (gnus-registry-install-shortcuts):
9549 Explicitly pass `obarray' to `unintern' to avoid a warning.
9550
9551 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9552
9553 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9554 change.
9555
9556 * nnrss.el (nnrss-request-list): Remove this function and related
9557 functions, including the moreover stuff.
9558
9559 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9560
9561 * nnrss.el (nnrss-retrieve-groups): New function.
9562
9563 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
9564
9565 * .dir-locals.el: Add no-byte-compile cookie.
9566
9567 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
9568
9569 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9570 for back end that doesn't support request-scan.
9571
9572 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9573
9574 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9575 then do request scans from the backends.
9576
9577 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9578 avoid running a hook per line, since this takes a lot of time,
9579 profiling shows.
9580 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9581 directly if gnus-visual-p is true.
9582
9583 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9584
9585 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9586 groups; replace mapcar with dolist which is a bit faster; pass groups
9587 info to gnus-read-active-file-1.
9588 (gnus-read-active-file-1): Scan only specified groups if the new
9589 optional arg `infos' is given.
9590
9591 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9592
9593 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9594
9595 * pop3.el (pop3-movemail): Remove.
9596 (pop3-streaming-movemail): Rename to pop3-movemail.
9597
9598 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9599 don't restrict end-tag searches to the end of the line.
9600
9601 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9602
9603 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9604 articles of every unchecked group to t, which means unknown since the
9605 server has never been opened.
9606
9607 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9608
9609 * gnus-html.el (gnus-html-show-alt-text): New command.
9610 (gnus-html-browse-image): Ditto.
9611 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9612 to browse the image directly.
9613 (gnus-html-wash-tags): Search for images first, so that <a><img> works
9614 better.
9615
9616 * gnus-async.el (gnus-async-article-callback):
9617 Call `gnus-html-prefetch-images' unconditionally.
9618
9619 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9620 before feeding URLs to curl.
9621
9622 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
9623
9624 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9625 internal images as deletable by `W D D'.
9626
9627 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9628 (gnus-async-article-callback): Fix typo.
9629
9630 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9631
9632 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9633 current line to work around bugs in the output from w3m.
9634
9635 * gnus-async.el (gnus-async-article-callback): Always prefetch images
9636 for groups that want that.
9637
9638 * nntp.el (nntp-wait-for-string): Supply a timeout for
9639 accept-process-output to ensure progress.
9640
9641 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9642 level to get unread articles from, then use that for foreign groups,
9643 too.
9644
9645 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9646 confuses the rest of the function.
9647
9648 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9649 for the methods that support -retrieve-groups, too.
9650
9651 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9652
9653 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
9654
9655 * pop3.el: Require cl when compiling.
9656 (pop3-number-of-responses): Search for "+OK", not "+OK ".
9657
9658 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9659
9660 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9661 that aren't going to be activated.
9662 (gnus-get-unread-articles): Fix up the last commit.
9663
9664 * gnus-html.el (gnus-article-html): Allow calling without specifying
9665 the handle. In that case, dissect the buffer first.
9666
9667 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9668
9669 * nnimap.el (nnimap-open-connection): Revert the change that would look
9670 into authinfo for imaps instead of imap.
9671
9672 * gnus-start.el (gnus-activate-group): Take an optional parameter to
9673 say that you don't want to call gnus-request-group with don-check, but
9674 do check the response. This is for virtual groups only.
9675 (gnus-get-unread-articles): Count the archive groups as secondary, so
9676 that they're activated the same way as before.
9677
9678 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9679 case-insensitively.
9680 (nnimap-debug): Remove.
9681
9682 * mail-source.el (mail-source-fetch): Don't message if we're fetching
9683 mail from a file, and the file doesn't exist.
9684
9685 * pop3.el (pop3-streaming-movemail): Return t for success.
9686
9687 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9688 .authinfo if we're using ssl connection.
9689
9690 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9691 already have if we're in a main Gnus `g' run.
9692
9693 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9694
9695 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9696
9697 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9698
9699 * nnmh.el (nnmh-request-list-1): Bind `file'.
9700
9701 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9702 alias to set-process-query-on-exit-flag or process-kill-without-query.
9703 (pop3-open-server): Use it.
9704
9705 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9706
9707 * mail-source.el (mail-source-delete-crash-box): Always move the crash
9708 box to the Incoming file. Fixes mistake in previous checkin.
9709
9710 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9711 request loop (for debugging purposes) removed.
9712
9713 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9714 culprit is more visible.
9715 (nnml-save-incremental-nov, nnml-open-incremental-nov)
9716 (nnml-add-incremental-nov): New functions to do "incremental" nov
9717 updates, where we just append to the end of the existing nov files
9718 without reading/writing them in full.
9719
9720 * mail-source.el (mail-source-delete-crash-box): Really only check the
9721 incoming files once in a while.
9722
9723 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9724
9725 * mail-source.el (mail-source-delete-crash-box): Only check the
9726 incoming files for deletion once per day to save a lot of file
9727 accesses.
9728
9729 * pop3.el (pop3-logon): Fix up unbound variable typo.
9730
9731 * mail-source.el (pop3-streaming-movemail): Autoload.
9732
9733 * pop3.el (pop3-streaming-movemail):
9734 Respect pop3-leave-mail-on-server.
9735
9736 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9737 retrieval.
9738
9739 * pop3.el (pop3-process-filter): Remove unused function.
9740 (pop3-streaming-movemail, pop3-send-streaming-command)
9741 (pop3-wait-for-messages, pop3-write-to-file)
9742 (pop3-number-of-responses): New functions for streaming pop3
9743 retrieval.
9744
9745 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9746 come from no known methods.
9747 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9748 list.
9749
9750 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9751 message sizes.
9752 (pop3-movemail): Use erase-buffer instead of looping and deleting
9753 regions, which seems rather odd.
9754
9755 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9756 file once per `g' run.
9757
9758 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9759 directories. This makes the draft queue directory work.
9760
9761 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9762 data from the backends, so that we only request the list of groups from
9763 each method once. This should speed things up considerably.
9764
9765 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9766 detect that it's not implemented.
9767
9768 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9769 we actually do recurse down into the tree, but don't stat all leaf
9770 nodes.
9771
9772 * gnus-html.el (gnus-html-show-images): If there are no images to show,
9773 then say so instead of bugging out.
9774
9775 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9776 files exist before trying to read them.
9777
9778 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9779 around <pre_int>.
9780
9781 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9782
9783 * nnmh.el (nnmh-request-list-1): Optimize for speed.
9784
9785 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9786
9787 * mm-util.el (mm-image-load-path): Just return the image directories,
9788 not all directories in the path in addition to the image directories.
9789 (mm-image-load-path): Maintain a cache of the image directories so that
9790 the `g' command in Gnus doesn't have to stat dozens of directories each
9791 time.
9792
9793 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9794 (gnus-html-wash-tags): Add a new `i' command to insert images.
9795 (gnus-html-insert-image): New command and keystroke.
9796 (gnus-html-redisplay-with-images): New command and keystroke.
9797 (gnus-html-show-images): Rename command.
9798 (gnus-html-wash-tags): Remove more white space before <pre_int> image
9799 spacers.
9800 (gnus-html-wash-tags): Decode entities at the end, so that entities
9801 inside the tags don't mess up the rest of the "parsing".
9802
9803 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9804 so that nnimap methods aren't agentized by default. There's apparently
9805 many problems related to agent/imap behavior.
9806
9807 * gnus-art.el (gnus-article-copy-string): New command and key binding.
9808
9809 * gnus-html.el: Doc fix.
9810
9811 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
9812
9813 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9814 glyph-width and glyph-height instead of display-graphic-p and
9815 image-size; make avoidance of displaying small images work for XEmacs.
9816
9817 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9818 for XEmacs.
9819
9820 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9821 of symbol that holds plist data.
9822 (gnus-process-plist): Remove plist of process after getting it.
9823
9824 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9825
9826 * message.el (message-generate-hashcash): Change default to
9827 'opportunistic if hashcash is installed.
9828
9829 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9830 (gnus-html-put-image): Only call image-size once, since it's somewhat
9831 time-consuming on remote X servers.
9832
9833 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
9834
9835 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9836 decoded contents.
9837 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9838
9839 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9840
9841 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9842 group line format, since it isn't very interesting.
9843
9844 * gnus-agent.el (gnus-agent-short-article),
9845 (gnus-agent-long-article): Increase values for these two variables,
9846 since most people are likely to have more network connection and
9847 storage than before.
9848
9849 * gnus.el (gnus-refer-article-method): Change default to 'current.
9850 When referring an article, the common behavior is to refer it from the
9851 current select method, not the native select method. The chances of
9852 the native select method having the message in question is rather slim
9853 these days.
9854
9855 * gnus-sum.el (gnus-auto-select-subject): Change default to
9856 `unseen-or-unread'. I think it's likely that most people want to
9857 select an unseen article over a previously seen, but unread one.
9858
9859 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
9860 means that in the article buffer none of the minor mode elements will
9861 be shown, usually, and this is not desirable in most cases.
9862
9863 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9864 that commands like `d' (and the like) go to the next line in the
9865 buffer, instead of the next unread article. I think this is the
9866 behavior that is most natural for most users.
9867 (gnus-single-article-buffer): Change default to nil, so that people can
9868 have as many article buffers open as they have summary buffer. I think
9869 this is the most natural way for the groups to behave.
9870
9871 * message.el (message-generate-new-buffers): Change default to
9872 `unsent', so that all new message buffers start their names with the
9873 string "*unsent", and it's easier to find the buffers if you move from
9874 them.
9875
9876 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9877
9878 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9879 small. They're probably tracking images.
9880 (gnus-html-wash-tags): Remove all <pre_int> place holders.
9881 (gnus-html-rescale-image): Yet another try at getting the image sizing
9882 right.
9883
9884 * nntp.el (nntp-request-set-mark): Refuse to do marks if
9885 nntp-marks-file-name is nil.
9886
9887 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9888
9889 * gnus-html.el (gnus-html-wash-tags)
9890 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9891 Better logging.
9892
9893 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9894
9895 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9896
9897 * gnus-html.el (gnus-html-wash-tags): Check the value of
9898 gnus-blocked-images in the summary buffer.
9899
9900 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9901
9902 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9903
9904 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9905
9906 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9907 like "a", it seems like.
9908 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9909 since it needs to be picked from the correct buffer.
9910
9911 * nnwfm.el: Remove.
9912
9913 * nnlistserv.el: Remove.
9914
9915 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9916
9917 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9918 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9919
9920 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9921
9922 * nnkiboze.el: Remove.
9923
9924 * nndb.el: Remove.
9925
9926 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9927 alt text.
9928 (gnus-html-rescale-image): Try to get the rescaling logic right for
9929 images that are just wide and not tall.
9930
9931 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9932 overshadow variable bindings.
9933
9934 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9935
9936 * gnus-html.el (gnus-html-wash-tags)
9937 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9938 Add extra logging.
9939
9940 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9941
9942 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9943 (gnus-max-image-proportion): New variable.
9944 (gnus-html-rescale-image): New function.
9945 (gnus-html-put-image): Rescale images.
9946
9947 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9948
9949 Fix up some byte-compiler warnings.
9950 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9951 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9952 (gnus-article-fill-cited-article, gnus-article-hide-citation)
9953 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9954 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9955 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9956 (gnus-group-update-group): Use save-excursion and with-current-buffer.
9957
9958 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9959
9960 * gnus-html.el (gnus-article-html): Decode contents by charset.
9961
9962 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9963
9964 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9965 (gnus-html-frame-width, gnus-blocked-images):
9966 * message.el (message-prune-recipient-rules): Add custom version.
9967 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9968
9969 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9970 functions.
9971
9972 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9973 gnus-process-get.
9974
9975 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
9976
9977 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9978 instead of lsub directly.
9979
9980 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9981
9982 * nnwarchive.el: Remove.
9983
9984 * gnus-soup.el: Remove.
9985
9986 * nnsoup.el: Remove.
9987
9988 * nnultimate.el: Remove.
9989
9990 * gnus-html.el (gnus-blocked-images): New variable.
9991
9992 * message.el (message-prune-recipients): New function.
9993 (message-prune-recipient-rules): New variable.
9994
9995 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9996 guess whether a long line is natural text or not.
9997
9998 * gnus-html.el (gnus-html-schedule-image-fetching):
9999 Use gnus-process-plist and friends for compatibility.
10000
10001 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * gnus-html.el: Require packages that define macros used in this file.
10004 (gnus-article-mouse-face): Declare to silence byte-compiler.
10005 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10006 process-get.
10007 (gnus-html-put-image): Use plist-get to avoid getf.
10008 (gnus-html-prefetch-images): Use with-current-buffer.
10009
10010 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10011
10012 * gnus-ems.el: Provide compatibility functions for
10013 gnus-set-process-plist.
10014
10015 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10016 * gnus.el (gnus-valid-select-methods):
10017 * message.el (message-send-mail-partially-limit):
10018 * mm-decode.el (mm-text-html-renderer):
10019 * mml.el (mml-insert-mime-headers-always):
10020 * smiley.el (smiley-regexp-alist): Bump custom version.
10021
10022 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10023
10024 * gnus-html.el: Require mm-url.
10025 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10026 with the url to `url'.
10027 (gnus-html-wash-tags): Support cid: URLs/images.
10028
10029 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10030
10031 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10032 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10033 bindings, as they aren't useful at all. `w' is moved to `W w'.
10034
10035 * gnus-move.el: Remove file, since it doesn't really work.
10036
10037 * gnus-html.el (gnus-article-html): Tell w3m that the input is
10038 UTF-8. This seems to fix problems with some German web feeds.
10039
10040 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10041 at the top so that the proper colors are applied.
10042
10043 * gnus-art.el (gnus-article-view-part): Doc fix.
10044
10045 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10046 XEmacs-compatible.
10047 (gnus-html-put-image): Don't do images on non-graphic displays.
10048
10049 * nnslashdot.el: Remove this unused backend.
10050
10051 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10052 actions.
10053 (gnus-undo-register-1): Revert last change.
10054
10055 * gnus-group.el (gnus-group-completing-read): Protect against not
10056 having completion-styles bound.
10057
10058 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10059 make broken recipients happier.
10060
10061 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10062
10063 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10064 point parameter.
10065
10066 * gnus-group.el (gnus-group-completing-read): Add 'substring to
10067 completion-styles for group selection.
10068
10069 2009-02-04 Andreas Schwab <schwab@suse.de>
10070
10071 * gnus-score.el (gnus-score-string): Fix regex for matching extra
10072 headers and regexp-quote the match if necessary.
10073
10074 2009-03-24 Miles Bader <miles@gnu.org>
10075
10076 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10077 the blinking smiley.
10078
10079 2009-03-24 Simon Josefsson <simon@josefsson.org>
10080
10081 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10082 blink smiley.
10083
10084 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10085
10086 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10087 where the dribbel file lives exists.
10088
10089 * message.el (message-send-mail-partially-limit): Change the default to
10090 nil, since most people don't want this.
10091
10092 * mm-url.el (mm-url-decode-entities): Also decode entities like
10093 &#x3212.
10094
10095 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
10096
10097 * gnus-sum.el (gnus-summary-idna-message):
10098 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10099 Hyperlink urls in docstrings with URL `...'.
10100
10101 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
10102
10103 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10104 functions.
10105
10106 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10107
10108 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10109 say what the mouseover text should be.
10110
10111 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10112 version of the mm-w3m-safe-url-regexp variable to only download images
10113 in the groups where we want that to happen.
10114
10115 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10116
10117 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10118 easier debugging.
10119 (gnus-article-beginning-of-window): Add kludge to allow spacing past
10120 big pictures in the article buffer.
10121
10122 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10123 gnus-article-html.
10124 (mm-text-html-renderer): gnus-article-html needs curl in addition to
10125 w3m.
10126
10127 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10128
10129 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10130
10131 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10132 which doesn't exist.
10133
10134 * message.el (message-inhibit-ecomplete): New variable to allow some
10135 function to inhibit ecomplete address storage.
10136 (message-resend): Disable ecomplete message storage when resending
10137 messages.
10138
10139 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10140
10141 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
10142
10143 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10144 Save excursion while copying, moving, and deleting articles in order to
10145 prevent the cursor from jumping to unforeseen place.
10146
10147 2010-08-17 Glenn Morris <rgm@gnu.org>
10148
10149 * gnus-sync.el: Require gnus components whose functions are used.
10150
10151 * gnus-art.el (bookmark-make-record-function):
10152 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10153 Declare for compiler.
10154
10155 * mm-url.el (mml-compute-boundary): Autoload.
10156
10157 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10158
10159 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10160
10161 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
10162
10163 Typo fix "hoo4a" -> "hook".
10164
10165 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10166
10167 2010-08-14 Glenn Morris <rgm@gnu.org>
10168
10169 * gnus-sync.el (gnus-sync): Fix defgroup version.
10170
10171 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
10172
10173 Doc fixes and keep unknown groups (ammended for nunion bug fix).
10174
10175 * gnus-sync.el: Fix docs.
10176 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10177 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10178
10179 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10180
10181 Optimizations for gnus-sync.el.
10182
10183 * gnus-sync.el: Add docs about gnus-sync-backend
10184 possibilities.
10185 (gnus-sync-save): Remove unnecessary message.
10186 (gnus-sync-read): Optimize and show what groups were skipped.
10187
10188 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10189
10190 Minor bug fixes for gnus-sync.el.
10191
10192 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10193 Don't read the sync on get-new-news.
10194
10195 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10196 quiet.
10197
10198 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10199 (fix typo).
10200
10201 2010-07-30 Lawrence Mitchell <wence@gmx.li>
10202
10203 Make saving and restoring of hidden threads work with overlays.
10204 Patch applied by Ted Zlatanov.
10205
10206 * gnus-sum.el (gnus-hidden-threads-configuration)
10207 (gnus-restore-hidden-threads-configuration): Update to deal with text
10208 properties, rather than searching for a magic character.
10209
10210 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10211
10212 New gnus-sync.el library for synchronization of marks.
10213
10214 * gnus-sync.el: New library for synchronization of marks.
10215
10216 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10217 renamed from `gnus-registry-grep-in-list'.
10218
10219 * gnus-registry.el (gnus-registry-follow-group-p):
10220 Use `gnus-grep-in-list'.
10221
10222 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10223
10224 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10225
10226 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10227 determining charset of text fails.
10228
10229 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10230
10231 * nnmail.el (nnmail-get-new-mail-1): Revert.
10232
10233 * nnml.el (nnml-active-number): Make sure names of newly created groups
10234 in nnml-group-alist are encoded.
10235
10236 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
10237
10238 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10239 containing non-ASCII characters in active file for nnml back end.
10240
10241 2010-07-24 David Engster <dengste@eml.cc>
10242
10243 * mml-smime.el (mml-smime-epg-verify): Also accept the older
10244 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10245
10246 2010-07-21 Daiki Ueno <ueno@unixuser.org>
10247
10248 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10249 tag (Bug#6654).
10250
10251 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10252
10253 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10254 the article buffer, not the summary buffer.
10255
10256 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
10257
10258 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10259 Emacs 23 as well.
10260
10261 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10262
10263 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10264 Patch applied by Karl Fogel.
10265
10266 * gnus-sum.el (gnus-summary-bookmark-make-record):
10267 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10268
10269 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10270
10271 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10272 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
10273 C-w still not working correctly from Article buffers; Thierry's
10274 patch to fix that will be applied after this.
10275
10276 * gnus-art.el (bookmark-make-record-function): New local variable.
10277
10278 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10279 article buffer.
10280 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10281
10282 2010-07-13 Karl Fogel <kfogel@red-bean.com>
10283
10284 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10285 on changes in bookmark.el.
10286
10287 2010-06-22 Mark A. Hershberger <mah@everybody.org>
10288
10289 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10290 the *other* type of HTML form submission.
10291
10292 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
10293
10294 * auth-source.el (auth-source-pick): If choice does not contain a
10295 questioned keyword, set the check to t.
10296
10297 2010-06-12 Romain Francoise <romain@orebokech.com>
10298
10299 * gnus-util.el (gnus-date-get-time): Move up before first use.
10300
10301 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10302
10303 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10304 (gnus-article-edit-part): Bind it to make last part that is substituted
10305 or deleted visible.
10306 (gnus-mime-display-single): Buttonize part of which id equals to
10307 gnus-mime-buttonized-part-id.
10308
10309 2010-06-10 Dan Christensen <jdc@uwo.ca>
10310
10311 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10312 (gnus-dd-mmm): Use gnus-date-get-time.
10313 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10314 simplify logic.
10315 (gnus-summary-limit-to-age): Use gnus-date-get-time.
10316 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10317
10318 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
10319
10320 * auth-source.el (top): Autoload `secrets-list-collections',
10321 `secrets-create-item', `secrets-delete-item'.
10322 (auth-sources): Fix tag string.
10323 (auth-get-source, auth-source-retrieve, auth-source-create)
10324 (auth-source-delete): New defuns.
10325 (auth-source-pick): Rewrite in order to avoid 2 passes.
10326 (auth-source-forget-user-or-password): New parameter USERNAME.
10327 (auth-source-user-or-password): New parameters CREATE-MISSING and
10328 DELETE-EXISTING. Retrieve password interactively, if needed.
10329
10330 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
10331
10332 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10333 deleting unused directories when gnus-expert-user is t.
10334
10335 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
10336
10337 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10338 for each temp file when gnus-article-browse-delete-temp is ask.
10339
10340 2010-05-20 Kevin Ryde <user42@zip.com.au>
10341
10342 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
10343
10344 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
10345
10346 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10347 article unless decoding article to be saved.
10348
10349 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
10350
10351 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10352 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10353 generated within the mm-with-unibyte-current-buffer macro.
10354
10355 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
10356
10357 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10358 to nil when we're in a mml-preview buffer and no group is selected.
10359
10360 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
10361
10362 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10363 when catching the `C-g'. Reported by "Leo".
10364
10365 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10366
10367 * message.el (message-forward-make-body-plain)
10368 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10369 multibyte-string-p.
10370
10371 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10372
10373 * message.el (message-forward-make-body-mml): Assume original message
10374 is multibyte string; error on unibyte.
10375 (message-forward-make-body-plain): Ditto; don't add excessive newline
10376 in body end.
10377
10378 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
10379
10380 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10381 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
10382
10383 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
10384
10385 * mm-extern.el (mm-extern-url): Don't use
10386 mm-with-unibyte-current-buffer.
10387 (mm-extern-cache-contents): Use with-current-buffer instead of
10388 save-excursion + set-buffer.
10389
10390 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10391
10392 * mm-util.el (mm-emacs-mule): Remove.
10393
10394 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
10395
10396 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10397 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10398 change.
10399
10400 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10401
10402 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10403 bind the default value of enable-multibyte-characters to nil.
10404
10405 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10406
10407 * message.el (message-forward-make-body-plain)
10408 (message-forward-make-body-mml):
10409 Don't use mm-with-unibyte-current-buffer.
10410
10411 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
10412
10413 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10414 (Bug#5592).
10415
10416 2010-05-07 Julien Danjou <julien@danjou.info>
10417
10418 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10419 it to mm-pipe-part.
10420
10421 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10422 it is given.
10423
10424 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10425
10426 * nnweb.el (nnweb-gmane-search):
10427 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10428 XEmacs.
10429
10430 * gnus-art.el (gnus-article-browse-html-parts):
10431 * gnus-group.el (gnus-read-ephemeral-gmane-group)
10432 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10433 make-temp-file.
10434
10435 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10436 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10437 compiling.
10438
10439 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10440 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10441 XEmacs when compiling.
10442
10443 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10444 gnus-pick-mode-off-hook for XEmacs when compiling.
10445 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10446 gnus-binary-mode-off-hook for XEmacs when compiling.
10447
10448 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10449 Return nil if char-charset is not available.
10450
10451 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
10452 macro.
10453
10454 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10455 instead of encode-coding-string.
10456
10457 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10458 'xemacs) instead of mm-emacs-mule to switch function definitions.
10459 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10460
10461 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
10462
10463 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10464
10465 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
10466
10467 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10468 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10469
10470 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
10471
10472 * mm-util.el (mm-decompress-buffer): Use `delete-file';
10473 alias `jka-compr-delete-temp-file' no longer exists.
10474
10475 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10476
10477 Use define-minor-mode in Gnus where applicable.
10478 * mml.el (mml-mode): Use define-minor-mode.
10479 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10480 (gnus-undo-mode): Use define-minor-mode.
10481 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10482 (gnus-dead-summary-mode): Use define-minor-mode.
10483 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10484 Initialize in declaration.
10485 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10486 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10487 (gnus-mailing-list-mode): Use define-minor-mode.
10488 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10489 (gnus-draft-mode): Use define-minor-mode.
10490 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10491 (gnus-dired-mode): Use define-minor-mode.
10492
10493 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
10494
10495 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10496 handles on recursive mml-to-mime translation and check them for
10497 boundary delimiter collisions. Reported by Greg Troxel.
10498
10499 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
10500
10501 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10502
10503 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10504
10505 * mm-util.el (mm-find-buffer-file-coding-system):
10506 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10507
10508 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
10509
10510 * message.el (message-generate-headers): Record insertion of optional
10511 headers as well. Otherwise the check to prevent repeated insertion of
10512 optional headers is a no-op.
10513
10514 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
10515
10516 * smime.el: Don't mention CVS.
10517
10518 * nnrss.el (nnrss-fetch): Don't mention CVS.
10519
10520 * nnir.el: Don't mention CVS.
10521
10522 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10523
10524 * gnus-sum.el (gnus-summary-bookmark-make-record):
10525 Add `location' field.
10526
10527 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10528
10529 * gnus-sum.el: Add bookmark declarations to silence the compiler.
10530 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10531 Use with-current-buffer to silence the byte-compiler.
10532 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10533 bother to require `gnus'.
10534 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
10535
10536 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10537
10538 * gnus-sum.el (gnus-summary-bookmark-make-record)
10539 (gnus-summary-bookmark-jump): New functions.
10540 (gnus-summary-mode): Setup bookmark support.
10541
10542 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
10543
10544 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10545 if set.
10546
10547 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
10548
10549 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10550 gnus-article-browse-html-save-cid-image; make it work recursively for
10551 forwarded messages as well.
10552 (gnus-article-browse-html-parts): Work when prefix arg is given.
10553 (gnus-article-browse-html-article): Doc fix.
10554
10555 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
10556
10557 * message.el (message-default-mail-headers):
10558 (message-default-headers): Carry the value mail-default-headers over
10559 into message-default-mail-headers, rather than message-default-headers.
10560
10561 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
10562
10563 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10564 charset.
10565
10566 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10567 charset into the <meta> tag when the article is encoded to utf-8.
10568
10569 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
10570
10571 * gnus-art.el (gnus-article-browse-delete-temp-files):
10572 Delete directories as well.
10573 (gnus-article-browse-html-parts): Work for images that do not specify
10574 file names; delete temp directory when quitting; insert header at the
10575 right place; use file: scheme for image files.
10576
10577 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
10578
10579 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10580 (gnus-article-browse-html-parts): Use it to make temporary cid image
10581 files in addition to html file so that browser may display them.
10582
10583 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
10584
10585 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10586
10587 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
10588
10589 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10590
10591 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
10592
10593 * auth-source.el (auth-sources): Change default to be simpler.
10594 Explain about Secret Service API sources. Improve Customize options.
10595 (auth-source-pick): Change to accept any number of search parameters.
10596 Implement fallbacks iteratively, not recursively. Add scoring on the
10597 second pass and sort by score. Call Secret Service API when needed.
10598 (auth-source-user-or-password): Use it. Call Secret Service API
10599 directly when needed to get the user name and the password.
10600
10601 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10602
10603 * message.el (message-interactive): Doc fix.
10604 (message-qmail-inject-args): Reflow.
10605 (message-kill-to-signature): Fix typo in docstring.
10606
10607 * smiley.el (smiley-buffer): Fix typo in docstring.
10608
10609 2010-03-24 Glenn Morris <rgm@gnu.org>
10610
10611 * mail-source.el (gnus-message): Declare.
10612 (mail-source-delete-old-incoming): Require gnus-util.
10613
10614 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
10615
10616 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10617
10618 * message.el (ecomplete-setup): Autoload it for Emacs <23.
10619
10620 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10621 password-cache's default if it is not bound.
10622 (mml-secure-passphrase-cache-expiry): Default to 16 that is
10623 password-cache-expiry's default if it is not bound.
10624
10625 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10626 available in Emacs 21.
10627
10628 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
10629
10630 * auth-source.el (auth-sources): Fix up definition so extra parameters
10631 are always inline.
10632
10633 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
10634
10635 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10636 wasn't updated after mismatch. Clear cached mailbox info correctly
10637 when uidvalidity changes.
10638 (nnimap-group-prefixed-name): New function to avoid some code
10639 duplication.
10640 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10641 (nnimap-request-group): Use it.
10642 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10643 (nnimap-update-unseen): Significantly improved speed of Gnus startup
10644 with many imap folders. This is done by caching the group status from
10645 the imap server persistently in a group parameter `imap-status'. (This
10646 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10647 but not persistently, so every Gnus startup was still very slow.)
10648
10649 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
10650
10651 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
10652 secrets.el dependency.
10653 (auth-sources): Add optional user name. Add secrets.el configuration
10654 choice (unused right now).
10655
10656 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
10657
10658 * gnus-sum.el (gnus-summary-make-menu-bar):
10659 Let `gnus-registry-install-shortcuts' fill in the functions.
10660
10661 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10662 warnings.
10663 (gnus-registry-misc-menus): Variable to hold registry mark menus.
10664 (gnus-registry-install-shortcuts): Populate and use it in a
10665 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10666
10667 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
10668
10669 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10670 In-place substitutions for the group name encoding/decoding.
10671 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10672 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10673 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10674 (nnimap-update-unseen, nnimap-request-list)
10675 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10676 (nnimap-request-set-mark, nnimap-split-to-groups)
10677 (nnimap-split-articles, nnimap-request-newgroups)
10678 (nnimap-request-create-group, nnimap-request-accept-article)
10679 (nnimap-request-delete-group, nnimap-request-rename-group)
10680 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
10681 `encoded-mbx' for consistency.
10682 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10683 variable `imap-current-mailbox'.
10684
10685 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10686 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10687
10688 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
10689
10690 * pop3.el (pop3-display-message-size-flag): Display message size byte
10691 counts during POP3 download.
10692 (pop3-movemail): Use it.
10693 (pop3-list): Implement listing of available messages.
10694
10695 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
10696
10697 * nnir.el (nnir-get-article-nov-override-function): New function to
10698 override the normal NOV retrieval.
10699 (nnir-retrieve-headers): Use it.
10700
10701 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
10702
10703 * auth-source.el (netrc-machine-user-or-password): Autoload.
10704
10705 2010-03-19 Glenn Morris <rgm@gnu.org>
10706
10707 Stop message.el from loading about 40 libraries it doesn't always need.
10708 The general approach is to autoload rather than require, and to
10709 require in the specific functions rather than the file. (Bug#5642)
10710
10711 * gmm-utils.el: Don't require wid-edit.
10712 (widget-create-child-value, widget-convert, widget-default-get):
10713 Autoload.
10714
10715 * gnus-util.el: Don't require time-date, netrc.
10716 (message-fetch-field, gnus-group-name-decode): Declare rather than
10717 autoloading.
10718 (gnus-fetch-field): Require message.
10719 (gnus-decode-newsgroups): Require gnus-group.
10720
10721 * ietf-drums.el: Don't require time-date.
10722
10723 * message.el: Don't require hashcash, canlock, ecomplete.
10724 Do require mail-utils. Require nnheader only when compiling.
10725 (smtpmail-default-smtp-server): Remove declaration.
10726 (message-send-mail-function): Check smtpmail-default-smtp-server
10727 is bound rather than requiring smtpmail.
10728 (message-auto-save-directory, message-insert-signature):
10729 Use expand-file-name rather than nnheader-concat.
10730 (nnheader-insert-file-contents): Autoload.
10731 (hashcash-wait-async): Declare.
10732 (message-send-mail): Only call gnus-setup-posting-charset if
10733 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
10734 (message-send-mail-with-sendmail): Require sendmail.
10735 (canlock-password, canlock-password-for-verify): Declare.
10736 (message-canlock-password): Require canlock.
10737 (nnheader-get-report): Autoload.
10738 (gnus-setup-posting-charset): Declare.
10739 (message-send-news): Require gnus-msg.
10740 (message-make-references, message-make-in-reply-to): Use mail-header-id
10741 rather than the alias mail-header-message-id.
10742 (ecomplete-add-item, ecomplete-save): Declare.
10743 (message-put-addresses-in-ecomplete): Require ecomplete.
10744 (ecomplete-display-matches): Autoload.
10745
10746 * mm-decode.el: Don't require mailcap, gnus-util.
10747 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10748 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10749 Autoload.
10750 (mailcap-mime-extensions): Declare.
10751
10752 * mm-encode.el: Don't require mailcap.
10753 (mailcap-extension-to-mime): Autoload.
10754
10755 * mml-sec.el: Don't require password-cache.
10756
10757 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10758 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10759 (mml-minibuffer-read-type): Require mailcap.
10760 (mml-preview): Require gnus-msg.
10761
10762 * mml1991.el: Require password-cache.
10763 (password-cache-expiry): Remove declaration.
10764
10765 * mml2015.el: Require password-cache.
10766 (password-cache-expiry): Remove declaration.
10767
10768 * nneething.el (mailcap): Require mailcap.
10769
10770 * nnheader.el (declare-function): Add compatibility stub.
10771 (message-remove-header): Declare rather than autoload.
10772 (nnheader-replace-header): Require message.
10773
10774 * nnimap.el (declare-function): Add compatibility stub.
10775 (netrc-parse, netrc-machine-user-or-password): Declare.
10776 (nnimap-open-connection): Require netrc.
10777
10778 * nntp.el (declare-function): Add compatibility stub.
10779 (netrc-parse, netrc-machine, netrc-get): Declare.
10780 (nntp-send-authinfo): Require netrc.
10781
10782 * rfc2047.el: Don't require qp.
10783 (quoted-printable-encode-region, quoted-printable-decode-string):
10784 Autoload.
10785
10786 * sieve-mode.el: Don't require easymenu.
10787 (easy-menu-add-item): Autoload it.
10788
10789 * spam-stat.el (time-to-number-of-days): Autoload it.
10790
10791 2010-03-17 Kevin Ryde <user42@zip.com.au>
10792
10793 * mml.el (mml-read-tag): Unquote values with `read' to reverse
10794 prin1 in mml-insert-tag (just stripping the quotes gave wrong
10795 value if any backslash escapes).
10796
10797 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10798
10799 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10800 if it is available. (bug#5647)
10801
10802 2010-02-26 Glenn Morris <rgm@gnu.org>
10803
10804 * message.el (message-send-mail-function): Change the default, so that
10805 it inherits from a customized send-mail-function. (Bug#5643)
10806
10807 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10808
10809 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10810 shell-command-to-string signals an error (bug#5299).
10811
10812 2010-02-24 Glenn Morris <rgm@gnu.org>
10813
10814 * message.el (message-smtpmail-send-it)
10815 (message-send-mail-with-mailclient): Doc fixes.
10816
10817 2010-02-16 Glenn Morris <rgm@gnu.org>
10818
10819 * message.el (message-default-mail-headers): Change the default value
10820 to ease the transition from mail-mode to message-mode. (Bug#5555)
10821
10822 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
10823
10824 * message.el (message-mail): Just pass yank-action on to message-setup.
10825 (message-setup): Handle (FUN . ARGS) form of yank-action.
10826 (message-with-reply-buffer, message-widen-reply)
10827 (message-yank-original): Handle non-buffer values of
10828 message-reply-buffer (Bug#4080).
10829 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10830
10831 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
10832
10833 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10834 Fix typo in docstring.
10835
10836 2010-01-08 Jason Rumney <jasonr@gnu.org>
10837
10838 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10839 response.
10840
10841 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10842
10843 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10844
10845 * message.el (message-check-news-header-syntax): Protect against a
10846 string that `rfc822-addresses' returns when parsing fails.
10847
10848 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10849
10850 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10851 (gnus-previous-char-property-change): New functions.
10852
10853 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10854
10855 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
10856
10857 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10858 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
10859
10860 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
10861
10862 * message.el (message-exchange-point-and-mark): Rework last change to
10863 avoid using optional arg of exchange-point-and-mark, for backward
10864 compatibility.
10865
10866 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
10867
10868 * message.el (message-exchange-point-and-mark):
10869 Call exchange-point-and-mark with an argument rather than setting
10870 mark-active by hand (Bug#5175).
10871
10872 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
10873
10874 * nntp.el (nntp-service-to-port): Work for service expressed with
10875 numeric string; replace [:digit:] with [0-9] for XEmacs.
10876
10877 2009-12-17 Glenn Morris <rgm@gnu.org>
10878
10879 * gnus-group.el (gnus-bug-group-download-format-alist):
10880 Change emacs entry to debbugs.gnu.org. Bump :version.
10881
10882 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
10883
10884 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10885
10886 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
10887
10888 * message.el (message-info): Explain why we use `Info-goto-node'.
10889
10890 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10891
10892 * message.el (message-completion-in-region): New compatibility function.
10893 (message-expand-group): Use it.
10894
10895 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
10896
10897 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10898 with no unread article should be listed if the 2nd arg `predicate' is
10899 given.
10900
10901 2009-11-29 Juri Linkov <juri@jurta.org>
10902
10903 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10904 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
10905 on `gnus-recenter'. (Bug#4698, Bug#4981)
10906
10907 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
10908
10909 * message.el (message-from-style, message-interactive)
10910 (message-signature): Always set default values from the corresponding
10911 mail-* variables.
10912 (message-cite-prefix-regexp, message-sendmail-envelope-from)
10913 (message-yank-prefix, message-indentation-spaces)
10914 (message-signature-file, message-default-headers): Use boundp rather
10915 than (featurep 'xemacs) to check if the corresponding mail-* variables
10916 exist.
10917
10918 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
10919
10920 * message.el (message-send-mail-with-sendmail): Revert last change.
10921
10922 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
10923
10924 * message.el (message-from-style, message-interactive)
10925 (message-cite-prefix-regexp, message-sendmail-envelope-from)
10926 (message-yank-prefix, message-indentation-spaces, message-signature)
10927 (message-signature-file, message-default-headers): For GNU Emacs, set
10928 default values from the corresponding mail-* variables.
10929 (message-send-mail-with-sendmail): Use envelope-from only if
10930 mail-specify-envelope-from is non-nil.
10931
10932 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
10933
10934 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10935 containing tspecial characters if they have been already quoted.
10936
10937 2009-10-24 Glenn Morris <rgm@gnu.org>
10938
10939 * gnus-art.el (help-xref-stack-item): Define for compiler.
10940
10941 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
10942
10943 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10944
10945 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
10946
10947 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10948 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10949
10950 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
10951
10952 * gnus.el (gnus-overlay-get): New alias to overlay-get.
10953 (gnus-overlays-in): New alias to overlays-in.
10954
10955 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10956 gnus-overlay-get, and gnus-delete-overlay.
10957 (gnus-summary-show-thread): Make it work as well for systems in which
10958 next-single-char-property-change is not available.
10959 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10960
10961 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
10962
10963 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10964
10965 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
10966
10967 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10968 and XEmacs that don't have `remove-overlays'.
10969
10970 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10971
10972 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10973 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10974 selective display. Use overlays instead.
10975
10976 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10977
10978 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10979
10980 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10981
10982 * spam-stat.el (spam-stat-load): Fix typo in message.
10983
10984 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
10985
10986 * gnus-art.el (gnus-article-encrypt-body):
10987 * message.el (message-check-recipients):
10988 * mm-util.el (mm-codepage-setup):
10989 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10990 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10991
10992 2009-09-22 Daiki Ueno <ueno@unixuser.org>
10993
10994 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10995 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10996 keys from the menu if mm-{sign,encrypt}-option is 'guided.
10997 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10998 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10999
11000 2009-09-18 Glenn Morris <rgm@gnu.org>
11001
11002 * gnus-diary.el (gnus-diary-check-message):
11003 * message.el (message-insert-formatted-citation-line):
11004 * nnbabyl.el (top-level):
11005 * nndiary.el (nndiary-schedule):
11006 Fix typos in condition-case handlers.
11007
11008 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
11009
11010 * gnus-art.el (gnus-article-edit-part): Work for the buffer
11011 configuration that provides the sole article window in a frame;
11012 position point correctly after deleting a part.
11013
11014 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
11015
11016 * spam.el (spam-unregister-on-reregister): Add boolean variable.
11017 (spam-resolve-registrations-routine): Use it to unregister articles
11018 that change status.
11019
11020 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11021
11022 * nnrss.el (nnrss-request-article): Remove binding of
11023 default-enable-multibyte-characters that has gotten needless by
11024 the 2007-07-13 change in rfc2047-encode-message-header.
11025
11026 * mml.el (mml-insert-multipart): Error on the message header.
11027 (mml-insert-part): Error on the message header; position point at
11028 the end of a MIME tag.
11029
11030 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11031
11032 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11033 (gnus-float-time): Alias to float-time if it exists.
11034
11035 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11036 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11037 float-time is available; suppress compile warning for time-to-seconds.
11038
11039 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11040
11041 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11042 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11043 Add the optional argument `encoding' that overrides the default.
11044
11045 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11046 mm-encode-buffer.
11047
11048 2009-09-04 Glenn Morris <rgm@gnu.org>
11049
11050 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11051 mm-disable-multibyte, rather than default-enable-multibyte-characters.
11052 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11053 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11054 * mm-util.el (mm-with-unibyte-current-buffer)
11055 (mm-find-buffer-file-coding-system):
11056 * yenc.el (yenc-decode-region): Use default-value rather than
11057 default-enable-multibyte-characters.
11058
11059 2009-09-03 Glenn Morris <rgm@gnu.org>
11060
11061 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11062 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11063 than default-enable-multibyte-characters.
11064
11065 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
11066
11067 * gnus-art.el (gnus-article-read-summary-keys):
11068 Fix gnus-buffer-configuration's value temporarily used.
11069
11070 2009-09-02 Glenn Morris <rgm@gnu.org>
11071
11072 * gnus-util.el (gnus-float-time): New function.
11073 * gnus-delay.el (gnus-delay-article):
11074 * gnus-sum.el (gnus-thread-latest-date):
11075 * gnus-util.el (gnus-user-date): Use gnus-float-time.
11076 * nnspool.el (nnspool-request-newgroups):
11077 Use gnus-float-time rather than time-to-seconds.
11078 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11079
11080 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11081 (gnus-header-subject-face, gnus-header-newsgroups-face)
11082 (gnus-header-name-face, gnus-header-content-face):
11083 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11084 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11085 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11086 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11087 (gnus-cite-face-11):
11088 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11089 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11090 (gnus-server-closed-face, gnus-server-denied-face)
11091 (gnus-server-offline-face):
11092 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11093 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11094 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11095 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11096 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11097 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11098 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11099 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11100 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11101 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11102 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11103 (gnus-summary-selected-face, gnus-summary-cancelled-face)
11104 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11105 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11106 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11107 (gnus-summary-high-undownloaded-face)
11108 (gnus-summary-low-undownloaded-face)
11109 (gnus-summary-normal-undownloaded-face)
11110 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11111 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11112 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11113 (gnus-splash-face):
11114 * message.el (message-header-to-face, message-header-cc-face)
11115 (message-header-subject-face, message-header-newsgroups-face)
11116 (message-header-other-face, message-header-name-face)
11117 (message-header-xheader-face, message-separator-face)
11118 (message-cited-text-face, message-mml-face):
11119 * sieve-mode.el (sieve-control-commands-face)
11120 (sieve-action-commands-face, sieve-test-commands-face)
11121 (sieve-tagged-arguments-face):
11122 * spam.el (spam-face):
11123 Mark face aliases with "-face" in the name as obsolete.
11124
11125 2009-09-01 Glenn Morris <rgm@gnu.org>
11126
11127 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11128 than goto-line.
11129
11130 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11131
11132 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11133 Don't move point if the command is invoked inside the message header.
11134
11135 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11136
11137 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11138 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11139 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11140 * nnir.el (nnir-swish-e-index-file):
11141 * gnus-sum.el (gnus-summary-delete-marked-as-read)
11142 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11143 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11144 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11145 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11146 (gnus-treat-display-xface): Add Emacs version of obsolescence.
11147
11148 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
11149
11150 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11151 Don't save excursion.
11152
11153 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11154
11155 * nnheader.el (nnheader-find-file-noselect):
11156 * mm-util.el (mm-insert-file-contents):
11157 Use (default-value 'major-mode) instead of default-major-mode.
11158
11159 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11160
11161 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11162
11163 2009-08-25 Glenn Morris <rgm@gnu.org>
11164
11165 * nnir.el (top-level): Don't require cl at run-time.
11166 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11167 Replace cl-function substitute with gnus-replace-in-string.
11168 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11169 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11170 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11171 simplified expansions.
11172
11173 2009-08-22 Glenn Morris <rgm@gnu.org>
11174
11175 * gnus-art.el (gnus-button-patch): Use forward-line rather than
11176 goto-line.
11177
11178 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
11179
11180 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11181
11182 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11183 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11184 (gnus-mm-display-part, gnus-mime-display-single)
11185 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11186 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11187
11188 * gnus-sum.el
11189 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11190 (gnus-summary-move-article): Add expirable mark to articles copied or
11191 moved to group that has auto-expire turned on if the option is non-nil.
11192
11193 2009-07-24 Glenn Morris <rgm@gnu.org>
11194
11195 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11196 Fix typo. (Bug#3903)
11197
11198 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
11199
11200 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11201 gnus-article-read-summary-keys rather than gnus-summary-edit-article
11202 that should not be used for draft articles.
11203 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11204 that has no concern in minor mode keys.
11205 (gnus-article-summary-command, gnus-article-summary-command-nosave):
11206 Abolish.
11207
11208 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
11209
11210 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11211 article without making inquiry to a user for unknown encoding.
11212
11213 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11214 (nnmaildir--scan): Assume i-node and device number that file-attributes
11215 returns might be cons-cell.
11216
11217 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
11218
11219 * auth-source.el: Remove docs now in auth.texi. Don't use
11220 `gnus-message' for logging. Add new variables `auth-source-debug' and
11221 `auth-source-hide-passwords' and use them.
11222
11223 2009-07-15 Glenn Morris <rgm@gnu.org>
11224
11225 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11226
11227 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
11228
11229 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11230 excessive whitespace from the default values of title and description.
11231
11232 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
11233
11234 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11235 mail-fetch-field to fetch Content-Description header in order to
11236 exclude newlines.
11237
11238 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
11239
11240 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11241 to deleted part.
11242
11243 2009-05-30 David Engster <dengste@eml.cc>
11244
11245 * nnmairix.el: Remove old documentation in the commentary block.
11246 (nnmairix-request-group): Do not update active file for nnml back ends.
11247 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11248 end so that overview files are ignored.
11249 (nnmairix-update-groups): Make updating the groups more robust by using
11250 marks.
11251 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11252 with dollar characters in message-id.
11253
11254 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
11255
11256 * spam.el: Use dns-query instead of query-dns. Was renamed on
11257 2008-12-25 in dns.el.
11258
11259 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11260
11261 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11262 could happen if the text is only composed of spaces and/or tabs.
11263
11264 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
11265
11266 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11267 when sending a queued message to avoid extra mml tags.
11268
11269 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
11270
11271 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11272
11273 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11274
11275 * gnus-dired.el: Remove autoload for gnus-setup-message.
11276 (gnus-dired-attach): Fake this-command value to prevent Gnus from
11277 displaying Gnus logo; always use compose-mail.
11278
11279 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
11280
11281 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11282
11283 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
11284
11285 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11286 (gnus-nocem-issuers): List currently active issuers; fix custom type.
11287 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11288 available.
11289 (gnus-nocem-epg-verify): New function.
11290
11291 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
11292
11293 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11294
11295 2009-02-15 Glenn Morris <rgm@gnu.org>
11296
11297 * gnus-util.el (rmail-insert-rmail-file-header)
11298 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11299 autoloads.
11300 (rmail-default-rmail-file): Remove unnecessary declaration.
11301 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11302
11303 2009-02-14 Glenn Morris <rgm@gnu.org>
11304
11305 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11306 variable (only used in gnus-util, which declares it anyway).
11307 (rmail-output-to-rmail-file): Remove autoload of deleted function,
11308 which was only needed by gnus-art (changed to not use it any more).
11309 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11310 only used in gnus-util, which autoloads it itself.
11311 (rmail-update-summary): Fix autoload.
11312
11313 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11314 rather than rmail-output-to-rmail-file.
11315
11316 2009-02-07 Glenn Morris <rgm@gnu.org>
11317
11318 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11319 autoload of function that no longer exists.
11320 (rmail-toggle-header): Declare.
11321 (message-forward-rmail-make-body): Handle mbox Rmail.
11322
11323 2009-01-31 Glenn Morris <rgm@gnu.org>
11324
11325 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11326 2009-01-09 change.
11327
11328 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
11329
11330 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11331 (auth-source-forget-all-cached): New convenience function.
11332 (auth-source-user-or-password): Accept list of modes or a single mode.
11333
11334 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11335 auth-source modes.
11336
11337 * nnimap.el (nnimap-open-connection): Use list of
11338 auth-source modes.
11339
11340 * nntp.el (nntp-send-authinfo): Use list of
11341 auth-source modes.
11342
11343 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
11344
11345 * auth-source.el: Update docs to reflect epa-file-enable is to be used
11346 now.
11347
11348 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11349
11350 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11351 coding system in XEmacs; add a workaround for XEmacs.
11352
11353 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
11354
11355 * mm-util.el (mm-coding-system-priorities): Protect against nil value
11356 of current-language-environment.
11357
11358 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
11359
11360 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11361 available at runtime.
11362
11363 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
11364
11365 * gnus-art.el (article-date-ut): Fix end point of narrowing.
11366
11367 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
11368
11369 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11370 the greatest positive fixnum value doesn't work under an XEmacs with
11371 bignum support; use the most-positive-fixnum constant instead,
11372 available since Emacs 21.1 with cl and XEmacs 21.1.
11373
11374 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
11375
11376 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11377 XEmacs gets not to work.
11378
11379 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
11380
11381 * mm-util.el (mm-coding-system-priorities): Allow the value like
11382 "Japanese (UTF-8)" of current-language-environment.
11383
11384 2009-01-09 Glenn Morris <rgm@gnu.org>
11385
11386 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11387 with last-command-event.
11388
11389 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
11390
11391 * message.el (message-fix-before-sending): Amend comment.
11392
11393 2009-01-07 David Engster <dengste@eml.cc>
11394
11395 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11396 simplified server definitions by converting it via
11397 gnus-server-to-method.
11398
11399 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11400
11401 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11402 parameter's operands.
11403
11404 2009-01-06 David Engster <dengste@eml.cc>
11405
11406 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11407 primary select method (for gnus-group-mark-article-as-read).
11408
11409 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
11410
11411 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11412 `(gnus)Face', not `(gnus)X-Face'.
11413
11414 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
11415
11416 * mm-util.el (mm-ucs-to-char): New function.
11417
11418 * mm-url.el (mm-url-decode-entities): Use it.
11419
11420 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11421
11422 * message.el (message-fix-before-sending): Add `eight-bit' to
11423 illegible-text check.
11424
11425 2009-01-03 Michael Olson <mwolson@gnu.org>
11426
11427 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11428 `headers' is nil. This can occur if the IMAP server does not have
11429 permissions to read messages from a folder, but can write new messages
11430 to the folder.
11431 (nnimap-request-article-part): Do not insert `data' if it is nil.
11432
11433 2009-01-01 Dave Love <fx@gnu.org>
11434
11435 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11436
11437 * nnimap.el: Fix author email.
11438 (nnimap-split-rule): Add FIXME comment.
11439 (nnimap-debug): Fix doc string.
11440
11441 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
11442
11443 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11444 overlay-arrow-position and overlay-arrow-string buffer-local; no need
11445 to check if those variables exist (first appeared in Emacs 18.50).
11446
11447 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
11448
11449 * mm-util.el (mm-line-number-at-pos): New function.
11450
11451 * spam-report.el (spam-report-process-queue): Use it.
11452
11453 2008-12-24 David Engster <dengste@eml.cc>
11454
11455 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11456 parameters that haven't existed as variables as buffer-local variables.
11457
11458 2008-12-23 Dave Love <fx@gnu.org>
11459
11460 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11461 cadar.
11462
11463 * sieve-manage.el (sieve-manage-starttls-p): Rename from
11464 imap-starttls-p.
11465 (sieve-manage-starttls-open): Rename from imap-starttls-open.
11466
11467 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
11468
11469 * spam-report.el (spam-report-gmane-max-requests): New constant.
11470 (spam-report-gmane-wait): New variable.
11471 (spam-report-gmane-ham, spam-report-gmane-spam)
11472 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11473 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11474 the server.
11475
11476 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11477 Add explanations.
11478
11479 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11480 nnheader-accept-process-output and nnheader-read-timeout if available.
11481 (pop3-movemail): Use it.
11482
11483 * message.el (message-check-news-body-syntax): Fix signature check if
11484 there's an attachment.
11485
11486 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
11487
11488 * mm-util.el: Add comments to the mm- emulating functions.
11489
11490 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
11491
11492 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11493 Reported by Stephen Berman <stephen.berman@gmx.net>.
11494
11495 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11496
11497 * mm-util.el (mm-substring-no-properties): New function.
11498 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11499 (mm-special-display-p): Enable those lambda forms to be byte compiled.
11500 (mm-string-to-multibyte): Doc fix.
11501
11502 * mml.el (mml-attach-file): Use mm-substring-no-properties.
11503
11504 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
11505
11506 * mml.el (mml-attach-file): Strip text properties from file name.
11507 (Bug#1574)
11508
11509 2008-12-16 Glenn Morris <rgm@gnu.org>
11510
11511 * mm-util.el (mm-charset-override-alist): Declare for compiler.
11512
11513 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
11514
11515 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11516 knows since the charset specified might be a bogus alias that
11517 mm-charset-synonym-alist provides.
11518
11519 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
11520
11521 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11522 "ISO_8859-1".
11523
11524 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11525
11526 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
11527
11528 * mm-util.el (mm-charset-eval-alist):
11529 Define it before mm-charset-to-coding-system.
11530 (mm-charset-to-coding-system): Add optional argument `silent';
11531 define it before mm-charset-override-alist.
11532 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11533 default value if it can be used in Emacs currently running;
11534 silence mm-charset-to-coding-system.
11535
11536 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
11537
11538 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11539 `allow-override' which says whether to use `mm-charset-override-alist'.
11540 (rfc2047-decode-encoded-words): Use it.
11541
11542 * mm-util.el (mm-charset-override-alist): Fix custom type;
11543 add `(gb2312 . gbk)' to choices.
11544
11545 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
11546
11547 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11548 fast.
11549
11550 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11551
11552 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
11553
11554 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11555 on links.
11556
11557 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11558
11559 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
11560
11561 * message.el (message-idna-to-ascii-rhs-1): Protect against local
11562 users' addresses that don't have domain parts.
11563 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11564 rather than message-narrow-to-head since there will be the message
11565 header separator.
11566
11567 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11568
11569 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11570 since the result is inserted in a unibyte buffer anyway.
11571 (nnimap-demule-use-string-to-multibyte): Remove.
11572 (nnimap-demule): Alias it to mm-string-to-multibyte.
11573
11574 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11575
11576 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11577 variable for debugging bug#464 and bug#1174.
11578 (nnimap-demule): Use it.
11579
11580 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
11581
11582 * gnus-score.el (gnus-score-find-trace): Handle default score in total
11583 score calculation correctly.
11584
11585 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11586
11587 * message.el (message-send-mail): Just set the buffer to unibyte
11588 rather than use mm-with-unibyte-current-buffer which does a lot more.
11589 (message-send-mail-partially): Don't bother with
11590 mm-with-unibyte-current-buffer since it's already been made unibyte by
11591 message-send-mail.
11592
11593 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
11594
11595 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11596
11597 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
11598
11599 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11600
11601 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
11602
11603 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11604 require itself and to remove `with-no-warnings'.
11605
11606 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
11607
11608 * starttls.el (starttls-any-program-available): Get the name of the
11609 available TLS layer program.
11610 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11611 well as the host name in the "opening" message.
11612
11613 * auth-source.el (auth-source-cache, auth-source-do-cache)
11614 (auth-source-user-or-password): Cache passwords and logins by default,
11615 allow override with `auth-source-do-cache'.
11616 (auth-source-forget-user-or-password): Allow users to remove cache
11617 entries if needed.
11618
11619 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
11620
11621 * ietf-drums.el (ietf-drums-remove-comments): Localize second
11622 condition-case to only the forward-sexp call.
11623
11624 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
11625
11626 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11627 quotes contained. Make it more robust regardless by an extra
11628 condition-case wrapper.
11629
11630 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
11631
11632 * nnml.el (nnml-request-expire-articles): Check if the function set to
11633 `nnmail-expiry-target' returns the symbol `delete'.
11634
11635 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11636
11637 * nnmail.el (nnmail-expiry-target): Fix custom type.
11638
11639 2008-10-02 Glenn Morris <rgm@gnu.org>
11640
11641 * mm-util.el (mm-codepage-setup): Tweak codepage error.
11642 Silence compiler warning.
11643
11644 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
11645
11646 * mml.el (mml-menu): Don't assume mml2015 is bound.
11647
11648 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
11649
11650 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11651 exists.
11652
11653 2008-09-27 Glenn Morris <rgm@gnu.org>
11654
11655 * gnus-util.el (mail-header-remove-comments): Autoload it.
11656
11657 2008-09-27 Andreas Schwab <schwab@suse.de>
11658
11659 * gnus-util.el (gnus-split-references): Strip comments.
11660 (gnus-parent-id): Likewise.
11661
11662 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
11663
11664 * message.el (message-confirm-send): Fix version.
11665
11666 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
11667
11668 * message.el (message-idna-to-ascii-rhs-1): Use
11669 mail-extract-address-components rather than mail-header-parse-addresses
11670 that is an alias by default to ietf-drums-parse-addresses that does not
11671 support non-ASCII names in headers' contents.
11672
11673 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11674
11675 * message.el (message-confirm-send): Fix variable documentation to
11676 avoid the "y/n" wording.
11677
11678 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
11679
11680 * message.el (message-set-auto-save-file-name): Save to a different
11681 filename so multiple messages (especially drafts) can be recovered.
11682
11683 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
11684
11685 * message.el (message-confirm-send): Add appropriate version.
11686
11687 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
11688
11689 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11690 defvar.
11691
11692 2008-09-22 Daiki Ueno <ueno@unixuser.org>
11693
11694 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11695 (mm-pkcs7-enveloped-magic): Ditto.
11696
11697 2008-09-17 Simon Josefsson <simon@josefsson.org>
11698
11699 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11700 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11701
11702 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
11703
11704 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11705 default, it's better.
11706
11707 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
11708
11709 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11710 summary line gnus-number property and ignore them (with a warning
11711 message).
11712
11713 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11714
11715 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11716 macro caddr in the interactive form since it won't be expanded.
11717
11718 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11719
11720 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11721 `charset'; fix name of function called recursively.
11722 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11723
11724 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11725
11726 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11727 (gnus-mime-set-charset-parameters): New function.
11728 (gnus-mime-view-part-as-charset): Use it to correctly display part
11729 specifying wrong charset.
11730
11731 2008-09-08 David Engster <dengste@eml.cc>
11732
11733 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11734 in completing-read for back end server.
11735
11736 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
11737
11738 * message.el (message-confirm-send): New variable to confirm sending a
11739 message.
11740 (message-send): Use it.
11741
11742 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
11743
11744 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11745
11746 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
11747
11748 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11749
11750 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
11751
11752 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11753 prevent tracking too many groups.
11754 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11755 Use it.
11756
11757 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
11758
11759 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11760 moving point to the bottom of the window in order to avoid recentering.
11761
11762 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
11763
11764 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11765 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11766 (gnus-article-beginning-of-window): Fix calculation.
11767
11768 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
11769
11770 * gnus-msg.el (gnus-summary-supersede-article)
11771 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11772 value of gnus-newsgroup-charset to decode non-MIME encoded text in
11773 message header.
11774
11775 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11776
11777 * message.el:
11778 * gnus-start.el:
11779 * gnus-registry.el: Remove VMS support.
11780
11781 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11782
11783 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11784 macro.
11785 (rfc2104-hash): Use it.
11786
11787 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
11788
11789 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11790 (gnus-summary-sort-by-most-recent-date): New commands.
11791 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11792 and menu entries.
11793
11794 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
11795
11796 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11797 don't redisplay article for raw contents; remove plural articles stuff.
11798
11799 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11800 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11801 on gnus-summary-save-article; display results properly.
11802
11803 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
11804
11805 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11806
11807 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
11808
11809 * gnus-art.el (gnus-summary-save-in-pipe):
11810 Consider gnus-save-all-headers.
11811
11812 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11813
11814 * gnus-util.el (ns-focus-frame): Remove declaration.
11815 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
11816 like x.
11817
11818 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
11819
11820 * rfc2104.el (rfc2104-zero): Delete defconst.
11821 (rfc2104-hex-alist): Likewise.
11822 (rfc2104-hex-to-int): Delete func.
11823 (rfc2104-hexstring-to-bitstring): Likewise.
11824 (rfc2104-nybbles): New defconst.
11825 (rfc2104-hash): Rewrite for speed.
11826
11827 2008-07-16 Glenn Morris <rgm@gnu.org>
11828
11829 * gnus-util.el (ns-focus-frame): Declare for compiler.
11830
11831 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
11832
11833 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11834 set as a group parameter.
11835 (gnus-summary-save-in-pipe): Work when it is called independently.
11836 (gnus-summary-pipe-to-muttprint): Don't modify
11837 gnus-summary-pipe-output-default-command.
11838
11839 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11840
11841 * message.el (message-send-mail-with-sendmail):
11842 Display the error message.
11843
11844 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
11845
11846 * gnus-art.el (gnus-default-article-saver):
11847 Add gnus-summary-save-in-pipe to choices.
11848 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11849 gnus-summary-pipe-output-default-command as the default command.
11850 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11851 instead of gnus-last-shell-command.
11852
11853 * gnus-sum.el (gnus-summary-pipe-output-default-command):
11854 New user option.
11855 (gnus-summary-muttprint-program): Mention the value will be changed.
11856 (gnus-summary-save-article): Force showing of all headers.
11857 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11858
11859 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
11860
11861 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11862
11863 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
11864
11865 * nnimap.el (nnimap-id):
11866 * sieve-manage.el (sieve-manage-open): Doc fixes.
11867
11868 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
11869
11870 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11871 if available.
11872
11873 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11874
11875 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11876
11877 * nnkiboze.el (nnkiboze-generate-group):
11878 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11879
11880 * nnmairix.el: Require CL.
11881
11882 2008-06-15 David Engster <dengste@eml.cc>
11883
11884 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11885
11886 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
11887
11888 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11889 New macros that expand to an `aset'/`aref' call under Emacs, and to a
11890 runtime choice under XEmacs.
11891
11892 * gnus-sum.el (gnus-summary-set-display-table):
11893 Use `gnus-put-display-table', `gnus-get-display-table',
11894 `gnus-set-display-table' for the display table, instead of `aset'.
11895
11896 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
11897
11898 * nnmairix.el: Add autoloads.
11899
11900 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
11901
11902 * nnmairix.el (nnmairix-delete-recreate-group)
11903 (nnmairix-update-and-clear-marks): Fix error messages.
11904
11905 2008-06-14 David Engster <dengste@eml.cc>
11906
11907 * nnmairix.el: Upgrade to version 0.6.
11908 (nnmairix-group-toggle-propmarks-this-group)
11909 (nnmairix-group-toggle-readmarks-this-group)
11910 (nnmairix-group-delete-recreate-this-group)
11911 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11912 (nnmairix-remove-tick-mark-original-article): New commands.
11913 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11914 (nnmairix-propagate-marks-to-nnmairix-groups)
11915 (nnmairix-only-use-registry, nnmairix-allowfast-default)
11916 (nnmairix-marks-cache, nnmairix-version-output): New variables.
11917 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11918 functions needed for marks propagation and manipulation of read marks.
11919 (nnmairix-update-groups): New function.
11920 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11921 (nnmairix-determine-original-group-from-registry)
11922 (nnmairix-determine-original-group-from-path)
11923 (nnmairix-get-group-from-file-path, nnmairix-map-range)
11924 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11925 New helper functions.
11926 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11927 keystrokes for new commands.
11928 (nnmairix-delete-and-create-on-change): Doc string cleanup.
11929 (nnmairix-request-group): Check allow-fast group parameter.
11930 (nnmairix-request-create-group): Set allow-fast group parameter if
11931 nnmairix-allowfast-default is set.
11932 (nnmairix-close-group): Propagate marks upon closing if needed.
11933 (nnmairix-group-toggle-threads-this-group): Use new.
11934 nnmairix-group-toggle-parameter helper function.
11935 (nnmairix-search): Better check for empty search result.
11936 (nnmairix-goto-original-article): Use new helper functions for
11937 determining original article.
11938 (nnmairix-show-original-article): Make sure message-id is in brackets.
11939 (nnmairix-call-mairix-binary): Change variable name.
11940 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11941 helper function.
11942 (nnmairix-widget-toggle-activate): Fix doc string.
11943
11944 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
11945
11946 * nnir.el: Require edmacro when compiling with XEmacs.
11947 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11948 available in Emacs 21.
11949
11950 2008-06-11 Glenn Morris <rgm@gnu.org>
11951
11952 * gnus-util.el (x-focus-frame):
11953 * gnus.el (image-size):
11954 * mm-decode.el (image-size): Declare.
11955
11956 * gnus-picon.el (declare-function): Add compat definition.
11957 (image-size): Declare.
11958
11959 * gnus-group.el (tool-bar-map):
11960 * gnus-sum.el (tool-bar-map): Define for compiler.
11961
11962 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11963
11964 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11965
11966 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11967 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11968 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11969 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11970 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11971 * sieve-manage.el, spam-report.el, spam.el:
11972 Remove unnecessary eval-and-compile of autoloads.
11973
11974 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
11975
11976 * auth-source.el: Precise Tramp doc.
11977
11978 2008-06-07 Glenn Morris <rgm@gnu.org>
11979
11980 * nnmairix.el: Remove unnecessary eval-when-compile.
11981
11982 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
11983
11984 * nnir.el: New file.
11985
11986 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11987
11988 * gnus-util.el (gnus-read-shell-command): New function.
11989 * mm-decode.el (mm-pipe-part):
11990 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11991
11992 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
11993
11994 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11995
11996 2008-06-03 Glenn Morris <rgm@gnu.org>
11997
11998 * pop3.el (nnheader-accept-process-output): Autoload it.
11999
12000 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12001
12002 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12003 are not 2-digit hexadecimal characters that follow `%'s.
12004
12005 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12006
12007 * message.el (message-bogus-recipient-p): Fix type in doc string.
12008 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12009 (message-bogus-addresses): Rename from message-bogus-address-regexp.
12010 Improve custom options.
12011 (message-bogus-recipient-p): Adjust accordingly.
12012
12013 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12014
12015 * nnmairix.el: Require edmacro when compiling with XEmacs.
12016
12017 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
12018
12019 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12020 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12021
12022 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
12023
12024 * auth-source.el: Add more docs.
12025
12026 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12027
12028 * nnheader.el (nnheader-read-timeout): Change the default timeout from
12029 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
12030 retrieval faster in some cases, but might make CPU usage larger.
12031 If this has any bad side effects, we might revert this change.
12032
12033 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12034 seems to make mail retrieval much, much faster.
12035 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12036 unconditionally.
12037
12038 * gnus-draft.el (gnus-group-send-queue):
12039 Bind message-send-mail-partially-limit to nil to avoid being prompted.
12040
12041 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12042
12043 * mml.el (mml-attach-buffer): Prompt for `disposition'.
12044
12045 * message.el (message-bogus-address-regexp): Fix and improve custom
12046 type.
12047 (message-setup-hook): Add message-check-recipients as custom option.
12048
12049 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
12050
12051 * message.el (message-cite-function): Remove bogus autoload which crept
12052 in during merge from v5-10.
12053
12054 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
12055
12056 * nnimap.el (nnimap-open-connection): Fix login/password bug.
12057
12058 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12059
12060 * auth-source.el: Preliminary Tramp docs.
12061 (auth-sources): Change the default auth-sources to use
12062 EPA .gpg files.
12063
12064 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
12065
12066 * nntp.el: Autoload `auth-source-user-or-password'.
12067 (nntp-send-authinfo): Use it.
12068
12069 * nnimap.el: Autoload `auth-source-user-or-password'.
12070 (nnimap-open-connection): Use it.
12071
12072 * auth-source.el: Add docs on using with url-auth. Import gnus-util
12073 for the gnus-message function.
12074 (auth-source-user-or-password): Use it.
12075
12076 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12077
12078 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12079 rfc2104-hexstring-to-byte-list. Return a unibyte string.
12080 (rfc2104-hash): Use it.
12081
12082 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
12083
12084 * gnus-art.el (gnus-article-toggle-truncate-lines):
12085 Don't use `iff' in docstring.
12086
12087 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
12088
12089 * gnus-registry.el: Adjusted copyright dates and added a keyword.
12090
12091 * gnus-util.el (gnus-extract-address-component-name)
12092 (gnus-extract-address-component-email): Convenience functions around
12093 `gnus-extract-address-components'.
12094
12095 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12096 Use `gnus-extract-address-component-email' to fix bug of comparing full
12097 sender name to `user-mail-address'.
12098
12099 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
12100
12101 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12102 catch/throw to optimize.
12103 (gnus-registry-find-keywords): Just use member to find a keyword.
12104
12105 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12106
12107 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12108 is current before calling gnus-server-prepare.
12109 (gnus-server-setup-buffer, gnus-server-update-server)
12110 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12111
12112 2008-05-04 Juri Linkov <juri@jurta.org>
12113
12114 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12115 (mailcap-file-default-commands): Use mailcap-replace-in-string
12116 instead of replace-regexp-in-string, and mailcap-delete-duplicates
12117 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
12118
12119 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
12120
12121 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12122
12123 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12124
12125 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12126 hooks.
12127 (gnus-update-read-articles): Speed up non-marks-using users.
12128 (gnus-use-marks): Define gnus-use-marks.
12129 (gnus-propagate-marks): Rename variable to something more sensible.
12130
12131 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
12132
12133 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12134 (gmm-image-load-path-for-library): Fix typos in docstrings.
12135 (gmm-message): Reflow docstring.
12136
12137 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
12138
12139 * mail-source.el (mail-source-set-1, mail-source-bind):
12140 Move auth-source code out of the macro to clean it up and fix bugs.
12141
12142 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
12143
12144 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12145 by sender if it's equal to user-mail-address, it's likely to be
12146 useless.
12147
12148 * mail-source.el (mail-source-bind): Don't use user or password if they
12149 are not bound. Unintern them if they are nil. Don't use server unless
12150 it's bound, and default it to empty string otherwise.
12151
12152 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
12153
12154 * mail-source.el: Load auth-source.el.
12155 (mail-source-bind): Add comments. Call auth-source-user-or-password to
12156 get user name or password, if auth-sources is set up.
12157
12158 * gnus-registry.el (gnus-registry-split-strategy): New variable for
12159 strategy of splitting with parent.
12160 (gnus-registry-split-fancy-with-parent)
12161 (gnus-registry-post-process-groups): Use it and fix prior
12162 bug (returning a list as the split result).
12163
12164 * auth-source.el (auth-sources): Remove server parameter.
12165 (auth-source-pick, auth-source-user-or-password)
12166 (auth-source-user-or-password-imap)
12167 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12168 (auth-source-user-or-password-sftp)
12169 (auth-source-user-or-password-smtp): Remove server parameter.
12170
12171 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
12172
12173 * smime.el (smime-sign-region, smime-encrypt-region)
12174 (smime-decrypt-region):
12175 Remove redundant calls to `generate-new-buffer-name'.
12176
12177 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
12178
12179 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12180 Don't use QP for message/rfc822.
12181 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12182
12183 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12184
12185 * sieve-manage.el (sieve-string-bytes): Remove.
12186 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12187 correct byte-length only if the process's coding-system is the same as
12188 the one used internally by Emacs to represent strings.
12189
12190 2008-04-22 Juri Linkov <juri@jurta.org>
12191
12192 * mailcap.el (mailcap-file-default-commands): New function.
12193
12194 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
12195
12196 * message.el (message-signature-separator, message-cite-function):
12197 Change custom version.
12198
12199 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
12200
12201 * mm-decode.el (mm-display-external): Make temp file read-only.
12202
12203 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12204
12205 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12206 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
12207 `C-c C-f d'.
12208
12209 2008-04-12 Adrian Aichner <adrian@xemacs.org>
12210
12211 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12212
12213 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
12214
12215 * auth-source.el: Add docs.
12216 (auth-sources): Modify format to support server.
12217 (auth-source-pick, auth-source-user-or-password)
12218 (auth-source-user-or-password-imap)
12219 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12220 (auth-source-user-or-password-sftp)
12221 (auth-source-user-or-password-smtp): Add server parameter.
12222
12223 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
12224
12225 * gnus-registry.el: Initialize the registry when gnus-registry-install
12226 is t.
12227
12228 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
12229
12230 * compface.el (uncompface): Make buffer unibyte.
12231
12232 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
12233
12234 * mail-source.el (mail-source-value):
12235 Prefer fboundp to functionp so it works with macros as well.
12236
12237 2008-04-05 Glenn Morris <rgm@gnu.org>
12238
12239 * gnus-ems.el (mm-disable-multibyte): Autoload it.
12240
12241 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12242
12243 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12244 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12245
12246 * nnheader.el (nnheader-init-server-buffer): Change buffer's
12247 multibyteness after rather than before erasing it.
12248
12249 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12250 mm-with-multibyte.
12251 (gnus-request-article-this-buffer): Make sure the proper decoding is
12252 used if gnus-original-article-buffer happens to be unibyte.
12253
12254 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12255 default-enable-multibyte-characters.
12256
12257 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12258 default-enable-multibyte-characters.
12259
12260 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12261
12262 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12263
12264 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12265
12266 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12267 Fix last change in case the element is not even a symbol.
12268
12269 2008-04-02 Simon Josefsson <simon@josefsson.org>
12270
12271 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12272 imap-enable-exchange-bug-workaround.
12273 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12274
12275 2008-04-01 Simon Josefsson <simon@josefsson.org>
12276
12277 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12278 a 100 byte status-checks into a 2-3MB transfer for each group.
12279 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12280 to enable bug workaround or not.
12281 (nnimap-find-minmax-uid): Only enable workaround conditionally.
12282
12283 2008-03-31 Glenn Morris <rgm@gnu.org>
12284
12285 * message.el (mml2015-use): Declare for compiler.
12286 (message-info): Require mml2015 when appropriate.
12287
12288 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12289
12290 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12291 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12292 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12293 (nntp-service-to-port): New function.
12294 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12295 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12296 (nntp-open-netcat-stream): New function.
12297 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12298
12299 2008-03-29 Sven Joachim <svenjoac@gmx.de>
12300
12301 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12302
12303 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12304
12305 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12306
12307 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
12308
12309 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12310
12311 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
12312
12313 * message.el (message-signature-separator): Change default.
12314 Improve custom type.
12315 (message-cite-function): Change default to
12316 message-cite-original-without-signature.
12317
12318 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12319 toggle.
12320
12321 * message.el (message-check-news-body-syntax): Fix signature check.
12322 (message-setup-1): Mark buffer as unmodified _after_ running
12323 message-setup-hook and handling message-alternative-emails.
12324 (message-shorten-references): Be more strict when building list of
12325 valid references to comply with GNKSA.
12326
12327 * gnus-group.el (gnus-read-ephemeral-bug-group)
12328 (gnus-read-ephemeral-debian-bug-group)
12329 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12330
12331 * message.el (message-info): Don't use booleanp which isn't supported
12332 in Emacs 21 and XEmacs.
12333
12334 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
12335
12336 * gnus-group.el (gnus-gmane-group-download-format): Rename from
12337 gnus-group-gmane-group-download-format.
12338 (gnus-group-read-ephemeral-gmane-group): Rename from
12339 gnus-group-read-ephemeral-gmane-group.
12340 (gnus-read-ephemeral-gmane-group-url): Rename from
12341 gnus-group-read-ephemeral-gmane-group-url.
12342 (gnus-bug-group-download-format-alist): New variable.
12343 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12344 (gnus-read-ephemeral-emacs-bug-group): New commands.
12345
12346 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12347
12348 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12349 (gnus-visible-headers): Improve custom type.
12350
12351 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
12352
12353 * mml.el (mml-menu): Add workarounds for XEmacs.
12354
12355 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12356 X-Boundary header.
12357
12358 * message.el (message-simplify-recipients): Fix previous commit.
12359
12360 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12361
12362 * mm-util.el (mm-set-buffer-multibyte): New function.
12363 * mm-decode.el (mm-copy-to-buffer): Use it.
12364
12365 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12366 Prefer fboundp to functionp so it works with macros as well.
12367
12368 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
12369
12370 * message.el (message-alter-recipients-discard-bogus-full-name):
12371 New function.
12372 (message-alter-recipients-function): New variable.
12373 (message-get-reply-headers): Use it.
12374 (message-replace-header): New helper function.
12375 (message-recipients-without-full-name): New variable.
12376 (message-simplify-recipients): New command.
12377
12378 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12379
12380 * message.el (message-info): Handle EasyPG manual.
12381
12382 * mml.el (mml-menu): Add entry for EasyPG.
12383
12384 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
12385
12386 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12387 parameter.
12388
12389 * message.el (message-disassociate-draft): Specify drafts group name
12390 fully.
12391
12392 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
12393
12394 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12395 Eliminate unnecessary duplicates from the match list.
12396
12397 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
12398
12399 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12400 args of `how-many' of which the XEmacs version doesn't take; declare
12401 Info-index-next as function.
12402
12403 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12404
12405 * gnus-score.el (gnus-score-headers): Fix handling of
12406 gnus-inhibit-slow-scoring.
12407
12408 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12409 string.
12410 (gnus-button-url-regexp): Improve handling of parenthesis.
12411 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12412 (gnus-button-handle-info-keystrokes): Handle index entries.
12413
12414 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
12415
12416 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12417 Incoming* files.
12418
12419 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12420
12421 * auth-source.el (auth-sources): Rename from auth-source-choices.
12422 (auth-source-pick): Use it.
12423
12424 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
12425
12426 * auth-source.el (auth-source-protocols)
12427 (auth-source-protocols-customize, auth-source-choices): Add and
12428 modified variable customizations and defaults.
12429 (auth-source-pick, auth-source-user-or-password)
12430 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12431 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12432 (auth-source-user-or-password-sftp)
12433 (auth-source-user-or-password-smtp): Use new variables and provide an
12434 interface to netrc.el.
12435
12436 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
12437
12438 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12439 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12440 Make sure the nntp port to specify is a string.
12441
12442 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * nntp.el: Use with-current-buffer.
12445 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12446 dubious mm-with-unibyte-current-buffer.
12447 (nntp-with-open-group-function): New function extracted from
12448 nntp-with-open-group macro.
12449 (nntp-with-open-group): Use the function, so it's easier to debug.
12450 Add indentation and debugging info.
12451 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12452 Recommend the use of the netcat alternatives.
12453
12454 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12455 Avoid mm-string-as-multibyte as well.
12456
12457 * nnweb.el (nnweb-insert-html):
12458 Remove use of nnheader-string-as-multibyte.
12459
12460 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12461 (nnheader-string-as-multibyte): Remove.
12462
12463 * mm-view.el: Use inhibit-read-only.
12464 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12465 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12466 or unibyte-string.
12467
12468 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12469 (mm-uu-yenc-extract): Use with-current-buffer.
12470
12471 * gnus-soup.el (gnus-soup-send-packet): Don't use
12472 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12473
12474 * nnmh.el: Use with-current-buffer.
12475 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12476 mm-string-as-multibyte on the output of mm-encode-coding-string.
12477
12478 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12479 (nnimap-request-move-article): Use with-current-buffer.
12480
12481 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12482 inserting the handle-buffer's text, so the implicit multibyte->unibyte
12483 conversion uses string-make-unibyte rather than string-as-unibyte.
12484
12485 * gnus-msg.el: Use with-current-buffer.
12486
12487 * message.el (message-ignored-resent-headers): Add "Delivered-To".
12488
12489 2008-03-10 Daiki Ueno <ueno@unixuser.org>
12490
12491 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12492 string for caching if it is 'PIN.
12493
12494 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
12495
12496 * mail-source.el (mail-source-delete-old-incoming-confirm):
12497 Change default to nil.
12498 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12499
12500 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
12501
12502 * gnus-art.el (gnus-narrow-to-page): Position point properly.
12503 (gnus-article-goto-prev-page): Work for articles having ^L's.
12504
12505 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12506
12507 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12508
12509 2008-03-07 Karl Fogel <kfogel@red-bean.com>
12510
12511 * gnus-bookmark.el: Adjust for renames in bookmark.el.
12512 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12513 (gnus-bookmark-jump): Adjust some variable names.
12514
12515 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
12516
12517 * auth-source.el: New package.
12518 (auth-source-choices): Add customization entry point variable.
12519
12520 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12521 bug.
12522
12523 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
12524
12525 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12526 (gnus-registry-initialize, gnus-registry-install-p): Use it.
12527 (gnus-registry-install-shortcuts): Rename from
12528 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
12529 the `gnus-registry-mark-map' keymap dynamically from
12530 `gnus-registry-marks'. The generated functions update the summary line
12531 when a registry mark is added or deleted, and will call
12532 `gnus-registry-install-p' (see the comments in the code).
12533 (gnus-registry-user-format-function-M): Use concat intelligently.
12534
12535 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12536 the registry mark functions.
12537
12538 2008-03-05 Glenn Morris <rgm@gnu.org>
12539
12540 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12541 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12542 gnus-art.
12543 (top-level): No need to load own source when compiling.
12544
12545 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
12546
12547 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12548 Suggested by <chris.anderton@zetnet.co.uk>.
12549
12550 2008-03-04 Glenn Morris <rgm@gnu.org>
12551
12552 * gnus-sum.el (top-level): No need to require gnus when compiling,
12553 since unconditionally required near start of file.
12554 (gnus-summary-display-while-building): Move definition before use.
12555
12556 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
12557
12558 * gnus-registry.el (gnus-registry-user-format-function-M):
12559 Add formatting function.
12560
12561 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
12562
12563 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12564 with plists.
12565 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12566 Use new format.
12567
12568 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12569
12570 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12571 `where-is-internal' that returns a range of key sequences.
12572
12573 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
12574
12575 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12576
12577 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12578 (gnus-summary-jump-to-group): Consider windows on other displayed
12579 frames as well. Similar changes might be needed elsewhere, but that's
12580 the one I've bumped into during my use.
12581
12582 * nndoc.el (nndoc-oe-dbx-type-p):
12583 * gnus-msg.el (gnus-debug):
12584 * gnus-group.el (gnus-update-group-mark-positions):
12585 Use mm-string-to-multibyte.
12586
12587 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
12588
12589 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12590 doesn't handle NotDashEscaped.
12591
12592 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
12593 (mml-dnd-attach-options): Fix typo in custom choice.
12594
12595 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12596 Change nndoc-article-type to mbox.
12597 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12598
12599 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
12600 to nil, instead of html2text.
12601
12602 * imap.el (imap-debug): Add `imap-ping-server'.
12603
12604 * gnus-bookmark.el: Add FIXMEs.
12605
12606 * message.el (message-form-letter-separator)
12607 (message-send-form-letter-delay): New variables.
12608 (message-send-form-letter): Use them. New command to send form
12609 letters. Requested by Uwe Siart.
12610 (message-send-mail-function): Doc fix. Add "Other" custom option.
12611
12612 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
12613
12614 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12615 empty author.
12616
12617 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
12618
12619 * gnus-registry.el (gnus-registry-marks): Add variable for
12620 customization of marks and their appearance.
12621 (gnus-registry-read-mark): Use it.
12622 (gnus-registry-do-marks): Add utility function to loop through
12623 `gnus-registry-marks'.
12624 (gnus-registry-install-shortcuts-and-menus): Add function to install
12625 shortcuts and menus.
12626 (gnus-registry-initialize): Use it.
12627 (gnus-registry-default-mark): Clarify documentation.
12628
12629 2008-02-29 Glenn Morris <rgm@gnu.org>
12630
12631 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12632 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12633 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12634 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12635 Change defcustom :version from 23.0 to 23.1.
12636
12637 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
12638
12639 * gnus-registry.el (gnus-registry-follow-group-p)
12640 (gnus-registry-post-process-groups): Add functions to aid registry
12641 splitting and improve logging. Clarify behavior in function
12642 documentation.
12643 (gnus-registry-split-fancy-with-parent): Use them.
12644
12645 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
12646
12647 * gnus-art.el: Use with-current-buffer.
12648
12649 2008-02-27 David Engster <dengste@eml.cc>
12650
12651 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12652 Express real group name in the response.
12653
12654 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
12655
12656 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12657 (nnmairix-last-server, nnmairix-current-server): Defvar them.
12658 (nnmairix-goto-original-article): Defvar gnus-registry-install and
12659 autoload gnus-registry-fetch-group when compiling.
12660 (nnmairix-request-group-with-article-number-correction):
12661 Remove unreferenced argument passed to nnmairix-call-backend.
12662
12663 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
12664
12665 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12666 (mm-uu-extract): Improve face for low color ttys.
12667 Reported by Sascha Wilde.
12668
12669 2008-02-27 Glenn Morris <rgm@gnu.org>
12670
12671 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12672 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12673 variables to defconsts. Convert comments to doc-strings.
12674 (nnmairix-last-server, nnmairix-current-server): Convert from free
12675 variables to defvars. Convert comments to doc-strings.
12676 (gnus-registry-fetch-group): Autoload.
12677 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12678 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12679 (nnmairix-widget-build-editable-fields): Use car cddr rather than
12680 caddr.
12681 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12682 nnmairix-request-group-with-article-number-correction call.
12683 (nnmairix-fast, nnmairix-group): New, less general names, for free
12684 variables passed from nnmairix-request-group to
12685 nnmairix-request-group-with-article-number-correction. Declare.
12686 (nnmairix-request-group-with-article-number-correction):
12687 Use nnmairix-fast, nnmairix-group rather than fast, group.
12688
12689 2008-02-26 David Engster <dengste@eml.cc>
12690
12691 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
12692 version 0.5.
12693
12694 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
12695
12696 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12697 instead of making an extra function call. Don't add the current group
12698 to articles only when they have the group. Use
12699 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12700 Reported by David <de_bb@arcor.de>.
12701
12702 2008-02-24 Miles Bader <miles@gnu.org>
12703
12704 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12705 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12706 (mm-find-mime-charset-region):
12707 * mm-bodies.el (mm-encode-body):
12708 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12709
12710 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
12711
12712 * mail-source.el (mail-source-delete-incoming): Change default.
12713 Supplement doc string.
12714
12715 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12716
12717 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
12718
12719 * nnmail.el (nnmail-message-id-cache-file): Derive from
12720 `gnus-home-directory'.
12721
12722 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
12723
12724 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12725 Document negative prefix.
12726
12727 * gnus-group.el (gnus-group-read-group): Document negative prefix.
12728
12729 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12730
12731 * message.el (message-unsent-separator): Add the Exim bounce
12732 separator.
12733
12734 2008-02-10 Daiki Ueno <ueno@unixuser.org>
12735
12736 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12737 list.
12738 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12739 recipient/signer list.
12740
12741 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
12742
12743 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12744 fbound (Emacs 23 unicode), signal an error.
12745
12746 2008-02-08 Glenn Morris <rgm@gnu.org>
12747
12748 * gnus-art.el (pgg-display-output-buffer): Declare as function.
12749
12750 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
12751
12752 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12753 ports to the calls to `netrc-machine-user-or-password' in addition to
12754 "imap" and "imaps".
12755
12756 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
12757
12758 * gnus.el (gnus-group-startup-message): Add `find-image' call before
12759 image-load-path is let-bound. Reported by Harald Hanche-Olsen
12760 <hanche@math.ntnu.no>.
12761
12762 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
12763
12764 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12765
12766 2008-02-01 Zhang Wei <id.brep@gmail.com>
12767
12768 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12769
12770 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12771
12772 2008-02-01 Miles Bader <miles@gnu.org>
12773
12774 * mml.el (mml-parse-1): Remove apparently vestigial use of
12775 `mm-hack-charsets'.
12776 * mm-bodies.el (mm-encode-body): Likewise.
12777
12778 2008-02-01 Kenichi Handa <handa@m17n.org>
12779
12780 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12781 rfc2104-hexstring-to-bitstring and changed to return a byte list.
12782 (rfc2104-hash): Convert the result of concat to unibyte string.
12783
12784 2008-02-01 Dave Love <fx@gnu.org>
12785
12786 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12787 coding-system-for-read.
12788 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12789
12790 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12791 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
12792 (mm-find-mime-charset-region): Remove hack-charsets stuff.
12793
12794 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
12795
12796 * mail-source.el (mail-sources): Add `group' choice.
12797
12798 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12799 parameter `in-group' to control into which group the articles go.
12800 Add treatment of `group' mail-source.
12801
12802 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
12803
12804 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12805 * message.el (message-beginning-of-line): Use featurep instead of bound
12806 tests in order to resolve conditionals at compile time.
12807
12808 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12809
12810 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12811
12812 * mm-decode.el (mm-dissect-buffer): Decode description.
12813
12814 * mml.el (mml-to-mime): Encode message header first.
12815
12816 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
12817
12818 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12819 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12820
12821 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
12822
12823 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12824
12825 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
12826
12827 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12828 prefix keys.
12829 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12830 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12831 gnus-xmas.el.
12832
12833 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12834
12835 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12836 Add new variables for article mark management.
12837 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12838 list of extra data entries which, when present, will indicate that the
12839 article ID should not be trimmed from the registry.
12840 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12841 functions.
12842 (gnus-registry-read-mark): New function to read a mark name from the
12843 user.
12844 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12845 (gnus-registry-set-article-mark-internal): New functions to add and
12846 remove marks.
12847 (gnus-registry-get-article-marks): New function to show the marks for
12848 an article, or retrieve them for further use.
12849
12850 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12851
12852 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12853 keys when no argument is given.
12854
12855 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12856
12857 * gnus-sum.el (gnus-article-sort-by-random)
12858 (gnus-thread-sort-by-random): Fix doc strings.
12859 Reported by jidanni@jidanni.org.
12860
12861 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
12862
12863 * gnus-art.el (gnus-article-describe-bindings): New function.
12864 (gnus-article-read-summary-keys): Use it.
12865 (gnus-article-mode-map): Bind `C-h b' to it.
12866
12867 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12868
12869 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12870 XEmacs.
12871 (gnus-article-describe-key, gnus-article-describe-key-briefly):
12872 Protect against non-character events.
12873
12874 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
12875
12876 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12877 New command.
12878 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12879 instead of END. Change name of the temp file.
12880 (gnus-group-gmane-group-download-format): Add doc string. Make it
12881 customizable.
12882
12883 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
12884
12885 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12886 bind `S W' to gnus-article-wide-reply-with-original; set default
12887 binding to gnus-article-read-summary-send-keys.
12888 (gnus-article-read-summary-keys): Fix the order of keys; display
12889 continuation keys correctly in the echo area; describe bindings
12890 correctly when keys end with `C-h'.
12891 (gnus-article-read-summary-send-keys): New function.
12892 (gnus-article-describe-key, gnus-article-describe-key-briefly):
12893 Work for gnus-article-read-summary-send-keys; display continuation keys
12894 correctly in the echo area.
12895 (gnus-article-reply-with-original): Ignore prefix argument.
12896 (gnus-article-wide-reply-with-original): New function.
12897
12898 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12899
12900 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12901 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12902
12903 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12904
12905 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12906 (gnus-group-read-ephemeral-gmane-group): New command.
12907
12908 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
12909
12910 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12911
12912 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
12913
12914 * message.el (message-send-mail-function): Increase custom version.
12915
12916 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12917 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
12918
12919 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
12920
12921 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12922 html parts correctly; support forwarded messages.
12923 (gnus-article-browse-html-article): Remove work buffers.
12924
12925 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12926 compiling.
12927 (netrc-bound-and-true-p): New macro.
12928 (netrc-parse): Use it instead of bound-and-true-p that is not available
12929 in XEmacs 21.4.
12930
12931 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
12932
12933 * gnus-registry.el (gnus-registry-mark-article)
12934 (gnus-registry-article-marks): Add functionality to mark articles
12935 through the Gnus registry.
12936
12937 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12938 (netrc-parse): Use encrypt-file-alist to determine if
12939 encrypt-find-model or encrypt-insert-file-contents should be used.
12940
12941 2007-12-19 Glenn Morris <rgm@gnu.org>
12942
12943 * mml.el (message-options-set, message-narrow-to-head)
12944 (message-in-body-p, message-mail-p, message-encode-message-body):
12945 Autoload.
12946 (message-remove-header, message-narrow-to-headers-or-head)
12947 (message-subscribed-p, message-make-mail-followup-to)
12948 (message-position-on-field, message-news-p)
12949 (message-options-set-recipient, message-generate-headers)
12950 (message-sort-headers): Declare as functions.
12951
12952 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12953
12954 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12955 convention in doc string.
12956
12957 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
12958
12959 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12960 title to html parts.
12961 (gnus-article-browse-html-article): Pass message header to it.
12962
12963 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12964
12965 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
12966
12967 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12968 or password compatible with XEmacs.
12969
12970 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12971
12972 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12973 format document.
12974 (gnus-mime-delete-part): Don't write description line if empty.
12975 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12976
12977 2007-12-14 Johan Bockgård <bojohan@gnu.org>
12978
12979 * gnus-sum.el (gnus-summary-mark-unread-as-read)
12980 (gnus-summary-mark-read-and-unread-as-read)
12981 (gnus-summary-mark-current-read-and-unread-as-read)
12982 (gnus-summary-mark-unread-as-ticked): Doc fix.
12983 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12984
12985 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
12986
12987 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12988 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12989
12990 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
12991
12992 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12993 yes-or-no-p.
12994
12995 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
12996
12997 * mm-decode.el (mm-add-meta-html-tag): New function.
12998 (mm-save-part-to-file, mm-pipe-part): Use it.
12999
13000 * gnus-art.el (gnus-article-browse-delete-temp-files):
13001 Use gnus-y-or-n-p instead of y-or-n-p.
13002 (gnus-article-browse-html-parts): Work with message/external-body; use
13003 mm-add-meta-html-tag.
13004
13005 2007-12-11 Glenn Morris <rgm@gnu.org>
13006
13007 * gnus-cache.el: Require gnus-sum not just when compiling.
13008
13009 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13010
13011 * gnus-int.el (gnus-server-opened, gnus-status-message):
13012 Move definitions before use.
13013
13014 * mm-decode.el: Require gnus-util.
13015 (mm-remove-part): Only call delete-annotation on XEmacs.
13016
13017 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13018
13019 * nnmail.el: Require gnus-int.
13020
13021 * spam.el: Move `require's before `eval-when-compile's.
13022
13023 * gnus-ems.el (gnus-alive-p):
13024 * gnus-fun.el (message-goto-eoh):
13025 * gnus-util.el (gnus-group-name-decode):
13026 * mail-source.el (gnus-compress-sequence):
13027 * message.el (Info-goto-node, format-spec):
13028 * mm-bodies.el (message-options-get):
13029 * mm-decode.el (mm-view-pkcs7):
13030 * mm-util.el (gmm-write-region):
13031 * mml-smime.el (mml-compute-boundary)
13032 (gnus-completing-read-with-default):
13033 * mml.el (widget-button-press, gnus-make-hashtable):
13034 * mml1991.el (mm-decode-content-transfer-encoding)
13035 (mm-encode-content-transfer-encoding)
13036 (message-options-get, message-options-set):
13037 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13038 * nnfolder.el (gnus-request-group):
13039 * nnheader.el (ietf-drums-unfold-fws):
13040 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13041 * smime.el (gnus-run-mode-hooks):
13042 * spam-stat.el (gnus-message): Autoload.
13043
13044 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13045 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13046 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13047 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13048 Add declare-function compatibility definition.
13049
13050 * gnus-cache.el (nnvirtual-find-group-art):
13051 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13052 (gnus-add-image, gnus-add-wash-type):
13053 * gnus-group.el (nnkiboze-score-file):
13054 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13055 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13056 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13057 (message-tokenize-header, gnus-get-buffer-create)
13058 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13059 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13060 * gnus.el (gnus-group-decoded-name):
13061 * mail-source.el (imap-capability):
13062 * mm-bodies.el (message-options-set):
13063 * mm-decode.el (gnus-configure-windows):
13064 * mm-extern.el (message-goto-body):
13065 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13066 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13067 (epg-sub-key-validity, message-options-set):
13068 * mml.el (widget-event-point, gnus-configure-windows):
13069 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13070 * mml2015.el (epg-check-configuration, epg-configuration)
13071 (message-options-set):
13072 * nndb.el (nndb-request-article):
13073 * nnfolder.el (gnus-request-create-group):
13074 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13075 * nnmaildir.el (gnus-group-mark-article-read):
13076 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13077 * rfc1843.el (message-fetch-field):
13078 * spam.el (gnus-extract-address-components):
13079 Declare as functions.
13080
13081 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
13082
13083 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13084
13085 2007-12-09 Glenn Morris <rgm@gnu.org>
13086
13087 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13088
13089 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13090 * message.el, mm-view.el, sieve-manage.el, smime.el:
13091 Add declare-function compatibility definition.
13092
13093 * gnus-art.el (w3-region, w3m-region, Info-menu):
13094 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13095 * gnus-sum.el (gnus-get-predicate):
13096 * gnus-util.el (mm-append-to-file, w32-focus-frame):
13097 * message.el (mail-abbrev-in-expansion-header-p):
13098 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13099 (w3m-detect-meta-charset, w3m-region):
13100 * sieve-manage.el (password-read, password-cache-add)
13101 (password-cache-remove):
13102 * smime.el (password-read-and-add): Declare as functions.
13103
13104 2007-12-08 David Kastrup <dak@gnu.org>
13105
13106 * gnus-sum.el (gnus-summary-simplify-subject-query):
13107 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13108 `message'.
13109
13110 2007-12-07 Glenn Morris <rgm@gnu.org>
13111
13112 * gnus-art.el (article-make-date-line): Revert previous change.
13113
13114 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13115
13116 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13117
13118 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
13119
13120 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13121 Call gnus-add-to-range ranges only once with a prepared article-list.
13122
13123 2007-12-06 Paul Jarc <prj@po.cwru.edu>
13124
13125 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13126 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13127 group names with backslashes.
13128 Reported by Tassilo Horn <tassilo@member.fsf.org>.
13129
13130 2007-12-06 Deepak Goel <deego3@gmail.com>
13131
13132 * gnus-art.el (article-make-date-line):
13133 * gnus-start.el (gnus-load):
13134 * pop3.el (pop3-read-response): Fix buggy call to `error'.
13135
13136 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13137
13138 * gnus-art.el (gnus-use-idna):
13139 * gnus-start.el (gnus-site-init-file):
13140 * message.el (message-use-idna):
13141 * mm-uu.el (mm-uu-hide-markers):
13142 * smiley.el (smiley-style): Revert changes that suppress warnings.
13143
13144 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13145
13146 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13147 specify charset to html source.
13148 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13149
13150 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13151
13152 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13153 idna-program in order to suppress byte compile warning issued by XEmacs
13154 that came to byte compile the default value section of defcustom forms
13155 recently.
13156
13157 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13158 value of installation-directory.
13159
13160 * message.el (message-use-idna): Don't directly refer to the value of
13161 idna-program.
13162
13163 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13164
13165 * smiley.el (smiley-style): Don't directly call face-attribute.
13166
13167 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
13168
13169 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13170
13171 * gnus-dired.el: Reduce Gnus dependencies.
13172 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13173 Don't require. Use autoloads instead.
13174 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13175 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13176 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13177 (gnus-dired-mode): Adjust doc string.
13178 (gnus-dired-mail-mode): New variable.
13179 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13180 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13181 (gnus-dired-mail-buffers): New function. Return mail or message
13182 composition buffers.
13183 (gnus-dired-attach): Use it.
13184 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13185 NO-DECODE.
13186 (gnus-dired-print): Use `gnus-print-buffer' depending on
13187 `gnus-dired-mail-mode'.
13188
13189 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
13190
13191 * rfc2047.el (rfc2047-encoded-word-regexp)
13192 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13193 explaining what regexp patterns are for.
13194
13195 2007-12-04 Glenn Morris <rgm@gnu.org>
13196
13197 * password.el: Move to ../password-cache.el.
13198
13199 * mml1991.el (password-read, password-cache-add, password-cache-remove):
13200 * mml2015.el (password-read, password-cache-add, password-cache-remove):
13201 * mml-smime.el (password-read, password-cache-add)
13202 (password-cache-remove):
13203 No need to autoload, since mml-sec requires password.
13204
13205 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13206 * message.el (gnus-extract-address-components):
13207 * mml-smime.el (gnus-extract-address-components): Define for compiler.
13208
13209 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13210 password.
13211
13212 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
13213
13214 * mailcap.el: Reduce dependencies.
13215 (mail-header-parse-content-type): Autoload.
13216 (mailcap-delete-duplicates): New alias.
13217 (mailcap-mime-info): Add optional argument NO-DECODE.
13218 (mailcap-mime-types): Use mailcap-delete-duplicates.
13219
13220 * message.el (message-ignored-supersedes-headers): Add "X-ID".
13221
13222 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13223
13224 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13225 function.
13226
13227 * gnus-uu.el (gnus-uu-decode-yenc): New command.
13228 (gnus-uu-yenc-article): New function.
13229
13230 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13231
13232 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13233
13234 2007-12-02 Glenn Morris <rgm@gnu.org>
13235
13236 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
13237 Move to ../net.
13238
13239 * binhex.el, uudecode.el: Move to ../mail.
13240
13241 * encrypt.el: Remove file.
13242
13243 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
13244
13245 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13246 matches on patches.
13247
13248 * gnus-art.el (gnus-article-browse-html-article):
13249 Mention `mm-text-html-renderer' in the doc string.
13250
13251 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13252 string. Add comments.
13253
13254 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13255 if rhs is ASCII.
13256
13257 2007-12-01 Glenn Morris <rgm@gnu.org>
13258
13259 * dig.el, dns.el: Move to ../net.
13260 * format-spec.el, hex-util.el, sha1.el: Move to ../.
13261
13262 * mail-source.el (top-level): Require format-spec before
13263 eval-when-compile.
13264
13265 2007-11-30 Glenn Morris <rgm@gnu.org>
13266
13267 * encrypt.el: Require password, rather than autoloading password-read.
13268
13269 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
13270
13271 * gnus.el (gnus-method-to-server): Add an optional parameter so the
13272 caller can indicate whether the cache should be disregarded for this
13273 call. This way the result of the call is reproducible at all times and
13274 can be considered a canonical server name for the supplied method.
13275 (gnus-agent-method-p): Canonicalize server names by pushing their
13276 method through `gnus-method-to-server' using the no-cache argument.
13277
13278 * gnus-srvr.el (gnus-server-insert-server-line):
13279 Call `gnus-method-to-server' with `no-cache' argument.
13280
13281 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13282 gnus-agent-possibly-synchronize-flags as this should be called when the
13283 server is actually being opened.
13284 (gnus-agent-possibly-synchronize-flags)
13285 (gnus-agent-possibly-synchronize-flags-server): Move check for the
13286 flags file of an agentized server to the latter function.
13287
13288 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13289 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13290 after a connection has been established successfully.
13291
13292 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
13293
13294 * gnus-art.el (article-display-face): Force to display face if called
13295 interactively; check if gnus-article-x-face-too-ugly matches author.
13296 (article-display-x-face): Display face even if From header is missing
13297 as article-display-face does.
13298
13299 2007-11-28 Richard Stallman <rms@gnu.org>
13300
13301 * md4.el: Move to ../.
13302 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
13303
13304 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
13305
13306 * mail-source.el (mail-sources): Default to fetch from file for
13307 compatibility with default of nnmail-spool-file.
13308
13309 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
13310
13311 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13312 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13313 to look for encoded word that should be encoded again.
13314 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13315 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13316 encoding pattern.
13317 (rfc2047-decode-region): Switch strict regexp and loose one according
13318 to rfc2047-allow-irregular-q-encoded-words.
13319
13320 2007-11-26 Simon Josefsson <simon@josefsson.org>
13321
13322 * imap.el: Move to ../net directory.
13323
13324 2007-11-25 Romain Francoise <romain@orebokech.com>
13325
13326 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13327
13328 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13329
13330 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13331 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13332
13333 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13334 `nnmail-spool-file'.
13335
13336 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13337 `nnmail-spool-file'.
13338
13339 * gnus-move.el (gnus-change-server): Ditto.
13340
13341 * gnus-kill.el (gnus-batch-score): Ditto.
13342
13343 * gnus-cache.el (gnus-jog-cache): Ditto.
13344
13345 * gnus-msg.el (gnus-summary-reply):
13346 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13347
13348 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13349
13350 * gnus-cache.el (gnus-cache-generate-nov-databases):
13351 Use nnml-generate-nov-databases-directory instead of
13352 nnml-generate-nov-databases-1.
13353
13354 2007-11-24 Glenn Morris <rgm@gnu.org>
13355
13356 * message.el (message-tool-bar-retro): Update for rename
13357 mail_send.xpm->mail-send.xpm.
13358
13359 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13360
13361 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13362 `smime-ldap-search' for Emacs 22 and up.
13363
13364 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13365
13366 * hashcash.el: Move to ../mail directory.
13367
13368 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
13369
13370 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13371 `smime-ldap-search' for Emacs 22 and up.
13372
13373 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13374
13375 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13376
13377 * message.el (message-send-mail-function): Fix error convention.
13378 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13379 (message-widen-reply, message-send-mail, message-talkative-question)
13380 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13381 (message-clone-locals, message-send-news): Use with-current-buffer.
13382 (message-insert-or-toggle-importance): Remove unused var `valid'.
13383 (message-make-references): Remove unused var `new-references'.
13384 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13385
13386 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
13387
13388 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13389 (spam-split-symbolic-return-positive): Reflow docstring.
13390 (spam-backends, spam-summary-exit-behavior)
13391 (spam-mark-ham-unread-before-move-from-spam-group)
13392 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13393 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13394 (spam-clear-cache, spam-backend-check, spam-install-backend)
13395 (spam-install-statistical-backend, spam-list-of-processors)
13396 (spam-group-processor-p, spam-split, spam-bogofilter-score)
13397 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13398 (spam-check-crm114, spam-initialize, spam-unload-hook):
13399 Fix typos in docstrings.
13400
13401 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
13402
13403 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13404 been checked if they have never been read and those group levels are
13405 higher than the one that a user specified.
13406
13407 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
13408
13409 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13410 foreign groups unless a group level is specified by a user.
13411 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13412
13413 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
13414
13415 * message.el (message-send-mail-function): Require sendmail.
13416
13417 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
13418
13419 * message.el (message-send-mail-function): Check for smtpmail too.
13420
13421 * utf7.el (utf7-encode, utf7-decode): Use coding system
13422 `utf-7'/`utf-7-imap' from utf-7.el' if available.
13423
13424 * message.el (message-send-mail-function): New function.
13425 (message-send-mail-function): Set default using
13426 message-send-mail-function. Adjust doc string.
13427 (message-send-mail-with-mailclient): New function.
13428
13429 2007-11-17 Richard Stallman <rms@gnu.org>
13430
13431 * assistant.el: Remove file.
13432
13433 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13434
13435 * smime.el (from):
13436 * rfc2047.el (message-posting-charset):
13437 * qp.el (mm-use-ultra-safe-encoding):
13438 * pop3.el (parse-time-months):
13439 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13440 * nnml.el (files):
13441 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13442 (jka-compr-compression-info-list, ange-ftp-path-format)
13443 (efs-path-regexp):
13444 * nndiary.el (files):
13445 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13446 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13447 (epg-digest-algorithm-alist, inhibit-redisplay)
13448 (password-cache-expiry):
13449 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13450 (pgg-output-buffer, password-cache-expiry):
13451 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13452 (efs-path-regexp):
13453 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13454 (inhibit-redisplay):
13455 * mm-uu.el (file-name, start-point, end-point, entry)
13456 (gnus-newsgroup-name, gnus-newsgroup-charset):
13457 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13458 (latin-unity-ucs-list):
13459 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13460 (mm-uu-binhex-decode-function):
13461 * message.el (gnus-message-group-art, gnus-list-identifiers)
13462 (rmail-enable-mime-composing, gnus-local-organization)
13463 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13464 (gnus-read-active-file, facemenu-add-face-function)
13465 (facemenu-remove-face-function, gnus-article-decoded-p)
13466 (tool-bar-mode):
13467 * mail-source.el (display-time-mail-function):
13468 * gnus-util.el (nnmail-pathname-coding-system)
13469 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13470 (gnus-original-article-buffer, gnus-user-agent)
13471 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13472 (xemacs-codename, sxemacs-codename, emacs-program-version):
13473 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13474 * gnus-start.el (gnus-agent-covered-methods)
13475 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13476 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13477 (gnus-newsgroup-headers, gnus-group-list-mode)
13478 (gnus-group-mark-positions, gnus-newsgroup-data)
13479 (gnus-newsgroup-unreads, nnoo-state-alist)
13480 (gnus-current-select-method, mail-sources)
13481 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13482 (nnmail-spool-file, gnus-cache-active-hashtb):
13483 * gnus-mh.el (mh-lib-progs):
13484 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13485 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13486 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13487 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13488 (gnus-group-buffer):
13489 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13490 (font-lock-set-defaults):
13491 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13492 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13493 (gnus-summary-post-menu, total-parts, type, condition, length):
13494 * gnus-agent.el (gnus-agent-read-agentview):
13495 * flow-fill.el (show-trailing-whitespace):
13496 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13497 eval-and-compile wrappers for byte compiler pacifiers.
13498
13499 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13500 (mm-display-inline-fontify): Check for featurep 'xemacs not
13501 extent-list.
13502
13503 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13504 itimer-list.
13505 (mm-create-image-xemacs): Only do something for XEmacs.
13506 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13507
13508 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13509
13510 * gnus-registry.el (gnus-adaptive-word-syntax-table):
13511 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13512
13513 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
13514
13515 * nnimap.el (nnimap-split-download-body):
13516 * gnus-demon.el (gnus-demon):
13517 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13518
13519 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
13520
13521 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13522 New macros.
13523 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13524 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13525 copy data from unibyte buffer to multibyte current buffer.
13526 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13527 to copy data from unibyte current buffer to multibyte buffer.
13528 (nntp-make-process-buffer): Make process buffer unibyte.
13529
13530 * pop3.el (pop3-open-server): Fix typo in Lisp code.
13531
13532 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
13533
13534 * pop3.el (pop3-open-server): Accept and process data more robustly at
13535 connection start to avoid spurious "POP SSL connection failed" errors.
13536
13537 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
13538
13539 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13540 read group names.
13541
13542 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
13543
13544 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13545
13546 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
13547
13548 * nnmail.el (nnmail-parse-active): Make group names unibyte.
13549 (nnmail-save-active): Use a unibyte buffer when saving active file,
13550 which may contain non-ASCII group names.
13551
13552 * nnml.el (nnml-request-group): Decode group names in messages.
13553
13554 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
13555
13556 * message.el (message-citation-line-function)
13557 (message-insert-formatted-citation-line): Fix spelling of
13558 `message-insert-formated-citation-line'.
13559
13560 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
13561
13562 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13563
13564 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
13565
13566 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13567 nnmail-pathname-coding-system.
13568
13569 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13570 that a user enters; decode group names in messages.
13571
13572 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13573
13574 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
13575
13576 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13577
13578 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13579
13580 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13581 risky local variable.
13582
13583 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13584
13585 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
13586
13587 * encrypt.el: Improve documentation to fix function name typo.
13588 Reported by Daiki Ueno <ueno@unixuser.org>.
13589
13590 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
13591
13592 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13593 even if the point is not in the last page of an article.
13594 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13595 back to the previous page.
13596
13597 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
13598
13599 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13600
13601 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
13602
13603 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13604
13605 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
13606
13607 * message.el (message-check-news-body-syntax):
13608 Avoid mm-string-as-multibyte.
13609 (message-hide-headers): Don't assume (point-min)==1.
13610
13611 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13612
13613 * message.el (message-remove-blank-cited-lines): Fix if remove is
13614 given.
13615 (message-bogus-address-regexp): New variable.
13616 (message-bogus-recipient-p): New function.
13617 (message-check-recipients): New command.
13618 (message-syntax-checks): Add `bogus-recipient'.
13619 (message-fix-before-sending): Add `bogus-recipient'.
13620
13621 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13622 (gnus-treat-body-boundary): Don't test window-system.
13623
13624 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
13625
13626 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13627
13628 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13629
13630 * gnus.el: Bump version to Gnus v5.13.
13631
13632 2007-10-28 Miles Bader <miles@gnu.org>
13633
13634 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13635 at compile-time too.
13636
13637 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
13638
13639 * gnus-msg.el (gnus-message-setup-hook):
13640 Add `message-remove-blank-cited-lines' to options.
13641
13642 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
13643
13644 * message.el (message-remove-blank-cited-lines): New function.
13645 Suggested by Karl Plästerer.
13646
13647 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
13648
13649 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13650 mapc.
13651
13652 * imap.el (imap-open): Replace mapcar called for effect with mapc.
13653 (top-level): Use mapc to set functions to be traced for debugging.
13654
13655 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13656 called for effect with while loop.
13657
13658 * message.el (message-talkative-question): Replace mapcar called for
13659 effect with mapc.
13660
13661 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13662 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13663 called for effect with dolist.
13664
13665 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13666
13667 * nndiary.el: Use dolist instead of mapcar to add diary headers to
13668 gnus-extra-headers and nnmail-extra-headers.
13669
13670 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13671 called for effect with dolist.
13672 (top-level): Use mapc to set functions to be traced for debugging.
13673
13674 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13675 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13676 dolist.
13677
13678 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13679 Replace mapcar called for effect with mapc.
13680 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13681 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13682 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13683 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13684
13685 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13686 remove-if that's a cl function.
13687
13688 * webmail.el (webmail-debug): Replace mapcar called for effect with
13689 dolist.
13690
13691 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
13692
13693 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13694 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13695 with while loop.
13696
13697 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13698 functions from article-* functions.
13699 (gnus-multi-decode-header): Replace mapcar called for effect with
13700 dolist.
13701
13702 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13703 (gnus-bookmark-show-details): Replace mapcar called for effect with
13704 while loop.
13705
13706 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13707 called for effect with while loop.
13708
13709 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13710 with dolist.
13711
13712 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13713 Replace mapcar called for effect with dolist.
13714
13715 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13716
13717 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13718 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13719 Replace mapcar called for effect with dolist.
13720 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13721 mapc.
13722
13723 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13724 Replace mapcar called for effect with dolist.
13725 (gnus-topic-list): Replace mapcar called for effect with mapc.
13726
13727 * gnus.el: Use mapc instead of mapcar to add autoloads.
13728
13729 2007-10-23 Richard Stallman <rms@gnu.org>
13730
13731 * gnus-group.el (gnus-group-highlight): Mark as risky.
13732
13733 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
13734
13735 * gnus.el (gnus-server-to-method): Return method found first in
13736 gnus-newsrc-alist.
13737
13738 * gnus-art.el (gnus-article-highlight-signature)
13739 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13740 button overlay without the front stickiness.
13741
13742 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
13743
13744 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13745 overview buffer needed a catch to receive its throw.
13746 (gnus-agent-flush-cache): Declare as interactive to make this function
13747 easier to use.
13748
13749 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13750
13751 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13752 `next-line'.
13753
13754 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
13755
13756 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13757 exclude address matching message-dont-reply-to-names.
13758
13759 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
13760
13761 * gnus-util.el (gnus-string<): New function.
13762
13763 * gnus-sum.el (gnus-article-sort-by-author)
13764 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13765
13766 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
13767
13768 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13769 the frame-focus tag is set in gnus-buffer-configuration.
13770
13771 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
13772
13773 * gnus-art.el (gnus-article-add-button): Make a button overlay without
13774 the front stickiness.
13775
13776 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
13777
13778 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13779 url pattern; remove duplicate one.
13780 (gnus-article-extend-url-button): New function.
13781 (gnus-article-add-buttons): Use it.
13782 (gnus-button-push): Use concatenated url that it makes.
13783
13784 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
13785
13786 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13787 (sieve-manage-open): Use `mapc' instead of `mapcar'.
13788
13789 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13790
13791 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13792 Don't hardcode point-min==1.
13793
13794 2007-09-30 David Kastrup <dak@gnu.org>
13795
13796 * gnus-art.el (gnus-article-reply-with-original)
13797 (gnus-article-followup-with-original): When `transient-mark-mode' is
13798 off, refrain from active-region behavior for followups.
13799
13800 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
13801
13802 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13803 Fix comment about "iso8859-1".
13804
13805 2007-10-08 Daiki Ueno <ueno@unixuser.org>
13806
13807 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13808 ones returned from the verify-function.
13809
13810 * mm-uu.el (mm-uu-pgp-signed-extract-1):
13811 Call mml2015-extract-cleartext-signature if extraction failed.
13812
13813 2007-10-07 Daiki Ueno <ueno@unixuser.org>
13814
13815 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13816 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13817 failed.
13818
13819 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
13820
13821 * Relicense "GPLv2 or later" files to "GPLv3 or later".
13822
13823 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13824
13825 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13826 to mark a thread as expirable. Add variable `hide' to handle hiding of
13827 thread for both the null and zero (kill/expire thread) universal prefix
13828 cases.
13829 (gnus-summary-expire-thread): Add new function to expire a thread,
13830 using gnus-summary-kill-thread.
13831 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13832 shortcuts for gnus-summary-expire-thread.
13833 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13834 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
13835
13836 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13837
13838 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13839 extras value, so an extras entry can be deleted.
13840 (gnus-registry-delete-extra-entry): Use it.
13841 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13842 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13843 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13844 storage through the gnus-registry, and provide an appropriate API for
13845 it.
13846
13847 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13848
13849 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13850 Suggested by Leo <sdl.web@gmail.com>.
13851
13852 * gnus.el: Do.
13853
13854 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13855
13856 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13857 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
13858
13859 * gnus-agent.el (gnus-agent-fetch-headers): Do.
13860
13861 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13862 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13863
13864 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13865
13866 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13867 newline.
13868 (nnmbox-request-accept-article): Don't change article in source buffer;
13869 narrow to header to use message-fetch-field rather than
13870 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13871 (nnmbox-request-replace-article): Quote lines that'll be misidentified
13872 as delimiters; make sure article ends with newline.
13873 (nnmbox-delete-mail): Correct last position of article to be deleted;
13874 ignore X-Gnus-Newsgroup header in article body.
13875 (nnmbox-save-mail): Quote lines looking like delimiters at the right
13876 positions; make sure article ends with newline.
13877
13878 * message.el (message-display-abbrev): Don't infloop when a user
13879 inserts SPC in the beginning of header.
13880
13881 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
13882
13883 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13884 list of groups not followed by default. Fix type to be regexp.
13885 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13886
13887 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
13888
13889 * hmac-def.el (define-hmac-function): Switch from old-style to
13890 new-style backquotes.
13891
13892 * md4.el (md4-make-step): Likewise.
13893
13894 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
13895
13896 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13897 raw-text coding system when saving .newsrc file, which may contain
13898 non-ASCII group names.
13899
13900 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
13901
13902 * gnus-cus.el (gnus-score-extra): New widget.
13903 (gnus-score-extra-convert): New function.
13904 (gnus-score-customize): Use it for Extra.
13905
13906 2007-08-31 Daiki Ueno <ueno@unixuser.org>
13907
13908 * mml2015.el (mml2015-extract-cleartext-signature): New function.
13909 (mml2015-mailcrypt-clear-verify): Use it.
13910 (mml2015-gpg-clear-verify): Use it.
13911 (mml2015-pgg-clear-verify): Use it.
13912 (mml2015-epg-clear-verify): Replace the current part with the output
13913 from GnuPG; don't extract the plaintext by itself.
13914
13915 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13916 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13917 mml2015-clear-verify-function; don't touch the armor headers or
13918 dash-escaped text here.
13919
13920 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
13921
13922 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13923 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13924 parts, or application/octet-stream as a last resort.
13925 (gnus-mime-view-part-as-type): Don't toggle display.
13926 (gnus-mime-view-part-as-charset): Don't turn off display before
13927 querying charset.
13928
13929 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13930 stuff to undisplayer function in Emacs.
13931 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13932
13933 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13934 text/calendar parts.
13935
13936 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
13937
13938 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13939 decoding text/calendar parts.
13940
13941 * message.el (message-forward-make-body-mime): Always mark body as
13942 having no illegible text; remove signed-or-encrypted argument.
13943 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13944
13945 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13946 (mml-generate-mime-1): Don't encode body if it is specified to be in
13947 raw form; don't make buffer be unibyte when inserting multibyte string.
13948
13949 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13950
13951 * sha1.el: Fix up comment style.
13952 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13953 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13954
13955 * hex-util.el: Fix up comment style.
13956 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13957
13958 * gnus-salt.el: Use with-current-buffer.
13959 (gnus-pick-setup-message): Fix long-standing typo.
13960
13961 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
13962
13963 * imap.el (imap-logout-timeout): New variable.
13964 (imap-logout, imap-logout-wait): New functions.
13965 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13966
13967 * nnimap.el (nnimap-logout-timeout): New server variable.
13968 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13969 nnimap-logout-timeout.
13970
13971 * gnus-art.el (gnus-article-summary-command-nosave)
13972 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13973
13974 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
13975
13976 * gnus.el (gnus-maximum-newsgroup): New variable.
13977
13978 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13979 according to gnus-maximum-newsgroup.
13980
13981 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13982 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13983 Limit the range of articles according to gnus-maximum-newsgroup.
13984
13985 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
13986
13987 * gnus-art.el (gnus-sticky-article): Fix problems described in
13988 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
13989 Don't perform gnus-configure-windows here; reuse existing sticky
13990 article buffer.
13991
13992 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13993 it doesn't exist in gnus-article-mode.
13994
13995 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
13996
13997 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13998 (gnus-agent-decoded-group-name): New function.
13999 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14000 (gnus-agent-expire-group-1): Use it; decode group name in messages.
14001
14002 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
14003
14004 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14005 Add binding for gnus-sticky-article.
14006 (gnus-summary-exit): Don't kill sticky article buffers.
14007
14008 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14009 article buffer.
14010 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14011 (gnus-kill-sticky-article-buffers): New commands.
14012
14013 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
14014
14015 * nntp.el (nntp-xref-number-is-evil): New server variable.
14016 (nntp-find-group-and-number): If it is non-nil, don't trust article
14017 numbers in the Xref header.
14018
14019 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14020
14021 * gnus-agent.el (gnus-agent-read-group): New function.
14022 (gnus-agent-flush-group, gnus-agent-expire-group)
14023 (gnus-agent-regenerate-group): Use it.
14024 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14025 nnmail-pathname-coding-system.
14026
14027 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
14028
14029 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14030
14031 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14032 that are unread as unread, and also as selected so that information of
14033 marks having been changed by a user may be updated when exiting group.
14034
14035 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14036
14037 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14038
14039 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
14040
14041 * gnus-art.el (gnus-mime-display-single): Pass part number that is
14042 calculated ignoring signature parts to gnus-treat-article.
14043
14044 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14045
14046 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14047 a point here in order to keep the window start.
14048 (gnus-insert-mime-security-button): Make a button overlay without the
14049 front stickiness.
14050 (gnus-mime-display-security): Goto the end of a button.
14051
14052 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14053
14054 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
14055
14056 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14057 group-name-at-point.
14058 (gnus-group-completing-read): New function that offers decoded
14059 non-ASCII group names for completion.
14060 (gnus-fetch-group, gnus-group-read-ephemeral-group)
14061 (gnus-group-jump-to-group, gnus-group-make-group-simple)
14062 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14063 (gnus-group-fetch-control): Use it.
14064 (gnus-fetch-group): Use group-name-at-point for the initial value
14065 rather than the default value; use gnus-alive-p.
14066
14067 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14068 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14069 (gnus-summary-post-news): Use gnus-group-completing-read.
14070
14071 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14072 (gnus-read-move-group-name): Decode group name for completion.
14073
14074 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
14075
14076 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14077 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14078 Yamaoka slightly modified the code).
14079
14080 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
14081
14082 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14083 (nnmail-split-incoming): Bind it.
14084
14085 * nnml.el (nnml-group-name-charset): New function.
14086 (nnml-decoded-group-name): Use it; don't decode group name if
14087 nnmail-group-names-not-encoded-p is non-nil.
14088 (nnml-encoded-group-name): New function.
14089 (nnml-group-pathname): Inline nnml-decoded-group-name.
14090 (nnml-request-expire-articles): Decode group name in message.
14091 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14092 nnmail-pathname-coding-system.
14093 (nnml-save-mail, nnml-active-number): Work with decoded group names and
14094 not decoded ones according to nnmail-group-names-not-encoded-p.
14095 (nnml-generate-active-info): Use nnml-encoded-group-name.
14096
14097 2007-08-08 Glenn Morris <rgm@gnu.org>
14098
14099 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14100 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14101 doc-strings and comments.
14102
14103 2007-07-25 Glenn Morris <rgm@gnu.org>
14104
14105 * Relicense all FSF files to GPLv3 or later.
14106
14107 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
14108
14109 * gnus-sum.el (gnus-summary-move-article):
14110 Make gnus-summary-respool-article work.
14111
14112 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
14113
14114 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14115 string.
14116
14117 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
14118
14119 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
14120 that should be ignored when comparing distant RSS articles with local
14121 ones.
14122 (nnrss-make-hash-index): New function. Create a hash index according
14123 to the ignored fields.
14124 (nnrss-check-group): Use it.
14125
14126 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
14127
14128 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14129
14130 * gnus-art.el (article-decode-group-name): Decode Xref header too.
14131
14132 * gnus-group.el (gnus-group-make-group): Encode group name here unless
14133 the new optional argument ENCODED is non-nil.
14134 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14135 coding system for encoding group name.
14136 (gnus-group-make-rss-group): Pass un-encoded group name to
14137 gnus-group-make-group.
14138 (gnus-group-set-info): Tell gnus-group-make-group that group name is
14139 encoded.
14140
14141 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14142 Encode group name to which articles are moved or copied.
14143 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14144 coding system for encoding Newsgroup, Followup-To and Xref headers.
14145
14146 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14147 marks; use nnheader-file-coding-system to write a file.
14148 (nnagent-retrieve-headers): Bind file-name-coding-system to
14149 nnmail-pathname-coding-system.
14150
14151 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14152
14153 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14154 (nnml-request-article, nnml-request-create-group)
14155 (nnml-request-rename-group, nnml-find-id)
14156 (nnml-possibly-change-directory, nnml-possibly-create-directory)
14157 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14158 (nnml-save-marks): Use nnml-group-pathname instead of
14159 nnmail-group-pathname.
14160
14161 (nnml-request-create-group, nnml-request-expire-articles)
14162 (nnml-request-move-article, nnml-request-delete-group)
14163 (nnml-deletable-article-p, nnml-possibly-create-directory)
14164 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14165 (nnml-open-marks): Bind file-name-coding-system to
14166 nnmail-pathname-coding-system.
14167
14168 (nnml-request-article): Pass server argument to nnml-find-group-number.
14169 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14170 Pass server argument to nnml-possibly-create-directory.
14171 (nnml-request-accept-article): Pass server argument to
14172 nnml-active-number and nnml-save-mail.
14173 (nnml-find-group-number): Pass server argument to nnml-find-id.
14174 (nnml-request-update-info): Pass server argument to
14175 nnml-marks-changed-p.
14176
14177 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14178 (nnml-save-mail, nnml-active-number): Add server argument.
14179
14180 (nnml-request-delete-group): Warn if group is missing.
14181 (nnml-get-nov-buffer): Decode group name.
14182 (nnml-generate-active-info): Encode group name.
14183 (nnml-open-marks): Decode group name in messages.
14184
14185 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
14186
14187 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14188 if it is not specified.
14189 (gnus-article-pipe-part, gnus-article-save-part)
14190 (gnus-article-interactively-view-part, gnus-article-copy-part)
14191 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14192 (gnus-article-inline-part, gnus-article-save-part-and-strip)
14193 (gnus-article-replace-part, gnus-article-delete-part)
14194 (gnus-article-view-part-as-type): Pass raw prefix argument to
14195 gnus-article-part-wrapper.
14196
14197 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
14198
14199 * gnus-agent.el (gnus-agent-save-active):
14200 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14201
14202 * gnus-cache.el (gnus-cache-save-buffers)
14203 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14204 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14205 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14206 (gnus-cache-braid-nov, gnus-cache-braid-heads)
14207 (gnus-cache-generate-active, gnus-cache-rename-group)
14208 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14209 (gnus-cache-update-overview-total-fetched-for):
14210 Bind file-name-coding-system to nnmail-pathname-coding-system.
14211 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14212 New variables.
14213 (gnus-cache-decoded-group-name): New function.
14214 (gnus-cache-file-name): Use it.
14215 (gnus-cache-generate-active): Use non-decoded group name for active.
14216
14217 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14218 right place.
14219 (gnus-write-active-file): Don't break non-ASCII group names.
14220
14221 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14222 nnmail-pathname-coding-system.
14223
14224 * gnus-uu.el (gnus-uu-decode-save): Typo.
14225
14226 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
14227
14228 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14229
14230 2007-07-14 David Kastrup <dak@gnu.org>
14231
14232 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14233 finishing actions if we did not edit the article.
14234
14235 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14236
14237 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14238 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14239 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14240 (gnus-agent-flush-group, gnus-agent-flush-cache)
14241 (gnus-agent-fetch-headers, gnus-agent-load-alist)
14242 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14243 (gnus-agent-retrieve-headers, gnus-agent-request-article)
14244 (gnus-agent-regenerate-group)
14245 (gnus-agent-update-files-total-fetched-for)
14246 (gnus-agent-update-view-total-fetched-for):
14247 Bind file-name-coding-system to nnmail-pathname-coding-system.
14248 (gnus-agent-group-pathname): Don't encode file names by
14249 nnmail-pathname-coding-system.
14250 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14251 coding-system-for-write instead of buffer-file-coding-system to
14252 gnus-agent-file-coding-system.
14253
14254 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14255 Decode group name.
14256
14257 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14258
14259 * gnus-start.el (gnus-update-active-hashtb-from-killed)
14260 (gnus-read-newsrc-el-file): Make group names unibyte.
14261
14262 * nnmail.el (nnmail-group-pathname): Don't encode file names by
14263 nnmail-pathname-coding-system.
14264
14265 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14266 (nnrss-request-delete-group): Bind file-name-coding-system to
14267 nnmail-pathname-coding-system.
14268 (nnrss-read-server-data, nnrss-read-group-data):
14269 Bind file-name-coding-system correctly.
14270 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14271
14272 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14273 (nntp-server-to-method-cache): New variable.
14274 (nntp-group-pathname): New function that decodes non-ASCII group names.
14275 (nntp-possibly-create-directory, nntp-marks-changed-p)
14276 (nntp-save-marks, nntp-open-marks): Use it.
14277 (nntp-possibly-create-directory, nntp-open-marks):
14278 Bind file-name-coding-system to nnmail-pathname-coding-system.
14279 (nntp-open-marks): Decode group names when bootstrapping marks.
14280
14281 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14282 Newsgroups and Followup-To headers.
14283
14284 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14285
14286 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14287 (gnus-server-closed-face, gnus-server-denied-face)
14288 (gnus-server-offline-face): Remove variable.
14289 (gnus-server-font-lock-keywords): Use faces that are not aliases.
14290
14291 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14292 of modifying message-stack directly for XEmacs.
14293
14294 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14295 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14296 if the coding-system argument is nil for XEmacs.
14297
14298 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14299 mm-charset-override-alist.
14300
14301 * rfc2047.el: Don't require base64; require rfc2045 for the function
14302 rfc2045-encode-string.
14303 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14304 to quote the parameter value.
14305
14306 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
14307
14308 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14309 form in gnus-group-name-charset-method-alist.
14310
14311 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14312 overrides the default layout edit-form.
14313
14314 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14315
14316 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14317
14318 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
14319
14320 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14321 as unfetched articles.
14322
14323 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
14324
14325 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14326
14327 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
14328
14329 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14330 original back end that keeps marks in the local system.
14331
14332 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
14333
14334 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14335 arg of pop-to-buffer for XEmacs.
14336 (gnus-article-read-summary-keys): Ditto; don't restore window
14337 configuration if summary command ends up with neither article buffer
14338 nor summary buffer; describe bindings if summary keys end with C-h.
14339
14340 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
14341
14342 * message.el (message-fix-before-sending): Skip raw message part to be
14343 forwarded while checking illegible text.
14344 (message-forward-make-body-mime, message-forward-make-body):
14345 Mark signed or encrypted raw message as having no illegible text.
14346
14347 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
14348
14349 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14350 (gnus-message-with-timestamp-1): New macro.
14351 (gnus-message-with-timestamp): New function.
14352 (gnus-message): Use them.
14353
14354 * nnheader.el (nnheader-message): Use them.
14355
14356 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
14357
14358 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14359 .newsrc.eld file.
14360
14361 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
14362
14363 * gnus-agent.el (gnus-agent-fetch-headers)
14364 (gnus-agent-retrieve-headers):
14365 Bind gnus-decode-encoded-address-function to identity.
14366
14367 * nntp.el (nntp-send-xover-command): Recognize an xover command is
14368 available also when the server returns simply a dot.
14369
14370 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14371
14372 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
14373
14374 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14375
14376 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
14377
14378 * gnus-ems.el (gnus-x-splash): Make it work.
14379
14380 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14381 from being used.
14382
14383 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
14384
14385 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14386 the front stickiness.
14387 (gnus-article-summary-command-nosave): Correct the order of the
14388 arguments passed to pop-to-buffer.
14389 (gnus-article-read-summary-keys): Ditto; make it work properly when the
14390 summary command ends up with the article buffer.
14391
14392 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14393 the same faces.
14394
14395 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
14396
14397 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14398
14399 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
14400
14401 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14402 * gnus-sum.el (gnus-summary-highlight):
14403 * mail-source.el (mail-source-delete-old-incoming-confirm):
14404 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14405
14406 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
14407
14408 * gnus-art.el (gnus-mime-view-part-externally)
14409 (gnus-mime-view-part-internally): Fix predicate function passed to
14410 completing-read.
14411
14412 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14413
14414 * gnus.el (gnus-update-message-archive-method): Add :version.
14415
14416 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
14417
14418 * gnus.el (gnus-update-message-archive-method): New variable.
14419
14420 * gnus-start.el (gnus-setup-news): Update saved "archive" method
14421 according to gnus-message-archive-method if
14422 gnus-update-message-archive-method is non-nil.
14423
14424 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
14425
14426 * gnus-sum.el (gnus-summary-limit-to-address): New function.
14427 Suggested by Loic Dachary <loic@dachary.org>.
14428 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14429
14430 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
14431
14432 * message.el (message-pop-to-buffer): Add switch-function argument.
14433 (message-mail): Pass switch-function argument to it.
14434
14435 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
14436
14437 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14438 Improve doc string.
14439
14440 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
14441
14442 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14443 (gnus-header-content):
14444 * gnus-cite.el (gnus-cite-10):
14445 * gnus-srvr.el (gnus-server-closed):
14446 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14447 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14448 (gnus-group-mail-3-empty, gnus-group-mail-low)
14449 (gnus-group-mail-low-empty, gnus-splash):
14450 * message.el (message-header-to, message-header-cc)
14451 (message-header-subject, message-header-other, message-header-name)
14452 (message-header-xheader, message-separator, message-cited-text)
14453 (message-mml): Lighten colors of faces used for dark background.
14454
14455 2007-05-24 Simon Josefsson <simon@josefsson.org>
14456
14457 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14458 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
14459
14460 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
14461
14462 * message.el (message-narrow-to-headers-or-head):
14463 Ignore mail-header-separator in the body.
14464
14465 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
14466
14467 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14468 same as window size.
14469
14470 2007-05-22 Kevin Ryde <user42@zip.com.au>
14471
14472 * message.el (message-font-lock-keywords): Use message-header-xheader
14473 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
14474 ahead of the anything pattern, to get it recognized.
14475
14476 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
14477
14478 * gnus-sum.el (gnus-articles-to-read)
14479 (gnus-summary-insert-old-articles): Don't truncate group name for
14480 `read-string'.
14481
14482 * gnus-util.el (gnus-limit-string): Delete this function.
14483
14484 * gnus-sum.el (gnus-simplify-subject-fully):
14485 Use `truncate-string-to-width' instead.
14486
14487 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
14488
14489 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14490 Tell if, on summary exit, the next group has to be selected.
14491 (gnus-summary-exit): Use it.
14492
14493 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
14494
14495 * gnus-art.el (gnus-article-mode): Fix comment about displaying
14496 non-break space.
14497
14498 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
14499
14500 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14501 Check if group is not a directory.
14502 (nnfolder-request-expire-articles): Don't delete articles if the target
14503 group is not available.
14504
14505 * nnml.el (nnml-request-create-group): Properly check if group is not a
14506 file.
14507 (nnml-request-expire-articles): Don't delete articles if the target
14508 group is not available.
14509
14510 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14511 Don't quote characters that are within parentheses.
14512
14513 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
14514
14515 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14516 (gnus-handle-ephemeral-exit): Select article according to it.
14517
14518 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
14519
14520 * message.el (message-insert-formated-citation-line): Remove newline.
14521 (message-citation-line-format): Add final \n here so that the user can
14522 avoid a blank line.
14523
14524 2007-05-03 Dan Christensen <jdc@uwo.ca>
14525
14526 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14527 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14528 Update lanl/arXiv support.
14529
14530 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
14531
14532 * gnus.el: Bump version number.
14533
14534 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14535
14536 * gnus.el (gnus-version-number): Bump version.
14537
14538 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14539
14540 * gnus.el: No Gnus v0.6 is released.
14541
14542 2007-04-27 Didier Verna <didier@xemacs.org>
14543
14544 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14545 * gmm-utils.el (gmm-regexp-concat): ... here.
14546 * message.el: Don't require 'gnus-util.
14547 (message-dont-reply-to-names): Handle name change above.
14548 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14549
14550 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
14551
14552 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14553 since the initial value varies according to the system.
14554
14555 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
14556
14557 * mm-util.el (mm-charset-synonym-alist): Defcustom.
14558
14559 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
14560
14561 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14562
14563 2007-04-24 Didier Verna <didier@xemacs.org>
14564
14565 Improve the type of gnus-ignored-from-addresses.
14566 * gnus-util.el (gnus-orify-regexp): New function.
14567 * message.el (gnus-util): Require it.
14568 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14569 * gnus-sum.el (gnus-ignored-from-addresses): New function.
14570 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14571
14572 2007-04-24 Didier Verna <didier@xemacs.org>
14573
14574 * gnus-sum.el:
14575 * gnus-utils.el: Fix some trailing whitespaces.
14576
14577 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
14578
14579 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14580 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14581 article's Message-ID; refer parent article in summary buffer.
14582
14583 * message.el (message-bounce): Call mime-to-mml.
14584
14585 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
14586
14587 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14588
14589 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
14590
14591 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14592 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14593 displayed of multipart/alternative part if it is invoked from summary
14594 buffer.
14595
14596 * mm-view.el (mm-inline-text-html-render-with-w3m)
14597 (mm-inline-text-html-render-with-w3m-standalone)
14598 (mm-inline-render-with-function): Use mail-parse-charset by default.
14599
14600 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
14601
14602 * parse-time.el (parse-time-string-chars): Check if CHAR
14603 is less than the length of parse-time-syntax.
14604
14605 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
14606
14607 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14608 from gnus-newsgroup-processable.
14609
14610 2007-04-16 Didier Verna <didier@xemacs.org>
14611
14612 * gnus-msg.el (gnus-configure-posting-styles):
14613 Handle message-signature-directory properly with :file syntax.
14614 Reported by "Leo".
14615
14616 2007-04-11 Didier Verna <didier@xemacs.org>
14617
14618 New user option: message-signature-directory.
14619 * gnus-msg.el (gnus-configure-posting-styles): Support it.
14620 * message.el (message-insert-signature): Ditto.
14621 * message.el (message-signature-file): Doc update.
14622 * message.el (message-signature-directory): New.
14623
14624 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
14625
14626 * gnus-msg.el (gnus-inews-yank-articles):
14627 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14628
14629 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
14630
14631 * message.el (message-yank-original): Make sure cited text ends with
14632 newline; don't exchange point and mark.
14633
14634 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
14635
14636 * tls.el (open-tls-stream): Properly handle case where there
14637 is no associated buffer.
14638
14639 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
14640
14641 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14642 message-yank-original, make sure (< mark TEXT point).
14643
14644 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
14645
14646 * message.el (message-fill-column): New variable.
14647 (message-mode): Use it. Add comment on a possible new hook.
14648
14649 * nnmail.el (nnmail-spool-file): Mark as obsolete.
14650 (nnmail-get-new-mail): Reformat.
14651
14652 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14653
14654 * gmm-utils.el: Fix Commentary.
14655 (gmm-tool-bar-from-list): Fix typo in doc string.
14656
14657 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
14658
14659 * message.el (message-yank-original): Don't switch point and mark
14660 unnecessarily to put point and mark as documented.
14661
14662 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14663
14664 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14665 from the message heads.
14666
14667 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
14668
14669 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14670 article buffer does not have a window. This may not be the best
14671 solution but is certainly better than setting the start of the null,
14672 that is the current, window.
14673
14674 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
14675
14676 * gnus-draft.el (gnus-draft-setup-hook): New hook.
14677 (gnus-draft-setup): Run it.
14678
14679 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14680 gnus-score-fast-scoring. Allow regexp.
14681 (gnus-score-headers): Use it.
14682
14683 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14684 XEmacs.
14685
14686 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14687 string.
14688 (gnus-button-alist): Also catch `<f1> k ...'.
14689 (gnus-treat-display-x-face): Fix doc string.
14690
14691 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14692
14693 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14694 evaluation of gnus-extended-version to ensure correct generation of the
14695 User-Agent header when message-generate-headers-first is used.
14696
14697 2007-03-24 Simon Josefsson <simon@josefsson.org>
14698
14699 * hashcash.el (hashcash-generate-payment-async): Don't crash if
14700 hashcash-path is nil. Don't call callback with incorrect number of
14701 parameters if val is 0.
14702
14703 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14704
14705 * message.el (message-required-news-headers):
14706 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14707
14708 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
14709
14710 * message.el (message-generate-new-buffers): Change the meaning of the
14711 nil value; add `standard' to the choices; treat t as `unique'; improve
14712 doc string.
14713 (gnus-select-frame-set-input-focus): Autoload.
14714 (message-buffer-name): Search for the existing message buffer if
14715 message-generate-new-buffers is nil or `standard'; treat the value t of
14716 message-generate-new-buffers as `unique'.
14717 (message-pop-to-buffer): Raise the frame already displaying the message
14718 buffer; clear the echo area after querying.
14719 (message-setup): Pass the `continue' argument to compose-mail.
14720 (message-mail): Prefer `switch-function' if it is given; search for the
14721 existing message buffer if the `continue' argument is non-nil; pass
14722 continue and switch-function arguments to compose-mail by way of
14723 message-setup.
14724 (message-mail-other-window): Adjust argument of message-setup.
14725 (message-mail-other-frame): Ditto.
14726
14727 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14728
14729 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14730 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14731 to turn font-lock on when turning gnus-message-citation-mode on.
14732
14733 2007-03-06 Daiki Ueno <ueno@unixuser.org>
14734
14735 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14736 (mml-smime-function-alist): New variable; add epg as the backend.
14737 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14738 mml-smime- functions instead.
14739 * mm-view.el: Require smime.
14740
14741 2007-03-05 Didier Verna <didier@xemacs.org>
14742
14743 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14744 instead of just inheritance for posting styles.
14745 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14746
14747 2007-02-24 John Paul Wallington <jpw@pobox.com>
14748
14749 * tls.el (tls-certtool-program): Fix custom type.
14750
14751 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14752
14753 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14754 and point-at-eol instead of line-(beginning|end)-position.
14755
14756 * assistant.el (assistant-parse-buffer): Ditto.
14757
14758 2007-02-28 Daiki Ueno <ueno@unixuser.org>
14759
14760 * mml2015.el (mml2015-epg-find-usable-key): New function.
14761 (mml2015-epg-sign): Use it.
14762 (mml2015-epg-encrypt): Use it.
14763
14764 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14765
14766 * message.el (message-make-in-reply-to): Quote name containing
14767 non-ASCII characters. It will make the RFC2047 encoder cause an error
14768 if there are special characters. Reported by NAKAJI Hiroyuki
14769 <nakaji@jp.freebsd.org>.
14770
14771 2007-02-27 Didier Verna <didier@xemacs.org>
14772
14773 Include the group parameters as well as the topic ones in the
14774 inheritance filter process.
14775 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14776 argument GROUP-PARAMS-LIST.
14777 * gnus-topic.el (gnus-group-topic-parameters): Use it.
14778
14779 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
14780
14781 * nntp.el (nntp-never-echoes-commands)
14782 (nntp-open-connection-functions-never-echo-commands): New variables.
14783 (nntp-send-command): Use them.
14784
14785 2007-02-20 Daiki Ueno <ueno@unixuser.org>
14786
14787 * mml2015.el (mml2015-epg-verify): Simplify.
14788
14789 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
14790
14791 * mml.el (mml-content-disposition-alist): New user option.
14792 (mml-content-disposition): New function.
14793 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14794 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14795
14796 2007-02-19 Daiki Ueno <ueno@unixuser.org>
14797
14798 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14799 verification.
14800
14801 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14802
14803 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14804 articles posted in the last 24 hours.
14805
14806 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
14807
14808 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14809
14810 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
14811
14812 * nntp.el (nntp-send-command): Don't wait for echoes when
14813 nntp-open-ssl-stream is used.
14814
14815 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14816
14817 * gnus-cite.el (gnus-test-font-lock-add-keywords)
14818 (gnus-message-add-citation-keywords)
14819 (gnus-message-remove-citation-keywords): Remove.
14820 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14821 directly, make the variables in font-lock-defaults buffer-local, add
14822 gnus-message-citation-keywords to them and then update the value of
14823 font-lock-keywords.
14824
14825 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
14826
14827 * message.el (message-cite-original-1): Don't call
14828 gnus-article-highlight-citation.
14829
14830 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14831 citations; fix line count.
14832
14833 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14834
14835 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14836 (gnus-message-add-citation-keywords)
14837 (gnus-message-remove-citation-keywords): Use it; fix the emulating
14838 versions of font-lock-add-keywords and font-lock-remove-keywords to
14839 work with XEmacs correctly.
14840
14841 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14842
14843 * gnus-cite.el (gnus-cite-face-list): Set the values of
14844 gnus-message-max-citation-depth and gnus-message-citation-keywords.
14845 (gnus-message-max-citation-depth): Use defvar rather than defconst.
14846 (gnus-message-cite-prefix-regexp): New variable.
14847 (gnus-message-search-citation-line): Use it; protect against long
14848 citation prefix; fill match data with nil rather than 0 for XEmacs; set
14849 the 0th match data for Emacs.
14850 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14851 (gnus-message-add-citation-keywords): Append keywords rather than
14852 prepending; emulate font-lock-add-keywords if it is not available.
14853 (gnus-message-remove-citation-keywords):
14854 Emulate font-lock-remove-keywords if it is not available.
14855
14856 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14857
14858 * message.el (message-cite-prefix-regexp): Set the value of
14859 gnus-message-cite-prefix-regexp.
14860
14861 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14862
14863 * nnweb.el (nnweb-google-parse-1): Update parser.
14864
14865 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
14866
14867 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14868
14869 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14870
14871 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14872 regexp.
14873
14874 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14875
14876 * uudecode.el (uudecode-string-to-multibyte): New function emulating
14877 string-to-multibyte.
14878 (uudecode-decode-region-internal): Use it.
14879
14880 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
14881
14882 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14883 Fix custom choice.
14884
14885 * gnus-art.el (gnus-signature-limit): Fix custom choice.
14886
14887 2007-01-22 Daiki Ueno <ueno@unixuser.org>
14888
14889 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14890
14891 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14892 `write-region' to respect `mm-inhibit-file-name-handlers'.
14893
14894 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
14895
14896 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14897 Use gnus-home-directory instead of "~/" or "$HOME".
14898
14899 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
14900
14901 * encrypt.el (encrypt-insert-file-contents): Add better prompt
14902 to mention filename.
14903 Add comments at beginning regarding usage.
14904 (encrypt-write-file-contents): Change interactive so a string is
14905 acceptable. If the file has no associated model, show an error instead
14906 of a nonsense prompt.
14907
14908 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14909
14910 * spam.el (spam-bsfilter-ham-switch): Fix typo.
14911 Thanks to Yoshihiko Yamada for kind notification of this typo.
14912
14913 2007-01-12 Kenichi Handa <handa@m17n.org>
14914
14915 * uudecode.el (uudecode-decode-region-internal): Make it work in a
14916 multibyte buffer.
14917
14918 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
14919
14920 * gnus-score.el (gnus-score-fast-scoring): New variable.
14921 (gnus-score-headers): Use it.
14922
14923 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14924
14925 * message.el (message-cite-original-1):
14926 Call gnus-article-highlight-citation if requested.
14927 (message-make-from): Allow name and address as optional arguments.
14928
14929 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14930
14931 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14932 bugs to doc string.
14933 (gnus-button-alist): Add mid\\|message-id.
14934 (gnus-button-fetch-group): Extend for use in
14935 `browse-url-browser-function'.
14936 (gnus-button-url-regexp): Try to catch paired parentheses like in
14937 Wikipedia URLs.
14938
14939 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14940 Suggested by Simon Krahnke <overlord@gmx.li>.
14941
14942 2007-01-13 Romain Francoise <romain@orebokech.com>
14943
14944 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14945 Update copyright.
14946
14947 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
14948
14949 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14950
14951 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
14952
14953 * gnus-registry.el (gnus-registry-unfollowed-groups)
14954 (gnus-registry-split-fancy-with-parent): Fix documentation.
14955
14956 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
14957
14958 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14959 from nnweb groups.
14960
14961 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
14962
14963 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14964 Xref urls. Erase buffer before requesting head.
14965
14966 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14967
14968 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
14969
14970 * gnus-soup.el (gnus-soup): New custom group. Make user variables
14971 customizable.
14972
14973 2007-01-05 Daiki Ueno <ueno@unixuser.org>
14974
14975 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14976 no signing key is found.
14977 (mml2015-epg-encrypt): Ask user whether to skip or abort if
14978 no encrypting and/or signing key is found.
14979
14980 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
14981
14982 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14983
14984 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14985
14986 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14987 headers read from disk with the ones newly found in the current search.
14988 This should no longer cause problems, because the article numbers in
14989 Gmane's `nov.php' output are ignored since the previous change.
14990
14991 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14992
14993 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14994
14995 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
14996
14997 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14998
14999 2007-01-01 Romain Francoise <romain@orebokech.com>
15000
15001 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15002
15003 2006-12-31 Steve Youngs <steve@sxemacs.org>
15004
15005 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15006 `define-minor-mode' macro definition expanded properly.
15007 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15008 exclude it there.
15009
15010 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15011 of 2006-12-30. The default is nil on (S)XEmacs already because of the
15012 `fboundp' test.
15013 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15014 This is OK to autoload in (S)XEmacs now.
15015
15016 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15017
15018 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15019 keystroke.
15020 (gnus-summary-limit-to-singletons): Fix typo.
15021
15022 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15023 else fails.
15024
15025 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15026
15027 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15028 docstring.
15029
15030 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15031 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15032 (gnus-summary-insert-dormant-articles): Fix typo in message.
15033
15034 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
15035
15036 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15037 nil for XEmacs.
15038 (gnus-message-citation-mode): Don't autoload in XEmacs.
15039
15040 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15041
15042 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
15043
15044 * nnimap.el (nnimap-expunge-search-string):
15045 Mention nnimap-search-uids-not-since-is-evil in docstring.
15046
15047 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
15048
15049 * spam.el: Revert to make-obsolete-variable because
15050 define-obsolete-variable-alias is not supported in Emacs 21.
15051
15052 * spam.el (spam-ifile-path, spam-ifile-database-path)
15053 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15054 make-obsolete-variable.
15055 (spam-bsfilter-path, spam-bsfilter-program)
15056 (spam-spamassassin-path, spam-spamassassin-program)
15057 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15058 Don't use "path" inappropriately.
15059 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15060 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15061 variable names.
15062
15063 2006-12-28 Daiki Ueno <ueno@unixuser.org>
15064
15065 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15066 summary buffer.
15067
15068 * password.el (password-cache-remove): Use clear-string to burn
15069 password, if available.
15070
15071 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15072
15073 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15074
15075 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15076
15077 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15078 (gnus-message-highlight-citation): Move defcustom here from
15079 gnus-cite.el.
15080 (gnus-message-citation-mode): Autoload.
15081
15082 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
15083 checks to make it compile with XEmacs.
15084 (gnus-message-citation-mode): New minor mode.
15085 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15086 (gnus-message-highlight-citation): New variables.
15087 (gnus-message-search-citation-line)
15088 (gnus-message-add-citation-keywords)
15089 (gnus-message-remove-citation-keywords)
15090 (turn-on-gnus-message-citation-mode)
15091 (turn-off-gnus-message-citation-mode): New functions.
15092
15093 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
15094
15095 * gnus-cite.el: Enable highlighting of different citation levels in
15096 message-mode.
15097
15098 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15099
15100 * message.el (message-make-fqdn): Fix comment.
15101 (message-bogus-system-names): Add ".local".
15102
15103 * spam.el (spam-ifile-path, spam-ifile-program)
15104 (spam-ifile-database-path, spam-ifile-database)
15105 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15106 Don't use "path" inappropriately.
15107 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15108 strings.
15109 (spam-check-ifile, spam-ifile-register-with-ifile)
15110 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15111 Use new variable names.
15112
15113 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15114 (gnus-treat-display-smileys): Simplify using
15115 gnus-image-type-available-p.
15116
15117 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15118 available.
15119
15120 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15121
15122 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15123 one after turning on the buffer's multibyteness instead of decoding
15124 them directly in the unibyte buffer that causes unexpected conversion
15125 in Emacs 23 (unicode).
15126
15127 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15128
15129 * message.el (message-generate-hashcash): Fix custom type.
15130
15131 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15132
15133 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15134
15135 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15136
15137 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15138 disconnect icons. Add help text.
15139
15140 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
15141
15142 * spam.el (spam-extra-header-to-number): CRM114 spam score is
15143 negated to be consistent with the others we handle.
15144
15145 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15146
15147 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15148 version of gnus-summary-buffer to something, so that we can use two
15149 article buffers at the same time.
15150
15151 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
15152
15153 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15154 trigger all the extra headers.
15155 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15156 sorting.
15157
15158 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15159
15160 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15161 solid groups.
15162
15163 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
15164
15165 * legacy-gnus-agent.el: Add Copyright notice.
15166
15167 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
15168
15169 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15170
15171 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15172
15173 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15174
15175 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15176 to make it work reliably in CVS Emacs.
15177 (gnus-summary-limit-strange-charsets-predicate)
15178 (gnus-summary-limit-to-predicate): New functions.
15179
15180 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
15181
15182 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15183 specifying array size.
15184 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15185 array if it is too small.
15186 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15187 (gnus-sort-threads-loop): New function.
15188
15189 2006-12-06 Chris Moore <dooglus@gmail.com>
15190
15191 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15192 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15193
15194 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
15195
15196 * mm-url.el (mm-url-predefined-programs): Call curl with correct
15197 options.
15198
15199 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15200
15201 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15202 DOS-ing the recipient.
15203
15204 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15205 the headers when creating the mapping to avoid mismappings.
15206 (nnweb-gmane-create-mapping): Always nix out old mapping.
15207
15208 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
15209
15210 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15211 and mm-verify-option to never.
15212
15213 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
15214
15215 * message.el (message-signed-or-encrypted-p): New function.
15216 (message-forward-make-body): Use it.
15217
15218 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15219 Replace encode-coding-string with mm-encode-coding-string.
15220
15221 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
15222
15223 * nneething.el (nneething-decode-file-name):
15224 Replace decode-coding-string with mm-decode-coding-string.
15225
15226 * gnus-int.el (gnus-open-server): Say failed server's name.
15227
15228 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
15229
15230 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15231 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15232
15233 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15234 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15235 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15236 (gnus-group-make-directory-group, gnus-group-transpose-groups):
15237 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15238 (gnus-subscribe-newsgroup, gnus-1):
15239 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15240 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15241 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15242 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15243
15244 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
15245
15246 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15247 keystroke.
15248 (gnus-summary-limit-to-bodies): Implement headersp.
15249
15250 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15251
15252 * dns.el (query-dns): Protect against "Process dns deleted" strings.
15253
15254 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
15255
15256 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15257
15258 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15259
15260 * message.el (message-generate-hashcash): Expand range of values to
15261 include `opportunistic'.
15262 (message-send-mail): Use it.
15263
15264 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15265
15266 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15267 and comment it.
15268
15269 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15270
15271 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
15272
15273 * gnus-util.el (gnus-extract-address-components): Improve comment.
15274
15275 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15276
15277 * gnus-util.el (gnus-extract-address-components): Work with address in
15278 which the name portion contains @.
15279
15280 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15281
15282 * gnus.el (gnus-start): Move custom group up.
15283 (gnus-select-method): Don't autoload, but make it available for
15284 `customize-variable'.
15285 (gnus-getenv-nntpserver): Don't autoload.
15286
15287 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
15288
15289 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15290
15291 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15292
15293 * message.el (message-sendmail-extra-arguments): New variable.
15294 (message-send-mail-with-sendmail): Use it.
15295
15296 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15297
15298 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15299 mm-with-unibyte-current-buffer to make string unibyte.
15300
15301 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15302 mm-string-as-multibyte.
15303
15304 2006-11-14 Daiki Ueno <ueno@unixuser.org>
15305
15306 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15307 Reported by Werner Koch <wk@gnupg.org>.
15308
15309 2006-11-14 Daiki Ueno <ueno@p360>
15310
15311 * mml2015.el: Autoload epa-select-keys when compiling.
15312
15313 2006-11-13 Daiki Ueno <ueno@unixuser.org>
15314
15315 * mml2015.el (mml2015-epg-sign): Save the signing keys in
15316 message-options.
15317 (mml2015-epg-encrypt): Save the recipient keys in message-options.
15318
15319 2006-11-13 Daiki Ueno <ueno@unixuser.org>
15320
15321 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15322 EasyPG (< 0.0.6).
15323 (mml2015-always-trust): New user option.
15324 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15325 prompt.
15326
15327 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
15328
15329 * nntp.el (nntp-authinfo-force): New variable.
15330 (nntp-send-authinfo): Use it.
15331
15332 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
15333
15334 * message.el (message-strip-subject-encoded-words): Allow _not_ to
15335 decode encoded words. Improve prompt. Add comment about forwarding.
15336 (message-replacement-char): Move up.
15337
15338 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15339
15340 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15341 instead of gnus-intersection because arguments of gnus-sorted-nunion
15342 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
15343
15344 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
15345
15346 * message.el (message-strip-subject-encoded-words): Reformat prompt.
15347 (message-simplify-subject-functions):
15348 Enable message-strip-subject-encoded-words by default.
15349
15350 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
15351
15352 * message.el (message-strip-subject-encoded-words): New function.
15353 (message-simplify-subject-functions): New variable.
15354 (message-simplify-subject): Use it. Fix typo in doc string.
15355 Support message-strip-subject-encoded-words.
15356
15357 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
15358
15359 * gnus-diary.el (gnus-diary-delay-format-function):
15360 * nndiary.el (nndiary-reminders):
15361 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15362
15363 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15364
15365 * gnus-art.el (article-hide-boring-headers): Fetch date from
15366 gnus-original-article-buffer to avoid problems with localized date
15367 strings.
15368
15369 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
15370
15371 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15372
15373 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
15374
15375 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15376 New variables.
15377 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15378 (mm-charset-synonym-alist): Move some entries to
15379 mm-codepage-iso-8859-list.
15380 (mm-charset-synonym-alist, mm-charset-override-alist):
15381 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15382
15383 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
15384
15385 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15386
15387 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15388
15389 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15390 with Emacs 21 and XEmacs.
15391
15392 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
15393
15394 * spam.el (spam-parse-address): New function for better parsing,
15395 catching errors, etc.
15396 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15397
15398 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15399
15400 * mm-view.el: Add interactive arg to html2text autoload.
15401
15402 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
15403
15404 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15405
15406 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
15407
15408 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15409 New variables.
15410 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15411 (mm-charset-synonym-alist): Move some entries to
15412 mm-codepage-iso-8859-list.
15413
15414 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15415
15416 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
15417
15418 * message.el (message-citation-line-format)
15419 (message-insert-formated-citation-line): Fix implementation of %E, %N
15420 and %n according to the doc string.
15421
15422 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
15423
15424 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15425 Use car-safe to avoid bad parses.
15426
15427 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
15428
15429 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15430 names.
15431
15432 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15433
15434 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15435
15436 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15437 header.
15438
15439 * message.el (message-draft-headers): Add Date.
15440 (message-headers-to-generate): Fix typo in docstring.
15441
15442 * nndraft.el (nndraft-required-headers): New variable.
15443 (nndraft-generate-headers): Use it.
15444
15445 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15446
15447 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
15448
15449 * gnus-registry.el (gnus-registry-wash-for-keywords)
15450 (gnus-registry-find-keywords): New functions to allow easy searching of
15451 articles that are in the registry.
15452
15453 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
15454
15455 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15456 Use ietf-drums-parse-address instead of gnus-extract-address-components.
15457 Reported by Damien Elmes <damien@repose.cx>.
15458
15459 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
15460
15461 * gnus.el (gnus-mime): Remove unused custom group.
15462
15463 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15464
15465 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15466 "blank line" when searching for end of armor headers.
15467
15468 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
15469
15470 * gmm-utils.el (gmm-write-region): Fix variable name.
15471
15472 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
15473
15474 * gmm-utils.el (gmm-write-region): New function based on compatibility
15475 code from `mm-make-temp-file'.
15476
15477 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15478
15479 * nnmaildir.el (nnmaildir--update-nov)
15480 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15481 Use `gmm-write-region'.
15482
15483 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15484
15485 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15486 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15487
15488 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15489
15490 * message.el (message-replacement-char): New variable.
15491 (message-fix-before-sending): Use it.
15492 (message-simplify-subject): New function to remove duplicate code.
15493 (message-reply, message-followup): Use it.
15494
15495 * gnus-sum.el (gnus-summary-make-menu-bar):
15496 Clarify gnus-summary-limit-to-articles.
15497
15498 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
15499
15500 * gnus-util.el (gnus-with-local-quit): New macro.
15501
15502 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15503
15504 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
15505
15506 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15507 ignore non-string data.
15508
15509 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
15510
15511 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15512 non-string data (needs to be done in the registry too).
15513
15514 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15515
15516 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15517 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15518 (gnus-registry-split-fancy-with-parent)
15519 (gnus-registry-fetch-simplified-message-subject-fast)
15520 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15521 Remove text properties on ingress into the registry and when it's saved.
15522 (gnus-registry-clean-empty-function): Fix bug with cleaning the
15523 registry from entries with no groups.
15524
15525 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15526
15527 * gnus-util.el (gnus-string-remove-all-properties): Add utility
15528 function to remove string properties.
15529
15530 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
15531
15532 * gmm-utils.el (gmm): Adjust custom version.
15533
15534 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15535 Adjust custom version.
15536
15537 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15538
15539 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
15540
15541 * gnus-art.el (gnus-insert-prev-page-button)
15542 (gnus-insert-next-page-button): Simplify. Reformat.
15543
15544 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
15545
15546 * gnus-art.el (gnus-insert-prev-page-button)
15547 (gnus-insert-next-page-button): Apply gnus-article-button-face.
15548
15549 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
15550
15551 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15552
15553 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
15554
15555 * gnus-art.el (gnus-insert-mime-button)
15556 (gnus-insert-mime-security-button):
15557 Apply gnus-article-button-face to MIME and security buttons.
15558
15559 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
15560
15561 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15562 readable.
15563
15564 2006-09-20 Steve Youngs <steve@sxemacs.org>
15565
15566 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15567 `browse-url-of-file' instead of `browse-url'.
15568
15569 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15570
15571 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15572 regexp. Articles containing quotation were cut prematurely.
15573
15574 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
15575
15576 * message.el (message-cite-original-1): Use nobody by default for the
15577 value of From header.
15578 (message-reply): Ditto.
15579
15580 2006-09-11 Daiki Ueno <ueno@unixuser.org>
15581
15582 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15583 to the gnus-info. This fixes a bug of inline-PGP message verification.
15584 Reported by Michael Piotrowski <mxp@dynalabs.de>.
15585
15586 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
15587
15588 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15589 mails in the doc string. Add some URLs in comment.
15590 (pop3-movemail): Warn about pop3-leave-mail-on-server.
15591
15592 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
15593
15594 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15595 backslashes handling and the way to find boundaries of quoted strings.
15596
15597 2006-09-07 Daiki Ueno <ueno@unixuser.org>
15598
15599 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15600 mml1991-encrypt-to-self is set and mml1991-signers is not set.
15601 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15602 mml2015-encrypt-to-self is set and mml2015-signers is not set.
15603
15604 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
15605
15606 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
15607 doc string.
15608 (gnus-button-regexp, gnus-button-last): Remove unused variables.
15609
15610 2006-09-06 Simon Josefsson <jas@extundo.com>
15611
15612 * mml2015.el (mml2015-use): Doc fix, mention epg.
15613
15614 2006-09-06 Daiki Ueno <ueno@unixuser.org>
15615
15616 * mml2015.el (mml2015-use): Default to epg, if available.
15617
15618 2006-09-06 Daiki Ueno <ueno@unixuser.org>
15619
15620 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15621 message-sender.
15622 (mml1991-epg-encrypt): Ditto.
15623 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15624 message-sender.
15625 (mml2015-epg-encrypt): Ditto.
15626
15627 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
15628
15629 * message.el (message-send-mail-with-sendmail): Look for sendmail in
15630 several common directories.
15631
15632 2006-09-05 Daiki Ueno <ueno@unixuser.org>
15633
15634 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15635 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15636
15637 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
15638
15639 * gnus-art.el (article-decode-encoded-words): Make it fast.
15640
15641 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
15642
15643 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15644
15645 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15646 in quoted string into `\'.
15647
15648 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
15649
15650 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15651 Use standard-syntax-table.
15652
15653 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
15654
15655 * gnus-art.el (gnus-decode-address-function): New variable.
15656 (article-decode-encoded-words): Use it to decode headers which are
15657 assumed to contain addresses.
15658 (gnus-mime-delete-part): Remove useless `or'.
15659
15660 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15661 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15662 (gnus-nov-parse-line): Use it to decode From header.
15663 (gnus-get-newsgroup-headers): Ditto.
15664 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15665
15666 * mail-parse.el (mail-decode-encoded-address-region): New alias.
15667 (mail-decode-encoded-address-string): New alias.
15668
15669 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15670 New function.
15671 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15672 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15673 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15674 (rfc2047-decode-string): Ditto.
15675 (rfc2047-decode-address-region): New function.
15676 (rfc2047-decode-address-string): New function.
15677
15678 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
15679
15680 * message.el (message-caesar-buffer-body): Allow rotating headers.
15681
15682 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15683
15684 * message.el (message-insert-formated-citation-line): Fix %f.
15685 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15686
15687 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
15688
15689 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15690 (gnus-bookmark-mouse-available-p): New macro.
15691 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15692 (gnus-bookmark-bmenu-show-infos): Use it.
15693 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15694 (gnus-bookmark-bmenu-hide-infos): Ditto.
15695 (gnus-bookmark-remove-properties): New function.
15696 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15697 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15698 (gnus-bookmark-write-file): Bind coding-system-for-write.
15699 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15700 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15701 group before selecting it.
15702 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15703 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15704 quit-window if it is not available; use gnus-mouse-2 and bind it to
15705 gnus-bookmark-bmenu-select-by-mouse.
15706 (gnus-bookmark-show-details): Remove unused variable `details-list'.
15707 (gnus-bookmark-bmenu-select-by-mouse): New function.
15708
15709 2006-08-13 Romain Francoise <romain@orebokech.com>
15710
15711 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15712 space.
15713
15714 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15715
15716 * compface.el (uncompface): Use binary rather than raw-text-unix.
15717
15718 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15719
15720 * compface.el (uncompface): Make sure the eol conversion doesn't take
15721 place when communicating with the external programs.
15722 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15723
15724 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
15725
15726 * nnheader.el (nnheader-insert-head): Fix typo in comment.
15727
15728 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15729
15730 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15731 Make it more robust by parsing author and date independently.
15732
15733 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15734
15735 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15736
15737 2006-07-28 Daiki Ueno <ueno@unixuser.org>
15738
15739 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15740 first matching secret key.
15741 (mml2015-epg-encrypt): Ditto.
15742
15743 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15744 first matching secret key.
15745 (mml1991-epg-encrypt): Ditto.
15746
15747 * mml2015.el (mml2015-encrypt-to-self): New user option.
15748 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15749 mml2015-epg-encrypt-to-self is set.
15750
15751 * mml1991.el (mml1991-encrypt-to-self): New variable.
15752 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15753 mml1991-epg-encrypt-to-self is set.
15754
15755 * mml2015.el (mml2015-signers): New user option.
15756 (mml2015-epg-sign): Reflect the value of mml2015-signers.
15757 (mml2015-epg-encrypt): Allow to select signing keys.
15758
15759 * mml1991.el (mml1991-signers): New variable.
15760 (mml1991-epg-sign): Reflect the value of mml1991-signers.
15761 (mml1991-epg-encrypt): Allow to select signing keys.
15762
15763 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15764
15765 * nnheader.el (nnheader-insert-head): Make it work even if the file
15766 uses CRLF for the line-break code.
15767
15768 2006-07-25 Daiki Ueno <ueno@unixuser.org>
15769
15770 * mml2015.el: Require mml-sec instead of password.
15771 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15772 (mml2015-cache-passphrase): Inherit the default value from
15773 mml-secure-cache-passphrase.
15774 (mml2015-passphrase-cache-expiry): Inherit the default value from
15775 mml-secure-passphrase-cache-expiry.
15776
15777 * mml1991.el: Require mml-sec instead of password.
15778 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15779 (mml1991-cache-passphrase): Inherit the default value from
15780 mml-secure-cache-passphrase.
15781 (mml1991-passphrase-cache-expiry): Inherit the default value from
15782 mml-secure-passphrase-cache-expiry.
15783
15784 * mml-sec.el: Require password.
15785 (mml-secure-verbose): New user option.
15786 (mml-secure-cache-passphrase): New user option.
15787 (mml-secure-passphrase-cache-expiry): New user option.
15788
15789 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
15790 Andreas Vögele <andreas@altroot.de> (tiny change)
15791
15792 * pgg-def.el (pgg-truncate-key-identifier):
15793 Truncate the key ID to 8 letters from the end.
15794
15795 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15796
15797 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15798 workaround for the url package included with Emacs.
15799
15800 * nnweb.el (nnweb-google-create-mapping): Update regexp.
15801
15802 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15803
15804 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15805 correctly. This fixes a bug caused by the 2006-05-12 change.
15806
15807 2006-07-18 Karl Fogel <kfogel@red-bean.com>
15808
15809 * nnmail.el (nnmail-article-group): If splitting raises an error, give
15810 some information about the error when saying that the `bogus' mail
15811 group will be used.
15812
15813 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
15814
15815 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15816 string.
15817
15818 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
15819
15820 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15821
15822 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15823
15824 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15825
15826 2006-07-10 Daiki Ueno <ueno@unixuser.org>
15827
15828 * mml1991.el (mml1991-function-alist): Add epg.
15829 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15830 (mml1991-epg-encrypt): New functions.
15831
15832 2006-07-10 Daiki Ueno <ueno@unixuser.org>
15833
15834 * mml2015.el (mml2015-verbose): New variable.
15835 (mml2015-cache-passphrase): Ditto.
15836 (mml2015-passphrase-cache-expiry): Ditto.
15837 (mml2015-function-alist): Add epg.
15838 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15839 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15840 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15841 New functions.
15842
15843 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15844
15845 * message.el (message-cite-original-1): Preserve region when removing
15846 quoted text due to X-No-Archive in order to avoid bogus attribution
15847 when citing multiple messages.
15848
15849 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15850
15851 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15852 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15853
15854 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
15855
15856 * gnus-diary.el (gnus-user-format-function-d)
15857 (gnus-user-format-function-D): Autoload.
15858
15859 * imap.el (Commentary): Fix typo.
15860
15861 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15862 2006-04-22 contribution.
15863
15864 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15865
15866 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15867 It didn't really fix the bogosity I'm seeing with solid web groups.
15868
15869 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15870
15871 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15872 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15873 created using server names. If we use the feature without declaring
15874 it, Gnus does not properly manage server and group state.
15875
15876 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15877 bound.
15878
15879 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15880
15881 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15882 looking up the method using GROUP's prefix before inventing a new one.
15883 It is used on killed/unknown groups in various places where returning
15884 an all-new method isn't expected by the caller.
15885
15886 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15887 and match semantics of gnus-group-real-prefix.
15888
15889 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
15890
15891 * nnmail.el (nnmail-broken-references-mailers): New variable.
15892 (nnmail-ignore-broken-references): New function generalizing
15893 nnmail-fix-eudora-headers.
15894 (nnmail-fix-eudora-headers): Now obsolete.
15895
15896 * gnus-art.el (gnus-button-handle-custom):
15897 Support `customize-apropos*'.
15898
15899 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15900
15901 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15902
15903 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15904 articles.
15905
15906 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15907
15908 * message.el (message-cite-reply-above): New variable.
15909 (message-yank-original): Use it.
15910
15911 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
15912
15913 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15914
15915 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
15916
15917 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15918 as read.
15919
15920 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15921
15922 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
15923
15924 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15925 (gnus-bookmark-default-file): Use gnus-directory.
15926 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15927 Remove "*" in doc string.
15928 (gnus-bookmark-write-file): Simplify.
15929 (gnus-bookmark-maybe-sort-alist): Use `when'.
15930 (gnus-bookmark-get-bookmark): Fix typo in doc string.
15931 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15932 Add FIXME about Emacs 21 and XEmacs compatibility.
15933 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15934 compatibility.
15935 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15936 compatibility.
15937 (gnus-bookmark-menu-heading): Fix version.
15938
15939 2006-06-19 Bastien Guerry <bzg@altern.org>
15940
15941 * gnus-bookmark.el: New file.
15942
15943 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
15944
15945 * message.el (message-syntax-checks): Doc fix.
15946
15947 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15948
15949 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15950 unsubscribed groups as if they were killed ones. It causes duplicate
15951 entries in gnus-newsrc-alist.
15952
15953 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
15954
15955 * message.el (message-syntax-checks): Doc fix.
15956 (message-send-mail): Add check for continuation headers.
15957 (message-check-news-header-syntax): Fix regexp used to check for
15958 continuation headers.
15959
15960 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15961
15962 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15963
15964 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
15965
15966 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15967
15968 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
15969
15970 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15971 default-truncate-lines.
15972
15973 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
15974
15975 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15976 to fill the utf-8 entry.
15977
15978 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15979
15980 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15981
15982 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
15983
15984 * gnus-agent.el (directory-files-and-attributes): Move all the way
15985 forward (the third and final move).
15986 (gnus-agent-read-agentview): Trap reconstruction errors due to
15987 nonexistent directory. Handle by returning nil.
15988
15989 2006-05-30 Didier Verna <didier@xemacs.org>
15990
15991 * message.el (message-dont-reply-to-names): Update the custom type.
15992 * message.el (message-dont-reply-to-names): New defsubst: potentially
15993 convert a list of regexps into a single one.
15994 * message.el (message-get-reply-headers): Use it.
15995 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15996
15997 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15998
15999 * gnus-agent.el (directory-files-and-attributes): Move forward.
16000
16001 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16002
16003 * gnus-ml.el (gnus-mailing-list-subscribe)
16004 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16005 (gnus-mailing-list-message): Fix doc strings.
16006
16007 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16008
16009 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16010 of doing it manually.
16011
16012 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16013
16014 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16015 comment.
16016
16017 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
16018
16019 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16020 (gnus-agent-read-agentview): Fix handling of end-of-file error.
16021 (gnus-agent-read-local): All symbols allocated in my-obarray.
16022 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16023 (gnus-agent-regenerate-group): Check numeric names to see if they are
16024 messages or groups.
16025 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16026 better way of do this...)
16027
16028 * gnus-cache.el (gnus-agent-total-fetched-for):
16029 Ignore 'dummy.group' (there should be a better way of do this...)
16030
16031 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
16032
16033 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16034 (gnus-saved-headers): Ditto.
16035 (gnus-default-article-saver): Mention functions may have properties.
16036 (gnus-article-save): Override gnus-save-all-headers and
16037 gnus-saved-headers by :headers property which saver function may have.
16038 (gnus-summary-save-in-file): Add :headers property.
16039 (gnus-summary-write-to-file): Ditto.
16040
16041 * gnus-sum.el (gnus-summary-save-article): Bind
16042 gnus-prompt-before-saving to t when saving many articles in a file;
16043 always show all headers.
16044
16045 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16046
16047 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16048 marks.
16049
16050 * message.el (message-indent-citation): Add optional arguments to allow
16051 using it outside of message buffers.
16052
16053 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16054 (gnus-article-treat-unfold-headers): Use it.
16055 (gnus-article-truncate-lines): New variable.
16056 (gnus-article-mode): Use it.
16057 (gnus-article-toggle-truncate-lines): New function.
16058
16059 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16060 Add gnus-article-toggle-truncate-lines.
16061
16062 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16063 coding system in XEmacs, use binary.
16064
16065 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16066
16067 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16068 after-load-alist.
16069
16070 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16071 this function should save decoded articles.
16072 (gnus-summary-write-to-file): Use property to specify this function
16073 should save decoded articles and specify gnus-summary-save-in-file
16074 should be used to save articles other than the first one when saving
16075 many articles.
16076 (gnus-summary-save-body-in-file): Use property to specify this
16077 function should save decoded articles.
16078 (gnus-summary-write-body-to-file): Use property to specify this
16079 function should save decoded articles and specify
16080 gnus-summary-save-body-in-file should be used to save articles other
16081 than the first one when saving many articles.
16082
16083 * gnus-sum.el (gnus-summary-save-article): Simplify.
16084
16085 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
16086
16087 * gnus-art.el (gnus-default-article-saver):
16088 Add gnus-summary-write-body-to-file.
16089 (gnus-article-save-coding-system): Don't use coding system object
16090 in XEmacs.
16091 (gnus-read-save-file-name): Add optional `dir-var' argument which
16092 specifies directory in which files are saved; work even if optional
16093 `variable' argument is not specified.
16094 (gnus-summary-write-to-file): Read file name.
16095 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16096 (gnus-summary-write-body-to-file): New function.
16097
16098 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16099 (gnus-summary-local-variables): Add it.
16100 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16101 (gnus-summary-save-article): Remove optional `decode' argument;
16102 determine whether to decode articles by the value of
16103 gnus-default-article-saver; when saving many files using
16104 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16105 it first and use gnus-summary-save-in-file or
16106 gnus-summary-save-body-in-file thereafter unless
16107 gnus-prompt-before-saving is always; move point to article which
16108 will be saved.
16109 (gnus-summary-save-article-file): Revert.
16110 (gnus-summary-write-article-file): Revert.
16111 (gnus-summary-save-article-body-file): Revert.
16112 (gnus-summary-write-article-body-file): New function.
16113
16114 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16115
16116 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16117
16118 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
16119
16120 * gnus-art.el (gnus-default-article-saver): Doc fix.
16121 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16122 from gnus-summary-save-article-coding-system, and default to a
16123 certain coding system.
16124 (gnus-output-to-file): Add coding cookie and encode text according
16125 to gnus-article-save-coding-system; don't use mm-append-to-file.
16126
16127 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16128 gnus-art.el and rename to gnus-article-save-coding-system.
16129 (gnus-summary-save-article): Require gnus-art; don't show all
16130 headers if it decodes articles; don't add coding cookie here;
16131 don't bind mm-text-coding-system-for-write.
16132 (gnus-summary-save-article-file): Save decoded articles.
16133 (gnus-summary-write-article-file): When saving many files, use
16134 gnus-summary-write-to-file first and gnus-summary-save-in-file
16135 thereafter unless gnus-prompt-before-saving is always.
16136 (gnus-summary-save-article-body-file): Save decoded articles.
16137
16138 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16139
16140 * nnrss.el (nnrss-check-group): Bind hash-index.
16141
16142 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
16143
16144 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16145 its hash index. Store this hash in `nnrss-group-data'.
16146 (nnrss-read-group-data): Update accordingly.
16147
16148 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16149
16150 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16151 entry.
16152
16153 * gnus-sum.el (gnus-summary-make-menu-bar):
16154 Add gnus-article-browse-html-article.
16155
16156 2006-05-23 Hynek Schlawack <hynek@ularx.de>
16157
16158 * gnus-sum.el (gnus-summary-mime-map):
16159 Add gnus-article-browse-html-article.
16160
16161 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16162
16163 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16164 suitable coding systems in customize.
16165
16166 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
16167
16168 * mail-source.el (mail-sources): Fix custom type.
16169
16170 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16171
16172 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16173 (gnus-summary-expire-articles-now): Shorten prompt.
16174
16175 * gmm-utils.el (wid-edit): Require.
16176 (defun-gmm): Rename from `gmm-defun-compat'.
16177 (gmm-image-search-load-path): Use it.
16178 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
16179
16180 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
16181
16182 * gnus-sum.el (gnus-summary-save-article-coding-system):
16183 New variable.
16184 (gnus-summary-save-article): Add optional `decode' argument.
16185 If it is set and gnus-summary-save-article-coding-system is non-nil,
16186 save decoded article.
16187 (gnus-summary-write-article-file): Save decoded article if
16188 gnus-summary-save-article-coding-system is non-nil.
16189
16190 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16191 type.
16192
16193 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
16194
16195 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16196
16197 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
16198
16199 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16200 first to test gnus-single-article-buffer which may be buffer-local.
16201
16202 * gnus-sum.el (gnus-summary-setup-buffer):
16203 Make gnus-single-article-buffer buffer-local and nil in ephemeral
16204 group; make gnus-article-buffer, gnus-article-current, and
16205 gnus-original-article-buffer always buffer-local.
16206 (gnus-summary-exit): Kill article buffer belonging to ephemeral
16207 group.
16208 (gnus-handle-ephemeral-exit): Don't move to next summary line.
16209
16210 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
16211
16212 * nnml.el (nnml-request-compact-group): Compressed files might not
16213 have .gz extension.
16214
16215 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
16216
16217 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16218 (mm-copy-to-buffer): Use with-current-buffer.
16219 (mm-display-part): Simplify.
16220 (mm-inlinable-p): Add optional arg `type'.
16221
16222 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16223
16224 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16225 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16226 Try harder to show the attachment internally or externally using
16227 gnus-mime-view-part-as-type.
16228
16229 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
16230
16231 * message.el (message-from-style, message-signature-separator)
16232 (message-user-organization-file, message-send-mail-function)
16233 (message-citation-line-function, message-yank-prefix)
16234 (message-indent-citation-function, message-signature)
16235 (message-signature-file, message-signature-insert-empty-line):
16236 Remove autoloads.
16237
16238 * gnus-art.el (gnus-buttonized-mime-types):
16239 Remove "multipart/signed". Revert 2006-04-26 change.
16240
16241 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16242
16243 * gnus.el (gnus-version-number): Bump version.
16244
16245 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16246
16247 * gnus.el: No Gnus v0.5 is released.
16248
16249 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16250
16251 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16252 fetching articles by message-id.
16253
16254 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16255
16256 * message.el (hashcash): Require hashcash as normal.
16257
16258 * ecomplete.el (ecomplete-highlight-match-line):
16259 Use point-at-eol.
16260 (ecomplete-highlight-match-line): Use `highlight', because that
16261 face exists in both Emacs and XEmacs.
16262
16263 * message.el (message-display-abbrev): Use point-at-bol.
16264
16265 * mail-source.el: Don't require timer/timer-funcs.
16266
16267 * gnus-async.el: Ditto.
16268
16269 * password.el: Ditto.
16270
16271 * mm-url.el: Ditto.
16272
16273 * mm-util.el: Require timer/timer-funcs.
16274
16275 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16276
16277 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16278 Close.
16279
16280 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
16281
16282 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16283 unibyte after clear-decrypt function runs.
16284
16285 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16286 returns as a unibyte string.
16287
16288 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
16289
16290 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16291 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16292 (mml1991-pgg-encrypt): Ditto.
16293
16294 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
16295
16296 * message.el (message-user-organization-file): Check several
16297 locations of the organization file.
16298
16299 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16300 Add gnus-article-view-part-as-type.
16301
16302 * gnus-art.el (gnus-article-view-part-as-type): New function.
16303
16304 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16305 .mobi and .travel. Remove .nato, .bitnet and .uucp.
16306
16307 * mml.el: Simplify autoload.
16308 (mml-mode): defvar dnd-protocol-alist instead of using
16309 symbol-value.
16310 (mml-default-directory): New variable.
16311 (mml-minibuffer-read-file): Use it.
16312 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16313
16314 * message.el (message-citation-line-format): New variable.
16315 (message-insert-formated-citation-line): New function.
16316 (message-citation-line-function):
16317 Add `message-insert-formated-citation-line' to custom type.
16318
16319 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16320 to doc string.
16321
16322 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16323 depending on mm-verify-option.
16324
16325 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
16326
16327 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16328 binding pgg-* variables; reimplement the section which prevents
16329 MIME header from being signed.
16330 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16331 pgg-text-mode; remove a blank line at the top of body.
16332
16333 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16334 lines at the top of body; use gnus-newsgroup-charset if there's no
16335 Charset header.
16336
16337 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16338
16339 * message.el (message-self-insert-commands): Doc fix.
16340
16341 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16342 (mm-uu-pgp-encrypted-test): Ditto.
16343 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16344 between header and body; return application/pgp-encrypted handle
16345 if decryption failed; decode decrypted body by charset.
16346
16347 * mm-decode.el (mm-automatic-display): Don't make application/pgp
16348 element match to application/pgp-*.
16349
16350 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16351
16352 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16353 HTML.
16354
16355 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16356
16357 * mail-source.el (mail-source-call-script): Message the error
16358 string.
16359
16360 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16361
16362 * gnus-util.el (gnus-byte-compile): Use it.
16363
16364 2006-04-22 xyblor <fake@invalid.email> (tiny change)
16365
16366 * gnus-util.el (kill-empty-logs): New function.
16367
16368 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16369
16370 * message.el (message-mail-alias-type): Doc fix.
16371 (message-mail-alias-type-p): New function.
16372 (message-send): Use it.
16373 (message-mode): Ditto.
16374 (message-strip-forbidden-properties): Ditto.
16375
16376 * ecomplete.el (ecomplete-database-file-coding-system):
16377 New variable.
16378 (ecomplete-save): Use it.
16379 (ecomplete-setup): Use it.
16380
16381 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
16382
16383 * message.el (message-self-insert-commands): New variable.
16384 (message-strip-forbidden-properties): Use it.
16385
16386 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16387
16388 * message.el (message-put-addresses-in-ecomplete): Use a regexp
16389 that doesn't make XEmacs choke.
16390
16391 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
16392
16393 * gnus-util.el (gnus-replace-in-string):
16394 Prefer replace-regexp-in-string over of replace-in-string.
16395
16396 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
16397
16398 * gnus-util.el (gnus-select-frame-set-input-focus):
16399 Use select-frame-set-input-focus if it is available in XEmacs; use
16400 definition defined in Emacs 22 for old Emacsen.
16401
16402 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16403
16404 * mm-view.el (mm-inline-text): Use equal instead of equalp.
16405
16406 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
16407
16408 * gnus-registry.el (gnus-registry-cache-save): Remove text
16409 properties when saving via the temp buffer.
16410
16411 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16412
16413 * message.el (message-generate-hashcash): Honor custom type.
16414
16415 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16416
16417 * message.el (message-generate-hashcash): Default to non-nil when
16418 hashcash is found.
16419
16420 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16421 (gnus-refer-thread-limit): Increase default to 500.
16422
16423 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16424
16425 * flow-fill.el (fill-flowed): Allow delete-space.
16426
16427 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16428
16429 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16430 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16431 Remove autoloads.
16432
16433 2006-04-18 Simon Josefsson <jas@extundo.com>
16434
16435 * message.el (message-generate-hashcash): Default to.
16436
16437 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16438
16439 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16440 concatenating segments rather than before concatenating them.
16441
16442 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
16443
16444 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16445
16446 * imap.el (imap-quote-specials): New function.
16447 (imap-login-auth): Quote specials.
16448
16449 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16450
16451 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16452
16453 * message.el (message-forward-make-body-plain):
16454 Allow message-forward-ignored-headers to be a list.
16455 (message-remove-ignored-headers): Factor out into function.
16456 (message-forward-make-body-mml): Use it.
16457 * rfc2231.el (rfc2231-parse-string): Remove dead code.
16458 (rfc2231-parse-string): Allow concatanation of parameters that
16459 aren't contiguous. The test case is
16460 (mail-header-parse-content-type "message/external-body;
16461 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16462 access-type=LOCAL-FILE;
16463 name*1*=plugh%2fhello-sailor%2fbing.pdf")
16464
16465 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
16466
16467 * nntp.el (nntp-accept-process-output): Return the value of
16468 `nnheader-accept-process-output'.
16469
16470 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16471
16472 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16473 (gnus-button-alist): Recognize more diff formats.
16474 (gnus-button-patch): Strip directory.
16475
16476 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
16477
16478 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16479 Emacs 22 when setting focus.
16480
16481 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16482
16483 * gnus-art.el (gnus-article-treat-types): Do treatment of
16484 text/x-verbatim parts.
16485 (gnus-button-patch): New command.
16486
16487 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16488 addresses that contain invalid characters.
16489
16490 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16491
16492 * message.el (message-put-addresses-in-ecomplete):
16493 Use gnus-replace-in-string.
16494 (message-is-yours-p): Use the more correct
16495 mail-header-parse-address instead of
16496 mail-extract-address-components.
16497 (message-put-addresses-in-ecomplete): Fix typo.
16498
16499 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16500 keystroke.
16501
16502 * gnus-art.el (gnus-treatment-function-alist): Change order of
16503 newsgroups/generic header folding to avoid double-folding.
16504
16505 * message.el (message-hidden-headers): Add X-Draft-From.
16506
16507 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16508 New command.
16509 (gnus-summary-repeat-search-article-backward): New command.
16510
16511 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16512 groups in the parent topic.
16513
16514 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
16515
16516 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16517 (spam-extra-header-to-number): Return the CRM114 number as a
16518 number instead of a string.
16519
16520 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16521
16522 * gnus-art.el (gnus-face-properties-alist): Move here from
16523 gnus-fun.
16524
16525 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16526
16527 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16528
16529 * message.el (message-strip-forbidden-properties): Only display on
16530 self-insert-command.
16531
16532 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16533 reindent.
16534 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16535
16536 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
16537
16538 * smiley.el (smiley-style): Fix typo.
16539
16540 2006-03-23 Kenichi Handa <handa@m17n.org>
16541
16542 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16543 instead of set-buffer-multibyte.
16544
16545 2006-03-23 Kenichi Handa <handa@m17n.org>
16546
16547 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16548 buffer and then decode the buffer text if necessary.
16549 (rfc2231-encode-string): Be sure to work on multibyte buffer at
16550 first, and after mm-encode-body, change the buffer to unibyte.
16551
16552 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16553
16554 * hashcash.el (hashcash-insert-payment-async-2):
16555 Use message-goto-eoh instead of doing it manually.
16556 (mail-add-payment): Use message-narrow-to-header instead of trying
16557 to do the same itself.
16558
16559 * message.el (message-hidden-headers): Add Face.
16560
16561 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16562 reparenting code.
16563 (gnus-summary-reparent-children): Refactored out code.
16564 (gnus-summary-thread-map): New keystroke.
16565 (gnus-summary-reparent-children): Make into command.
16566
16567 * smiley.el (smiley-style): Default to `medium' if using a large
16568 font.
16569
16570 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16571 does it itself.
16572
16573 * message.el (message-point-in-header-p): Simplify definition.
16574
16575 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16576
16577 * nnagent.el (nnagent-request-set-mark): Silence log file
16578 writing.
16579 (nnagent-request-set-mark): Use write-region instead of
16580 append-to-file.
16581
16582 * gnus-sum.el (gnus-read-header): Fudge article number if using a
16583 strange select method.
16584
16585 * ecomplete.el (ecomplete-display-matches): Get highlightling
16586 right.
16587 (ecomplete-display-matches): Use literals.
16588 (ecomplete-display-matches): Disable message logging.
16589
16590 * message.el (message-display-abbrev): Small optimization.
16591
16592 * ecomplete.el (ecomplete-display-matches): Allow automatic
16593 display.
16594
16595 * message.el (message-strip-forbidden-properties):
16596 Display abbrevs.
16597 (message-display-abbrev): Get automatic display right.
16598
16599 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16600 keystrokes.
16601
16602 2006-04-13 Romain Francoise <romain@orebokech.com>
16603
16604 TODO: Backport to v5-10!
16605
16606 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16607 Move here (and rename) from gnus-registry.el.
16608
16609 * gnus-registry.el: Require gnus-util.
16610 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16611
16612 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16613
16614 * gnus-group.el (gnus-group-catchup-current):
16615 Change if-then-else-if-then-else into cond.
16616 (gnus-group-catchup): Indent.
16617 (group-name-at-point): New function.
16618 (gnus-fetch-group): Provide default from thing at point.
16619
16620 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16621
16622 * message.el (message-display-abbrev): Fix regexp.
16623
16624 * ecomplete.el (ecomplete-highlight-match-line):
16625 Reimplement choosing.
16626 (ecomplete-highlight-match-line): Fix up code rewrite, remove
16627 dead variables.
16628
16629 * message.el (message-newline-and-indent): Remove debugging.
16630 (message-display-abbrev): Use new implementation.
16631
16632 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
16633
16634 * gnus-art.el (gnus-article-mode):
16635 Set cursor-in-non-selected-windows to nil.
16636
16637 * smiley.el: Revert previous change.
16638 (smiley-data-directory): defvar it before using it in the
16639 defcustom of `smiley-style'.
16640
16641 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16642
16643 * message.el (message-newline-and-indent): New function.
16644
16645 * ecomplete.el: Implement more bits.
16646
16647 * message.el (message-put-addresses-in-ecomplete): Clean up the
16648 string.
16649
16650 * ecomplete.el (ecomplete-add-item): Chop off decimals.
16651
16652 * gnus-sum.el (gnus-summary-save-parts):
16653 Bind gnus-summary-save-parts-counter and use it to make unique file
16654 names.
16655
16656 * gnus-art.el (gnus-ignored-headers): Add some more headers.
16657
16658 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16659 parameter to say whether to actually parse the individual
16660 addresses.
16661
16662 * message.el (message-put-addresses-in-ecomplete): New function.
16663 (ecomplete): Require.
16664 (message-mail-alias-type): Add ecomplete as an option.
16665
16666 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
16667
16668 * flow-fill.el (fill-flowed): Remove trailing space from blank
16669 quoted lines.
16670
16671 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16672
16673 * smiley.el (smiley-style): Move definition later to avoid a
16674 compilation warning.
16675
16676 2006-04-12 Kenichi Handa <handa@m17n.org>
16677
16678 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16679 buffer and then decode the buffer text if necessary.
16680 (rfc2231-encode-string): Be sure to work on multibyte buffer at
16681 first, and after mm-encode-body, change the buffer to unibyte.
16682 Use mm-disable-multibyte instead of set-buffer-multibyte.
16683
16684 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
16685
16686 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16687 Content-Type header instead of Content-Disposition header.
16688 (gnus-mime-inline-part): Ditto.
16689 (gnus-mime-view-part-as-charset): Ignore charset that the part
16690 specifies.
16691
16692 * mm-decode.el (mm-display-part): Work with external parts and
16693 usual parts similarly.
16694
16695 * mm-extern.el (mm-inline-external-body): Use mm-display-part
16696 instead of gnus-display-mime.
16697
16698 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16699 instead of with-temp-buffer.
16700
16701 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16702 tag to summarized topics part in order to encode non-ASCII text.
16703
16704 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
16705
16706 * smiley.el (smiley-style): New variable.
16707 (smiley-directory): New function.
16708 (smiley-data-directory): Derive from `smiley-style' using
16709 `smiley-directory'.
16710 (smiley-regexp-alist): Add new entries.
16711
16712 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16713 (gnus-article-browse-delete-temp): Add :version.
16714
16715 2006-04-11 Arne Jørgensen <arne@arnested.dk>
16716
16717 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16718 the sieve region.
16719
16720 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16721
16722 * gnus.el (gnus-version-number): Bump version.
16723
16724 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
16725
16726 * gnus.el: No Gnus v0.4 is released.
16727
16728 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16729
16730 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16731 layout.
16732
16733 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16734 unknown charset.
16735
16736 * message.el (message-header-synonyms): Add Original-To to the
16737 default.
16738
16739 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16740 optional parameter.
16741
16742 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
16743
16744 * gnus-fun.el (gnus): Require it for gnus-directory.
16745
16746 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16747
16748 * gnus-fun.el (gnus-face-properties-alist): Add :version.
16749
16750 2006-04-05 Daiki Ueno <ueno@unixuser.org>
16751
16752 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16753
16754 2006-04-05 Simon Josefsson <jas@extundo.com>
16755
16756 * password.el (password-reset): New function.
16757
16758 2006-04-05 Daiki Ueno <ueno@unixuser.org>
16759
16760 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16761 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16762
16763 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16764
16765 * nnweb.el (nnweb-google-create-mapping): Update regexp.
16766 Some whitespace was matched into the url, which broke browsing hits
16767 > 100 when mm-url-use-external was nil.
16768
16769 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
16770
16771 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16772 Check gnus-extra-headers for 'Newsgroups.
16773
16774 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16775 bound.
16776
16777 2006-04-04 Daiki Ueno <ueno@unixuser.org>
16778
16779 * pgg-gpg.el: Clean up process buffers every time gpg processes
16780 complete.
16781
16782 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
16783
16784 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16785 doc string.
16786
16787 2006-04-03 Daiki Ueno <ueno@unixuser.org>
16788
16789 * pgg-gpg.el (pgg-gpg-process-filter)
16790 (pgg-gpg-wait-for-completion): Check if buffer is alive.
16791
16792 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16793 lines, temporary fix.
16794
16795 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16796
16797 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16798
16799 2006-03-29 Daiki Ueno <ueno@unixuser.org>
16800
16801 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16802 default-enable-multibyte-characters. This reverts the change from
16803 revision 6.17 which is no longer necessary because the passphrase
16804 is sent separately now. GnuPG messages are unreadable under
16805 multibyte locales with default-enable-multibyte-characters set to
16806 nil.
16807
16808 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
16809
16810 * message.el (message-tool-bar-gnome): Move "spell".
16811
16812 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
16813
16814 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16815 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
16816 instead.
16817
16818 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
16819
16820 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16821 Improve newsgroups handling for NNTP overviews which don't include
16822 Newsgroups.
16823
16824 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16825
16826 * message.el (message-resend): Bind message-generate-hashcash to nil.
16827
16828 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16829
16830 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16831 when searching for already-paid recipients.
16832
16833 2006-03-27 Daiki Ueno <ueno@unixuser.org>
16834
16835 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16836 passphrases when it is not needed.
16837 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16838 passphrase stuff from gpg, should only be necessary when you use
16839 gpg with a smartcard.
16840
16841 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
16842
16843 * mml.el (mml-insert-mime): Ignore cached contents of
16844 message/external-body part.
16845
16846 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16847 (mm-insert-part): Ditto.
16848
16849 2006-03-23 Simon Josefsson <jas@extundo.com>
16850
16851 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16852 Reiner.
16853 (pgg-gpg-use-agent-p): Use it again.
16854
16855 2006-03-23 Simon Josefsson <jas@extundo.com>
16856
16857 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16858 older emacsen.
16859 (pgg-gpg-use-agent-p): Don't use it.
16860
16861 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
16862
16863 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16864 if we can.
16865
16866 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
16867
16868 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16869 (pgg-gpg-update-agent): New function.
16870 (pgg-gpg-use-agent-p): New function.
16871 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16872 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16873 (pgg-gpg-sign-region): Use it.
16874
16875 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
16876
16877 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16878 Reported by Ralf Wachinger <rwachinger@gmx.de>.
16879
16880 2006-03-21 Simon Josefsson <jas@extundo.com>
16881
16882 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16883 <wilde@sha-bang.de>.
16884 (pgg-gpg-use-agent): New variable.
16885 (pgg-gpg-process-region): Use it.
16886 (pgg-gpg-encrypt-region): Likewise.
16887 (pgg-gpg-encrypt-symmetric-region): Likewise.
16888 (pgg-gpg-decrypt-region): Likewise.
16889 (pgg-gpg-sign-region): Likewise.
16890 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16891
16892 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
16893
16894 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16895
16896 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16897 Add comment on version.
16898
16899 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
16900
16901 * smiley.el: Add missing test smiley.
16902
16903 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
16904
16905 * mm-decode.el (mm-with-part): New macro.
16906 (mm-get-part): Use it; work with message/external-body as well.
16907 (mm-save-part): Treat name and filename equally.
16908
16909 * mm-extern.el (mm-extern-cache-contents): New function.
16910 (mm-inline-external-body): Use it; force the part to be displayed;
16911 move undisplayer added to the cached handle to the parent.
16912
16913 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16914 (gnus-mime-view-part-as-type): Work with message/external-body.
16915
16916 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16917
16918 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
16919
16920 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16921 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
16922 Emacs.]
16923
16924 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
16925
16926 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16927 path rather than symbol. Always return list of directories.
16928 Guarantee that image directory comes first. [Sync with image.el,
16929 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
16930
16931 * message.el (message-make-tool-bar): Adjust to new API of
16932 `gmm-image-load-path-for-library'.
16933
16934 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16935
16936 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16937
16938 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16939
16940 * gnus-art.el (gnus-article-only-boring-p):
16941 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16942 intangible text.
16943 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16944
16945 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
16946
16947 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16948 Use `defun' instead of `gmm-defun-compat'.
16949
16950 2006-03-14 Simon Josefsson <jas@extundo.com>
16951
16952 * message.el (message-unique-id): Don't use message-number-base36
16953 if (user-uid) is a float.
16954 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16955
16956 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16957
16958 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16959
16960 * gnus-art.el (gnus-mime-display-single): Make sure there is an
16961 empty line between a part and a message part.
16962
16963 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
16964
16965 * smiley.el: Add more test smileys.
16966 (smiley-data-directory, smiley-regexp-alist)
16967 (gnus-smiley-file-types): Fix doc strings.
16968 (smiley-update-cache): Clear smiley-cached-regexp-alist before
16969 adding new elements.
16970 (smiley-mouse-map): Unused code. Make it a comment.
16971
16972 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
16973
16974 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16975 scan latest NoCeM messages instead of old ones.
16976 (gnus-nocem-check-article): Fix regexps so as to match to PGP
16977 delimiters that are recently used.
16978 (gnus-nocem-load-cache): Add autoload cookie.
16979
16980 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16981
16982 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16983 level which is larger than gnus-use-nocem is specified.
16984
16985 * gnus-group.el (gnus-group-get-new-news): Ditto.
16986
16987 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
16988
16989 * gnus-util.el (gnus-tool-bar-update): New function.
16990
16991 * gnus-group.el (gnus-group-update-tool-bar): New variable.
16992 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16993
16994 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16995
16996 * gnus-group.el (gnus-group-redraw-when-idle)
16997 (gnus-group-redraw-check): Remove.
16998 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16999
17000 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
17001
17002 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17003 if optional last element is specified in splits (FIELD VALUE...).
17004
17005 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
17006
17007 * message.el (message-make-tool-bar): Rename gmm-image-load-path
17008 to gmm-image-load-path-for-library. Call with no-error argument.
17009 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17010
17011 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17012
17013 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17014
17015 * gmm-utils.el (gmm-image-load-path): Remove alias.
17016
17017 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
17018
17019 * gmm-utils.el (gmm-image-load-path): Add alias.
17020
17021 * nnml.el (nnml-generate-nov-databases-directory): Rename from
17022 nnml-generate-nov-databases-1.
17023 (nnml-generate-nov-databases): Use it.
17024 (nnml-generate-nov-databases-directory): Document no-active
17025 argument.
17026
17027 * gmm-utils.el (gmm-image-load-path-for-library): Return single
17028 directory if path is t. Add no-error.
17029
17030 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17031 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17032
17033 * gnus-art.el (gnus-article-browse-delete-temp-files):
17034 Simplify resetting gnus-article-browse-html-temp-list.
17035
17036 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17037 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
17038 Add example to docstring. Rename local variables. Move error
17039 checks to default case in cond and simplify.
17040
17041 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
17042
17043 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17044 handle is multipart when calling it recursively.
17045 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17046
17047 2006-03-03 Daniel Pittman <daniel@rimspace.net>
17048
17049 * nnimap.el (nnimap-request-update-info-internal): Optimize.
17050 Don't `gnus-uncompress-range' to avoid excessive memory usage.
17051
17052 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17053
17054 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17055 is loaded.
17056
17057 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17058 loaded.
17059
17060 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
17061
17062 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17063 to "Emacs 23 (unicode)" in doc string.
17064
17065 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17066 "Emacs 23 (unicode)" in comment.
17067
17068 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17069
17070 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17071
17072 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17073 characters 160 through 255 in Emacs 23.
17074
17075 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17076
17077 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17078 gnus-article-browse-html-temp.
17079 (gnus-article-browse-delete-temp): Make it customizable.
17080 Add `file'. Adjust doc string.
17081 (gnus-article-browse-delete-temp-files): Add argument.
17082 Allow query for each file. Adjust doc string.
17083 (gnus-article-browse-html-parts):
17084 Add `gnus-article-browse-delete-temp-files' to
17085 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17086
17087 2006-03-02 Hynek Schlawack <hynek@ularx.de>
17088
17089 * gnus-art.el (gnus-article-browse-html-temp)
17090 (gnus-article-browse-delete-temp): New variables.
17091 (gnus-article-browse-delete-temp-files): New function.
17092 (gnus-article-browse-html-parts): Use it.
17093
17094 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17095
17096 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17097
17098 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17099 string.
17100
17101 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17102 gnus-summary-insert-new-articles when unplugged.
17103 Remove gnus-summary-search-article-forward.
17104
17105 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17106 display-visual-class instead of display-color-cells.
17107
17108 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
17109
17110 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17111 message/* containing non-ASCII text properly.
17112
17113 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
17114
17115 * message.el: Require gmm-utils, remove autoloads.
17116 (message-tool-bar): Set default based on
17117 gmm-tool-bar-style.
17118 (message-tool-bar-gnome): Add gmm-customize-mode.
17119
17120 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17121 gmm-tool-bar-style.
17122 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17123
17124 * gnus-group.el (gnus-group-tool-bar): Set default based on
17125 gmm-tool-bar-style.
17126 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17127
17128 * gmm-utils.el (gmm-image-directory): Rename variable from
17129 gmm-image-load-path.
17130 (gmm-image-load-path): Use gmm-image-directory.
17131 (gmm-customize-mode): New function.
17132 (gmm-tool-bar-style): New variable.
17133
17134 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17135 gnus-group-redraw-line-number.
17136 (gnus-group-redraw-check): Simplify.
17137 (gnus-group-tool-bar-update): Remove redraw check.
17138 (gnus-group-make-tool-bar): Add redraw check.
17139
17140 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
17141
17142 * gnus-art.el (gnus-button): Add missing parentheses.
17143
17144 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
17145
17146 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17147
17148 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
17149
17150 * gnus-art.el (gnus-button): New face.
17151 (gnus-article-button-face): Use it.
17152
17153 * gnus-sum.el (gnus-summary-tool-bar-gnome):
17154 Add gnus-summary-next-page. Re-order.
17155
17156 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17157 next-node are now included.
17158 (gnus-group-redraw-line-number): New internal variable.
17159 (gnus-group-redraw-check): Helper function for updating the tool
17160 bar.
17161 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17162
17163 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17164
17165 * spam.el (spam-spamassassin-score-regexp): New internal variable.
17166 (spam-extra-header-to-number, spam-check-spamassassin-headers):
17167 Use it to match format of Spamassassin 3.0 and later.
17168 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17169 (spam-check-bogofilter)
17170 (spam-bogofilter-register-with-bogofilter): Fix args of
17171 `gnus-error' calls.
17172
17173 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
17174
17175 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17176 unnecessary interaction when sending queued mails.
17177 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17178
17179 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
17180
17181 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17182 first or last are nil.
17183
17184 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17185
17186 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17187
17188 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
17189
17190 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17191
17192 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
17193
17194 * dns.el (query-dns): Protect more against buggy tcp output.
17195
17196 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17197
17198 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17199 nov.php.
17200
17201 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17202
17203 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17204 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17205 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
17206 output on the server side.
17207 (nnweb-google-create-mapping): Update regexps and add some
17208 progress indication.
17209
17210 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
17211
17212 * gnus-group.el (gnus-group-tool-bar-gnome):
17213 Fix gnus-agent-toggle-plugged. Re-order icons.
17214 (gnus-group-tool-bar-gnome):
17215 Add gnus-group-{prev,next}-unread-group.
17216 (gnus-group-tool-bar-gnome): Re-order icons.
17217
17218 * gnus-sum.el (gnus-summary-tool-bar-gnome):
17219 Move gnus-summary-insert-new-articles.
17220
17221 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17222 Fix comments.
17223
17224 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
17225 also available in Emacs 21.3.
17226
17227 * message.el (message-fix-before-sending): Change "Emacs 22" to
17228 "Emacs 23 (unicode)" in comment.
17229
17230 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17231 "Emacs 23 (unicode)" in comment.
17232
17233 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17234 comment.
17235 (mm-coding-system-p): Add comment about no-MULE XEmacs.
17236
17237 * mm-view.el (mm-fill-flowed): Add :version.
17238
17239 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
17240
17241 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17242 and load-path.
17243
17244 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
17245
17246 * message.el: Autoload gmm-image-load-path.
17247 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17248 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
17249 consitency.
17250
17251 * gmm-utils.el (gmm-image-load-path): Also search in
17252 "../etc/images". Don't set gmm-image-load-path if we don't find
17253 the image.
17254
17255 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
17256
17257 * gmm-utils.el (gmm-image-load-path): Don't make
17258 `gmm-image-load-path' include subdirectories which the second arg
17259 `image' might specify.
17260
17261 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17262 subdirectory to icon file names.
17263
17264 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17265
17266 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
17267
17268 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17269 gmm-image-load-path calls.
17270
17271 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17272
17273 * message.el (message-make-tool-bar): Ditto.
17274
17275 * mml.el (mml-preview): Add comment concerning tool bar icons.
17276
17277 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17278 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17279
17280 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17281 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17282
17283 * message.el (message-tool-bar-gnome): Use new icon names.
17284 (message-make-tool-bar): Use `gmm-image-load-path'.
17285
17286 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17287 New functions from MH-E.
17288 (gmm-image-load-path): New variable from MH-E.
17289 (gmm-image-load-path): New function from MH-E. Add arguments
17290 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
17291 *-image-load-path-called-flag.
17292
17293 2006-02-21 Milan Zamazal <pdm@brailcom.org>
17294
17295 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17296
17297 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
17298
17299 * nnimap.el (nnimap-request-move-article): Change folder back to
17300 source group before deleting.
17301
17302 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
17303
17304 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17305
17306 * gnus-art.el (mm-url-insert-file-contents-external):
17307 Autoload mm-url.
17308
17309 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17310
17311 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
17312
17313 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17314 coding system which mm-charset-to-coding-system returns for a
17315 given charset is valid.
17316
17317 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
17318
17319 * html2text.el (html2text-remove-tag-list):
17320 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17321
17322 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
17323
17324 * gnus-cus.el: Revert 2005-10-17 change.
17325
17326 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
17327
17328 * gnus-art.el (article-strip-banner):
17329 Call article-really-strip-banner only when the regexp match is made.
17330
17331 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
17332
17333 * gnus-art.el (article-strip-banner):
17334 Use gnus-extract-address-components instead of
17335 mail-header-parse-addresses to make it work with non-ASCII text;
17336 remove mail-encode-encoded-word-string.
17337
17338 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17339 values which are surrounded with \"...\"; make it never cause a
17340 Lisp error; give up parsing of parameters if it failed in
17341 extracting type.
17342
17343 2006-02-14 Arne Jørgensen <arne@arnested.dk>
17344
17345 * smime.el (smime-cert-by-ldap-1): Fix bug where
17346 `smime-ldap-search' returns results without userCertificates.
17347
17348 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
17349
17350 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17351
17352 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
17353
17354 * spam.el (spam-check-spamassassin-headers): Adapt format for
17355 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
17356 <ari@mbf.ocn.ne.jp>.
17357 (spam-list-of-processors): Add spam-use-gmane.
17358
17359 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
17360
17361 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17362 make-temp-file; make it work with XEmacs as well.
17363
17364 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17365 mm-make-temp-file.
17366
17367 * mm-decode.el (mm-display-external): Use the 3rd arg of
17368 mm-make-temp-file.
17369 (mm-create-image-xemacs): Ditto.
17370
17371 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
17372
17373 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17374 with message-narrow-to-headers.
17375 (gnus-draft-setup): Narrow to header to run message-fetch-field.
17376 (gnus-draft-check-draft-articles): New function.
17377 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17378
17379 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
17380
17381 * gnus-art.el (gnus-article-browse-html-parts):
17382 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17383 Don't use suffix argument for mm-make-temp-file for Emacs 21
17384 compatibility. Remove useless `format'.
17385
17386 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17387
17388 * nnweb.el (nnweb-google-wash-article): Update regexps.
17389 (nnweb-group-alist): Use defvoo instead of defvar.
17390
17391 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
17392
17393 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17394 re-loading nn* modules.
17395
17396 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
17397
17398 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17399 for `tool-bar-mode' and don't check it's default-value.
17400
17401 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17402
17403 * message.el (message-make-tool-bar): Ditto.
17404
17405 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17406 `substring'. Shorten tmp-file name.
17407
17408 * gnus.el: Remove bogus comment.
17409
17410 2006-02-10 Hynek Schlawack <hynek@ularx.de>
17411
17412 * gnus-art.el (gnus-article-browse-html-parts): New function.
17413 (gnus-article-browse-html-article): New function for viewing html
17414 articles with a browser.
17415
17416 2006-02-09 Daiki Ueno <ueno@unixuser.org>
17417
17418 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17419 (mml2015-pgg-encrypt): Ditto.
17420
17421 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17422 (mml1991-pgg-encrypt): Ditto.
17423
17424 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
17425
17426 * nnfolder.el (nnfolder-insert-newsgroup-line):
17427 Use message-make-date instead of current-time-string.
17428
17429 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17430 to gnus-decoded which mm-uu might set.
17431
17432 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
17433
17434 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17435 don't decode quoted parameters; remove misimported Emacs code.
17436 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17437 (rfc2231-decode-encoded-string): Don't use split-string which
17438 behaves differently according to Emacs version; use
17439 mm-decode-coding-region to convert charset to coding-system.
17440 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17441 (rfc2231-encode-string): Remove misimported Emacs code.
17442
17443 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
17444
17445 * gnus-art.el (article-decode-charset): Don't use ignore-errors
17446 when calling mail-header-parse-content-type.
17447 (article-de-quoted-unreadable): Ditto.
17448 (article-de-base64-unreadable): Ditto.
17449 (article-wash-html): Ditto.
17450
17451 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17452 calling mail-header-parse-content-type and
17453 mail-header-parse-content-disposition.
17454 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17455 mail-header-parse-content-type.
17456
17457 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17458 insert charset and format parameters; encode description after
17459 inserting it to buffer.
17460 (mml-insert-parameter): Fold lines properly even if a parameter is
17461 segmented into two or more lines; change the max column to 76.
17462
17463 * rfc1843.el (rfc1843-decode-article-body): Don't use
17464 ignore-errors when calling mail-header-parse-content-type.
17465
17466 * rfc2231.el (rfc2231-parse-string): Return at least type if
17467 possible; don't cause an error even if it fails in parsing of
17468 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17469 (rfc2231-encode-string): Don't break lines at the beginning, leave
17470 it to mml-insert-parameter.
17471
17472 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17473 calling mail-header-parse-content-type.
17474
17475 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
17476
17477 * spam-report.el (spam-report-gmane-use-article-number):
17478 Improve doc string.
17479 (spam-report-gmane-internal): Check if a suitable header was found
17480 in the article.
17481
17482 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
17483
17484 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17485 (rfc2231-encode-string): Make param*=value always begin with LWSP.
17486
17487 2006-02-05 Romain Francoise <romain@orebokech.com>
17488
17489 Update copyright notices of all files in the gnus directory.
17490
17491 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17492
17493 * nnweb.el (nnweb-request-group): Avoid growing overview files.
17494
17495 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
17496
17497 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17498 segmented lines of parameter value to cope with Thunderbird 1.5
17499 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17500 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17501 (rfc2231-encode-string): Don't make lines exceeding 76 column.
17502
17503 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
17504
17505 * mml.el (mml-generate-mime-1): Correct the order of inline signed
17506 parts.
17507
17508 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17509
17510 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17511 there's only one active file for all servers.
17512 (nnweb-request-scan): Make sure nnweb-articles is initialized on
17513 solid groups. Gnus might have used a FAST request to select the group.
17514 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17515 and nnweb-search redundantly in the active file.
17516 (nnweb-request-list): Don't list bogus groups. There can only be one.
17517 (nnweb-request-create-group): Don't use ARGS.
17518 (nnweb-possibly-change-server, nnweb-request-group): Remove some
17519 initializations. Let nnoo do the work.
17520
17521 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
17522
17523 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17524 Say the part has been decoded.
17525
17526 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17527
17528 2006-01-31 Kevin Ryde <user42@zip.com.au>
17529
17530 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17531 mailcap-viewer-test-cache when there's no 'test clause, since that
17532 will invert the meaning of a "nil" test previously determined by
17533 mailcap-mailcap-entry-passes-test.
17534
17535 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
17536
17537 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17538 compiling.
17539
17540 * gnus-sum.el: Ditto.
17541
17542 * message.el: Don't bind tool-bar-map when compiling.
17543
17544 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
17545
17546 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17547
17548 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17549
17550 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17551 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17552 current Google Groups.
17553
17554 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
17555
17556 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17557 and tool-bar-mode.
17558
17559 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17560 and tool-bar-mode.
17561
17562 * message.el (message-tool-bar-update): Simplify.
17563 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17564
17565 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17566 gnus-summary-buffer.
17567 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17568 gnus-summary-reply.
17569
17570 * gmm-utils.el (gmm): Add :version.
17571
17572 2006-01-26 Steve Youngs <steve@sxemacs.org>
17573
17574 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17575 Don't autoload.
17576
17577 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
17578
17579 * gmm-utils.el (gmm-verbose): Add :group.
17580
17581 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
17582
17583 * message.el: Change some comments WRT tool-bars.
17584
17585 * gnus-sum.el (gnus-summary-tool-bar)
17586 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17587 (gnus-summary-tool-bar-zap-list): New variables.
17588 (gnus-summary-make-tool-bar): Complete rewrite using
17589 `gmm-tool-bar-from-list'.
17590
17591 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17592 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17593 New variables.
17594 (gnus-group-make-tool-bar): Complete rewrite using
17595 `gmm-tool-bar-from-list'.
17596 (gnus-group-tool-bar-update): New function.
17597
17598 * message.el (message-mode-field-menu): Add "Show hidden Headers".
17599
17600 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
17601
17602 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17603 is dissected into a single part of which the type is the same as
17604 the given one; decode charset.
17605
17606 2006-01-21 Kevin Ryde <user42@zip.com.au>
17607
17608 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17609 into alists as symbol not string, since that's what
17610 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17611 look for.
17612
17613 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
17614
17615 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17616 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17617
17618 * message.el (message-tool-bar-gnome): Use gmm-ignore.
17619
17620 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
17621
17622 * gnus-art.el (gnus-mime-security-button-commands): New variable.
17623 (gnus-mime-security-button-menu): New definition.
17624 (gnus-mime-security-button-map): Use them.
17625 (gnus-mime-security-button-menu): New function.
17626 (gnus-insert-mime-security-button): Addition to help echo.
17627 (gnus-mime-security-run-function, gnus-mime-security-save-part)
17628 (gnus-mime-security-pipe-part): New functions.
17629
17630 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17631 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17632
17633 * mm-decode.el (mm-handle-set-disposition): Remove.
17634 (mm-handle-set-description): Remove.
17635
17636 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
17637
17638 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17639 (mm-w3m-standalone-supports-m17n-p): New function.
17640 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17641 w3m usage.
17642
17643 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17644 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17645
17646 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
17647
17648 * message.el (message-tool-bar-zap-list):
17649 Use gmm-tool-bar-zap-list as custom type.
17650 (message-tool-bar-update): New function.
17651 (message-tool-bar, message-tool-bar-gnome)
17652 (message-tool-bar-retro): Add message-tool-bar-update.
17653 (message-tool-bar-gnome): Add flyspell-buffer.
17654
17655 * gnus-util.el (gnus-error): Describe `args'.
17656
17657 * gmm-utils.el (gmm-error): Describe `args'.
17658 (gmm-tool-bar-zap-list): New widget.
17659 (gmm-tool-bar-from-list): Improve description of `zap-list'.
17660
17661 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
17662
17663 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17664 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17665 the number of recursive calls.
17666
17667 * mm-decode.el (mm-handle-set-disposition): New macro.
17668 (mm-handle-set-description): New macro.
17669
17670 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
17671
17672 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17673 encoding.
17674
17675 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
17676
17677 * message.el (message-tool-bar-zap-list, message-tool-bar)
17678 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17679 (message-tool-bar-local-item-from-menu): Remove.
17680 (message-tool-bar-map): Replace by `message-make-tool-bar'.
17681 (message-make-tool-bar): New function.
17682 (message-mode): Use `message-make-tool-bar'.
17683
17684 * gmm-utils.el: New file.
17685 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17686 (gmm-lazy): New widget copied from `nnmail.el'.
17687 (gmm-tool-bar-from-list): New function for creating customizable
17688 tool bars.
17689 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
17690 output.
17691 (gmm): Add :prefix to defgroup.
17692
17693 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
17694
17695 * gmm-utils.el (gmm-widget-p): New function.
17696
17697 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
17698
17699 * mml.el (mml-attach-file): Describe `description' in doc string.
17700 (mml-menu): Add Emacs MIME manual and PGG manual.
17701
17702 2006-01-20 Richard M. Stallman <rms@gnu.org>
17703
17704 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17705
17706 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
17707
17708 * nntp.el (nntp-end-of-line): Doc fix.
17709
17710 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
17711
17712 * imap.el (imap-open): Handle case where buffer is a buffer
17713 object.
17714
17715 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
17716
17717 * gnus-delay.el (gnus-delay): Don't autoload.
17718 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17719 to be re-loaded when customizing the `gnus-delay' group.
17720
17721 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
17722
17723 * message.el (message-insert-citation-line): Use newlines.
17724
17725 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
17726
17727 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17728
17729 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17730
17731 2006-01-19 Mark D. Baushke <mdb@gnu.org>
17732
17733 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17734
17735 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
17736
17737 * mm-decode.el (mm-inlined-types): Add application/pgp.
17738 (mm-automatic-display): Ditto.
17739
17740 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17741 part as text.
17742
17743 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
17744
17745 * nnrss.el: Update copyright.
17746 (nnrss-opml-import): Query whether to subscribe to each entry.
17747
17748 * gnus-art.el:
17749 * gnus-sum.el:
17750 * mm-uu.el:
17751 * mm-view.el: Update copyright.
17752
17753 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
17754
17755 * message.el (message-info): New function.
17756 (message-mode-menu): Add it.
17757 Update copyright.
17758
17759 * ChangeLog: Fix and update copyright.
17760
17761 2006-01-13 Romain Francoise <romain@orebokech.com>
17762
17763 * message.el (message-forward-subject-name-subject): Prefer the
17764 address to 'nowhere' if the sender has no name.
17765 Fix typo. Update copyright year.
17766
17767 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
17768
17769 * gnus-art.el (article-wash-html):
17770 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17771 (gnus-article-wash-html-with-w3m-standalone): New function.
17772
17773 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17774 mm-inline-text-html-render-with-w3m-standalone.
17775 (mm-text-html-washer-alist): Map w3m-standalone to
17776 gnus-article-wash-html-with-w3m-standalone.
17777 (mm-inline-text-html-render-with-w3m-standalone): New function.
17778
17779 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
17780
17781 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17782 Improve LaTeX.
17783
17784 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
17785
17786 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17787 (nnrss-request-article): Render text/plain parts as HTML.
17788
17789 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17790 the buffer.
17791
17792 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
17793
17794 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17795 custom definition of `gnus-posting-styles'.
17796
17797 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17798 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17799
17800 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
17801
17802 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17803 Use nntp for bug archive.
17804
17805 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
17806
17807 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17808 parts.
17809 (nnrss-normalize-date): New function converts ISO 8601 date into
17810 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
17811 (nnrss-check-group): Use it.
17812
17813 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
17814
17815 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17816
17817 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17818 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
17819 (nnrss-insert-w3): Ditto.
17820
17821 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17822
17823 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17824 the articles to be forwarded including the case where neither a
17825 number of articles nor a region is specified.
17826
17827 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
17828
17829 * nnrss.el (nnrss-request-article): Fix last change; fill
17830 text/plain parts.
17831
17832 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
17833
17834 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17835 in text/plain part.
17836 (nnrss-check-group): Don't add excessive newline to dc:subject.
17837
17838 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
17839
17840 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17841 article.
17842
17843 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
17844
17845 * nnml.el: Don't require gnus-bcklg. Autoload it.
17846 (nnml-use-compressed-files, nnml-save-mail): Support other
17847 comression programs such as bzip2.
17848
17849 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17850
17851 * dns.el (query-dns): Make sure we check the buffer size before
17852 removing tcp headers.
17853
17854 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
17855
17856 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17857 remove MIME buttons associated with multipart/alternative parts.
17858 (gnus-mime-display-alternative): Tag buttons using `article-type'
17859 text property.
17860
17861 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17862 associated with multipart/alternative parts.
17863
17864 * gnus-art.el (gnus-signature-separator): Fix custom type.
17865
17866 * mm-decode.el (mm-inlined-types): Fix custom type.
17867 (mm-keep-viewer-alive-types): Ditto.
17868 (mm-automatic-display): Ditto.
17869 (mm-attachment-override-types): Ditto.
17870 (mm-inline-override-types): Ditto.
17871 (mm-automatic-external-display): Ditto.
17872
17873 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
17874
17875 * spam-report.el (spam-report-user-mail-address)
17876 (spam-report-user-agent): New variables.
17877 (spam-report-url-ping-plain): Use spam-report-user-agent.
17878
17879 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
17880
17881 * gnus-art.el (gnus-button-handle-custom): Do not just use
17882 `customize-apropos' for any "M-x customize-*" button but the
17883 function called for. Accept both the function name and its
17884 argument in order to achieve this.
17885 (gnus-button-alist): Remove support for "custom:" URL's.
17886 Pass function name to `gnus-button-handle-custom' in case of "M-x
17887 customize-*" buttons.
17888
17889 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
17890
17891 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17892 multipart/alternative and add xref to mm-discouraged-alternatives
17893 in doc string.
17894
17895 * mm-decode.el (mm-discouraged-alternatives): Add xref to
17896 gnus-buttonized-mime-types in doc string.
17897
17898 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
17899
17900 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17901 Suggest image/.* in the doc string.
17902
17903 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
17904
17905 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17906 message-marks (Debian bug #342521).
17907
17908 2005-12-12 Simon Josefsson <jas@extundo.com>
17909
17910 * password.el (password-read-from-cache): Add.
17911 (password-read): Use it.
17912
17913 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
17914
17915 * rfc2047.el (rfc2047-charset-to-coding-system):
17916 Recognize us-ascii as a MIME charset.
17917
17918 * mm-bodies.el (mm-decode-content-transfer-encoding):
17919 Protect against the case where the 2nd arg TYPE is nil.
17920
17921 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17922
17923 * pop3.el (pop3-stream-type): Fix custom version.
17924
17925 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17926
17927 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17928
17929 * mm-decode.el (mm-display-external): Add missing cdr.
17930
17931 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
17932
17933 * mm-decode.el (mm-display-external): Use nametemplate (defined in
17934 RFC1524) if it is in mailcap or add a suffix according to
17935 mailcap-mime-extensions when generating a temp filename; postpone
17936 deleting a temp file for 2 seconds for some wrappers, shell
17937 scripts, and so on, which might exit right after having started a
17938 viewer command as a background job.
17939
17940 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
17941
17942 * nntp.el (nntp-marks-directory): Fix custom group.
17943
17944 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17945 steps when < 10.
17946
17947 * gnus-start.el (gnus-no-server-1):
17948 Mention `gnus-level-default-subscribed' in doc string.
17949
17950 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17951
17952 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17953 parens.
17954
17955 2005-11-26 Dave Love <fx@gnu.org>
17956
17957 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17958 (tls-program, tls-success): Provide openssl alternative.
17959
17960 * starttls.el: Doc fixes.
17961 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17962 SERVICE to PORT.
17963
17964 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
17965 port null or service name.
17966 (starttls-negotiate): Autoload.
17967
17968 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17969
17970 * message.el (message-kill-to-signature): Fix interactive spec.
17971
17972 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
17973
17974 * pop3.el (pop3-open-server): Recognize a string as a service name.
17975
17976 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
17977
17978 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17979
17980 2005-11-23 Dave Love <fx@gnu.org>
17981
17982 Add pop3s, pop3/starttls.
17983
17984 * pop3.el (pop3-authentication-scheme): Clarify doc.
17985 (open-tls-stream, starttls-open-stream): Autoload.
17986 (pop3-stream-type): New.
17987 (pop3-open-server): Use it.
17988
17989 * mail-source.el (mail-sources): Fix some :types. Add stream type
17990 for POP.
17991 (mail-source-keyword-map): Add :stream for POP.
17992 (mail-source-fetch-pop): Use pop3-stream-type.
17993
17994 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
17995
17996 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17997 of current-time-string.
17998
17999 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
18000
18001 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18002 date header.
18003
18004 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18005
18006 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18007 it can seriously impact performance as it bypasses the agent's
18008 local caches.
18009
18010 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18011
18012 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18013 must be explicitly online rather than "not explicitly offline" for
18014 its flags to be synchronized.
18015
18016 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18017 that gnus-uu-unmark-thread will function correctly.
18018
18019 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18020 1024K is instead displayed as 1M.
18021
18022 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18023
18024 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18025
18026 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
18027
18028 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18029
18030 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
18031
18032 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18033 error message to display actual error condition.
18034 (gnus-agent-save-local): Avoid saving symbols that are bound to
18035 nil as they simply result in a warning message in
18036 gnus-agent-read-local.
18037
18038 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18039
18040 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18041 rather than make-variable-buffer-local for file-precious-flag.
18042
18043 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18044
18045 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18046 for duplicates which are removed. The invalid sort check then
18047 triggers a rescan after the sort as sorting may have moved
18048 duplicate entries such that they can be cheaply detected.
18049
18050 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18051
18052 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18053
18054 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18055
18056 * gnus-agent.el (gnus-agent-article-alist-save-format):
18057 Change internal variable to a custom variable. Change default value
18058 from compressed(2) to uncompressed(1).
18059 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18060 support for uncompressed agentview files. Taken together, reading
18061 the agentview file should now be 6-7 times faster.
18062
18063 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
18064
18065 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18066 as a buffer-local variable. This avoids creating truncated
18067 dribble files as a result of a hang up, eg.
18068
18069 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18070
18071 * gnus-start.el (gnus-start-draft-setup):
18072 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18073
18074 * gnus.el (gnus-splash): Change custom group.
18075 (gnus-group-get-parameter, gnus-group-parameter-value):
18076 Describe allow-list argument.
18077
18078 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18079 string.
18080
18081 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18082
18083 * gnus-art.el (gnus-default-article-saver): Add user-defined
18084 `function' to custom type.
18085
18086 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18087
18088 * imap.el (imap-open): Handle case where buffer is a buffer
18089 object.
18090
18091 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
18092
18093 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18094 long lines.
18095 (gnus-cache-delete-group): Wrap doc strings.
18096
18097 * gnus-agent.el (gnus-agent-rename-group)
18098 (gnus-agent-delete-group): Wrap doc strings.
18099
18100 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18101
18102 * gnus-start.el (gnus-1): Add "native" to
18103 gnus-predefined-server-alist.
18104
18105 * gnus.el (gnus-method-to-server): Don't add "native" to the
18106 lists here, because that leads to problems when
18107 gnus-select-method is bound.
18108
18109 2005-11-09 Simon Josefsson <jas@extundo.com>
18110
18111 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18112 use (not sort-by-date) instead.
18113
18114 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
18115
18116 * gnus-delay.el (gnus-delay-group): Don't autoload.
18117 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18118 to be re-loaded when customizing the `gnus-delay' group.
18119
18120 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
18121
18122 * message.el: Revert last changes.
18123 (message-insert-citation-line): Use newlines.
18124
18125 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18126
18127 * message.el (message-courtesy-message)
18128 (message-mark-insert-begin, message-mark-insert-end)
18129 (message-elide-ellipsis, message-cancel-message)
18130 (message-add-header, message-change-subject)
18131 (message-cross-post-followup-to-header)
18132 (message-cross-post-insert-note, message-reduce-to-to-cc)
18133 (message-widen-reply, message-delete-not-region)
18134 (message-kill-to-signature, message-insert-signature)
18135 (message-insert-importance-high, message-insert-importance-low)
18136 (message-insert-or-toggle-importance)
18137 (message-insert-disposition-notification-to)
18138 (message-indent-citation, message-yank-original)
18139 (message-cite-original-without-signature, message-cite-original)
18140 (message-insert-citation-line, message-position-on-field)
18141 (message-fix-before-sending, message-send-mail-partially)
18142 (message-send-mail, message-send-mail-with-sendmail)
18143 (message-send-mail-with-qmail, message-send-news)
18144 (message-check-news-header-syntax, message-generate-headers)
18145 (message-insert-courtesy-copy, message-fill-address)
18146 (message-fill-header, message-shorten-references)
18147 (message-setup-1, message-cancel-news)
18148 (message-forward-make-body-plain, message-forward-make-body-mime)
18149 (message-forward-make-body-mml, message-encode-message-body)
18150 (message-forward-make-body-digest-plain)
18151 (message-forward-make-body-digest-mime)
18152 (message-use-alternative-email-as-from): Insert `hard-newline'
18153 instead of ordinary newlines.
18154
18155 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
18156
18157 * message.el (message-generate-headers): Downcase the argument
18158 given to message-check-element.
18159
18160 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
18161
18162 * nntp.el (nntp-authinfo-rejected): New error condition.
18163 (nntp-wait-for): Use new error condition to signal authentication
18164 error.
18165 (nntp-retrieve-data): Rethrow new error condition to break out of
18166 recursive call to nntp-send-authinfo.
18167
18168 2005-11-08 Romain Francoise <romain@orebokech.com>
18169
18170 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18171 (gnus-summary-exit-map): Bind to `Z p'.
18172 (gnus-summary-make-menu-bar): Add menu item.
18173
18174 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
18175
18176 * gnus-art.el (gnus-article-treat-custom): Add `first'.
18177 (gnus-treat-*): Add `first' in all doc strings.
18178
18179 * gnus-group.el (gnus-group-compact-group): Fix typo.
18180
18181 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
18182
18183 * gnus.el (gnus-parameters-case-fold-search): New variable.
18184 (gnus-parameters-get-parameter): Use it.
18185
18186 * gnus-score.el (gnus-home-score-file): Doc fix.
18187
18188 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
18189
18190 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18191
18192 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
18193
18194 * mm-util.el (mm-special-display-p): New function.
18195
18196 * mml.el (mml-preview): Use it; doc fix.
18197
18198 2005-10-29 Romain Francoise <romain@orebokech.com>
18199
18200 * message.el (message-fix-before-sending): Fix comment.
18201
18202 2005-10-29 Jari Aalto <jari.aalto@cante.net>
18203
18204 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18205
18206 2005-10-29 Jari Aalto <jari.aalto@cante.net>
18207
18208 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18209 Used in gnus-score.el.
18210
18211 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
18212
18213 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18214
18215 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
18216
18217 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18218 whitespace removed in revision 7.8. Use concatenated string to
18219 protect trailing whitespace.
18220
18221 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
18222
18223 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18224 (nnimap-request-expire-articles): Use it to avoid sending 'UID
18225 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18226 Courier IMAP ("some version from 2004"). Mostly based on similar
18227 code in the same function.
18228
18229 2005-10-26 Didier Verna <didier@xemacs.org>
18230
18231 * gnus-group.el (gnus-group-compact-group): Invalidate original
18232 article buffer.
18233 * gnus-srvr.el (gnus-server-compact-server): Ditto.
18234 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18235 NOV database and in article itself.
18236 Invalidate article backlog.
18237
18238 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
18239
18240 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18241
18242 2005-10-26 Simon Josefsson <jas@extundo.com>
18243
18244 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18245 part of 2004-07-25 change.
18246
18247 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
18248
18249 * message.el (message-display-completion-list): New function.
18250 (message-expand-group): Use it; make sure the Completions buffer
18251 is modifiable.
18252
18253 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18254
18255 * imap.el (imap-open): Handle case where buffer is a buffer object.
18256
18257 2005-10-24 Eli Zaretskii <eliz@gnu.org>
18258
18259 * pgg-def.el:
18260 * pgg-gpg.el:
18261 * pgg-parse.el:
18262 * pgg-pgp.el:
18263 * pgg-pgp5.el:
18264 * pgg.el: Move to the parent lisp directory.
18265
18266 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
18267
18268 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18269 user-mail-name is an empty string.
18270
18271 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
18272
18273 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18274 depending on gnus-score-decay-constant.
18275
18276 * encrypt.el (encrypt-insert-file-contents)
18277 (encrypt-write-file-contents): Don't use `gnus-message'.
18278
18279 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18280 arguments.
18281 (mm-uu-type-alist): Add message-marks and insert-marks.
18282 Pass arguments to mm-uu-verbatim-marks-extract.
18283 (mm-uu-hide-markers): New variable.
18284 (mm-uu-extract): Use face similar to `gnus-cite-3'.
18285
18286 * gnus-fun.el (gnus-convert-image-to-x-face-command)
18287 (gnus-convert-image-to-face-command): Use "convert" by default to
18288 allow other input image formats.
18289 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18290 accordingly.
18291
18292 2005-10-23 Simon Josefsson <jas@extundo.com>
18293
18294 * imap.el (imap-gssapi-program): Align command line parameters
18295 with latest GNU SASL.
18296 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18297
18298 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18299
18300 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18301 HTML.
18302 (nnslashdot-request-article): Ditto.
18303
18304 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
18305
18306 * mail-source.el (mail-source-fetch-pop): Require pop3.
18307 (mail-source-check-pop): Ditto.
18308
18309 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
18310
18311 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18312 errors.
18313
18314 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
18315
18316 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18317 (gnus-treat-strip-leading-blank-lines): Improve doc string.
18318
18319 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18320
18321 * mm-bodies.el (mm-decode-string):
18322 Call `mm-charset-to-coding-system' with allow-override argument.
18323
18324 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
18325
18326 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18327 (rfc2047-charset-to-coding-system): New function.
18328 (rfc2047-decode-encoded-words): New function.
18329 (rfc2047-decode-region): Use them.
18330 (rfc2047-decode-cte): Remove.
18331 (rfc2047-parse-and-decode): Remove.
18332 (rfc2047-decode): Remove.
18333
18334 2005-10-15 Kenichi Handa <handa@m17n.org>
18335
18336 * rfc2047.el (rfc2047-decode-cte): New function.
18337 (rfc2047-decode-region): Change the way to decode successive
18338 encoded-words: decode B- or Q-encoding in each encoded-word,
18339 concatenate them, and decode it as charset.
18340
18341 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
18342
18343 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
18344 widget-move-and-invoke.
18345 (gnus-custom-mode): Use gnus-custom-map.
18346
18347 2005-10-15 Bill Wohler <wohler@newt.com>
18348
18349 * message.el (message-tool-bar-map): Rename image file from
18350 mail_send to mail/send.
18351
18352 2005-10-16 Masatake YAMATO <jet@gyve.org>
18353
18354 * message.el (message-expand-group): Pass the common
18355 prefix substring of completion to `display-completion-list'.
18356
18357 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
18358
18359 * mml-sec.el (mml-secure-method): New internal variable.
18360 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18361 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18362 New functions using mml-secure-method.
18363
18364 * mml.el (mml-mode-map): Add key bindings for those functions.
18365 (mml-menu): Simplify security menu entries. Suggested by Jesper
18366 Harder <harder@myrealbox.com>.
18367 (mml-attach-file, mml-attach-buffer, mml-attach-external):
18368 Goto end of message if point is the headers of the message.
18369
18370 * message.el (message-in-body-p): New function.
18371
18372 * assistant.el: Autoload gnus-util and netrc.
18373
18374 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18375 Use `mm-charset-override-alist' only when decoding.
18376
18377 * mm-bodies.el (mm-decode-body):
18378 Call `mm-charset-to-coding-system' with allow-override argument.
18379
18380 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18381 `filename' from Content-Disposition if Content-Type doesn't
18382 provide `name'.
18383 (gnus-mime-view-part-as-type): Set default instead of
18384 initial-input.
18385
18386 2005-10-09 Daniel Brockman <daniel@brockman.se>
18387
18388 * format-spec.el (format-spec): Propagate text properties of % spec.
18389
18390 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
18391
18392 * gnus-art.el (gnus-treat-predicate): Add `first'.
18393
18394 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
18395
18396 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18397 (mm-charset-override-alist): New variable.
18398 (mm-charset-to-coding-system): Use it.
18399 (mm-codepage-setup): New helper function.
18400 (mm-charset-eval-alist): New variable.
18401 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18402 Warn about unknown charsets.
18403
18404 2005-10-04 David Hansen <david.hansen@gmx.net>
18405
18406 * nnrss.el (nnrss-request-article): Add support for the comments tag.
18407 (nnrss-check-group): Ditto.
18408
18409 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
18410
18411 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18412 Rename x-gnus-verbatim to x-verbatim.
18413 (mm-uu-type-alist): Fix regexp for verbatim-marks.
18414
18415 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18416 x-verbatim.
18417
18418 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18419
18420 * gnus-util.el (gnus-remove-duplicates): Remove.
18421
18422 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18423 instead of gnus-remove-duplicates.
18424
18425 * message.el (message-remove-duplicates): Remove.
18426 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18427 message-remove-duplicates.
18428
18429 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18430 available, else use implementation from `delete-dups'.
18431
18432 * message.el (message-insert-expires): New function.
18433 (message-mode-map): Add key binding.
18434 (message-mode-field-menu): Add menu entry.
18435 (message-mode): Document it.
18436 (message-make-expires-date): Use `message-make-date'.
18437
18438 2005-10-04 Josh Huber <huber@alum.wpi.edu>
18439
18440 * message.el (message-make-expires-date): New function.
18441
18442 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
18443
18444 * time-date.el: Autoload parse-time-string, XEmacs needs it.
18445
18446 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
18447
18448 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18449 function rather than the diff-mode.el package.
18450 (mm-display-external): Use with-current-buffer.
18451 (mm-viewer-completion-map, mm-viewer-completion-map):
18452 Move initialization inside declaration.
18453
18454 2005-09-29 Simon Josefsson <jas@extundo.com>
18455
18456 * spam.el: Load hashcash when compiling, to avoid warnings.
18457 Don't autoload mail-check-payment.
18458 (spam-check-hashcash): Define unconditionally, since hashcash.el
18459 is part of Gnus now. Ignore errors from payment checking.
18460
18461 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
18462
18463 * message.el (message-bold-region, message-unbold-region):
18464 Rename from `bold-region' and `unbold-region'.
18465
18466 * message.el: Remove useless autoloads.
18467
18468 2005-09-28 Simon Josefsson <jas@extundo.com>
18469
18470 * message.el (message-use-idna): Default to t.
18471 (message-use-idna): Test whether encoding works too. Doc fix.
18472
18473 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
18474
18475 * nntp.el (nntp-warn-about-losing-connection): Remove.
18476
18477 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
18478
18479 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18480 customizable. Change default value.
18481 (mm-uu-diff-groups-regexp): Change default value.
18482 (mm-uu-type-alist): Add doc string.
18483 (mm-uu-configure): Add doc string. Make it interactive.
18484 (mm-uu-tex-groups-regexp): New variable.
18485 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18486 (mm-uu-type-alist): Add LaTeX documents.
18487 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18488 of "text/verbatim".
18489 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18490
18491 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18492 instead of "text/verbatim".
18493
18494 * message.el (message-mark-inserted-region)
18495 (message-mark-insert-file): Use slrn style marks when called with
18496 prefix argument.
18497
18498 2005-09-27 Simon Josefsson <jas@extundo.com>
18499
18500 * message.el (message-idna-to-ascii-rhs-1): Reformat.
18501
18502 2005-09-27 Arne Jørgensen <arne@arnested.dk>
18503
18504 * message.el (message-remove-duplicates): New function.
18505 Implementation borrowed from `gnus-remove-duplicates'.
18506 (message-idna-to-ascii-rhs): Also encode idna addresses in
18507 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18508 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18509 only ask about the same idna domain once per header and also tell
18510 in what header to replace the idna domain.
18511
18512 * gnus-art.el (article-decode-idna-rhs): Also decode idna
18513 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18514 (article-decode-idna-rhs): Fix regexp so that all idna-address in
18515 a header is decoded and not just the last one.
18516
18517 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
18518
18519 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18520 has been decoded.
18521
18522 * mm-decode.el (mm-automatic-display): Add text/verbatim.
18523 (mm-insert-part): Don't modify text if it has been decoded.
18524
18525 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18526 decoded.
18527
18528 * mm-view.el (mm-inline-text): Don't strip text props unless
18529 decoding enriched or richtext parts.
18530
18531 2005-09-25 Romain Francoise <romain@orebokech.com>
18532
18533 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18534 * gnus-start.el (gnus-subscribe-interactively):
18535 * gnus-uu.el (gnus-uu-grab-articles):
18536 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18537 space.
18538
18539 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
18540
18541 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18542 * mm-view.el (mm-view-pkcs7-decrypt):
18543 * gnus-sum.el (gnus-summary-limit-to-extra)
18544 (gnus-summary-respool-article, gnus-read-move-group-name):
18545 * gnus-score.el (gnus-summary-increase-score):
18546 * gnus-util.el (gnus-completing-read-with-default):
18547 * gnus-art.el (gnus-read-save-file-name)
18548 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18549 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18550 * message.el (message-check-news-header-syntax):
18551 Follow convention for reading with the minibuffer.
18552
18553 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
18554
18555 * spam-report.el (spam-report-url-ping-plain):
18556 Use gnus-extended-version as User-Agent.
18557
18558 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18559 default value is nil.
18560
18561 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18562 (mm-uu-verbatim-marks-extract): New function.
18563 (mm-uu-extract): New face.
18564 (mm-uu-copy-to-buffer): Use it.
18565
18566 * spam-report.el (spam-report-gmane-ham): Rename from
18567 `spam-report-gmane-unspam'.
18568 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18569 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
18570
18571 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18572 Autoload.
18573 (spam-report-gmane-unregister-routine):
18574 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18575
18576 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
18577
18578 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18579 (spam-report-gmane-unregister-routine): Add support for gmane
18580 unregistration.
18581
18582 * spam-report.el (spam-report-gmane-unspam)
18583 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18584 (spam-report-gmane): Change to take a single article and do unspam
18585 registration.
18586
18587 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18588
18589 * mm-url.el (mm-url-decode-entities): Fix regexp.
18590
18591 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18592
18593 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18594 default to nil, to be able to use Gnus at all. If the default
18595 switches to something else, then the function should be fixed not
18596 be exceedingly slow.
18597
18598 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
18599
18600 * gnus-start.el (gnus-activate-group): If the server is nil, don't
18601 fail hard.
18602
18603 * spam-report.el: Add better Keywords line.
18604
18605 * spam.el: Add Maintainer and better Keywords line.
18606
18607 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18608
18609 * gnus-art.el (gnus-article-replace-part)
18610 (gnus-mime-replace-part): New functions.
18611 (gnus-mime-action-alist, gnus-mime-button-commands)
18612 (gnus-mime-save-part-and-strip): Add file argument.
18613 (gnus-article-part-wrapper): Add interactive argument.
18614
18615 * gnus-sum.el (gnus-summary-mime-map):
18616 Add `gnus-article-replace-part'.
18617
18618 2005-09-19 Didier Verna <didier@xemacs.org>
18619
18620 The nnml compaction feature:
18621 * nnml.el (nnml-request-compact-group): New function.
18622 * nnml.el (nnml-request-compact): New function.
18623 * gnus-int.el (gnus-request-compact-group): New function.
18624 * gnus-int.el (gnus-request-compact): New function.
18625 * gnus-group.el (gnus-group-compact-group): New function.
18626 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18627 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18628 * gnus-srvr.el (gnus-server-compact-server): New function.
18629 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18630 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18631
18632 2005-09-18 Deepak Goel <deego@gnufans.org>
18633
18634 * sieve.el (sieve-help): Fix `message' call: first arg should be a
18635 format spec.
18636
18637 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
18638
18639 * gnus.el (gnus-group-startup-message): Bind image-load-path.
18640
18641 2005-09-15 Romain Francoise <romain@orebokech.com>
18642
18643 * message.el (message-fill-paragraph): Clarify docstring.
18644
18645 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
18646
18647 * gnus-art.el (gnus-mime-display-part): Protect against broken
18648 MIME messages.
18649
18650 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
18651
18652 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18653 before parsing header.
18654
18655 2005-09-11 Jari Aalto <jari.aalto@cante.net>
18656
18657 * html2text.el (html2text-replace-list): Add new entities.
18658
18659 2005-09-11 Romain Francoise <romain@orebokech.com>
18660
18661 * message.el (message-alternative-emails): Improve docstring.
18662 (message-setup-1): Call `message-use-alternative-email-as-from'
18663 after `message-setup-hook' to give it precedence over posting
18664 styles, etc.
18665 (message-use-alternative-email-as-from): Add docstring.
18666 Remove the original From header if present.
18667
18668 * nnml.el (nnml-compressed-files-size-threshold): New variable.
18669 (nnml-save-mail): Use it.
18670
18671 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18672 articles. Add new argument `silent'.
18673 (gnus-uu-mark-all): Report the total number of marked articles.
18674
18675 2005-09-10 Romain Francoise <romain@orebokech.com>
18676
18677 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18678 (gnus-uu-mark-series): Likewise.
18679
18680 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
18681
18682 * spam-report.el (spam-report-gmane): Fix generation of spam
18683 report URL.
18684
18685 2005-09-10 Simon Josefsson <jas@extundo.com>
18686
18687 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18688 t, based on discussion on the ding list with Robert Epprecht
18689 <epprecht@solnet.ch>.
18690
18691 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
18692
18693 * spam-report.el (spam-report-gmane): Make it work without
18694 X-Report-Spam header. Gmane now only provides Archived-At.
18695 This is only used if `spam-report-gmane-use-article-number' is nil.
18696 (spam-report-gmane-spam-header): Remove. Not used anymore.
18697
18698 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18699 make `gnus-summary-sort-by-recipient' work with threading.
18700
18701 * nnweb.el (nnweb-google-wash-article): Print a message if article
18702 is not available.
18703
18704 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18705
18706 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18707 change. Decode text/* parts content before displaying.
18708
18709 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
18710
18711 * mml-smime.el: Remove defvar of gnus-extract-address-components.
18712
18713 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
18714
18715 * mm-view.el (mm-display-inline-fontify): Disable support modes.
18716
18717 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
18718
18719 * message.el (message-tab-body-function): Fix mismatched custom type.
18720
18721 * gnus.el (gnus-group-change-level-function): Ditto.
18722
18723 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18724
18725 * gnus-art.el (gnus-signature-limit)
18726 (gnus-article-mime-part-function): Ditto.
18727
18728 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
18729
18730 * mml.el (mml-mode): Silence the byte compiler.
18731
18732 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18733 using `(sit-for 0)' before moving the point to the specified part;
18734 skip unbuttonized parts.
18735 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18736 return to the summary window if gnus-auto-select-part is non-nil.
18737
18738 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
18739
18740 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18741 New variables.
18742 (mml-dnd-attach-file, mml-mode): Use them.
18743
18744 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18745 Make fetching article by MID work again for Google Groups.
18746 Add FIXME concerning gnus-group-make-web-group.
18747
18748 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18749 Don't depend on Gnus by using mail-extract-address-components if
18750 gnus-extract-address-components is not bound.
18751
18752 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18753
18754 * gnus-art.el (gnus-mime-display-security): Don't display the
18755 signature, but only the signed part.
18756
18757 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
18758
18759 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18760
18761 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18762 list, not listp.
18763
18764 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
18765
18766 * mm-encode.el (mm-encode-content-transfer-encoding):
18767 Likewise when encoding.
18768
18769 * mm-bodies.el (mm-decode-content-transfer-encoding):
18770 De-canonicalize CRLF for all text content types, not just
18771 text/plain.
18772
18773 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
18774
18775 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18776 valid article; point arrow and cursor at the MIME button.
18777
18778 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
18779
18780 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18781 Suggested by Dan Christensen <jdc@uwo.ca>.
18782
18783 * mm-decode.el (mm-save-part): Enable change of prompt.
18784
18785 2005-08-29 Jari Aalto <jari.aalto@cante.net>
18786
18787 * gnus-msg.el (gnus-inews-add-send-actions):
18788 Make `message-post-method' lambda parameter ARG `&optional'.
18789
18790 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
18791
18792 * gnus-sum.el (gnus-summary-mime-map):
18793 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18794 gnus-article-jump-to-part.
18795
18796 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18797 (gnus-article-edit-part): Use it.
18798 (gnus-article-part-wrapper): Add no-handle argument.
18799 (gnus-article-save-part-and-strip, gnus-article-delete-part):
18800 New functions.
18801
18802 2005-08-29 Romain Francoise <romain@orebokech.com>
18803
18804 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18805 docstring.
18806 (gnus-face-from-file): Likewise.
18807
18808 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
18809
18810 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18811 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18812 non-nil.
18813 (gnus-auto-select-part): New variable.
18814 (gnus-article-jump-to-part): New function.
18815 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18816 (gnus-mime-delete-part): Allow selecting specified part after
18817 deleting or stripping parts.
18818 (gnus-article-jump-to-part): Don't use `read-number'. Use last
18819 part if argument is bogus.
18820
18821 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
18822
18823 * gnus-art.el (w3m-minor-mode-map):
18824 * gnus-spec.el (gnus-newsrc-file-version):
18825 * gnus-util.el (nnmail-active-file-coding-system)
18826 (gnus-original-article-buffer, gnus-user-agent):
18827 * gnus.el (gnus-ham-process-destinations)
18828 (gnus-parameter-ham-marks-alist)
18829 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18830 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18831 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18832 * mm-decode.el (gnus-current-window-configuration):
18833 * mm-extern.el (gnus-article-mime-handles):
18834 * mm-url.el (url-current-object, url-package-name)
18835 (url-package-version):
18836 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18837 (smime-keys, w3m-cid-retrieve-function-alist)
18838 (w3m-current-buffer, w3m-display-inline-images)
18839 (w3m-minor-mode-map):
18840 * mml-smime.el (gnus-extract-address-components):
18841 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18842 (gnus-newsrc-hashtb, message-default-charset)
18843 (message-deletable-headers, message-options)
18844 (message-posting-charset, message-required-mail-headers)
18845 (message-required-news-headers):
18846 * mml1991.el (mc-pgp-always-sign):
18847 * mml2015.el (mc-pgp-always-sign):
18848 * nnheader.el (nnmail-extra-headers):
18849 * rfc1843.el (gnus-decode-encoded-word-function)
18850 (gnus-decode-header-function, gnus-newsgroup-name):
18851 * spam-stat.el (gnus-original-article-buffer): Add defvars.
18852
18853 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
18854
18855 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18856 the end of the date treatments.
18857
18858 2005-08-15 Simon Josefsson <jas@extundo.com>
18859
18860 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18861 it in url-handlers.el and XEmacs in url.el. Reported by Luca
18862 Capello and Romain Francoise.
18863 (pgg-fetch-key-function): Remove, not used?
18864 (pgg-insert-url-with-w3): Require url, to get
18865 url-insert-file-contents regardless of where it is defined.
18866
18867 2005-08-13 Romain Francoise <romain@orebokech.com>
18868
18869 * message.el (message-cite-original-1): New function.
18870 (message-cite-original): Use it.
18871 (message-cite-original-without-signature): Ditto.
18872
18873 2005-08-08 Romain Francoise <romain@orebokech.com>
18874
18875 * message.el (message-yank-empty-prefix): New variable.
18876 (message-indent-citation): Use it.
18877 (message-cite-original-without-signature): Respect X-No-Archive.
18878
18879 2005-08-08 Simon Josefsson <jas@extundo.com>
18880
18881 * pgg.el: Autoload url-insert-file-contents instead of loading
18882 w3/url.
18883 (pgg-insert-url-with-w3): Don't load url here.
18884
18885 2005-08-07 Jesper Harder <harder@phys.au.dk>
18886
18887 * message.el (message-kill-to-signature): Don't insert newline at
18888 bol.
18889 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18890
18891 2005-08-06 Romain Francoise <romain@orebokech.com>
18892
18893 * message.el (message-user-fqdn): Fix typo in docstring.
18894
18895 2005-08-05 Daiki Ueno <ueno@unixuser.org>
18896
18897 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18898
18899 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18900
18901 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
18902
18903 * mm-bodies.el (mm-encode-body): Use coding system rather than
18904 charset to encode text.
18905
18906 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18907 number of charsets if utf-8 is available (XEmacs).
18908
18909 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
18910
18911 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18912 taken from `gnus-button-mid-or-mail-regexp'.
18913 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18914 (gnus-button-alist): Improve regexp for domain part of the MIDs
18915 for news:localpart@domain buttons.
18916 (gnus-button-ctan-directory-regexp): Update.
18917
18918 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
18919
18920 * sieve-manage.el (sieve-manage-interactive-login):
18921 Use make-local-variable rather than make-variable-buffer-local.
18922 (sieve-manage-open): Ditto.
18923 (sieve-manage-authenticate): Ditto.
18924
18925 * mml.el (mml-generate-mime-1): Make the content type default to
18926 text/plain if the filename is not specified.
18927
18928 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
18929
18930 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18931 instead of insert-buffer.
18932
18933 * message.el (message-yank-original): Ditto; set the mark at the
18934 end of the yanked message.
18935
18936 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
18937
18938 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18939 lines to scroll rather than to stop it.
18940
18941 * mml.el (mml-generate-default-type): Add doc string.
18942 (mml-generate-mime-1): Use mm-default-file-encoding or make it
18943 default to application/octet-stream when determining the content
18944 type if it is not specified for the part or the mml contents; add
18945 a comment about mml-generate-default-type.
18946
18947 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
18948
18949 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18950 make it default to application/octet-stream when determining the
18951 content type if it is not specified for the external contents.
18952
18953 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
18954
18955 * rfc2231.el (rfc2231-parse-string): Take care that not only a
18956 segmented parameter but also other parameters might be there.
18957
18958 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
18959
18960 * mm-decode.el (mm-display-external): Delete temp file, directory
18961 and buffer immediately if the external process is exited.
18962
18963 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
18964
18965 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18966 fewer lines than that of scroll-margin.
18967 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18968
18969 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
18970
18971 * gnus-art.el (gnus-article-next-page): Revert.
18972 (gnus-article-beginning-of-window): New macro.
18973 (gnus-article-next-page-1): Use it.
18974 (gnus-article-prev-page): Ditto.
18975 (gnus-article-edit-part): Use insert-buffer-substring instead of
18976 insert-buffer.
18977 (gnus-article-edit-exit): Ditto.
18978
18979 * gnus-util.el (gnus-beginning-of-window): Remove.
18980 (gnus-end-of-window): Remove.
18981
18982 2005-07-25 Simon Josefsson <jas@extundo.com>
18983
18984 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18985 to have the url package without w3. Reported by Daiki Ueno
18986 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18987
18988 2005-07-20 Didier Verna <didier@xemacs.org>
18989
18990 * gnus-diary.el: Remove the description comment (nndiary is now
18991 properly documented in the Gnus manual).
18992 Fix the spelling of "Back End".
18993 * nndiary.el: Ditto.
18994 Fix the copyright notice.
18995
18996 2005-07-18 Romain Francoise <romain@orebokech.com>
18997
18998 * gnus-sum.el (gnus-summary-to-prefix)
18999 (gnus-summary-newsgroup-prefix): New variables.
19000 (gnus-summary-from-or-to-or-newsgroups): Use them.
19001
19002 2005-07-17 Romain Francoise <romain@orebokech.com>
19003
19004 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19005 space as it's generally not especially interesting to the user.
19006
19007 2005-07-16 Romain Francoise <romain@orebokech.com>
19008
19009 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19010 nil to avoid prompting and file modification if one of the
19011 messages at the top of the nnfolder file contains a copyright
19012 notice.
19013 Update copyright notice.
19014
19015 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19016 instead of `current-time-string' as the latter creates a time
19017 string that is not RFC 2822 compliant (it lacks the zone).
19018 Update copyright notice.
19019
19020 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
19021
19022 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19023 for text/rtf. Display default in prompt. Pass default for M-n.
19024
19025 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19026
19027 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19028
19029 * gnus-msg.el (gnus-button-mailto):
19030 Remove save-selected-window-window hackery because it relies on
19031 save-selected-window internals.
19032
19033 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
19034
19035 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19036 (gnus-article-next-page-1): Use gnus-beginning-of-window.
19037 (gnus-article-prev-page): Ditto.
19038
19039 * gnus-util.el (gnus-beginning-of-window): New function.
19040 (gnus-end-of-window): New function.
19041
19042 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19043
19044 * gnus-score.el (gnus-score-edit-all-score):
19045 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19046 gnus-message.
19047
19048 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19049
19050 * gnus-msg.el (gnus-button-mailto):
19051 Remove save-selected-window-window hackery because it relies on
19052 save-selected-window internals.
19053
19054 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
19055
19056 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19057 add-minor-mode.
19058 (gnus-binary-mode): Ditto.
19059
19060 * gnus-topic.el (gnus-topic-mode): Ditto.
19061
19062 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
19063
19064 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19065 (gnus-article-prev-page): Take scroll-margin into consideration.
19066
19067 2005-07-04 Lute Kamstra <lute@gnu.org>
19068
19069 Update FSF's address in GPL notices.
19070
19071 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
19072
19073 * gnus.el (gnus-exit):
19074 * gnus-group.el (gnus-group-icons):
19075 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19076
19077 * gnus-nocem.el (gnus-nocem):
19078 * message.el (message-various, message-buffers, message-sending)
19079 (message-interface, message-forwarding, message-insertion)
19080 (message-headers, message-news, message-mail):
19081 * pgg-gpg.el (pgg-gpg):
19082 * pgg-parse.el (pgg-parse):
19083 * pgg-pgp.el (pgg-pgp):
19084 * pgg-pgp5.el (pgg-pgp5):
19085 * pop3.el (pop3): Finish `defgroup' description with period.
19086
19087 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
19088
19089 * gnus-art.el (article-display-face): Improve the efficiency.
19090 (article-display-x-face): Ditto; remove gray x-face stuff.
19091
19092 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
19093
19094 * gnus-art.el (article-display-face): Correct the position in
19095 which Faces are inserted.
19096
19097 2005-06-29 Didier Verna <didier@xemacs.org>
19098
19099 * gnus-art.el (article-display-face): Display faces in correct
19100 order.
19101
19102 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19103
19104 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19105 (gnus-fill-real-hashtb): Use hash table instead of obarray.
19106 (gnus-nocem-check-article): Fetch the Type header.
19107 (gnus-nocem-message-wanted-p): Fix the way to examine types.
19108 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19109 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19110 make sure gnus-nocem-hashtb is initialized.
19111 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19112 (gnus-nocem-unwanted-article-p): Ditto.
19113
19114 * pgg.el (pgg-verify): Return the verification result.
19115
19116 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19117
19118 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19119 is ascii.
19120
19121 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
19122
19123 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19124 `show-nonbreak-escape'.
19125
19126 2005-06-23 Lute Kamstra <lute@gnu.org>
19127
19128 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19129
19130 * dig.el (dig-mode):
19131 * smime.el (smime-mode): Use gnus-run-mode-hooks.
19132
19133 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
19134
19135 * nnimap.el (nnimap-split-download-body): Fix spellings.
19136
19137 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
19138
19139 * gnus-art.el (gnus-article-encrypt-body):
19140 * gnus-cus.el (gnus-score-customize):
19141 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19142 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19143
19144 2005-06-16 Arne Jørgensen <arne@arnested.dk>
19145
19146 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19147 header by looking for magic "MII" at the beginning.
19148
19149 2005-06-16 Miles Bader <miles@gnu.org>
19150
19151 * assistant.el (assistant-field): Remove "-face" suffix from face name.
19152 (assistant-field-face): New backward-compatibility alias for renamed
19153 face.
19154 (assistant-render-text): Use renamed assistant-field face.
19155
19156 * spam.el (spam): Remove "-face" suffix from face name.
19157 (spam-face): New backward-compatibility alias for renamed face.
19158 (spam-face, spam-initialize): Use renamed spam face.
19159
19160 * message.el (message-header-to, message-header-cc)
19161 (message-header-subject, message-header-newsgroups)
19162 (message-header-other, message-header-name)
19163 (message-header-xheader, message-separator, message-cited-text)
19164 (message-mml): Remove "-face" suffix from face names.
19165 (message-header-to-face, message-header-cc-face)
19166 (message-header-subject-face, message-header-newsgroups-face)
19167 (message-header-other-face, message-header-name-face)
19168 (message-header-xheader-face, message-separator-face)
19169 (message-cited-text-face, message-mml-face):
19170 New backward-compatibility aliases for renamed faces.
19171 (message-font-lock-keywords): Use renamed message faces.
19172
19173 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19174 (sieve-test-commands, sieve-tagged-arguments):
19175 Remove "-face" suffix from face names.
19176 (sieve-control-commands-face, sieve-action-commands-face)
19177 (sieve-test-commands-face, sieve-tagged-arguments-face):
19178 New backward-compatibility aliases for renamed faces.
19179 (sieve-control-commands-face, sieve-action-commands-face)
19180 (sieve-test-commands-face, sieve-tagged-arguments-face):
19181 Use renamed sieve faces.
19182
19183 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19184 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19185 (gnus-group-news-3-empty, gnus-group-news-4)
19186 (gnus-group-news-4-empty, gnus-group-news-5)
19187 (gnus-group-news-5-empty, gnus-group-news-6)
19188 (gnus-group-news-6-empty, gnus-group-news-low)
19189 (gnus-group-news-low-empty, gnus-group-mail-1)
19190 (gnus-group-mail-1-empty, gnus-group-mail-2)
19191 (gnus-group-mail-2-empty, gnus-group-mail-3)
19192 (gnus-group-mail-3-empty, gnus-group-mail-low)
19193 (gnus-group-mail-low-empty, gnus-summary-selected)
19194 (gnus-summary-cancelled, gnus-summary-high-ticked)
19195 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19196 (gnus-summary-high-ancient, gnus-summary-low-ancient)
19197 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19198 (gnus-summary-low-undownloaded)
19199 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19200 (gnus-summary-low-unread, gnus-summary-normal-unread)
19201 (gnus-summary-high-read, gnus-summary-low-read)
19202 (gnus-summary-normal-read, gnus-splash):
19203 Remove "-face" suffix from face names.
19204 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19205 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19206 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19207 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19208 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19209 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19210 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19211 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19212 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19213 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19214 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19215 (gnus-summary-selected-face, gnus-summary-cancelled-face)
19216 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19217 (gnus-summary-normal-ticked-face)
19218 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19219 (gnus-summary-normal-ancient-face)
19220 (gnus-summary-high-undownloaded-face)
19221 (gnus-summary-low-undownloaded-face)
19222 (gnus-summary-normal-undownloaded-face)
19223 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19224 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19225 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19226 (gnus-splash-face):
19227 New backward-compatibility aliases for renamed faces.
19228 (gnus-group-startup-message): Use renamed gnus faces.
19229
19230 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19231 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19232 (gnus-server-agent): Remove "-face" suffix from face names.
19233 (gnus-server-agent-face, gnus-server-opened-face)
19234 (gnus-server-closed-face, gnus-server-denied-face)
19235 (gnus-server-offline-face):
19236 New backward-compatibility aliases for renamed faces.
19237 (gnus-server-agent-face, gnus-server-opened-face)
19238 (gnus-server-closed-face, gnus-server-denied-face)
19239 (gnus-server-offline-face): Use renamed gnus faces.
19240
19241 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19242 Remove "-face" suffix from face names.
19243 (gnus-picon-xbm-face, gnus-picon-face):
19244 New backward-compatibility aliases for renamed faces.
19245
19246 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19247 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19248 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19249 (gnus-cite-11): Remove "-face" suffix from face names.
19250 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19251 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19252 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19253 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19254 New backward-compatibility aliases for renamed faces.
19255 (gnus-cite-attribution-face, gnus-cite-face-list)
19256 (gnus-article-boring-faces): Use renamed gnus faces.
19257
19258 * gnus-art.el (gnus-signature, gnus-header-from)
19259 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19260 (gnus-header-content): Remove "-face" suffix from face names.
19261 (gnus-signature-face, gnus-header-from-face)
19262 (gnus-header-subject-face, gnus-header-newsgroups-face)
19263 (gnus-header-name-face, gnus-header-content-face):
19264 New backward-compatibility aliases for renamed faces.
19265 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19266
19267 * gnus-sum.el (gnus-summary-selected-face)
19268 (gnus-summary-highlight): Use renamed gnus faces.
19269 * gnus-group.el (gnus-group-highlight): Likewise.
19270
19271 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19272
19273 * gnus-sieve.el (gnus-sieve-article-add-rule):
19274 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19275 * spam-stat.el (spam-stat-buffer-change-to-spam)
19276 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19277
19278 * message.el (message-is-yours-p):
19279 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19280
19281 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
19282
19283 * mm-view.el (mm-inline-text): Withdraw the last change.
19284
19285 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
19286
19287 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19288 executing enriched-decode.
19289
19290 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
19291
19292 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19293 charset of tar files.
19294
19295 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19296
19297 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19298
19299 2005-06-04 Lute Kamstra <lute@gnu.org>
19300
19301 * nnfolder.el (nnfolder-read-folder): Make sure that undo
19302 information is never recorded.
19303
19304 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19305
19306 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19307
19308 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
19309
19310 * pop3.el (pop3-apop): Run md5 in the binary mode.
19311
19312 * starttls.el (starttls-set-process-query-on-exit-flag):
19313 Use eval-and-compile.
19314
19315 2005-05-31 Simon Josefsson <jas@extundo.com>
19316
19317 * smime.el (smime-replace-in-string): Define.
19318 (smime-cert-by-ldap-1): Use it.
19319
19320 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
19321
19322 * gnus-art.el (article-display-x-face): Replace
19323 process-kill-without-query by gnus-set-process-query-on-exit-flag.
19324
19325 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19326 set-process-query-on-exit-flag or process-kill-without-query.
19327
19328 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19329 loop instead of replace-regexp.
19330
19331 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19332 instead of process-kill-without-query if it is available.
19333
19334 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19335 instead of find-file-hooks if it is available.
19336
19337 * mml1991.el: Bind pgg-default-user-id when compiling.
19338
19339 * mml2015.el: Bind pgg-default-user-id when compiling.
19340
19341 * nndraft.el (nndraft-request-associate-buffer):
19342 Use write-contents-functions instead of write-contents-hooks if it is
19343 available.
19344
19345 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19346 instead of find-file-hooks if it is available.
19347
19348 * nntp.el (nntp-open-connection): Replace
19349 process-kill-without-query by gnus-set-process-query-on-exit-flag.
19350 (nntp-open-ssl-stream): Ditto.
19351 (nntp-open-tls-stream): Ditto.
19352
19353 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19354 set-process-query-on-exit-flag or process-kill-without-query.
19355 (starttls-open-stream-gnutls): Use it instead of
19356 process-kill-without-query.
19357 (starttls-open-stream): Ditto.
19358
19359 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
19360
19361 * smime.el (smime-cert-by-ldap-1): Don't use
19362 replace-regexp-in-string.
19363
19364 2005-05-31 Arne Jørgensen <arne@arnested.dk>
19365
19366 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19367
19368 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19369 in PEM format. Adjust to the XEmacs compatibility.
19370
19371 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
19372
19373 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19374 by `string-to-number'.
19375 * gnus-agent.el (gnus-agent-regenerate-group)
19376 (gnus-agent-fetch-articles): Ditto.
19377 * gnus-art.el (gnus-button-fetch-group): Ditto.
19378 * gnus-cache.el (gnus-cache-generate-active)
19379 (gnus-cache-articles-in-group): Ditto.
19380 * gnus-group.el (gnus-group-set-current-level)
19381 (gnus-group-insert-group-line): Ditto.
19382 * gnus-score.el (gnus-score-set-expunge-below)
19383 (gnus-score-set-mark-below, gnus-summary-score-effect)
19384 (gnus-summary-score-entry): Ditto.
19385 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19386 (gnus-soup-pack): Ditto.
19387 * gnus-spec.el (gnus-xmas-format): Ditto.
19388 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19389 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19390 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19391 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19392 * nndb.el (nndb-get-remote-expire-response): Ditto.
19393 * nndiary.el (nndiary-parse-schedule-value)
19394 (nndiary-string-to-number, nndiary-request-replace-article)
19395 (nndiary-request-article): Ditto.
19396 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19397 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19398 * nneething.el (nneething-make-head): Ditto.
19399 * nnfolder.el (nnfolder-request-article)
19400 (nnfolder-retrieve-headers): Ditto.
19401 * nnheader.el (nnheader-file-to-number): Ditto.
19402 * nnkiboze.el (nnkiboze-request-article): Ditto.
19403 * nnmail.el (nnmail-process-unix-mail-format)
19404 (nnmail-process-babyl-mail-format): Ditto.
19405 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19406 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19407 (nnmh-request-create-group, nnmh-request-list-1)
19408 (nnmh-request-group, nnmh-request-article): Ditto.
19409 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19410 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19411 * nnsoup.el (nnsoup-make-active): Ditto.
19412 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19413 * nntp.el (nntp-find-group-and-number)
19414 (nntp-retrieve-headers-with-xover): Ditto.
19415 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19416 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19417 (pgg-format-key-identifier): Ditto.
19418 * pop3.el (pop3-last, pop3-stat): Ditto.
19419 * qp.el (quoted-printable-decode-region): Ditto.
19420
19421 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19422 of concat.
19423
19424 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
19425
19426 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19427
19428 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19429
19430 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19431
19432 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19433
19434 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19435
19436 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19437
19438 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19439 (gnus-carpal-mode): Ditto.
19440
19441 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19442 (gnus-browse-mode): Ditto.
19443
19444 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19445
19446 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19447
19448 2005-05-29 Richard M. Stallman <rms@gnu.org>
19449
19450 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19451
19452 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
19453
19454 * gnus-util.el (gnus-run-mode-hooks): New function.
19455
19456 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19457
19458 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19459
19460 * gnus-agent.el (gnus-agent-make-mode-line-string):
19461 Use mode-line-highlight as mouse-face.
19462
19463 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
19464
19465 * canlock.el (canlock): Change the parent group to news.
19466
19467 * deuglify.el (gnus-outlook-deuglify): Add :group.
19468
19469 * dig.el (dig): Add :group.
19470
19471 * dns-mode.el (dns-mode): Add :group.
19472
19473 * encrypt.el (encrypt): Add :group.
19474
19475 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19476 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19477 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19478 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19479 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19480
19481 * gnus-diary.el (gnus-diary): Add :group.
19482
19483 * gnus.el (gnus-group-news-1-face): Add :group.
19484 (gnus-group-news-1-empty-face): Ditto.
19485 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19486 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19487 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19488 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19489 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19490 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19491 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19492 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19493 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19494 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19495 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19496 (gnus-summary-high-ticked-face): Ditto.
19497 (gnus-summary-low-ticked-face): Ditto.
19498 (gnus-summary-normal-ticked-face): Ditto.
19499 (gnus-summary-high-ancient-face): Ditto.
19500 (gnus-summary-low-ancient-face): Ditto.
19501 (gnus-summary-normal-ancient-face): Ditto.
19502 (gnus-summary-high-undownloaded-face): Ditto.
19503 (gnus-summary-low-undownloaded-face): Ditto.
19504 (gnus-summary-normal-undownloaded-face): Ditto.
19505 (gnus-summary-high-unread-face): Ditto.
19506 (gnus-summary-low-unread-face): Ditto.
19507 (gnus-summary-normal-unread-face): Ditto.
19508 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19509 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19510
19511 * hashcash.el (hashcash): New custom group.
19512 (hashcash-default-payment): Add :group.
19513 (hashcash-payment-alist): Ditto.
19514 (hashcash-default-accept-payment): Ditto.
19515 (hashcash-accept-resources): Ditto.
19516 (hashcash-path): Ditto.
19517 (hashcash-extra-generate-parameters): Ditto.
19518 (hashcash-double-spend-database): Ditto.
19519 (hashcash-in-news): Ditto.
19520
19521 * message.el (message-minibuffer-local-map): Add :group.
19522
19523 * netrc.el (netrc): Add :group.
19524
19525 * sieve-manage.el (sieve-manage-log): Add :group.
19526 (sieve-manage-default-user): Diito.
19527 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19528 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19529 (sieve-manage-authenticators): Ditto.
19530 (sieve-manage-authenticator-alist): Ditto.
19531 (sieve-manage-default-port): Ditto.
19532
19533 * sieve-mode.el (sieve-control-commands-face): Add :group.
19534 (sieve-action-commands-face): Ditto.
19535 (sieve-test-commands-face): Ditto.
19536 (sieve-tagged-arguments-face): Ditto.
19537
19538 * smime.el (smime): Add :group.
19539
19540 * spam-report.el (spam-report): Add :group.
19541
19542 * spam.el (spam, spam-face): Add :group.
19543
19544 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19545
19546 * nntp.el (nntp-next-result-arrived-p): Some news servers may
19547 return \n.\n.\n at the end of articles. Protect against that.
19548 (nntp-with-open-group): Allow debugging.
19549
19550 * nnheader.el (mail-header-set-extra): Make into a function
19551 because I just could't understand how to quote the list properly.
19552
19553 * dns.el (query-dns-cached): New function.
19554
19555 2005-05-26 Lute Kamstra <lute@gnu.org>
19556
19557 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19558
19559 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
19560
19561 * gnus-art.el: Don't autoload mail-extract-address-components.
19562
19563 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19564 eval-and-compile to evaluate it.
19565
19566 * hashcash.el: Don't autoload executable-find.
19567
19568 * nndb.el: Don't declare the nndb back end two or more times; don't
19569 autoload news-reply-mode, news-setup, cancel-timer and telnet.
19570
19571 * nntp.el: Autoload format-spec instead of format; use
19572 eval-and-compile to evaluate autoload forms.
19573
19574 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
19575
19576 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19577
19578 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19579
19580 * gnus.el (gnus-version-number): Bump version.
19581
19582 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19583
19584 * gnus.el: No Gnus v0.3 is released.
19585
19586 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
19587
19588 * gnus-art.el (gnus-article-edit-part): Disable undo.
19589
19590 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
19591
19592 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19593 gnus-article-date-lapsed-new-header is t if date timer is active;
19594 skip headers in which the original date value is empty.
19595 (gnus-article-save-original-date): Redefine it as a macro.
19596 (gnus-display-mime): Use it.
19597
19598 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
19599
19600 * gnus-art.el (article-date-ut): Support converting date in
19601 forwarded parts as well.
19602 (gnus-article-save-original-date): New function.
19603 (gnus-display-mime): Use it.
19604
19605 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
19606
19607 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19608 enclosure element of <item>.
19609
19610 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
19611
19612 * message.el (message-kill-buffer-query): Rename from
19613 `message-kill-buffer-query-if-modified'. Add :version.
19614
19615 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
19616
19617 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19618 window layout.
19619
19620 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
19621
19622 * mml.el: Autoload dnd when compiling.
19623
19624 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
19625
19626 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19627 x-dnd-*.
19628
19629 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
19630
19631 * qp.el (quoted-printable-encode-region): Save excursion.
19632
19633 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
19634
19635 * message.el (message-kill-buffer-query-if-modified): Add new variable
19636 so the user can kill a modified message buffer quickly.
19637 (message-kill-buffer): Use it.
19638
19639 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
19640
19641 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
19642 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19643
19644 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
19645
19646 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19647 contained in text because xml.el decodes entities) with LFs.
19648
19649 2005-04-11 Lute Kamstra <lute@gnu.org>
19650
19651 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19652 differently.
19653
19654 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19655
19656 * mm-util.el (mm-detect-coding-region): Typo.
19657
19658 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
19659
19660 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19661
19662 2005-04-06 Deepak Goel <deego@gnufans.org>
19663
19664 * spam-stat.el (spam-stat-score-buffer): Add a call to a
19665 user-function allow user modifications of the scores.
19666 (spam-stat-score-buffer-user): New function, to allow
19667 user-computed modifications to the score.
19668 (spam-stat-score-buffer-user-functions): List of additional
19669 scoring functions.
19670 (spam-stat-error-holder): Global temporary error holder.
19671 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19672 variable.
19673
19674 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
19675
19676 * gnus-registry.el (gnus-registry-clean-empty-function)
19677 (gnus-registry-trim, gnus-registry-fetch-groups)
19678 (gnus-registry-delete-group): Groups that match
19679 `gnus-registry-ignored-groups' are removed from the registry
19680 entries, not just ignored for splitting. This helps clean up the
19681 registry. Also, `gnus-registry-fetch-groups' is a convenient way
19682 to get all the groups a message ID is in.
19683
19684 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19685 (spam-stat-split-fancy): Change "threshhold" to "threshold".
19686 (spam-stat-score-buffer-user-functions): Add :number custom type.
19687
19688 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19689
19690 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19691 argument in XEmacs.
19692
19693 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19694 (nnrss-request-group): Decode group name first.
19695 (nnrss-request-article): Make a text/plain article if mml-to-mime
19696 failed.
19697 (nnrss-get-encoding): Return a compatible encoding according to
19698 nnrss-compatible-encoding-alist.
19699 (nnrss-find-el): Use consp instead of listp.
19700 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19701
19702 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19703
19704 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19705 which Emacs 20 doesn't support.
19706 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19707
19708 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
19709
19710 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19711 silence the byte compiler inside the defun.
19712
19713 * gnus-demon.el (parse-time-string): Add autoload.
19714
19715 * gnus-delay.el (parse-time-string): Add autoload.
19716
19717 * gnus-art.el (parse-time-string): Add autoload.
19718
19719 * nnultimate.el (parse-time): Require for `parse-time-string'.
19720
19721 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
19722
19723 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19724
19725 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19726
19727 * smime.el (smime-ldap-host-list): Add :version.
19728
19729 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
19730
19731 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19732 pass it to `gnus-browse-read-group'.
19733 (gnus-browse-read-group): Add NUMBER argument and pass it to
19734 `gnus-group-read-ephemeral-group'.
19735
19736 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19737 argument and pass it to `gnus-group-read-group'.
19738
19739 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
19740
19741 * mm-util.el (mm-xemacs-find-mime-charset): Only call
19742 mm-xemacs-find-mime-charset-1 if we have the mule feature
19743 available at runtime.
19744
19745 2005-03-25 Werner Lemberg <wl@gnu.org>
19746
19747 * nnmaildir.el: Replace `illegal' with `invalid'.
19748
19749 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19750
19751 * gnus-start.el (gnus-display-time-event-handler):
19752 Check display-time-timer at runtime rather than only at load time
19753 in case display-time-mode is turned off in the mean time.
19754
19755 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
19756
19757 * nnimap.el (nnimap-open-connection): Print which authinfo file is
19758 used.
19759
19760 * nneething.el (nneething-map-file-directory): Derive from
19761 `gnus-directory'.
19762
19763 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19764 the To/Cc button.
19765
19766 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
19767
19768 * nnmaildir.el (nnmaildir-request-accept-article):
19769 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19770
19771 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
19772
19773 * gnus-async.el: Require timer-funcs at compile time when in
19774 XEmacs for `run-with-idle-timer'.
19775
19776 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
19777
19778 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19779 autoloaded function.
19780
19781 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19782
19783 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19784
19785 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
19786
19787 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19788
19789 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
19790
19791 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19792 Add gnus-expert-user to default.
19793
19794 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
19795
19796 * nnimap.el (nnimap-open-server): Ditto.
19797
19798 * imap.el (imap-authenticate): Fix typo.
19799
19800 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
19801
19802 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19803 buffer (since IMAP server might return FETCH response out of
19804 order, and the nntp buffer must be sorted).
19805
19806 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
19807
19808 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19809 comparison on string.
19810
19811 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19812 (gnus-agent-score): Rename category keywords to match gnus-cus.
19813 (gnus-agent-summary-fetch-series): Modify to protect against
19814 gnus-agent-summary-fetch-group clearing processable flags.
19815 (gnus-agent-synchronize-group-flags): Update live group buffer as
19816 synchronization may occur due to the user toggle the plugged
19817 status.
19818 (gnus-agent-fetch-group-1): Clear downloadable flag when article
19819 successfully downloaded.
19820 (gnus-agent-expire-group-1): Avoid using markers when the overview
19821 is in ascending order; greatly improves performance.
19822 (gnus-agent-regenerate-group):
19823 Use gnus-agent-synchronize-group-flags to reset read status in both
19824 gnus and server.
19825 (gnus-agent-update-files-total-fetched-for): Fix initial size.
19826
19827 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
19828
19829 * message.el: Don't autoload former message-utils variables.
19830 (message-strip-subject-trailing-was): Change doc string.
19831
19832 * nnweb.el: Fixes for `gnus-group-make-web-group'.
19833 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
19834 (nnweb-google-search): Add "hl=en" here.
19835 (nnweb-google-parse-1, nnweb-google-create-mapping):
19836 Don't hardcode URL.
19837
19838 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
19839
19840 * message.el (message-get-reply-headers, message-followup):
19841 Mention related variables `message-use-followup-to' and
19842 `message-use-mail-followup-to', in the information buffer.
19843
19844 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19845 of broken groups(-beta).google.com.
19846
19847 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
19848
19849 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19850 parameter to invoked gnus-request-move-article; remove the
19851 redundant gnus-sum-hint-move-is-internal variable; apply the marks
19852 all at once instead of once per article.
19853 (gnus-summary-remove-process-mark): Accept a list of articles as
19854 well as a single article for processing.
19855
19856 * gnus-int.el (gnus-request-move-article): Add move-is-internal
19857 parameter.
19858
19859 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19860
19861 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19862
19863 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19864 parameter.
19865
19866 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19867 parameter.
19868
19869 * nnimap.el (nnimap-request-move-article): Add move-is-internal
19870 parameter and remove the gnus-sum-hint-move-is-internal variable.
19871
19872 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19873 parameter.
19874
19875 * nndraft.el (nndraft-request-move-article): Add move-is-internal
19876 parameter.
19877
19878 * nndiary.el (nndiary-request-move-article): Add move-is-internal
19879 parameter.
19880
19881 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19882
19883 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19884 parameter.
19885
19886 * nnagent.el (nnagent-request-move-article): Add move-is-internal
19887 parameter.
19888
19889 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
19890
19891 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19892 a more conservative way.
19893
19894 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19895
19896 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19897 buffer, so it moves the window's cursor.
19898
19899 2005-02-26 Arne Jørgensen <arne@arnested.dk>
19900
19901 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19902 `mm-dissect-multipart' and receive the from field as an (optional)
19903 argument from `mm-dissect-multipart'.
19904 (mm-dissect-multipart): Receive the from field as an argument and
19905 pass it on when we call `mm-dissect-buffer' on MIME parts.
19906 Fixes verification/decryption of signed/encrypted MIME parts.
19907
19908 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
19909
19910 * gnus-sum.el (gnus-summary-move-article):
19911 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19912 whatever it calls (right now, only nnimap-request-move article
19913 respects it).
19914
19915 * nnimap.el (nnimap-request-move-article):
19916 When gnus-sum-hint-move-is-internal is set, don't do the extra
19917 nnimap-request-article.
19918
19919 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
19920
19921 * nnheader.el (nnheader-find-file-noselect): Add doc string.
19922
19923 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19924 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19925
19926 * gnus-sum.el (gnus-summary-caesar-message):
19927 Apply `gnus-treat-article' after rotation.
19928
19929 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19930 doc string.
19931
19932 2005-02-22 Simon Josefsson <jas@extundo.com>
19933
19934 * encrypt.el (encrypt-password-cache-expiry): Remove (use
19935 `password-cache-expiry' instead). Reported by Arne Jørgensen
19936 <arne@arnested.dk>.
19937 (encrypt): Add password-cache and password-cache-expiry as group
19938 members.
19939
19940 2005-02-22 Arne Jørgensen <arne@arnested.dk>
19941
19942 * smime.el (smime-ldap-host-list): Doc fix.
19943 (smime-ask-passphrase): Use `password-read-and-add' to read (and
19944 cache) password.
19945 (smime-sign-region): Use it.
19946 (smime-decrypt-region): Use it.
19947 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19948 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19949 fails.
19950 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19951 certificate from DER to PEM format rather than calling openssl.
19952
19953 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19954
19955 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19956 for signing/encryption.
19957
19958 * mml.el (mml-parse-1): Use them.
19959
19960 2005-02-21 Arne Jørgensen <arne@arnested.dk>
19961
19962 * nnrss.el (nnrss-verbose): Remove.
19963 (nnrss-request-group): Use `nnheader-message' instead.
19964
19965 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
19966
19967 * nnrss.el (nnrss-verbose): New variable.
19968 (nnrss-request-group): Make it say nnrss is requesting a group.
19969
19970 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
19971
19972 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19973 Handle news URL with given port correctly.
19974
19975 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
19976
19977 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19978 containing special characters.
19979
19980 * gnus-sum.el (gnus-summary-edit-article): Ditto.
19981
19982 * mml.el (mime-to-mml): Ditto.
19983
19984 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19985 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19986 (rfc2047-decode-region): Quote decoded words containing special
19987 characters when rfc2047-quote-decoded-words-containing-tspecials
19988 is non-nil.
19989
19990 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
19991
19992 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19993
19994 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19995
19996 2005-02-15 Simon Josefsson <jas@extundo.com>
19997
19998 * nnimap.el (nnimap-debug): Doc fix.
19999
20000 * imap.el (imap-debug): Doc fix.
20001
20002 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
20003
20004 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20005
20006 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
20007
20008 * gnus.el (spam-contents): Improve docs for spam-contents
20009 parameter in its variable incarnation.
20010
20011 2005-02-14 Simon Josefsson <jas@extundo.com>
20012
20013 * smime-ldap.el: Use require instead of load-library for ldap.
20014 (smime-ldap-search): Indent.
20015 (smime-ldap-search-internal): Shorten line.
20016
20017 * smime.el (smime-cert-by-dns): Add doc-string.
20018 (smime-cert-by-ldap-1): Indent.
20019
20020 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20021 mml-smime-get-dns-ldap.
20022 (mml-smime-encrypt-query): Use new function. Default to ldap.
20023
20024 2005-02-14 Arne Jørgensen <arne@arnested.dk>
20025
20026 * smime.el: Require smime-ldap.
20027 (smime-ldap-host-list): New variable.
20028 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20029
20030 * mml-smime.el (mml-smime-encrypt-query): New function.
20031 (mml-smime-encrypt-query): Use it.
20032
20033 * smime-ldap.el: New file.
20034
20035 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
20036
20037 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20038
20039 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
20040
20041 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20042 argument in doc string. Make query for type more clear.
20043
20044 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
20045
20046 * gnus.el (gnus-group-startup-message): Search for gnus images in
20047 etc/images/gnus.
20048 * mm-util.el (mm-image-load-path): Likewise.
20049 * smiley.el (smiley-data-directory): Search for smilies in
20050 etc/images/smilies.
20051
20052 2005-02-09 Kim F. Storm <storm@cua.dk>
20053
20054 Change Emacs release version from 21.4 to 22.1 throughout.
20055 Change Emacs development version from 21.3.50 to 22.0.50.
20056
20057 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
20058
20059 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20060
20061 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20062 non-Mule XEmacs as well.
20063 (mm-decompress-buffer): Signal an error intentionally if it does
20064 not decompress compressed data because auto-compression-mode is
20065 disabled.
20066
20067 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
20068
20069 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20070 an ID in the registry even if it has no groups.
20071
20072 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
20073
20074 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20075 merge it into mm-decompress-buffer.
20076 (gnus-mime-copy-part): Use the MIME part charset, the value which
20077 a user specified or gnus-newsgroup-charset for decoding, like
20078 gnus-mime-inline-part does; set buffer-file-coding-system to tell
20079 save-buffer what was used. Suggested by Kevin Ryde
20080 <user42@zip.com.au>.
20081 (gnus-mime-inline-part): Allow the name parameter as well as the
20082 filename parameter; force decompressing of compressed data; always
20083 display contents being not decoded as unibyte.
20084
20085 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20086 as well as the filename parameter.
20087
20088 * mm-util.el (mm-decompress-buffer):
20089 Merge gnus-mime-jka-compr-maybe-uncompress.
20090 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20091 of compressed data.
20092
20093 2005-02-08 Simon Josefsson <jas@extundo.com>
20094
20095 * imap.el (imap-log): Doc fix.
20096
20097 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20098
20099 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20100 the coding cookies; decompress compressed parts.
20101
20102 * mml.el (mml-generate-mime-1): Add the charset parameter according
20103 to the value which a user specified manually or the coding cookie.
20104
20105 * mm-util.el (mm-string-to-multibyte): New function.
20106 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20107 (mm-coding-system-to-mime-charset): New function.
20108 (mm-decompress-buffer): New function.
20109 (mm-find-buffer-file-coding-system): New function.
20110
20111 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20112 (mm-display-inline-fontify): Rewrite for decoding and decompressing
20113 parts.
20114
20115 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20116
20117 * mm-view.el (mm-display-inline-fontify): Decode a part according
20118 to the charset parameter.
20119
20120 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
20121
20122 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20123 prefix arg is neither nil nor a number, as info specifies.
20124
20125 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
20126
20127 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20128 timestamps.
20129
20130 2005-02-02 Jari Aalto <jari.aalto@cante.net>
20131
20132 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20133 groups error checking and notify user.
20134
20135 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
20136
20137 * message.el (message-send-mail-function): Check existence of
20138 sendmail-program first before using default value
20139 `message-send-mail-with-sendmail'. Otherwise use more generic
20140 `smtpmail-send-it'.
20141
20142 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
20143
20144 * nntp.el (nntp-request-update-info): Always return nil.
20145
20146 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
20147
20148 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20149
20150 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20151
20152 * message.el (message-beginning-of-line): Change the behavior when
20153 invoked between BOL and : so that it first moves backward.
20154
20155 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
20156
20157 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20158 article buffer when editing of the article is discarded.
20159 (gnus-article-prepare): Revert.
20160
20161 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
20162
20163 * gnus-art.el (gnus-article-prepare):
20164 Remove message-strip-forbidden-properties from the local hook.
20165
20166 2005-01-27 Simon Josefsson <jas@extundo.com>
20167
20168 * password.el (password-cache-add): Only start one timer per key.
20169 Reported by Derek Atkins <warlord@MIT.EDU>.
20170
20171 2005-01-26 Steve Youngs <steve@sxemacs.org>
20172
20173 * run-at-time.el: Remove. It is no longer needed as
20174 timer-funcs.el in the xemacs-base package has a working version of
20175 `run-at-time'.
20176
20177 * password.el: Require timer-funcs instead of run-at-time in
20178 XEmacs.
20179 Remove `password-run-at-time' macro.
20180 (password-cache-add): Use `run-at-time' instead of
20181 `password-run-at-time'.
20182
20183 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20184 for `run-with-idle-timer'.
20185
20186 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20187 for `run-at-time'.
20188
20189 * mm-url.el: Require timer-funcs at compile time when in XEmacs
20190 for `with-timeout'.
20191
20192 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
20193
20194 * mml.el (mml-generate-mime-1): Convert string into unibyte when
20195 inserting " *mml*" buffer's contents into a unibyte temp buffer.
20196
20197 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
20198
20199 * mail-source.el (mail-source-fetch-imap): Search for ^From case
20200 sensitively.
20201
20202 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
20203
20204 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20205
20206 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
20207
20208 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20209 which will be inserted according to the multibyteness of a buffer
20210 rather than the type of contents. Suggested by ARISAWA Akihiro
20211 <ari@mbf.ocn.ne.jp>.
20212
20213 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20214 of string which old xml.el may return rather than a string.
20215
20216 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
20217
20218 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20219
20220 2005-01-16 Simon Josefsson <jas@extundo.com>
20221
20222 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20223 idn/idna.el isn't available.
20224 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
20225 <michael@waxrat.com>.
20226
20227 * hashcash.el: Remove non-FSF copyright header.
20228
20229 * hashcash.el (hashcash-extra-generate-parameters): New variable.
20230 (hashcash-generate-payment): Use it.
20231 (hashcash-generate-payment-async): Use it.
20232
20233 2005-01-15 Simon Josefsson <jas@extundo.com>
20234
20235 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20236 Suggested by Raymond Scholz <ray-2005@zonix.de>.
20237
20238 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20239 gnus-summary-idna-message.
20240 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20241 (gnus-summary-idna-message): New function.
20242
20243 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
20244
20245 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20246 gnus-novice-user.
20247
20248 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
20249
20250 * nnrss.el (nnrss-request-delete-group): Delete entries in
20251 nnrss-group-alist as well.
20252 (nnrss-save-server-data): Insert newline.
20253
20254 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
20255
20256 * gnus.el (gnus-user-agent): Use list of symbols instead of
20257 symbols. Display full version number for (S)XEmacs.
20258 Optionally display (S)XEmacs codename.
20259
20260 * gnus-util.el (gnus-emacs-version): Update for new
20261 `gnus-user-agent'.
20262
20263 * gnus-msg.el (gnus-extended-version): Make it possible to omit
20264 Gnus version.
20265
20266 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20267
20268 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
20269 which is unreadable in some setups.
20270
20271 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20272
20273 * gnus-spec.el (gnus-update-format-specifications): Flush the
20274 group format spec cache if it doesn't support decoded group names.
20275
20276 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
20277
20278 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20279 Allow to apply decay on score files matching a regexp.
20280
20281 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
20282
20283 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20284 compatibility in %g and %c.
20285
20286 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
20287
20288 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20289 name for only %g and %c.
20290 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20291 of gnus-tmp-group to decoded group name.
20292 (gnus-group-make-rss-group): Exclude `/'s from group names.
20293
20294 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
20295
20296 * nnrss.el (nnrss-get-encoding): Fix regexp.
20297
20298 2004-12-27 Simon Josefsson <jas@extundo.com>
20299
20300 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20301 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20302 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
20303
20304 2004-12-17 Kim F. Storm <storm@cua.dk>
20305
20306 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20307
20308 * gnus-sum.el (gnus-summary-mode-map): Likewise.
20309
20310 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
20311
20312 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20313
20314 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
20315
20316 * nnrss.el: Require rfc2047 and mml.
20317 (nnrss-file-coding-system): New variable.
20318 (nnrss-format-string): Redefine it as an inline function.
20319 (nnrss-decode-group-name): New function.
20320 (nnrss-string-as-multibyte): Remove.
20321 (nnrss-retrieve-headers): Decode group name; don't use
20322 nnrss-format-string.
20323 (nnrss-request-group): Decode group name.
20324 (nnrss-request-article): Decode group name; allow a Message-ID as
20325 well as an article number; don't use nnrss-format-string; encode a
20326 Message-ID string which may contain non-ASCII characters; use
20327 mml-to-mime to compose a MIME article.
20328 (nnrss-request-expire-articles): Decode group name.
20329 (nnrss-request-delete-group): Decode group name.
20330 (nnrss-fetch): Clarify error message.
20331 (nnrss-read-server-data): Use insert-file-contents instead of load;
20332 bind file-name-coding-system; use multibyte buffer.
20333 (nnrss-save-server-data): Bind coding-system-for-write to the
20334 value of nnrss-file-coding-system; bind file-name-coding-system;
20335 add coding cookie.
20336 (nnrss-read-group-data): Use insert-file-contents instead of load;
20337 bind file-name-coding-system; use multibyte buffer.
20338 (nnrss-save-group-data): Bind coding-system-for-write to the
20339 value of nnrss-file-coding-system; bind file-name-coding-system.
20340 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20341 make it work with non-ASCII text.
20342 (nnrss-find-el): Make it work with old xml.el as well.
20343
20344 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
20345
20346 * nnrss.el (nnrss-get-encoding): New function.
20347 (nnrss-fetch): Use unibyte buffer initially; bind
20348 coding-system-for-read while performing mm-url-insert; remove ^Ms;
20349 decode contents according to the encoding attribute.
20350 (nnrss-save-group-data): Add coding cookie.
20351 (nnrss-mime-encode-string): New function.
20352 (nnrss-check-group): Use it to encode subject and author.
20353
20354 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
20355
20356 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20357 imaginary variable.
20358
20359 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
20360
20361 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20362 correctly even if there are wide characters.
20363
20364 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
20365
20366 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20367 downcased symbol names; make a new cache instead of reusing
20368 bbdb-hashtable.
20369
20370 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
20371
20372 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20373 concatenating segments rather than before concatenating them.
20374 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20375
20376 * message.el (message-get-reply-headers): Bind `extra'.
20377
20378 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20379
20380 * message.el (message-extra-wide-headers): New variable.
20381 (message-get-reply-headers): Use it.
20382
20383 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
20384
20385 * gnus-agent.el (gnus-agent-group-path): Decode group name.
20386 (gnus-agent-group-pathname): Ditto.
20387
20388 * gnus-cache.el (gnus-cache-file-name): Decode group name.
20389
20390 * gnus-group.el (gnus-group-make-group): Decode group name.
20391 (gnus-group-make-rss-group): Register the group data after opening
20392 the nnrss group.
20393
20394 2004-12-17 Paul Jarc <prj@po.cwru.edu>
20395
20396 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20397 by expiry now get marked as read.
20398
20399 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
20400
20401 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20402
20403 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
20404
20405 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20406 unify Latin characters in XEmacs.
20407 (mm-find-mime-charset-region): Use it.
20408
20409 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
20410
20411 * gnus-util.el (gnus-delete-directory): New function.
20412
20413 * gnus-agent.el (gnus-agent-delete-group): Use it.
20414
20415 * gnus-cache.el (gnus-cache-delete-group): Use it.
20416
20417 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
20418
20419 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20420 names.
20421
20422 2004-12-16 Simon Josefsson <jas@extundo.com>
20423
20424 * hashcash.el (hashcash-payment-alist): Fix custom :type.
20425
20426 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
20427
20428 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20429
20430 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20431 (gnus-group-set-current-level): Decode group name.
20432
20433 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
20434
20435 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20436 failed.
20437
20438 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
20439
20440 * gnus-group.el (gnus-group-delete-group): Decode group name.
20441 (gnus-group-make-rss-group): Encode group name.
20442 (gnus-group-catchup-current): Decode group name.
20443 (gnus-group-kill-group): Decode group name.
20444
20445 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
20446
20447 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20448
20449 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
20450
20451 * gnus-group.el (gnus-group-make-rss-group):
20452 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20453
20454 * gnus-start.el (gnus-setup-news): Honor user's setting to
20455 gnus-message-archive-method. Suggested by Lute Kamstra
20456 <lute@gnu.org>.
20457
20458 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
20459
20460 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20461 global counterparts of the buffer-local variables.
20462
20463 2004-11-16 Romain Francoise <romain@orebokech.com>
20464
20465 * gnus-sum.el (gnus-summary-exit): Don't clear the global
20466 counterparts of the buffer-local variables.
20467
20468 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
20469
20470 * message.el (message-forbidden-properties): Fix typo in doc
20471 string.
20472
20473 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
20474
20475 * gnus-util.el (gnus-replace-in-string): Add doc string.
20476
20477 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20478 to avoid problems when splitting mails with many recipients.
20479
20480 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
20481
20482 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20483 pop-to-buffer, covered by the subsequent gnus-configure-windows.
20484
20485 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
20486
20487 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20488 if there is no hashtable in memory or file modification time is
20489 newer than cached timestamp.
20490
20491 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
20492
20493 * gnus-sum.el (gnus-summary-limit-to-recipient):
20494 Implement not-matching option.
20495
20496 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
20497
20498 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20499 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20500 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20501 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20502 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
20503 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20504
20505 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
20506
20507 * message.el (message-forward-make-body-mml): Remove headers
20508 according to message-forward-ignored-headers if a message is decoded.
20509
20510 2004-12-02 Romain Francoise <romain@orebokech.com>
20511
20512 * message.el (message-forward-make-body-plain): Always remove
20513 headers according to message-forward-ignored-headers.
20514
20515 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
20516
20517 * spam.el (spam-summary-prepare-exit): Remove the
20518 gnus-summary-limit pop for now, it has problems with ham marks for
20519 me.
20520
20521 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
20522
20523 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20524 correctly.
20525
20526 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
20527
20528 * format-spec.el (format-spec): Message the char.
20529
20530 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
20531
20532 * gnus-art.el (gnus-split-methods): Reformat comments.
20533
20534 * spam.el (spam-summary-prepare-exit): Remove article limits
20535 before exiting the summary buffer.
20536
20537 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
20538
20539 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20540 order to silence the byte compiler.
20541
20542 * spam.el: Fix the way to silence the byte compiler, which
20543 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20544 bbdb-search-simple, spam-BBDB-register-routine,
20545 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20546 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20547 spam-stat-buffer-is-spam, spam-stat-load,
20548 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20549 spam-stat-save and spam-stat-split-fancy.
20550
20551 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
20552
20553 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20554 which may confuse users.
20555 (canlock-password-for-verify): Ditto.
20556
20557 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20558
20559 * gnus-art.el (gnus-emphasis-alist): Ditto.
20560
20561 * gnus-registry.el (gnus-registry-max-entries): Ditto.
20562
20563 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20564
20565 * gnus-start.el (gnus-save-killed-list): Ditto.
20566
20567 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20568 (gnus-sum-thread-tree-root): Ditto.
20569 (gnus-sum-thread-tree-false-root): Ditto.
20570 (gnus-sum-thread-tree-single-indent): Ditto.
20571
20572 * message.el (message-courtesy-message): Ditto.
20573 (message-archive-note): Ditto.
20574 (message-subscribed-address-file): Ditto.
20575 (message-user-fqdn): Ditto.
20576
20577 * spam-report.el (spam-report-gmane-regex): Ditto.
20578
20579 * spam.el (spam-blackhole-good-server-regex): Ditto.
20580
20581 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
20582
20583 * mml.el (mml-preview): Widen the message buffer before copying
20584 the contents to the preview buffer; sort headers before previewing.
20585
20586 * message.el (message-hidden-headers): Fix the way to avoid a bug
20587 in the `repeat' widget in Emacs 21.3 or earlier.
20588
20589 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
20590
20591 * message.el (message-hidden-headers): Default to "^References:".
20592 Improve customization type. Suggested by Reiner Steib
20593 <Reiner.Steib@gmx.de>.
20594
20595 2004-11-25 Romain Francoise <romain@orebokech.com>
20596
20597 * message.el (message-strip-forbidden-properties): Remove check for
20598 obsolete `message-hidden' text property, hidden headers are not
20599 accessible in the buffer anymore.
20600
20601 2004-11-22 Romain Francoise <romain@orebokech.com>
20602
20603 * message.el (message-header-format-alist): Add `From' in list
20604 so that it can be sorted.
20605 (message-fix-before-sending): Widen and sort headers before
20606 sending.
20607 (message-hide-headers): Use narrowing to hide headers by moving
20608 them to the top of the buffer and narrowing to the region
20609 underneath.
20610
20611 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20612
20613 * message.el (message-strip-forbidden-properties):
20614 Bind buffer-read-only (etc) to nil.
20615
20616 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
20617
20618 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20619 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20620
20621 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
20622
20623 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20624
20625 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20626
20627 * dns.el (query-dns): Use sit-for to time instead of
20628 accept-process-output, since that doesn't seem to work on udp
20629 sockets.
20630
20631 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
20632
20633 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20634
20635 2004-11-15 Jesper Harder <harder@ifa.au.dk>
20636
20637 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20638 doc string. Improve doc string.
20639
20640 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
20641
20642 * nntp.el (nntp-request-update-info): Return nil if
20643 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20644 may not call gnus-activate-group which uselessly issues the GROUP
20645 commands for all nntp groups and wastes time. Reported by Romain
20646 Francoise <romain@orebokech.com>.
20647
20648 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20649
20650 2004-11-15 Simon Josefsson <jas@extundo.com>
20651
20652 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20653 headers separately.
20654 (gnus-button-openpgp): New function, inspired by Jochen Küpper
20655 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20656
20657 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
20658
20659 * gnus-start.el (gnus-convert-old-newsrc):
20660 Assign legacy-gnus-agent to 5.10.7.
20661
20662 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20663
20664 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20665 start of the lines.
20666
20667 2004-11-14 Magnus Henoch <mange@freemail.hu>
20668
20669 * hashcash.el (hashcash-default-payment): Change default to 20.
20670 (hashcash-default-accept-payment): Change default to 20.
20671 (hashcash-process-alist): New variable.
20672 (hashcash-generate-payment-async): Add.
20673 (hashcash-already-paid-p): Add.
20674 (hashcash-insert-payment): Don't generate payments twice.
20675 (hashcash-insert-payment-async): Add.
20676 (hashcash-insert-payment-async-2): Add.
20677 (hashcash-cancel-async): Add.
20678 (hashcash-wait-async): Add.
20679 (hashcash-processes-running-p): Add.
20680 (hashcash-wait-or-cancel): Add.
20681 (mail-add-payment): New optional argument. Conditionally start
20682 asynchronous calculation.
20683 (mail-add-payment-async): Add.
20684
20685 * message.el (message-send-mail): Wait for asynchronous hashcash
20686 results. Don't clobber existing X-Hashcash headers.
20687 (message-setup-1): Call mail-add-payment-async when
20688 message-generate-hashcash is non-nil.
20689
20690 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20691
20692 * message.el (message-use-alternative-email-as-from): Examine the
20693 From header as well; use message-make-from in order to include a
20694 user's full name.
20695
20696 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
20697
20698 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20699 default; improve customization type.
20700 (gnus-emphasis-custom-with-format): New macro.
20701 (gnus-emphasis-custom-value-to-external): New function.
20702 (gnus-emphasis-custom-value-to-internal): New function.
20703
20704 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
20705
20706 * dns.el (query-dns): Resolve reverse addresses.
20707
20708 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20709
20710 * gnus-group.el (gnus-group-get-new-news): Use it.
20711
20712 * gnus-start.el (gnus-check-reasonable-setup): New function.
20713
20714 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
20715
20716 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20717 "Args out of range" error. Reported by Arnaud Giersch
20718 <arnaud.giersch@free.fr>.
20719
20720 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
20721
20722 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20723
20724 2004-11-04 Richard M. Stallman <rms@gnu.org>
20725
20726 * spam.el (spam group): Add :version.
20727
20728 * pgg-def.el (pgg group): Add :version.
20729
20730 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
20731
20732 * gnus-art.el (gnus-article-edit-article): Don't associate the
20733 article buffer with a draft file. This is a temporary measure
20734 against the 2004-08-22 change to gnus-article-edit-mode.
20735
20736 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
20737
20738 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20739 (html2text-format-tags): Remove unused variable `attr'.
20740
20741 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
20742
20743 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20744
20745 * spam-stat.el (spam-stat): Add :version.
20746
20747 * sieve.el (sieve): Add :version.
20748
20749 * sha1.el (sha1): Add :version.
20750 (sha1-use-external): Remove redundant version.
20751
20752 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20753 (nnmail-cache-ignore-groups, nnmail-spool-hook)
20754 (nnmail-split-fancy-match-partial-words)
20755 (nnmail-split-lowercase-expanded): Add :version.
20756
20757 * nndiary.el (nndiary): Add :version.
20758
20759 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20760
20761 * mml-sec.el (mml-default-sign-method)
20762 (mml-default-encrypt-method, mml-signencrypt-style-alist):
20763 Add :version.
20764
20765 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20766
20767 * mm-url.el (mm-url-use-external, mm-url-program)
20768 (mm-url-arguments): Add :version.
20769
20770 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20771 (mm-attachment-file-modes, mm-decrypt-option)
20772 (mm-w3m-safe-url-regexp): Add :version.
20773
20774 * message.el (message-cite-prefix-regexp)
20775 (message-sendmail-envelope-from, message-minibuffer-local-map)
20776 (message-user-fqdn, message-completion-alist): Add :version.
20777
20778 * gnus-win.el (gnus-configure-windows-hook)
20779 (gnus-use-frames-on-any-display): Add :version.
20780
20781 * gnus-art.el (gnus-article-address-banner-alist)
20782 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20783 (gnus-treat-from-picon, gnus-treat-mail-picon)
20784 (gnus-treat-x-pgp-sig): Add :version.
20785
20786 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20787 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20788 (gnus-summary-article-delete-hook)
20789 (gnus-summary-display-while-building): Add :version.
20790
20791 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20792 (gnus-get-top-new-news-hook): Add :version.
20793
20794 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20795 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20796
20797 * gnus-registry.el (gnus-registry): Add :version.
20798
20799 * gnus-spec.el (gnus-use-correct-string-widths)
20800 (gnus-make-format-preserve-properties): Add :version.
20801
20802 * gnus.el (gnus-group-charter-alist)
20803 (gnus-group-fetch-control-use-browse-url)
20804 (gnus-install-group-spam-parameters): Add :version.
20805
20806 * gnus-diary.el (gnus-diary): Add :version.
20807
20808 * gnus-delay.el (gnus-delay): Add :version.
20809
20810 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20811 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20812 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20813 Add :version.
20814
20815 * gnus-agent.el (gnus-agent-max-fetch-size)
20816 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20817 (gnus-agent-prompt-send-queue): Add :version.
20818
20819 * deuglify.el (gnus-outlook-deuglify): Add :version.
20820
20821 * html2text.el: Beautify code. Improve doc strings.
20822 Some checkdoc cleanup.
20823 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20824
20825 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
20826
20827 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20828
20829 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
20830
20831 * gnus-registry.el (gnus-registry-hashtb): Create the registry
20832 when package is loaded.
20833
20834 * spam.el (spam-summary-score-preferred-header): Add global preference
20835 for people who want to override the default SpamAssassin over
20836 Bogofilter preference (when both are set).
20837 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20838 (spam-user-format-function-S):
20839 Check spam-summary-score-preferred-header.
20840 (spam-extra-header-to-number): Add X-Bogosity header parsing.
20841 (spam-user-format-function-S): Format the score correctly.
20842
20843 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
20844
20845 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20846 signature file. Suggested by Manoj Srivastava
20847 <srivasta@golden-gryphon.com>.
20848
20849 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20850 iso-2022-jp even in the Japanese language environment.
20851 Suggested by Jason Rumney <jasonr@gnu.org>.
20852
20853 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
20854
20855 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20856 use the same characters as the dummy marks; make it free from
20857 getting affected by the language environment.
20858 (gnus-summary-read-group-1): Update mark positions only when the
20859 format spec is updated.
20860
20861 * gnus-spec.el (gnus-update-format-specifications): Return a list
20862 of updated types.
20863
20864 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
20865
20866 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20867 of boundp to check if display-warning is available.
20868
20869 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
20870
20871 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20872
20873 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
20874
20875 * nnspool.el (nnspool-spool-directory): Use news-path if the
20876 news-directory variable is not bound.
20877
20878 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20879 function instead of display-warning if it is not available.
20880
20881 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
20882
20883 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20884 v5-10: Use `point-at-bol'.
20885
20886 2004-10-26 Simon Josefsson <jas@extundo.com>
20887
20888 * hashcash.el: Fix URL in comment, reported by Cheng Gao
20889 <chenggao@gmail.com>.
20890
20891 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
20892
20893 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
20894 instead.
20895
20896 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
20897
20898 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20899 to remove a server from the nnimap-server-buffer-alist.
20900 (nnimap-open-connection, nnimap-close-server): Use it.
20901
20902 * gnus-encrypt.el: Remove file in favor of encrypt.el.
20903
20904 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
20905
20906 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20907 running the major-mode function.
20908
20909 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
20910
20911 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20912 dummy marks in the right way.
20913
20914 2004-10-18 David Edmondson <dme@dme.org>
20915
20916 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20917 excessively.
20918
20919 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
20920
20921 * gnus-util.el (gnus-split-references): Accept a nil references
20922 string and go on blissfully.
20923
20924 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20925 cases where the references string is non-nil but has no references.
20926
20927 * encrypt.el: Add autoload tags.
20928
20929 * spam.el (spam-resolve-registrations-routine): Remove article
20930 from unregistration list too. Reported by David Hanak
20931 <dhanak@isis.vanderbilt.edu>
20932
20933 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
20934
20935 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20936 nil. Change custom type.
20937
20938 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
20939
20940 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20941
20942 * gnus-sum.el (gnus-summary-move-article): Use it.
20943
20944 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
20945
20946 * encrypt.el: Add autoload cookies.
20947
20948 * spam.el (spam-backend-article-list-property)
20949 (spam-backend-get-article-todo-list)
20950 (spam-backend-put-article-todo-list)
20951 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20952 Resolve registrations separately.
20953 (spam-register-routine): Format comments.
20954 (spam-unregister-routine, spam-register-routine): Always call with
20955 specific-articles, no default list.
20956 (spam-summary-prepare-exit): Use the spam-classifications function.
20957
20958 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20959 gnus-encrypt.el.
20960
20961 * encrypt.el: Copied from gnus-encrypt.el.
20962
20963 * gnus-encrypt.el: Commented that it's obsolete.
20964
20965 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
20966
20967 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20968 (gnus-score-save): Use it.
20969
20970 * message.el (message-bury): Use `window-dedicated-p'.
20971
20972 2004-10-15 Simon Josefsson <jas@extundo.com>
20973
20974 * pop3.el (top-level): Don't require nnheader.
20975 (pop3-read-timeout): Add.
20976 (pop3-accept-process-output): Add.
20977 (pop3-read-response, pop3-retr): Use it.
20978
20979 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
20980
20981 * spam.el (spam-register-routine): Move comment.
20982 (spam-verify-bogofilter): Use 'unknown for the initial
20983 spam-bogofilter-valid state, not 'never.
20984
20985 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20986 for netrc-machine.
20987
20988 * nnimap.el (nnimap-open-connection):
20989 Use netrc-machine-user-or-password.
20990
20991 2004-10-17 Richard M. Stallman <rms@gnu.org>
20992
20993 * gnus-registry.el (gnus-registry-unload-hook):
20994 Set as a variable with add-hook.
20995
20996 * nnspool.el (nnspool-spool-directory): Use news-directory instead
20997 of news-path.
20998
20999 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21000
21001 * spam.el: Delete duplicate `provide'.
21002 (spam-unload-hook): Set as a variable with add-hook.
21003
21004 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21005
21006 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21007 in the doc string.
21008
21009 * message.el (message-ignored-news-headers)
21010 (message-ignored-supersedes-headers)
21011 (message-ignored-resent-headers)
21012 (message-forward-ignored-headers): Improve custom type.
21013
21014 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
21015
21016 * message.el (message-tokenize-header): Fix 2004-09-06 change
21017 which used point-min in the wrong place.
21018
21019 2004-10-12 Simon Josefsson <jas@extundo.com>
21020
21021 * tls.el (tls-certtool-program): New variable.
21022 (tls-certificate-information): New function, based on
21023 ssl-certificate-information.
21024
21025 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
21026
21027 * compface.el: Move the version of ELisp-based uncompface program
21028 to the contrib directory because of the copyright problem.
21029
21030 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
21031
21032 * message.el (message-kill-buffer): Raise the current frame.
21033
21034 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
21035
21036 * gnus-sum.el: Mention that multibyte characters don't work as marks.
21037
21038 * gnus.el (message-y-or-n-p): Autoload.
21039
21040 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21041 (pop3-password-required, pop3-authentication-scheme)
21042 (pop3-leave-mail-on-server): Make customizable.
21043 (pop3): New custom group.
21044 (pop3-retr): Remove `sleep-for' statements.
21045 Suggested by Dave Love <fx@gnu.org>.
21046
21047 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21048 Windows/DOS.
21049
21050 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21051 (imap-parse-body): Fix incorrect use of `assert'.
21052 Suggested by Dave Love <fx@gnu.org>.
21053
21054 * mml.el (mml-minibuffer-read-disposition): Require match.
21055 Suggested by Dave Love <fx@gnu.org>.
21056
21057 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
21058
21059 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
21060 doc string.
21061
21062 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
21063
21064 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21065
21066 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21067
21068 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21069 instead of calling `mm-insert-inline', to decode text/* parts
21070 before displaying them.
21071
21072 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
21073
21074 * mm-uu.el (mm-uu-text-plain-type): New variable.
21075 (mm-uu-pgp-signed-extract-1): Use it.
21076 (mm-uu-pgp-encrypted-extract-1): Use it.
21077 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21078 bind mm-uu-text-plain-type with that value.
21079 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21080 mm-uu-dissect.
21081
21082 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21083
21084 * gnus-group.el (gnus-update-group-mark-positions):
21085 * gnus-sum.el (gnus-update-summary-mark-positions):
21086 * message.el (message-check-news-body-syntax):
21087 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21088 of string-as-multibyte.
21089
21090 2004-10-05 Juri Linkov <juri@jurta.org>
21091
21092 * gnus-group.el (gnus-update-group-mark-positions):
21093 * gnus-sum.el (gnus-update-summary-mark-positions):
21094 * message.el (message-check-news-body-syntax):
21095 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21096 8-bit unibyte values to a multibyte string for search functions.
21097
21098 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21099
21100 * mm-uu.el (mm-uu-dissect): Allow optional arg.
21101 (mm-uu-dissect-text-parts): New function.
21102
21103 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21104 dissect text parts.
21105
21106 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21107 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21108
21109 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21110
21111 * gnus-topic.el (gnus-topic-hierarchical-parameters):
21112 Use gnus-current-topics instead of gnus-current-topic.
21113
21114 2004-10-06 Jesper Harder <harder@ifa.au.dk>
21115
21116 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21117
21118 2004-10-05 Jesper Harder <harder@ifa.au.dk>
21119
21120 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21121 where appropriate.
21122
21123 * nnml.el (nnml-generate-active-info): do.
21124
21125 * nndiary.el (nndiary-generate-active-info): do.
21126
21127 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21128 (gnus-topic-move): do.
21129
21130 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21131 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21132
21133 * gnus-srvr.el (gnus-server-prepare)
21134 (gnus-server-open-all-servers): do.
21135
21136 * gnus-msg.el (gnus-summary-cancel-article)
21137 (gnus-summary-resend-message)
21138 (gnus-summary-mail-crosspost-complaint): do.
21139
21140 * gnus-move.el (gnus-change-server): do.
21141
21142 * gnus-group.el (gnus-group-unmark-all-groups)
21143 (gnus-group-set-current-level): do.
21144
21145 2004-10-04 Simon Josefsson <jas@extundo.com>
21146
21147 * message.el (message-generate-hashcash): Doc fix.
21148
21149 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
21150
21151 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21152 avoid infinite recursion via gnus-get-function.
21153
21154 2004-10-02 Jesper Harder <harder@ifa.au.dk>
21155
21156 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21157
21158 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21159
21160 * nnmail.el (nnmail-split-history): do.
21161
21162 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21163 (nnml-request-delete-group): do.
21164
21165 * nnslashdot.el (nnslashdot-read-groups): do.
21166
21167 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21168 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21169
21170 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21171 (nnspool-sift-nov-with-sed): Use last.
21172 (nnspool-retrieve-headers-with-nov): Use mapc.
21173 (nnspool-request-newgroups): Use dolist.
21174 (nnspool-request-group): Use last.
21175
21176 * nntp.el (nntp-read-server-type): Use dolist.
21177
21178 * nnvirtual.el (nnvirtual-create-mapping)
21179 (nnvirtual-update-read-and-marked): Use dolist.
21180 (nnvirtual-convert-headers): Simplify.
21181
21182 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
21183
21184 * gnus-agent.el (gnus-agent-synchronize-group-flags):
21185 Add support for sync'ing tick marks.
21186
21187 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
21188
21189 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21190 there's no visible header.
21191
21192 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
21193
21194 * gnus-agent.el (gnus-agent-synchronize-group-flags):
21195 When necessary, pass full group name to gnus-request-set-marks.
21196
21197 2004-10-01 Simon Josefsson <jas@extundo.com>
21198
21199 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
21200 acroread.
21201
21202 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21203
21204 * spam-report.el (spam-report-gmane): Fix interactive.
21205
21206 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21207
21208 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21209 when writing file.
21210 (gnus-agent-synchronize-flags): Don't default to being
21211 interactive.
21212
21213 2004-09-30 Simon Josefsson <jas@extundo.com>
21214
21215 * message.el (message-generate-hashcash): Add.
21216 (message-send-mail): Use it, call mail-add-payment.
21217
21218 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
21219
21220 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21221
21222 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
21223
21224 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21225 gnus-request-update-info with explicit code to sync the in-memory
21226 info read flags with the marks being sync'd to the backend.
21227
21228 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21229
21230 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
21231
21232 * spam.el (spam-verify-bogofilter): Add new function.
21233 (spam-check-bogofilter)
21234 (spam-bogofilter-register-with-bogofilter): Use it.
21235 (spam-verify-bogofilter): Add small fixes.
21236
21237 2004-09-28 Simon Josefsson <jas@extundo.com>
21238
21239 * hashcash.el (hashcash-generate-payment): Revert.
21240
21241 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
21242
21243 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21244 Use gnus-extract-references instead of gnus-split-references.
21245
21246 * gnus-util.el (gnus-extract-references): Add new function, analogous
21247 to gnus-split-references but extracts only the message-ID without
21248 anything extra.
21249
21250 * hashcash.el (hashcash-generate-payment)
21251 (hashcash-check-payment): Do the right thing if hashcash-path is
21252 nil (because the hashcash program could not be found).
21253
21254 * spam.el (spam-use-hashcash): Remove comment.
21255
21256 2004-09-27 Jesper Harder <harder@ifa.au.dk>
21257
21258 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21259 (gnus-cache-enter-article, gnus-cache-remove-article)
21260 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21261
21262 * gnus-async.el (gnus-async-prefetch-remove-group): do.
21263
21264 * gnus-art.el (article-hide-boring-headers)
21265 (article-translate-strings, article-display-face)
21266 (gnus-article-mime-match-handle-first)
21267 (gnus-article-highlight-headers)
21268 (gnus-article-add-buttons-to-head): do.
21269
21270 2004-09-27 Simon Josefsson <jas@extundo.com>
21271
21272 * hashcash.el: New version, from
21273 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
21274 ../contrib/.
21275
21276 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
21277
21278 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21279
21280 2004-09-26 Jesper Harder <harder@ifa.au.dk>
21281
21282 * gnus-dup.el (gnus-dup-open): Use mapc.
21283 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21284
21285 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21286 Reported by Stefan Wiens <s.wi@gmx.net>.
21287
21288 * gnus.el (gnus-shutdown): Use dolist.
21289
21290 * gnus-undo.el (gnus-undo): Use mapc.
21291
21292 * nnrss.el (nnrss-generate-active): do.
21293
21294 * message.el (message-cite-original-without-signature)
21295 (message-cite-original): Use mapc.
21296 (message-do-actions, message-make-forward-subject): Use dolist.
21297
21298 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21299
21300 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21301 deletion to remove entire duplicate line. Fixes merged article
21302 number bug.
21303
21304 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21305
21306 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21307 servers that are offline. Avoids having gnus-agent-toggle-plugged
21308 first ask if you want to open a server and then, even when you
21309 responded with no, asking if you want to synchronize the server's
21310 flags.
21311 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21312 multi-line expressions.
21313 (gnus-agent-synchronize-group-flags): New internal function.
21314 Updates marks in memory (in the info structure) AND in the
21315 backend.
21316
21317 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21318
21319 * nnagent.el (nnagent-request-set-mark):
21320 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21321 method, to ensure that synchronization updates marks in the
21322 backend and in the info (in memory) structure.
21323
21324 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
21325
21326 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21327 convention fully; don't miss the root article of a thread; make
21328 the X-Draft-From header with correct article numbers.
21329
21330 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
21331
21332 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21333 unless plugged. Disable the agent so that an open failure causes
21334 an error.
21335
21336 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21337 Revert 2004-09-21 change. The backend must be opened while
21338 synchronizing flags even when the backend stores the flags
21339 locally.
21340
21341 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
21342
21343 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21344 in `header' match. Reported by Svend Tollak Munkejord.
21345
21346 * message.el (message-cite-original): Fix use of
21347 `message-cite-articles-with-x-no-archive'.
21348
21349 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
21350
21351 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21352 (gnus-window-to-buffer): Ditto.
21353
21354 * mml.el (mml-preview-buffer): New variable.
21355 (mml-preview): Manage window layout with gnus-buffer-configuration.
21356
21357 * gnus-msg.el (gnus-setup-message): Put article numbers into the
21358 X-Draft-From header even if those articles aren't quoted.
21359
21360 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
21361
21362 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21363 (gnus-request-set-mark, gnus-request-update-mark): Use new
21364 g-s-t-u-l-m to decide to use backend even when unplugged.
21365
21366 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
21367
21368 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21369 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
21370
21371 2004-09-20 Simon Josefsson <jas@extundo.com>
21372
21373 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21374 "utf-16-le".
21375
21376 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
21377
21378 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21379
21380 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
21381
21382 * uudecode.el (uudecode-use-external): Add :version.
21383
21384 * smime.el (smime-CA-file, smime-encrypt-cipher)
21385 (smime-dns-server): Add :version.
21386
21387 * smiley.el (gnus-smiley-file-types): Add :version.
21388
21389 * sha1.el (sha1-use-external): Add :version.
21390
21391 * pgg-def.el (pgg-query-keyserver): Add :version.
21392
21393 * nnmail.el (nnmail-fancy-expiry-targets)
21394 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21395 Add :version.
21396
21397 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21398 (nnimap-retrieve-groups-asynchronous): Add :version.
21399 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
21400
21401 * mml.el (mml-content-disposition-parameters)
21402 (mml-insert-mime-headers-always): Add :version.
21403
21404 * mm-util.el (mm-coding-system-priorities): Add :version.
21405
21406 * mm-decode.el (mm-inline-text-html-with-images)
21407 (mm-keep-viewer-alive-types, mm-external-terminal-program)
21408 (mm-verify-option): Add :version.
21409 (mm-text-html-renderer): Change :version.
21410
21411 * message.el (message-fcc-externalize-attachments)
21412 (message-required-headers, message-draft-headers)
21413 (message-subject-trailing-was-query)
21414 (message-subject-trailing-was-ask-regexp)
21415 (message-subject-trailing-was-regexp, message-mark-insert-begin)
21416 (message-mark-insert-end, message-archive-header)
21417 (message-archive-note, message-cross-post-default)
21418 (message-cross-post-note, message-followup-to-note)
21419 (message-cross-post-note-function, message-use-mail-followup-to)
21420 (message-subscribed-address-functions)
21421 (message-subscribed-address-file, message-subscribed-addresses)
21422 (message-subscribed-regexps, message-allow-no-recipients)
21423 (message-yank-cited-prefix, message-signature-insert-empty-line)
21424 (message-hidden-headers, message-hierarchical-addresses)
21425 (message-mail-user-agent, message-use-idna)
21426 (message-valid-fqdn-regexp)
21427 (message-strip-special-text-properties, message-header-synonyms)
21428 (message-beginning-of-line, message-tab-body-function): Add :version.
21429 (message-insert-canlock, message-wide-reply-confirm-recipients):
21430 Change :version.
21431
21432 * mail-source.el (mail-source-ignore-errors): Add :group, :type
21433 and :version.
21434 (mail-source-delete-old-incoming-confirm)
21435 (mail-source-movemail-program): Add :version.
21436
21437 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21438 (gnus-agent-cache, gnus-agent): Change :version.
21439
21440 * gnus-util.el (gnus-use-byte-compile): Change :version.
21441
21442 * gnus-sum.el (gnus-summary-make-false-root-always)
21443 (gnus-summary-default-high-score)
21444 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21445 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21446 (gnus-read-all-available-headers, gnus-article-emulate-mime)
21447 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21448 (gnus-sum-thread-tree-single-indent)
21449 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21450 (gnus-sum-thread-tree-leaf-with-other)
21451 (gnus-sum-thread-tree-single-leaf): Add :version.
21452 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21453 (gnus-article-loose-mime): Change :version.
21454
21455 * gnus-start.el (gnus-backup-startup-file)
21456 (gnus-save-startup-file-via-temp-buffer): Add :version.
21457
21458 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21459 (gnus-server-offline-face): Add :version.
21460
21461 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21462
21463 * gnus-msg.el (gnus-gcc-externalize-attachments)
21464 (gnus-debug-files, gnus-debug-exclude-variables)
21465 (gnus-discouraged-post-methods): Change :version.
21466 (gnus-confirm-mail-reply-to-news)
21467 (gnus-confirm-treat-mail-like-news): Add :version.
21468
21469 * gnus-int.el (gnus-server-unopen-status): Add :version.
21470
21471 * gnus-group.el (gnus-group-jump-to-group-prompt)
21472 (gnus-large-ephemeral-newsgroup)
21473 (gnus-fetch-old-ephemeral-headers): Add :version.
21474
21475 * gnus-fun.el (gnus-x-face-directory)
21476 (gnus-convert-pbm-to-x-face-command)
21477 (gnus-convert-image-to-x-face-command)
21478 (gnus-convert-image-to-face-command): Add :version.
21479
21480 * gnus-delay.el (gnus-delay-default-hour): Add :version.
21481
21482 * gnus-cite.el (gnus-cite-blank-line-after-header)
21483 (gnus-article-boring-faces): Add :version.
21484
21485 * gnus-art.el (gnus-buttonized-mime-types)
21486 (gnus-inhibit-mime-unbuttonizing)
21487 (gnus-treat-display-face)
21488 (gnus-treat-body-boundary): Change :version.
21489 (gnus-body-boundary-delimiter, gnus-picon-databases)
21490 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21491 (gnus-treat-date-english, gnus-treat-fold-headers)
21492 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21493 (gnus-treat-mail-picon, gnus-treat-wash-html)
21494 (gnus-article-encrypt-protocol)
21495 (gnus-use-idna, gnus-article-over-scroll)
21496 (gnus-mime-display-multipart-alternative-as-mixed)
21497 (gnus-mime-display-multipart-related-as-mixed)
21498 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21499 (gnus-ctan-url, gnus-button-ctan-handler)
21500 (gnus-button-handle-ctan-bogus-regexp)
21501 (gnus-button-ctan-directory-regexp)
21502 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21503 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21504 (gnus-button-man-level, gnus-button-emacs-level)
21505 (gnus-button-message-level, gnus-button-browse-level): Add :version.
21506
21507 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21508 (gnus-agent-go-online): Change :version.
21509 (gnus-agent-expire-unagentized-dirs)
21510 (gnus-agent-auto-agentize-methods): Add :version.
21511
21512 * flow-fill.el (fill-flowed-display-column)
21513 (fill-flowed-encode-column): Add :version.
21514
21515 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21516 (gnus-outlook-deuglify-unwrap-max)
21517 (gnus-outlook-deuglify-cite-marks)
21518 (gnus-outlook-deuglify-unwrap-stop-chars)
21519 (gnus-outlook-deuglify-no-wrap-chars)
21520 (gnus-outlook-deuglify-attrib-cut-regexp)
21521 (gnus-outlook-deuglify-attrib-verb-regexp)
21522 (gnus-outlook-deuglify-attrib-end-regexp)
21523 (gnus-outlook-display-hook): Add :version.
21524
21525 * binhex.el (binhex-use-external): Add :version.
21526
21527 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
21528
21529 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21530 and `invisible'.
21531
21532 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
21533
21534 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21535 in gnus-registry-trim.
21536
21537 2004-09-13 Simon Josefsson <jas@extundo.com>
21538
21539 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21540
21541 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21542
21543 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21544 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21545 <yamaoka@jpl.org>.
21546 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21547 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21548 <yamaoka@jpl.org>.
21549
21550 * sieve.el (sieve-manage-mode): Ditto.
21551
21552 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
21553
21554 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21555
21556 2004-09-11 Simon Josefsson <jas@extundo.com>
21557
21558 * dns-mode.el: Add.
21559
21560 * mm-view.el (mm-display-dns-inline): Add.
21561
21562 * mm-decode.el (mm-inline-media-tests): Add text/dns.
21563 (mm-automatic-display): Ditto.
21564
21565 * mailcap.el (mailcap-mime-data): Add text/dns.
21566 (mailcap-mime-extensions): Map .soa to text/dns.
21567
21568 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
21569
21570 * gnus-art.el (article-decode-mime-words, article-babel)
21571 (gnus-article-highlight-signature, gnus-article-add-buttons)
21572 (gnus-signature-toggle): Remove unnecessary bindings of
21573 `inhibit-read-only' inherited from v5.10 merge.
21574
21575 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
21576
21577 * nntp.el (nntp): New customization group.
21578 (nntp-authinfo-file): Add customization group.
21579
21580 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21581
21582 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21583
21584 * gnus.el (to-address, to-list, subscribed)
21585 (large-newsgroup-initial): Ditto.
21586
21587 * flow-fill.el (fill-flowed-display-column)
21588 (fill-flowed-encode-column): Ditto.
21589
21590 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21591
21592 * message.el (message-tokenize-header, message-send-mail-with-qmail):
21593 Use point-min rather than 1.
21594 (message-send-mail): Use buffer-size rather than point-max.
21595
21596 * gnus-sum.el (gnus-summary-search-article-forward):
21597 Signal a specific `search-failed' rather than a generic `error'.
21598
21599 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21600 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21601 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21602
21603 2004-09-10 Simon Josefsson <jas@extundo.com>
21604
21605 * nndb.el (require): Remove tcp and duplicate cl.
21606
21607 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
21608
21609 * gnus-agent.el (directory-files-and-attributes): Move forward.
21610
21611 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
21612
21613 * gnus-agent.el (directory-files-and-attributes):
21614 Optionally defined to support XEmacs.
21615
21616 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
21617
21618 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21619 to avoid run-time CL dependencies.
21620 (gnus-agent-unfetch-articles): New function.
21621 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21622 article numbers even when local .overview file is missing.
21623 (gnus-agent-read-article-number): New function. Only accepts
21624 27-bit article numbers.
21625 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21626 Use gnus-agent-read-article-number.
21627 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21628 from backend while recognizing that article numbers in .overview
21629 must be valid.
21630 (gnus-agent-update-files-total-fetched-for):
21631 Use directory-files-and-attributes to improve performance.
21632 * gnus-int.el (gnus-request-move-article):
21633 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21634 improve performance.
21635
21636 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21637 some users confused by references to .newsrc when they only have a
21638 .newsrc.eld file.
21639 (gnus-convert-mark-converter-prompt)
21640 (gnus-convert-converter-needs-prompt): Fix use of property list.
21641 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21642 New function. Used internally to only display 'gnus converting
21643 files' message when actually necessary.
21644
21645 * gnus-sum.el (): Remove (require 'gnus-agent) as required
21646 methods now autoloaded.
21647
21648 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
21649
21650 * gnus-sum.el (gnus-summary-insert-subject): Remove list
21651 identifiers.
21652
21653 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
21654
21655 * gnus-picon.el: Fix indentation and closing parenthesis.
21656
21657 2004-09-01 Simon Josefsson <jas@extundo.com>
21658
21659 * message.el (message-canlock-generate): Require sha1, not
21660 sha1-el. (Can we get rid of this require altogether? It is ugly
21661 to require within a function. Sadly, if sha1.el isn't loaded, the
21662 let binding in m-c-g will hide the defcustom definition, which is
21663 bad.)
21664
21665 * canlock.el: Require sha1, not sha1-el.
21666
21667 * message.el: Don't autoload sha1 (there is a autoload cookie in
21668 sha1.el).
21669
21670 * sha1-el.el: Rename to sha1.el.
21671
21672 2004-08-30 Juanma Barranquero <lektu@terra.es>
21673
21674 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21675
21676 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
21677
21678 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21679
21680 2004-08-30 Kim F. Storm <storm@cua.dk>
21681
21682 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21683
21684 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21685 Add :group 'nnimap.
21686
21687 2004-08-30 Andreas Schwab <schwab@suse.de>
21688
21689 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21690 ?* and ?\;.
21691
21692 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21693 and ?\' to symbol instead of whitespace.
21694
21695 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
21696
21697 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21698
21699 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21700 instead of re-search-forward.
21701
21702 * gnus-uu.el (gnus-uu-save-article): Ditto.
21703 (gnus-uu-post-encode-uuencode): Ditto.
21704
21705 * html2text.el (html2text-clean-list-items): Ditto.
21706 (html2text-clean-dtdd): Ditto.
21707 (html2text-format-tags): Ditto.
21708
21709 * message.el (message-send-mail-with-sendmail): Fix regexp.
21710 (message-fill-field-general): Use search-forward instead of
21711 re-search-forward.
21712 (unbold-region): Ditto.
21713
21714 * nnrss.el (nnrss-request-article): Ditto.
21715
21716 * nnslashdot.el (nnslashdot-request-article): Ditto.
21717
21718 * nnweb.el (nnweb-gmane-wash-article): Ditto.
21719
21720 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21721 "Unrecognized menu descriptor" error in XEmacs.
21722
21723 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
21724
21725 * gnus-sum.el (gnus-read-header): Don't remove a header for the
21726 parent article of a sparse article in the thread hashtb.
21727
21728 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
21729
21730 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21731 (nnmail-expand-newtext): Lowercase expanded entries if
21732 nnmail-split-lowercase-expanded is non-nil.
21733
21734 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
21735
21736 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21737
21738 * gnus-group.el (gnus-group-line-format-alist): Convert the value
21739 of gnus-tmp-news-method into string under XEmacs. It will be
21740 passed to gnus-correct-length which takes only a string argument.
21741
21742 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
21743
21744 * gnus-util.el (gnus-bind-print-variables): New macro.
21745 (gnus-prin1): Use it.
21746 (gnus-prin1-to-string): Use it.
21747 (gnus-pp): New function.
21748 (gnus-pp-to-string): New function.
21749
21750 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21751 Replace pp-to-string with gnus-pp-to-string.
21752 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21753 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21754 * gnus-msg.el (gnus-debug): Ditto.
21755 * gnus-score.el (gnus-score-save): Ditto.
21756 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21757 gnus-pp-to-string.
21758 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21759 with gnus-pp.
21760 * score-mode.el (gnus-score-pretty-print): Ditto.
21761 * webmail.el (webmail-debug): Ditto.
21762
21763 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
21764
21765 * gnus-art.el (article-display-face, article-display-x-face):
21766 Use buffer-read-only.
21767
21768 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
21769
21770 * gnus-art.el (article-hide-list-identifiers):
21771 Bind inhibit-read-only as t.
21772
21773 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
21774
21775 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21776
21777 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21778
21779 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21780 (gnus-narrow-to-page): Don't assume point-min == 1.
21781 (gnus-article-edit-mode): Derive from message-mode.
21782
21783 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21784 point-min == 1.
21785
21786 * imap.el (imap-parse-address-list, imap-parse-body-ext):
21787 Disable incorrect use of `assert'.
21788
21789 * message.el (message-mode): Set comment-start-skip.
21790
21791 2004-08-22 Sam Steingold <sds@gnu.org>
21792
21793 * pop3.el (pop3-leave-mail-on-server): New user variable.
21794 (pop3-movemail): Delete mail only when it is nil.
21795
21796 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
21797
21798 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21799
21800 * mml.el (mml-preview): Use `pop-to-buffer'.
21801
21802 * message.el (message-goto-mail-followup-to): Insert after "To".
21803 (message-carefully-insert-headers): Add comment.
21804
21805 * gnus.el: Remove unused variable `gnus-article-check-size'.
21806
21807 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21808
21809 * gnus-art.el (gnus-button-alist):
21810 Improve `gnus-button-handle-library' entry.
21811
21812 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
21813
21814 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21815 Use downcase, since XEmacs capitalizes error messages differently.
21816
21817 2004-08-18 Jesper Harder <harder@ifa.au.dk>
21818
21819 * nntp.el: Add (require 'gnus) due to reference to
21820 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
21821
21822 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
21823
21824 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21825 Bind `mm-fill-flowed'.
21826
21827 * mm-decode.el (mm-dissect-singlepart): Check it.
21828
21829 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
21830
21831 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21832 'imap' for netrc parsing.
21833
21834 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
21835
21836 * mailcap.el (mailcap-mime-data): Mark as risky.
21837
21838 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
21839
21840 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21841 may be included in the encoded word.
21842 (rfc2047-encode): Don't append a space if the encoded word
21843 includes close parenthesis.
21844
21845 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
21846
21847 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21848 of text within parentheses.
21849
21850 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
21851
21852 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21853 (gnus-encrypt-write-file-contents): Make the password key the file
21854 name PLUS the cipher, not just the cipher. Also remove failed
21855 passwords from the cache.
21856
21857 2004-08-06 Simon Josefsson <jas@extundo.com>
21858
21859 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21860 Doc fix.
21861
21862 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
21863
21864 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21865 LWSP.
21866
21867 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
21868
21869 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21870 Try to append in-reply-to: data to the references: header.
21871
21872 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21873 (netrc-parse): Use gnus-encrypt.el functions.
21874
21875 * gnus-encrypt.el: Add new file for encryption support; currently
21876 does only a few GPG ciphers and an internal XOR cipher.
21877
21878 * password.el: Add comments on using password-read-and-add.
21879 (password-read-and-add): Add function to read and add the
21880 password to the cache at once.
21881
21882 2004-07-28 Simon Josefsson <jas@extundo.com>
21883
21884 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21885 parameter (but don't use it, for now).
21886
21887 * imap.el (imap-ssl-open): Use imap-process-connection-type,
21888 instead of hard coding to nil.
21889
21890 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
21891
21892 * mm-view.el (mm-inline-image-emacs): Open lines under an image
21893 as mm-inline-image-xemacs does.
21894
21895 2004-07-26 Simon Josefsson <jas@extundo.com>
21896
21897 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21898 Revert part of 2004-07-17 change below.
21899
21900 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
21901
21902 * rfc2047.el (rfc2047-encode-region): Don't infloop.
21903 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21904
21905 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
21906
21907 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21908 quotes that actually start with ">" at the beginning of the
21909 lines.
21910
21911 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
21912
21913 * rfc2047.el (rfc2047-encode-region): Fix last change.
21914 (rfc2047-encode-parameter): Remove useless concat.
21915
21916 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
21917
21918 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21919 encode special characters; fix some kind of misconfigured headers;
21920 signal a real error if debug-on-quit or debug-on-error is non-nil.
21921 (rfc2047-encode-max-chars): New variable.
21922 (rfc2047-encode-1): Use it.
21923 (rfc2047-encode-parameter): New function.
21924
21925 * mml.el (mml-insert-parameter): Remove an excessive space.
21926
21927 2004-07-17 Simon Josefsson <jas@extundo.com>
21928
21929 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21930 Kai Grossjohann <kai@emptydomain.de>.
21931 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21932 (gnus-group-make-menu-bar): Ditto.
21933
21934 * gnus-util.el (gnus-group-server): Add.
21935
21936 2004-07-16 Jesper Harder <harder@ifa.au.dk>
21937
21938 * message.el (message-clone-locals): Clone sendmail and smtp
21939 variables.
21940
21941 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
21942
21943 * rfc2047.el (rfc2047-encode-region): Fix last change.
21944
21945 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
21946
21947 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21948 characters as non-special.
21949
21950 2004-07-09 Simon Josefsson <jas@extundo.com>
21951
21952 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21953 Users will lose all flag changes made while unplugged with
21954 e.g. nntp unless flag synchronization happens, thus `nil' is not a
21955 good default. See numerous reports on ding mailing list.
21956
21957 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
21958
21959 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21960 add generate-head-function and generate-article-function to the
21961 rfc822-forward entry.
21962 (nndoc-rfc822-forward-generate-article): New function.
21963 (nndoc-rfc822-forward-generate-head): New function.
21964
21965 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21966
21967 2004-07-06 Dan Christensen <jdc@uwo.ca>
21968
21969 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21970 respect display group parameter and gnus-summary-expunge-below.
21971 (gnus-articles-to-read): Remove unused reference to display group
21972 parameter.
21973
21974 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21975
21976 * nnheader.el (nnheader-uniquify-message-id): New experimental
21977 variable.
21978 (nnheader-nov-read-message-id): Use it.
21979
21980 * spam-report.el (spam-report-gmane): Add interactive.
21981
21982 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
21983
21984 * mm-encode.el (mm-content-transfer-encoding-defaults):
21985 Use qp-or-base64 for the application/* types.
21986
21987 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
21988
21989 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21990
21991 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
21992
21993 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21994 trim value.
21995
21996 2004-01-25 Paul Jarc <prj@po.cwru.edu>
21997
21998 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21999 New macro and function.
22000 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22001
22002 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22003
22004 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22005 after-load-alist.
22006
22007 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22008
22009 * gnus-group.el (gnus-group-get-new-news-this-group):
22010 Don't update info that isn't there.
22011
22012 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
22013
22014 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22015 entry.
22016
22017 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22018
22019 * mm-view.el (mm-inline-render-with-function): Use multibyte
22020 buffer; decode html source by charset.
22021
22022 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22023
22024 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22025 Mule-UCS is loaded under XEmacs.
22026 (mm-mime-mule-charset-alist): Avoid duplicated entries.
22027
22028 2004-06-28 Jesper Harder <harder@ifa.au.dk>
22029
22030 * nnheader.el (nnheader-max-head-length): Increase to 8192.
22031
22032 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
22033
22034 * mm-util.el (mm-coding-system-p): Return a coding-system.
22035 (mm-mime-mule-charset-alist): Use shift_jis instead of
22036 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22037 entries for the mime charsets iso-2022-jp-3 and shift_jis.
22038 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22039 instead of japanese-shift-jis and iso-latin-1 respectively in
22040 order to share the default value with both Emacs and XEmacs-mule.
22041 (mm-mule-charset-to-mime-charset):
22042 Make mm-coding-system-priorities effective.
22043 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22044 while predicating of candidates upon the priorities.
22045
22046 2004-06-27 Jesper Harder <harder@ifa.au.dk>
22047
22048 * gnus-sum.el (gnus-summary-make-menu-bar):
22049 Add gnus-uu-invert-processable.
22050
22051 * gnus.el: Autoload gnus-uu-invert-processable.
22052
22053 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
22054
22055 * mm-util.el (mm-with-multibyte-buffer): New macro.
22056
22057 * rfc2047.el (rfc2047-encode-string): Use it.
22058 (rfc2047-encode-region): Move point to the end of the region after
22059 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22060
22061 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22062
22063 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22064 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22065
22066 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22067
22068 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22069 (gnus-cite-parse): Ignore quoted envelope From_.
22070 Suggested by Karl Chen <quarl@nospam.quarl.org>.
22071
22072 2004-06-23 Jesper Harder <harder@ifa.au.dk>
22073
22074 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22075 invalid addresses.
22076
22077 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
22078
22079 * spam.el: Change section markers, revise TODO list.
22080 (spam-backends): Make new master list of all installed backends.
22081 (spam-summary-exit-behavior): Add new variable to determine how
22082 messages moves are done at summary exit.
22083 (spam-move-spam-nonspam-groups-only)
22084 (spam-process-ham-in-nonham-groups)
22085 (spam-process-ham-in-spam-groups): Remove variables, the
22086 spam-summary-exit-behavior variable should be used to manage this
22087 behavior.
22088 (spam-old-ham-articles, spam-old-spam-articles): Remove.
22089 (spam-old-articles): Add variable, replacing spam-old-ham-articles
22090 and spam-old-spam-articles.
22091 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22092 Add empty variables, placeholders for the backends they represent.
22093 (spam-set-difference): Move, unchanged.
22094 (spam-list-of-processors): Declare OBSOLETE, not used anymore
22095 unless the user has a processor variable.
22096 (spam-classifications, spam-classification-valid-p)
22097 (spam-backend-properties, spam-backend-property-valid-p)
22098 (spam-backend-function-type-valid-p)
22099 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22100 (spam-report-articles-gmane, spam-report-articles-resend):
22101 Remove functions, they are not needed.
22102 (spam-install-backend-super, spam-backend-list)
22103 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22104 (spam-backend-function, spam-backend-ham-registration-function)
22105 (spam-backend-spam-registration-function)
22106 (spam-backend-ham-unregistration-function)
22107 (spam-backend-spam-unregistration-function)
22108 (spam-backend-statistical-p, spam-backend-mover-p)
22109 (spam-install-backend-alias, spam-install-checkonly-backend)
22110 (spam-install-mover-backend, spam-install-nocheck-backend)
22111 (spam-install-backend, spam-install-statistical-backend)
22112 (spam-install-statistical-checkonly-backend): Add backend installation
22113 support.
22114 (spam-summary-prepare-exit): Rewrite to use the new backend code.
22115 (spam-group-processor-p): Use the new backend code and respect the
22116 summary exit behavior.
22117 (spam-mark-spam-as-expired-and-move-routine): Remove.
22118 (spam-summary-prepare): Change to use the new spam-old-articles
22119 variable.
22120 (spam-copy-or-move-routine, spam-copy-spam-routine)
22121 (spam-move-spam-routine, spam-copy-ham-routine)
22122 (spam-move-ham-routine): Add code to copy/move ham or spam.
22123 (spam-fetch-field-fast): Improve doc and code, plus allow the
22124 'number request.
22125 (spam-list-of-checks, spam-list-of-statistical-checks):
22126 Remove variables.
22127 (spam-split, spam-find-spam): Use the new backend code.
22128 (spam-registration-functions): Remove variable.
22129 (spam-unregister-routine): Add convenience wrapper.
22130 (spam-log-undo-registration, spam-register-routine)
22131 (spam-log-processing-to-registry)
22132 (spam-log-unregistration-needed-p): Rename "check" to "backend"
22133 where possible.
22134 (spam-check-gmane-xref, spam-check-regex-headers)
22135 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22136 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22137 (spam-check-bogofilter-headers, spam-check-spamoracle)
22138 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22139 (spam-check-crm114-headers): Use the spam-split-group that
22140 spam-split prepares, no need to determine it every time.
22141
22142 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22143 to the nnheader-parse-naked-head call.
22144
22145 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22146
22147 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22148 the nnheader-nov-read-message-id call.
22149
22150 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
22151
22152 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22153 gnus-activate-group twice. Suggested by Markus Peter
22154 <warp@spin.de>.
22155
22156 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
22157
22158 * gnus-art.el (gnus-article-time-format): Exchange the order of
22159 day and month in the default value; fix customization type.
22160 (article-date-ut): Use add-text-properties.
22161 (article-make-date-line): Use message-make-date instead of
22162 current-time-string.
22163
22164 * message.el (message-fetch-field): Don't use set-text-properties.
22165 (message-make-date): Simplify.
22166
22167 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
22168
22169 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22170 (rfc2047-encode-region): Treat text within parentheses as special;
22171 show the original text when error has occurred.
22172
22173 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22174 already-computed method to gnus-activate-group.
22175
22176 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22177 same select-methods identical Lisp objects.
22178
22179 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22180 object when modifying the info.
22181
22182 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
22183
22184 * gnus-srvr.el (gnus-server-set-info): Remove the server from
22185 gnus-opened-servers since it has never been opened with the new
22186 configuration yet.
22187
22188 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
22189
22190 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22191 arg to nnheader-generate-fake-message-id.
22192
22193 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
22194
22195 * nnheader.el (nnheader-generate-fake-message-id): Accept a
22196 number and build a fake message ID localized to a group and
22197 article number (so it's repeatable from that point on).
22198 (nnheader-fake-message-id-p): Change regex to accommodate new fake
22199 ID format.
22200
22201 * gnus-sum.el (gnus-get-newsgroup-headers):
22202 Call nnheader-generate-fake-message-id with the article number.
22203
22204 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
22205
22206 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22207 end-of-buffer.
22208
22209 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22210
22211 * message.el (message-ignored-supersedes-headers): Add Approved.
22212
22213 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
22214
22215 * rfc2047.el (rfc2047-encode-message-header): Remove useless
22216 goto-char.
22217 (rfc2047-encode): Fold the line before encoding.
22218
22219 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
22220
22221 * rfc2047.el (rfc2047-encode-message-header): Disabled header
22222 folding -- not all headers can be folded, and this should be done
22223 by the message composition mode. Probably. I think.
22224
22225 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
22226
22227 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22228 fast.
22229
22230 * gnus-ems.el (gnus-remove-image): Don't use
22231 message-text-with-property; remove only the image found first.
22232
22233 2004-06-09 Jesper Harder <harder@ifa.au.dk>
22234
22235 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22236
22237 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
22238
22239 * message.el (message-text-with-property): Make it fast and accept
22240 optional arguments.
22241 (message-strip-forbidden-properties): Use it.
22242 (message-fix-before-sending): Follow the m-t-w-p change.
22243
22244 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22245
22246 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
22247
22248 * gnus-art.el (article-hide-headers): Don't change the buffer
22249 mistakenly when performing mml-preview even if
22250 gnus-single-article-buffer is nil.
22251
22252 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
22253
22254 * message.el (message-expand-name-databases): New user option.
22255 (message-expand-name): Use it.
22256
22257 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
22258
22259 * spam.el (spam-report-articles-resend)
22260 (spam-report-resend-register-routine): Allow ham reporting.
22261 (spam-report-resend-register-ham-routine): Add wrapper.
22262 (spam-registration-functions): Add ham resending functions.
22263 (spam-list-of-processors): Add ham resend processor.
22264
22265 * gnus.el (ham-resend-to): Add new group parameter.
22266 (spam-process): Add ham resend option.
22267
22268 * spam-report.el (spam-report-resend): Allow reporting ham.
22269 (spam-report-resend-ham): Add wrapper.
22270
22271 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22272
22273 * message.el (message-cite-articles-with-x-no-archive):
22274 New variable.
22275 (message-cite-original): Use it.
22276
22277 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22278
22279 * message.el (message-cite-original): Respect X-No-Archive.
22280
22281 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
22282
22283 * gnus-art.el (article-hide-headers): Refer to the values for
22284 gnus-ignored-headers and gnus-visible-headers in the summary
22285 buffer since a user may have set them as group parameters.
22286
22287 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
22288
22289 * assistant.el (assistant-node-name): Add convenience function.
22290 (assistant-render-text, assistant-render-node): Add error handling,
22291 plus handle multiple next nodes.
22292 (assistant-find-next-node): Comment out for now.
22293 (assistant-find-next-nodes): Add function, returns list of next
22294 nodes.
22295
22296 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
22297
22298 * mail-source.el (mail-source-directory): Fix doc-string.
22299
22300 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
22301
22302 * assistant.el (assistant-render-text, assistant-eval): Add :set
22303 widget type, which is different because it takes and returns a
22304 list. Much hilarity ensues.
22305
22306 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
22307
22308 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22309
22310 * gnus-group.el (gnus-group-get-new-news-this-group):
22311 Add doc-string.
22312
22313 * gnus-start.el (gnus-activate-group): Add doc-string.
22314
22315 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
22316
22317 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22318
22319 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
22320
22321 * assistant.el (assistant-render-text): Try to add a :set
22322 widget, more to come.
22323
22324 * spam.el (spam-group-spam-contents-p): Handle empty groupname
22325 strings.
22326 (spam-report-articles-resend)
22327 (spam-register-routine): Do registration iff any articles warrant
22328 it.
22329 (spam-summary-prepare-exit): Change log message for nil group
22330 destinations.
22331
22332 2004-05-27 Daniel Pittman <daniel@rimspace.net>
22333
22334 * spam.el (spam-report-resend-register-routine):
22335 Allow spam-report-resend-to to be a group parameter or a global value.
22336
22337 2004-05-26 Simon Josefsson <jas@extundo.com>
22338
22339 * starttls.el: Merge with my GnuTLS based starttls.el.
22340 (starttls-gnutls-program, starttls-use-gnutls)
22341 (starttls-extra-arguments, starttls-process-connection-type)
22342 (starttls-connect, starttls-failure, starttls-success):
22343 New variables.
22344 (starttls-program, starttls-extra-args): Doc fix.
22345 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22346 New functions.
22347 (starttls-negotiate, starttls-open-stream):
22348 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22349 function if it is set.
22350
22351 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
22352
22353 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22354 structured fields.
22355
22356 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
22357
22358 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22359
22360 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
22361
22362 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22363 Add variable.
22364 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
22365 assigning the spam-mark to new messages.
22366
22367 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
22368
22369 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22370
22371 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
22372
22373 * rfc2047.el (rfc2047-encodable-p): Don't move point.
22374 (rfc2047-decode): Treat the ascii coding-system as raw-text by
22375 default.
22376
22377 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
22378
22379 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22380 correct data.
22381
22382 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
22383
22384 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22385 (spam-group-processor-p): Fix function.
22386 (spam-group-processor-multiple-p)
22387 (spam-group-spam-processor-report-gmane-p)
22388 (spam-group-spam-processor-report-resend-p)
22389 (spam-group-spam-processor-bogofilter-p)
22390 (spam-group-spam-processor-blacklist-p)
22391 (spam-group-spam-processor-ifile-p)
22392 (spam-group-ham-processor-ifile-p)
22393 (spam-group-spam-processor-spamoracle-p)
22394 (spam-group-spam-processor-crm114-p)
22395 (spam-group-ham-processor-bogofilter-p)
22396 (spam-group-spam-processor-stat-p)
22397 (spam-group-ham-processor-stat-p)
22398 (spam-group-ham-processor-whitelist-p)
22399 (spam-group-ham-processor-BBDB-p)
22400 (spam-group-ham-processor-spamoracle-p)
22401 (spam-group-ham-processor-copy-p): Remove functions with some
22402 prejudice against unneeded code.
22403 (spam-report-articles-resend)
22404 (spam-report-resend-register-routine): Allow the group/topic
22405 spam-resend-to value to override spam-report-resend-to.
22406 (spam-summary-prepare-exit): Invoke spam-group-processor-p
22407 properly now.
22408
22409 * gnus.el (spam-resend-to): Add group/topic parameter.
22410 (spam-process): Move the OBSOLETE processors to the end of the
22411 choices.
22412
22413 2004-05-24 Daniel Pittman <daniel@rimspace.net>
22414
22415 * spam-report.el (spam-report-resend-to, spam-report-resend):
22416 Start with resend-to set to nil, and then ask the user if necessary.
22417 (spam-report-resend): spam-report-resend takes a list of articles, not
22418 separate article numbers.
22419
22420 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
22421
22422 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22423 addition to emacs-w3m.
22424
22425 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22426
22427 * assistant.el (assistant-authinfo-data): New function.
22428 (assistant-eval): Eval for entire assistant.
22429
22430 * netrc.el (netrc-services-file): New variable.
22431 (netrc-parse-services): New function.
22432 (netrc-find-service-name): New function.
22433 (netrc-find-service-number): New function.
22434 (netrc-port-equal): New function.
22435 (netrc-machine): Use it.
22436
22437 * nnimap.el (nnimap-open-connection): Use netrc.
22438
22439 * gnus-util.el (gnus-netrc-get): Remove aliases.
22440
22441 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22442
22443 * assistant.el (wid-edit): Fix compilation.
22444
22445 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22446
22447 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
22448
22449 * gnus-util.el (gnus-set-file-modes): New function. (small
22450 patch).
22451
22452 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22453
22454 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22455
22456 * assistant.el (assistant-render-node): Fix up rendering and
22457 read-only text.
22458 (assistant-render-node): Reset.
22459 (assistant-make-read-only): Not sticky.
22460
22461 2004-05-20 Danny Siu <dsiu@adobe.com>
22462
22463 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
22464 centered even when gnus-auto-center-summary is t.
22465
22466 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22467
22468 * dns.el (dns-get-txt-answer): New function.
22469 (dns-read-txt): Ditto.
22470 (query-dns): Use it.
22471
22472 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
22473
22474 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22475 active for foreign groups even if the group level is higher than
22476 the specified value.
22477
22478 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22479
22480 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22481 non-active groups.
22482
22483 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22484
22485 2004-05-20 Magnus Henoch <mange@freemail.hu>
22486
22487 * dns.el (dns-read-type): Add support for SVR. (small patch)
22488
22489 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
22490
22491 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22492 (spam-crm114-header, spam-crm114-spam-switch)
22493 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22494 (spam-crm114-positive-spam-header)
22495 (spam-crm114-database-directory, spam-list-of-processors)
22496 (spam-group-spam-processor-crm114-p)
22497 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22498 (spam-generic-score, spam-list-of-checks)
22499 (spam-list-of-statistical-checks, spam-registration-functions)
22500 (spam-check-crm114-headers, spam-crm114-score)
22501 (spam-check-crm114, spam-crm114-register-with-crm114)
22502 (spam-crm114-register-spam-routine)
22503 (spam-crm114-unregister-spam-routine)
22504 (spam-crm114-register-ham-routine)
22505 (spam-crm114-unregister-ham-routine): Add CRM114 support.
22506
22507 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
22508
22509 * gnus.el: Add spam-use-crm114.
22510
22511 * spam.el (spam-list-of-processors, spam-registration-functions):
22512 Add spam-use-resend.
22513 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22514 (spam-report-articles-gmane): Add doc fix.
22515 (spam-report-articles-resend, spam-report-resend-register-routine):
22516 Add wrappers around spam-report-resend-to.
22517
22518 * spam-report.el (spam-report-resend-to, spam-report-resend):
22519 Add support for resending spam.
22520 (spam-report-gmane): Fix line length >80.
22521
22522 * gnus.el (spam-process): Add spam-use-resend.
22523
22524 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22525
22526 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22527 number of processed spam messages.
22528 (spam-ham-copy-or-move-routine): Return the number of processed
22529 ham messages.
22530 (spam-summary-prepare-exit): Use the above values to decide
22531 whether status messages shouled be displayed.
22532
22533 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
22534
22535 * rfc2047.el (rfc2047-encode-function-alist): Rename from
22536 `rfc2047-encoding-function-alist' in order to avoid conflicting
22537 with the old version.
22538 (rfc2047-encode-region): Concatenate words containing non-ASCII
22539 characters in structured fields; don't encode space-delimited
22540 ASCII words even in unstructured fields; don't break words at
22541 char-category boundaries.
22542 (rfc2047-encode-1): New function.
22543 (rfc2047-encode): Use it; encode text so that it occupies the
22544 maximum width within 76-column; work correctly on Q encoding for
22545 iso-2022-* charsets.
22546 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22547 sure not to break a line just after the header name.
22548 (rfc2047-b-encode-region): Remove.
22549 (rfc2047-b-encode-string): New function.
22550 (rfc2047-q-encode-region): Remove.
22551 (rfc2047-q-encode-string): New function.
22552
22553 * mm-util.el (mm-replace-in-string): New function.
22554
22555 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
22556
22557 * gnus-msg.el (gnus-inews-make-draft-meta-information):
22558 Really get it right.
22559 (gnus-inews-make-draft): Really.
22560
22561 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
22562
22563 * nnmh.el (nnmh-request-list-1): Don't check the link count
22564 before descending. (small patch)
22565
22566 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22567
22568 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22569 stuff.
22570
22571 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22572 Match on real group name.
22573
22574 * gnus-art.el (gnus-signature-limit): Doc fix.
22575
22576 * gnus-msg.el (gnus-inews-make-draft): Quote list.
22577
22578 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22579
22580 * gnus-draft.el (gnus-draft-send):
22581 Bind rfc2047-encode-encoded-words.
22582
22583 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22584 (rfc2047-encodable-p): Say that =? needs encoding.
22585 (rfc2047-encode-encoded-words): New variable.
22586
22587 * gnus-group.el (gnus-group-select-group): Doc fix.
22588
22589 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22590
22591 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22592 to nil.
22593
22594 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22595
22596 * nnheader.el (nnheader-get-lines-and-char): New function.
22597
22598 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
22599
22600 * gnus-msg.el (gnus-summary-followup-with-original):
22601 Document yanking of region when active.
22602
22603 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
22604
22605 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22606 groups if the group level is higher than the specified value.
22607
22608 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
22609
22610 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22611 (gnus-group-jump-to-group): Add prefix argument using
22612 `gnus-group-jump-to-group-prompt'. Query before jumping to
22613 non-active group.
22614
22615 * compface.el (uncompface): Be verbose when changing
22616 `uncompface-use-external'.
22617
22618 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22619 handle manual section.
22620
22621 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
22622
22623 * gnus-art.el (gnus-button-alist): Revert previous change.
22624
22625 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
22626
22627 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22628
22629 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
22630
22631 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22632 whether backend can accept message.
22633
22634 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22635
22636 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
22637
22638 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22639 Avoid creating directory when nntp-marks-is-evil is true.
22640 Reported by Reiner Steib.
22641
22642 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
22643
22644 * gnus-picon.el (gnus-picon-insert-glyph):
22645 Add optional `nostring' argument.
22646
22647 2004-05-18 Jesper Harder <harder@ifa.au.dk>
22648
22649 * gnus-picon.el (gnus-picon-style): New variable.
22650 (gnus-picon-transform-address): Support `gnus-picon-style'.
22651
22652 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
22653
22654 * message.el (message-fill-field): Return point.
22655 (message-generate-headers): Go to end of field.
22656
22657 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22658 stuff for non-living groups.
22659
22660 2004-05-18 Jesper Harder <harder@ifa.au.dk>
22661
22662 * gnus-art.el (gnus-article-followup-with-original)
22663 (gnus-article-reply-with-original): gnus-mark-active-p ->
22664 gnus-region-active-p.
22665
22666 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
22667
22668 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22669 only when there is spam or ham to be processed.
22670
22671 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22672
22673 * mail-source.el (mail-source-delete-crash-box): Refactor.
22674 (mail-source-fetch): Use it.
22675 (mail-source-fetch-file): Ditto.
22676 (mail-source-fetch-directory): Run PostScript in loop.
22677 (mail-source-fetch-pop): Delete.
22678 (mail-source-fetch-maildir): Ditto.
22679 (mail-source-fetch-imap): Ditto.
22680
22681 * imap.el (imap-authenticators): Comment out sasl.
22682
22683 * message.el (message-skip-to-next-address): New function.
22684 (message-fill-header-address): Refactor.
22685 (message-fill-address): Use it.
22686 (message-delete-address): Use it.
22687 (message-fill-header-general): Refactor.
22688 (message-fill-field-address): Rename.
22689 (message-narrow-to-field): Find the start of the header.
22690 (message-header-format-alist): Don't pre-fill.
22691 (message-fill-header): Remove.
22692 (message-insert-header): New function.
22693 (message-shorten-references): Use it.
22694
22695 * rfc2047.el (rfc2047-field-value): Strip props.
22696
22697 * mail-parse.el (mail-header-make-address): New alias.
22698
22699 * ietf-drums.el (ietf-drums-make-address): New function.
22700
22701 * imap.el: Add compiler directives.
22702
22703 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22704
22705 * gnus-art.el (article-decode-idna-rhs): Don't use
22706 message-idna-inside-rhs-p.
22707
22708 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22709
22710 * message.el (message-idna-inside-rhs-p): Remove.
22711 (message-idna-to-ascii-rhs-1): Use proper address parsing.
22712
22713 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22714 false positives.
22715
22716 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22717
22718 * imap.el (imap-sasl-make-mechanisms): Use sasl.
22719
22720 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22721
22722 * nneething.el (nneething-file-name): Don't create spurious
22723 files.
22724
22725 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22726 (gnus-inews-do-gcc): Remove sleep.
22727
22728 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22729 part under point.
22730
22731 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22732 (gnus-agent-regenerate-group): Using nil messages aren't valid.
22733
22734 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
22735
22736 * spam.el (spam-summary-prepare-exit): Fix (length).
22737
22738 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
22739
22740 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22741 as expired without moving it" message when there are spam
22742 messages left.
22743
22744 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
22745
22746 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22747 header is not nil.
22748
22749 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
22750
22751 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22752 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22753 (nntp-marks-changed-p): New arg SERVER.
22754 (nntp-request-update-info): Adjust caller.
22755
22756 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
22757
22758 * nntp.el (nntp-save-marks): Pass missing arg.
22759
22760 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
22761
22762 * nntp.el: Support marks.
22763 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22764 (nntp-marks-modtime, nntp-marks-directory): New variables.
22765 (nntp-request-set-mark, nntp-request-update-info)
22766 (nntp-possibly-create-directory, nntp-marks-changed-p)
22767 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22768 New functions.
22769
22770 2004-05-12 Jesper Harder <harder@ifa.au.dk>
22771
22772 * gnus-score.el (gnus-score-insert-help):
22773 Use gnus-select-lowest-window.
22774
22775 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22776 appt-select-lowest-window and rename to gnus-select-lowest-window.
22777
22778 * gnus.el: do.
22779
22780 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22781
22782 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22783 encodings of MIME-encoded words, in order to improve
22784 interoperability with several broken MUAs.
22785
22786 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22787
22788 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22789 tags, only when charsets are not specified in headers.
22790 (mm-inline-text-html-render-with-w3m): Ditto.
22791
22792 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22793
22794 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22795 instead of MIME-decoded from fields when checking
22796 `gnus-article-address-banner-alist'.
22797
22798 2004-05-03 Jesper Harder <harder@ifa.au.dk>
22799
22800 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22801 description rather than subject.
22802
22803 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22804
22805 * gnus.el (gnus-version-number): Bump.
22806
22807 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
22808
22809 * gnus.el: No Gnus v0.2 is released.
22810
22811 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22812
22813 * gnus-agent.el (gnus-agent-read-agentview):
22814 Inline gnus-uncompress-range.
22815
22816 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22817
22818 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22819 `exec-installed-p'.
22820
22821 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22822
22823 * gnus.el (spam-process, spam-autodetect-methods):
22824 Add bsfilter and bsfilter-headers.
22825
22826 * spam.el (spam-bsfilter): New customize group.
22827 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22828 (spam-bsfilter-header, spam-bsfilter-probability-header)
22829 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22830 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22831 (spam-bsfilter-database-directory): New options.
22832 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22833 (spam-list-of-statistical-checks, spam-registration-functions):
22834 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22835 (spam-bsfilter-score): New command.
22836 (spam-check-bsfilter-headers, spam-check-bsfilter)
22837 (spam-bsfilter-register-with-bsfilter)
22838 (spam-bsfilter-register-spam-routine)
22839 (spam-bsfilter-unregister-spam-routine)
22840 (spam-bsfilter-register-ham-routine)
22841 (spam-bsfilter-unregister-ham-routine): New functions.
22842 (spam-generic-score): Support bsfilter; Accept an optional argument
22843 to recalcurate spam score even if scoring header has already been
22844 added.
22845 (spam-bogofilter-score, spam-spamassassin-score): Accept an
22846 optional argument to recalcurate spam score even if scoring header
22847 has already been added.
22848
22849 2004-04-29 Jesper Harder <harder@ifa.au.dk>
22850
22851 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22852 strings! Reported by David D. Smith <davidsmith@acm.org>.
22853 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22854 link is missing.
22855
22856 2004-04-28 Jesper Harder <harder@ifa.au.dk>
22857
22858 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22859 (html2text-get-attr): Rewrite.
22860
22861 * message.el (message-setup-1): Remove redundant put-text-property
22862 on mail-header-separator.
22863
22864 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
22865
22866 * gnus-registry.el (gnus-registry-cache-whitespace)
22867 (gnus-registry-action, gnus-registry-spool-action)
22868 (gnus-registry-split-fancy-with-parent): Change message levels
22869 from 5 to 3 or 7, as needed.
22870
22871 * spam.el (spam-summary-prepare-exit)
22872 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22873 (spam-split, spam-find-spam, spam-log-undo-registration)
22874 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22875 level from 5 to 6.
22876
22877 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
22878
22879 * gnus-ems.el: Autoload appt-select-lowest-window (revert
22880 2004-03-04 change).
22881
22882 2004-04-25 Jesper Harder <harder@ifa.au.dk>
22883
22884 * sieve-manage.el (sieve-manage-open):
22885 * nnweb.el (nnweb-insert-html):
22886 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22887 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22888 * nnspool.el (nnspool-request-group):
22889 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22890 * nnml.el (nnml-request-update-info):
22891 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22892 (nnmh-request-create-group, nnmh-update-gnus-unreads):
22893 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22894 (nnimap-request-set-mark):
22895 * nnfolder.el (nnfolder-request-update-info):
22896 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22897 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22898 * gnus-uu.el (gnus-uu-find-articles-matching):
22899 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22900 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22901 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22902 * gnus-nocem.el (gnus-nocem-scan-groups):
22903 * gnus-int.el (gnus-start-news-server):
22904 * gnus-group.el (gnus-group-make-kiboze-group)
22905 (gnus-group-browse-foreign-server):
22906 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22907 Use mapc when appropriate.
22908
22909 2004-04-22 Dan Christensen <jdc@uwo.ca>
22910 Adam Sjøgren <asjo@koldfront.dk>
22911 Wes Hardaker <wes@hardakers.net>
22912 Michael Shields <shields@msrl.com>
22913
22914 * spam.el (spam-necessary-extra-headers): Get the extra headers we
22915 may need for spam sorting and scoring.
22916 (spam-user-format-function-S): Add user format function suitable for
22917 general use.
22918 (spam-article-sort-by-spam-status): Add sorting function for summary
22919 sorting.
22920 (spam-extra-header-to-number): Add function to get a score from a
22921 header.
22922 (spam-summary-score): Add function to get a numeric score from the
22923 headers.
22924 (spam-generic-score): Fix function doc, was in wrong place.
22925 (spam-initialize): Take symbols when it's run, and install the
22926 extra headers that spam-necessary-extra-headers thinks we need.
22927
22928 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
22929
22930 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22931 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22932
22933 2004-04-17 Jesper Harder <harder@ifa.au.dk>
22934
22935 * gnus-sum.el (gnus-set-global-variables)
22936 (gnus-build-all-threads, gnus-get-newsgroup-headers)
22937 (gnus-article-get-xrefs, gnus-summary-best-group)
22938 (gnus-summary-next-article, gnus-summary-enter-digest-group)
22939 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22940 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22941 Use with-current-buffer.
22942
22943 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
22944
22945 * spam.el (spam-summary-prepare-exit): Simplify logic.
22946 (spam-fetch-article-header): Read the article header if it's not
22947 available.
22948 (spam-list-articles): Simplify logic.
22949 (spam-filelist-register-routine): Fix bug with unregister-list.
22950
22951 * gnus-registry.el: Fix comments at beginning.
22952
22953 2004-04-16 Jesper Harder <harder@ifa.au.dk>
22954
22955 * message.el (message-cater-to-broken-inn): Remove.
22956 (message-shorten-references): Make sure the total folded length of
22957 References is shorter than 998 characters to cater to a bug in INN
22958 2.3. Also, don't pretend that references aren't folded -- this
22959 hasn't worked for a while.
22960
22961 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
22962
22963 * gnus-agent.el (gnus-agentize):
22964 gnus-agent-send-mail-real-function no longer set to current value
22965 of message-send-mail-function but rather a lambda that calls
22966 message-send-mail-function. The change makes the agent real-time
22967 responsive to user changes to message-send-mail-function.
22968
22969 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
22970
22971 * legacy-gnus-agent.el
22972 (gnus-agent-convert-to-compressed-agentview): Fix typos with
22973 help from Florian Weimer <fw@deneb.enyo.de>
22974
22975 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
22976
22977 * nnmail.el (nnmail-cache-insert): Revert last change.
22978
22979 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
22980
22981 * nnmail.el (nnmail-cache-insert): Always check whether
22982 nnmail-cache-ignore-groups matches a group name.
22983
22984 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
22985
22986 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22987 (spam-find-spam, spam-log-processing-to-registry)
22988 (spam-log-registered-p, spam-log-unregistration-needed-p)
22989 (spam-log-undo-registration): Use gnus-message instead of
22990 gnus-error, none of these errors are fatal.
22991
22992 * gnus-registry.el (gnus-registry-clean-empty-function)
22993 (gnus-registry-clean-empty): Remove only empty entries without
22994 extra data.
22995
22996 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
22997
22998 * spam-stat.el (spam-stat-buffer-change-to-spam)
22999 (spam-stat-buffer-change-to-non-spam): Change (error) to
23000 (gnus-message 8) invocation.
23001
23002 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
23003
23004 * nntp.el (nntp-via-netcat-command): New variable.
23005 (nntp-via-netcat-switches): New variable.
23006 (nntp-open-via-rlogin-and-netcat): New function.
23007 (nntp-open-connection-function): Doc fix.
23008 (nntp-telnet-command): Doc fix.
23009 (nntp-end-of-line): Doc fix.
23010 (nntp-via-rlogin-command): Doc fix.
23011 (nntp-via-user-name): Doc fix.
23012 (nntp-via-address): Doc fix.
23013
23014 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
23015
23016 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23017 error in Emacs 21.1.
23018
23019 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
23020
23021 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23022
23023 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
23024
23025 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23026 (gnus-agent-with-refreshed-group): New macro.
23027 (gnus-agent-rename-group): New function.
23028 (gnus-agent-delete-group): New function.
23029 (gnus-agent-save-group-info): Use gnus-command-method when
23030 `method' parameter is nil. Don't write nil entries into the
23031 active file.
23032 (gnus-agent-get-group-info): New function.
23033 (gnus-agent-fetch-articles):
23034 Use gnus-agent-update-files-total-fetched-for to increment disk space
23035 used.
23036 (gnus-agent-fetch-headers, gnus-agent-save-alist):
23037 Use gnus-agent-update-view-total-fetched-for to increment disk space
23038 used.
23039 (gnus-agent-get-local): Add optional parameters to avoid calling
23040 gnus-group-real-name and gnus-find-method-for-group.
23041 (gnus-agent-set-local): Delete stored entry if either min, or max,
23042 are nil.
23043 (gnus-agent-fetch-session): Reworded error/quit messages.
23044 On quit, use gnus-agent-regenerate-group to record existence of any
23045 articles fetched to disk before the quit occurred.
23046 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23047 gnus-agent-update-view-total-fetched-for, and
23048 gnus-agent-update-files-total-fetched-for to decrement disk space
23049 used.
23050 (gnus-agent-retrieve-headers):
23051 Use gnus-agent-update-view-total-fetched-for to increment disk space
23052 used.
23053 (gnus-agent-regenerate-group): Replace gnus-group-update-group
23054 with gnus-agent-update-files-total-fetched-for to decrement disk
23055 space and fresh group buffer.
23056 (gnus-agent-inhibit-update-total-fetched-for): New variable.
23057 (gnus-agent-need-update-total-fetched-for): New variable.
23058 (gnus-agent-update-files-total-fetched-for): New function.
23059 (gnus-agent-update-view-total-fetched-for): New function.
23060 (gnus-agent-total-fetched-for): New function.
23061
23062 * gnus-cache.el (gnus-cache-save-buffers):
23063 Use gnus-cache-update-overview-total-fetched-for to change disk space
23064 used by this group.
23065 (gnus-cache-possibly-enter-article):
23066 Use gnus-cache-update-file-total-fetched-for to increment disk space
23067 used by this group.
23068 (gnus-cache-possibly-remove-article):
23069 Use gnus-cache-update-file-total-fetched-for to decrement disk space
23070 used by this group.
23071 (gnus-cache-generate-nov-databases): Purge total fetched cache.
23072 (gnus-cache-rename-group): New function.
23073 (gnus-cache-delete-group): New function.
23074 (gnus-cache-inhibit-update-total-fetched-for): New variable.
23075 (gnus-cache-need-update-total-fetched-for): New variable.
23076 (gnus-cache-with-refreshed-group): New macro.
23077 (gnus-cache-update-file-total-fetched-for): New function.
23078 (gnus-cache-update-overview-total-fetched-for): New function.
23079 (gnus-cache-rename-group-total-fetched-for): New function.
23080 (gnus-cache-delete-group-total-fetched-for): New function.
23081 (gnus-cache-total-fetched-for): New function.
23082
23083 * gnus-group.el: Require gnus-sum and autoload functions to
23084 resolve warnings when gnus-group.el compiled alone.
23085 (gnus-group-line-format): Documented new %F.
23086 (size of Fetched data) group line format; identifies disk space
23087 used by agent and cache.
23088 (gnus-group-line-format-alist): Defined new F format.
23089 (gnus-total-fetched-for): New function.
23090 (gnus-group-delete-group): No longer update
23091 gnus-cache-active-altered as gnus-request-delete-group now keeps
23092 the cache in sync.
23093 (gnus-group-list-active): Let the agent store a server's active
23094 list if currently plugged.
23095
23096 * gnus-int.el (gnus-request-delete-group):
23097 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23098 local disk in sync with the server.
23099 (gnus-request-rename-group):
23100 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23101 local disk in sync with the server.
23102
23103 * gnus-start.el (gnus-get-unread-articles):
23104 Cosmetic simplification to logic.
23105
23106 * gnus-util.el (gnus-rename-file): New function.
23107
23108 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
23109
23110 * mm-util.el (mm-image-load-path): Handle nil in load-path.
23111
23112 2004-04-07 Jesper Harder <harder@ifa.au.dk>
23113
23114 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23115 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
23116
23117 2004-04-06 Jesper Harder <harder@ifa.au.dk>
23118
23119 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23120 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
23121
23122 2004-04-03 Jesper Harder <harder@ifa.au.dk>
23123
23124 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23125
23126 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
23127
23128 * spam.el (spam-set-difference): Add function to replace
23129 gnus-set-difference in spam.el.
23130 (spam-summary-prepare-exit): Use spam-set-difference.
23131
23132 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
23133
23134 * gnus-registry.el (gnus-registry-cache-file): Update to use
23135 gnus-dribble-directory OR gnus-home-directory OR ~.
23136 (gnus-registry-split-fancy-with-parent): Fix doc.
23137
23138 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
23139
23140 * message.el (message-exchange-point-and-mark):
23141 Use message-mark-active-p. Suggested by Jesper Harder
23142 <harder@ifa.au.dk>.
23143
23144 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
23145
23146 * message.el (message-exchange-point-and-mark): Don't activate
23147 region if it was inactive. Suggested by Hiroshi Fujishima
23148 <pooh@nature.tsukuba.ac.jp>.
23149
23150 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
23151
23152 * gnus-art.el (article-display-face): Display Faces in the same
23153 order as X-Faces.
23154
23155 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
23156
23157 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23158
23159 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
23160
23161 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23162 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23163 (gnus-article-mime-hierarchy): Remove.
23164 (gnus-article-mime-hierarchy-next): Remove.
23165 (gnus-article-mode): Revert 2004-03-19 change.
23166 (gnus-article-setup-buffer): Revert 2004-03-19 change.
23167 (gnus-insert-mime-button): Revert 2004-03-19 change.
23168 (gnus-mime-accumulate-hierarchy): Remove.
23169 (gnus-mime-enter-multipart): Remove.
23170 (gnus-mime-leave-multipart): Remove.
23171 (gnus-mime-display-part): Revert 2004-03-19 change.
23172 (gnus-mime-display-alternative): Revert 2004-03-19 change.
23173
23174 * mml.el (mml-preview): Revert 2004-03-19 change.
23175
23176 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
23177
23178 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23179
23180 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
23181
23182 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23183 t while entering a file name using the mm-with-multibyte macro.
23184 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23185
23186 * mm-util.el (mm-with-multibyte): New macro.
23187
23188 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
23189
23190 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23191 New user option.
23192 (gnus-mime-multipart-functions): Doc and customization fix.
23193 (gnus-article-mime-hierarchy): New variable.
23194 (gnus-article-mime-hierarchy-next): New variable.
23195 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23196 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23197 gnus-article-mime-hierarchy-next to nil.
23198 (gnus-insert-mime-button): Show hierarchy numbers.
23199 (gnus-mime-accumulate-hierarchy): New function.
23200 (gnus-mime-enter-multipart): New function.
23201 (gnus-mime-leave-multipart): New function.
23202 (gnus-mime-display-part): Recompute hierarchical MIME structure.
23203 (gnus-mime-display-alternative): Show hierarchy numbers.
23204
23205 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23206 gnus-article-mime-hierarchy-next to nil.
23207
23208 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
23209
23210 * dns.el: Don't require gnus-xmas.
23211
23212 2004-03-17 Jesper Harder <harder@ifa.au.dk>
23213
23214 * mml.el (mml-generate-mime-1): Don't use format=flowed with
23215 inline PGP.
23216 (mml-menu): Disable mml-quote-region if mark is inactive.
23217
23218 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
23219
23220 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23221 when the group's active is not available.
23222
23223 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
23224
23225 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23226 error.
23227
23228 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
23229
23230 * imap.el (imap-store-password): New variable.
23231 (imap-interactive-login): Use it.
23232 Suggested by Mark Plaksin <happy@mcplaksin.org>.
23233
23234 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
23235
23236 * gnus-art.el (gnus-article-read-summary-keys): Restore new
23237 window-start and hscroll to summary window.
23238
23239 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
23240
23241 * gnus-start.el (gnus-convert-old-newsrc): Only write the
23242 conversion message to newsrc-dribble when an actual conversion is
23243 performed.
23244
23245 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
23246
23247 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23248
23249 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
23250
23251 * mm-decode.el (mm-complicated-handles): New function reviving
23252 former definition of mm-multiple-handles.
23253
23254 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23255 (gnus-mime-delete-part): Use it.
23256
23257 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
23258
23259 * gnus-agent.el (gnus-agent-read-local):
23260 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23261 avoid the implicit assumption that they will always be equal.
23262 (gnus-agent-save-local): Bind buffer-file-coding-system, not
23263 coding-system-for-write, as the with-temp-file macro first prints
23264 to a buffer then saves the buffer.
23265
23266 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
23267
23268 * gnus-art.el (gnus-article-edit-part): New function.
23269 (gnus-mime-save-part-and-strip): Use it; do query instead of
23270 signaling an error; don't use mm-multiple-handles.
23271 (gnus-mime-delete-part): Ditto.
23272
23273 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
23274
23275 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23276 old file versions.
23277 (gnus-group-prepare-hook): Remove function that converted list
23278 form of gnus-agent-expire-days to group properties.
23279
23280 * gnus-int.el: Autoload gnus-agent-regenerate-group.
23281 (gnus-request-accept-article): Re-indented.
23282
23283 * gnus-start.el (gnus-convert-old-newsrc): Registered new
23284 converters to handle old agent file formats. Add logic for a
23285 "backup before upgrading warning".
23286 (gnus-convert-mark-converter-prompt): Developers can mark
23287 functions as needing (default), or not needing,
23288 gnus-convert-old-newsrc's "backup before upgrading warning".
23289 (gnus-convert-converter-needs-prompt): Tests whether the user
23290 should be protected from potentially irreversable changes by the
23291 function.
23292
23293 * legacy-gnus-agent.el: New. Provides converters that are only
23294 loaded when gnus-convert-old-newsrc needs to call them.
23295
23296 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
23297
23298 * mail-source.el (mail-source-touch-pop): Doc fix.
23299
23300 * message.el (message-smtpmail-send-it): Doc fix.
23301
23302 2004-03-05 Jesper Harder <harder@ifa.au.dk>
23303
23304 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23305
23306 * nnmail.el (nnmail-split-fancy): do.
23307
23308 * gnus-kill.el (gnus-kill, gnus-execute): do.
23309
23310 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
23311
23312 * gnus-sum.el (gnus-widget-reversible-match)
23313 (gnus-widget-reversible-to-internal)
23314 (gnus-widget-reversible-to-external): New functions.
23315 (gnus-widget-reversible): New widget.
23316 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23317
23318 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
23319
23320 * gnus-sum.el (gnus-thread-sort-functions)
23321 (gnus-article-sort-functions): Document `(not F)' items.
23322
23323 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
23324
23325 * spam.el (spam-use-gmane-xref): Add new backend.
23326 (spam-gmane-xref-spam-group): Add variable to control the name of the
23327 Gmane spam group.
23328 (spam-blackhole-servers, spam-blackhole-good-server-regex)
23329 (spam-regex-headers-spam, spam-regex-headers-ham)
23330 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23331 (spam-list-of-checks): Add spam-use-gmane-xref to list of
23332 backends and checks.
23333 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23334
23335 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23336 an autodetect method.
23337
23338 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
23339
23340 * gnus-int.el (gnus-request-accept-article): Inform the agent that
23341 articles are being added to a group.
23342 (gnus-request-replace-article): Inform the agent that articles
23343 need to be uncached as the cached contents are no longer valid.
23344
23345 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
23346
23347 * binhex.el: Don't autoload executable-find.
23348
23349 * canlock.el: Don't autoload mail-fetch-field.
23350
23351 * gnus-ems.el: Don't autoload appt-select-lowest-window.
23352
23353 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23354 rmail-dont-reply-to and rmail-output.
23355
23356 * gnus-score.el: Don't autoload ffap-string-at-point.
23357
23358 * gnus-setup.el: Don't autoload sc-cite-original.
23359
23360 * imap.el: Don't autoload base64-decode-string,
23361 base64-encode-string and md5.
23362
23363 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23364 and rmail-msg-restore-non-pruned-header.
23365
23366 * mm-decode.el: Don't autoload executable-find.
23367
23368 * mm-url.el: Don't autoload executable-find.
23369
23370 * mm-view.el: Don't autoload diff-mode.
23371
23372 * nndb.el: Don't autoload news-reply-mode, news-setup,
23373 cancel-timer and telnet.
23374
23375 * password.el: Don't autoload run-at-time for Emacs.
23376
23377 * sha1-el.el: Don't autoload executable-find.
23378
23379 * sieve-mode.el: Don't autoload c-mode.
23380
23381 * uudecode.el: Don't autoload executable-find.
23382
23383 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
23384
23385 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23386 (gnus-agent-possibly-alter-active): Avoid null in numeric
23387 comparison.
23388 (gnus-agent-set-local): Refuse to save null in local object table.
23389 (gnus-agent-regenerate-group): The REREAD parameter can now be a
23390 list of articles that will be marked as unread.
23391
23392 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
23393
23394 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23395
23396 2004-03-04 Jesper Harder <harder@ifa.au.dk>
23397
23398 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23399 language tags.
23400
23401 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
23402
23403 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23404 Don't bind "obarray".
23405
23406 * gnus-sum.el (gnus-thread-sort-functions):
23407 Add `gnus-thread-sort-by-most-recent-number' and
23408 `gnus-thread-sort-by-most-recent-date'.
23409 Reported by Kai Grossjohann <kai@emptydomain.de>.
23410
23411 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
23412
23413 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23414
23415 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
23416
23417 * gnus-cus.el (gnus-agent-customize-category):
23418 Remove ignore-errors macro reference that required cl to be loaded at
23419 run-time.
23420
23421 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23422 single-interval range of the form (min . max). Previously the
23423 range had to look like ((min . max)). Likewise, return
23424 (min . max) rather than ((min . max)).
23425 (gnus-range-map): Use gnus-range-normalize to accept
23426 single-interval range.
23427
23428 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23429 the cache, but not the agent, now appear with their usual face.
23430
23431 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
23432
23433 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23434 w3m-safe-url-regexp variable buffer-local.
23435
23436 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23437
23438 2004-02-27 Simon Josefsson <jas@extundo.com>
23439
23440 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23441 gnus-group-real-prefix.
23442 (gnus-summary-move-article): Use it, instead of
23443 gnus-group-real-prefix.
23444
23445 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
23446
23447 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23448 w3m-safe-url-regexp variable buffer-local and set it as the value
23449 of mm-w3m-safe-url-regexp.
23450
23451 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23452
23453 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23454 parsing gnus-posting-styles when the message is not for replying.
23455
23456 * nnrss.el (nnrss-opml-export):
23457 Use mm-set-buffer-file-coding-system instead of
23458 set-buffer-file-coding-system.
23459
23460 2004-02-27 Jesper Harder <harder@ifa.au.dk>
23461
23462 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23463 of checkdoc.el).
23464 * nnrss.el: do.
23465 * gnus-mlspl.el: do.
23466 * gnus-ml.el: do.
23467 * gnus-srvr.el: do.
23468
23469 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23470
23471 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
23472
23473 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23474 Corrections to custom-manual links.
23475
23476 * gnus-art.el (gnus-article): Ditto.
23477
23478 * mm-decode.el (mime-display, mime-security): Ditto.
23479
23480 2004-02-26 Jesper Harder <harder@ifa.au.dk>
23481
23482 * flow-fill.el: Typo.
23483
23484 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
23485
23486 * spam-wash.el: New file.
23487
23488 2004-02-26 Mark A. Hershberger <mah@everybody.org>
23489
23490 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23491
23492 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
23493
23494 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23495 to be run with new-articles as LIST1, not LIST2.
23496 (spam-registration-functions): Add spam-use-ham-copy as a nil
23497 registration backend.
23498
23499 2004-02-26 Jesper Harder <harder@ifa.au.dk>
23500
23501 * spam-stat.el (spam-stat-washing-hook): New option.
23502 (spam-stat-buffer-words): Use it.
23503 (spam-stat-process-directory, spam-stat-test-directory):
23504 Use insert-file-contents-literally.
23505 (spam-stat-coding-system): New variable.
23506 (spam-stat-load, spam-stat-save): Use it.
23507
23508 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
23509
23510 * spam-report.el (spam-report-plug-agent):
23511 Quote spam-report-url-to-file and spam-report-url-ping-plain.
23512
23513 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
23514
23515 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23516 Allow / in mailto URLs.
23517
23518 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
23519
23520 * spam-report.el (spam-report-process-queue): Fix interactive use.
23521 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23522 (spam-report-unplug-agent): Doc fixes.
23523 (spam-report-url-ping-mm-url, spam-report-url-to-file)
23524 (spam-report-agentize, spam-report-deagentize):
23525 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
23526
23527 * message.el (message-setup-fill-variables): Add mml tags to
23528 paragraph-start and paragraph-separate. Suggested by Andrew Korty
23529 <ajk@iu.edu>.
23530 (message-mode): Don't modify paragraph-separate there.
23531
23532 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
23533
23534 * compface.el (uncompface-use-external): Default to undecided.
23535 (uncompface-use-external-threshold): New variable.
23536 (uncompface-float-time): New macro.
23537 (uncompface): Determine whether to use the external decoder if
23538 uncompface-use-external is undecided.
23539
23540 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
23541
23542 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23543 after images.
23544
23545 * gnus-art.el (gnus-mime-display-single): Remove dead code.
23546
23547 2004-02-14 Jesper Harder <harder@ifa.au.dk>
23548
23549 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23550
23551 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23552
23553 * gnus-sum.el (gnus-summary-limit-to-age)
23554 (gnus-summary-limit-children): do.
23555
23556 * gnus-int.el (gnus-request-scan): do.
23557
23558 * gnus-group.el (gnus-group-suspend): do.
23559
23560 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23561
23562 * gnus-cite.el (gnus-cite-parse-attributions): do.
23563
23564 * gnus-agent.el (gnus-summary-set-agent-mark)
23565 (gnus-agent-regenerate-group): do.
23566
23567 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23568
23569 * binhex.el (binhex-decode-region-internal): do.
23570
23571 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
23572
23573 * gnus-fun.el (gnus-face-properties-alist): New user option.
23574 (gnus-display-x-face-in-from): Use it.
23575
23576 * gnus-art.el (article-display-face): Ditto.
23577
23578 * compface.el (uncompface-use-external): Default to nil.
23579
23580 2004-02-12 Jesper Harder <harder@ifa.au.dk>
23581
23582 * nntp.el (nntp-erase-buffer): New function.
23583 (nntp-retrieve-data, nntp-send-command)
23584 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23585 (nntp-possibly-change-group): Use it.
23586
23587 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23588 Use with-current-buffer.
23589
23590 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
23591
23592 * compface.el: Merge the ELisp-based uncompface program.
23593 (compface): New customization group.
23594 (uncompface-use-external): New user option.
23595 (uncompface): Call uncompface-internal if uncompface-use-external
23596 is nil.
23597 (uncompface-internal): New function. Note that there are also
23598 some other functions and variables added for this function.
23599
23600 2004-02-10 Jesper Harder <harder@ifa.au.dk>
23601
23602 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23603 if necessary.
23604
23605 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
23606
23607 * spam-report.el (spam-report-unplug-agent)
23608 (spam-report-plug-agent, spam-report-deagentize)
23609 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23610 Add support for the Agent in spam-report: when unplugged, report to a
23611 file; when plugged, submit all the requests.
23612
23613 * spam.el (spam-register-routine): Fix message about
23614 registration.
23615
23616 2004-02-09 Jesper Harder <harder@ifa.au.dk>
23617
23618 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23619 dependencies.
23620 (rfc2047-encode): Use it.
23621
23622 * gnus-art.el (gnus-button-marker-list): Move before first
23623 reference.
23624
23625 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23626 (imap-parse-body): Fix format string mismatch.
23627
23628 * gnus-score.el (gnus-summary-increase-score): do.
23629
23630 * nnrss.el (nnrss-close): New function.
23631
23632 2004-02-08 Jesper Harder <harder@ifa.au.dk>
23633
23634 * nnrss.el (nnrss-make-filename): New function.
23635 (nnrss-request-delete-group, nnrss-read-server-data)
23636 (nnrss-save-server-data, nnrss-read-group-data)
23637 (nnrss-save-group-data): Use it.
23638 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23639 (nnrss-read-server-data, nnrss-read-group-data): Use load.
23640 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23641
23642 2004-02-07 Jesper Harder <harder@ifa.au.dk>
23643
23644 * mml.el (mml-compute-boundary-1): Don't uncompress files.
23645
23646 2004-02-06 Jesper Harder <harder@ifa.au.dk>
23647
23648 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23649 files.
23650
23651 * message.el (message-generate-headers-first): Don't quote nil
23652 and t in docstrings.
23653
23654 * imap.el (imap-id): do.
23655
23656 * gnus-agent.el (gnus-agent-consider-all-articles)
23657 (gnus-agent-queue-mail): do.
23658
23659 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
23660
23661 * spam-report.el (spam-report-process-queue): New function.
23662 Process requests from `spam-report-requests-file'.
23663 (spam-report-process-queue): Doc fix.
23664
23665 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
23666
23667 * spam.el (spam-register-routine)
23668 (spam-log-processing-to-registry, spam-log-registered-p)
23669 (spam-log-unregistration-needed-p, spam-log-undo-registration):
23670 Change "check" to "spam-check" for semi-clarity.
23671
23672 2004-02-05 Jesper Harder <harder@ifa.au.dk>
23673
23674 * pop3.el: Require nnheader.
23675
23676 * mml-smime.el: Require cl. Autoload message-fetch-field.
23677
23678 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23679
23680 * gnus-picon.el: Require cl.
23681
23682 * gnus-fun.el: Require gnus-ems and gnus-util.
23683
23684 * gnus.el (gnus-method-to-server): Move defsubst before first use.
23685
23686 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
23687
23688 * gnus-art.el (gnus-article-edit-mode): Define before first
23689 reference.
23690
23691 2004-02-04 Jesper Harder <harder@ifa.au.dk>
23692
23693 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23694 (gnus-uu-post-encoded): Use point-at-bol.
23695
23696 * gnus-topic.el (gnus-group-active-topic-p): do.
23697
23698 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23699
23700 * gnus-group.el (gnus-group-kill-region): do.
23701
23702 * gnus-art.el (article-date-ut): do.
23703
23704 * message.el (message-fetch-field): Remove redundant
23705 case-fold-search binding.
23706 (message-narrow-to-field): Simplify.
23707
23708 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
23709
23710 * spam.el (spam-directory): Derive from `gnus-directory'.
23711
23712 * spam-report.el (spam-report-url-to-file)
23713 (spam-report-requests-file): New function and variable for offline
23714 reporting.
23715 (spam-report-url-ping-function): Add `spam-report-url-to-file'
23716 and user defined function.
23717 (spam-report-url-ping-mm-url): Remove doubled slash.
23718
23719 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
23720
23721 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23722
23723 2004-02-03 Jesper Harder <harder@ifa.au.dk>
23724
23725 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23726 Fix format string mismatch.
23727
23728 * sieve.el (sieve-deactivate-all): do.
23729
23730 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23731
23732 * nnlistserv.el (nnlistserv-kk-wash-article): do.
23733
23734 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23735
23736 * mm-bodies.el (mm-7bit-chars): Don't include \r.
23737
23738 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
23739
23740 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23741 the list of checks.
23742
23743 2004-01-31 Jesper Harder <harder@ifa.au.dk>
23744
23745 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23746 padding.
23747
23748 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
23749
23750 * mm-view.el (mm-fill-flowed): New variable.
23751 (mm-inline-text): Use it.
23752
23753 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
23754
23755 * spam.el (spam-spamassassin-register-ham-routine)
23756 (spam-spamassassin-register-spam-routine): Fix function names.
23757
23758 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
23759
23760 * gnus.el (gnus-tmp-grouplens): Remove.
23761 (gnus-summary-line-format): Remove grouplens.
23762
23763 * gnus-group.el (gnus-group-line-format): Ditto.
23764
23765 * gnus-spec.el (gnus-format-specs): Ditto.
23766 (gnus-update-format-specifications): Flush the group format spec
23767 cache if there's the grouplens stuff.
23768 (gnus-parse-simple-format): Replace %l with the empty string.
23769
23770 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
23771
23772 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23773 omission.
23774
23775 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
23776
23777 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23778 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23779
23780 2004-01-25 Paul Jarc <prj@po.cwru.edu>
23781
23782 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23783 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23784 New macros and functions.
23785 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23786 Handle > NLINK_MAX messages.
23787 * nnmaildir.el (nnmaildir-request-set-mark):
23788 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23789
23790 2004-01-25 Alex Schroeder <alex@gnu.org>
23791
23792 * spam-stat.el (spam-stat-process-directory-age): New option.
23793 (spam-stat-process-directory): Use it.
23794
23795 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
23796
23797 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23798 (spam-stat-save): Accept prefix argument.
23799
23800 2004-01-23 Paul Jarc <prj@po.cwru.edu>
23801
23802 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23803 links" error.
23804
23805 2004-01-23 Jesper Harder <harder@ifa.au.dk>
23806
23807 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23808 compatibility with old .newsrc.eld files.
23809
23810 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23811
23812 * gnus-start.el (gnus-1): do.
23813
23814 * gnus-group.el (gnus-group-line-format-alist): do.
23815
23816 * gnus.el (gnus-use-grouplens, gnus-visual): do.
23817
23818 * gnus-gl.el: Remove.
23819
23820 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
23821
23822 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23823 marks consisting of a single range {for example, (3 . 5)} rather
23824 than a list of a single range { ((3 . 5)) }.
23825
23826 2004-01-23 Jesper Harder <harder@ifa.au.dk>
23827
23828 * spam-stat.el (spam-stat-store-gnus-article-buffer):
23829 Use with-current-buffer.
23830 (spam-stat-store-current-buffer): Use insert-buffer-substring to
23831 avoid consing a string.
23832
23833 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23834 Remove obsolete entries for big5 and gb2312.
23835
23836 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
23837
23838 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23839 uncompressed list.
23840
23841 2004-01-22 Jesper Harder <harder@ifa.au.dk>
23842
23843 * spam-stat.el (spam-stat-strip-xref): New function.
23844 (spam-stat-process-directory): Use it.
23845
23846 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23847 here -- it's done in message-fetch-field.
23848
23849 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
23850
23851 * gnus-agent.el (gnus-agent-queue-mail)
23852 (gnus-agent-prompt-send-queue): New variables.
23853 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23854 * gnus-draft.el (gnus-group-send-queue): Pass the group name
23855 "nndraft:queue" along to gnus-draft-send.
23856 Use gnus-agent-prompt-send-queue.
23857 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23858 is "nndraft:queue". Suggested by Gaute Strokkenes
23859 <gs234@srcf.ucam.org>
23860
23861 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23862 (agent-enable-undownloaded-faces): Add.
23863 (gnus-agent-cat-groups): Use eval-and-compile, not
23864 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23865 method of gnus-agent-cat-groups even when the buffer has been
23866 evalled.
23867 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23868 delete gnus-agent-save-active-1.
23869 (gnus-agent-save-groups): Delete. Identical to
23870 gnus-agent-save-active.
23871 (gnus-agent-write-active): No longer adjust agent's copy of active
23872 file as agent's adjustments are now stored in their own
23873 file. Remove optional parameter.
23874 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23875 servers. Add use of min/max range limits from server's local
23876 file.
23877 (gnus-agent-save-alist): Remove unused optional argument.
23878 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23879 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23880 (gnus-agent-set-local): A per-server file that keeps min/max range
23881 limits for articles known to the agent. Provides a fast mechanism
23882 for altering many active ranges.
23883 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23884 active file (local makes it unnecessary).
23885 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23886
23887 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23888 (agent-enable-undownloaded-faces): Add.
23889
23890 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23891 disable it when sending to "nndraft:queue".
23892 (gnus-group-send-queue): Add safety check to avoid sending queue
23893 when unplugged.
23894
23895 * gnus-group.el (gnus-group-catchup): Use new
23896 gnus-sequence-of-unread-articles, not
23897 gnus-list-of-unread-articles, to avoid exhausting memory with huge
23898 numbers of articles. Use gnus-range-map to avoid having to
23899 uncompress the unread list.
23900 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23901 Fix invalid ange-ftp reference.
23902
23903 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23904 (gnus-sorted-range-intersection): Intersection of two ranges
23905 without requiring that they first be uncompressed.
23906
23907 * gnus-start.el (gnus-activate-group): Unless blocked by the
23908 caller, possibly expand the active range to include both cached
23909 and agentized articles.
23910 (gnus-convert-old-newsrc): Rewrote in anticipation of having
23911 multiple version-dependent converters.
23912 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23913 gnus-agent-save-active.
23914 (gnus-save-newsrc-file): Save dirty agent range limits.
23915
23916 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23917 gnus-agent-possibly-alter-active.
23918 (gnus-adjust-marked-articles): Faster handling of simple lists.
23919
23920 2004-01-21 Jesper Harder <harder@ifa.au.dk>
23921
23922 * spam-stat.el (spam-stat-test-directory): New optional argument
23923 displays a list of files detected. Suggested by Andrew Cohen
23924 <cohen@andy.bu.edu>.
23925 (spam-stat-buffer-words-with-scores): Don't narrow and change
23926 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
23927
23928 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
23929
23930 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23931 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23932 (spam-spamassassin-arguments)
23933 (spam-spamassassin-spam-flag-header)
23934 (spam-spamassassin-positive-spam-flag-header)
23935 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23936 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23937 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23938 (spam-list-of-processors, spam-list-of-checks)
23939 (spam-list-of-statistical-checks, spam-registration-functions)
23940 (spam-check-spamassassin-headers, spam-check-spamassassin)
23941 (spam-spamassassin-score)
23942 (spam-spamassassin-register-with-sa-learn)
23943 (spam-spamassassin-register-spam-routine)
23944 (spam-spamassassin-register-ham-routine)
23945 (spam-assassin-register-spam-routine)
23946 (spam-assassin-register-ham-routine): Add SpamAssassin support.
23947 (spam-bogofilter-score): Fix to show article before scoring.
23948
23949 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
23950
23951 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23952 default scoring function.
23953 (spam-generic-score): Call spam-spamassassin-score if
23954 spam-use-spamassassin or spam-use-spamassassin-headers is on;
23955 spam-bogofilter-score otherwise.
23956
23957 * gnus.el (spam-process, spam-autodetect-methods):
23958 Add spamassassin and spamassassin-headers.
23959
23960 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
23961
23962 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23963 Suppress unnecessary messages.
23964
23965 2004-01-20 Jesper Harder <harder@ifa.au.dk>
23966
23967 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23968 make-hash-table.
23969
23970 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
23971
23972 * canlock.el (base64-encode-string): Don't autoload it.
23973
23974 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
23975
23976 * run-at-time.el: Remove useless (require 'itimer),
23977 eval-and-compile and (featurep 'xemacs).
23978
23979 2004-01-16 Jesper Harder <harder@ifa.au.dk>
23980
23981 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23982 GROUP is a virtual group.
23983
23984 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
23985
23986 * gnus.el: Autoload `message-y-or-n-p'.
23987
23988 2004-01-15 Jesper Harder <harder@ifa.au.dk>
23989
23990 * pgg-parse.el: Remove unnecessary (require 'custom).
23991
23992 * pgg-def.el: do.
23993
23994 * nnmail.el: do.
23995
23996 * gnus-undo.el: do.
23997
23998 * gnus-picon.el: do.
23999
24000 * gnus-util.el: do.
24001
24002 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
24003
24004 * gnus-sum.el (gnus-pick-line-number): Add autoload.
24005
24006 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
24007
24008 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24009 handle, as well as a list.
24010
24011 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24012 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24013 (mm-w3m-cid-retrieve): Simplify.
24014
24015 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
24016
24017 * message.el (message-kill-to-signature): Allow prefix arg to
24018 specify number of lines to keep before signature.
24019
24020 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
24021
24022 * message.el (message-kill-to-signature): Change docstring.
24023
24024 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
24025
24026 * canlock.el: Always require sha1-el.
24027 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24028
24029 * message.el: Autoload sha1 only when compiling.
24030
24031 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
24032
24033 * message.el (message-canlock-generate): Require sha1-el.
24034
24035 2004-01-13 Jesper Harder <harder@ifa.au.dk>
24036
24037 * message.el (message-expand-name): Silence the byte compiler.
24038
24039 2004-01-13 Simon Josefsson <jas@extundo.com>
24040
24041 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24042 Invoke gnus-score-mode.
24043 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24044
24045 * gnus-range.el (gnus-compress-sequence): Doc fix.
24046 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24047
24048 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24049
24050 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24051
24052 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
24053
24054 * spam.el (spam-get-article-as-string): Update to use
24055 gnus-request-article-this-buffer, much simpler.
24056 (spam-get-article-as-buffer): Remove.
24057
24058 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
24059
24060 * message.el (message-expand-name): Use EUDC if the user uses that.
24061
24062 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24063
24064 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24065 character for the encoding to avoid consing a string.
24066
24067 * rfc2047.el (rfc2047-decode-string): Don't cons a string
24068 unnecessarily.
24069
24070 * mm-util.el (mm-replace-chars-in-string): Remove.
24071
24072 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24073 of mm-replace-chars-in-string.
24074
24075 2004-01-11 Jesper Harder <harder@ifa.au.dk>
24076
24077 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24078
24079 * mm-util.el (mm-subst-char-in-string): Support inplace.
24080
24081 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24082 a new string in every iteration. Use shy groups.
24083
24084 2004-01-10 Jesper Harder <harder@ifa.au.dk>
24085
24086 * gnus-srvr.el (gnus-browse-unsubscribe-group):
24087 * gnus-soup.el (gnus-soup-group-brew):
24088 * gnus-msg.el (gnus-put-message):
24089 * gnus-move.el (gnus-group-move-group-to-server):
24090 * gnus-kill.el (gnus-batch-score):
24091 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24092 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24093 (gnus-group-update-group, gnus-group-read-group)
24094 (gnus-group-make-group, gnus-group-make-help-group)
24095 (gnus-group-make-archive-group, gnus-group-make-directory-group)
24096 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24097 (gnus-group-sort-by-unread, gnus-group-catchup)
24098 (gnus-group-unsubscribe-group, gnus-group-kill-group)
24099 (gnus-group-yank-group, gnus-group-set-info)
24100 (gnus-group-list-groups):
24101 * gnus.el (gnus-generate-new-group-name):
24102 * gnus-delay.el (gnus-delay-send-queue):
24103 * nnvirtual.el (nnvirtual-catchup-group):
24104 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24105 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24106 (gnus-group-prepare-topics, gnus-topic-check-topology):
24107 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24108 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24109 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24110 (gnus-group-make-articles-read):
24111 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24112 (gnus-group-change-level, gnus-kill-newsgroup)
24113 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24114 (gnus-get-unread-articles, gnus-make-articles-unread)
24115 (gnus-make-ascending-articles-unread): Use accessor
24116 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24117 to get group information for improved readability.
24118
24119 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24120
24121 * gnus-art.el (article-decode-mime-words, article-babel)
24122 (gnus-article-highlight-signature, gnus-article-add-buttons)
24123 (gnus-signature-toggle): Use gnus-with-article-buffer.
24124
24125 * gnus-art.el (gnus-article-highlight-headers)
24126 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24127
24128 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24129 (gnus-article-set-globals, gnus-request-article-this-buffer)
24130 (gnus-button-message-id, gnus-article-maybe-hide-headers)
24131 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24132 (gnus-mime-display-alternative): Use with-current-buffer.
24133
24134 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24135
24136 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24137 also under 80 char limit, and call gnus-error if needed.
24138 (spam-fetch-article-header): Fix - it was a
24139 buffer-local variable (gnus-newsgroup-data).
24140 (spam-find-spam): Use spam-generate-fake-headers, forget about
24141 spam-insert-fake-headers.
24142 (spam-insert-fake-headers): Remove.
24143
24144 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24145
24146 * deuglify.el (gnus-article-outlook-unwrap-lines)
24147 (gnus-outlook-rearrange-article)
24148 (gnus-outlook-repair-attribution-outlook)
24149 (gnus-outlook-repair-attribution-block)
24150 (gnus-outlook-repair-attribution-other): Remove redundant
24151 save-excursion.
24152
24153 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24154
24155 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24156 (spam-fetch-field-subject-fast)
24157 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24158 (spam-fetch-article-header): Add functions to deal with Gnus
24159 internals for fast retrieval of article header data.
24160 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24161
24162 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24163
24164 * pop3.el (pop3-md5): Remove.
24165 (pop3-apop): Replace pop3-md5 with md5.
24166
24167 * mm-bodies.el: base64 is always built-in.
24168
24169 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24170 Use with-current-buffer.
24171
24172 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
24173
24174 * canlock.el (canlock-insert-header): Remove excessive grouping in
24175 regexp.
24176
24177 * gnus-sum.el (gnus-summary-read-document): Ditto.
24178
24179 * gnus-uu.el (gnus-uu-part-number): Ditto.
24180
24181 * html2text.el (html2text-remove-tags): Ditto.
24182 (html2text-format-tags): Ditto.
24183 (html2text-format-single-elements): Ditto.
24184
24185 * mml.el (mml-parse-1): Ditto.
24186
24187 2004-01-08 Jesper Harder <harder@ifa.au.dk>
24188
24189 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24190
24191 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24192
24193 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24194
24195 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24196
24197 2003-11-15 Simon Josefsson <jas@extundo.com>
24198
24199 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24200 (pgg-gpg-lookup-key): Use regexp match instead of
24201 split-string (split-string is different between emacs 21.2 and
24202 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
24203
24204 2004-01-08 Jesper Harder <harder@ifa.au.dk>
24205
24206 * gnus-art.el (gnus-mime-view-all-parts)
24207 (gnus-article-part-wrapper, gnus-article-view-part):
24208 Use with-current-buffer.
24209
24210 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
24211
24212 * spam.el (spam-disable-spam-split-during-ham-respool)
24213 (spam-spamoracle-database, spam-cache-lookups)
24214 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24215 (spam-group-ham-mark-p, spam-group-spam-mark-p)
24216 (spam-group-ham-marks, spam-group-spam-marks)
24217 (spam-group-spam-contents-p, spam-group-ham-contents-p)
24218 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24219 also add spam-use-blackholes to the statistical checks.
24220 (spam-fetch-field-fast): Add interface to fetching fields, may
24221 become a macro.
24222 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24223 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24224 (spam-insert-fake-headers): Fake an article when needed.
24225 (spam-find-spam): Fake article when possible.
24226 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24227 (spam-check-bogofilter-headers): Use message-fetch-field instead
24228 of nnmail-fetch-field.
24229
24230 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
24231
24232 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24233
24234 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
24235
24236 * spam.el (spam-split): Do not require spam-use-CHECK to be
24237 enabled if that check is passed to spam-split explicitly; also
24238 fix so 'spam doesn't get converted to spam-split-group when
24239 spam-split-symbolic-return is t.
24240 (spam-find-spam): Find registrations of the article and use those
24241 instead of re-running spam-split to find the spam/ham
24242 classification of the article.
24243 (spam-log-processing-to-registry, spam-log-registered-p)
24244 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24245 Use gnus-error instead of gnus-message.
24246 (spam-log-registration-type): Add function to determine the
24247 classification of a message based on registry entries; will
24248 return nil if both 'spam and 'ham are found.
24249 (spam-check-BBDB): Expand all the BBDB macros here so we can have
24250 a reasonably fast local cache without the loading errors.
24251 (spam-cache-lookups): Set to t by default.
24252 (spam-find-spam): Don't try to guess spam-cache-lookups.
24253 (spam-enter-whitelist, spam-enter-blacklist): Clear the
24254 spam-caches entry.
24255 (spam-filelist-build-cache, spam-filelist-check-cache):
24256 Fix caching of whitelist/blacklist entries.
24257 (spam-check-whitelist, spam-check-blacklist):
24258 Invoke spam-from-listed-p with a type, not a cache variable.
24259 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24260
24261 2004-01-07 Jesper Harder <harder@ifa.au.dk>
24262
24263 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24264
24265 * nnmail.el (nnmail-split-fancy): do.
24266
24267 * mml.el (mml-parse): do.
24268
24269 * gnus-score.el (gnus-enter-score-words-into-hashtb)
24270 (gnus-score-adaptive): do.
24271
24272 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24273
24274 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24275 (gnus-mime-button-map): Don't set keymap parent.
24276 (gnus-button-ctan-directory-regexp): Use shy grouping.
24277 (gnus-prev-page-map): Don't set keymap parent.
24278 (gnus-prev-page-map): Remove duplicated one.
24279 (gnus-next-page-map): Don't set keymap parent.
24280 (gnus-mime-security-button-map): Ditto.
24281
24282 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24283 version number.
24284
24285 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24286
24287 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24288
24289 * canlock.el (canlock-sha1-function): Remove.
24290 (canlock-sha1-function-for-verify): Remove.
24291 (canlock-openssl-program): Remove.
24292 (canlock-openssl-args): Remove.
24293 (canlock-ignore-errors): Remove.
24294 (canlock-sha1-with-openssl): Remove.
24295 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24296 (canlock-verify): Don't use canlock-ignore-errors.
24297
24298 * sha1-el.el (sha1-string-external): Make it can return a string
24299 in binary form.
24300 (sha1-region-external): Ditto.
24301 (sha1-string-internal): Ditto.
24302 (sha1-region-internal): Ditto.
24303 (sha1-region): Ditto.
24304 (sha1-string): Ditto.
24305 (sha1): Ditto.
24306
24307 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
24308
24309 * spam.el (spam-report-articles-gmane): New command.
24310
24311 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24312
24313 * gnus.el: Don't make unnecessary *Group* buffer when loading.
24314
24315 * run-at-time.el (run-at-time-saved): Remove.
24316 (run-at-time): Doc fix.
24317
24318 2004-01-07 Jesper Harder <harder@ifa.au.dk>
24319
24320 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24321 (gnus-summary-limit-map): Add it.
24322 (gnus-summary-make-menu-bar): do.
24323
24324 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
24325
24326 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24327 Make attempt at some caching support (done for BBDB only now).
24328 (spam-find-spam): Set spam-cache-lookups if there are more than 2
24329 addresses to be checked.
24330 (spam-clear-cache-BBDB): Add function, to be invoked by
24331 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24332 (spam-check-BBDB): Check and use the caches, if
24333 spam-cache-lookups is on, remove superfluous (provide).
24334
24335 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
24336
24337 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24338
24339 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
24340
24341 * run-at-time.el (run-at-time-saved): Move to after the definition
24342 of `run-at-time'.
24343
24344 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
24345
24346 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24347 mm-w3m-local-map-property.
24348
24349 * mm-view.el (mm-w3m-mode-map): Remove.
24350 (mm-w3m-local-map-property): Remove.
24351 (mm-inline-text-html-render-with-w3m): Don't use
24352 mm-w3m-local-map-property.
24353
24354 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
24355
24356 * run-at-time.el: New file.
24357
24358 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24359 of gnus-set-text-properties.
24360
24361 * gnus-uu.el (gnus-uu-save-article): Ditto.
24362
24363 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24364
24365 * gnus-cite.el (gnus-cite-parse): Ditto.
24366
24367 * gnus-art.el (gnus-button-push): Use set-text-properties instead
24368 of gnus-.
24369
24370 * gnus.el: Change calls to nnheader-run-at-time and
24371 password-run-at-time throughout to use run-at-time directly.
24372
24373 * password.el: Remove definition of run-at-time.
24374
24375 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
24376
24377 * mml.el (mml-minibuffer-read-disposition): Show attachment type
24378 in prompt.
24379
24380 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
24381
24382 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24383 XEmacs version.
24384
24385 * dns.el (dns-make-network-process): Use `open-network-stream'
24386 instead of `gnus-xmas-open-network-stream'.
24387
24388 * .cvsignore: Add auto-autoloads.el, custom-load.el.
24389
24390 2004-01-06 Jesper Harder <harder@ifa.au.dk>
24391
24392 * gnus-art.el (gnus-mime-display-alternative)
24393 (gnus-insert-mime-button, gnus-insert-mime-security-button)
24394 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24395 Don't use gnus-local-map-property.
24396
24397 * gnus-util.el (gnus-local-map-property): Remove.
24398
24399 * mm-view.el (mm-view-pkcs7-decrypt):
24400 Replace gnus-completing-read-maybe-default with completing-read.
24401
24402 * gnus-util.el (gnus-completing-read): do.
24403 (gnus-completing-read-maybe-default): Remove.
24404
24405 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
24406
24407 * password.el: Only autoload `run-at-time' if not XEmacs.
24408 Only autoload the itimer functions if XEmacs.
24409
24410 2004-01-06 Jesper Harder <harder@ifa.au.dk>
24411
24412 * gnus-art.el (gnus-read-string): Remove.
24413 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24414 read-string.
24415
24416 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
24417
24418 * netrc.el: Autoload password-read.
24419 (netrc): Add configuration group.
24420 (netrc-encoding-method, netrc-openssl-path):
24421 Add variables for encoding and decoding of files with symmetric
24422 ciphers.
24423 (netrc-encode): Add assistant function to encode a file with
24424 netrc-encoding-method.
24425 (netrc-parse): Add interactive parameter, added optional
24426 decoding if netrc-encoding-method is non-nil but otherwise
24427 behavior is standard.
24428 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24429 Do s/encode/encrypt/ everywhere.
24430
24431 * spam.el: Remove executable-find autoload.
24432
24433 2004-01-05 Jesper Harder <harder@ifa.au.dk>
24434
24435 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24436
24437 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24438
24439 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
24440
24441 * gnus-art.el (gnus-treat-ansi-sequences)
24442 (article-treat-ansi-sequences): New variable and function.
24443 Suggested by Dan Jacobson <jidanni@jidanni.org>.
24444
24445 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24446 Use it.
24447
24448 2004-01-05 Jesper Harder <harder@ifa.au.dk>
24449
24450 * mm-util.el (mm-quote-arg): Remove.
24451
24452 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24453 shell-quote-argument.
24454
24455 * gnus-uu.el (gnus-uu-command): do.
24456
24457 * gnus-sum.el (gnus-summary-insert-pseudos): do.
24458
24459 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24460 with make-char.
24461
24462 * mm-util.el (mm-make-char): Remove.
24463
24464 * mml.el (mml-mode): Replace gnus-add-minor-mode with
24465 add-minor-mode.
24466
24467 * gnus-undo.el (gnus-undo-mode): do.
24468
24469 * gnus-topic.el (gnus-topic-mode): do.
24470
24471 * gnus-sum.el (gnus-dead-summary-mode): do.
24472
24473 * gnus-start.el (gnus-slave-mode): do.
24474
24475 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24476
24477 * gnus-ml.el (gnus-mailing-list-mode): do.
24478
24479 * gnus-gl.el (gnus-grouplens-mode): do.
24480
24481 * gnus-draft.el (gnus-draft-mode): do.
24482
24483 * gnus-dired.el (gnus-dired-mode): do.
24484
24485 * gnus-ems.el (gnus-add-minor-mode): Remove.
24486
24487 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24488 Replace gnus-char-width with char-width.
24489
24490 * gnus-ems.el (gnus-char-width): 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 * spam-stat.el (with-syntax-table): Remove with-syntax-table
24498 definition.
24499 Remove Emacs 20 hash table compatibility code.
24500
24501 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24502 20 compatibility code.
24503
24504 * spam.el (spam-point-at-eol): Replace with point-at-eol.
24505
24506 * smime.el (smime-point-at-eol): Replace with point-at-eol.
24507
24508 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24509 Replace with point-at-{eol,bol}.
24510
24511 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24512
24513 * imap.el (imap-point-at-eol): Replace with point-at-eol.
24514
24515 * flow-fill.el (fill-flowed-point-at-bol)
24516 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24517
24518 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24519 Replace with point-at-{eol,bol} throughout all files.
24520
24521 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
24522
24523 * ntlm.el (ntlm-string-as-unibyte): New macro.
24524 (ntlm-build-auth-response): Use it.
24525
24526 Remove Emacs 20 stuff:
24527 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24528 of delq and copy-sequence.
24529 * gnus-art.el (popup-menu): Remove the compiler macro.
24530 * nnmail.el (nnmail-split-fancy): Don't support customizing with
24531 Emacs 20.
24532
24533 2004-01-05 Simon Josefsson <jas@extundo.com>
24534
24535 * ntlm.el: Fix namespace. Change smb-passwd-hash into
24536 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24537 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24538 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24539 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24540 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24541 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24542 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24543 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24544 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24545 ntlm-string-permute, string-lshift into ntlm-string-lshift,
24546 string-xor into ntlm-string-xor.
24547 Suggested by Jesper Harder <harder@myrealbox.com>.
24548
24549 * ntlm.el: Don't include poem.
24550
24551 * md4.el (print-int32, print-string-hexa): Remove.
24552 Suggested by Jesper Harder <harder@myrealbox.com>.
24553
24554 * sasl-ntlm.el, ntlm.el, md4.el: New files.
24555
24556 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
24557 probably breaks emacs with DL patch, but do we care? Is anyone
24558 still using the DL stuff?)
24559
24560 * sieve-manage.el: Use the password package.
24561 (sieve-manage-read-passwd): Remove.
24562 (sieve-manage-interactive-login): Use password. Re-add
24563 condition-case around loop.
24564
24565 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24566 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24567 Use the password package.
24568
24569 2003-02-19 Simon Josefsson <jas@extundo.com>
24570
24571 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24572 token.
24573
24574 2002-08-07 Simon Josefsson <jas@extundo.com>
24575
24576 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24577 (sieve-manage-authenticators):
24578 (sieve-manage-authenticator-alist): Add some SASL mechs.
24579 (sieve-sasl-auth): New function.
24580 (sieve-manage-cram-md5-auth):
24581 (sieve-manage-plain-auth): Rewrite using SASL library.
24582 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24583 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24584 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24585 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24586
24587 2004-01-05 Simon Josefsson <jas@extundo.com>
24588
24589 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24590 New files.
24591
24592 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24593
24594 * gnus-group.el (gnus-no-groups-message): Update.
24595
24596 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24597
24598 2003-11-09 Simon Josefsson <jas@extundo.com>
24599
24600 * imap.el: Support for ID IMAP extension (RFC 2971).
24601 (imap-local-variables): Add imap-id.
24602 (imap-id): New variable.
24603 (imap-id): New function.
24604 (imap-parse-response): Parse untagged ID response.
24605 * nnimap.el (nnimap-id): New variable.
24606 (nnimap-open-connection): Use it.
24607
24608 2003-12-28 Simon Josefsson <jas@extundo.com>
24609
24610 * gnus-score.el (gnus-score-edit-all-score): New.
24611 * gnus-group.el (gnus-group-score-map): Bind it to W e.
24612
24613 2004-01-04 Simon Josefsson <jas@extundo.com>
24614
24615 * password.el: Add.
24616
24617 2004-01-04 Mario Lang <lang@zid.tugraz.at>
24618
24619 * dns.el (dns-query-types): Fix typo.
24620 (dns-query-types): New function.
24621 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
24622 PTR and SOA replies, see RFC 1035.
24623
24624 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24625
24626 * gnus.el (gnus-logo-color-style): Change colors to `no'.
24627
24628 * Move to Changelog.2.
24629
24630 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24631
24632 * gnus.el (gnus-version-number): Bump version.
24633
24634 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
24635
24636 * gnus.el: No Gnus v0.1 is released.
24637
24638 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
24639
24640 * gnus.el: No Gnus v0.0 is released.
24641
24642 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24643
24644 * gnus.el (gnus-version-number): Bump.
24645 (gnus-version): No.
24646
24647 See ChangeLog.2 for earlier changes.
24648
24649 Copyright (C) 2004-2013 Free Software Foundation, Inc.
24650
24651 This file is part of GNU Emacs.
24652
24653 GNU Emacs is free software: you can redistribute it and/or modify
24654 it under the terms of the GNU General Public License as published by
24655 the Free Software Foundation, either version 3 of the License, or
24656 (at your option) any later version.
24657
24658 GNU Emacs is distributed in the hope that it will be useful,
24659 but WITHOUT ANY WARRANTY; without even the implied warranty of
24660 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24661 GNU General Public License for more details.
24662
24663 You should have received a copy of the GNU General Public License
24664 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24665
24666 ;; Local Variables:
24667 ;; coding: utf-8
24668 ;; fill-column: 79
24669 ;; add-log-time-zone-rule: t
24670 ;; End: