Merge changes made in Gnus trunk.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4 continue on and do the clean-up phase (bug#9188).
5
6 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
7 just ignore groups that can't be opened instead of erroring out
8 (bug#9225).
9
10 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
11 nil since some many people are fuddy-duddies.
12
13 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
14 images.
15
16 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
17 instead.
18
19 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
20
21 * gnus-util.el (gnus-process-live-p): Copy over compat function.
22
23 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
24 processing.
25
26 * nntp.el (nntp-kill-buffer): Kill the process before killing the
27 buffer to avoid warnings.
28
29 2011-08-20 Simon Josefsson <simon@josefsson.org>
30
31 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
32 specified to reduce precision.
33
34 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
35
36 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
37 bodystructures (bug#9314).
38
39 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
40
41 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
42 Make button keymap non-sticky after buttons.
43
44 2011-08-18 David Engster <dengste@eml.cc>
45
46 * nnmairix.el (nnmairix-request-set-mark)
47 (nnmairix-goto-original-article): Remove adding of article to registry,
48 since `gnus-registry-add-group' isn't available anymore.
49 (nnmairix-determine-original-group-from-registry): Use
50 `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
51 available anymore.
52
53 2011-08-12 Simon Josefsson <simon@josefsson.org>
54
55 * starttls.el (starttls-any-program-available): Define as obsolete
56 function.
57
58 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
59
60 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
61 versions which Gnus use when appropriate.
62
63 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
64 a pretty destructive command.
65
66 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
67
68 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
69
70 * message.el (message-fix-before-sending): Make a different warning
71 about NUL characters (bug#9270).
72
73 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
74 from custom (bug#9260).
75
76 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
77 things work in Emacs 22 and XEmacs, too.
78
79 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
80 default From.
81
82 * gnus-spec.el (gnus-lrm-string-p): New macro.
83 (gnus-lrm-string): New constant.
84 (gnus-summary-line-format-spec): LRM-ify the from.
85 (gnus-tilde-max-form): LRM-ify string chopping.
86
87 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
88
89 * message.el (message-is-yours-p): Allow disabling canlock checking
90 (bug#9295).
91 (message-shoot-gnksa-feet): Add `canlock-verify'.
92 (message-auto-save-directory): Use ~/ as the auto-save directory if the
93 message directory isn't writable (bug#9304).
94
95 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
96 non-world-readable.
97
98 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
99
100 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
101 articles.
102
103 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
104
105 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
106 copy-list.
107
108 2011-08-12 Sam Steingold <sds@gnu.org>
109
110 * gnus-score.el (gnus-score-find-alist): Keep the score files already
111 in the reverse order to avoid modifying the cache with `nreverse'.
112 (gnus-all-score-files): Do not modify the value returned by
113 `gnus-score-find-alist' because it lives in a cache variable.
114 (gnus-current-home-score-file): No need to `nreverse' the return value
115 of `gnus-score-find-alist', it is already in the correct order.
116
117 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
118
119 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
120 type MESSAGE and subtype RFC822 is slightly different from those of
121 type TEXT.
122
123 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
124
125 * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
126 allows article-referral to work from an nnir group.
127
128 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
129
130 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
131
132 2011-08-04 Daiki Ueno <ueno@unixuser.org>
133
134 * mml1991.el (mml1991-epg-find-usable-key)
135 (mml1991-epg-find-usable-secret-key): New function.
136 (mml1991-epg-sign): Check if signing key is usable.
137 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
138
139 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
140
141 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
142 server-variables only. This should fix a bug introduced with commit
143 e1889675b7f4adf057833c5513c9374134c4e053.
144 (nnir-run-query): 'nnir-search-engine should not be set from the global
145 environment.
146
147 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
148
149 * nnir.el (nnir-search-thread): Position point on referring article
150 line.
151 (nnir-warp-to-article): Clean up summary buffers.
152
153 * nnimap.el (nnimap-request-thread): Whitespace fix.
154
155 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
156
157 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
158
159 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
160
161 * starttls.el (starttls-available-p): Renamed from
162 `starttls-any-program-available' and changed return convention.
163
164 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
165
166 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
167 `unix-sync' unless it's defined.
168
169 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
170
171 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
172 `aref' for XEmacs compatibiltiy.
173
174 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
175
176 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
177
178 2011-07-31 Dave Abrahams <dave@boostpro.com> (tiny change)
179
180 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
181 closures, quote the form properly (bug#9194).
182
183 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
184
185 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
186 (gnus-summary-insert-new-articles): Protect against servers that are
187 down.
188
189 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
190
191 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
192 in mm handle if none is specified.
193
194 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
195
196 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
197
198 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
199
200 * nnir.el (nnir-search-thread): New function to make an nnir group
201 based on a thread query.
202
203 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
204 of nnir in thread referral.
205 (gnus-summary-refer-thread): Use it.
206
207 * nnimap.el (nnimap-request-thread): Use it.
208
209 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
210
211 * shr.el (shr-tag-comment): Ignore HTML comments.
212
213 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
214
215 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
216 argument.
217 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query): Use
218 `nnir-address' to handle server info rather than passing an arg.
219
220 * nnimap.el (nnimap-make-thread-query): New utility function to format
221 an imap thread search query.
222 (nnimap-request-thread): Use it.
223
224 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
225 right select-method if we are not going back to the group buffer.
226
227 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
228
229 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
230 enter invalid buffer configurations into the quit form (bug#9107).
231 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
232 unplugged/plugged.
233
234 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
235 keep track of which ones are unread (bug#9061).
236
237 * gnus.el (gnus-refer-article-method): Allow entering any sexp
238 (bug#9055).
239
240 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
241 (bug#9041).
242
243 * gnus-html.el (mm-util): Require (bug#9073).
244
245 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
246 (gnus-summary-refer-thread): Use it to remove duplicates in the
247 un-threaded view (bug#9053).
248 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
249
250 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
251
252 * nnir.el (nnir-read-server-parm): Use default value from global
253 variable. Without this the default search engine parameters aren't
254 used at all.
255
256 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
257
258 * message.el (message-unique-id): Don't use the undocumented return
259 value from (random t) (bug#9118).
260
261 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
262
263 * message.el (message-auto-save-directory): If the ~/Mail directory
264 doesn't exist, use ~ as the auto-save directory (bug#4432).
265
266 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
267 hasn't already been started.
268
269 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
270
271 * gnus.el (debbugs-gnu): Renamed from debbugs-emacs.
272
273 * message.el (message-reply): Work around mysterious bug where
274 `message-mode' seems to overwrite the locally bound `subject' variable.
275
276 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
277
278 * nnimap.el (nnimap-request-thread): Ensure search is performed in
279 correct group.
280
281 * gnus-int.el (gnus-request-thread): Add group argument.
282
283 * gnus-sum.el (gnus-summary-refer-thread): Use it.
284
285 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
286
287 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
288 renamed to `debbugs-gnu-*'.
289
290 2011-07-08 Daiki Ueno <ueno@unixuser.org>
291
292 * plstore.el: Revert the editing feature since it is not urgent.
293 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
294 (plstore-mode-decoded): Remove.
295
296 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
297
298 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
299 isn't very interesting any more, and it leaks potentially secret data.
300 (gnus-debug): Removed.
301
302 * gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working
303 use of :custom-show.
304
305 2011-07-07 Daiki Ueno <ueno@unixuser.org>
306
307 * plstore.el: Add documentation.
308 (plstore-mode): New mode to edit plstore file.
309 (plstore-mode-toggle-display, plstore-mode-original)
310 (plstore-mode-decoded): New command.
311 (plstore--encode, plstore--decode, plstore--write-contents-functions)
312 (plstore--insert-buffer, plstore--make): New function.
313 (plstore-open, plstore-save): Simplify by using them.
314
315 2011-07-06 Glenn Morris <rgm@gnu.org>
316
317 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
318
319 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
320
321 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
322 no longer is much used.
323 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
324 Articles".
325
326 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
327
328 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
329 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
330 `notmuch' backend.
331
332 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
333
334 * mm-decode.el (mm-text-html-renderer): Doc fix.
335
336 * gnus-msg.el (gnus-bug): Fix the MML tag.
337
338 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
339
340 2011-07-05 Daiki Ueno <ueno@unixuser.org>
341
342 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
343 secondary methods if started with `gnus-no-server'.
344
345 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
346
347 * message.el (message-return-action): Fix typo in docstring.
348
349 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
350
351 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
352 bug reports at once.
353
354 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
355
356 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
357
358 * nndraft.el: Require gnus-group.
359 (nndraft-request-list): Declare.
360
361 * nndraft.el (nndraft-update-unread-articles): Don't show group having
362 no unread article unless it matches gnus-permanently-visible-groups.
363
364 * nndraft.el (nndraft-update-unread-articles): New function.
365 (nndraft-request-associate-buffer): Use it to update the number of
366 unread articles for the nndraft groups in the group buffer when saving
367 or killing a draft message.
368
369 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
370
371 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
372 systems to binary before writing and reading the mbox files.
373
374 * gnus.el (gnus-summary-line-format): Link to the info node for %U
375 instead of trying to list them all (bug#8978).
376
377 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
378
379 * pop3.el (pop3-open-server): Use :end-of-capability.
380
381 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
382
383 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
384 the id is always a number.
385
386 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
387 debbugs mode, if possible.
388
389 2011-07-02 Daiki Ueno <ueno@unixuser.org>
390
391 * auth-source.el (auth-source-token-passphrase-callback-function):
392 Reindent.
393 (epg-context-operation): Remove unnecessary autoload.
394
395 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
396
397 * gnus.el (gnus-list-debbugs): New command.
398
399 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
400 mboxstat instead of the maintbox, since the stat seems to be fuller.
401
402 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
403 summary buffers.
404
405 * message.el (message-get-reply-headers): Delete all duplicates,
406 instead of the first.
407 (message-get-reply-headers): Ensure that we have progress while
408 deleting duplicates.
409
410 * gnus-msg.el (gnus-configure-posting-styles): Get the local
411 gnus-posting-style value from the summary buffer to make it easier to
412 make that a per-buffer conf.
413
414 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
415
416 * nnir.el (nnir-run-imap): Allow halting a search when an article is
417 found by setting `shortcut' in 'query.
418 (nnir-request-article): Use `shortcut' setting when requesting article
419 by Message-ID.
420
421 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
422
423 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
424 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
425 Bring the pseudo-headers back too.
426
427 2011-07-01 Daiki Ueno <ueno@unixuser.org>
428
429 * auth-source.el (auth-source-token-passphrase-callback-function):
430 Simplify and remove EPA dependency.
431
432 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
433
434 * nnir.el (nnir-request-article): Fix error message text.
435
436 2011-07-01 Daiki Ueno <ueno@unixuser.org>
437
438 * auth-source.el (plstore-delete): Autoload.
439 (auth-source-plstore-search): Support delete operation.
440 * plstore.el (plstore-delete): New function.
441
442 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
443
444 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
445 mark actually existing articles as unread rather than the ones that
446 active asserts.
447
448 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
449
450 * nntp.el (nntp-record-command):
451 * gnus-util.el (gnus-message-with-timestamp-1):
452 Use format-time-string rather than decoding time stamps by hand.
453 This is simpler and insulates the code from potential changes to
454 current-time format.
455
456 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
457
458 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
459
460 2011-07-01 Daiki Ueno <ueno@unixuser.org>
461
462 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
463 (plstore-save): Support public key encryption.
464 (plstore--init-from-buffer): New function.
465 (plstore-open): Use it; fix error when opening a non-existent file.
466 (plstore-revert): Use plstore--init-from-buffer.
467
468 2011-07-01 Daiki Ueno <ueno@unixuser.org>
469
470 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
471
472 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
473
474 * mml2015.el (mml2015-use): Replace string-match-p with string-match
475 for old Emacsen.
476
477 2011-06-30 Daiki Ueno <ueno@unixuser.org>
478
479 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
480 is not fully working.
481
482 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
483
484 * dgnushack.el: Autoload sha1 on XEmacs.
485
486 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
487 quit window configuration.
488
489 * auth-source.el (epg-context-set-passphrase-callback): Remove
490 duplicate autoload.
491
492 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
493
494 * nnir.el (nnir-request-article): Allow requesting articles by
495 Message-ID with nnimap.
496
497 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
498 current server.
499
500 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
501
502 * auth-source.el: Autoload EPA/EPG functions.
503 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
504 changed when EPA/EPG is not available.
505 (auth-source-backend): Rename "arg" member to "data".
506 (auth-source-backend-parse, auth-source-plstore-search)
507 (auth-source-plstore-create): Use it.
508
509 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
510
511 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
512 `gnus-refer-article-methods'.
513
514 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
515
516 * auth-source.el: Require EPA and EPG.
517 (auth-source-passphrase-alist): New variable.
518 (auth-source-passphrase-callback-function)
519 (auth-source-token-passphrase-callback-function): Callbacks for the
520 netrc field encryption (GPG tokens).
521 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
522 Symmetric encryption and decryption of the netrc GPG tokens.
523 (auth-source-netrc-normalize): Use them, simplifying the closure.
524
525 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
526
527 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
528 non-nil, and `nnimap-split-methods' is nil, use the former.
529
530 2011-06-30 Daiki Ueno <ueno@unixuser.org>
531
532 * plstore.el (plstore-revert): New function.
533 (plstore-open): Use it; hide the buffer from user.
534
535 2011-06-30 Daiki Ueno <ueno@unixuser.org>
536
537 * auth-source.el (auth-source-backend): New member "arg".
538 (auth-source-backend-parse): Handle new backend 'plstore.
539 * plstore.el: New file.
540
541 2011-06-30 Glenn Morris <rgm@gnu.org>
542
543 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
544
545 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
546
547 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
548
549 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
550 expiring articles to.
551
552 * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
553 variations as ASCII (bug#5458).
554
555 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
556
557 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
558
559 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
560
561 * message.el (message-point-in-header-p): Tweak the function to default
562 to saying that we're not in the headers if there is no separator at
563 all. This makes it possible to use the Message version of `M-q' in
564 buffers with no headers (bug#7987).
565 (message-point-in-header-p): Fix last checkin to work with an empty
566 mail-header-separator, too.
567
568 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
569 again, save the choice via customize.
570
571 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
572
573 * message.el (message-send-mail-function): Add `sendmail-query-once'.
574
575 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
576 ended the connection, bail out before waiting infinitely on a new
577 connection.
578
579 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
580
581 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
582 reports.
583
584 * gnus.el (gnus-bug-package): Use "gnus."
585 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
586
587 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
588
589 * gnus-art.el (gnus-article-stop-animations): New function to stop any
590 animations going on at article exit time.
591
592 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
593 since removing it breaks people upgrading.
594
595 * shr.el (shr-put-image): Use the new interface for animating images.
596 (shr-put-image): Animate for 60 seconds.
597
598 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
599 error with `find-file-hooks' on Emacs 22.
600 (with-auth-source-epa-overrides): Ugly hack to Wrap the
601 `find-file-hook' things in `symbol-value' to avoid compilation warnings
602 on all architectures.
603
604 * spam.el (spam-stat): Require in a normal fashion without binding
605 `spam-stat-install-hooks' to avoid compilation warnings.
606
607 * spam-stat.el (spam-stat-install-hooks): Removed.
608 (spam-stat-install-hooks): Don't run automatically.
609
610 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
611
612 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
613 and keystroke.
614
615 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
616
617 * auth-source.el (auth-source-netrc-cache): Move forward.
618
619 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
620
621 * auth-source.el (auth-source-netrc-create): Don't query the bits that
622 we already know.
623 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
624 (auth-source-netrc-create): Don't prompt for the stuff we already know.
625
626 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
627
628 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
629 %S format, since that looks odd.
630 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
631 file, especially when saving.
632
633 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
634
635 * nnimap.el (nnimap-find-article-by-message-id): return nil when no
636 article found.
637
638 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
639
640 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
641 `auth-source-save-secrets' with a more sensitive alist that can be
642 configured per file. Experimental, so defaults to 'never.
643 (auth-source-netrc-create): Use it. Still experimental code.
644 (with-auth-source-epa-overrides): Use `find-file-hooks' if
645 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
646
647 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
648
649 * auth-source.el (auth-source-save-secrets): New variable to control if
650 secret tokens should be saved encrypted.
651 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
652 to `auth-source-netrc-normalize'.
653 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
654 on the EPA variables being defined.
655 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
656 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
657 the lexical-let closure.
658 (auth-source-netrc-create): Create "gpg:" tokens according to
659 `auth-source-save-secrets'.
660
661 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
662
663 * gnus-group.el (gnus-group-update-group): Add new argument
664 `info-unchanged' that stops updating dribble buffer.
665
666 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
667 deletes lines matching to it in dribble buffer.
668
669 * gnus-agent.el (gnus-agent-fetch-group-1):
670 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
671 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
672 * gnus-start.el (gnus-group-change-level):
673 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
674
675 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
676 if newsgroup info is not changed.
677
678 * gnus-group.el (gnus-group-get-new-news-this-group):
679 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
680 Don't update dribble buffer.
681
682 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
683
684 * gnus-registry.el (gnus-registry-remove-ignored): New function to
685 remove entries with groups we ignore.
686
687 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
688
689 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
690 the underline comes at the bottom.
691
692 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
693
694 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
695 `gnus-registry-user-format-function-M' and declare the latter obsolete.
696 (gnus-registry-article-marks-to-names): Rename from
697 `gnus-registry-user-format-function-M2'.
698
699 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
700
701 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
702 ephemeral group.
703
704 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
705
706 * shr.el (shr-browse-image): Copy the URL if called interactively.
707
708 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
709
710 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
711 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
712 done, then unselected articles may be marked as read.
713
714 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
715 since not doing this seems to lead to a race condition in pop3-logon.
716
717 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
718 so that the call chain it correct when we call "upwards".
719
720 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
721 in read-only groups.
722
723 * gnus-group.el (gnus-group-mark-article-read): Ditto.
724
725 * message.el (message-cite-reply-position): Doc string fix.
726
727 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
728 avoid regexp overflow.
729 (nnimap-transform-split-mail): Ditto.
730
731 * pop3.el (pop3-retr): Error out if the server closes the connection.
732
733 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
736 mm-with-unibyte-current-buffer. The buffer should not contain any
737 multibyte chars anyway at this stage.
738
739 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
740
741 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
742 at the end of lines.
743
744 2011-05-29 Julien Danjou <julien@danjou.info>
745
746 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
747
748 2011-05-27 Glenn Morris <rgm@gnu.org>
749
750 * gnus-group.el (gnus-bug-group-download-format-alist):
751 Use the "maintainer" version of debian reports as well.
752
753 2011-05-26 Glenn Morris <rgm@gnu.org>
754
755 * gnus-group.el (gnus-bug-group-download-format-alist):
756 Use the "maintainer" version of debbugs.gnu.org reports.
757
758 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
759
760 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
761
762 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
763
764 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
765 the thread moves us backwards and so we loop forever.
766
767 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
768
769 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
770 whitespace in base64 data lines.
771
772 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
773
774 * gnus-registry.el (gnus-registry-user-format-function-M):
775 Use `mapconcat'.
776 (gnus-registry-user-format-function-M2): Use to see the full text of
777 the marks. Make "," the mark text separator.
778
779 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
780 authentication with auth-source.
781
782 2011-05-17 Glenn Morris <rgm@gnu.org>
783
784 * gnus-group.el (gnus-import-other-newsrc-file):
785 Use insert-file-contents.
786
787 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
788
789 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
790 1000 iterations.
791
792 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
793
794 * nntp.el (nntp-open-connection): Check if process-type is available.
795
796 2011-05-16 Julien Danjou <julien@danjou.info>
797
798 * shr.el (shr-tag-del): Add support for del tag.
799
800 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
801
802 * gnus-html.el (gnus-html-put-image): Register a displayer.
803
804 * shr.el (shr-image-displayer): Don't remove text props from alt text.
805
806 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
807
808 * registry.el (prune-factor): New initialization parameter defaulting
809 to 0.1.
810 (registry-prune-hard): Use it.
811
812 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
813 0.1 expicitly.
814
815 2011-05-13 Glenn Morris <rgm@gnu.org>
816
817 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
818 is bound, since this function requires sendmail.
819
820 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
821
822 * registry.el (registry-usage-test): Disable pruning test.
823
824 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
825
826 * registry.el (registry-prune-hard-candidates)
827 (registry-prune-soft-candidates): Helper methods for registry pruning.
828 (registry-prune): Use them. Make the sort function optional.
829
830 2011-05-10 Jim Meyering <meyering@redhat.com>
831
832 * shr.el (shr-colorize-region): Fix typo "on on -> on".
833
834 2011-05-10 Julien Danjou <julien@danjou.info>
835
836 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
837 symbol and not a list.
838
839 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
840
841 * gnus-art.el (gnus-article-mode): Move binding of
842 shr-put-image-function here from gnus-article-prepare-display.
843
844 * shr.el (shr-put-image-function): New variable.
845 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
846 (shr-put-image): Return scaled image.
847
848 * gnus-art.el (gnus-shr-put-image): New function.
849 (gnus-article-prepare-display): Bind shr-put-image-function to it.
850
851 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
852 original ones, as deletable.
853
854 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * nntp.el (nntp-open-connection): Set TCP keepalive option.
857
858 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
859
860 * registry.el (registry-full): Add convenience method. Fix logic.
861 (registry-insert): Use it. Fix logic here too.
862
863 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
864 `registry-prune' if `registry-full' returns t.
865 (gnus-registry-handle-action)
866 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
867 (gnus-registry-usage-test): Use it.
868
869 2011-05-07 Julien Danjou <julien@danjou.info>
870
871 * shr.el (shr-link): Make shr-link inherit from link by default.
872
873 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
874
875 * shr.el (shr-urlify, shr-link): Fix shr-link face.
876
877 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
878
879 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
880 error out because the face is not a list.
881
882 2011-05-05 Glenn Morris <rgm@gnu.org>
883
884 * gnus-start.el (gnus-propagate-marks): Declare.
885
886 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
887
888 * registry.el (registry-reindex): Fix percentage message.
889
890 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
891
892 * shr.el: Add shr-link face for links.
893 (shr-urlify): Use it.
894
895 * registry.el (registry-insert): Make error message more helpful.
896
897 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
898
899 * gnus-html.el (gnus-html-schedule-image-fetching):
900 Use url-queue-retrieve, if it exists.
901
902 * shr.el (shr-tag-img): Ditto.
903
904 * gnus.el: Autoload more gnus-agent functions.
905
906 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
907 agent if we haven't already (bug#8502).
908
909 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
910 into the Agent, too.
911
912 * gnus-agent.el (gnus-agent-store-article): New function.
913
914 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
915 and moved from that file for reuse.
916
917 * pop3.el (pop3-open-server): Error messages are "-ERR".
918
919 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
920
921 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
922 (open-tls-stream): Remove superfluous tls/starttls autoloads.
923
924 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
925
926 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
927 buffer has moved to a different frame.
928
929 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
930
931 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
932 to get the conversion from unibyte to multibyte buffers to work on
933 Emacs 22.
934
935 * nntp.el (nntp-request-article): Slight clean-up.
936
937 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
938
939 * shr.el (shr-strike-through): New face.
940 (shr-tag-s): Use it to provide <s> support.
941 (shr-tag-s): Remove duplicate definition.
942
943 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
944
945 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
946 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
947
948 2011-04-23 Glenn Morris <rgm@gnu.org>
949
950 * gnus-sum.el (gnus-extra-headers): Bump :version.
951
952 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
953
954 * shr.el (shr-tag-sup): New function.
955 (shr-tag-sub): Ditto.
956
957 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
958
959 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
960 for the case where `gnus-registry-ignored-groups' is a list of lists,
961 and don't call `gnus-parameter-registry-ignore' otherwise.
962
963 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
964
965 * nnimap.el (nnimap-user): New backend variable.
966 (nnimap-open-connection-1): Use it.
967 (nnimap-credentials): Accept user parameter so it's explicit what user
968 name is desired.
969
970 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
971 default.
972
973 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
974 not gnus-registry.el.
975
976 * gnus-registry.el: Mention in comments how to modify
977 `gnus-extra-headers' for proper recipient tracking and that it may
978 already have To and Cc recently, which it does as of this commit.
979 (gnus-registry-ignored-groups): Remove defcustom.
980 Explain why in comments.
981 (gnus-registry-action): Fix data-header reference to use the extra
982 headers. Explain in package commentary how to add To and Cc headers to
983 the gnus-extra-headers.
984 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
985 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
986 parameter list or a string list in `gnus-registry-ignored-groups'.
987 Fix logic error.
988
989 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
990
991 * shr.el (shr-expand-url): Protect against null urls.
992
993 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
994
995 * shr.el (shr-base): New binding.
996 (shr-tag-base): Keep track of <base>.
997 (shr-expand-url): New function used throughout.
998
999 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
1000
1001 * gnus-registry.el
1002 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1003 (gnus-registry-ignored-groups): New variable.
1004 (gnus-registry-ignore-group-p): Use it.
1005 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1006 set the destination group to nil (same as delete) if it's ignored.
1007
1008 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
1009
1010 * gnus-registry.el (gnus-registry-action)
1011 (gnus-registry-fetch-header-fast):
1012 Don't use mail-header that looks an internal function of mailheader.el.
1013
1014 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
1015
1016 * gnus-registry.el: Eliminate cl functions.
1017 (gnus-registry-sort-addresses): New function that replaces mapcan.
1018 (gnus-registry-action, gnus-registry-spool-action)
1019 (gnus-registry-split-fancy-with-parent)
1020 (gnus-registry-fetch-recipients-fast): Use it.
1021 (gnus-registry-import-eld): Replace delete* with dolist + delq.
1022
1023 * registry.el (initialize-instance, registry-lookup)
1024 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1025 (registry-lookup-secondary-value, registry-search, registry-delete)
1026 (registry-insert, registry-reindex, registry-size, registry-prune):
1027 Use eval-and-compile.
1028
1029 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
1030
1031 * registry.el (registry-reindex): New method to recreate the secondary
1032 registry indices.
1033
1034 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1035 tracked field changes.
1036 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1037 (gnus-registry-action, gnus-registry-spool-action)
1038 (gnus-registry-handle-action)
1039 (gnus-registry--split-fancy-with-parent-internal)
1040 (gnus-registry-split-fancy-with-parent)
1041 (gnus-registry-register-message-ids): Add recipient tracking on spool,
1042 move, and delete actions, and for fancy splitting with parent.
1043 (gnus-registry-extract-addresses)
1044 (gnus-registry-fetch-recipients-fast)
1045 (gnus-registry-fetch-header-fast): Convenience functions.
1046 (gnus-registry-misc-test): ERT test of
1047 `gnus-registry-extract-addresses'.
1048
1049 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
1050
1051 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1052 Track by subject first, then sender.
1053
1054 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1057
1058 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1059 Lisp.
1060
1061 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1062 (gnus-draft-send): Use it to avoid popping
1063 up frames from gnus-group-send-queue.
1064
1065 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
1066
1067 * gnus-registry.el: Updated gnus-registry docs.
1068
1069 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
1070
1071 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1072 Fix logic bug.
1073 (gnus-registry-post-process-groups): Fix logging of no results and
1074 quote sender and subject.
1075
1076 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1077
1078 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1079 (gnus-read-active-for-groups): Don't try to finish getting stuff where
1080 we had no early-data returned.
1081 (gnus-get-unread-articles): Add a sanity check so that we don't issue
1082 two async commands to the same server at the same time.
1083
1084 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
1085
1086 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1087
1088 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1089
1090 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1091 "warning" level.
1092
1093 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1094 (mm-url-insert-file-contents): Don't set the package names.
1095
1096 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
1097
1098 * gnus-registry.el (gnus-registry-action): Remove properties and
1099 simplify subject in `gnus-registry-handle-action'.
1100 (gnus-registry-spool-action): Get subject and sender from message if
1101 they are not passed in.
1102 (gnus-registry-handle-action): Remove properties and simplify subject
1103 consistently.
1104
1105 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1106
1107 * registry.el: Require CL before using defmacro*.
1108
1109 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
1110
1111 * gnus-art.el (article-treat-date): Assume that
1112 gnus-article-date-headers may be a group parameter.
1113
1114 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
1115
1116 * gnus-registry.el (gnus-registry-handle-action): More debugging.
1117
1118 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1119 interactively so the newsrc file can contain foreign groups too.
1120 Useful for debugging but not much for users.
1121
1122 2011-04-07 David Engster <dengste@eml.cc>
1123
1124 * registry.el (registry-usage-test): Only do
1125 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1126 lexical binding.
1127
1128 2011-04-06 David Engster <dengste@eml.cc>
1129
1130 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1131 argument NOERROR for `require', since XEmacs 21.4 does not support it.
1132
1133 2011-04-06 David Engster <dengste@eml.cc>
1134
1135 * registry.el (initialize-instance): Change :after to :AFTER to be
1136 compatible with old EIEIO version in XEmacs.
1137
1138 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
1139
1140 * gnus-registry.el (gnus-registry-post-process-groups)
1141 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1142 and provide better messaging.
1143
1144 2011-04-06 David Engster <dengste@eml.cc>
1145
1146 * Makefile.in (fail-on-warning): New rule to compile with warnings as
1147 errors.
1148
1149 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
1150
1151 * gnus-registry.el: Don't use ERT if it's not available. Load it
1152 unconditionally anyway, discarding errors.
1153 (gnus-registry-delete-entries): New convenience function.
1154 (gnus-registry-import-eld): Import from old .eld registry.
1155
1156 * registry.el: Don't use ERT if it's not available. Load it
1157 unconditionally anyway, discarding errors.
1158
1159 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1160 version from the Claudio Bley GnuTLS patch (extra optional parameters
1161 and host name).
1162
1163 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
1164
1165 * gnus-registry.el (gnus-registry-fixup-registry): New function to
1166 fixup the parameters that can be customized by the user between
1167 save/read cycles.
1168 (gnus-registry-read): Use it.
1169 (gnus-registry-make-db): Use it.
1170 (gnus-registry-spool-action, gnus-registry-handle-action):
1171 Fix messaging.
1172 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1173 Map references to actual group names with sender and subject tracking.
1174 (gnus-registry-post-process-groups): Use `cond' for better messaging.
1175 (gnus-registry-usage-test): Add subject lookup test.
1176
1177 * registry.el (registry-db, initialize-instance): Set up constructor
1178 instead of :initform arguments for the sake of older Emacsen.
1179 (registry-lookup-breaks-before-lexbind): New method to demonstrate
1180 pre-lexbind merge bug.
1181 (registry-usage-test): Use it.
1182 (initialize-instance, registry-db): Move the non-function initforms
1183 back to the class definition.
1184
1185 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
1186
1187 * registry.el: New library to manage gnus-registry-style data.
1188
1189 * gnus-registry.el: Use it (major rewrite).
1190
1191 * nnregistry.el: Use it.
1192
1193 * spam.el: Use it.
1194
1195 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1196
1197 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1198 marks on non-selected articles.
1199
1200 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
1201
1202 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
1203
1204 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1205 parameter to open-protocol-stream.
1206
1207 2011-04-01 Julien Danjou <julien@danjou.info>
1208
1209 * mm-view.el (mm-display-inline-fontify): Do not fontify with
1210 fundamental-mode.
1211
1212 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1213
1214 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1215 servers.
1216
1217 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1218
1219 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1220 made marks not propagate, again.
1221
1222 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
1223
1224 * proto-stream.el (open-protocol-stream): Bring back `network' type.
1225 Make this the default type.
1226 (proto-stream-open-plain): Rename from proto-stream-open-default.
1227 (open-protocol-stream, proto-stream-open-starttls)
1228 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1229 with `plain'.
1230
1231 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1232 value.
1233
1234 * nntp.el (nntp-open-connection-function): Document the fact that some
1235 values are not functions but are instead handled specially.
1236 Recognize nntp-open-plain-stream value.
1237 (nntp-open-connection): Recognize that value.
1238
1239 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1240
1241 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1242 stuff.
1243
1244 * gnus-score.el (gnus-score-string): Fix calling convention of
1245 `gnus-simplify-buffer-fuzzy' after last patches.
1246
1247 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1248 server for articles we didn't get any headers for. This is a sanity
1249 check.
1250
1251 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
1252
1253 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1254 new CAPABILITY, use it.
1255
1256 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1257
1258 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1259 downloading anything.
1260
1261 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1262
1263 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
1264
1265 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1266 colors.
1267 (gnus-splash-svg-color-symbols): New function.
1268
1269 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270
1271 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1272 instead of using the global gnus-simplify-subject-fuzzy-regexp.
1273 (gnus-simplify-subject-fuzzy): Use the local
1274 gnus-simplify-subject-fuzzy-regex instead of the global one.
1275 This makes using this variable in group parameters work.
1276
1277 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
1278
1279 * gnus-registry.el (gnus-registry-unfollowed-groups):
1280 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1281 archive:sent-YYYY-MM-DD groups).
1282 (gnus-registry-split-fancy-with-parent): Bail out early in sender
1283 tracking if there are more than `gnus-registry-max-track-groups'
1284 matches.
1285
1286 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1287
1288 * message.el (message--yank-original-internal): New function to do the
1289 insertion cleanly inside eval in `message-yank-original'.
1290 (message-yank-original): Use it.
1291
1292 2011-03-29 Julien Danjou <julien@danjou.info>
1293
1294 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1295 local variables disabled rather than `normal-mode'.
1296
1297 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
1298
1299 * proto-stream.el: Changes preparatory to merging open-protocol-stream
1300 with open-network-stream.
1301 (proto-stream-always-use-starttls): Option removed.
1302 (open-protocol-stream): Return a process object by default. Provide a
1303 new parameter :return-list specifying a list-type return value, which
1304 now has the form (PROP . PLIST) instead of a fixed-length list. Change
1305 :type `network' to `try-starttls', and `network-only' to `default'.
1306 Make `default' the default, for compatibility with open-network-stream.
1307 Handle the no-parameter case exactly as open-network-stream, with no
1308 additional stream processing. Search plists using plist-get.
1309 Explicitly add :end-of-commend parameter if it is missing.
1310 (proto-stream-open-default): Rename from
1311 proto-stream-open-network-only. Return 'default as the type.
1312 (proto-stream-open-starttls): Rename from proto-stream-open-network.
1313 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
1314 failed. Always return a list with a (possibly dead) process as the
1315 first element, for compatibility with open-network-stream.
1316 (proto-stream-open-tls): Use plist-get. Always return a list.
1317 (proto-stream-open-shell): Return `default' as connection type.
1318 (proto-stream-capability-open): Use plist-get.
1319 (proto-stream-eoc): Function deleted.
1320
1321 * nnimap.el (nnimap-stream, nnimap-open-connection)
1322 (nnimap-open-connection-1): Handle renaming of :type parameter for
1323 open-protocol-stream.
1324 (nnimap-open-connection-1): Pass a :return-list parameter
1325 open-protocol-stream to obtain a list return value. Parse this list
1326 using plist-get.
1327
1328 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1329 for open-protocol-stream. Accept open-protocol-stream return value
1330 that is a subprocess object instead of a list. Handle the case of a
1331 dead returned process.
1332
1333 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
1334
1335 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1336
1337 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1338
1339 2011-03-21 Julien Danjou <julien@danjou.info>
1340
1341 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1342 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1343 query.
1344 (mm-inline-text): Render normal text with fontification whenever
1345 possible.
1346
1347 * gnus-sum.el (gnus-summary-save-parts-1):
1348 * gnus-art.el (gnus-article-browse-html-save-cid-content)
1349 (gnus-article-browse-html-parts, gnus-mime-delete-part)
1350 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1351 Use `mm-handle-filename'.
1352
1353 * mm-util.el (mm-handle-filename): New function, return the filename of
1354 an handle.
1355
1356 2011-03-18 Julien Danjou <julien@danjou.info>
1357
1358 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1359 (gnus-buffer-live-p): Check that buffer is not nil.
1360
1361 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1362
1363 * gnus-art.el: Require mouse, which the build bot seems to say is
1364 needed.
1365
1366 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1367 XEmacs, since it doesn't have url-retrieve-synchronously.
1368
1369 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
1370
1371 * gnus-group.el (gnus-group-list-ticked): New function.
1372 (gnus-group-make-menu-bar): Provide a menu entry for it.
1373 (gnus-group-list-map): Provide a binding for it.
1374
1375 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1376
1377 * shr.el (shr-visit-file): New command.
1378
1379 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1380
1381 2011-03-17 Bjørn Mork <bjorn@mork.no>
1382
1383 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1384 servers.
1385
1386 2011-03-16 Julien Danjou <julien@danjou.info>
1387
1388 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1389 inline.
1390
1391 * gnus-art.el (article-hide-list-identifiers):
1392 Use gnus-group-get-list-identifiers.
1393
1394 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1395 (gnus-summary-remove-list-identifiers):
1396 Use gnus-group-get-list-identifiers to get regexp.
1397 (gnus-select-newsgroup, gnus-summary-insert-subject)
1398 (gnus-summary-insert-articles):
1399 Call gnus-summary-remove-list-identifiers unconditionally.
1400
1401 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1402
1403 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1404 we're selecting a group with unread articles.
1405
1406 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1407
1408 * gssapi.el: New file separated out from imap.el to provide a general
1409 Kerberos 5 connection facility for Emacs.
1410
1411 * message.el (message-elide-ellipsis): Document the format spec
1412 ellipsis.
1413
1414 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
1415
1416 * message.el (message-elide-region): Allow the ellipsis to say how many
1417 lines were removed.
1418
1419 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1420
1421 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1422 window configurations containing buffers that are now dead.
1423
1424 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1425 parsing to avoid integer overflows.
1426 (nnimap-parse-flags): Simplify the last change.
1427 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1428 too large for 32-bit Emacsen.
1429
1430 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1431
1432 * auth-source.el (auth-source-netrc-create):
1433 * message.el (message-yank-original): Fix use of `case'.
1434
1435 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
1436
1437 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1438 XEmacs, which was one character too wide.
1439
1440 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
1441
1442 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1443 default number of articles to display.
1444 (gnus-articles-to-read): Use pretty names for prompt.
1445
1446 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1447
1448 * gnus-int.el (gnus-open-server): Ditto.
1449
1450 * gnus-start.el (gnus-activate-group): Give a backtrace if
1451 debug-on-quit is set and the user hits `C-g'.
1452 (gnus-read-active-file): Ditto.
1453
1454 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1455
1456 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
1457
1458 * message.el (message-yank-original): Use cond instead of CL case.
1459
1460 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1461
1462 * auth-source.el (auth-source-netrc-create): Use usual format for the
1463 default in prompts.
1464
1465 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
1466
1467 * auth-source.el (auth-source-netrc-create): Show the default in the
1468 prompt when prompting for token creation.
1469
1470 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1471
1472 * auth-source.el (auth-source-format-prompt): Always convert the value
1473 to a string to avoid evaluating non-string arguments.
1474 (auth-source-netrc-create): Offer default properly, not as initial
1475 content in `read-string'.
1476 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1477 of line to determine if we've been run before. If so, don't run again,
1478 but print a trivial message to indicate the cache was hit instead.
1479
1480 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1481
1482 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1483 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
1484 The user will have to run `gnus-sync-read' manually and wait for Cloudy
1485 Gnus.
1486
1487 2011-03-11 Julien Danjou <julien@danjou.info>
1488
1489 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1490 modified file".
1491
1492 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
1493
1494 * auth-source.el (auth-source-read-char-choice): New function to read a
1495 character choice using `dropdown-list', `read-char-choice', or
1496 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
1497 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
1498 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
1499 (auth-source-netrc-saver): Use it.
1500 (auth-source-pick-first-password): New convenience function.
1501
1502 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1503
1504 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1505 parameter in the credentials.
1506 (nnimap-open-connection-1): Use it after a successful login.
1507 (nnimap-credentials): Add IMAP-specific user and password prompt.
1508
1509 * auth-source.el (auth-source-search): Add :require parameter, taking a
1510 list. Document it and the :save-function return token. Pass :require
1511 down. Change the CREATED message from a warning to a debug statement.
1512 (auth-source-search-backends): Pass :require down.
1513 (auth-source-netrc-search): Pass :require down.
1514 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1515 Change save prompt to indicate all modifications saved here are
1516 deletions.
1517 (auth-source-netrc-create): Take user login name as default in user
1518 prompt. Move all the save functionality to a lexically bound function
1519 under the :save-function token in the returned list. Set up clearer
1520 default prompts for user, host, port, and secret.
1521 (auth-source-netrc-saver): New function, intended to be wrapped for
1522 :save-function.
1523
1524 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1525
1526 * Version 23.3 released.
1527
1528 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1529
1530 * shr.el (shr-table-horizontal-line): Change the defaults for the table
1531 lines to be spaces instead.
1532
1533 2011-03-07 Julien Danjou <julien@danjou.info>
1534
1535 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1536 (sieve-sasl-auth): Check that auth-source-search did return something,
1537 or just return an empty string.
1538
1539 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
1540
1541 * gnus.el (gnus-interactive): Use read-directory-name.
1542
1543 * gnus-uu.el (gnus-uu-decode-uu-and-save)
1544 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1545 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1546 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1547 Likewise.
1548
1549 * gnus-group.el (gnus-group-make-directory-group): Likewise.
1550
1551 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1552
1553 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1554 onto the list of killed groups, too. This makes killed nnimap groups,
1555 for instance, more reliably not reappear.
1556
1557 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1558 the parent.
1559
1560 * gnus-sum.el (gnus-update-read-articles): Fix typo.
1561
1562 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1563 really have server-side marks.
1564
1565 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1566 since most backends do not usefully have server-side marks.
1567 (gnus-update-read-articles): Propagate marks to all backends that
1568 really have server-side marks.
1569
1570 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
1571
1572 * message.el (message-cite-reply-position, message-cite-style):
1573 New variables.
1574 (message-yank-original): Use the new citation styles.
1575
1576 2011-03-04 Daiki Ueno <ueno@unixuser.org>
1577
1578 * message.el (message-options): Revert the change that's a workaround
1579 for XEmacs buffer-local issue; don't mark it buffer-local when running
1580 under XEmacs.
1581
1582 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
1583
1584 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1585 numbers too big to be `read'.
1586
1587 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
1588
1589 * message.el (message-options): Make buffer-local two ways to attempt
1590 to fix a XEmacs bug.
1591
1592 2011-03-02 Julien Danjou <julien@danjou.info>
1593
1594 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1595
1596 2011-03-01 Julien Danjou <julien@danjou.info>
1597
1598 * gnus-art.el (list-identifier): Add list-identifier as a parameter
1599 group.
1600 (article-hide-list-identifiers): Use list-identifier group parameter.
1601
1602 2011-02-28 Julien Danjou <julien@danjou.info>
1603
1604 * sieve.el (sieve-buffer-script-name): New local variable to store
1605 sieve script name.
1606 (sieve-edit-script): Store sieve script name.
1607 (sieve-upload): Use sieve script name when uploading.
1608 (sieve-upload): Use substitute-command-keys.
1609 (sieve-edit-script): Use substitute-command-keys.
1610 (sieve-refresh-scriptlist): Use substitute-command-keys.
1611 (sieve-manage-mode-map): Define keymap properly.
1612 (sieve-manage-mode): Do not set mode name manually, change mode-name to
1613 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1614 Remove commented code about cvs.
1615 (sieve-manage-quit): New function.
1616 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1617
1618 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1619
1620 * gnus-group.el (gnus-import-other-newsrc-file): New function.
1621
1622 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
1623
1624 * auth-source.el (auth-source-search): Cache empty result sets.
1625
1626 * auth-source.el (auth-source-save-behavior): New variable to replace
1627 `auth-source-never-create'.
1628 (auth-source-netrc-create): Use it.
1629 (auth-source-never-save): Remove.
1630
1631 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
1632
1633 * nnimap.el (nnimap-stream): Doc fix.
1634 (nnimap-open-connection-1): Reverse the order of the ports to that the
1635 prompted-for port is first.
1636
1637 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1638 retrieval by the no-group selection.
1639
1640 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1641 numerical parameters.
1642
1643 2011-02-25 Julien Danjou <julien@danjou.info>
1644
1645 * gnus-gravatar.el: Use gnus-with-article-buffer.
1646
1647 * gnus-art.el (gnus-with-article-buffer): Check that the
1648 gnus-article-buffer is alive.
1649
1650 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
1651
1652 * auth-source.el (auth-source-creation-prompts): New variable to manage
1653 creation-time prompts.
1654 (auth-source-search): Document it.
1655 (auth-source-format-prompt): Add utility function.
1656 (auth-source-netrc-create): Don't default the user name to
1657 user-login-name. Use `auth-source-creation-prompts' and some default
1658 prompts for user, host, port, and password (the default generic prompt
1659 remains ugly).
1660 (auth-source-never-save): Add customizable option to never save info.
1661 (auth-source-netrc-create): Use it and improve save prompts. Fix help
1662 mode excursion.
1663
1664 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
1665
1666 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1667 argument that XEmacs doesn't support.
1668
1669 2011-02-23 Julien Danjou <julien@danjou.info>
1670
1671 * gnus-art.el (article-make-date-line): Ignore errors if time is
1672 invalid and not convertible.
1673 (article-make-date-line): Only add lapsed time if time is not nil.
1674
1675 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
1676
1677 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1678 `read-char-choice' for backwards compatibility.
1679 (auth-source-netrc-element-or-first): New function to DTRT for
1680 parameter extraction.
1681 (auth-source-netrc-create): Use it and fix multiple parameter print
1682 bug. Use the default passed from above (given-default) or the
1683 built-in (user-login-name for :user).
1684
1685 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
1686
1687 * gnus-start.el (gnus-dribble-read-file):
1688 Set buffer-save-without-query, since we always want to save the dribble
1689 file, probably.
1690
1691 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1692 nnimap.
1693
1694 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1695 -summary- since it's a user-visible variable.
1696
1697 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1698 first time you use the new Gnus.
1699
1700 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1701
1702 * auth-source.el: Don't load netrc.el.
1703 (auth-sources): Search ~/.netrc as well by default.
1704 (auth-source-debug): Add 'trivia option for extra output.
1705 (auth-source-do-trivia): Use it.
1706 (auth-source-search): Simplify logic to use
1707 `auth-source-search-backends'. Use `auth-source-do-trivia' where
1708 appropriate. Don't keep a running count at this level. Layer :create
1709 and :delete options appropriately on the first and second passes.
1710 Don't track the backend with the search results.
1711 (auth-source-search-backends): New function to search a list of
1712 backends for a processed spec.
1713 (auth-source-netrc-parse): Cache all netrc files, making
1714 auth-source-netrc-cache an alist keyed by the file name and using the
1715 file mtime as the caching criterion. Keep the obfuscated data secret
1716 with a lexical bind.
1717 (auth-source-netrc-search): Don't calculate the length of the results
1718 unnecessarily.
1719 (auth-source-search-backends): Fix bug.
1720 (auth-source-netrc-create): Rework prompts.
1721
1722 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
1723
1724 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1725 Lower case names of search constraints.
1726 (nnir-run-query): Cache and reuse search constraints for all imap
1727 servers.
1728
1729 2011-02-22 Sam Steingold <sds@gnu.org>
1730
1731 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
1732
1733 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
1734
1735 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1736 after exit.
1737 (gnus-setup-message): Define missing variable from last checkin.
1738
1739 * gnus-sum.el (gnus-summary-show-article): When called with t as the
1740 value, show the raw article.
1741
1742 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1743
1744 * nnimap.el (nnimap-open-connection-1): Revert last change, since
1745 auth-source now accepts numbers.
1746
1747 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1748 spec, too.
1749 (auth-source-ensure-strings): New function.
1750
1751 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1752 (gnus-article-setup-buffer): Always restart the date timer so that user
1753 changes to the frequency is respected.
1754
1755 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1756 port numbers, so make sure it gets that if nnimap-server-port is
1757 explicit.
1758
1759 2011-02-21 Simon Josefsson <simon@josefsson.org>
1760
1761 * nnimap.el (nnimap-inbox): Doc fix.
1762
1763 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
1764
1765 * shr-color.el (shr-color->hexadecimal): Use renamed function names
1766 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1767 color-lab-to-srgb.
1768
1769 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1770
1771 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1772 given method as in the group name if we're using an extended method.
1773 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1774 command, if we're using that, instead of waiting for the beginning.
1775
1776 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1777 we're sure to get unique server names, and we don't output two async
1778 commands in the same buffer. This fixes an NNTP hang for some users.
1779
1780 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1781
1782 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1783 summary buffer before reading going to the next buffer. This avoids
1784 putting the point in the group buffer if you `C-g' the command.
1785
1786 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1787 cache (for now) to make ~/.authinfo.gpg files usable.
1788
1789 * nnfolder.el (copyright-update): Define for the compiler.
1790
1791 * auth-source.el (auth-source-search): Fix unbound variable.
1792
1793 2011-02-19 Glenn Morris <rgm@gnu.org>
1794
1795 * gnus.el (gnus-meta): Doc fix.
1796
1797 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1798
1799 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1800 in case it's not yet loaded.
1801
1802 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1803
1804 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1805 line we're waiting for.
1806
1807 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1808
1809 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1810 face with line-width greater than zero will cause RET in gnus summary
1811 buffer to scroll down article page-wise because auto vscroll happens,
1812 it should be temporalily disabled when doing a scroll-up.
1813
1814 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
1815
1816 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1817 outputs from the server.
1818
1819 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1820
1821 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1822 later so that bbdb can hook in easier.
1823
1824 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
1825
1826 * auth-source.el (auth-source-search): Don't try to create credentials
1827 if the caller doesn't want that.
1828 (auth-source-search): If we don't find a match, don't bug out on
1829 non-bound variables.
1830 (auth-source-search): Only ask a single backend to create the
1831 credentials.
1832
1833 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1834 logging.
1835 (nnimap-credentials): Protect against auth-source-search returning nil.
1836 (nnimap-request-list): Protect against not being able to open the
1837 server.
1838
1839 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
1840
1841 * auth-source.el (auth-source-search): Do a two-phase search, one with
1842 no :create to get the responses from all backends.
1843
1844 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1845 when getting credentials.
1846
1847 * gnus-util.el (gnus-delete-duplicates): New function.
1848
1849 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1850
1851 * nnimap.el (nnimap-credentials): Instead of picking the first port as
1852 a creation default, pass the whole port list down. It will be
1853 completed.
1854
1855 * auth-source.el (auth-source-search): Updated docs to talk about
1856 multiple creation choices.
1857 (auth-source-netrc-create): Accept a list as a value (from the search
1858 parameters) and do completion on that list. Keep a separate netrc line
1859 with the password obscured for showing the user.
1860
1861 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1862 first choice to `auth-source-search' so it will be used for entry
1863 creation instead of the server's Gnus-specific name.
1864 (nnimap-credentials): Rely on the auth-source library to select which
1865 port is actually wanted in the new netrc entry, so don't override
1866 `auth-source-creation-defaults'.
1867
1868 * auth-source.el (auth-source-netrc-parse): Use :port instead of
1869 :protocol and accept a missing user, host, or port as a wildcard match.
1870 (auth-source-debug): Default to off.
1871
1872 (auth-source-netrc-search, auth-source-netrc-create)
1873 (auth-source-secrets-search, auth-source-secrets-create)
1874 (auth-source-user-or-password, auth-source-backend, auth-sources)
1875 (auth-source-backend-parse-parameters, auth-source-search): Use :port
1876 instead of :protocol.
1877
1878 * nnimap.el (nnimap-credentials): Pass a port default to
1879 `auth-source-search' in case an entry needs to be created.
1880 (nnimap-open-connection-1): Use :port instead of :protocol.
1881
1882 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
1883
1884 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
1885 instead of delete-dups that is not available in XEmacs 21.4.
1886
1887 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
1888
1889 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1890 nil means that nnimap doesn't get updated.
1891
1892 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
1893
1894 * auth-source.el (auth-source-netrc-create): Return a synthetic search
1895 result when the user doesn't want to write to the file.
1896 (auth-source-netrc-search): Expect a synthetic result and proceed
1897 accordingly.
1898 (auth-source-cache-expiry): New variable to override
1899 `password-cache-expiry'.
1900 (auth-source-remember): Use it.
1901
1902 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1903 parameter. Create entry if necessary by using :create t.
1904 (nnimap-open-connection-1): Don't pass `inhibit-create'.
1905
1906 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
1907
1908 * auth-source.el (auth-source-debug): Enable by default and don't
1909 mention the obsolete `auth-source-hide-passwords'.
1910 (auth-source-do-warn): New function to debug unconditionally.
1911 (auth-source-do-debug): Use it.
1912 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1913 and for Secrets API entries when the secrets.el library is not
1914 available.
1915
1916 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1917
1918 * gnus-sum.el (gnus-propagate-marks): Default to nil.
1919 (gnus-summary-exit): Kill the correct article buffer on exit from a
1920 `C-d' group.
1921
1922 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1923 gnus-propagate-marks.
1924
1925 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1926 before killing the buffers so that a non-full window conf gets handled
1927 correctly.
1928 (gnus-summary-exit): Ditto.
1929 (gnus-summary-read-group-1): Ditto.
1930
1931 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1932 async code again so that we can debug it properly.
1933
1934 * message.el (message-reply): Take an optional switch-buffer parameter
1935 so that Gnus window confs are respected better.
1936
1937 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1938
1939 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1940 `plist-get' to accept non-list parameters (XEmacs issue).
1941 Fix docstring.
1942 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1943 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1944 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1945 Login collection is "Login" and not "login".
1946
1947 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1948
1949 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1950 multiple headers.
1951
1952 * nnimap.el (nnimap-inhibit-logging): New variable.
1953 (nnimap-log-command): Don't log login commands.
1954
1955 * auth-source.el (auth-source-netrc-search): The asserts seem to want
1956 to have more parameters.
1957
1958 * nnimap.el (nnimap-send-command): Mark the command time for each
1959 command, so that we don't get NOOPs stepping on our toes.
1960
1961 * gnus-art.el (article-date-ut): Get the date from the Date header on
1962 `t'.
1963
1964 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1965
1966 * auth-source.el (auth-source-search): Use copy-sequence instead of
1967 the cl.el copy-list.
1968
1969 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
1970
1971 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1972 Improve prompt.
1973
1974 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1975
1976 * gnus-art.el (gnus-article-mode-line-format): Remove the article
1977 washing status from the default format. It isn't very informative.
1978
1979 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
1980
1981 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1982 Fix Gcc processing on imap.
1983
1984 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1985
1986 * message.el (message-bury): Don't pop up a new window when selected
1987 window is dedicated.
1988
1989 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1990
1991 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1992
1993 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
1994
1995 * sieve-manage.el: Autoload `auth-source-search'.
1996 (sieve-sasl-auth): Use it.
1997
1998 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1999
2000 * nnimap.el: Autoload `auth-source-forget+'.
2001 (nnimap-open-connection-1): Use it if the connection fails.
2002
2003 * auth-source.el: Require `password-cache'.
2004 (auth-source-hide-passwords, auth-source-cache): Remove and mark
2005 obsolete.
2006 (auth-source-magic): Marker for `password-cache' keys.
2007 (auth-source-do-cache): Update docstring.
2008 (auth-source-search): Use and check cache.
2009 (auth-source-forget-all-cached, auth-source-remember)
2010 (auth-source-recall, auth-source-forget, auth-source-forget+)
2011 (auth-source-specmatchp): Caching support functions.
2012 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2013 Remove and obsolete.
2014 (auth-source-user-or-password): Remove caching to further discourage
2015 using it. Always hide passwords.
2016
2017 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2018
2019 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2020 code for now, since it doesn't work for all users.
2021
2022 2011-02-09 Julien Danjou <julien@danjou.info>
2023
2024 * message.el (message-options): Make message-options really buffer
2025 local.
2026
2027 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
2028
2029 * mail-source.el: Autoload `auth-source-search'.
2030 (mail-source-keyword-map): Note order matters.
2031 (mail-source-set-1): Get all the mail-source source values and
2032 defaults and search auth-source on those if needed. This can all
2033 probably be simplified.
2034
2035 * nnimap.el: Autoload `auth-source-search'.
2036 (nnimap-credentials): Use it.
2037 (nnimap-open-connection-1): Ask for the virtual server and physical
2038 address in one shot.
2039
2040 * nntp.el: Autoload `auth-source-search'.
2041 (nntp-send-authinfo): Use it. Note TODO.
2042
2043 2011-02-08 Julien Danjou <julien@danjou.info>
2044
2045 * shr.el (shr-tag-body): Add support for text attribute in body
2046 markups.
2047
2048 * message.el (message-options): Make message-options a local variable.
2049
2050 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
2051
2052 * auth-source.el (auth-source-secrets-search)
2053 (auth-source-user-or-password): Use `append' instead of `nconc'.
2054 (auth-source-user-or-password): Build return list better and protect
2055 against nil :secret.
2056
2057 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2058
2059 * nnimap.el (nnimap-update-info): Refactor slightly.
2060 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2061 (nnimap-update-info): Clean up slightly.
2062 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2063 characters.
2064 (nnimap-process-quirk): Rename function to avoid collision.
2065 (nnimap-update-info): Fix macrology bug-out.
2066 (nnimap-update-info): Simplify split history test.
2067
2068 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
2069
2070 * auth-source.el (top): Require 'eieio unconditionally.
2071 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2072 (auth-source-secrets-search): Limit search when `max' is greater than
2073 number of results.
2074
2075 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2076
2077 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2078 part not returning any data.
2079
2080 * proto-stream.el (open-protocol-stream): Document the return value.
2081
2082 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
2083
2084 * auth-source.el (auth-source-secrets-search): Add examples.
2085
2086 2011-02-06 Julien Danjou <julien@danjou.info>
2087
2088 * message.el (message-setup-1): Handle message-generate-headers-first
2089 set to t.
2090
2091 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
2092
2093 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2094 API with a string "secrets:collection-name" and with 'default.
2095 (auth-source-backend-parse): Parse "secrets:collection-name" and
2096 'default. Recurse on parses instead of repeating code. Use the
2097 Secrets API is the source is not nil and 'ignore otherwise. Emit a
2098 message when ignoring a source.
2099 (auth-source-search): List ignored search keys at the top level.
2100 (auth-source-netrc-create): Use `case' instead of `cond'.
2101 (auth-source-secrets-search): Created with TODOs.
2102 (auth-source-secrets-create): Created with TODOs.
2103 (auth-source-retrieve, auth-source-create, auth-source-delete)
2104 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2105 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2106 (auth-source-user-or-password-sftp)
2107 (auth-source-user-or-password-smtp): Remove.
2108 (auth-source-user-or-password): Deprecated and modified to be a wrapper
2109 around `auth-source-search'. Not tested thoroughly.
2110
2111 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
2112
2113 * auth-source.el: Bring in assoc and eioeio libraries.
2114 (secrets-enabled): New variable to track the status of the Secrets API.
2115 (auth-source-backend): New EIOEIO class to represent a backend.
2116 (auth-source-creation-defaults): New variable to set prompt defaults
2117 during token creation (see the `auth-source-search' docstring for
2118 details).
2119 (auth-sources): Simplify to allow a simple string as a netrc backend
2120 spec.
2121 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2122 (auth-source-backend-parse-parameters): Fill in the backend parameters.
2123 (auth-source-search): Main auth-source API entry point.
2124 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2125 (auth-source-search-collection): Helper function for searching.
2126 (auth-source-netrc-parse, auth-source-netrc-normalize)
2127 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2128 Supports search, create, and delete.
2129 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2130 backend stubs.
2131 (auth-source-user-or-password): Call `auth-source-search' but it's not
2132 ready yet.
2133
2134 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2135
2136 * message.el (message-setup-1): Remove the read-only stuff, since it
2137 doesn't work under XEmacs, for some reason.
2138
2139 * gnus-sum.el (gnus-user-date): Rename back from
2140 gnus-summary-user-date since user code refers to it.
2141
2142 * shr.el (shr-render-td): Store the actual background colour used.
2143
2144 * message.el (message-setup-1): Don't bind the constant
2145 -forbidden-properties.
2146 (message-setup-1): Revert previous change, since it needs to bind the
2147 props to insert them.
2148 (message-resend): Allow removing the read-only separator line.
2149
2150 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2151
2152 * nnimap.el (nnimap-request-accept-article): Give an error message if
2153 the APPEND wasn't successful.
2154
2155 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
2156
2157 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2158 that have no groups.
2159
2160 2011-02-03 Julien Danjou <julien@danjou.info>
2161
2162 * gnus-draft.el: Remove progn around gnus-draft-setup.
2163
2164 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2165
2166 * gnus-start.el (gnus-read-active-for-groups): This function is never
2167 called with a nil `infos', so clean that up.
2168 (gnus-get-unread-articles): Request active files from primary/secondary
2169 methods that have no groups (yet).
2170
2171 2011-02-03 Julien Danjou <julien@danjou.info>
2172
2173 * message.el (message-setup-1): Always generate References first.
2174 (message-mail): Return the return value of message-setup, not always t.
2175 (message-setup-1): Insert mail-header-separator with read-only and
2176 intangible properties set.
2177
2178 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2179 user-date in docstring.
2180
2181 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2182
2183 * gnus.el (gnus-summary-line-format): Mention &user-date format in
2184 docstring.
2185
2186 * gnus.el (gnus-user-date-format-alist): Change default value. Use
2187 defcustom, with type and group. Move from gnus-util.el. Rename to
2188 gnus-summary-user-date-format-alist.
2189
2190 2011-02-03 Glenn Morris <rgm@gnu.org>
2191
2192 * nnimap.el (gnus-fetch-headers): Declare.
2193
2194 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2195
2196 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
2197
2198 * message.el (message-forward-make-body-digest-plain)
2199 (message-followup, message-reply): Clean up things noted by Stefan.
2200
2201 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2202 gnus-article-update-date-headers is nil.
2203 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2204 it didn't really work with defcustom.
2205 (article-update-date-lapsed): Make sure the window start doesn't move,
2206 either.
2207
2208 2011-02-01 Julien Danjou <julien@danjou.info>
2209
2210 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2211 format.
2212
2213 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2214 standard in Emacs nowadays.
2215
2216 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2217
2218 * message.el (message-expand-name): Don't trust the return value of
2219 bbdb-complete-name.
2220 (message-check-news-header-syntax): Remove unused var `start'.
2221 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2222 (message-inhibit-body-encoding): Move to before first use.
2223 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2224 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2225 (Organization, Message-ID, Date, mh-previous-window-config):
2226 Defvar the vars using dynamic scoping.
2227
2228 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2229
2230 * shr.el (shr-render-td): Only do colours at the final rendering.
2231 Should be slightly faster.
2232 (shr-insert-table): Fix up TD background colours when doing the
2233 vertical padding.
2234
2235 * gnus-art.el (article-date-ut): Protect against articles with no Date
2236 header.
2237 (article-update-date-lapsed): Don't use current-column to find the
2238 horizontal position. It's fragile in the presence of \003 characters.
2239
2240 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2241
2242 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2243
2244 * gnus-art.el (article-transform-date): Rewrite to still work when
2245 there are several rfc2822 parts.
2246 (article-transform-date): Fix infinite recursion.
2247 (article-date-ut): Replace infinitely many Date headers with a single
2248 one when called interactively.
2249
2250 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2251 secure manner.
2252
2253 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2254 move around by not using save-window-excursion. It seems to work...
2255
2256 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
2257
2258 * gnus-art.el (article-make-date-line): Work for user-defined format.
2259
2260 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2261
2262 * nntp.el (nntp-retrieve-group-data-early)
2263 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2264 fetching functions.
2265
2266 * gnus-start.el (gnus-read-active-for-groups): Read the active files
2267 thoroughly for all backends that have no known groups. This should
2268 allow new nnml methods to retrieve mail.
2269
2270 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2271 that Gnus doesn't know exists again.
2272
2273 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2274 (gnus-treat-date-ut): Ditto.
2275 (gnus-article-update-date-header): Rename.
2276 (gnus-treat-date-local): Remove.
2277 (gnus-treat-date-english): Remove.
2278 (gnus-treat-date-lapsed): Remove.
2279 (gnus-treat-date-combined-lapsed): Remove.
2280 (gnus-treat-date-original): Remove.
2281 (gnus-treat-date-iso8601): Remove.
2282 (gnus-treat-date-user-defined): Remove.
2283 (gnus-article-date-headers): New variable to control all the date
2284 header options.
2285 (article-date-ut): Rewrite to allow using the new way to format date
2286 headers(s).
2287
2288 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2289
2290 * nnmail.el (nnmail-article-group): Check for a direct fancy split
2291 method.
2292 (nnmail-article-group): A better test for fanciness.
2293
2294 * nnimap.el (nnimap-request-head): Protect against not finding the
2295 article by Message-ID.
2296
2297 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
2298
2299 * gnus-art.el (article-update-date-lapsed): Try a better way to really
2300 keep point at the "same place".
2301
2302 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2303
2304 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2305 data if the group is unactivated.
2306
2307 2011-01-28 Julien Danjou <julien@danjou.info>
2308
2309 * gnus-win.el: Remove dead function gnus-window-configuration-element.
2310 (gnus-all-windows-visible-p): Remove old compatibility code.
2311 (gnus-window-top-edge): Add docstring.
2312
2313 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2314
2315 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2316
2317 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2318 older request-update-info.
2319
2320 * gnus-art.el (article-make-date-line): Limit the length a bit more.
2321
2322 2011-01-28 Daiki Ueno <ueno@unixuser.org>
2323
2324 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2325 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2326
2327 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2328
2329 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2330 groups. This makes the nndraft:queue group pop up if it's not already
2331 there.
2332
2333 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2334 messages" logic, which was reversed.
2335
2336 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2337 the "same place" even if point is on the line being replaced.
2338 (article-update-date-lapsed): Allow updating both the combined lapsed
2339 and the lapsed headers.
2340 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2341 (article-make-date-line): Limit the number of segments dynamically to
2342 avoid too-long lines.
2343
2344 2011-01-27 Julien Danjou <julien@danjou.info>
2345
2346 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2347 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2348
2349 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
2350
2351 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2352 Use plist-get instead of the cl function getf.
2353
2354 2011-01-27 Glenn Morris <rgm@gnu.org>
2355
2356 * gnus-util.el (float-time): Get rid of compiler warning, again.
2357
2358 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2359
2360 * shr.el (shr-put-color): Special-case background colours: Do put them
2361 at the blank parts at the front of the lines.
2362
2363 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2364 exit hook to nix out all data on readedness on group exit.
2365
2366 * gnus-util.el (float-time): If float-time is bound, always use it on
2367 all Emacsen. It's unclear why the subrp check was there.
2368 (time-date): Require to make some autoload issues on XEmacs go away.
2369
2370 * shr.el (shr-put-color): Don't do the box padding in tables, since
2371 they're already padded.
2372
2373 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2374
2375 * gnus-art.el (gnus-article-next-page): When the last line of the
2376 article is displayed, scroll down once more instead of going to the
2377 next article at once.
2378 (article-lapsed-string): Refactor out and allow specifying how many
2379 segments you want.
2380 (gnus-article-setup-buffer): Start updating the lapsed header directly.
2381 (gnus-article-update-lapsed-header): New variable.
2382
2383 * shr.el: Revert change that made headings use different-sized faces.
2384 The Emacs display engine isn't advanced enough that, for instance,
2385 tables can comfortably use differently-sized faces.
2386
2387 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2388
2389 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2390 used.
2391 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2392 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2393 we're using an encrypted connection.
2394
2395 * proto-stream.el: Alter the interface functions to also return the
2396 actual stream type used: network or tls.
2397
2398 2011-01-25 Julien Danjou <julien@danjou.info>
2399
2400 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2401 (mm-display-javascript-inline): New function.
2402
2403 * mm-decode.el (mm-inline-media-tests): Add application/javascript
2404 viewing function.
2405
2406 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
2407
2408 * shr.el (shr-expand-newlines): Fix variable name.
2409
2410 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2411
2412 * shr.el (shr-expand-newlines): Make nested boxes work.
2413
2414 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2415
2416 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2417 backgrounds.
2418 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2419 in a more sensible manner.
2420
2421 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2422
2423 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2424 if EPG is loaded.
2425
2426 2011-01-24 Julien Danjou <julien@danjou.info>
2427
2428 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2429 tags.
2430
2431 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2432
2433 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2434 commands.
2435
2436 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2437 in the article buffer.
2438 (gnus-gravatar-insert): Use blank space from the current buffer to
2439 avoid breaking text properties. This makes X-Sent updating work again.
2440
2441 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2442
2443 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
2444
2445 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2446 fix the bug in url-http.el instead.
2447
2448 * shr.el (shr-image-fetched): Ditto.
2449
2450 * shr.el (shr-image-fetched): Avoid having point move in the article
2451 buffer.
2452
2453 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2454 buffer after being called. It's apparently being killed by url.el, and
2455 killing it made point move to end-of-buffer in a random buffer.
2456
2457 * shr.el (shr-image-fetched): Ditto.
2458
2459 2011-01-23 Julien Danjou <julien@danjou.info>
2460
2461 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2462
2463 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2464 text/x-org.
2465
2466 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2467
2468 * gnus-sum.el (gnus-summary-move-article): Protect against backends
2469 (i.e., nnimap) returning nil as the article number.
2470
2471 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2472
2473 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2474 "DelSp" parameter in RFC3676.
2475
2476 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2477
2478 * message.el (message-check-recipients): Display the encoded version of
2479 the bogus address if they differ.
2480
2481 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2482 after sending.
2483
2484 * gnus-agent.el (gnus-agent-send-mail): Ditto.
2485
2486 * gnus-group.el (gnus-group-refresh-group): New convenience function.
2487
2488 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2489 group buffer after sending the queue.
2490
2491 * gnus-agent.el (gnus-agent-send-mail): Ditto.
2492
2493 2011-01-22 Julien Danjou <julien@danjou.info>
2494
2495 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2496
2497 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2498
2499 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2500 nested related parts.
2501
2502 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2503 unexpired articles. This fixes the regression that led expiry marks to
2504 disappear from nnfolder groups.
2505
2506 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2507
2508 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2509 Don't confuse the "ret" of "retrograde" with RET.
2510
2511 2011-01-21 Julien Danjou <julien@danjou.info>
2512
2513 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2514 than mm-insert-inline.
2515
2516 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
2517
2518 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2519 Widen article buffer.
2520
2521 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2522
2523 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2524 the temp buffer.
2525 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2526
2527 2011-01-20 Julien Danjou <julien@danjou.info>
2528
2529 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2530
2531 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2532 than mm-insert-inline to insert inline part: this respect
2533 mm-inline-media-tests displayers.
2534
2535 * mm-view.el (mm-display-shell-script-inline): New function.
2536
2537 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2538
2539 * mm-uu.el (mm-uu-type-alist): Add org block.
2540 (mm-uu-org-src-code-block-extract): New function.
2541
2542 * mm-view.el (mm-display-org-inline): New function.
2543
2544 * mm-decode.el (mm-automatic-display): Add text/org.
2545
2546 * mailcap.el (mailcap-mime-extensions): Add .org.
2547
2548 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
2549
2550 * gnus-art.el (gnus-article-highlight): Remove argument passed to
2551 gnus-article-add-buttons.
2552
2553 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
2554
2555 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2556 From header with a date and "nobody" as the sender.
2557
2558 2011-01-19 Julien Danjou <julien@danjou.info>
2559
2560 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2561 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2562 if you have the same regexp several times.
2563 (gnus-button-push): Fix matching when regexp is symbol.
2564
2565 2011-01-15 Glenn Morris <rgm@gnu.org>
2566
2567 * message.el (message-mail): A compose-mail function should
2568 accept headers as strings.
2569
2570 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2571
2572 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2573 Add :vert-only tags.
2574 (message-mail): New arg RETURN-ACTION.
2575 (message-return-action): New var.
2576 (message-bury): Use it.
2577 (message-mode): Make it buffer-local.
2578 (message-send-and-exit): Always call message-bury.
2579
2580 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
2581 message-mail.
2582
2583 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2584
2585 * nnimap.el (nnimap-convert-partial-article): Protect against
2586 zero-length body parts.
2587
2588 * mm-decode.el (mm-preferred-alternative-precedence):
2589 Discourage showing empty parts.
2590
2591 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2592 and stuff if the backend didn't return the article number. This fixes
2593 an Exchange-related nnimap bug.
2594
2595 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2596 group window, because it does the wrong thing when a separate frame
2597 displays the group buffer.
2598
2599 * proto-stream.el (open-protocol-stream): Protect against the low-level
2600 transport functions returning nil.
2601
2602 2011-01-07 Daiki Ueno <ueno@unixuser.org>
2603
2604 * mml2015.el (epg-sub-key-fingerprint): Autoload.
2605 (mml2015-epg-find-usable-secret-key): New function.
2606 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2607 mml2015-epg-find-usable-key (Bug#7797).
2608 (mml2015-epg-encrypt): Ditto.
2609
2610 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2611
2612 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2613
2614 2011-01-03 Glenn Morris <rgm@gnu.org>
2615
2616 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2617
2618 * sieve.el (sieve-open-server): Give a more explicit error if
2619 sieve-manage-open returns nil. (Bug#7720)
2620
2621 2011-01-02 Karl Fogel <kfogel@red-bean.com>
2622
2623 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2624
2625 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2626
2627 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2628 This avoids sending passwords in plain text over non-encrypted
2629 channels.
2630
2631 * shr.el (shr-rescale-image): Display all GIF images as animated images.
2632
2633 * nnimap.el (nnimap-login): Refactored out into own function, and
2634 implement CRAM-MD5.
2635 (nnimap-wait-for-line): Refactored out.
2636
2637 * mm-view.el (mml-smime): Require.
2638
2639 2010-12-20 David Engster <deng@eml.cc>
2640
2641 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2642 use EPG to decrypt S/MIME messages instead of openssl.
2643
2644 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2645
2646 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2647
2648 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2649 status is the group clearly is unreachable.
2650
2651 * auth-source.el (auth-source-create): Add the optional second
2652 parameter to `local-variable-p' to be compatible with XEmacs.
2653
2654 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
2655
2656 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2657 work when using a compressed nnml folder.
2658
2659 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2660
2661 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2662 backends after sanitising on entry, because this never makes sense:
2663 If the articles have gone missing, then the data no longer exists on
2664 the backend, and if they haven't, then Gnus is wrong, and shouldn't
2665 overwrite anything anyway.
2666
2667 * shr.el (shr-insert-document): Bind shr-width dynamically to
2668 window-width if it's nil.
2669
2670 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2671
2672 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2673 with the meaning of using the full emacs window width for rendering.
2674
2675 2010-12-27 Daiki Ueno <ueno@unixuser.org>
2676
2677 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2678 case when sender is not given.
2679
2680 2010-12-23 Julien Danjou <julien@danjou.info>
2681
2682 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2683 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2684 the addresses, otherwise we might misplaced the gravatar.
2685
2686 2010-12-21 Daiki Ueno <ueno@unixuser.org>
2687
2688 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2689 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2690 obsolete in Emacs.
2691
2692 2010-12-20 Julien Danjou <julien@danjou.info>
2693
2694 * gnus-util.el (gnus-rescale-image): Revert last change.
2695
2696 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2697
2698 * gnus-group.el (gnus-group-delete-articles): New command.
2699
2700 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
2701
2702 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2703
2704 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2705
2706 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2707 here, since it's up to the backends to do CRLF removal if their
2708 protocol has it.
2709
2710 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2711
2712 2010-12-17 Julien Danjou <julien@danjou.info>
2713
2714 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2715 they are from file. Can also scale up.
2716
2717 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
2718
2719 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2720 gnus-use-agent.
2721 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2722
2723 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2724
2725 2010-12-17 Julien Danjou <julien@danjou.info>
2726
2727 * gravatar.el (gravatar-retrieve-synchronously): New function.
2728 (gravatar-get-data): Make more robust.
2729
2730 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2731
2732 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2733 to really consider the last line.
2734
2735 2010-12-16 Daiki Ueno <ueno@unixuser.org>
2736
2737 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2738 list of recipient keys, or use symmetric encryption if not a list.
2739 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2740 EPA override, replacing the call to `netrc-store-data'.
2741
2742 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
2743
2744 * gnus-srvr.el: Avoid passing nil regexp argument to
2745 delete-matching-lines.
2746
2747 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2748
2749 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2750 fetching stops when Gnus exits.
2751
2752 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2753 function.
2754 (nnfolder-request-expire-articles): Save all the buffers after doing
2755 expiry.
2756
2757 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2758 the last article", since that led to serious performance regressions
2759 when expiring nnml groups.
2760
2761 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
2762
2763 * nnir.el: Improve customizations.
2764
2765 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2766
2767 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2768
2769 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2770 group has been killed.
2771 (gnus-group-yank-group): Ditto.
2772
2773 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2774
2775 * nnimap.el (nnimap-request-update-group-status): New function.
2776
2777 * gnus-int.el (gnus-request-update-group-status): New interface
2778 function.
2779
2780 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2781 copying read-ness to the backends.
2782
2783 * nnimap.el (nnimap-quirk): New function.
2784 (nnimap-retrieve-group-data-early): Use it.
2785 (nnimap-quirks): New alist.
2786
2787 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
2788
2789 * shr.el (shr-insert): Set shr-start after deleting trailing space;
2790 don't delete it within indentation.
2791
2792 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2793
2794 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2795 previous line.
2796
2797 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2798
2799 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2800 QRESYNC command by deleting a superfluous space which broke Cyrus
2801 servers. This change will break other servers that are buggy the other
2802 way around.
2803
2804 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2805
2806 * spam.el: Reindent and fix long lines.
2807 (spam-copy-or-move-routine): Exclude invalid move destinations.
2808
2809 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2810
2811 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2812 installed the registry.
2813
2814 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2815
2816 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2817 groupname doesn't contain "gmane".
2818
2819 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2820
2821 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2822 (gnus-1): Don't create the nndrafts group twice.
2823 (gnus-setup-news): There's no need to read the active file here, since
2824 that's done again later on a per-backend basis.
2825 (gnus-start-draft-setup): Make sure that the new group is started out
2826 empty.
2827
2828 * gnus-agent.el (gnus-agentize): Don't create the queue group
2829 automatically on startup. It'll be created later, if needed.
2830
2831 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2832 of automatically subscribed groups.
2833 (gnus-auto-subscribed-categories): New variable.
2834 (gnus-matches-options-n): Use it.
2835 (gnus-default-subscribed-newsgroups): Remove unused variable.
2836 (gnus-start-draft-setup): Message a bit less.
2837
2838 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2839
2840 * nnir.el (nnir-run-imap): Return article list in order of increasing
2841 UID.
2842
2843 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2844
2845 * gnus-sum.el (gnus-summary-enter-digest-group):
2846 Mention gnus-auto-select-on-ephemeral-exit.
2847
2848 * proto-stream.el (proto-stream-open-network-only): Fix the calling
2849 convention of the network-only option.
2850
2851 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2852
2853 * proto-stream.el (proto-stream-open-network-only): New function to
2854 have a way to specify non-STARTTLS upgrade connections.
2855
2856 2010-12-10 Julien Danjou <julien@danjou.info>
2857
2858 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2859 email address is nil.
2860
2861 * message.el (message-bogus-recipient-p): Set address to "" if nil.
2862
2863 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
2864
2865 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2866 deletion.
2867 (nnir-run-imap): Only need to parse list once.
2868
2869 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2870
2871 * shr.el (shr-tag-script): Ignore <script>.
2872 (shr-tag-label): Add <label> support.
2873
2874 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
2875
2876 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2877
2878 * shr.el (shr-image-displayer): Work for images lined side by side.
2879
2880 2010-12-08 Robert Pluim <rpluim@gmail.com>
2881
2882 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2883 parameter, since XEmacs doesn't accept t as a parameter.
2884
2885 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
2886
2887 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2888 ids.
2889 (nnir-run-gmane): Simplify groupspec formatting.
2890 (nnir-request-expire-articles): New function.
2891
2892 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2893
2894 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2895 overflow, possibly.
2896
2897 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2898 (shr-render-td): Handle td style="" better.
2899 (shr-tag-table): Use the color from the style sheet.
2900 (shr-render-td): Make sure we copy over all the overlays, too.
2901
2902 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
2903
2904 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2905 (nnir-request-article): Improve article retrieval.
2906
2907 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2908
2909 * mm-util.el (mm-extra-numeric-entities): New variable.
2910
2911 * mm-url.el (mm-url-decode-entities):
2912 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2913
2914 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2915
2916 * message.el: Use completion-at-point.
2917 (message-completion-function): New fun, extracted from message-tab.
2918 (message-mode): Use it for completion-at-point-functions.
2919 (message-tab): Use it and completion-at-point.
2920
2921 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2922
2923 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2924 character if a non-breakable character follows.
2925
2926 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2927
2928 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2929 any stream.
2930
2931 * shr.el (shr-tag-font): Colorize the region.
2932 (shr-tag-body): Ditto.
2933 (shr-tag-font): Actually let the styles be inherited instead of
2934 overwriting them.
2935 (shr-tag-font): Get the background color right.
2936 (shr-tag-style): Ignore all <style> tags for the moment.
2937
2938 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2939 a Message-ID to avoid having nnimap depend on gnus-sum.
2940
2941 * shr.el (shr-descend): Only colorize something if we have a node that
2942 sets colors.
2943
2944 2010-12-06 Julien Danjou <julien@danjou.info>
2945
2946 * shr.el (shr-render-td): Render td content with shr-descend, so style
2947 will be applied to <td> too.
2948 (shr-colorize-region): Colorize region even if we only have a background.
2949 (shr-tag-body): Fix color and background color inheritance.
2950 Do not recolorize after shr-generic.
2951 (shr-tag-font): Let shr-generic colorize via inheritance.
2952
2953 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2954
2955 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2956
2957 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
2958
2959 * nnir.el (nnir-request-move-article): Remove obsolete code.
2960
2961 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2962
2963 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2964
2965 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2966
2967 * gnus-sum.el (gnus-summary-respool-article): The completion function
2968 expects a list instead of an alist.
2969
2970 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2971 string as the parameter.
2972
2973 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2974
2975 * shr.el (shr-stylesheet): New dynamic variable for cascading the
2976 styles.
2977 (shr-colorize-region): New function.
2978 (shr-insert-background-overlay): Remove.
2979 (shr-render-td): Background setting should be taken care of on a higher
2980 level.
2981 (shr-tag-body): Use post-hoc colorizations.
2982 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2983 (shr-put-color-1): Don't overwrite old colors.
2984 (shr-colorize-region): When the background color isn't explicit, use
2985 a fixed background.
2986
2987 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2988 nnmail variables.
2989
2990 2010-12-05 Bjørn Mork <bjorn@mork.no>
2991
2992 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2993 unless necessary.
2994
2995 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
2996
2997 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2998 server.
2999
3000 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3001
3002 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3003 so that TAB works.
3004
3005 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3006 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3007
3008 * shr.el (shr-urlify): Show the URL before the title to avoid
3009 misleading URLs.
3010
3011 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
3012
3013 * shr.el (shr-urlify): Display the title in <a> tags.
3014
3015 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
3016
3017 * nnir.el (nnir-categorize): Replace mapcar with mapc.
3018
3019 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
3020
3021 * nnir.el: Rearrange code to allow macros to be autoloaded by
3022 gnus-sum.el.
3023 (nnir-retrieve-headers-override-function): Make this variable
3024 customizable.
3025 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3026
3027 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3028 from nnir.el.
3029
3030 2010-12-03 Julien Danjou <julien@danjou.info>
3031
3032 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3033
3034 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3035
3036 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3037 allow optional argument `environment'.
3038
3039 2010-12-03 Glenn Morris <rgm@gnu.org>
3040
3041 * mm-extern.el (message-goto-body): Update declaration.
3042
3043 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
3044
3045 * gnus-util.el (gnus-macroexpand-all): New function.
3046
3047 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3048 instead of macroexpand-all that is unavailable in XEmacs.
3049
3050 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
3051
3052 * nnir.el (nnir-summary-line-format): New variable.
3053 (nnir-mode): Use it.
3054 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3055 (nnir-article-ids): Reimplement as defsubst.
3056 (nnir-retrieve-headers): Don't mangle the subject header.
3057 (nnir-run-imap): Use 100 as RSV score.
3058 (nnir-run-find-grep): Fix for full server searching.
3059 (nnir-run-gmane): Better restriction to gmane groups.
3060
3061 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3062 summary buffers.
3063
3064 2010-12-02 Julien Danjou <julien@danjou.info>
3065
3066 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3067
3068 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3069
3070 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3071 support.
3072
3073 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
3074
3075 * nnir.el: Update to handle the registry better.
3076 (autoload): Silence byte-compiler.
3077 (nnir-open-server): Add a hook for nnir groups.
3078 (nnir-request-move-article): Don't mangle the header. Better to use
3079 formating variables (which will be added in the future).
3080 (nnir-registry-action): Update the registry using the original article
3081 group name.
3082 (nnir-mode): Install nnir-specific hooks for updating the registry.
3083
3084 * gnus-sum.el
3085 (gnus-article-original-subject,gnus-newsgroup-original-name):
3086 Remove obsolete variables.
3087 (gnus-summary-move-article): Remove use of obsolete variables.
3088 (gnus-summary-local-variables): Make move and delete hooks local to
3089 summary buffers.
3090
3091 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3092
3093 * rtree.el: New file.
3094
3095 2010-12-01 Julien Danjou <julien@danjou.info>
3096
3097 * message.el (message-user-organization): Do not use
3098 gnus-local-organization.
3099
3100 * gnus.el: Remove gnus-local-organization.
3101
3102 * gnus-msg.el: Remove nastygram thing.
3103
3104 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
3105
3106 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3107 funcall.
3108
3109 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
3110
3111 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3112 names.
3113
3114 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3115 characters.
3116
3117 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3118 to t of inhibit-read-only since it is inside gnus-with-article-headers.
3119 Suggested by Štěpán Němec <stepnem@gmail.com>.
3120 (gnus-gravatar-transform-address): Use mail-extract-address-components
3121 that supports non-ASCII names rather than mail-header-parse-addresses.
3122
3123 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3124
3125 * proto-stream.el (open-protocol-stream): All starttls connections are
3126 handled by the network handler.
3127
3128 2010-11-30 Julien Danjou <julien@danjou.info>
3129
3130 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3131 (nnimap-open-connection-1): Fix PREAUTH.
3132
3133 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3134
3135 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3136
3137 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3138 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3139 (shr-insert): Use them.
3140 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3141
3142 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
3143
3144 * nnir.el (nnir-request-move-article): Bail out if original group
3145 doesn't support article moves.
3146 (nnir-get-active): Improve active list retrieval.
3147
3148 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3149
3150 * shr.el (shr-find-fill-point): Don't break before apostrophes.
3151
3152 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
3153
3154 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3155 seem to accept strings-with-numbers as port numbers,
3156
3157 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
3158
3159 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3160 change the registry.
3161
3162 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3163
3164 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3165 delete-dups that is not available in XEmacs 21.4.
3166
3167 * mm-util.el (mm-delete-duplicates): Add comment.
3168
3169 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
3170
3171 * nnir.el (nnir-ignored-newsgroups): New variable.
3172 (nnir-get-active): Use it.
3173
3174 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3175
3176 * proto-stream.el (proto-stream-open-network): Add some comments.
3177
3178 * nntp.el (nntp-open-connection): Provide a :success condition.
3179
3180 * nnimap.el (nnimap-open-connection-1): Ditto.
3181
3182 * proto-stream.el (proto-stream-open-network): See what the response to
3183 the STARTTLS command is.
3184
3185 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3186 backwards compatibility).
3187 (nnimap-open-connection-1): Really respect nnimap-server-port.
3188
3189 * proto-stream.el (proto-stream-open-network): When doing opportunistic
3190 TLS upgrades we don't really care about the identity of the peer.
3191 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3192 that what we've checked for.
3193 (proto-stream-always-use-starttls): Only default to t if
3194 open-gnutls-stream exists.
3195 (proto-stream-open-network): If STARTTLS failed, then just open a
3196 normal connection.
3197 (proto-stream-open-network): Wait until the greeting before doing
3198 STARTTLS.
3199
3200 * nntp.el (nntp-open-connection): Report what the connection error is.
3201
3202 * proto-stream.el (open-protocol-stream): Rename from
3203 open-proto-stream.
3204
3205 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3206
3207 * nnimap.el (nnimap-stream): Change default to `undecided'.
3208 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3209 first, and then network.
3210 (nnimap-open-connection-1): Respect nnimap-server-port.
3211 (nnimap-open-connection): Be more backwards-compatible.
3212
3213 * proto-stream.el (proto-stream-always-use-starttls): New variable.
3214 (proto-stream-open-starttls): De-duplicate the starttls code.
3215 (proto-stream-open-starttls): Folded back into the main function.
3216 (proto-stream-open-network): Fix typo in the gnutls path.
3217 (proto-stream-command): Refactor out.
3218
3219 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3220
3221 * proto-stream.el (proto-stream-open-starttls): Actually implement the
3222 starttls.el STARTTLS.
3223
3224 * color.el (color-lab->srgb): Fix function call name.
3225
3226 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3227 if we're using tls.el.
3228 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3229 built in, then don't try to establish a STARTTLS connection.
3230
3231 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3232 servers.
3233
3234 * proto-stream.el (open-proto-stream): Use network, not stream.
3235 (open-proto-stream): Add a way to specify what the end of a command is.
3236
3237 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3238 connections types.
3239 (nntp-open-network-stream): Remove.
3240 (nntp-open-ssl-stream): Remove.
3241 (nntp-open-tls-stream): Remove.
3242 (nntp-ssl-program): Remove.
3243
3244 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3245
3246 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
3247
3248 * nnir.el: Fix typos.
3249 (nnir-retrieve-headers-override-function): Rename variable to reflect
3250 new semantics.
3251 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3252 macros.
3253 (nnir-request-article, nnir-request-move-article): Use them.
3254 (nnir-categorize): New function.
3255 (nnir-run-query): Use it.
3256 (nnir-retrieve-headers): Rewrite to batch header retrieval.
3257 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3258 sorted.
3259 (nnir-group-full-name): Use gnus-group-full-name instead.
3260 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3261 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3262
3263 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3264
3265 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3266
3267 * proto-stream.el: New library to provide protocol-specific
3268 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3269 protocols.
3270 (open-proto-stream): Complete the documentation.
3271 (proto-stream-open-network): Fix some typos.
3272
3273 * nnimap.el (nnimap-open-connection): Use it.
3274
3275 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
3276
3277 * pop3.el (pop3-open-server): Read server greeting before starting TLS
3278 negotiation.
3279
3280 2010-11-26 Julien Danjou <julien@danjou.info>
3281
3282 * color.el: Rename various rgb functions to srgb.
3283
3284 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3285
3286 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3287 names.
3288
3289 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
3290
3291 * shr.el (shr-insert): Revert last change.
3292 (shr-find-fill-point): Never leave point being at bol;
3293 relax the kinsoku limitation when rendering tables.
3294
3295 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3296
3297 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3298 results from -accept-article.
3299
3300 * shr-color.el: Require cl when compiling.
3301
3302 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3303 checkin.
3304
3305 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3306
3307 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3308
3309 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3310 'add and 'delete to set backend marks.
3311
3312 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3313
3314 * nnheader.el (nnheader-update-marks-actions): Refactor out.
3315
3316 * nntp.el (nntp-request-set-mark): Use it.
3317
3318 * nnfolder.el (nnfolder-request-set-mark): Ditto.
3319
3320 * nnml.el (nnml-request-set-mark): Ditto.
3321
3322 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3323 introduces regressions in article selection.
3324 (nnimap-find-uid-response): New function.
3325 (nnimap-request-accept-article): Use the UID returned, if any.
3326 (nnimap-request-move-article): Use the UID returned, if any.
3327 (nnimap-get-groups): Reimplement to work with folded lines.
3328 (nnimap-find-uid-response): The UID is the last element in the list.
3329 (nnimap-request-set-mark): Extend syntax with 'set.
3330
3331 * nnml.el (nnml-request-set-mark): Ditto.
3332
3333 * nnfolder.el (nnfolder-request-set-mark): Ditto.
3334
3335 * nntp.el (nntp-request-set-mark): Ditto.
3336
3337 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3338
3339 * message.el (message-called-interactively-p): A temporary macro.
3340 (message-goto-body): Use it temporarily.
3341
3342 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3343
3344 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3345 (nnimap-last-response-string): Unfold quoted lines, if they exist.
3346 (nnimap-last-response-string): Fix last unfolding fix.
3347
3348 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3349
3350 * shr.el (shr-insert): Fix the way to fold lines.
3351
3352 2010-11-25 Julien Danjou <julien@danjou.info>
3353
3354 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3355
3356 * color.el: Rename from color-lab.el
3357 (color-rgb->hex): Add.
3358 (color-complement): Add.
3359 (color-complement-hex): Add.
3360
3361 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3362
3363 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3364
3365 * shr-color.el (shr-color-visible): Don't bug out if the colour names
3366 don't exist.
3367
3368 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3369
3370 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3371 assuming that article displaying or another mml-preview may be
3372 interrupted for an error or for the like.
3373
3374 * shr.el (shr-get-background): Fix argument name.
3375
3376 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3377
3378 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3379
3380 * gnus-sum.el (gnus-summary-include-articles): New function.
3381
3382 * message.el (message-goto-body): called-interactively-p needs a
3383 parameter, so use `any'.
3384
3385 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3386 clear marks before moving, since they're synced from the Gnus side
3387 first.
3388
3389 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3390 (gnus-summary-move-article): Copy over all marks before moving, so that
3391 IMAP doesn't think a new article has arrived.
3392
3393 2010-11-24 Julien Danjou <julien@danjou.info>
3394
3395 * shr.el (shr-insert-background-overlay): Fix typo.
3396 (shr-render-td): Copy the background before rendering.
3397
3398 * shr-color.el (shr-color-visible): Fix docstring.
3399
3400 * shr.el (shr-tag-table): Add bgcolor support.
3401 (shr-render-td): Add bgcolor support.
3402 (shr-get-background): Add.
3403 (shr-insert-foreground-overlay): Use shr-get-background.
3404
3405 * message.el (message-goto-body): Use called-interactively-p.
3406 (message-in-body-p): message-goto-body returns point.
3407
3408 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3409
3410 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
3411 Fixes something or other in Emacs 23, and is backwards compatible.
3412
3413 * message.el (message-goto-body): Remove the <#secure special-casing,
3414 which is too special.
3415
3416 * shr.el (shr-parse-style): Drop !important from styles.
3417
3418 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
3419
3420 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3421 this function to return incorrect results when calling it with an
3422 explicit article argument different from
3423 (gnus-summary-article-number).
3424
3425 2010-11-24 Julien Danjou <julien@danjou.info>
3426
3427 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3428 (shr-tag-body): Add background support.
3429 (shr-descend): Add background support.
3430 (shr-tag-title): Add.
3431
3432 * shr-color.el (shr-color-visible): Really return original background
3433 if fixed.
3434
3435 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3436
3437 * shr.el (shr-color-check): Protect against non-existent colour names.
3438
3439 2010-11-24 Julien Danjou <julien@danjou.info>
3440
3441 * color-lab.el: Require 'cl when compiling.
3442
3443 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3444
3445 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3446 matched part.
3447
3448 * color-lab.el: Fix all expt calls to use float type.
3449
3450 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
3451
3452 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3453 expression to shr-color-check as is.
3454
3455 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3456
3457 * color-lab.el: Add coding cookie.
3458 (float-pi): Use eval-and-compile.
3459
3460 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3461
3462 * shr.el (shr-insert-color-overlay): Split stuff like
3463 "#444444 !important" to find the real colour.
3464 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3465 parse <font color="red"> entries.
3466
3467 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
3468
3469 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
3470 point when parsing headers.
3471
3472 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
3473 is positioned properly when parsing headers.
3474
3475 2010-11-23 Julien Danjou <julien@danjou.info>
3476
3477 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3478
3479 * shr-color.el (shr-color->hexadecimal): Add support for color names.
3480
3481 * shr.el (shr-parse-style): Replace \n with space in style parsing.
3482
3483 * shr-color.el (shr-color-hsl-to-rgb-fractions):
3484 Use shr-color-hue-to-rgb.
3485 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3486
3487 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3488
3489 * shr.el (shr-color->hexadecimal): Autoload.
3490 (shr-descend): Add color to all tags.
3491
3492 2010-11-22 Julien Danjou <julien@danjou.info>
3493
3494 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3495 shr-color->hexadecimal.
3496
3497 * shr-color.el (shr-color->hexadecimal): Add converting functions for
3498 RGB() or HSL() color representation.
3499
3500 * shr.el (shr-tag-font): Add.
3501 (shr-tag-color-check): New function to get better colors.
3502 (shr-tag-insert-color-overlay): Factorize code between tag-font and
3503 tag-span.
3504
3505 * shr-color.el: New file.
3506
3507 * color-lab.el: New file.
3508
3509 * gnus-art.el (gnus-url-mailto): Do not downcase args.
3510
3511 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
3512
3513 * nnir.el: Fix typo in comments.
3514 (nnir-run-imap): Simplify code. No need to reverse artlist.
3515 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3516
3517 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3518
3519 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3520
3521 * nnimap.el (nnimap-get-capabilities): Refactor out.
3522 (nnimap-open-connection): Re-request capabilities after STARTTLS.
3523
3524 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
3525
3526 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3527 appearing when `mm-uu-hide-markers' is nil.
3528
3529 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3530
3531 * nnimap.el (nnimap-unselect-group): Make into its own function.
3532 (nnimap-request-rename-group): Unselect group before renaming.
3533 This had gotten lost somewhere.
3534 (nnimap-request-accept-article): Keep track of examined groups, and
3535 unselect the group before APPENDing to read-only groups.
3536 (nnimap-request-move-article): Clear flags before moving so that they
3537 can be re-set later.
3538
3539 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
3540
3541 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3542 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3543
3544 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
3545
3546 * gnus-art.el (gnus-mime-display-single)
3547 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3548 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3549 parameter.
3550
3551 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3552
3553 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3554 (shr-table-vertical-line): New variable.
3555 (shr-insert-table): Use it.
3556
3557 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3558
3559 * gnus-html.el (gnus-html-wash-images): Don't display images if
3560 gnus-inhibit-images is non-nil; register displayer for cid images.
3561 (gnus-html-display-image): Work for cid image.
3562 (gnus-html-insert-image): Allow arguments.
3563 (gnus-html-put-image): Inhibit read-only.
3564 (gnus-html-prefetch-images): Don't prefetch images if
3565 gnus-inhibit-images is non-nil.
3566
3567 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3568
3569 * shr.el (shr-put-image): Break lines when inserting big pictures.
3570
3571 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3572
3573 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3574 sender, thanks Katsumi Yamaoka.
3575
3576 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
3577
3578 * nnir.el (nnir-run-imap): Reverse the article list for each group
3579 rather than the whole list.
3580
3581 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
3582
3583 * shr.el (shr-image-displayer): Protect function against non-existent
3584 image source.
3585
3586 * gnus-art.el (gnus-inhibit-images): New user option.
3587 (gnus-mime-display-single): Don't display image if it is non-nil.
3588
3589 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3590 gnus-inhibit-images.
3591
3592 * shr.el (shr-image-displayer): New function.
3593 (shr-tag-img): Use it.
3594
3595 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3596
3597 * mml2015.el (mml2015-epg-sign): Use From header.
3598
3599 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3600
3601 * gnus-html.el (gnus-html-wash-images): Register a displayer.
3602
3603 * gnus-util.el (gnus-find-text-property-region): Return markers.
3604
3605 * shr.el (shr-tag-img): Put a displayer in the text property.
3606
3607 * gnus-util.el (gnus-find-text-property-region): New utility function.
3608
3609 * gnus-html.el (gnus-html-display-image): Make the alt optional.
3610 (gnus-html-show-images): Remove.
3611
3612 * gnus-art.el (gnus-article-show-images): New, more general function.
3613
3614 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3615 image url text properties.
3616
3617 * shr.el: Ditto.
3618
3619 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3620 gnus-agent-auto-agentize-methods is set. Which it isn't.
3621
3622 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3623
3624 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3625 work for two or more articles.
3626
3627 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3628
3629 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3630 divide an image that's in an html article to two or more when washing
3631 non-ASCII characters in alt text of it.
3632
3633 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3634
3635 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3636 smime-decrypt-region using function argument.
3637 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3638
3639 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3640
3641 * smime.el (smime-decrypt-region): Catch it.
3642
3643 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3644
3645 * smime.el (smime-mode-map): Move initialization into declaration.
3646 (gnus-run-mode-hooks): Don't autoload.
3647 (smime-mode): Use define-derived-mode.
3648
3649 2010-11-11 Glenn Morris <rgm@gnu.org>
3650
3651 * smime.el (from): Restrict declaration to XEmacs.
3652
3653 * nnir.el (gnus-group-topic-name): Autoload.
3654
3655 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3656
3657 * shr.el (shr-insert): Don't break long line if it is because of
3658 kinsoku-bol characters in the line end.
3659
3660 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
3661
3662 * nnir.el (nnir-request-move-article): Fix to provide original group
3663 and subject.
3664 (nnir-warp-to-article): Don't fail on articles whose headers haven't
3665 been retrieved.
3666
3667 * gnus-sum.el (gnus-summary-move-article): Use original group and
3668 subject for virtual articles such as those in an nnir summary buffer.
3669
3670 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3671
3672 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3673 least 21.5).
3674
3675 * smime.el (from): Declare it again for XEmacs.
3676
3677 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3678
3679 * message.el (message-resend): Don't disable encoding unless it's
3680 already encoded.
3681
3682 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3683 low-numbered articles.
3684
3685 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3686
3687 * rfc2047.el (rfc2047-syntax-table): Simplify.
3688
3689 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3690 set-char-table-range for XEmacs.
3691
3692 2010-11-10 Glenn Morris <rgm@gnu.org>
3693
3694 * smime.el (from): Remove unused declaration.
3695
3696 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3697 (gnus-float-time): On Emacs, always an alias.
3698
3699 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3700 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3701
3702 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3703
3704 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3705
3706 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3707
3708 * shr.el (browse-url-mailto): Autoload.
3709
3710 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3711
3712 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3713 regexp doesn't need quoting.
3714
3715 2010-11-09 Sven Joachim <svenjoac@gmx.de>
3716
3717 * message.el (message-subject-trailing-was-ask-regexp)
3718 (message-subject-trailing-was-regexp): Match was: in addition to was.
3719
3720 2010-11-09 Glenn Morris <rgm@gnu.org>
3721
3722 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3723 (nnbabyl-check-mbox): Use point-at-bol.
3724
3725 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3726
3727 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3728
3729 * message.el (message-mailto): New function.
3730 (message-mailto): Should accept other parameters.
3731 (message-mailto): Remove since it duplicates browse-url-mailto
3732 functionality.
3733
3734 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3735
3736 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3737 methods.
3738 (gnus-read-active-file): Ditto.
3739
3740 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3741 ": " from the prompt.
3742 (gnus-group-make-group): Ditto.
3743
3744 2010-11-07 Glenn Morris <rgm@gnu.org>
3745
3746 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3747 (gnus-bookmark-kill-line): Use point-at-eol.
3748
3749 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
3750
3751 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3752 asterisks in From header.
3753
3754 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3755
3756 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3757 string to avoid making the From headers syntactically invalid.
3758
3759 * message.el (message-send-mail): Don't insert courtesy messages if the
3760 message already has List-Post and List-ID messages.
3761
3762 2010-11-06 Glenn Morris <rgm@gnu.org>
3763
3764 * gnus-art.el (gnus-treat-article): Give dynamic local variables
3765 `condition', `type', `length' a prefix.
3766 (gnus-treat-predicate): Update for above name changes.
3767
3768 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
3769
3770 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3771 binding. Handled by `gnus-summary-refer-thread' instead.
3772 (nnir-warp-to-article): New backend function.
3773
3774 * nnimap.el (nnimap-request-thread): Force dependency updating.
3775
3776 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3777 (gnus-summary-refer-thread): Rework to improve thread-referral.
3778
3779 * gnus-int.el (gnus-warp-to-article): New function.
3780
3781 * gnus-sum.el (gnus-summary-article-map): Bind it.
3782
3783 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
3784
3785 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3786 gnus-summary-refer-thread.
3787
3788 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3789 headers.
3790 (gnus-summary-limit-include-thread): Prevent articles in thread from
3791 being cut in gnus-cut-threads.
3792 (gnus-summary-refer-thread): Limit retrieved headers to those in
3793 thread.
3794
3795 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3796
3797 * message.el (message-send-mail): Use the value of
3798 message-courtesy-message from the message buffer.
3799
3800 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3801
3802 * shr.el (shr-browse-url): Implement mailto: URLs.
3803
3804 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3805 "raw".
3806
3807 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3808 if it's already selected.
3809
3810 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3811
3812 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
3813
3814 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3815 to measure the length and truncate alt text.
3816
3817 2010-11-03 Glenn Morris <rgm@gnu.org>
3818
3819 * nndiary.el (nndiary-generate-nov-databases-1)
3820 (nndiary-generate-active-info): Rename dynamic variable `files' to
3821 something less generic.
3822
3823 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
3824
3825 * nnir.el (nnir-request-move-article): Call the underlying backend to
3826 move articles from nnir.
3827
3828 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3829
3830 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3831
3832 2010-11-02 Julien Danjou <julien@danjou.info>
3833
3834 * nnir.el: Remove wais support.
3835
3836 2010-11-02 Glenn Morris <rgm@gnu.org>
3837
3838 * gnus-html.el: Reorder requirements to quieten compiler.
3839
3840 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
3841
3842 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3843 properly for XEmacs as well.
3844 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3845 (gnus-article-natural-long-line-p): Use window-width rather than
3846 frame-width.
3847
3848 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
3849
3850 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
3851 (nnir-read-parms): Don't modify query.
3852 (nnir-run-query): Add ability to search topic on current line.
3853 (nnir-get-active): Clean up.
3854
3855 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3856
3857 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3858 degenerate articles.
3859
3860 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3861 (gnus-print-buffer): Just print the buffer as is, without any copying
3862 to a buffer and then re-highlighting.
3863
3864 * nnimap.el (nnimap-request-group): Store the new updated info.
3865 (nnimap-request-group): Select the group when we don't know whether it
3866 exists or not.
3867
3868 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3869 groups.
3870
3871 * gnus-group.el (gnus-group-find-new-groups): Display all the new
3872 groups.
3873
3874 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3875 groups.
3876
3877 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3878 long-lines case by only filling the long lines.
3879
3880 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3881 (bug #7311).
3882
3883 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3884
3885 * shr.el: No need to declare `declare-function' since shr.el is for
3886 only Emacsen that provide `libxml-parse-html-region'.
3887
3888 2010-11-01 Glenn Morris <rgm@gnu.org>
3889
3890 * mm-util.el (gnus-completing-read): Autoload.
3891 (mm-read-coding-system): Simplify Emacs definition.
3892
3893 * nnmail.el (gnus-activate-group):
3894 * nnimap.el (gnutls-negotiate):
3895 * nntp.el (netrc-parse): Fix declarations.
3896
3897 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3898
3899 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3900 string-match-p in Emacs >=23.
3901
3902 * gnus-msg.el (gnus-configure-posting-styles)
3903 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3904
3905 2010-11-01 Glenn Morris <rgm@gnu.org>
3906
3907 * nnir.el (declare-function): Add compat stub.
3908 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3909 (nnir-run-gmane): Require 'mm-url.
3910
3911 * mm-util.el (mm-string-to-multibyte): Simplify.
3912
3913 * shr.el (declare-function): Add compat stub.
3914 (url-cache-create-filename): Declare.
3915 (mm-disable-multibyte, widget-convert-button): Autoload.
3916
3917 * smime.el (ldap-search): Declare.
3918 (smime-cert-by-ldap-1): Require ldap on Emacs.
3919
3920 * nnimap.el: Require nnmail, and gnus-sum when compiling.
3921 (nnimap-keepalive): Use gnus-float-time.
3922
3923 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3924 (mail-source-delete-crash-box): Use gnus-float-time.
3925
3926 * gnus-dired.el (gnus-completing-read): Autoload.
3927
3928 * mm-view.el (gnus-rescale-image): Autoload.
3929
3930 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3931
3932 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3933
3934 * sieve-manage.el: Require 'cl when compiling.
3935
3936 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3937 (gnus-iswitchb-completing-read): Require iswitchb.
3938 (gnus-select-frame-set-input-focus): Silence compiler.
3939
3940 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3941
3942 * message.el (message-subject-trailing-was-query): Change default to t,
3943 since I think that's what most people want.
3944
3945 * nnimap.el (nnimap-request-accept-article): Erase buffer before
3946 appending for easier debugging.
3947 (nnimap-wait-for-connection): Take a regexp.
3948 (nnimap-request-accept-article): Wait for the continuation line before
3949 sending anything unless we're streaming.
3950
3951 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3952 leave the header washing to take place.
3953
3954 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3955
3956 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3957 regular expression match and replace in posting styles.
3958
3959 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
3960
3961 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3962 an entire server.
3963 (nnir-get-active): New function.
3964 (nnir-run-imap): Use it.
3965 (nnir-run-gmane): Who knew, gmane search returns an article score!
3966
3967 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3968 server on the current line with nnir.
3969
3970 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3971
3972 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3973 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3974 left edge.
3975 (gnus-article-foldable-buffer): Skip past the prefix when determining
3976 raggedness.
3977
3978 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3979 the raw article, and change `C-u g' to show the article without doing
3980 treatments.
3981
3982 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3983 on to `gnus-treat-article'.
3984 (gnus-inhibit-article-treatments): New variable.
3985
3986 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3987
3988 * gnus-art.el (gnus-treatment-function-alist): Have
3989 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3990 (gnus-treat-fill-long-lines): Change default to fill all text/plain
3991 sections.
3992
3993 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3994 parameter.
3995 (gnus-article-fill-cited-long-lines): New function.
3996 (gnus-article-fill-cited-article): Allow filling only long sections.
3997
3998 * shr.el (shr-find-fill-point): Don't break lines between punctuation
3999 and non-punctuation (like after the apostrophe in "'We").
4000
4001 * gnus-sum.el (gnus-summary-select-article): Make sure
4002 gnus-original-article-buffer is alive.
4003
4004 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4005 reflect the order they're in in the digest.
4006
4007 * gnus.el (gnus-group-startup-message): Move point to the start of the
4008 buffer.
4009
4010 * nnimap.el (nnimap-capability): New function.
4011 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4012 is set.
4013
4014 2010-10-31 David Engster <dengste@eml.cc>
4015
4016 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4017 conform with changes to gnus-completing-read.
4018
4019 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4020
4021 * shr.el (shr-tag-img): Output "*" instead of "[img]".
4022
4023 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
4024
4025 * nnir.el: Move defvar, defcustom around to keep file organized
4026 and keep byte-compiler quiet.
4027 (nnir-read-parms): Accept search-engine as arg.
4028 (nnir-run-query): Pass search-engine as arg.
4029 (nnir-search-engine): Remove.
4030
4031 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4032
4033 * shr.el (shr-generic): The text nodes should be text, not :text.
4034
4035 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4036 later in the file.
4037
4038 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
4039
4040 * nnir.el: General clean up. Allow searching with multiple engines.
4041 Allow separate extra-parameters for each engine.
4042 Batch queries when possible.
4043 (nnir-imap-default-search-key,nnir-method-default-engines):
4044 Add customize interface.
4045 (nnir-run-gmane): New engine.
4046 (nnir-engines): Use it. Qualify all prompts with engine name.
4047 (nnir-search-engine): Remove global variable.
4048 (nnir-run-hyrex): Restore for now.
4049 (nnir-extra-parms,nnir-search-history): New variables.
4050 (gnus-group-make-nnir-group): Use them.
4051 (nnir-group-server): Remove in favor of gnus-group-server.
4052 (nnir-request-group): Avoid searching twice.
4053 (nnir-sort-groups-by-server): New function.
4054
4055 2010-10-30 Julien Danjou <julien@danjou.info>
4056
4057 * gnus-group.el: Remove gnus-group-fetch-control.
4058
4059 * gnus-start.el (gnus-find-new-newsgroups):
4060 Remove gnus-check-first-time-used.
4061
4062 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4063
4064 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
4065
4066 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4067 set on groups that don't have \* permanentflags.
4068
4069 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4070
4071 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4072 control the background color.
4073 (shr-tag-img): Ignore very small web bug type images.
4074 (shr-put-image): Add help-echo alt texts to the images.
4075 (shr-tag-video): Show the video poster image.
4076
4077 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4078
4079 * shr.el (shr-table-depth): New variable.
4080 (shr-tag-table-1): Only insert the images after the top-level table.
4081
4082 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4083
4084 * gnus-util.el (gnus-list-memq-of-list): New function.
4085
4086 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4087 selected.
4088 (nnimap-unsplittable-articles): New slot.
4089 (nnimap-new-articles): Use it.
4090
4091 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
4092
4093 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4094 move to the previous line on `M-g'.
4095
4096 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4097
4098 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4099 *-request-group, which seems unnecessary.
4100
4101 * nnimap.el (nnimap-quote-specials): Function copied over from
4102 imap.el.
4103 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4104 they support that. Suggested by Tom Regner.
4105
4106 2010-10-29 Julien Danjou <julien@danjou.info>
4107
4108 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4109 defalias.
4110 (gnus-summary-delete-marked-with): Remove obsolete defalias.
4111
4112 * gnus.el: Remove `gnus-nntp-service' variable.
4113 (gnus-secondary-servers): Make obsolete.
4114 (gnus-nntp-server): Make obsolete.
4115
4116 * gnus-start.el (gnus-1): Remove x-splash calls.
4117
4118 * gnus-ems.el (gnus-x-splash): Remove.
4119
4120 * gnus.el (gnus-group-startup-message): Simplify/update code.
4121
4122 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4123 capability before doing anything.
4124 (gnus-group-insert-group-line): Remove useless
4125 gnus-group-remove-excess-properties.
4126
4127 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
4128
4129 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4130
4131 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4132
4133 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4134 config after reselecting.
4135
4136 2010-10-28 Julien Danjou <julien@danjou.info>
4137
4138 * shr.el (shr-put-image): Use point even if only inserting text.
4139 (shr-put-image): Save excursion when inserting alt text on non-graphic
4140 display, so the behaviour is the same when we are on a graphic display.
4141
4142 * nnir.el (nnir-run-swish-e): Remove hyrex support.
4143
4144 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
4145
4146 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4147 (gnus-mime-copy-part): Check coding system, not charset.
4148 (gnus-mime-view-part-externally): Never remove part.
4149 (gnus-mime-view-part-internally): Don't remove part here.
4150 (gnus-article-part-wrapper): Make sure MIME tag is visible.
4151 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4152 multipart/alternative.
4153
4154 * mm-decode.el (mm-display-part): Take optional arg `force'.
4155
4156 2010-10-26 Julien Danjou <julien@danjou.info>
4157
4158 * gnus-group.el (gnus-group-default-list-level): Add this function to
4159 compute the default list level.
4160 (gnus-group-default-list-level): Add possibility to use a function.
4161
4162 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
4163
4164 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4165
4166 * gnus-group.el (gnus-group-completing-read)
4167 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4168 gnus-replace-in-string.
4169
4170 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
4171
4172 * shr.el (shr-tag-div): Add.
4173
4174 2010-10-25 Julien Danjou <julien@danjou.info>
4175
4176 * gnus-util.el: Remove `gnus-with-local-quit'.
4177
4178 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4179
4180 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4181
4182 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4183 the original article buffer.
4184
4185 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4186
4187 * nnimap.el (nnimap-request-head): New function.
4188 (nnimap-request-move-article): Try to be slighly faster by not
4189 requesting the entire message when moving.
4190 (nnimap-transform-headers): Don't bug out on bodiless articles.
4191 (nnimap-send-command): Have no outstanding messages if the IMAP server
4192 doesn't support streaming.
4193 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4194
4195 2010-10-24 Julien Danjou <julien@danjou.info>
4196
4197 * message.el (message-default-headers): Fix type.
4198
4199 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4200
4201 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4202 prefetching images.
4203
4204 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4205 backend for unknown groups. This is mainly useful for nnimap groups.
4206
4207 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4208 group isn't covered by the agent.
4209
4210 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
4211
4212 * nnir.el (nnir-method-default-engines): New variable.
4213 (nnir-run-query): Use it.
4214 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4215 (gnus-summary-nnir-goto-thread): Change group if needed.
4216
4217 * gnus-group.el (gnus-group-group-map): Add key binding for
4218 gnus-group-make-nnir-group.
4219
4220 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4221
4222 * shr.el (shr-tag-object): Add.
4223
4224 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4225 original article buffer live.
4226 (gnus-summary-select-article-buffer):
4227 Mention gnus-widen-article-buffer.
4228
4229 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4230
4231 * shr.el (shr-tag-strong): Add.
4232
4233 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4234
4235 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4236 group names. They mess up the group buffer badly.
4237
4238 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4239
4240 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4241 instead of the summary one.
4242
4243 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
4244
4245 * mml.el (mml-preview): Work properly when editing article.
4246
4247 * gnus-start.el (gnus-read-active-file-1): Don't add method to
4248 gnus-have-read-active-file if it's already been in.
4249
4250 2010-10-22 Tom Tromey <tromey@redhat.com>
4251
4252 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4253 gnus-group-completing-read.
4254
4255 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4256
4257 * message.el (message-mode-map): Don't bind M-; to comment region, to
4258 allow the global comment-dwim to work.
4259
4260 2010-10-21 Julien Danjou <julien@danjou.info>
4261
4262 * message.el (message-setup-1): Allow message-default-headers to be a
4263 function.
4264
4265 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4266
4267 * shr.el (shr-tag-table): Simplify.
4268
4269 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4270
4271 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4272 to avoid trying to snarf invalid stuff.
4273
4274 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4275
4276 * gnus.el (gnus-message-archive-group): Quote value.
4277 (gnus-message-archive-group): Mark as changed.
4278
4279 * shr.el (shr-add-font): Don't put the font properties on the newline
4280 or the indentation.
4281
4282 * message.el (message-fix-before-sending): Change options when sending
4283 non-printable characters.
4284
4285 * gnus.el (gnus-message-archive-method): Change the default to
4286 monthly outgoing groups.
4287
4288 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4289 that have gotten new numbers.
4290
4291 * nnimap.el (nnimap-request-replace-article): New function.
4292
4293 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
4294
4295 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4296 (nnrss-request-article): Don't use special html washing code.
4297
4298 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4299
4300 * shr.el (shr-tag-table): Remove useless nconc.
4301
4302 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4303
4304 * gnus-art.el (article-wash-html): Simplify and remove the charset
4305 stuff. Use the normal html rendering code instead of the special html
4306 washing code.
4307
4308 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4309 `gnus-w3m' symbols.
4310 (mm-text-html-washer-alist): Remove.
4311
4312 * mm-decode.el (mm-inline-text-html-renderer): Remove.
4313 (mm-inline-media-tests): Remove use.
4314 (mm-text-html-renderer): Change default to the `shr' symbol.
4315
4316 * mm-view.el (mm-inline-text-html): Remove use.
4317
4318 * gnus-art.el (gnus-blocked-images): New function. Allow the
4319 `gnus-blocked-images' to be a function.
4320 (gnus-article-wash-function): Remove.
4321
4322 2010-10-20 Julien Danjou <julien@danjou.info>
4323
4324 * spam.el (spam-list-of-processors): Mark as obsolete.
4325
4326 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4327 (nnimap-insert-partial-structure): Fix boundary detection.
4328
4329 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
4330
4331 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4332 run file-truename on remote files. This can be expensive and even
4333 prevent one from editing drafts if some unrelated buffer has a stale
4334 connection.
4335
4336 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4337
4338 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4339 kinsoku-eol regardless of shr-kinsoku-shorten.
4340 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4341 (shr-tag-table): Support caption, thead, and tfoot.
4342
4343 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4344
4345 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4346 lines.
4347 (shr-save-contents): New command and keystroke.
4348
4349 * nndoc.el (nndoc-type-alist): Add git support.
4350 (nndoc-git-type-p): New function.
4351 (nndoc-transform-git-article): Ditto.
4352 (nndoc-transform-git-headers): Ditto.
4353 (nndoc-transform-git-headers): Generate Subject headers.
4354
4355 * shr.el (shr-parse-style): New function.
4356 (shr-tag-span): Ditto.
4357
4358 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4359 to `G G' to avoid collisions.
4360
4361 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4362
4363 * shr.el: Load kinsoku if necessary.
4364 (shr-kinsoku-shorten): New internal variable.
4365 (shr-find-fill-point): Make kinsoku shorten text line if
4366 shr-kinsoku-shorten is bound to non-nil.
4367 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4368 shr-indentation too when testing if table is wider than frame width.
4369 (shr-insert-table): Use `string-width' instead of `length' to measure
4370 text width.
4371 (shr-insert-table-ruler): Make sure indentation is done at bol.
4372
4373 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4374
4375 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4376 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4377 undecoded network data.
4378
4379 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4380
4381 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4382 name in the mode line spec so that the mode line menu works
4383 (bug #2431).
4384
4385 * message.el (message-get-reply-headers): If we're fed `to-address',
4386 then always use that.
4387
4388 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4389 aren't so wide as to need to switch off the edit menu.
4390
4391 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4392 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4393
4394 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4395 `M-g'.
4396 (nnimap-update-info): Update flags/read marks even if \* isn't part of
4397 the permanent marks.
4398
4399 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
4400
4401 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4402 Splitting according to references/in-reply-to obeys the ignore-groups
4403 variable, while splitting by sender and subject do not.
4404
4405 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4406
4407 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4408 alist, so that we can look for non-Unicode chars.
4409 (article-translate-strings): Allow both character and string maps.
4410
4411 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
4412
4413 * shr.el (shr-insert): Don't insert space behind a wide character
4414 categorized as kinsoku-bol, or between characters both categorized as
4415 nospace.
4416
4417 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
4418
4419 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
4420 headers to gnus-newsgroup-headers.
4421
4422 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4423
4424 * shr.el (shr-tag-img): Don't align images -- since we're not
4425 rescaling, this often leads to ugly displays.
4426
4427 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
4428
4429 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4430 duplicates.
4431
4432 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4433
4434 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4435 call.
4436
4437 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4438
4439 * gnus.el: Autoload gnus-html-show-images.
4440
4441 * nnimap.el: Use nnheader-message throughout.
4442
4443 * shr.el (shr-tag-img): Ignore images with no data.
4444
4445 2010-10-15 Julien Danjou <julien@danjou.info>
4446
4447 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4448 a possibility to disable format=flow encoding when using hard newlines.
4449
4450 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
4451
4452 * shr.el (shr-insert): Remove space inserted before or after a
4453 breakable character or at the beginning or the end of a line.
4454 (shr-find-fill-point): Do kinsoku; find the second best point or give
4455 it up if there's no breakable point.
4456
4457 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4458
4459 * nnimap.el (nnimap-open-connection): Message when opening connection
4460 for debugging purposes.
4461
4462 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4463 on every setup buffer call to allow this to change from article to
4464 article.
4465
4466 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4467 buffers where we have a wide table.
4468
4469 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
4470
4471 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4472 uses *-request-thread.
4473
4474 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4475
4476 * nnimap.el (nnimap-open-connection): Remove %s from openssl
4477 incantation, which is no longer valid.
4478
4479 2010-10-14 Julien Danjou <julien@danjou.info>
4480
4481 * shr.el: Fix defcustom type (char -> character).
4482
4483 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4484
4485 * nnimap.el (nnimap-open-connection): tls-program should be a list of
4486 programs.
4487
4488 2010-10-14 Julien Danjou <julien@danjou.info>
4489
4490 * shr.el (shr-tag-a): Use url-link as widget type.
4491
4492 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4493 `gnus-group-get-icon'.
4494
4495 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4496
4497 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4498 This should make server editing work better.
4499
4500 * shr.el (shr-find-fill-point): Don't inloop on indented text.
4501
4502 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4503 (nnimap-parse-flags): Fix regexp.
4504
4505 * shr.el (shr-find-fill-point): Use a filling algorithm that should
4506 probably work for CJVK text, too.
4507
4508 * nnimap.el (nnimap-extend-tls-programs): Remove.
4509 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4510
4511 2010-10-13 Julien Danjou <julien@danjou.info>
4512
4513 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4514 responses.
4515
4516 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4517
4518 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4519
4520 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4521 anything in Emacs.
4522
4523 * shr.el (shr-current-column): Remove buggy and unnecessary function.
4524
4525 2010-10-13 Julien Danjou <julien@danjou.info>
4526
4527 * shr.el (shr-width): Make shr-width a defcustom with default to
4528 fill-column.
4529 (shr-tag-img): Use shr-width rather than fill-column.
4530
4531 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
4532
4533 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4534
4535 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4536 position when (X-)Faces exist.
4537 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4538 avatars when called interactively.
4539
4540 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
4541
4542 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4543 gnus-article-x-face-too-ugly is bound.
4544
4545 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4546
4547 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4548
4549 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4550 mailbox that doesn't exist.
4551
4552 2010-10-12 Julien Danjou <julien@danjou.info>
4553
4554 * shr.el (shr-tag-img): Encode URL properly when retrieving.
4555 (shr-get-image-data): Encode URL properly when fetching from cache.
4556 (shr-tag-img): Use aligned-to spaces to align correctly images.
4557
4558 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4559 before inserting the Gravatar.
4560
4561 * shr.el (shr-tag-img): Add align attribute support for <img>.
4562
4563 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4564
4565 * gnus-gravatar.el (gnus-art): Require.
4566
4567 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4568 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4569 Remove long obsoleted functions.
4570
4571 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4572
4573 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4574
4575 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4576 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4577 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
4578 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
4579 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
4580 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
4581 Fix comment for declare-function.
4582
4583 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4584
4585 * nnimap.el (nnimap-request-rename-group): Select group read-only
4586 before renaming it.
4587
4588 * shr.el (shr-insert): Fix up the white space only regexp.
4589
4590 * nnimap.el (nnimap-transform-split-mail): Not all articles have
4591 bodies. Protect against this. Reported by Michael Welsh Duggan.
4592
4593 * shr.el (shr-current-column): New function.
4594 (shr-find-fill-point): New function.
4595
4596 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4597
4598 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4599 numbers.
4600
4601 2010-10-11 Julien Danjou <julien@danjou.info>
4602
4603 * shr.el (shr-hr-line): Add.
4604 (shr-tag-hr): Use shr-hr-line to specify which character to use to
4605 display hr lines.
4606 (shr-max-columns): Do not change state to nil if we just inserting
4607 spaces.
4608
4609 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4610
4611 * gnus-topic.el (gnus-topic-read-group): If after the last group,
4612 select the last group.
4613
4614 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
4615
4616 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4617
4618 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4619
4620 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4621 for Gnus.
4622 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4623 (nnimap-update-qresync-info): Mark \Seen articles as read.
4624
4625 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4626 non-variable, too.
4627
4628 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4629 available.
4630 (nnimap-update-info): Rely more on the current active than the param
4631 active to avoid marking articles as read too much.
4632
4633 * auth-source.el (auth-source-create): Use (user-login-name) for the
4634 user name default.
4635
4636 * nnimap.el (nnimap-update-info): If the server doesn't return any
4637 useful info, just use the previous info.
4638 (nnimap-update-info): Prefer old info over start-article.
4639 (nnimap-update-qresync-info): Finish implementing QRESYNC.
4640
4641 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
4642
4643 * nnir.el (autoload): Clean up autoloads.
4644 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4645 Use key rather than value.
4646 (nnir-imap-search-other): New variable.
4647 (nnir-read-parm): Use it.
4648 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4649 (gnus-summary-nnir-goto-thread): Modify to work with imap.
4650
4651 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4652
4653 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4654 the process, too.
4655
4656 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4657
4658 * spam.el (gnus-summary-mode-map): Bind to "$".
4659 Suggested by Russ Allbery.
4660
4661 * shr.el: Rework the way things are indented by <li> slightly.
4662
4663 * gnus.el (gnus-group-set-parameter): Fix typo.
4664
4665 * nnimap.el: Start implementing QRESYNC support.
4666
4667 2010-10-09 Julien Danjou <julien@danjou.info>
4668
4669 * nnir.el (nnir-engines): Fix too many arguments.
4670
4671 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4672
4673 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4674 group is the "last", so that the backends like nnfolder actually save
4675 their folders.
4676
4677 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4678 try to use that for the tls stream.
4679 (nnimap-retrieve-group-data-early): Rework the marks code to heed
4680 UIDVALIDITY and find out which groups are read-only and not.
4681 (nnimap-get-flags): Use the same marks parsing code as the rest of
4682 nnimap.
4683
4684 2010-10-09 Julien Danjou <julien@danjou.info>
4685
4686 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4687
4688 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4689 retrieving gravatars.
4690
4691 * shr.el (shr-table-corner): Add.
4692 (shr-table-line): Add.
4693 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4694
4695 2010-10-08 Julien Danjou <julien@danjou.info>
4696
4697 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4698
4699 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
4700
4701 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4702
4703 * gnus-sum.el (gnus-mark-article-as-unread)
4704 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4705 (gnus-summary-set-bookmark): Use it.
4706
4707 * gnus-msg.el (gnus-setup-message): Use it.
4708
4709 * gnus-demon.el (gnus-demon-remove-handler): Use it.
4710
4711 * gnus.el (gnus-group-remove-parameter): Use it.
4712
4713 * gnus-group.el (gnus-group-make-web-group): Use it.
4714
4715 * gnus-demon.el (gnus-demon-remove-handler): Use it.
4716
4717 * nnregistry.el: Update docs to mention manual.
4718
4719 * gnus-registry.el: Update docs to mention nnregistry.el.
4720 (gnus-registry-initialize): Don't install nnregistry refer method
4721 automatically.
4722 (gnus-registry-install-nnregistry): Remove it.
4723
4724 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4725
4726 * shr.el (shr-insert): Don't insert double spaces.
4727
4728 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
4729
4730 * gnus-gravatar.el (gnus-treat-from-gravatar)
4731 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4732 called interactively.
4733
4734 * gnus-art.el (gnus-mime-view-part-externally)
4735 (gnus-mime-view-part-internally): Make predicate function passed to
4736 gnus-mime-view-part-as-type assume argument is a mime type, not a list
4737 of a mime type.
4738
4739 * shr.el (shr-table-widths): Don't use cl function `reduce'.
4740
4741 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4742
4743 * shr.el (require): Require cl when compiling.
4744 (shr-tag-hr): New function.
4745
4746 * nnimap.el (nnimap-update-info): Remove double setting of high.
4747 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4748 This makes nnimap work properly on Courier again.
4749
4750 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4751 the variable for backwards compatibility.
4752
4753 * mm-decode.el (mm-save-part): If given a non-directory result, expand
4754 the file name before using to avoid setting mm-default-directory to
4755 nil.
4756
4757 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4758 bidning gnus-agent variables.
4759
4760 * shr.el (shr-render-td): Use a cache for the table rendering function
4761 to avoid getting an exponential rendering behaviour in nested tables.
4762 (shr-insert): Rework the line-breaking algorithm.
4763 (shr-insert): Don't leave trailing spaces.
4764 (shr-insert-table): Also insert empty TDs.
4765 (shr-tag-blockquote): Ensure paragraphs after </ul>.
4766
4767 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4768
4769 * gnus-sum.el (gnus-number): Rename from `number'.
4770 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4771 (gnus-summary-limit-children): Update uses correspondingly.
4772
4773 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4774
4775 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4776 (gnus-gravatar-transform-address): Don't show avatars of people of
4777 which mail addresses match gnus-gravatar-too-ugly.
4778
4779 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4780
4781 * shr.el (shr-table-widths): Expand TD elements to fill available
4782 space.
4783
4784 2010-10-07 Julien Danjou <julien@danjou.info>
4785
4786 * nnimap.el (nnimap-request-rename-group): Add this method.
4787
4788 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4789
4790 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4791 name from XEmacs' function-arglist.
4792
4793 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4794 gravatar under XEmacs.
4795
4796 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
4797
4798 * auth-source.el: Update docs with TODO items.
4799
4800 * gnus-sync.el: Update docs to explain state and plans.
4801
4802 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4803 Hooks for mark updates.
4804 (gnus-request-set-mark, gnus-request-update-mark): Use them.
4805
4806 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4807 hooks with arguments, which is needed for mark update hooks.
4808
4809 2010-10-06 Julien Danjou <julien@danjou.info>
4810
4811 * gnus.el (gnus-expand-group-parameter): Only return and act on what
4812 was matched.
4813
4814 * sieve-manage.el: Update example in `Commentary'.
4815
4816 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4817
4818 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4819 not 2000.
4820 (sieve-manage-authenticate): Re-add function.
4821
4822 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4823
4824 * shr.el (shr-insert): Get 'space transition right.
4825 (shr-render-td): Only delete space at the end of the TD.
4826
4827 * nnimap.el (nnimap-open-connection): Prepare to support
4828 open-gnutls-stream.
4829
4830 * shr.el: Rearrange function order to be more logical.
4831
4832 2010-10-06 Julien Danjou <julien@danjou.info>
4833
4834 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4835 (nnrss-discover-feed): Remove 404 URL in docstring.
4836
4837 * nnir.el: Fix Swish-E URL.
4838 Fix Namazu URL.
4839
4840 * message.el (message-change-subject): Remove 404 URL in a comment.
4841
4842 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
4843
4844 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4845 called interactively.
4846
4847 * gnus-util.el (gnus-remove-if): Allow hash table.
4848 (gnus-remove-if-not): New function.
4849
4850 * gnus-art.el (gnus-mime-view-part-as-type)
4851 * gnus-score.el (gnus-summary-score-effect)
4852 * gnus-sum.el (gnus-read-move-group-name):
4853 Replace remove-if-not with gnus-remove-if-not.
4854
4855 * gnus-group.el (gnus-group-completing-read):
4856 Regard collection as a hash table if it is not a list.
4857
4858 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4859
4860 * shr.el (shr-render-td): Allow blank/missing <TD>s.
4861
4862 * shr.el: Document the table-rendering algorithm.
4863
4864 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4865 invalid URLs.
4866
4867 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4868 line-broken.
4869 (shr-tag-img): Ignore image fetching errors.
4870 (shr-overlays-in-region): Compute overlay positions correctly.
4871
4872 * mm-decode.el (mm-shr): Require shr.
4873
4874 * gnus-art.el (gnus-blocked-images): Move variable here.
4875
4876 * shr.el (shr-insert-table): Bind free variable.
4877
4878 * mm-decode.el (mm-shr): Bind shr-content-function.
4879
4880 * shr.el (shr-content-function): New variable.
4881
4882 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4883 added for symmetry.
4884
4885 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4886
4887 * gnus-group.el (gnus-group-make-group): Doc fix.
4888
4889 * nnimap.el (nnimap-request-newgroups): Return success.
4890
4891 * shr.el (shr-find-elements): New function.
4892 (shr-tag-table): Put all the images after the table.
4893 (shr-tag-table): Really inhibit images inside the table.
4894 (shr-collect-overlays): Copy over overlays from the TD elements to the
4895 main document.
4896
4897 * mm-decode.el (mm-shr): Bind shr-blocked-images to
4898 gnus-blocked-images.
4899
4900 2010-10-05 Julien Danjou <julien@danjou.info>
4901
4902 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4903
4904 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4905 (gnus-html-maximum-image-size): Add this function.
4906 (gnus-html-put-image): Use gnus-html-maximum-image-size.
4907
4908 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4909 server-value of the capability is nil.
4910
4911 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4912
4913 * shr.el (shr-tag-em): Add <EM> tag.
4914
4915 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
4916
4917 * sieve-manage.el (sieve-manage-default-stream): Make default stream
4918 customizable.
4919
4920 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4921 handing broken links to browse-url.
4922
4923 2010-10-05 Julien Danjou <julien@danjou.info>
4924
4925 * gnus-util.el (gnus-emacs-completing-read)
4926 (gnus-iswitchb-completing-read): Use autoload rather than require.
4927
4928 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
4929
4930 * gnus-util.el (gnus-completing-read-function): Exclude
4931 gnus-icompleting-read and gnus-ido-completing-read from candidates for
4932 XEmacs since iswitchb.el is very old and ido.el is unavailable in
4933 XEmacs.
4934
4935 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4936 not to use `delete-dups' that is unavailable in XEmacs 21.4.
4937
4938 * gnus-html.el: Don't require help-fns under XEmacs.
4939 (gnus-html-schedule-image-fetching): Work for XEmacs.
4940
4941 * mm-decode.el (mm-shr): Decode contents by charset.
4942
4943 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4944
4945 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4946 unknown.
4947
4948 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4949 (shr-get-image-data): Ensure against the cache file missing.
4950
4951 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4952 for data.
4953
4954 * spam-report.el (spam-report-url-ping-plain): Don't query about
4955 killing the process.
4956
4957 * shr.el (shr-render-td): Protect against too-wide text.
4958
4959 2010-10-04 Julien Danjou <julien@danjou.info>
4960
4961 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4962 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4963
4964 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4965 retrieved.
4966
4967 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4968
4969 * shr.el (browse-url): Require.
4970 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4971 lines.
4972 (shr-show-alt-text, shr-browse-image): New commands.
4973 (shr-browse-url, shr-copy-url): New commands.
4974
4975 * gnus-sum.el (gnus-widen-article-window): New variable.
4976 (gnus-summary-select-article-buffer): Use it.
4977
4978 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4979 without @ signs.
4980
4981 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4982
4983 * nnir.el (nnir-run-imap): Remove spurious space in search string.
4984
4985 2010-10-04 Julien Danjou <julien@danjou.info>
4986
4987 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4988 for XEmacs.
4989
4990 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4991
4992 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4993
4994 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4995 (nnimap-close-server): Implement.
4996
4997 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4998 (shr-insert): Tweak line breaking.
4999 (shr-insert): Handle <pre> better.
5000 (shr-tag-li): Get <li> indentation right.
5001 (shr-tag-li): Get <li> indentation even righter.
5002 (shr-tag-blockquote): Ensure paragraph start.
5003 (shr-make-table): Tweak table generation.
5004 (shr-make-table): Fix typo.
5005
5006 * shr.el: Implement table rendering.
5007
5008 2010-10-04 Julien Danjou <julien@danjou.info>
5009
5010 * gnus-html.el (gnus-html-put-image): Fix resize image code.
5011
5012 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5013
5014 * shr.el (shr-insert): Use string anchors instead of line anchors.
5015
5016 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5017
5018 * shr.el: Add headings.
5019 (shr-ensure-paragraph): Actually work.
5020 (shr-tag-li): Make <ul> prettier.
5021 (shr-insert): Get white space at the beginning/end of elements right.
5022 (shr-tag-p): Collapse subsequent <p>s.
5023 (shr-ensure-paragraph): Don't insert double line feeds after blank
5024 lines.
5025 (shr-insert): \t is also space.
5026 (shr-tag-s): Fix "s" tag name function.
5027 (shr-tag-s): Fix face prop name.
5028
5029 2010-10-03 Julien Danjou <julien@danjou.info>
5030
5031 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5032
5033 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5034 gnus-window-inside-pixel-edges.
5035
5036 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5037 gnus-ems.
5038
5039 * mm-view.el (mm-inline-image-emacs): Support image resizing.
5040
5041 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5042 function.
5043
5044 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5045 resize choice.
5046
5047 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5048
5049 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5050 beginning of the buffer.
5051
5052 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5053 article buffer again.
5054
5055 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5056
5057 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5058 when it's at the start of the buffer.
5059
5060 * shr.el (shr-tag-blockquote): Convert name.
5061 (shr-rescale-image): Use the right image-size variant.
5062
5063 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5064 buffer isn't shown, then select the current article first instead of
5065 bugging out.
5066 (gnus-summary-select-article-buffer): Show both the article and summary
5067 buffers again.
5068
5069 * shr.el (shr-fontize-cont): Protect against regions with no text.
5070 Rename tag functions to shr-tag-* for enhanced security.
5071 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5072
5073 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
5074
5075 * shr.el (shr-insert):
5076 * pop3.el (pop3-movemail):
5077 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5078 loaded.
5079
5080 2010-10-03 Glenn Morris <rgm@gnu.org>
5081
5082 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5083
5084 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5085
5086 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5087
5088 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5089
5090 * gnus-util.el (gnus-make-local-hook): Simplify.
5091
5092 2010-10-02 Julien Danjou <julien@danjou.info>
5093
5094 * gnus-util.el (gnus-iswitchb-completing-read): New function.
5095 (gnus-ido-completing-read): New function.
5096 (gnus-emacs-completing-read): New function.
5097 (gnus-completing-read): Use gnus-completing-read-function.
5098 Add gnus-completing-read-function.
5099
5100 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5101
5102 * shr.el (shr-insert-document): Autoload.
5103 (shr-img): Be silent.
5104 (shr-insert): Add a newline after every picture before text.
5105 (shr-add-font): Use overlays for combining faces.
5106 (shr-insert): Pass upwards the text start point.
5107
5108 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5109 possible.
5110 (mm-shr): New function.
5111
5112 2010-10-02 Julien Danjou <julien@danjou.info>
5113
5114 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5115 should go backward.
5116
5117 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
5118
5119 * shr.el (shr): Fix typo in provide call.
5120
5121 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5122
5123 * shr.el: New file.
5124
5125 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5126
5127 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5128 completing read.
5129
5130 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5131
5132 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5133 we're being queried about. Suggested by Dan Jacobson.
5134
5135 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5136 Suggested by Jason Eisner.
5137
5138 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5139 table, too. Suggested by Stefan Wiens.
5140 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5141 the table unnecessary. Suggested by Stefan Wiens.
5142
5143 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5144 longer needed, and probably doesn't work either, as pointed out by
5145 Stefan Wiens.
5146 (gnus-summary-exit): Remove call to the clearing function.
5147 (gnus-summary-exit-no-update): Ditto.
5148
5149 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5150 instead of gnus-eval-in-buffer-window to avoid popping up frames.
5151 Reported by Stefan Monnier.
5152 (gnus-summary-save-in-rmail): Ditto.
5153
5154 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5155 article buffer, instead of both the article buffer and the summary
5156 buffer. Sort of suggested by Dan Jacobson.
5157
5158 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5159
5160 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5161 Suggested by Dan Jacobson.
5162
5163 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5164 documentation clearer.
5165
5166 * message.el (message-shorten-references): Comment on the number "21".
5167 Suggested by Stefan Monnier.
5168
5169 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5170 Suggested by Dan Jacobson.
5171
5172 * gnus.el (gnus-large-newsgroup):
5173 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
5174
5175 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5176 externalize attachments. Bug reported by Steve Wen.
5177
5178 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5179 really message anything to the user.
5180
5181 * nnmail.el (nnmail-article-group): Allow using the fancy split method
5182 directly.
5183
5184 * nnimap.el (nnimap-request-group): Low higher than high to signal no
5185 messages in empty groups.
5186
5187 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
5188
5189 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5190 non-UIDNEXT group.
5191
5192 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5193
5194 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5195 not the value from the collection.
5196
5197 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5198 values. This sometimes happens on some groups that have no info.
5199 (nnimap-request-newgroups): New function.
5200
5201 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
5202
5203 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5204 check into `gnus-registry-initialize'.
5205 (gnus-registry-initialize): Ditto.
5206 Fix and extend header docs.
5207
5208 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5209
5210 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5211 regexp backtrace overflows.
5212
5213 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5214 for starttls that tls.el implements; i.e. openssl.
5215
5216 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
5217
5218 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5219 (gravatar-create-image): New function that's an alias to
5220 gnus-xmas-create-image, gnus-create-image, or create-image.
5221 (gravatar-data->image): Use it.
5222
5223 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
5224
5225 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5226 install the nnregistry refer method.
5227 (gnus-registry-install-hooks): Use it.
5228 (gnus-registry-unfollowed-groups): Add nnmairix to the default
5229 unfollowed groups.
5230
5231 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
5232
5233 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5234 expanding threads.
5235
5236 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5237
5238 * nnir.el: Use the server names without suffixes (bug #7009).
5239
5240 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5241 unencrypted to STARTTLS, if possible.
5242
5243 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
5244
5245 * message.el (message-ignored-supersedes-headers): Strip Injection-*
5246 headers before superseding.
5247
5248 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5249
5250 * nnrss.el (nnrss-use-local): Add documentation.
5251
5252 * nnimap.el (nnimap-extend-tls-programs): New function.
5253 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5254 (nnimap-wait-for-connection): Accept the greeting from the stupid
5255 output from openssl s_client -starttls, too.
5256
5257 * nnimap.el (nnimap-find-article-by-message-id): Really return the
5258 article number.
5259 (nnimap-split-fancy): New variable.
5260 (nnimap-split-incoming-mail): Use it.
5261
5262 * nntp.el (nntp-server-list-active-group): Document.
5263
5264 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5265 SELECT to get the message-id.
5266
5267 * mail-source.el (mail-sources): Remove webmail support.
5268 (defvar): Ditto.
5269 (mail-source-fetcher-alist): Ditto.
5270 (mail-source-fetch-webmail): Remove.
5271
5272 * webmail.el: Remove -- doesn't seem relevant any more.
5273
5274 * gnus.el: Fix up make-obsolete-variable declarations throughout.
5275
5276 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5277 the \r.
5278
5279 2010-09-30 Julien Danjou <julien@danjou.info>
5280
5281 * gnus-agent.el (gnus-agent-add-group): Fix call to
5282 gnus-completing-read.
5283
5284 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5285
5286 * nndoc.el (nndoc-retrieve-groups): New function.
5287
5288 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5289 `default', use nnmail-split-methods.
5290 (nnimap-request-article): Downcase the NILs so that they are nil.
5291
5292 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5293 symbol.
5294
5295 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5296 code, since if the user has requested network, that's what they ought
5297 to get.
5298 (nnimap-request-set-mark): Erase the buffer before issuing commands.
5299 (nnimap-split-rule): Mark as obsolete.
5300
5301 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5302 New variable.
5303
5304 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5305 correct slot, too.
5306
5307 2010-09-29 Julien Danjou <julien@danjou.info>
5308
5309 * gnus.el (gnus-local-domain): Declare variable obsolete.
5310
5311 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5312 Fix history computing.
5313 (gnus-ido-completing-read): Require ido.
5314
5315 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5316
5317 * gnus-registry.el: Don't prompt on load, which makes it impossible to
5318 build Gnus.
5319
5320 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5321 when interpreting the structures.
5322 (nnimap-request-accept-article): Add \r\n to the lines to make this
5323 work with Cyrus.
5324
5325 * nndraft.el (nndraft-request-expire-articles): Use the group name
5326 instead if "nndraft". Fix found by Nils Ackermann.
5327
5328 2010-09-29 Ludovic Courtes <ludo@gnu.org>
5329
5330 * nnregistry.el: Add.
5331
5332 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5333
5334 * nnmail.el (group, group-art-list, group-art):
5335 Remove unneeded directives.
5336
5337 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
5338
5339 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5340 (mm-mime-charset)
5341 * rfc2047.el (rfc2047-syntax-table)
5342 * utf7.el (utf7-utf-16-coding-system): Comment fix.
5343
5344 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5345 rather than `insert-file-contents' and `eval-region'.
5346
5347 2010-09-29 Julien Danjou <julien@danjou.info>
5348
5349 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5350 replacement of `gnus-gravatar-relief' to mimic
5351 `gnus-faces-properties-alist'.
5352 Add :version property.
5353
5354 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5355
5356 * mail-source.el (mail-source-report-new-mail)
5357 * message.el (message-default-mail-headers)
5358 * mm-decode.el (mm-valid-image-format-p): Comment fix.
5359
5360 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5361
5362 2010-09-28 Julien Danjou <julien@danjou.info>
5363
5364 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5365 mail-address contains the same string as real-name.
5366
5367 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5368 non-blank in header, otherwise it'll get stripped.
5369
5370 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5371 real-name, and then for mail address rather than doing : or , search.
5372
5373 2010-09-27 Julien Danjou <julien@danjou.info>
5374
5375 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5376 right completing-read function.
5377 (gnus-use-ido): New variable
5378 (gnus-completing-read-with-default): Remove.
5379 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5380 (gnus-agent-add-group):
5381 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5382 * mm-view.el (mm-view-pkcs7-decrypt):
5383 * mm-util.el (mm-codepage-setup):
5384 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5385 * mml-smime.el (mml-smime-openssl-sign-query):
5386 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5387 (mml-insert-multipart):
5388 * gnus-msg.el (gnus-summary-yank-message):
5389 * gnus-int.el (gnus-start-news-server):
5390 * mm-decode.el (mm-interactively-view-part):
5391 * gnus-dired.el (gnus-dired-attach):
5392 * gnus.el (gnus-read-method):
5393 * gnus-bookmark.el (gnus-bookmark-jump):
5394 * gnus-art.el (gnus-mime-view-part-as-type)
5395 (gnus-mime-action-on-part, gnus-article-encrypt-body):
5396 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5397 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5398 * nnmairix.el (nnmairix-create-server-and-default-group)
5399 (nnmairix-update-groups, nnmairix-get-server)
5400 (nnmairix-backend-to-server, nnmairix-goto-original-article)
5401 (nnmairix-get-group-from-file-path):
5402 * nnrss.el (nnrss-find-rss-via-syndic8):
5403 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5404 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5405 (gnus-group-browse-foreign-server):
5406 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5407 (gnus-summary-execute-command, gnus-summary-respool-article)
5408 (gnus-read-move-group-name):
5409 * gnus-score.el (gnus-summary-increase-score)
5410 (gnus-summary-score-effect):
5411 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5412
5413 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5414
5415 * nnimap.el (auth-source-forget-user-or-password)
5416 (auth-source-user-or-password): Autoload.
5417
5418 * message.el (message-from-style, message-interactive)
5419 (message-signature): Remove comment.
5420 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
5421 always.
5422 (message-sendmail-envelope-from): Comment fix.
5423 (message-yank-prefix): Default to mail-yank-prefix always.
5424 (message-indentation-spaces):
5425 Default to mail-indentation-spaces always.
5426 (message-signature-file): Default to mail-signature-file always.
5427
5428 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5429
5430 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5431 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5432 new articles.
5433
5434 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5435 parts.
5436 (nnimap-request-article): Work with the t setting, too.
5437
5438 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5439 that you don't get flashes of other buffers.
5440 (gnus-summary-show-complete-article): Intern before setting.
5441
5442 2010-09-27 David Engster <dengste@eml.cc>
5443
5444 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5445 well as HEADERS.
5446 (nnmairix-retrieve-headers): Provide new argument for the above.
5447
5448 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5449
5450 * gnus-sum.el (gnus-summary-move-article): Don't alter
5451 gnus-newsgroup-active. This makes `/ N' work after copying to the same
5452 group.
5453
5454 * nnimap.el (nnimap-update-info): Don't destructively alter active.
5455
5456 * message.el (message-cite-prefix-regexp): Revert my last edit.
5457
5458 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5459 variable instead of the Gnus variable.
5460
5461 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5462
5463 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5464
5465 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5466 since some servers don't like it.
5467 (nnimap-open-connection): Forget credentials if the server says the
5468 password was wrong.
5469 (nnimap-parse-line): Protect against invalid data.
5470
5471 * gnus-sum.el (gnus-summary-move-article): Add comment.
5472 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5473 nothing alters it while scanning for new messages.
5474
5475 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5476 which may or may not help.
5477 (nnimap-open-connection): If we're doing a stream connection, and then
5478 discover we're on a STARTTLS-capable server, then open a STARTTLS
5479 connection instead.
5480
5481 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5482
5483 * nnimap.el (utf7): Require.
5484
5485 * message.el (message-cite-prefix-regexp): Remove "}" from citation
5486 prefix.
5487
5488 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
5489
5490 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5491
5492 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5493
5494 * nnimap.el (nnimap-request-accept-article): Message the error on
5495 error.
5496
5497 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
5498
5499 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5500
5501 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5502
5503 * nndoc.el (nndoc-request-list): Return success always.
5504
5505 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5506 `fetch-old' -- we only want to fetch the articles we've requested.
5507 The rest are in the agent, probably.
5508 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5509 disappeared server" to something low. It's not important.
5510
5511 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5512 arrived before the FETCH data.
5513
5514 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5515 target here, because we don't know the Gnus name of the group.
5516
5517 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5518 for the correct group.
5519
5520 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5521
5522 * gnus.el (gnus): Give a final warning after startup.
5523
5524 * gnus-util.el (gnus-action-message-log): New variable.
5525 (gnus-message): Use it.
5526 (gnus-final-warning): New function.
5527
5528 * nnimap.el (nnimap-open-connection): Record the greeting.
5529 (nnimap): Add greeting.
5530
5531 2010-09-26 Julien Danjou <julien@danjou.info>
5532
5533 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5534 arguments.
5535 (gnus-html-wash-images): Fix spec computing to include start/end.
5536
5537 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5538
5539 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5540
5541 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5542 deletion.
5543 (nnimap-retrieve-headers): Don't select the group, because that's
5544 already done by nnimap-possibly-change-group.
5545
5546 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5547 (gnus-picon-transform-address): Use it.
5548
5549 * mail-source.el (mail-source-value): Revert previous patch.
5550
5551 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5552 on failure.
5553 (nnimap-open-connection): Look up both virtual and physical server name
5554 credentials.
5555
5556 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5557
5558 2009-02-08 Dave Love <fx@gnu.org>
5559
5560 * gnus-win.el (gnus-window-to-buffer-helper)
5561 (gnus-all-windows-visible-p): Function needn't be a symbol.
5562
5563 * mail-source.el (mail-source-value): Function needn't be a symbol.
5564
5565 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5566
5567 * message.el (message-cite-prefix-regexp): Remove } from the cite
5568 prefix.
5569
5570 * gnus-art.el (gnus-treatment-function-alist): Do picons before
5571 highlight again, so that the highlight is correct.
5572
5573 * gnus-picon.el (gnus-picon): Remove again.
5574 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5575
5576 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5577 doing the header highlightling, so that the background colour of the
5578 picon is correct.
5579
5580 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5581 (gnus-picon): Ditto.
5582 (gnus-picon): Reinstate. The background colour for picons is white.
5583 (gnus-picon-insert-glyph): Make the background white.
5584
5585 * nnml.el (nnml-open-nov): Don't return dead buffers.
5586
5587 * auth-source.el (auth-source-create): Query the user for whether to
5588 store the credentials.
5589
5590 * auth-source.el (auth-source-user-or-password): Use the existing auth
5591 sources, if any, for creation.
5592
5593 * gnus.el (gnus-group-fast-parameter): Return the last matching
5594 parameter instead of the first matching parameter.
5595
5596 2010-09-26 Julien Danjou <julien@danjou.info>
5597
5598 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5599
5600 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5601
5602 * mml2015.el (mml2015-use): Remove gpg support.
5603
5604 * mml1991.el (mml1991-function-alist): Remove gpg function.
5605 (mml1991-gpg-sign): Remove.
5606
5607 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
5608
5609 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5610 (gnus-browse-unsubscribe-current-group): Document it.
5611 (gnus-browse-unsubscribe-group): Use it.
5612
5613 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5614
5615 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5616 address to the To list for easier response.
5617
5618 * gnus.el (gnus-play-startup-jingle): Remove.
5619 (gnus-splash): Don't play jingle.
5620 (gnus): Silence gnus-load message.
5621
5622 * gnus-art.el (gnus-treat-play-sounds): Remove.
5623
5624 * gnus.el (gnus-play-jingle): Remove audio support.
5625
5626 * gnus-cus.el (gnus-score-customize): Remove audio reference.
5627
5628 * earcon.el: Remove -- no users.
5629
5630 * gnus-audio.el: Remove -- no users of this package.
5631
5632 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5633
5634 * gnus-start.el (gnus-setup-news): Remove nocem support.
5635
5636 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5637
5638 * gnus.el (gnus-use-nocem): Remove.
5639
5640 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5641 Remove.
5642
5643 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
5644 uses NoCeM any more.
5645
5646 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5647 (gnus-button-ctan-handler): Ditto.
5648 (gnus-button-handle-ctan-bogus-regexp): Ditto.
5649 (gnus-button-ctan-directory-regexp): Ditto.
5650 (gnus-button-handle-ctan): Ditto.
5651 (gnus-button-tex-level): Ditto.
5652 (gnus-button-alist): Remove CTAN stuff.
5653
5654 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5655
5656 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5657 nnimap-streaming test.
5658
5659 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5660 servers twice.
5661
5662 * nnimap.el (nnimap-open-connection): Add more error reporting when
5663 nnimap fails early.
5664
5665 * nnheader.el (nnheader-get-report-string): New function.
5666 (nnheader-get-report): Use it.
5667
5668 * gnus-int.el (gnus-check-server): Say what the error was when opening
5669 failed.
5670
5671 * nnimap.el (nnimap-wait-for-response): Search further when we're not
5672 using streaming.
5673
5674 2010-09-25 Julien Danjou <julien@danjou.info>
5675
5676 * gnus-html.el (gnus-html-rescale-image): Use our defalias
5677 gnus-window-inside-pixel-edges.
5678
5679 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5680
5681 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5682
5683 * mm-decode.el (mm-save-part): Allow saving to other directories the
5684 normal Emacs way.
5685
5686 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5687 Suggested by Jay Berkenbilt.
5688
5689 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5690 there isn't a single byte.
5691
5692 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5693 just do it. It doesn't really seem to matter what the user responds
5694 here, I think, so it's just a confusing question.
5695
5696 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5697 non-streaming case.
5698
5699 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5700 (gnus-article-encrypt-body): Use it.
5701
5702 * gnus-sum.el (gnus-summary-show-complete-article): New command and
5703 keystroke.
5704
5705 * nnimap.el (nnimap-find-wanted-parts-1):
5706 Use gnus-fetch-partial-articles.
5707
5708 * gnus-art.el (gnus-fetch-partial-articles): New variable.
5709
5710 * nnimap.el (nnimap-insert-partial-structure): New function.
5711 (nnimap-get-partial-article): New function.
5712 (nnimap-request-article): Use it.
5713 (nnimap-wait-for-response): Return whether the wait was successful.
5714 (nnimap-finish-retrieve-group-infos): Don't do anything if the
5715 retrieval wasn't successful.
5716 (nnimap-retrieve-group-data-early): Allow throttling servers.
5717 (nnimap-streaming): New variable.
5718 (nnimap-fetch-partial-articles): Remove.
5719
5720 * mm-decode.el (mm-with-part): Protect against killed buffers.
5721
5722 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5723 for prettier summary display.
5724
5725 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
5726
5727 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5728
5729 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5730
5731 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5732 apparently third-party libraries depend on it.
5733
5734 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5735 before starting negotiation.
5736
5737 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5738 privacy reasons.
5739 (gnus-treat-mail-gravatar): Ditto.
5740
5741 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5742 buffer when inserting images. Inserting text into the headers, for
5743 instance, can make them invalid.
5744
5745 2010-09-25 Julien Danjou <julien@danjou.info>
5746
5747 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5748 variables.
5749
5750 * nnheader.el: Remove useless variables news-reply-yank-from and
5751 news-reply-yank-message-id.
5752
5753 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5754 variables.
5755
5756 * mml1991.el: Remove useless mml1991-verbose.
5757
5758 * gnus.el: Remove useless variable gnus-use-generic-from.
5759 Remove obsolete variable gnus-topic-indentation.
5760
5761 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5762
5763 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5764
5765 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5766
5767 * gnus-group.el: Remove useless gnus-group-icon-cache.
5768 Remove useless gnus-ephemeral-group-server.
5769
5770 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5771
5772 * mml2015.el: Remove useless mml2015-verbose.
5773
5774 * mml-smime.el: Remove useless mml-smime-verbose.
5775
5776 * gnus.el: Remove useless gnus-local-domain.
5777
5778 * gnus-gravatar.el (gnus-gravatar-transform-address):
5779 Use gnus-gravatar-size.
5780
5781 * gnus-art.el: Remove useless gnus-treat-translate.
5782
5783 2010-09-24 Julien Danjou <julien@danjou.info>
5784
5785 * gnus-sum.el: Add support for Gravatars.
5786
5787 * gnus-art.el: Add support for Gravatars.
5788
5789 * gnus-gravatar.el: Add this file.
5790
5791 * gravatar.el: Add this file.
5792
5793 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5794
5795 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5796
5797 * gnus-group.el (gnus-group-fetch-faq): Remove.
5798
5799 * gnus.el (gnus-group-faq-directory): Remove.
5800
5801 * gnus-group.el (gnus-group-fetch-charter): Remove.
5802
5803 * gnus.el (gnus-group-charter-alist): Remove.
5804
5805 * gnus-group.el (gnus-group-archive-directory): Remove.
5806 (gnus-group-recent-archive-directory): Ditto.
5807 (gnus-group-make-archive-group): Remove.
5808
5809 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5810
5811 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5812 use the same article number for all the cached articles.
5813
5814 * nnimap.el (nnimap-command): Register the last command time so
5815 that we can use it for idling NOOPs.
5816 (nnimap-open-connection): Start the keeplive timer.
5817 (nnimap-make-process-buffer): Store all the process buffers.
5818 (nnimap-keepalive): New function.
5819
5820 * starttls.el (starttls-open-stream): Add autoload cookie.
5821
5822 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5823
5824 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5825 handling.
5826
5827 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5828
5829 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5830 its data structures.
5831
5832 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5833 instead of the cl.el copy-list.
5834 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5835 equalp.
5836
5837 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5838
5839 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5840 and tool-bar-local-item-from-menu.
5841
5842 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5843 mode-line-highlight face for Emacs.
5844
5845 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5846 loading gnus-sum.elc; fix comment for canlock-verify.
5847 (gnus-article-jump-to-part): Use read-number.
5848 (gnus-insert-mime-button, gnus-insert-mime-security-button):
5849 Remove Emacs pre-21 compatible code for help-echo.
5850 (gnus-article-next-page-1): No need to adjust the number of lines.
5851 (gnus-article-describe-bindings): Always use help-buffer.
5852
5853 * gnus-audio.el (gnus-audio-inline-sound)
5854 * gnus-cus.el (gnus-custom-mode)
5855 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5856
5857 * gnus-sum.el (gnus-remove-overlays): Doc fix.
5858
5859 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5860 compatible code.
5861
5862 2010-09-24 Glenn Morris <rgm@gnu.org>
5863
5864 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5865 visiting the fcc file in rmail-mode.
5866
5867 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5868
5869 * nnir.el: Silence the byte compiler.
5870
5871 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5872 alias to browse-url-url-encode-chars if any.
5873 (gnus-html-encode-url): Use it.
5874
5875 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5876
5877 * gnus-start.el (gnus-use-backend-marks): New variable.
5878 (gnus-get-unread-articles-in-group): Use it.
5879
5880 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5881 makeover.
5882
5883 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5884
5885 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5886
5887 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5888
5889 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5890 Remove.
5891 (gnus-setup-news-hook):
5892 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5893
5894 * gnus-int.el (gnus-request-update-info): Protect against backends not
5895 having the function.
5896
5897 * nnimap.el (nnimap-stream): Mention starttls.
5898 (nnimap-open-connection): Add starttls support.
5899
5900 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5901
5902 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5903
5904 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5905
5906 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5907 BODYSTRUCTUREs.
5908 (nnimap-transform-headers): Unfold quoted {42} headers.
5909
5910 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5911 the info.
5912 (gnus-get-unread-articles): Only call updatep on backends that support
5913 it.
5914
5915 * nnweb.el (nnweb-request-update-info): NOOP.
5916
5917 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5918
5919 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5920 since it only deals with marks.
5921
5922 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5923 gnus-request-marks, and make a new gnus-request-update-info.
5924
5925 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5926 the active instead of the high number, which is usually too low.
5927
5928 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
5929
5930 * encrypt.el: Remove.
5931
5932 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5933
5934 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5935 server in symbolic form.
5936
5937 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5938
5939 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5940
5941 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5942 (nnimap-update-info): Fix up code slightly.
5943
5944 * gnus-int.el (gnus-open-server): Add tracing for performance
5945 debugging.
5946
5947 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5948 (gnus-group-insert-group-line): Pass the real group name so that it
5949 gets the right data.
5950
5951 * gnus-start.el (gnus-get-unread-articles): Don't have
5952 `gnus-get-unread-articles-in-group' update info, since that can be
5953 really slow and doesn't seem to be needed?
5954
5955 2010-09-22 Julien Danjou <julien@danjou.info>
5956
5957 * gnus-group.el (gnus-group-insert-group-line):
5958 Call gnus-group-highlight-line.
5959 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5960 default hook list.
5961 (gnus-group-update-eval-form): Add new function.
5962 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5963 (gnus-group-get-icon): Use gnus-group-update-eval-form.
5964
5965 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5966
5967 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5968 immediate, then expire all articles.
5969 (nnimap-update-info): Fix off-by-one errors.
5970 (nnimap-flags-to-marks): Would return no marks lists for group with no
5971 flags. Instead return the other data.
5972
5973 2010-09-22 Julien Danjou <julien@danjou.info>
5974
5975 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5976 Only return an icon.
5977 (gnus-group-insert-group-line): Compute icon to return.
5978
5979 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5980 (gnus-html-image-fetched): Only cache if
5981 gnus-html-image-automatic-caching is set.
5982 (gnus-html-image-fetched): Check for errors.
5983
5984 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5985
5986 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5987 once per method on `g'. This ensures that backends like nnfolder don't
5988 open all their folders.
5989
5990 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5991 (nnimap-request-list): Nix out group in the correct buffer.
5992 (nnimap-parse-flags): Implement by using `read' instead of
5993 hand-parsing.
5994 (nnimap-flags-to-marks): Pass on permanent-flags.
5995 (nnimap-make-process-buffer): Record the server name.
5996 (nnimap-parse-flags): Fix typo.
5997 (nnimap-request-scan): Run split on the server in general, not just a
5998 single group.
5999
6000 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6001 parameter, and propagate this downwards.
6002
6003 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6004 since EXAMINE changes it on the server.
6005
6006 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6007 this command might take a while.
6008
6009 2010-09-22 Julien Danjou <julien@danjou.info>
6010
6011 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
6012 harmful if you have 2 images side-by-side, they can't be properly
6013 update on text deletion. Using text-property is safer here.
6014 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6015 data.
6016
6017 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6018
6019 * nnimap.el (nnimap-expunge-inbox): Remove.
6020 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6021 (nnimap-expunge): Flip default to t.
6022
6023 * gnus.el (gnus-method-to-server): Don't push things to the cache
6024 unless it's unique.
6025 (gnus-server-to-method): Ditto.
6026
6027 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
6028
6029 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6030
6031 2010-09-22 Julien Danjou <julien@danjou.info>
6032
6033 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6034 get the start of data.
6035 (gnus-html-encode-url): Add this function to encode special chars in
6036 URL.
6037 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6038 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6039
6040 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6041 default.
6042 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6043
6044 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6045 images alt-text.
6046 (gnus-html-put-image): Put alt-text as help-echo.
6047
6048 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6049
6050 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6051 * mm-util.el (mm-decompress-buffer)
6052 * nnir.el (nnir-run-find-grep)
6053 * pop3.el (pop3-list): Use 3rd arg of split-string.
6054
6055 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6056
6057 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6058 outside the active range. Suggested by Dan Christensen.
6059
6060 * gnus-start.el (gnus-get-unread-articles): Get the extended method
6061 slightly later to avoid double-getting it.
6062
6063 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6064 previous patch.
6065
6066 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6067
6068 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
6069
6070 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6071
6072 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6073
6074 * gnus-int.el (gnus-open-server): Give a better error message in the
6075 "go offline" case.
6076
6077 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6078 marks for nnimap, which is seldom the right thing to do.
6079
6080 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6081 (gnus-same-method-different-name): New function.
6082
6083 * nnimap.el (parse-time): Require.
6084
6085 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6086 method in the presence of many similar methods.
6087
6088 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6089
6090 * nnimap.el (nnimap-find-expired-articles): Don't refer to
6091 nnml-inhibit-expiry.
6092
6093 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6094 find out whether methods are equal.
6095
6096 * nnimap.el (nnimap-find-expired-articles): New function.
6097 (nnimap-process-expiry-targets): New function.
6098 (nnimap-request-move-article): Request the article before looking at
6099 what the Message-ID is. Fix found by Andrew Cohen.
6100 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6101
6102 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6103 for oldness in addition to being a predicate.
6104
6105 * nnimap.el (nnimap-request-group): When we have zero articles, return
6106 the right data to Gnus.
6107 (nnimap-request-expire-articles): Only delete articles immediately if
6108 the target is 'delete.
6109
6110 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6111 method, this would bug out.
6112
6113 * gnus-group.el (gnus-group-expunge-group): Rename from
6114 gnus-group-nnimap-expunge, and implemented as a normal interface
6115 function.
6116
6117 * gnus-int.el (gnus-request-expunge-group): New function.
6118
6119 * nnimap.el (nnimap-request-create-group): Implement.
6120 (nnimap-request-expunge-group): New function.
6121
6122 2010-09-21 Julien Danjou <julien@danjou.info>
6123
6124 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6125 (gnus-html-cache-expired): Add new function.
6126 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6127 wethever we should display image for fetch it.
6128 Compute alt-text earlier to pass it to the fetching function too.
6129 (gnus-html-schedule-image-fetching): Change function argument to only
6130 get one image at a time, not a list.
6131 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6132 cache.
6133 (gnus-html-get-image-data): New function to retrieve image data from
6134 cache.
6135 (gnus-html-put-image): Change buffer argument to use image data rather
6136 than file, and place image above region rather than inserting a new
6137 one. Do not take alt-text as argument, since it's useless now: we place
6138 the image above alt-text.
6139 (gnus-html-prune-cache): Remove.
6140 (gnus-html-show-images): Start to fetch image when we find one, do not
6141 push into a temporary list.
6142 (gnus-html-prefetch-images): Only fetch image if they have expired.
6143 (gnus-html-browse-image): Fix, use 'gnus-image-url.
6144 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6145
6146 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
6147
6148 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6149
6150 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6151
6152 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6153 spec inser "*" if the group isn't active instead of 0.
6154
6155 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6156 opening the server.
6157 (nnimap-request-delete-group): Implement group deletion.
6158 (nnimap-transform-headers): Return the size of the entire message in
6159 the Bytes header, not just the size of the first part.
6160 (nnimap-request-move-article): When moving an article from nnimap,
6161 request the article first so the accepting form has an article to
6162 accept. Reported by Dan Christensen.
6163 (nnimap-command): Make sure that the error message doesn't error out.
6164
6165 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
6166
6167 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6168 we haven't requested anything.
6169
6170 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6171
6172 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6173 "". Fix found by Andrew Cohen.
6174
6175 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6176 instead of -encode-string.
6177
6178 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
6179
6180 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6181
6182 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6183 by mm-subst-char-in-string.
6184
6185 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6186
6187 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6188 waiting for the connection string.
6189
6190 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6191 arriving.
6192
6193 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6194 bogus characters. This allows selecting certain Gmail groups.
6195
6196 * nnimap.el (nnimap-find-wanted-parts-1): New function.
6197 (nnimap-fetch-partial-articles): New variable.
6198 (nnimap-open-connection): When looking for credentials, also use the
6199 nnimap-server-port.
6200 (nnimap-request-article): Return the group/article number, so that Gnus
6201 `^' works as expected.
6202 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6203
6204 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6205 comments.
6206 (gnus-methods-sloppily-equal): New function.
6207 (gnus): When using the development version of Gnus, load the gnus-load
6208 file.
6209
6210 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6211 `gnus-open-server' on each method before trying to scan them etc.
6212 This ensures that all the backend parameters are set correctly.
6213
6214 * nnimap.el (nnimap-authenticator): New variable.
6215 (nnimap-open-connection): Allow anonymous login.
6216 (nnimap-transform-headers): The chars header is called Chars not Bytes.
6217 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6218
6219 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6220 patch, found by Knut Anders Hatlen.
6221
6222 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
6223
6224 * gnus-agent.el (gnus-agent-batch-confirmation)
6225 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6226 to gnus-message.
6227 * gnus-art.el (gnus-article-describe-briefly): Likewise.
6228 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6229 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6230 * gnus-int.el (gnus-open-server): Likewise.
6231 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6232 (gnus-score-check-syntax): Likewise.
6233 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6234 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6235 Likewise.
6236 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6237
6238 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6239
6240 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6241 calling conventions so that prefetch doesn't bug out.
6242
6243 2010-09-19 Julien Danjou <julien@danjou.info>
6244
6245 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6246 rather than `subst-char-in-region' in order to be able to replace ASCII
6247 char by UTF-8 ones.
6248
6249 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6250 than curl.
6251 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6252 the right URL and ALT text on images.
6253 (gnus-html-wash-tags): Fix tag case.
6254 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
6255 (gnus-article-html): Add -o display_ins_del=2 option.
6256 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6257
6258 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6259
6260 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6261 the extra mail headers, which sometimes seem to happen for unknown
6262 reasons.
6263
6264 * mail-parse.el (mail-header-encode-parameter): Define as
6265 rfc2045-encode-string instead of as rfc2231-encode-string, since some
6266 (or most, perhaps?) mail readers don't understand the latter, but do
6267 understand the former.
6268
6269 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6270 to nil, so that no methods are automatically agentized. I think this
6271 is probably what most users want.
6272
6273 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6274 from url-retrieve, for instance about invalid URLs.
6275
6276 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6277 groups that have no articles.
6278 (nnimap-request-article): Check that we really got an article when we
6279 requested one.
6280
6281 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6282 doesn't exist.
6283
6284 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6285 nntp buffer so the agent can save it.
6286 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6287 that CRLF doesn't get translated to \n.
6288 (nnimap-open-connection): Don't make 'shell commands only send \n.
6289
6290 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6291
6292 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6293 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6294 Update var name.
6295 (nnml-generate-nov-file): Use dolist.
6296 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6297 Use with-current-buffer.
6298
6299 2010-09-18 Julien Danjou <julien@danjou.info>
6300
6301 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6302 parallel.
6303
6304 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6305
6306 * nnimap.el (nnimap-update-info): When doing partial marks update, get
6307 the range update right.
6308 (nnimap-request-group): Don't make `M-g' bug out on group with no
6309 marks.
6310 (nnoo): Require, so that other packages can require nnimap.
6311 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6312 command we're looking for. This helps when the server sends more
6313 responses after we've gotten everything we expected.
6314 (nnimap): Add a `newlinep' field to keep track of end-of-line
6315 conventions.
6316 Don't send CRLF to things that don't want it.
6317 (nnimap-request-accept-article): Ditto.
6318
6319 2010-09-18 Julien Danjou <julien@danjou.info>
6320
6321 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6322 than curl to retrieve images.
6323
6324 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6325
6326 * nnimap.el (nnimap-update-info): Extend the info so that we can set
6327 the marks.
6328 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6329 (nnimap-wait-for-connection): New function.
6330 (nnimap-open-connection): If we have PREAUTH, don't query for login
6331 credentials.
6332 (nnimap-update-info): Fix off-by-one error when concatenating ranges
6333 when doing a partial update.
6334
6335 2010-09-18 Julien Danjou <julien@danjou.info>
6336
6337 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6338 tags.
6339
6340 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6341
6342 * nnimap.el (nnimap-credentials): New function.
6343 (nnimap-open-connection): Use the new function to look for credentials
6344 also on the numeric equivalents of "imap" and "imaps".
6345
6346 * gnus-start.el (gnus-activate-group): Send the info to
6347 gnus-request-group.
6348
6349 * nnimap.el (nnimap-request-group): Have the "check" version of the
6350 function parse flags and update the info, so that a `M-g' get a total
6351 resync of all flags from the group.
6352
6353 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6354 to allow backends to alter the info on group selection. Also alter all
6355 the backend -request-group functions to take the parameter.
6356
6357 * nnimap.el (nnimap-store-info): New function.
6358 (nnimap-update-info): Store the info for later usage.
6359 (nnimap-request-group): Use the stored info for the dont-check case, so
6360 that we don't retrieve all marks when we enter a group.
6361
6362 * nnimap.el: Use deffoo instead of defun for interface functions.
6363
6364 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6365 update the group info. This makes the nndraft groups, for instance, go
6366 back to their old behaviour.
6367
6368 * gnus-sum.el (gnus-select-newsgroup): Indent.
6369
6370 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6371 in.
6372 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6373 nothing.
6374
6375 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6376 from methods that are denied.
6377
6378 * gnus-int.el (gnus-method-denied-p): New function.
6379
6380 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6381 store the password instead of netrc.
6382 (nnimap-open-connection): Don't error out when we can't make a
6383 connections.
6384
6385 * auth-source.el (auth-source-create): In the password prompt, say what
6386 we're querying for. Also prompt for user name if that hasn't been
6387 given.
6388
6389 * nnimap.el (nnimap-with-process-buffer): Remove.
6390
6391 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6392
6393 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6394 method when we're reading from the agent.
6395
6396 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6397
6398 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6399 that's probably most useful for users.
6400
6401 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6402 "failed" all the time.
6403
6404 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6405 ...)) with (with-current-buffer ... ).
6406
6407 * nntp.el (nntp-open-server): Return whether the open was successful or
6408 not.
6409
6410 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6411 select an unread unseen article first.
6412
6413 * nnimap.el (nnimap-open-connection): If the user doesn't have a
6414 /etc/services, supply some sensible port defaults.
6415
6416 2010-09-17 Julien Danjou <julien@danjou.info>
6417
6418 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6419
6420 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
6421
6422 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6423 doesn't have any parameters.
6424
6425 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6426
6427 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6428 only upcased checks.
6429
6430 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6431
6432 * nnimap.el (nnimap-open-shell-stream): New function.
6433 (nnimap-open-connection): Use it.
6434 (nnimap-transform-headers): Get the number of lines in each message.
6435 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6436 number of lines.
6437 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
6438 problem.
6439
6440 * utf7.el (utf7-encode): Autoload.
6441
6442 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6443 to allow the mail splitting to not return a default group. This is
6444 useful for nnimap, which will leave unmatched mail in the inbox.
6445
6446 * nnimap.el: Rewritten.
6447
6448 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6449 nnimap usage.
6450
6451 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6452 if the move is internal, so that nnimap can do fast internal moves.
6453
6454 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6455 data.
6456 (gnus-read-active-for-groups): Support finishing the early retrieval of
6457 data.
6458
6459 * gnus-range.el (gnus-range-nconcat): New function.
6460
6461 * gnus-int.el (gnus-finish-retrieve-group-infos)
6462 (gnus-retrieve-group-data-early): New functions.
6463
6464 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6465
6466 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6467 (nnrss-retrieve-groups):
6468 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6469 (pop3-quit): Use with-current-buffer.
6470
6471 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
6472
6473 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6474 instead of nnheader-accept-process-output.
6475
6476 * gnus-html.el (gnus-html-schedule-image-fetching)
6477 (gnus-html-prefetch-images): Replace process-kill-without-query by
6478 gnus-set-process-query-on-exit-flag.
6479
6480 2010-09-16 Romain Francoise <romain@orebokech.com>
6481
6482 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6483
6484 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6485
6486 * gnus-registry.el (gnus-registry-install-shortcuts): The second
6487 parameter to unintern is mandatory-ish in Emacs 24.
6488
6489 * gnus-html.el (gnus-html-schedule-image-fetching)
6490 (gnus-html-prefetch-images): Check for curl before using it.
6491
6492 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6493 depend on curl, which isn't essential.
6494
6495 * imap.el: Revert back to version
6496 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6497 seem problematic.
6498
6499 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6500
6501 * gnus-registry.el (gnus-registry-install-shortcuts):
6502 Explicitly pass `obarray' to `unintern' to avoid a warning.
6503
6504 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6505
6506 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6507 change.
6508
6509 * nnrss.el (nnrss-request-list): Remove this function and related
6510 functions, including the moreover stuff.
6511
6512 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6513
6514 * nnrss.el (nnrss-retrieve-groups): New function.
6515
6516 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6517
6518 * .dir-locals.el: Add no-byte-compile cookie.
6519
6520 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6521
6522 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6523 for back end that doesn't support request-scan.
6524
6525 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6526
6527 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6528 then do request scans from the backends.
6529
6530 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6531 avoid running a hook per line, since this takes a lot of time,
6532 profiling shows.
6533 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6534 directly if gnus-visual-p is true.
6535
6536 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6537
6538 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6539 groups; replace mapcar with dolist which is a bit faster; pass groups
6540 info to gnus-read-active-file-1.
6541 (gnus-read-active-file-1): Scan only specified groups if the new
6542 optional arg `infos' is given.
6543
6544 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6545
6546 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6547
6548 * pop3.el (pop3-movemail): Remove.
6549 (pop3-streaming-movemail): Rename to pop3-movemail.
6550
6551 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6552 don't restrict end-tag searches to the end of the line.
6553
6554 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6555
6556 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6557 articles of every unchecked group to t, which means unknown since the
6558 server has never been opened.
6559
6560 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6561
6562 * gnus-html.el (gnus-html-show-alt-text): New command.
6563 (gnus-html-browse-image): Ditto.
6564 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6565 to browse the image directly.
6566 (gnus-html-wash-tags): Search for images first, so that <a><img> works
6567 better.
6568
6569 * gnus-async.el (gnus-async-article-callback):
6570 Call `gnus-html-prefetch-images' unconditionally.
6571
6572 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6573 before feeding URLs to curl.
6574
6575 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
6576
6577 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6578 internal images as deletable by `W D D'.
6579
6580 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6581 (gnus-async-article-callback): Fix typo.
6582
6583 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6584
6585 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6586 current line to work around bugs in the output from w3m.
6587
6588 * gnus-async.el (gnus-async-article-callback): Always prefetch images
6589 for groups that want that.
6590
6591 * nntp.el (nntp-wait-for-string): Supply a timeout for
6592 accept-process-output to ensure progress.
6593
6594 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6595 level to get unread articles from, then use that for foreign groups,
6596 too.
6597
6598 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6599 confuses the rest of the function.
6600
6601 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6602 for the methods that support -retrieve-groups, too.
6603
6604 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6605
6606 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6607
6608 * pop3.el: Require cl when compiling.
6609 (pop3-number-of-responses): Search for "+OK", not "+OK ".
6610
6611 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6612
6613 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6614 that aren't going to be activated.
6615 (gnus-get-unread-articles): Fix up the last commit.
6616
6617 * gnus-html.el (gnus-article-html): Allow calling without specifying
6618 the handle. In that case, dissect the buffer first.
6619
6620 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6621
6622 * nnimap.el (nnimap-open-connection): Revert the change that would look
6623 into authinfo for imaps instead of imap.
6624
6625 * gnus-start.el (gnus-activate-group): Take an optional parameter to
6626 say that you don't want to call gnus-request-group with don-check, but
6627 do check the reponse. This is for virtual groups only.
6628 (gnus-get-unread-articles): Count the archive groups as secondary, so
6629 that they're activated the same way as before.
6630
6631 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6632 case-insensitively.
6633 (nnimap-debug): Remove.
6634
6635 * mail-source.el (mail-source-fetch): Don't message if we're fetching
6636 mail from a file, and the file doesn't exist.
6637
6638 * pop3.el (pop3-streaming-movemail): Return t for success.
6639
6640 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6641 .authinfo if we're using ssl connection.
6642
6643 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6644 already have if we're in a main Gnus `g' run.
6645
6646 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6647
6648 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6649
6650 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6651
6652 * nnmh.el (nnmh-request-list-1): Bind `file'.
6653
6654 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6655 alias to set-process-query-on-exit-flag or process-kill-without-query.
6656 (pop3-open-server): Use it.
6657
6658 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6659
6660 * mail-source.el (mail-source-delete-crash-box): Always move the crash
6661 box to the Incoming file. Fixes mistake in previous checkin.
6662
6663 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6664 request loop (for debugging purposes) removed.
6665
6666 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6667 culprit is more visible.
6668 (nnml-save-incremental-nov, nnml-open-incremental-nov)
6669 (nnml-add-incremental-nov): New functions to do "incremental" nov
6670 updates, where we just append to the end of the existing nov files
6671 without reading/writing them in full.
6672
6673 * mail-source.el (mail-source-delete-crash-box): Really only check the
6674 incoming files once in a while.
6675
6676 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6677
6678 * mail-source.el (mail-source-delete-crash-box): Only check the
6679 incoming files for deletion once per day to save a lot of file
6680 accesses.
6681
6682 * pop3.el (pop3-logon): Fix up unbound variable typo.
6683
6684 * mail-source.el (pop3-streaming-movemail): Autoload.
6685
6686 * pop3.el (pop3-streaming-movemail):
6687 Respect pop3-leave-mail-on-server.
6688
6689 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6690 retrieval.
6691
6692 * pop3.el (pop3-process-filter): Remove unused function.
6693 (pop3-streaming-movemail, pop3-send-streaming-command)
6694 (pop3-wait-for-messages, pop3-write-to-file)
6695 (pop3-number-of-responses): New functions for streaming pop3
6696 retrieval.
6697
6698 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6699 come from no known methods.
6700 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6701 list.
6702
6703 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6704 message sizes.
6705 (pop3-movemail): Use erase-buffer instead of looping and deleting
6706 regions, which seems rather odd.
6707
6708 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6709 file once per `g' run.
6710
6711 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6712 directories. This makes the draft queue directory work.
6713
6714 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6715 data from the backends, so that we only request the list of groups from
6716 each method once. This should speed things up considerably.
6717
6718 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6719 detect that it's not implemented.
6720
6721 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6722 we actually do recurse down into the tree, but don't stat all leaf
6723 nodes.
6724
6725 * gnus-html.el (gnus-html-show-images): If there are no images to show,
6726 then say so instead of bugging out.
6727
6728 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6729 files exist before trying to read them.
6730
6731 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6732 around <pre_int>.
6733
6734 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6735
6736 * nnmh.el (nnmh-request-list-1): Optimize for speed.
6737
6738 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6739
6740 * mm-util.el (mm-image-load-path): Just return the image directories,
6741 not all directories in the path in addition to the image directories.
6742 (mm-image-load-path): Maintain a cache of the image directories so that
6743 the `g' command in Gnus doesn't have to stat dozens of directories each
6744 time.
6745
6746 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6747 (gnus-html-wash-tags): Add a new `i' command to insert images.
6748 (gnus-html-insert-image): New command and keystroke.
6749 (gnus-html-redisplay-with-images): New command and keystroke.
6750 (gnus-html-show-images): Rename command.
6751 (gnus-html-wash-tags): Remove more white space before <pre_int> image
6752 spacers.
6753 (gnus-html-wash-tags): Decode entities at the end, so that entities
6754 inside the tags don't mess up the rest of the "parsing".
6755
6756 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6757 so that nnimap methods aren't agentized by default. There's apparently
6758 many problems related to agent/imap behaviour.
6759
6760 * gnus-art.el (gnus-article-copy-string): New command and key binding.
6761
6762 * gnus-html.el: Doc fix.
6763
6764 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
6765
6766 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6767 glyph-width and glyph-height instead of display-graphic-p and
6768 image-size; make avoidance of displaying small images work for XEmacs.
6769
6770 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6771 for XEmacs.
6772
6773 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6774 of symbol that holds plist data.
6775 (gnus-process-plist): Remove plist of process after getting it.
6776
6777 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6778
6779 * message.el (message-generate-hashcash): Change default to
6780 'opportunistic if hashcash is installed.
6781
6782 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6783 (gnus-html-put-image): Only call image-size once, since it's somewhat
6784 time-consuming on remote X servers.
6785
6786 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
6787
6788 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6789 decoded contents.
6790 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6791
6792 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6793
6794 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6795 group line format, since it isn't very interesting.
6796
6797 * gnus-agent.el (gnus-agent-short-article),
6798 (gnus-agent-long-article): Increase values for these two variables,
6799 since most people are likely to have more network connection and
6800 storage than before.
6801
6802 * gnus.el (gnus-refer-article-method): Change default to 'current.
6803 When referring an article, the common behaviour is to refer it from the
6804 current select method, not the native select method. The chances of
6805 the native select method having the message in question is rather slim
6806 these days.
6807
6808 * gnus-sum.el (gnus-auto-select-subject): Change default to
6809 `unseen-or-unread'. I think it's likely that most people want to
6810 select an unseen article over a previously seen, but unread one.
6811
6812 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
6813 means that in the article buffer none of the minor mode elements will
6814 be shown, usually, and this is not desirable in most cases.
6815
6816 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6817 that commands like `d' (and the like) go to the next line in the
6818 buffer, instead of the next unread article. I think this is the
6819 behaviour that is most natural for most users.
6820 (gnus-single-article-buffer): Change default to nil, so that people can
6821 have as many article buffers open as they have summary buffer. I think
6822 this is the most natural way for the groups to behave.
6823
6824 * message.el (message-generate-new-buffers): Change default to
6825 `unsent', so that all new message buffers start their names with the
6826 string "*unsent", and it's easier to find the buffers if you move from
6827 them.
6828
6829 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6830
6831 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6832 small. They're probably tracking images.
6833 (gnus-html-wash-tags): Remove all <pre_int> place holders.
6834 (gnus-html-rescale-image): Yet another try at getting the image sizing
6835 right.
6836
6837 * nntp.el (nntp-request-set-mark): Refuse to do marks if
6838 nntp-marks-file-name is nil.
6839
6840 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6841
6842 * gnus-html.el (gnus-html-wash-tags)
6843 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6844 Better logging.
6845
6846 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6847
6848 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6849
6850 * gnus-html.el (gnus-html-wash-tags): Check the value of
6851 gnus-blocked-images in the summary buffer.
6852
6853 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6854
6855 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6856
6857 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6858
6859 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6860 like "a", it seems like.
6861 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6862 since it needs to be picked from the correct buffer.
6863
6864 * nnwfm.el: Remove.
6865
6866 * nnlistserv.el: Remove.
6867
6868 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6869
6870 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6871 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6872
6873 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6874
6875 * nnkiboze.el: Remove.
6876
6877 * nndb.el: Remove.
6878
6879 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6880 alt text.
6881 (gnus-html-rescale-image): Try to get the rescaling logic right for
6882 images that are just wide and not tall.
6883
6884 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6885 overshadow variable bindings.
6886
6887 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6888
6889 * gnus-html.el (gnus-html-wash-tags)
6890 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6891 Add extra logging.
6892
6893 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6894
6895 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6896 (gnus-max-image-proportion): New variable.
6897 (gnus-html-rescale-image): New function.
6898 (gnus-html-put-image): Rescale images.
6899
6900 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6901
6902 Fix up some byte-compiler warnings.
6903 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6904 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6905 (gnus-article-fill-cited-article, gnus-article-hide-citation)
6906 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6907 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6908 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6909 (gnus-group-update-group): Use save-excursion and with-current-buffer.
6910
6911 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6912
6913 * gnus-html.el (gnus-article-html): Decode contents by charset.
6914
6915 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6916
6917 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6918 (gnus-html-frame-width, gnus-blocked-images)
6919 * message.el (message-prune-recipient-rules): Add custom version.
6920 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6921
6922 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6923 functions.
6924
6925 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6926 gnus-process-get.
6927
6928 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
6929
6930 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6931 instead of lsub directly.
6932
6933 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6934
6935 * nnwarchive.el: Remove.
6936
6937 * gnus-soup.el: Remove.
6938
6939 * nnsoup.el: Remove.
6940
6941 * nnultimate.el: Remove.
6942
6943 * gnus-html.el (gnus-blocked-images): New variable.
6944
6945 * message.el (message-prune-recipients): New function.
6946 (message-prune-recipient-rules): New variable.
6947
6948 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6949 guess whether a long line is natural text or not.
6950
6951 * gnus-html.el (gnus-html-schedule-image-fetching):
6952 Use gnus-process-plist and friends for compatibility.
6953
6954 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6955
6956 * gnus-html.el: Require packages that define macros used in this file.
6957 (gnus-article-mouse-face): Declare to silence byte-compiler.
6958 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6959 process-get.
6960 (gnus-html-put-image): Use plist-get to avoid getf.
6961 (gnus-html-prefetch-images): Use with-current-buffer.
6962
6963 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6964
6965 * gnus-ems.el: Provide compatibility functions for
6966 gnus-set-process-plist.
6967
6968 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6969 * gnus.el (gnus-valid-select-methods)
6970 * message.el (message-send-mail-partially-limit)
6971 * mm-decode.el (mm-text-html-renderer)
6972 * mml.el (mml-insert-mime-headers-always)
6973 * smiley.el (smiley-regexp-alist): Bump custom version.
6974
6975 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6976
6977 * gnus-html.el: require mm-url.
6978 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6979 with the url to `url'.
6980 (gnus-html-wash-tags): Support cid: URLs/images.
6981
6982 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6983
6984 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6985 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6986 bindings, as they aren't useful at all. `w' is moved to `W w'.
6987
6988 * gnus-move.el: Remove file, since it doesn't really work.
6989
6990 * gnus-html.el (gnus-article-html): Tell w3m that the input is
6991 UTF-8. This seems to fix problems with some German web feeds.
6992
6993 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6994 at the top so that the proper colours are applied.
6995
6996 * gnus-art.el (gnus-article-view-part): Doc fix.
6997
6998 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6999 XEmacs-compatible.
7000 (gnus-html-put-image): Don't do images on non-graphic displays.
7001
7002 * nnslashdot.el: Remove this unused backend.
7003
7004 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7005 actions.
7006 (gnus-undo-register-1): Revert last change.
7007
7008 * gnus-group.el (gnus-group-completing-read): Protect against not
7009 having completion-styles bound.
7010
7011 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7012 make broken recipients happier.
7013
7014 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7015
7016 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7017 point parameter.
7018
7019 * gnus-group.el (gnus-group-completing-read): Add 'substring to
7020 completion-styles for group selection.
7021
7022 2009-02-04 Andreas Schwab <schwab@suse.de>
7023
7024 * gnus-score.el (gnus-score-string): Fix regex for matching extra
7025 headers and regexp-quote the match if necessary.
7026
7027 2009-03-24 Miles Bader <miles@gnu.org>
7028
7029 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7030 the blinking smiley.
7031
7032 2009-03-24 Simon Josefsson <simon@josefsson.org>
7033
7034 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7035 blink smiley.
7036
7037 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7038
7039 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7040 where the dribbel file lives exists.
7041
7042 * message.el (message-send-mail-partially-limit): Change the default to
7043 nil, since most people don't want this.
7044
7045 * mm-url.el (mm-url-decode-entities): Also decode entities like
7046 &#x3212.
7047
7048 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
7049
7050 * gnus-sum.el (gnus-summary-idna-message):
7051 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7052 Hyperlink urls in docstrings with URL `...'.
7053
7054 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
7055
7056 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7057 functions.
7058
7059 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7060
7061 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7062 say what the mouseover text should be.
7063
7064 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7065 version of the mm-w3m-safe-url-regexp variable to only download images
7066 in the groups where we want that to happen.
7067
7068 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7069
7070 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7071 easier debugging.
7072 (gnus-article-beginning-of-window): Add kludge to allow spacing past
7073 big pictures in the article buffer.
7074
7075 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7076 gnus-article-html.
7077 (mm-text-html-renderer): gnus-article-html needs curl in addition to
7078 w3m.
7079
7080 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7081
7082 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7083
7084 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7085 which doesn't exist.
7086
7087 * message.el (message-inhibit-ecomplete): New variable to allow some
7088 function to inhibit ecomplete address storage.
7089 (message-resend): Disable ecomplete message storage when resending
7090 messages.
7091
7092 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7093
7094 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
7095
7096 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7097 Save excursion while copying, moving, and deleting articles in order to
7098 prevent the cursor from jumping to unforeseen place.
7099
7100 2010-08-17 Glenn Morris <rgm@gnu.org>
7101
7102 * gnus-sync.el: Require gnus components whose functions are used.
7103
7104 * gnus-art.el (bookmark-make-record-function):
7105 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7106 Declare for compiler.
7107
7108 * mm-url.el (mml-compute-boundary): Autoload.
7109
7110 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
7111
7112 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7113
7114 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
7115
7116 Typo fix "hoo4a" -> "hook".
7117
7118 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7119
7120 2010-08-14 Glenn Morris <rgm@gnu.org>
7121
7122 * gnus-sync.el (gnus-sync): Fix defgroup version.
7123
7124 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
7125
7126 Doc fixes and keep unknown groups (ammended for nunion bug fix).
7127
7128 * gnus-sync.el: Fix docs.
7129 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7130 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7131
7132 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
7133
7134 Optimizations for gnus-sync.el.
7135
7136 * gnus-sync.el: Add docs about gnus-sync-backend
7137 possibilities.
7138 (gnus-sync-save): Remove unnecessary message.
7139 (gnus-sync-read): Optimize and show what groups were skipped.
7140
7141 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
7142
7143 Minor bug fixes for gnus-sync.el.
7144
7145 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7146 Don't read the sync on get-new-news.
7147
7148 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7149 quiet.
7150
7151 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7152 (fix typo).
7153
7154 2010-07-30 Lawrence Mitchell <wence@gmx.li>
7155
7156 Make saving and restoring of hidden threads work with overlays.
7157 Patch applied by Ted Zlatanov.
7158
7159 * gnus-sum.el (gnus-hidden-threads-configuration)
7160 (gnus-restore-hidden-threads-configuration): Update to deal with text
7161 properties, rather than searching for a magic character.
7162
7163 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
7164
7165 New gnus-sync.el library for synchronization of marks.
7166
7167 * gnus-sync.el: New library for synchronization of marks.
7168
7169 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7170 renamed from `gnus-registry-grep-in-list'.
7171
7172 * gnus-registry.el (gnus-registry-follow-group-p):
7173 Use `gnus-grep-in-list'.
7174
7175 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7176
7177 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
7178
7179 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7180 determining charset of text fails.
7181
7182 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7183
7184 * nnmail.el (nnmail-get-new-mail-1): Revert.
7185
7186 * nnml.el (nnml-active-number): Make sure names of newly created groups
7187 in nnml-group-alist are encoded.
7188
7189 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
7190
7191 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7192 containing non-ASCII characters in active file for nnml back end.
7193
7194 2010-07-24 David Engster <dengste@eml.cc>
7195
7196 * mml-smime.el (mml-smime-epg-verify): Also accept the older
7197 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7198
7199 2010-07-21 Daiki Ueno <ueno@unixuser.org>
7200
7201 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7202 tag (Bug#6654).
7203
7204 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
7205
7206 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7207 the article buffer, not the summary buffer.
7208
7209 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7210
7211 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7212 Emacs 23 as well.
7213
7214 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7215
7216 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7217 Patch applied by Karl Fogel.
7218
7219 * gnus-sum.el (gnus-summary-bookmark-make-record):
7220 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7221
7222 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7223
7224 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7225 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
7226 C-w still not working correctly from Article buffers; Thierry's
7227 patch to fix that will be applied after this.
7228
7229 * gnus-art.el (bookmark-make-record-function): New local variable.
7230
7231 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7232 article buffer.
7233 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7234
7235 2010-07-13 Karl Fogel <kfogel@red-bean.com>
7236
7237 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7238 on changes in bookmark.el.
7239
7240 2010-06-22 Mark A. Hershberger <mah@everybody.org>
7241
7242 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7243 the *other* type of HTML form submission.
7244
7245 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
7246
7247 * auth-source.el (auth-source-pick): If choice does not contain a
7248 questioned keyword, set the check to t.
7249
7250 2010-06-12 Romain Francoise <romain@orebokech.com>
7251
7252 * gnus-util.el (gnus-date-get-time): Move up before first use.
7253
7254 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
7255
7256 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7257 (gnus-article-edit-part): Bind it to make last part that is substituted
7258 or deleted visible.
7259 (gnus-mime-display-single): Buttonize part of which id equals to
7260 gnus-mime-buttonized-part-id.
7261
7262 2010-06-10 Dan Christensen <jdc@uwo.ca>
7263
7264 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7265 (gnus-dd-mmm): Use gnus-date-get-time.
7266 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7267 simplify logic.
7268 (gnus-summary-limit-to-age): Use gnus-date-get-time.
7269 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7270
7271 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
7272
7273 * auth-source.el (top): Autoload `secrets-list-collections',
7274 `secrets-create-item', `secrets-delete-item'.
7275 (auth-sources): Fix tag string.
7276 (auth-get-source, auth-source-retrieve, auth-source-create)
7277 (auth-source-delete): New defuns.
7278 (auth-source-pick): Rewrite in order to avoid 2 passes.
7279 (auth-source-forget-user-or-password): New parameter USERNAME.
7280 (auth-source-user-or-password): New parameters CREATE-MISSING and
7281 DELETE-EXISTING. Retrieve password interactively, if needed.
7282
7283 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
7284
7285 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7286 deleting unused directories when gnus-expert-user is t.
7287
7288 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7289
7290 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7291 for each temp file when gnus-article-browse-delete-temp is ask.
7292
7293 2010-05-20 Kevin Ryde <user42@zip.com.au>
7294
7295 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
7296
7297 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
7298
7299 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7300 article unless decoding article to be saved.
7301
7302 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
7303
7304 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7305 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7306 generated within the mm-with-unibyte-current-buffer macro.
7307
7308 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
7309
7310 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7311 to nil when we're in a mml-preview buffer and no group is selected.
7312
7313 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
7314
7315 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7316 when catching the `C-g'. Reported by "Leo".
7317
7318 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
7319
7320 * message.el (message-forward-make-body-plain)
7321 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7322 multibyte-string-p.
7323
7324 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
7325
7326 * message.el (message-forward-make-body-mml): Assume original message
7327 is multibyte string; error on unibyte.
7328 (message-forward-make-body-plain): Ditto; don't add excessive newline
7329 in body end.
7330
7331 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
7332
7333 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7334 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
7335
7336 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
7337
7338 * mm-extern.el (mm-extern-url): Don't use
7339 mm-with-unibyte-current-buffer.
7340 (mm-extern-cache-contents): Use with-current-buffer instead of
7341 save-excursion + set-buffer.
7342
7343 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7344
7345 * mm-util.el (mm-emacs-mule): Remove.
7346
7347 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
7348
7349 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7350 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7351 change.
7352
7353 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7354
7355 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7356 bind the default value of enable-multibyte-characters to nil.
7357
7358 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7359
7360 * message.el (message-forward-make-body-plain)
7361 (message-forward-make-body-mml):
7362 Don't use mm-with-unibyte-current-buffer.
7363
7364 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
7365
7366 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7367 (Bug#5592).
7368
7369 2010-05-07 Julien Danjou <julien@danjou.info>
7370
7371 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7372 it to mm-pipe-part.
7373
7374 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7375 it is given.
7376
7377 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
7378
7379 * nnweb.el (nnweb-gmane-search)
7380 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7381 XEmacs.
7382
7383 * gnus-art.el (gnus-article-browse-html-parts)
7384 * gnus-group.el (gnus-read-ephemeral-gmane-group)
7385 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7386 make-temp-file.
7387
7388 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7389 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7390 compiling.
7391
7392 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7393 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7394 XEmacs when compiling.
7395
7396 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7397 gnus-pick-mode-off-hook for XEmacs when compiling.
7398 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7399 gnus-binary-mode-off-hook for XEmacs when compiling.
7400
7401 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7402 Return nil if char-charset is not available.
7403
7404 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
7405 macro.
7406
7407 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7408 instead of encode-coding-string.
7409
7410 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7411 'xemacs) instead of mm-emacs-mule to switch function definitions.
7412 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7413
7414 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
7415
7416 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7417
7418 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
7419
7420 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7421 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7422
7423 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
7424
7425 * mm-util.el (mm-decompress-buffer): Use `delete-file';
7426 alias `jka-compr-delete-temp-file' no longer exists.
7427
7428 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 Use define-minor-mode in Gnus where applicable.
7431 * mml.el (mml-mode): Use define-minor-mode.
7432 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7433 (gnus-undo-mode): Use define-minor-mode.
7434 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7435 (gnus-dead-summary-mode): Use define-minor-mode.
7436 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7437 Initialize in declaration.
7438 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7439 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7440 (gnus-mailing-list-mode): Use define-minor-mode.
7441 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7442 (gnus-draft-mode): Use define-minor-mode.
7443 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7444 (gnus-dired-mode): Use define-minor-mode.
7445
7446 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
7447
7448 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7449 handles on recursive mml-to-mime translation and check them for
7450 boundary delimiter collisions. Reported by Greg Troxel.
7451
7452 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
7453
7454 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7455
7456 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7457
7458 * mm-util.el (mm-find-buffer-file-coding-system):
7459 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7460
7461 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
7462
7463 * message.el (message-generate-headers): Record insertion of optional
7464 headers as well. Otherwise the check to prevent repeated insertion of
7465 optional headers is a no-op.
7466
7467 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
7468
7469 * smime.el: Don't mention CVS.
7470
7471 * nnrss.el (nnrss-fetch): Don't mention CVS.
7472
7473 * nnir.el: Don't mention CVS.
7474
7475 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7476
7477 * gnus-sum.el (gnus-summary-bookmark-make-record):
7478 Add `location' field.
7479
7480 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7481
7482 * gnus-sum.el: Add bookmark declarations to silence the compiler.
7483 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7484 Use with-current-buffer to silence the byte-compiler.
7485 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7486 bother to require `gnus'.
7487 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
7488
7489 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7490
7491 * gnus-sum.el (gnus-summary-bookmark-make-record)
7492 (gnus-summary-bookmark-jump): New functions.
7493 (gnus-summary-mode): Setup bookmark support.
7494
7495 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
7496
7497 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7498 if set.
7499
7500 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
7501
7502 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7503 gnus-article-browse-html-save-cid-image; make it work recursively for
7504 forwarded messages as well.
7505 (gnus-article-browse-html-parts): Work when prefix arg is given.
7506 (gnus-article-browse-html-article): Doc fix.
7507
7508 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
7509
7510 * message.el (message-default-mail-headers):
7511 (message-default-headers): Carry the value mail-default-headers over
7512 into message-default-mail-headers, rather than message-default-headers.
7513
7514 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
7515
7516 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7517 charset.
7518
7519 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7520 charset into the <meta> tag when the article is encoded to utf-8.
7521
7522 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
7523
7524 * gnus-art.el (gnus-article-browse-delete-temp-files):
7525 Delete directories as well.
7526 (gnus-article-browse-html-parts): Work for images that do not specify
7527 file names; delete temp directory when quitting; insert header at the
7528 right place; use file: scheme for image files.
7529
7530 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
7531
7532 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7533 (gnus-article-browse-html-parts): Use it to make temporary cid image
7534 files in addition to html file so that browser may display them.
7535
7536 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
7537
7538 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7539
7540 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
7541
7542 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7543
7544 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
7545
7546 * auth-source.el (auth-sources): Change default to be simpler.
7547 Explain about Secret Service API sources. Improve Customize options.
7548 (auth-source-pick): Change to accept any number of search parameters.
7549 Implement fallbacks iteratively, not recursively. Add scoring on the
7550 second pass and sort by score. Call Secret Service API when needed.
7551 (auth-source-user-or-password): Use it. Call Secret Service API
7552 directly when needed to get the user name and the password.
7553
7554 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
7555
7556 * message.el (message-interactive): Doc fix.
7557 (message-qmail-inject-args): Reflow.
7558 (message-kill-to-signature): Fix typo in docstring.
7559
7560 * smiley.el (smiley-buffer): Fix typo in docstring.
7561
7562 2010-03-24 Glenn Morris <rgm@gnu.org>
7563
7564 * mail-source.el (gnus-message): Declare.
7565 (mail-source-delete-old-incoming): Require gnus-util.
7566
7567 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
7568
7569 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7570
7571 * message.el (ecomplete-setup): Autoload it for Emacs <23.
7572
7573 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7574 password-cache's default if it is not bound.
7575 (mml-secure-passphrase-cache-expiry): Default to 16 that is
7576 password-cache-expiry's default if it is not bound.
7577
7578 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7579 available in Emacs 21.
7580
7581 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
7582
7583 * auth-source.el (auth-sources): Fix up definition so extra parameters
7584 are always inline.
7585
7586 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
7587
7588 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7589 wasn't updated after mismatch. Clear cached mailbox info correctly
7590 when uidvalidity changes.
7591 (nnimap-group-prefixed-name): New function to avoid some code
7592 duplication.
7593 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7594 (nnimap-request-group): Use it.
7595 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7596 (nnimap-update-unseen): Significantly improved speed of Gnus startup
7597 with many imap folders. This is done by caching the group status from
7598 the imap server persistently in a group parameter `imap-status'. (This
7599 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7600 but not persistently, so every Gnus startup was still very slow.)
7601
7602 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7603
7604 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
7605 secrets.el dependency.
7606 (auth-sources): Add optional user name. Add secrets.el configuration
7607 choice (unused right now).
7608
7609 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7610
7611 * gnus-sum.el (gnus-summary-make-menu-bar):
7612 Let `gnus-registry-install-shortcuts' fill in the functions.
7613
7614 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7615 warnings.
7616 (gnus-registry-misc-menus): Variable to hold registry mark menus.
7617 (gnus-registry-install-shortcuts): Populate and use it in a
7618 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7619
7620 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
7621
7622 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7623 In-place substitutions for the group name encoding/decoding.
7624 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7625 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7626 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7627 (nnimap-update-unseen, nnimap-request-list)
7628 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7629 (nnimap-request-set-mark, nnimap-split-to-groups)
7630 (nnimap-split-articles, nnimap-request-newgroups)
7631 (nnimap-request-create-group, nnimap-request-accept-article)
7632 (nnimap-request-delete-group, nnimap-request-rename-group)
7633 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
7634 `encoded-mbx' for consistency.
7635 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7636 variable `imap-current-mailbox'.
7637
7638 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7639 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7640
7641 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
7642
7643 * pop3.el (pop3-display-message-size-flag): Display message size byte
7644 counts during POP3 download.
7645 (pop3-movemail): Use it.
7646 (pop3-list): Implement listing of available messages.
7647
7648 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
7649
7650 * nnir.el (nnir-get-article-nov-override-function): New function to
7651 override the normal NOV retrieval.
7652 (nnir-retrieve-headers): Use it.
7653
7654 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
7655
7656 * auth-source.el (netrc-machine-user-or-password): Autoload.
7657
7658 2010-03-19 Glenn Morris <rgm@gnu.org>
7659
7660 Stop message.el from loading about 40 libraries it doesn't always need.
7661 The general approach is to autoload rather than require, and to
7662 require in the specific functions rather than the file. (Bug#5642)
7663
7664 * gmm-utils.el: Don't require wid-edit.
7665 (widget-create-child-value, widget-convert, widget-default-get):
7666 Autoload.
7667
7668 * gnus-util.el: Don't require time-date, netrc.
7669 (message-fetch-field, gnus-group-name-decode): Declare rather than
7670 autoloading.
7671 (gnus-fetch-field): Require message.
7672 (gnus-decode-newsgroups): Require gnus-group.
7673
7674 * ietf-drums.el: Don't require time-date.
7675
7676 * message.el: Don't require hashcash, canlock, ecomplete.
7677 Do require mail-utils. Require nnheader only when compiling.
7678 (smtpmail-default-smtp-server): Remove declaration.
7679 (message-send-mail-function): Check smtpmail-default-smtp-server
7680 is bound rather than requiring smtpmail.
7681 (message-auto-save-directory, message-insert-signature):
7682 Use expand-file-name rather than nnheader-concat.
7683 (nnheader-insert-file-contents): Autoload.
7684 (hashcash-wait-async): Declare.
7685 (message-send-mail): Only call gnus-setup-posting-charset if
7686 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
7687 (message-send-mail-with-sendmail): Require sendmail.
7688 (canlock-password, canlock-password-for-verify): Declare.
7689 (message-canlock-password): Require canlock.
7690 (nnheader-get-report): Autoload.
7691 (gnus-setup-posting-charset): Declare.
7692 (message-send-news): Require gnus-msg.
7693 (message-make-references, message-make-in-reply-to): Use mail-header-id
7694 rather than the alias mail-header-message-id.
7695 (ecomplete-add-item, ecomplete-save): Declare.
7696 (message-put-addresses-in-ecomplete): Require ecomplete.
7697 (ecomplete-display-matches): Autoload.
7698
7699 * mm-decode.el: Don't require mailcap, gnus-util.
7700 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7701 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7702 Autoload.
7703 (mailcap-mime-extensions): Declare.
7704
7705 * mm-encode.el: Don't require mailcap.
7706 (mailcap-extension-to-mime): Autoload.
7707
7708 * mml-sec.el: Don't require password-cache.
7709
7710 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7711 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7712 (mml-minibuffer-read-type): Require mailcap.
7713 (mml-preview): Require gnus-msg.
7714
7715 * mml1991.el: Require password-cache.
7716 (password-cache-expiry): Remove declaration.
7717
7718 * mml2015.el: Require password-cache.
7719 (password-cache-expiry): Remove declaration.
7720
7721 * nneething.el (mailcap): Require mailcap.
7722
7723 * nnheader.el (declare-function): Add compatibility stub.
7724 (message-remove-header): Declare rather than autoload.
7725 (nnheader-replace-header): Require message.
7726
7727 * nnimap.el (declare-function): Add compatibility stub.
7728 (netrc-parse, netrc-machine-user-or-password): Declare.
7729 (nnimap-open-connection): Require netrc.
7730
7731 * nntp.el (declare-function): Add compatibility stub.
7732 (netrc-parse, netrc-machine, netrc-get): Declare.
7733 (nntp-send-authinfo): Require netrc.
7734
7735 * rfc2047.el: Don't require qp.
7736 (quoted-printable-encode-region, quoted-printable-decode-string):
7737 Autoload.
7738
7739 * sieve-mode.el: Don't require easymenu.
7740 (easy-menu-add-item): Autoload it.
7741
7742 * spam-stat.el (time-to-number-of-days): Autoload it.
7743
7744 2010-03-17 Kevin Ryde <user42@zip.com.au>
7745
7746 * mml.el (mml-read-tag): Unquote values with `read' to reverse
7747 prin1 in mml-insert-tag (just stripping the quotes gave wrong
7748 value if any backslash escapes).
7749
7750 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7751
7752 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7753 if it is available. (bug#5647)
7754
7755 2010-02-26 Glenn Morris <rgm@gnu.org>
7756
7757 * message.el (message-send-mail-function): Change the default, so that
7758 it inherits from a customized send-mail-function. (Bug#5643)
7759
7760 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7761
7762 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7763 shell-command-to-string signals an error (bug#5299).
7764
7765 2010-02-24 Glenn Morris <rgm@gnu.org>
7766
7767 * message.el (message-smtpmail-send-it)
7768 (message-send-mail-with-mailclient): Doc fixes.
7769
7770 2010-02-16 Glenn Morris <rgm@gnu.org>
7771
7772 * message.el (message-default-mail-headers): Change the default value
7773 to ease the transition from mail-mode to message-mode. (Bug#5555)
7774
7775 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
7776
7777 * message.el (message-mail): Just pass yank-action on to message-setup.
7778 (message-setup): Handle (FUN . ARGS) form of yank-action.
7779 (message-with-reply-buffer, message-widen-reply)
7780 (message-yank-original): Handle non-buffer values of
7781 message-reply-buffer (Bug#4080).
7782 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7783
7784 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
7785
7786 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7787 Fix typo in docstring.
7788
7789 2010-01-08 Jason Rumney <jasonr@gnu.org>
7790
7791 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7792 response.
7793
7794 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7795
7796 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7797
7798 * message.el (message-check-news-header-syntax): Protect against a
7799 string that `rfc822-addresses' returns when parsing fails.
7800
7801 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7802
7803 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7804 (gnus-previous-char-property-change): New functions.
7805
7806 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7807
7808 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
7809
7810 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7811 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
7812
7813 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
7814
7815 * message.el (message-exchange-point-and-mark): Rework last change to
7816 avoid using optional arg of exchange-point-and-mark, for backward
7817 compatibility.
7818
7819 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
7820
7821 * message.el (message-exchange-point-and-mark):
7822 Call exchange-point-and-mark with an argument rather than setting
7823 mark-active by hand (Bug#5175).
7824
7825 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7826
7827 * nntp.el (nntp-service-to-port): Work for service expressed with
7828 numeric string; replace [:digit:] with [0-9] for XEmacs.
7829
7830 2009-12-17 Glenn Morris <rgm@gnu.org>
7831
7832 * gnus-group.el (gnus-bug-group-download-format-alist):
7833 Change emacs entry to debbugs.gnu.org. Bump :version.
7834
7835 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7836
7837 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7838
7839 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7840
7841 * message.el (message-info): Explain why we use `Info-goto-node'.
7842
7843 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7844
7845 * message.el (message-completion-in-region): New compatibility function.
7846 (message-expand-group): Use it.
7847
7848 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
7849
7850 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7851 with no unread article should be listed if the 2nd arg `predicate' is
7852 given.
7853
7854 2009-11-29 Juri Linkov <juri@jurta.org>
7855
7856 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7857 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
7858 on `gnus-recenter'. (Bug#4698, Bug#4981)
7859
7860 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7861
7862 * message.el (message-from-style, message-interactive)
7863 (message-signature): Always set default values from the corresponding
7864 mail-* variables.
7865 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7866 (message-yank-prefix, message-indentation-spaces)
7867 (message-signature-file, message-default-headers): Use boundp rather
7868 than (featurep 'xemacs) to check if the corresponding mail-* variables
7869 exist.
7870
7871 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7872
7873 * message.el (message-send-mail-with-sendmail): Revert last change.
7874
7875 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7876
7877 * message.el (message-from-style, message-interactive)
7878 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7879 (message-yank-prefix, message-indentation-spaces, message-signature)
7880 (message-signature-file, message-default-headers): For GNU Emacs, set
7881 default values from the corresponding mail-* variables.
7882 (message-send-mail-with-sendmail): Use envelope-from only if
7883 mail-specify-envelope-from is non-nil.
7884
7885 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7886
7887 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7888 containing tspecial characters if they have been already quoted.
7889
7890 2009-10-24 Glenn Morris <rgm@gnu.org>
7891
7892 * gnus-art.el (help-xref-stack-item): Define for compiler.
7893
7894 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7895
7896 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7897
7898 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7899
7900 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7901 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7902
7903 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
7904
7905 * gnus.el (gnus-overlay-get): New alias to overlay-get.
7906 (gnus-overlays-in): New alias to overlays-in.
7907
7908 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7909 gnus-overlay-get, and gnus-delete-overlay.
7910 (gnus-summary-show-thread): Make it work as well for systems in which
7911 next-single-char-property-change is not available.
7912 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7913
7914 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
7915
7916 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7917
7918 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7919
7920 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7921 and XEmacs that don't have `remove-overlays'.
7922
7923 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7924
7925 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7926 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7927 selective display. Use overlays instead.
7928
7929 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7930
7931 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7932
7933 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7934
7935 * spam-stat.el (spam-stat-load): Fix typo in message.
7936
7937 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
7938
7939 * gnus-art.el (gnus-article-encrypt-body):
7940 * message.el (message-check-recipients):
7941 * mm-util.el (mm-codepage-setup):
7942 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7943 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7944
7945 2009-09-22 Daiki Ueno <ueno@unixuser.org>
7946
7947 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7948 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7949 keys from the menu if mm-{sign,encrypt}-option is 'guided.
7950 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7951 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7952
7953 2009-09-18 Glenn Morris <rgm@gnu.org>
7954
7955 * gnus-diary.el (gnus-diary-check-message):
7956 * message.el (message-insert-formatted-citation-line):
7957 * nnbabyl.el (top-level):
7958 * nndiary.el (nndiary-schedule):
7959 Fix typos in condition-case handlers.
7960
7961 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7962
7963 * gnus-art.el (gnus-article-edit-part): Work for the buffer
7964 configuration that provides the sole article window in a frame;
7965 position point correctly after deleting a part.
7966
7967 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
7968
7969 * spam.el (spam-unregister-on-reregister): Add boolean variable.
7970 (spam-resolve-registrations-routine): Use it to unregister articles
7971 that change status.
7972
7973 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7974
7975 * nnrss.el (nnrss-request-article): Remove binding of
7976 default-enable-multibyte-characters that has gotten needless by
7977 the 2007-07-13 change in rfc2047-encode-message-header.
7978
7979 * mml.el (mml-insert-multipart): Error on the message header.
7980 (mml-insert-part): Error on the message header; position point at
7981 the end of a MIME tag.
7982
7983 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7984
7985 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7986 (gnus-float-time): Alias to float-time if it exists.
7987
7988 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7989 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7990 float-time is available; suppress compile warning for time-to-seconds.
7991
7992 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7993
7994 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7995 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7996 Add the optional argument `encoding' that overrides the default.
7997
7998 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7999 mm-encode-buffer.
8000
8001 2009-09-04 Glenn Morris <rgm@gnu.org>
8002
8003 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8004 mm-disable-multibyte, rather than default-enable-multibyte-characters.
8005 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8006 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8007 * mm-util.el (mm-with-unibyte-current-buffer)
8008 (mm-find-buffer-file-coding-system):
8009 * yenc.el (yenc-decode-region): Use default-value rather than
8010 default-enable-multibyte-characters.
8011
8012 2009-09-03 Glenn Morris <rgm@gnu.org>
8013
8014 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8015 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8016 than default-enable-multibyte-characters.
8017
8018 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
8019
8020 * gnus-art.el (gnus-article-read-summary-keys):
8021 Fix gnus-buffer-configuration's value temporarily used.
8022
8023 2009-09-02 Glenn Morris <rgm@gnu.org>
8024
8025 * gnus-util.el (gnus-float-time): New function.
8026 * gnus-delay.el (gnus-delay-article):
8027 * gnus-sum.el (gnus-thread-latest-date):
8028 * gnus-util.el (gnus-user-date): Use gnus-float-time.
8029 * nnspool.el (nnspool-request-newgroups):
8030 Use gnus-float-time rather than time-to-seconds.
8031 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8032
8033 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8034 (gnus-header-subject-face, gnus-header-newsgroups-face)
8035 (gnus-header-name-face, gnus-header-content-face):
8036 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8037 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8038 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8039 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8040 (gnus-cite-face-11):
8041 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8042 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8043 (gnus-server-closed-face, gnus-server-denied-face)
8044 (gnus-server-offline-face):
8045 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8046 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8047 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8048 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8049 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8050 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8051 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8052 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8053 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8054 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8055 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8056 (gnus-summary-selected-face, gnus-summary-cancelled-face)
8057 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8058 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8059 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8060 (gnus-summary-high-undownloaded-face)
8061 (gnus-summary-low-undownloaded-face)
8062 (gnus-summary-normal-undownloaded-face)
8063 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8064 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8065 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8066 (gnus-splash-face):
8067 * message.el (message-header-to-face, message-header-cc-face)
8068 (message-header-subject-face, message-header-newsgroups-face)
8069 (message-header-other-face, message-header-name-face)
8070 (message-header-xheader-face, message-separator-face)
8071 (message-cited-text-face, message-mml-face):
8072 * sieve-mode.el (sieve-control-commands-face)
8073 (sieve-action-commands-face, sieve-test-commands-face)
8074 (sieve-tagged-arguments-face):
8075 * spam.el (spam-face):
8076 Mark face aliases with "-face" in the name as obsolete.
8077
8078 2009-09-01 Glenn Morris <rgm@gnu.org>
8079
8080 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8081 than goto-line.
8082
8083 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8084
8085 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8086 Don't move point if the command is invoked inside the message header.
8087
8088 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8091 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8092 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8093 * nnir.el (nnir-swish-e-index-file):
8094 * gnus-sum.el (gnus-summary-delete-marked-as-read)
8095 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8096 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8097 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8098 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8099 (gnus-treat-display-xface): Add Emacs version of obsolescence.
8100
8101 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
8102
8103 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8104 Don't save excursion.
8105
8106 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8107
8108 * nnheader.el (nnheader-find-file-noselect):
8109 * mm-util.el (mm-insert-file-contents):
8110 Use (default-value 'major-mode) instead of default-major-mode.
8111
8112 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8113
8114 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8115
8116 2009-08-25 Glenn Morris <rgm@gnu.org>
8117
8118 * nnir.el (top-level): Don't require cl at run-time.
8119 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8120 Replace cl-function substitute with gnus-replace-in-string.
8121 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8122 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8123 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8124 simplified expansions.
8125
8126 2009-08-22 Glenn Morris <rgm@gnu.org>
8127
8128 * gnus-art.el (gnus-button-patch): Use forward-line rather than
8129 goto-line.
8130
8131 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
8132
8133 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8134
8135 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8136 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8137 (gnus-mm-display-part, gnus-mime-display-single)
8138 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8139 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8140
8141 * gnus-sum.el
8142 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8143 (gnus-summary-move-article): Add expirable mark to articles copied or
8144 moved to group that has auto-expire turned on if the option is non-nil.
8145
8146 2009-07-24 Glenn Morris <rgm@gnu.org>
8147
8148 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8149 Fix typo. (Bug#3903)
8150
8151 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
8152
8153 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8154 gnus-article-read-summary-keys rather than gnus-summary-edit-article
8155 that should not be used for draft articles.
8156 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8157 that has no concern in minor mode keys.
8158 (gnus-article-summary-command, gnus-article-summary-command-nosave):
8159 Abolish.
8160
8161 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
8162
8163 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8164 article without making inquiry to a user for unknown encoding.
8165
8166 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8167 (nnmaildir--scan): Assume i-node and device number that file-attributes
8168 returns might be cons-cell.
8169
8170 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
8171
8172 * auth-source.el: Remove docs now in auth.texi. Don't use
8173 `gnus-message' for logging. Add new variables `auth-source-debug' and
8174 `auth-source-hide-passwords' and use them.
8175
8176 2009-07-15 Glenn Morris <rgm@gnu.org>
8177
8178 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8179
8180 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
8181
8182 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8183 excessive whitespace from the default values of title and description.
8184
8185 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
8186
8187 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8188 mail-fetch-field to fetch Content-Description header in order to
8189 exclude newlines.
8190
8191 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
8192
8193 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8194 to deleted part.
8195
8196 2009-05-30 David Engster <dengste@eml.cc>
8197
8198 * nnmairix.el: Remove old documentation in the commentary block.
8199 (nnmairix-request-group): Do not update active file for nnml back ends.
8200 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8201 end so that overview files are ignored.
8202 (nnmairix-update-groups): Make updating the groups more robust by using
8203 marks.
8204 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8205 with dollar characters in message-id.
8206
8207 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
8208
8209 * spam.el: Use dns-query instead of query-dns. Was renamed on
8210 2008-12-25 in dns.el.
8211
8212 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8213
8214 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8215 could happen if the text is only composed of spaces and/or tabs.
8216
8217 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
8218
8219 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8220 when sending a queued message to avoid extra mml tags.
8221
8222 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
8223
8224 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8225
8226 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
8227
8228 * gnus-dired.el: Remove autoload for gnus-setup-message.
8229 (gnus-dired-attach): Fake this-command value to prevent Gnus from
8230 displaying Gnus logo; always use compose-mail.
8231
8232 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
8233
8234 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8235
8236 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
8237
8238 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8239 (gnus-nocem-issuers): List currently active issuers; fix custom type.
8240 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8241 available.
8242 (gnus-nocem-epg-verify): New function.
8243
8244 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
8245
8246 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8247
8248 2009-02-15 Glenn Morris <rgm@gnu.org>
8249
8250 * gnus-util.el (rmail-insert-rmail-file-header)
8251 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8252 autoloads.
8253 (rmail-default-rmail-file): Remove unnecessary declaration.
8254 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8255
8256 2009-02-14 Glenn Morris <rgm@gnu.org>
8257
8258 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8259 variable (only used in gnus-util, which declares it anyway).
8260 (rmail-output-to-rmail-file): Remove autoload of deleted function,
8261 which was only needed by gnus-art (changed to not use it any more).
8262 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8263 only used in gnus-util, which autoloads it itself.
8264 (rmail-update-summary): Fix autoload.
8265
8266 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8267 rather than rmail-output-to-rmail-file.
8268
8269 2009-02-07 Glenn Morris <rgm@gnu.org>
8270
8271 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8272 autoload of function that no longer exists.
8273 (rmail-toggle-header): Declare.
8274 (message-forward-rmail-make-body): Handle mbox Rmail.
8275
8276 2009-01-31 Glenn Morris <rgm@gnu.org>
8277
8278 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8279 2009-01-09 change.
8280
8281 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
8282
8283 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8284 (auth-source-forget-all-cached): New convenience function.
8285 (auth-source-user-or-password): Accept list of modes or a single mode.
8286
8287 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8288 auth-source modes.
8289
8290 * nnimap.el (nnimap-open-connection): Use list of
8291 auth-source modes.
8292
8293 * nntp.el (nntp-send-authinfo): Use list of
8294 auth-source modes.
8295
8296 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
8297
8298 * auth-source.el: Update docs to reflect epa-file-enable is to be used
8299 now.
8300
8301 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8302
8303 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8304 coding system in XEmacs; add a workaround for XEmacs.
8305
8306 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
8307
8308 * mm-util.el (mm-coding-system-priorities): Protect against nil value
8309 of current-language-environment.
8310
8311 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8312
8313 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8314 available at runtime.
8315
8316 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8317
8318 * gnus-art.el (article-date-ut): Fix end point of narrowing.
8319
8320 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
8321
8322 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8323 the greatest positive fixnum value doesn't work under an XEmacs with
8324 bignum support; use the most-positive-fixnum constant instead,
8325 available since Emacs 21.1 with cl and XEmacs 21.1.
8326
8327 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8328
8329 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8330 XEmacs gets not to work.
8331
8332 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
8333
8334 * mm-util.el (mm-coding-system-priorities): Allow the value like
8335 "Japanese (UTF-8)" of current-language-environment.
8336
8337 2009-01-09 Glenn Morris <rgm@gnu.org>
8338
8339 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8340 with last-command-event.
8341
8342 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
8343
8344 * message.el (message-fix-before-sending): Amend comment.
8345
8346 2009-01-07 David Engster <dengste@eml.cc>
8347
8348 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8349 simplified server definitions by converting it via
8350 gnus-server-to-method.
8351
8352 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8353
8354 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8355 parameter's operands.
8356
8357 2009-01-06 David Engster <dengste@eml.cc>
8358
8359 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8360 primary select method (for gnus-group-mark-article-as-read).
8361
8362 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
8363
8364 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8365 `(gnus)Face', not `(gnus)X-Face'.
8366
8367 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
8368
8369 * mm-util.el (mm-ucs-to-char): New function.
8370
8371 * mm-url.el (mm-url-decode-entities): Use it.
8372
8373 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8374
8375 * message.el (message-fix-before-sending): Add `eight-bit' to
8376 illegible-text check.
8377
8378 2009-01-03 Michael Olson <mwolson@gnu.org>
8379
8380 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8381 `headers' is nil. This can occur if the IMAP server does not have
8382 permissions to read messages from a folder, but can write new messages
8383 to the folder.
8384 (nnimap-request-article-part): Do not insert `data' if it is nil.
8385
8386 2009-01-01 Dave Love <fx@gnu.org>
8387
8388 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8389
8390 * nnimap.el: Fix author email.
8391 (nnimap-split-rule): Add FIXME comment.
8392 (nnimap-debug): Fix doc string.
8393
8394 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
8395
8396 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8397 overlay-arrow-position and overlay-arrow-string buffer-local; no need
8398 to check if those variables exist (first appeared in Emacs 18.50).
8399
8400 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
8401
8402 * mm-util.el (mm-line-number-at-pos): New function.
8403
8404 * spam-report.el (spam-report-process-queue): Use it.
8405
8406 2008-12-24 David Engster <dengste@eml.cc>
8407
8408 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8409 parameters that haven't existed as variables as buffer-local variables.
8410
8411 2008-12-23 Dave Love <fx@gnu.org>
8412
8413 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8414 cadar.
8415
8416 * sieve-manage.el (sieve-manage-starttls-p): Rename from
8417 imap-starttls-p.
8418 (sieve-manage-starttls-open): Rename from imap-starttls-open.
8419
8420 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
8421
8422 * spam-report.el (spam-report-gmane-max-requests): New constant.
8423 (spam-report-gmane-wait): New variable.
8424 (spam-report-gmane-ham, spam-report-gmane-spam)
8425 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8426 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8427 the server.
8428
8429 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8430 Add explanations.
8431
8432 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8433 nnheader-accept-process-output and nnheader-read-timeout if available.
8434 (pop3-movemail): Use it.
8435
8436 * message.el (message-check-news-body-syntax): Fix signature check if
8437 there's an attachment.
8438
8439 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8440
8441 * mm-util.el: Add comments to the mm- emulating functions.
8442
8443 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
8444
8445 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8446 Reported by Stephen Berman <stephen.berman@gmx.net>.
8447
8448 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
8449
8450 * mm-util.el (mm-substring-no-properties): New function.
8451 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8452 (mm-special-display-p): Enable those lambda forms to be byte compiled.
8453 (mm-string-to-multibyte): Doc fix.
8454
8455 * mml.el (mml-attach-file): Use mm-substring-no-properties.
8456
8457 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8458
8459 * mml.el (mml-attach-file): Strip text properties from file name.
8460 (Bug#1574)
8461
8462 2008-12-16 Glenn Morris <rgm@gnu.org>
8463
8464 * mm-util.el (mm-charset-override-alist): Declare for compiler.
8465
8466 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8467
8468 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8469 knows since the charset specified might be a bogus alias that
8470 mm-charset-synonym-alist provides.
8471
8472 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
8473
8474 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8475 "ISO_8859-1".
8476
8477 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8478
8479 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8480
8481 * mm-util.el (mm-charset-eval-alist):
8482 Define it before mm-charset-to-coding-system.
8483 (mm-charset-to-coding-system): Add optional argument `silent';
8484 define it before mm-charset-override-alist.
8485 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8486 default value if it can be used in Emacs currently running;
8487 silence mm-charset-to-coding-system.
8488
8489 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
8490
8491 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8492 `allow-override' which says whether to use `mm-charset-override-alist'.
8493 (rfc2047-decode-encoded-words): Use it.
8494
8495 * mm-util.el (mm-charset-override-alist): Fix custom type;
8496 add `(gb2312 . gbk)' to choices.
8497
8498 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
8499
8500 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8501 fast.
8502
8503 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8504
8505 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
8506
8507 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8508 on links.
8509
8510 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8511
8512 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
8513
8514 * message.el (message-idna-to-ascii-rhs-1): Protect against local
8515 users' addresses that don't have domain parts.
8516 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8517 rather than message-narrow-to-head since there will be the message
8518 header separator.
8519
8520 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8521
8522 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8523 since the result is inserted in a unibyte buffer anyway.
8524 (nnimap-demule-use-string-to-multibyte): Remove.
8525 (nnimap-demule): Alias it to mm-string-to-multibyte.
8526
8527 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8528
8529 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8530 variable for debugging bug#464 and bug#1174.
8531 (nnimap-demule): Use it.
8532
8533 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
8534
8535 * gnus-score.el (gnus-score-find-trace): Handle default score in total
8536 score calculation correctly.
8537
8538 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8539
8540 * message.el (message-send-mail): Just set the buffer to unibyte
8541 rather than use mm-with-unibyte-current-buffer which does a lot more.
8542 (message-send-mail-partially): Don't bother with
8543 mm-with-unibyte-current-buffer since it's already been made unibyte by
8544 message-send-mail.
8545
8546 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
8547
8548 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8549
8550 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
8551
8552 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8553
8554 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8555
8556 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8557 require itself and to remove `with-no-warnings'.
8558
8559 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
8560
8561 * starttls.el (starttls-any-program-available): Get the name of the
8562 available TLS layer program.
8563 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8564 well as the host name in the "opening" message.
8565
8566 * auth-source.el (auth-source-cache, auth-source-do-cache)
8567 (auth-source-user-or-password): Cache passwords and logins by default,
8568 allow override with `auth-source-do-cache'.
8569 (auth-source-forget-user-or-password): Allow users to remove cache
8570 entries if needed.
8571
8572 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
8573
8574 * ietf-drums.el (ietf-drums-remove-comments): Localize second
8575 condition-case to only the forward-sexp call.
8576
8577 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
8578
8579 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8580 quotes contained. Make it more robust regardless by an extra
8581 condition-case wrapper.
8582
8583 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
8584
8585 * nnml.el (nnml-request-expire-articles): Check if the function set to
8586 `nnmail-expiry-target' returns the symbol `delete'.
8587
8588 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8589
8590 * nnmail.el (nnmail-expiry-target): Fix custom type.
8591
8592 2008-10-02 Glenn Morris <rgm@gnu.org>
8593
8594 * mm-util.el (mm-codepage-setup): Tweak codepage error.
8595 Silence compiler warning.
8596
8597 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
8598
8599 * mml.el (mml-menu): Don't assume mml2015 is bound.
8600
8601 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
8602
8603 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8604 exists.
8605
8606 2008-09-27 Glenn Morris <rgm@gnu.org>
8607
8608 * gnus-util.el (mail-header-remove-comments): Autoload it.
8609
8610 2008-09-27 Andreas Schwab <schwab@suse.de>
8611
8612 * gnus-util.el (gnus-split-references): Strip comments.
8613 (gnus-parent-id): Likewise.
8614
8615 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
8616
8617 * message.el (message-confirm-send): Fix version.
8618
8619 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
8620
8621 * message.el (message-idna-to-ascii-rhs-1): Use
8622 mail-extract-address-components rather than mail-header-parse-addresses
8623 that is an alias by default to ietf-drums-parse-addresses that does not
8624 support non-ASCII names in headers' contents.
8625
8626 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8627
8628 * message.el (message-confirm-send): Fix variable documentation to
8629 avoid the "y/n" wording.
8630
8631 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
8632
8633 * message.el (message-set-auto-save-file-name): Save to a different
8634 filename so multiple messages (especially drafts) can be recovered.
8635
8636 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
8637
8638 * message.el (message-confirm-send): Add appropriate version.
8639
8640 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
8641
8642 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8643 defvar.
8644
8645 2008-09-22 Daiki Ueno <ueno@unixuser.org>
8646
8647 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8648 (mm-pkcs7-enveloped-magic): Ditto.
8649
8650 2008-09-17 Simon Josefsson <simon@josefsson.org>
8651
8652 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8653 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8654
8655 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
8656
8657 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8658 default, it's better.
8659
8660 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
8661
8662 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8663 summary line gnus-number property and ignore them (with a warning
8664 message).
8665
8666 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8667
8668 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8669 macro caddr in the interactive form since it won't be expanded.
8670
8671 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8672
8673 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8674 `charset'; fix name of function called recursively.
8675 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8676
8677 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8678
8679 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8680 (gnus-mime-set-charset-parameters): New function.
8681 (gnus-mime-view-part-as-charset): Use it to correctly display part
8682 specifying wrong charset.
8683
8684 2008-09-08 David Engster <dengste@eml.cc>
8685
8686 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8687 in completing-read for back end server.
8688
8689 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
8690
8691 * message.el (message-confirm-send): New variable to confirm sending a
8692 message.
8693 (message-send): Use it.
8694
8695 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
8696
8697 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8698
8699 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
8700
8701 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8702
8703 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
8704
8705 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8706 prevent tracking too many groups.
8707 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8708 Use it.
8709
8710 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
8711
8712 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8713 moving point to the bottom of the window in order to avoid recentering.
8714
8715 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
8716
8717 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8718 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8719 (gnus-article-beginning-of-window): Fix calculation.
8720
8721 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
8722
8723 * gnus-msg.el (gnus-summary-supersede-article)
8724 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8725 value of gnus-newsgroup-charset to decode non-MIME encoded text in
8726 message header.
8727
8728 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8729
8730 * message.el:
8731 * gnus-start.el:
8732 * gnus-registry.el: Remove VMS support.
8733
8734 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
8735
8736 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8737 macro.
8738 (rfc2104-hash): Use it.
8739
8740 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
8741
8742 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8743 (gnus-summary-sort-by-most-recent-date): New commands.
8744 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8745 and menu entries.
8746
8747 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
8748
8749 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8750 don't redisplay article for raw contents; remove plural articles stuff.
8751
8752 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8753 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8754 on gnus-summary-save-article; display results properly.
8755
8756 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
8757
8758 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8759
8760 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
8761
8762 * gnus-art.el (gnus-summary-save-in-pipe):
8763 Consider gnus-save-all-headers.
8764
8765 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8766
8767 * gnus-util.el (ns-focus-frame): Remove declaration.
8768 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
8769 like x.
8770
8771 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8772
8773 * rfc2104.el (rfc2104-zero): Delete defconst.
8774 (rfc2104-hex-alist): Likewise.
8775 (rfc2104-hex-to-int): Delete func.
8776 (rfc2104-hexstring-to-bitstring): Likewise.
8777 (rfc2104-nybbles): New defconst.
8778 (rfc2104-hash): Rewrite for speed.
8779
8780 2008-07-16 Glenn Morris <rgm@gnu.org>
8781
8782 * gnus-util.el (ns-focus-frame): Declare for compiler.
8783
8784 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
8785
8786 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8787 set as a group parameter.
8788 (gnus-summary-save-in-pipe): Work when it is called independently.
8789 (gnus-summary-pipe-to-muttprint): Don't modify
8790 gnus-summary-pipe-output-default-command.
8791
8792 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8793
8794 * message.el (message-send-mail-with-sendmail):
8795 Display the error message.
8796
8797 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
8798
8799 * gnus-art.el (gnus-default-article-saver):
8800 Add gnus-summary-save-in-pipe to choices.
8801 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8802 gnus-summary-pipe-output-default-command as the default command.
8803 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8804 instead of gnus-last-shell-command.
8805
8806 * gnus-sum.el (gnus-summary-pipe-output-default-command):
8807 New user option.
8808 (gnus-summary-muttprint-program): Mention the value will be changed.
8809 (gnus-summary-save-article): Force showing of all headers.
8810 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8811
8812 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
8813
8814 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8815
8816 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
8817
8818 * nnimap.el (nnimap-id):
8819 * sieve-manage.el (sieve-manage-open): Doc fixes.
8820
8821 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
8822
8823 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8824 if available.
8825
8826 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8827
8828 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8829
8830 * nnkiboze.el (nnkiboze-generate-group):
8831 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8832
8833 * nnmairix.el: Require CL.
8834
8835 2008-06-15 David Engster <dengste@eml.cc>
8836
8837 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8838
8839 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
8840
8841 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8842 New macros that expand to an `aset'/`aref' call under Emacs, and to a
8843 runtime choice under XEmacs.
8844
8845 * gnus-sum.el (gnus-summary-set-display-table):
8846 Use `gnus-put-display-table', `gnus-get-display-table',
8847 `gnus-set-display-table' for the display table, instead of `aset'.
8848
8849 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8850
8851 * nnmairix.el: Add autoloads.
8852
8853 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8854
8855 * nnmairix.el (nnmairix-delete-recreate-group)
8856 (nnmairix-update-and-clear-marks): Fix error messages.
8857
8858 2008-06-14 David Engster <dengste@eml.cc>
8859
8860 * nnmairix.el: Upgrade to version 0.6.
8861 (nnmairix-group-toggle-propmarks-this-group)
8862 (nnmairix-group-toggle-readmarks-this-group)
8863 (nnmairix-group-delete-recreate-this-group)
8864 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8865 (nnmairix-remove-tick-mark-original-article): New commands.
8866 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8867 (nnmairix-propagate-marks-to-nnmairix-groups)
8868 (nnmairix-only-use-registry, nnmairix-allowfast-default)
8869 (nnmairix-marks-cache, nnmairix-version-output): New variables.
8870 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8871 functions needed for marks propagation and manipulation of read marks.
8872 (nnmairix-update-groups): New function.
8873 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8874 (nnmairix-determine-original-group-from-registry)
8875 (nnmairix-determine-original-group-from-path)
8876 (nnmairix-get-group-from-file-path, nnmairix-map-range)
8877 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8878 New helper functions.
8879 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8880 keystrokes for new commands.
8881 (nnmairix-delete-and-create-on-change): Doc string cleanup.
8882 (nnmairix-request-group): Check allow-fast group parameter.
8883 (nnmairix-request-create-group): Set allow-fast group parameter if
8884 nnmairix-allowfast-default is set.
8885 (nnmairix-close-group): Propagate marks upon closing if needed.
8886 (nnmairix-group-toggle-threads-this-group): Use new.
8887 nnmairix-group-toggle-parameter helper function.
8888 (nnmairix-search): Better check for empty search result.
8889 (nnmairix-goto-original-article): Use new helper functions for
8890 determining original article.
8891 (nnmairix-show-original-article): Make sure message-id is in brackets.
8892 (nnmairix-call-mairix-binary): Change variable name.
8893 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8894 helper function.
8895 (nnmairix-widget-toggle-activate): Fix doc string.
8896
8897 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
8898
8899 * nnir.el: Require edmacro when compiling with XEmacs.
8900 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8901 available in Emacs 21.
8902
8903 2008-06-11 Glenn Morris <rgm@gnu.org>
8904
8905 * gnus-util.el (x-focus-frame):
8906 * gnus.el (image-size):
8907 * mm-decode.el (image-size): Declare.
8908
8909 * gnus-picon.el (declare-function): Add compat definition.
8910 (image-size): Declare.
8911
8912 * gnus-group.el (tool-bar-map):
8913 * gnus-sum.el (tool-bar-map): Define for compiler.
8914
8915 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8916
8917 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8918
8919 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8920 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8921 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8922 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8923 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8924 * sieve-manage.el, spam-report.el, spam.el:
8925 Remove unnecessary eval-and-compile of autoloads.
8926
8927 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
8928
8929 * auth-source.el: Precise Tramp doc.
8930
8931 2008-06-07 Glenn Morris <rgm@gnu.org>
8932
8933 * nnmairix.el: Remove unnecessary eval-when-compile.
8934
8935 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
8936
8937 * nnir.el: New file.
8938
8939 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8940
8941 * gnus-util.el (gnus-read-shell-command): New function.
8942 * mm-decode.el (mm-pipe-part):
8943 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8944
8945 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8946
8947 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8948
8949 2008-06-03 Glenn Morris <rgm@gnu.org>
8950
8951 * pop3.el (nnheader-accept-process-output): Autoload it.
8952
8953 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8954
8955 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8956 are not 2-digit hexadecimal characters that follow `%'s.
8957
8958 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8959
8960 * message.el (message-bogus-recipient-p): Fix type in doc string.
8961 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8962 (message-bogus-addresses): Rename from message-bogus-address-regexp.
8963 Improve custom options.
8964 (message-bogus-recipient-p): Adjust accordingly.
8965
8966 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
8967
8968 * nnmairix.el: Require edmacro when compiling with XEmacs.
8969
8970 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
8971
8972 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8973 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8974
8975 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
8976
8977 * auth-source.el: Add more docs.
8978
8979 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8980
8981 * nnheader.el (nnheader-read-timeout): Change the default timeout from
8982 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
8983 retrieval faster in some cases, but might make CPU usage larger.
8984 If this has any bad side effects, we might revert this change.
8985
8986 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8987 seems to make mail retrieval much, much faster.
8988 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8989 unconditionally.
8990
8991 * gnus-draft.el (gnus-group-send-queue):
8992 Bind message-send-mail-partially-limit to nil to avoid being prompted.
8993
8994 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
8995
8996 * mml.el (mml-attach-buffer): Prompt for `disposition'.
8997
8998 * message.el (message-bogus-address-regexp): Fix and improve custom
8999 type.
9000 (message-setup-hook): Add message-check-recipients as custom option.
9001
9002 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
9003
9004 * message.el (message-cite-function): Remove bogus autoload which crept
9005 in during merge from v5-10.
9006
9007 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
9008
9009 * nnimap.el (nnimap-open-connection): Fix login/password bug.
9010
9011 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9012
9013 * auth-source.el: Preliminary Tramp docs.
9014 (auth-sources): Change the default auth-sources to use
9015 EPA .gpg files.
9016
9017 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
9018
9019 * nntp.el: Autoload `auth-source-user-or-password'.
9020 (nntp-send-authinfo): Use it.
9021
9022 * nnimap.el: Autoload `auth-source-user-or-password'.
9023 (nnimap-open-connection): Use it.
9024
9025 * auth-source.el: Add docs on using with url-auth. Import gnus-util
9026 for the gnus-message function.
9027 (auth-source-user-or-password): Use it.
9028
9029 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9030
9031 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9032 rfc2104-hexstring-to-byte-list. Return a unibyte string.
9033 (rfc2104-hash): Use it.
9034
9035 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
9036
9037 * gnus-art.el (gnus-article-toggle-truncate-lines):
9038 Don't use `iff' in docstring.
9039
9040 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
9041
9042 * gnus-registry.el: Adjusted copyright dates and added a keyword.
9043
9044 * gnus-util.el (gnus-extract-address-component-name)
9045 (gnus-extract-address-component-email): Convenience functions around
9046 `gnus-extract-address-components'.
9047
9048 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9049 Use `gnus-extract-address-component-email' to fix bug of comparing full
9050 sender name to `user-mail-address'.
9051
9052 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
9053
9054 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9055 catch/throw to optimize.
9056 (gnus-registry-find-keywords): Just use member to find a keyword.
9057
9058 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9059
9060 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9061 is current before calling gnus-server-prepare.
9062 (gnus-server-setup-buffer, gnus-server-update-server)
9063 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9064
9065 2008-05-04 Juri Linkov <juri@jurta.org>
9066
9067 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9068 (mailcap-file-default-commands): Use mailcap-replace-in-string
9069 instead of replace-regexp-in-string, and mailcap-delete-duplicates
9070 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
9071
9072 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
9073
9074 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9075
9076 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9077
9078 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9079 hooks.
9080 (gnus-update-read-articles): Speed up non-marks-using users.
9081 (gnus-use-marks): Define gnus-use-marks.
9082 (gnus-propagate-marks): Rename variable to something more sensible.
9083
9084 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
9085
9086 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9087 (gmm-image-load-path-for-library): Fix typos in docstrings.
9088 (gmm-message): Reflow docstring.
9089
9090 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
9091
9092 * mail-source.el (mail-source-set-1, mail-source-bind):
9093 Move auth-source code out of the macro to clean it up and fix bugs.
9094
9095 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
9096
9097 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9098 by sender if it's equal to user-mail-address, it's likely to be
9099 useless.
9100
9101 * mail-source.el (mail-source-bind): Don't use user or password if they
9102 are not bound. Unintern them if they are nil. Don't use server unless
9103 it's bound, and default it to empty string otherwise.
9104
9105 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
9106
9107 * mail-source.el: Load auth-source.el.
9108 (mail-source-bind): Add comments. Call auth-source-user-or-password to
9109 get user name or password, if auth-sources is set up.
9110
9111 * gnus-registry.el (gnus-registry-split-strategy): New variable for
9112 strategy of splitting with parent.
9113 (gnus-registry-split-fancy-with-parent)
9114 (gnus-registry-post-process-groups): Use it and fix prior
9115 bug (returning a list as the split result).
9116
9117 * auth-source.el (auth-sources): Remove server parameter.
9118 (auth-source-pick, auth-source-user-or-password)
9119 (auth-source-user-or-password-imap)
9120 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9121 (auth-source-user-or-password-sftp)
9122 (auth-source-user-or-password-smtp): Remove server parameter.
9123
9124 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
9125
9126 * smime.el (smime-sign-region, smime-encrypt-region)
9127 (smime-decrypt-region):
9128 Remove redundant calls to `generate-new-buffer-name'.
9129
9130 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
9131
9132 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9133 Don't use QP for message/rfc822.
9134 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9135
9136 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9137
9138 * sieve-manage.el (sieve-string-bytes): Remove.
9139 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9140 correct byte-length only if the process's coding-system is the same as
9141 the one used internally by Emacs to represent strings.
9142
9143 2008-04-22 Juri Linkov <juri@jurta.org>
9144
9145 * mailcap.el (mailcap-file-default-commands): New function.
9146
9147 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
9148
9149 * message.el (message-signature-separator, message-cite-function):
9150 Change custom version.
9151
9152 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
9153
9154 * mm-decode.el (mm-display-external): Make temp file read-only.
9155
9156 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
9157
9158 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9159 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
9160 `C-c C-f d'.
9161
9162 2008-04-12 Adrian Aichner <adrian@xemacs.org>
9163
9164 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9165
9166 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
9167
9168 * auth-source.el: Add docs.
9169 (auth-sources): Modify format to support server.
9170 (auth-source-pick, auth-source-user-or-password)
9171 (auth-source-user-or-password-imap)
9172 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9173 (auth-source-user-or-password-sftp)
9174 (auth-source-user-or-password-smtp): Add server parameter.
9175
9176 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
9177
9178 * gnus-registry.el: Initialize the registry when gnus-registry-install
9179 is t.
9180
9181 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
9182
9183 * compface.el (uncompface): Make buffer unibyte.
9184
9185 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
9186
9187 * mail-source.el (mail-source-value):
9188 Prefer fboundp to functionp so it works with macros as well.
9189
9190 2008-04-05 Glenn Morris <rgm@gnu.org>
9191
9192 * gnus-ems.el (mm-disable-multibyte): Autoload it.
9193
9194 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9197 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9198
9199 * nnheader.el (nnheader-init-server-buffer): Change buffer's
9200 multibyteness after rather than before erasing it.
9201
9202 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9203 mm-with-multibyte.
9204 (gnus-request-article-this-buffer): Make sure the proper decoding is
9205 used if gnus-original-article-buffer happens to be unibyte.
9206
9207 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9208 default-enable-multibyte-characters.
9209
9210 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9211 default-enable-multibyte-characters.
9212
9213 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9214
9215 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9216
9217 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9218
9219 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9220 Fix last change in case the element is not even a symbol.
9221
9222 2008-04-02 Simon Josefsson <simon@josefsson.org>
9223
9224 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9225 imap-enable-exchange-bug-workaround.
9226 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9227
9228 2008-04-01 Simon Josefsson <simon@josefsson.org>
9229
9230 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9231 a 100 byte status-checks into a 2-3MB transfer for each group.
9232 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9233 to enable bug workaround or not.
9234 (nnimap-find-minmax-uid): Only enable workaround conditionally.
9235
9236 2008-03-31 Glenn Morris <rgm@gnu.org>
9237
9238 * message.el (mml2015-use): Declare for compiler.
9239 (message-info): Require mml2015 when appropriate.
9240
9241 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9242
9243 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9244 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9245 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9246 (nntp-service-to-port): New function.
9247 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9248 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9249 (nntp-open-netcat-stream): New function.
9250 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9251
9252 2008-03-29 Sven Joachim <svenjoac@gmx.de>
9253
9254 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9255
9256 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9257
9258 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9259
9260 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
9261
9262 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9263
9264 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
9265
9266 * message.el (message-signature-separator): Change default.
9267 Improve custom type.
9268 (message-cite-function): Change default to
9269 message-cite-original-without-signature.
9270
9271 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9272 toggle.
9273
9274 * message.el (message-check-news-body-syntax): Fix signature check.
9275 (message-setup-1): Mark buffer as unmodified _after_ running
9276 message-setup-hook and handling message-alternative-emails.
9277 (message-shorten-references): Be more strict when building list of
9278 valid references to comply with GNKSA.
9279
9280 * gnus-group.el (gnus-read-ephemeral-bug-group)
9281 (gnus-read-ephemeral-debian-bug-group)
9282 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9283
9284 * message.el (message-info): Don't use booleanp which isn't supported
9285 in Emacs 21 and XEmacs.
9286
9287 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
9288
9289 * gnus-group.el (gnus-gmane-group-download-format): Rename from
9290 gnus-group-gmane-group-download-format.
9291 (gnus-group-read-ephemeral-gmane-group): Rename from
9292 gnus-group-read-ephemeral-gmane-group.
9293 (gnus-read-ephemeral-gmane-group-url): Rename from
9294 gnus-group-read-ephemeral-gmane-group-url.
9295 (gnus-bug-group-download-format-alist): New variable.
9296 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9297 (gnus-read-ephemeral-emacs-bug-group): New commands.
9298
9299 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
9300
9301 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9302 (gnus-visible-headers): Improve custom type.
9303
9304 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
9305
9306 * mml.el (mml-menu): Add workarounds for XEmacs.
9307
9308 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9309 X-Boundary header.
9310
9311 * message.el (message-simplify-recipients): Fix previous commit.
9312
9313 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * mm-util.el (mm-set-buffer-multibyte): New function.
9316 * mm-decode.el (mm-copy-to-buffer): Use it.
9317
9318 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9319 Prefer fboundp to functionp so it works with macros as well.
9320
9321 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
9322
9323 * message.el (message-alter-recipients-discard-bogus-full-name):
9324 New function.
9325 (message-alter-recipients-function): New variable.
9326 (message-get-reply-headers): Use it.
9327 (message-replace-header): New helper function.
9328 (message-recipients-without-full-name): New variable.
9329 (message-simplify-recipients): New command.
9330
9331 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9332
9333 * message.el (message-info): Handle EasyPG manual.
9334
9335 * mml.el (mml-menu): Add entry for EasyPG.
9336
9337 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
9338
9339 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9340 parameter.
9341
9342 * message.el (message-disassociate-draft): Specify drafts group name
9343 fully.
9344
9345 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
9346
9347 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9348 Eliminate unnecessary duplicates from the match list.
9349
9350 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
9351
9352 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9353 args of `how-many' of which the XEmacs version doesn't take; declare
9354 Info-index-next as function.
9355
9356 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
9357
9358 * gnus-score.el (gnus-score-headers): Fix handling of
9359 gnus-inhibit-slow-scoring.
9360
9361 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9362 string.
9363 (gnus-button-url-regexp): Improve handling of parenthesis.
9364 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9365 (gnus-button-handle-info-keystrokes): Handle index entries.
9366
9367 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
9368
9369 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9370 Incoming* files.
9371
9372 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
9373
9374 * auth-source.el (auth-sources): Rename from auth-source-choices.
9375 (auth-source-pick): Use it.
9376
9377 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9378
9379 * auth-source.el (auth-source-protocols)
9380 (auth-source-protocols-customize, auth-source-choices): Add and
9381 modified variable customizations and defaults.
9382 (auth-source-pick, auth-source-user-or-password)
9383 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9384 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9385 (auth-source-user-or-password-sftp)
9386 (auth-source-user-or-password-smtp): Use new variables and provide an
9387 interface to netrc.el.
9388
9389 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
9390
9391 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9392 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9393 Make sure the nntp port to specify is a string.
9394
9395 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9396
9397 * nntp.el: Use with-current-buffer.
9398 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9399 dubious mm-with-unibyte-current-buffer.
9400 (nntp-with-open-group-function): New function extracted from
9401 nntp-with-open-group macro.
9402 (nntp-with-open-group): Use the function, so it's easier to debug.
9403 Add indentation and debugging info.
9404 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9405 Recommend the use of the netcat alternatives.
9406
9407 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9408 Avoid mm-string-as-multibyte as well.
9409
9410 * nnweb.el (nnweb-insert-html):
9411 Remove use of nnheader-string-as-multibyte.
9412
9413 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9414 (nnheader-string-as-multibyte): Remove.
9415
9416 * mm-view.el: Use inhibit-read-only.
9417 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9418 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9419 or unibyte-string.
9420
9421 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9422 (mm-uu-yenc-extract): Use with-current-buffer.
9423
9424 * gnus-soup.el (gnus-soup-send-packet): Don't use
9425 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9426
9427 * nnmh.el: Use with-current-buffer.
9428 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9429 mm-string-as-multibyte on the output of mm-encode-coding-string.
9430
9431 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9432 (nnimap-request-move-article): Use with-current-buffer.
9433
9434 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9435 inserting the handle-buffer's text, so the implicit multibyte->unibyte
9436 conversion uses string-make-unibyte rather than string-as-unibyte.
9437
9438 * gnus-msg.el: Use with-current-buffer.
9439
9440 * message.el (message-ignored-resent-headers): Add "Delivered-To".
9441
9442 2008-03-10 Daiki Ueno <ueno@unixuser.org>
9443
9444 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9445 string for caching if it is 'PIN.
9446
9447 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
9448
9449 * mail-source.el (mail-source-delete-old-incoming-confirm):
9450 Change default to nil.
9451 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9452
9453 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
9454
9455 * gnus-art.el (gnus-narrow-to-page): Position point properly.
9456 (gnus-article-goto-prev-page): Work for articles having ^L's.
9457
9458 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9459
9460 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9461
9462 2008-03-07 Karl Fogel <kfogel@red-bean.com>
9463
9464 * gnus-bookmark.el: Adjust for renames in bookmark.el.
9465 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9466 (gnus-bookmark-jump): Adjust some variable names.
9467
9468 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
9469
9470 * auth-source.el: New package.
9471 (auth-source-choices): Add customization entry point variable.
9472
9473 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9474 bug.
9475
9476 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
9477
9478 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9479 (gnus-registry-initialize, gnus-registry-install-p): Use it.
9480 (gnus-registry-install-shortcuts): Rename from
9481 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
9482 the `gnus-registry-mark-map' keymap dynamically from
9483 `gnus-registry-marks'. The generated functions update the summary line
9484 when a registry mark is added or deleted, and will call
9485 `gnus-registry-install-p' (see the comments in the code).
9486 (gnus-registry-user-format-function-M): Use concat intelligently.
9487
9488 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9489 the registry mark functions.
9490
9491 2008-03-05 Glenn Morris <rgm@gnu.org>
9492
9493 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9494 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9495 gnus-art.
9496 (top-level): No need to load own source when compiling.
9497
9498 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
9499
9500 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9501 Suggested by <chris.anderton@zetnet.co.uk>.
9502
9503 2008-03-04 Glenn Morris <rgm@gnu.org>
9504
9505 * gnus-sum.el (top-level): No need to require gnus when compiling,
9506 since unconditionally required near start of file.
9507 (gnus-summary-display-while-building): Move definition before use.
9508
9509 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
9510
9511 * gnus-registry.el (gnus-registry-user-format-function-M):
9512 Add formatting function.
9513
9514 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
9515
9516 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9517 with plists.
9518 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9519 Use new format.
9520
9521 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
9522
9523 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9524 `where-is-internal' that returns a range of key sequences.
9525
9526 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9527
9528 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9529
9530 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9531 (gnus-summary-jump-to-group): Consider windows on other displayed
9532 frames as well. Similar changes might be needed elsewhere, but that's
9533 the one I've bumped into during my use.
9534
9535 * nndoc.el (nndoc-oe-dbx-type-p):
9536 * gnus-msg.el (gnus-debug):
9537 * gnus-group.el (gnus-update-group-mark-positions):
9538 Use mm-string-to-multibyte.
9539
9540 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
9541
9542 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9543 doesn't handle NotDashEscaped.
9544
9545 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
9546 (mml-dnd-attach-options): Fix typo in custom choice.
9547
9548 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9549 Change nndoc-article-type to mbox.
9550 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9551
9552 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
9553 to nil, instead of html2text.
9554
9555 * imap.el (imap-debug): Add `imap-ping-server'.
9556
9557 * gnus-bookmark.el: Add FIXMEs.
9558
9559 * message.el (message-form-letter-separator)
9560 (message-send-form-letter-delay): New variables.
9561 (message-send-form-letter): Use them. New command to send form
9562 letters. Requested by Uwe Siart.
9563 (message-send-mail-function): Doc fix. Add "Other" custom option.
9564
9565 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
9566
9567 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9568 empty author.
9569
9570 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
9571
9572 * gnus-registry.el (gnus-registry-marks): Add variable for
9573 customization of marks and their appearance.
9574 (gnus-registry-read-mark): Use it.
9575 (gnus-registry-do-marks): Add utility function to loop through
9576 `gnus-registry-marks'.
9577 (gnus-registry-install-shortcuts-and-menus): Add function to install
9578 shortcuts and menus.
9579 (gnus-registry-initialize): Use it.
9580 (gnus-registry-default-mark): Clarify documentation.
9581
9582 2008-02-29 Glenn Morris <rgm@gnu.org>
9583
9584 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9585 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9586 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9587 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9588 Change defcustom :version from 23.0 to 23.1.
9589
9590 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
9591
9592 * gnus-registry.el (gnus-registry-follow-group-p)
9593 (gnus-registry-post-process-groups): Add functions to aid registry
9594 splitting and improve logging. Clarify behavior in function
9595 documentation.
9596 (gnus-registry-split-fancy-with-parent): Use them.
9597
9598 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9599
9600 * gnus-art.el: Use with-current-buffer.
9601
9602 2008-02-27 David Engster <dengste@eml.cc>
9603
9604 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9605 Express real group name in the response.
9606
9607 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
9608
9609 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9610 (nnmairix-last-server, nnmairix-current-server): Defvar them.
9611 (nnmairix-goto-original-article): Defvar gnus-registry-install and
9612 autoload gnus-registry-fetch-group when compiling.
9613 (nnmairix-request-group-with-article-number-correction):
9614 Remove unreferenced argument passed to nnmairix-call-backend.
9615
9616 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
9617
9618 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9619 (mm-uu-extract): Improve face for low color ttys.
9620 Reported by Sascha Wilde.
9621
9622 2008-02-27 Glenn Morris <rgm@gnu.org>
9623
9624 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9625 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9626 variables to defconsts. Convert comments to doc-strings.
9627 (nnmairix-last-server, nnmairix-current-server): Convert from free
9628 variables to defvars. Convert comments to doc-strings.
9629 (gnus-registry-fetch-group): Autoload.
9630 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9631 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9632 (nnmairix-widget-build-editable-fields): Use car cddr rather than
9633 caddr.
9634 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9635 nnmairix-request-group-with-article-number-correction call.
9636 (nnmairix-fast, nnmairix-group): New, less general names, for free
9637 variables passed from nnmairix-request-group to
9638 nnmairix-request-group-with-article-number-correction. Declare.
9639 (nnmairix-request-group-with-article-number-correction):
9640 Use nnmairix-fast, nnmairix-group rather than fast, group.
9641
9642 2008-02-26 David Engster <dengste@eml.cc>
9643
9644 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
9645 version 0.5.
9646
9647 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
9648
9649 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9650 instead of making an extra function call. Don't add the current group
9651 to articles only when they have the group. Use
9652 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9653 Reported by David <de_bb@arcor.de>.
9654
9655 2008-02-24 Miles Bader <miles@gnu.org>
9656
9657 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9658 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9659 (mm-find-mime-charset-region):
9660 * mm-bodies.el (mm-encode-body):
9661 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9662
9663 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
9664
9665 * mail-source.el (mail-source-delete-incoming): Change default.
9666 Supplement doc string.
9667
9668 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9669
9670 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
9671
9672 * nnmail.el (nnmail-message-id-cache-file): Derive from
9673 `gnus-home-directory'.
9674
9675 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
9676
9677 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9678 Document negative prefix.
9679
9680 * gnus-group.el (gnus-group-read-group): Document negative prefix.
9681
9682 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9683
9684 * message.el (message-unsent-separator): Add the Exim bounce
9685 separator.
9686
9687 2008-02-10 Daiki Ueno <ueno@unixuser.org>
9688
9689 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9690 list.
9691 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9692 recipient/signer list.
9693
9694 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
9695
9696 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9697 fbound (Emacs 23 unicode), signal an error.
9698
9699 2008-02-08 Glenn Morris <rgm@gnu.org>
9700
9701 * gnus-art.el (pgg-display-output-buffer): Declare as function.
9702
9703 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
9704
9705 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9706 ports to the calls to `netrc-machine-user-or-password' in addition to
9707 "imap" and "imaps".
9708
9709 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
9710
9711 * gnus.el (gnus-group-startup-message): Add `find-image' call before
9712 image-load-path is let-bound. Reported by Harald Hanche-Olsen
9713 <hanche@math.ntnu.no>.
9714
9715 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
9716
9717 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9718
9719 2008-02-01 Zhang Wei <id.brep@gmail.com>
9720
9721 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9722
9723 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9724
9725 2008-02-01 Miles Bader <miles@gnu.org>
9726
9727 * mml.el (mml-parse-1): Remove apparently vestigial use of
9728 `mm-hack-charsets'.
9729 * mm-bodies.el (mm-encode-body): Likewise.
9730
9731 2008-02-01 Kenichi Handa <handa@m17n.org>
9732
9733 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9734 rfc2104-hexstring-to-bitstring and changed to return a byte list.
9735 (rfc2104-hash): Convert the result of concat to unibyte string.
9736
9737 2008-02-01 Dave Love <fx@gnu.org>
9738
9739 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9740 coding-system-for-read.
9741 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9742
9743 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9744 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
9745 (mm-find-mime-charset-region): Remove hack-charsets stuff.
9746
9747 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
9748
9749 * mail-source.el (mail-sources): Add `group' choice.
9750
9751 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9752 parameter `in-group' to control into which group the articles go.
9753 Add treatment of `group' mail-source.
9754
9755 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9756
9757 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9758 * message.el (message-beginning-of-line): Use featurep instead of bound
9759 tests in order to resolve conditionals at compile time.
9760
9761 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
9762
9763 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9764
9765 * mm-decode.el (mm-dissect-buffer): Decode description.
9766
9767 * mml.el (mml-to-mime): Encode message header first.
9768
9769 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
9770
9771 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9772 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9773
9774 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
9775
9776 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9777
9778 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
9779
9780 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9781 prefix keys.
9782 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9783 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9784 gnus-xmas.el.
9785
9786 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
9787
9788 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9789 Add new variables for article mark management.
9790 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9791 list of extra data entries which, when present, will indicate that the
9792 article ID should not be trimmed from the registry.
9793 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9794 functions.
9795 (gnus-registry-read-mark): New function to read a mark name from the
9796 user.
9797 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9798 (gnus-registry-set-article-mark-internal): New functions to add and
9799 remove marks.
9800 (gnus-registry-get-article-marks): New function to show the marks for
9801 an article, or retrieve them for further use.
9802
9803 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9804
9805 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9806 keys when no argument is given.
9807
9808 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9809
9810 * gnus-sum.el (gnus-article-sort-by-random)
9811 (gnus-thread-sort-by-random): Fix doc strings.
9812 Reported by jidanni@jidanni.org.
9813
9814 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
9815
9816 * gnus-art.el (gnus-article-describe-bindings): New function.
9817 (gnus-article-read-summary-keys): Use it.
9818 (gnus-article-mode-map): Bind `C-h b' to it.
9819
9820 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9821
9822 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9823 XEmacs.
9824 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9825 Protect against non-character events.
9826
9827 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
9828
9829 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9830 New command.
9831 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9832 instead of END. Change name of the temp file.
9833 (gnus-group-gmane-group-download-format): Add doc string. Make it
9834 customizable.
9835
9836 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
9837
9838 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9839 bind `S W' to gnus-article-wide-reply-with-original; set default
9840 binding to gnus-article-read-summary-send-keys.
9841 (gnus-article-read-summary-keys): Fix the order of keys; display
9842 continuation keys correctly in the echo area; describe bindings
9843 correctly when keys end with `C-h'.
9844 (gnus-article-read-summary-send-keys): New function.
9845 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9846 Work for gnus-article-read-summary-send-keys; display continuation keys
9847 correctly in the echo area.
9848 (gnus-article-reply-with-original): Ignore prefix argument.
9849 (gnus-article-wide-reply-with-original): New function.
9850
9851 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
9852
9853 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9854 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9855
9856 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
9857
9858 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9859 (gnus-group-read-ephemeral-gmane-group): New command.
9860
9861 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
9862
9863 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9864
9865 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9866
9867 * message.el (message-send-mail-function): Increase custom version.
9868
9869 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9870 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
9871
9872 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9873
9874 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9875 html parts correctly; support forwarded messages.
9876 (gnus-article-browse-html-article): Remove work buffers.
9877
9878 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9879 compiling.
9880 (netrc-bound-and-true-p): New macro.
9881 (netrc-parse): Use it instead of bound-and-true-p that is not available
9882 in XEmacs 21.4.
9883
9884 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
9885
9886 * gnus-registry.el (gnus-registry-mark-article)
9887 (gnus-registry-article-marks): Add functionality to mark articles
9888 through the Gnus registry.
9889
9890 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9891 (netrc-parse): Use encrypt-file-alist to determine if
9892 encrypt-find-model or encrypt-insert-file-contents should be used.
9893
9894 2007-12-19 Glenn Morris <rgm@gnu.org>
9895
9896 * mml.el (message-options-set, message-narrow-to-head)
9897 (message-in-body-p, message-mail-p, message-encode-message-body):
9898 Autoload.
9899 (message-remove-header, message-narrow-to-headers-or-head)
9900 (message-subscribed-p, message-make-mail-followup-to)
9901 (message-position-on-field, message-news-p)
9902 (message-options-set-recipient, message-generate-headers)
9903 (message-sort-headers): Declare as functions.
9904
9905 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9906
9907 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9908 convention in doc string.
9909
9910 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9911
9912 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9913 title to html parts.
9914 (gnus-article-browse-html-article): Pass message header to it.
9915
9916 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9917
9918 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
9919
9920 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9921 or password compatible with XEmacs.
9922
9923 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
9924
9925 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9926 format document.
9927 (gnus-mime-delete-part): Don't write description line if empty.
9928 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9929
9930 2007-12-14 Johan Bockgård <bojohan@gnu.org>
9931
9932 * gnus-sum.el (gnus-summary-mark-unread-as-read)
9933 (gnus-summary-mark-read-and-unread-as-read)
9934 (gnus-summary-mark-current-read-and-unread-as-read)
9935 (gnus-summary-mark-unread-as-ticked): Doc fix.
9936 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9937
9938 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9939
9940 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9941 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9942
9943 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9944
9945 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9946 yes-or-no-p.
9947
9948 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
9949
9950 * mm-decode.el (mm-add-meta-html-tag): New function.
9951 (mm-save-part-to-file, mm-pipe-part): Use it.
9952
9953 * gnus-art.el (gnus-article-browse-delete-temp-files):
9954 Use gnus-y-or-n-p instead of y-or-n-p.
9955 (gnus-article-browse-html-parts): Work with message/external-body; use
9956 mm-add-meta-html-tag.
9957
9958 2007-12-11 Glenn Morris <rgm@gnu.org>
9959
9960 * gnus-cache.el: Require gnus-sum not just when compiling.
9961
9962 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9963
9964 * gnus-int.el (gnus-server-opened, gnus-status-message):
9965 Move definitions before use.
9966
9967 * mm-decode.el: Require gnus-util.
9968 (mm-remove-part): Only call delete-annotation on XEmacs.
9969
9970 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9971
9972 * nnmail.el: Require gnus-int.
9973
9974 * spam.el: Move `require's before `eval-when-compile's.
9975
9976 * gnus-ems.el (gnus-alive-p):
9977 * gnus-fun.el (message-goto-eoh):
9978 * gnus-util.el (gnus-group-name-decode):
9979 * mail-source.el (gnus-compress-sequence):
9980 * message.el (Info-goto-node, format-spec):
9981 * mm-bodies.el (message-options-get):
9982 * mm-decode.el (mm-view-pkcs7):
9983 * mm-util.el (gmm-write-region):
9984 * mml-smime.el (mml-compute-boundary)
9985 (gnus-completing-read-with-default):
9986 * mml.el (widget-button-press, gnus-make-hashtable):
9987 * mml1991.el (mm-decode-content-transfer-encoding)
9988 (mm-encode-content-transfer-encoding)
9989 (message-options-get, message-options-set):
9990 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9991 * nnfolder.el (gnus-request-group):
9992 * nnheader.el (ietf-drums-unfold-fws):
9993 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9994 * smime.el (gnus-run-mode-hooks):
9995 * spam-stat.el (gnus-message): Autoload.
9996
9997 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9998 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9999 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10000 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10001 Add declare-function compatibility definition.
10002
10003 * gnus-cache.el (nnvirtual-find-group-art):
10004 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10005 (gnus-add-image, gnus-add-wash-type):
10006 * gnus-group.el (nnkiboze-score-file):
10007 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10008 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10009 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10010 (message-tokenize-header, gnus-get-buffer-create)
10011 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10012 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10013 * gnus.el (gnus-group-decoded-name):
10014 * mail-source.el (imap-capability):
10015 * mm-bodies.el (message-options-set):
10016 * mm-decode.el (gnus-configure-windows):
10017 * mm-extern.el (message-goto-body):
10018 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10019 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10020 (epg-sub-key-validity, message-options-set):
10021 * mml.el (widget-event-point, gnus-configure-windows):
10022 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10023 * mml2015.el (epg-check-configuration, epg-configuration)
10024 (message-options-set):
10025 * nndb.el (nndb-request-article):
10026 * nnfolder.el (gnus-request-create-group):
10027 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10028 * nnmaildir.el (gnus-group-mark-article-read):
10029 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10030 * rfc1843.el (message-fetch-field):
10031 * spam.el (gnus-extract-address-components):
10032 Declare as functions.
10033
10034 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
10035
10036 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10037
10038 2007-12-09 Glenn Morris <rgm@gnu.org>
10039
10040 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10041
10042 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10043 * message.el, mm-view.el, sieve-manage.el, smime.el:
10044 Add declare-function compatibility definition.
10045
10046 * gnus-art.el (w3-region, w3m-region, Info-menu):
10047 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10048 * gnus-sum.el (gnus-get-predicate):
10049 * gnus-util.el (mm-append-to-file, w32-focus-frame):
10050 * message.el (mail-abbrev-in-expansion-header-p):
10051 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10052 (w3m-detect-meta-charset, w3m-region):
10053 * sieve-manage.el (password-read, password-cache-add)
10054 (password-cache-remove):
10055 * smime.el (password-read-and-add): Declare as functions.
10056
10057 2007-12-08 David Kastrup <dak@gnu.org>
10058
10059 * gnus-sum.el (gnus-summary-simplify-subject-query):
10060 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10061 `message'.
10062
10063 2007-12-07 Glenn Morris <rgm@gnu.org>
10064
10065 * gnus-art.el (article-make-date-line): Revert previous change.
10066
10067 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
10068
10069 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10070
10071 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
10072
10073 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10074 Call gnus-add-to-range ranges only once with a prepared article-list.
10075
10076 2007-12-06 Paul Jarc <prj@po.cwru.edu>
10077
10078 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10079 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10080 group names with backslashes.
10081 Reported by Tassilo Horn <tassilo@member.fsf.org>.
10082
10083 2007-12-06 Deepak Goel <deego3@gmail.com>
10084
10085 * gnus-art.el (article-make-date-line):
10086 * gnus-start.el (gnus-load):
10087 * pop3.el (pop3-read-response): Fix buggy call to `error'.
10088
10089 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
10090
10091 * gnus-art.el (gnus-use-idna)
10092 * gnus-start.el (gnus-site-init-file)
10093 * message.el (message-use-idna)
10094 * mm-uu.el (mm-uu-hide-markers)
10095 * smiley.el (smiley-style): Revert changes that suppress warnings.
10096
10097 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
10098
10099 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10100 specify charset to html source.
10101 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10102
10103 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
10104
10105 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10106 idna-program in order to suppress byte compile warning issued by XEmacs
10107 that came to byte compile the default value section of defcustom forms
10108 recently.
10109
10110 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10111 value of installation-directory.
10112
10113 * message.el (message-use-idna): Don't directly refer to the value of
10114 idna-program.
10115
10116 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10117
10118 * smiley.el (smiley-style): Don't directly call face-attribute.
10119
10120 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
10121
10122 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10123
10124 * gnus-dired.el: Reduce Gnus dependencies.
10125 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10126 Don't require. Use autoloads instead.
10127 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10128 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10129 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10130 (gnus-dired-mode): Adjust doc string.
10131 (gnus-dired-mail-mode): New variable.
10132 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10133 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10134 (gnus-dired-mail-buffers): New function. Return mail or message
10135 composition buffers.
10136 (gnus-dired-attach): Use it.
10137 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10138 NO-DECODE.
10139 (gnus-dired-print): Use `gnus-print-buffer' depending on
10140 `gnus-dired-mail-mode'.
10141
10142 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
10143
10144 * rfc2047.el (rfc2047-encoded-word-regexp)
10145 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10146 explaining what regexp patterns are for.
10147
10148 2007-12-04 Glenn Morris <rgm@gnu.org>
10149
10150 * password.el: Move to ../password-cache.el.
10151
10152 * mml1991.el (password-read, password-cache-add, password-cache-remove):
10153 * mml2015.el (password-read, password-cache-add, password-cache-remove):
10154 * mml-smime.el (password-read, password-cache-add)
10155 (password-cache-remove):
10156 No need to autoload, since mml-sec requires password.
10157
10158 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10159 * message.el (gnus-extract-address-components):
10160 * mml-smime.el (gnus-extract-address-components): Define for compiler.
10161
10162 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10163 password.
10164
10165 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
10166
10167 * mailcap.el: Reduce dependencies.
10168 (mail-header-parse-content-type): Autoload.
10169 (mailcap-delete-duplicates): New alias.
10170 (mailcap-mime-info): Add optional argument NO-DECODE.
10171 (mailcap-mime-types): Use mailcap-delete-duplicates.
10172
10173 * message.el (message-ignored-supersedes-headers): Add "X-ID".
10174
10175 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10176
10177 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10178 function.
10179
10180 * gnus-uu.el (gnus-uu-decode-yenc): New command.
10181 (gnus-uu-yenc-article): New function.
10182
10183 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10184
10185 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10186
10187 2007-12-02 Glenn Morris <rgm@gnu.org>
10188
10189 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
10190 Move to ../net.
10191
10192 * binhex.el, uudecode.el: Move to ../mail.
10193
10194 * encrypt.el: Remove file.
10195
10196 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
10197
10198 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10199 matches on patches.
10200
10201 * gnus-art.el (gnus-article-browse-html-article):
10202 Mention `mm-text-html-renderer' in the doc string.
10203
10204 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10205 string. Add comments.
10206
10207 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10208 if rhs is ASCII.
10209
10210 2007-12-01 Glenn Morris <rgm@gnu.org>
10211
10212 * dig.el, dns.el: Move to ../net.
10213 * format-spec.el, hex-util.el, sha1.el: Move to ../.
10214
10215 * mail-source.el (top-level): Require format-spec before
10216 eval-when-compile.
10217
10218 2007-11-30 Glenn Morris <rgm@gnu.org>
10219
10220 * encrypt.el: Require password, rather than autoloading password-read.
10221
10222 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
10223
10224 * gnus.el (gnus-method-to-server): Add an optional parameter so the
10225 caller can indicate whether the cache should be disregarded for this
10226 call. This way the result of the call is reproducible at all times and
10227 can be considered a canonical server name for the supplied method.
10228 (gnus-agent-method-p): Canonicalize server names by pushing their
10229 method through `gnus-method-to-server' using the no-cache argument.
10230
10231 * gnus-srvr.el (gnus-server-insert-server-line):
10232 Call `gnus-method-to-server' with `no-cache' argument.
10233
10234 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10235 gnus-agent-possibly-synchronize-flags as this should be called when the
10236 server is actually being opened.
10237 (gnus-agent-possibly-synchronize-flags)
10238 (gnus-agent-possibly-synchronize-flags-server): Move check for the
10239 flags file of an agentized server to the latter function.
10240
10241 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10242 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10243 after a connection has been established successfully.
10244
10245 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
10246
10247 * gnus-art.el (article-display-face): Force to display face if called
10248 interactively; check if gnus-article-x-face-too-ugly matches author.
10249 (article-display-x-face): Display face even if From header is missing
10250 as article-display-face does.
10251
10252 2007-11-28 Richard Stallman <rms@gnu.org>
10253
10254 * md4.el: Move to ../.
10255 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
10256
10257 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
10258
10259 * mail-source.el (mail-sources): Default to fetch from file for
10260 compatibility with default of nnmail-spool-file.
10261
10262 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
10263
10264 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10265 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10266 to look for encoded word that should be encoded again.
10267 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10268 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10269 encoding pattern.
10270 (rfc2047-decode-region): Switch strict regexp and loose one according
10271 to rfc2047-allow-irregular-q-encoded-words.
10272
10273 2007-11-26 Simon Josefsson <simon@josefsson.org>
10274
10275 * imap.el: Move to ../net directory.
10276
10277 2007-11-25 Romain Francoise <romain@orebokech.com>
10278
10279 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10280
10281 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10282
10283 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10284 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10285
10286 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10287 `nnmail-spool-file'.
10288
10289 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10290 `nnmail-spool-file'.
10291
10292 * gnus-move.el (gnus-change-server): Ditto.
10293
10294 * gnus-kill.el (gnus-batch-score): Ditto.
10295
10296 * gnus-cache.el (gnus-jog-cache): Ditto.
10297
10298 * gnus-msg.el (gnus-summary-reply):
10299 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10300
10301 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10302
10303 * gnus-cache.el (gnus-cache-generate-nov-databases):
10304 Use nnml-generate-nov-databases-directory instead of
10305 nnml-generate-nov-databases-1.
10306
10307 2007-11-24 Glenn Morris <rgm@gnu.org>
10308
10309 * message.el (message-tool-bar-retro): Update for rename
10310 mail_send.xpm->mail-send.xpm.
10311
10312 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10313
10314 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10315 `smime-ldap-search' for Emacs 22 and up.
10316
10317 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
10318
10319 * hashcash.el: Move to ../mail directory.
10320
10321 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
10322
10323 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10324 `smime-ldap-search' for Emacs 22 and up.
10325
10326 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10327
10328 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10329
10330 * message.el (message-send-mail-function): Fix error convention.
10331 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10332 (message-widen-reply, message-send-mail, message-talkative-question)
10333 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10334 (message-clone-locals, message-send-news): Use with-current-buffer.
10335 (message-insert-or-toggle-importance): Remove unused var `valid'.
10336 (message-make-references): Remove unused var `new-references'.
10337 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10338
10339 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
10340
10341 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10342 (spam-split-symbolic-return-positive): Reflow docstring.
10343 (spam-backends, spam-summary-exit-behavior)
10344 (spam-mark-ham-unread-before-move-from-spam-group)
10345 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10346 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10347 (spam-clear-cache, spam-backend-check, spam-install-backend)
10348 (spam-install-statistical-backend, spam-list-of-processors)
10349 (spam-group-processor-p, spam-split, spam-bogofilter-score)
10350 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10351 (spam-check-crm114, spam-initialize, spam-unload-hook):
10352 Fix typos in docstrings.
10353
10354 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10355
10356 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10357 been checked if they have never been read and those group levels are
10358 higher than the one that a user specified.
10359
10360 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10361
10362 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10363 foreign groups unless a group level is specified by a user.
10364 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10365
10366 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
10367
10368 * message.el (message-send-mail-function): Require sendmail.
10369
10370 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
10371
10372 * message.el (message-send-mail-function): Check for smtpmail too.
10373
10374 * utf7.el (utf7-encode, utf7-decode): Use coding system
10375 `utf-7'/`utf-7-imap' from utf-7.el' if available.
10376
10377 * message.el (message-send-mail-function): New function.
10378 (message-send-mail-function): Set default using
10379 message-send-mail-function. Adjust doc string.
10380 (message-send-mail-with-mailclient): New function.
10381
10382 2007-11-17 Richard Stallman <rms@gnu.org>
10383
10384 * assistant.el: Remove file.
10385
10386 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10387
10388 * smime.el (from):
10389 * rfc2047.el (message-posting-charset):
10390 * qp.el (mm-use-ultra-safe-encoding):
10391 * pop3.el (parse-time-months):
10392 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10393 * nnml.el (files):
10394 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10395 (jka-compr-compression-info-list, ange-ftp-path-format)
10396 (efs-path-regexp):
10397 * nndiary.el (files):
10398 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10399 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10400 (epg-digest-algorithm-alist, inhibit-redisplay)
10401 (password-cache-expiry):
10402 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10403 (pgg-output-buffer, password-cache-expiry):
10404 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10405 (efs-path-regexp):
10406 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10407 (inhibit-redisplay):
10408 * mm-uu.el (file-name, start-point, end-point, entry)
10409 (gnus-newsgroup-name, gnus-newsgroup-charset):
10410 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10411 (latin-unity-ucs-list):
10412 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10413 (mm-uu-binhex-decode-function):
10414 * message.el (gnus-message-group-art, gnus-list-identifiers)
10415 (rmail-enable-mime-composing, gnus-local-organization)
10416 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10417 (gnus-read-active-file, facemenu-add-face-function)
10418 (facemenu-remove-face-function, gnus-article-decoded-p)
10419 (tool-bar-mode):
10420 * mail-source.el (display-time-mail-function):
10421 * gnus-util.el (nnmail-pathname-coding-system)
10422 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10423 (gnus-original-article-buffer, gnus-user-agent)
10424 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10425 (xemacs-codename, sxemacs-codename, emacs-program-version):
10426 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10427 * gnus-start.el (gnus-agent-covered-methods)
10428 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10429 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10430 (gnus-newsgroup-headers, gnus-group-list-mode)
10431 (gnus-group-mark-positions, gnus-newsgroup-data)
10432 (gnus-newsgroup-unreads, nnoo-state-alist)
10433 (gnus-current-select-method, mail-sources)
10434 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10435 (nnmail-spool-file, gnus-cache-active-hashtb):
10436 * gnus-mh.el (mh-lib-progs):
10437 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10438 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10439 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10440 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10441 (gnus-group-buffer):
10442 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10443 (font-lock-set-defaults):
10444 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10445 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10446 (gnus-summary-post-menu, total-parts, type, condition, length):
10447 * gnus-agent.el (gnus-agent-read-agentview):
10448 * flow-fill.el (show-trailing-whitespace):
10449 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10450 eval-and-compile wrappers for byte compiler pacifiers.
10451
10452 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10453 (mm-display-inline-fontify): Check for featurep 'xemacs not
10454 extent-list.
10455
10456 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10457 itimer-list.
10458 (mm-create-image-xemacs): Only do something for XEmacs.
10459 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10460
10461 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10462
10463 * gnus-registry.el (gnus-adaptive-word-syntax-table):
10464 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10465
10466 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
10467
10468 * nnimap.el (nnimap-split-download-body):
10469 * gnus-demon.el (gnus-demon):
10470 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10471
10472 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
10473
10474 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10475 New macros.
10476 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10477 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10478 copy data from unibyte buffer to multibyte current buffer.
10479 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10480 to copy data from unibyte current buffer to multibyte buffer.
10481 (nntp-make-process-buffer): Make process buffer unibyte.
10482
10483 * pop3.el (pop3-open-server): Fix typo in Lisp code.
10484
10485 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
10486
10487 * pop3.el (pop3-open-server): Accept and process data more robustly at
10488 connexion start to avoid spurious "POP SSL connexion failed" errors.
10489
10490 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10491
10492 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10493 read group names.
10494
10495 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
10496
10497 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10498
10499 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
10500
10501 * nnmail.el (nnmail-parse-active): Make group names unibyte.
10502 (nnmail-save-active): Use a unibyte buffer when saving active file,
10503 which may contain non-ASCII group names.
10504
10505 * nnml.el (nnml-request-group): Decode group names in messages.
10506
10507 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
10508
10509 * message.el (message-citation-line-function)
10510 (message-insert-formatted-citation-line): Fix spelling of
10511 `message-insert-formated-citation-line'.
10512
10513 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
10514
10515 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10516
10517 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10518
10519 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10520 nnmail-pathname-coding-system.
10521
10522 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10523 that a user enters; decode group names in messages.
10524
10525 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10526
10527 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
10528
10529 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10530
10531 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10532
10533 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10534 risky local variable.
10535
10536 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10537
10538 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
10539
10540 * encrypt.el: Improve documentation to fix function name typo.
10541 Reported by Daiki Ueno <ueno@unixuser.org>.
10542
10543 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
10544
10545 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10546 even if the point is not in the last page of an article.
10547 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10548 back to the previous page.
10549
10550 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
10551
10552 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10553
10554 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
10555
10556 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10557
10558 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
10559
10560 * message.el (message-check-news-body-syntax):
10561 Avoid mm-string-as-multibyte.
10562 (message-hide-headers): Don't assume (point-min)==1.
10563
10564 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10565
10566 * message.el (message-remove-blank-cited-lines): Fix if remove is
10567 given.
10568 (message-bogus-address-regexp): New variable.
10569 (message-bogus-recipient-p): New function.
10570 (message-check-recipients): New command.
10571 (message-syntax-checks): Add `bogus-recipient'.
10572 (message-fix-before-sending): Add `bogus-recipient'.
10573
10574 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10575 (gnus-treat-body-boundary): Don't test window-system.
10576
10577 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
10578
10579 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10580
10581 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10582
10583 * gnus.el: Bump version to Gnus v5.13.
10584
10585 2007-10-28 Miles Bader <miles@gnu.org>
10586
10587 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10588 at compile-time too.
10589
10590 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
10591
10592 * gnus-msg.el (gnus-message-setup-hook):
10593 Add `message-remove-blank-cited-lines' to options.
10594
10595 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10596
10597 * message.el (message-remove-blank-cited-lines): New function.
10598 Suggested by Karl Plästerer.
10599
10600 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
10601
10602 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10603 mapc.
10604
10605 * imap.el (imap-open): Replace mapcar called for effect with mapc.
10606 (top-level): Use mapc to set functions to be traced for debugging.
10607
10608 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10609 called for effect with while loop.
10610
10611 * message.el (message-talkative-question): Replace mapcar called for
10612 effect with mapc.
10613
10614 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10615 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10616 called for effect with dolist.
10617
10618 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10619
10620 * nndiary.el: Use dolist instead of mapcar to add diary headers to
10621 gnus-extra-headers and nnmail-extra-headers.
10622
10623 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10624 called for effect with dolist.
10625 (top-level): Use mapc to set functions to be traced for debugging.
10626
10627 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10628 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10629 dolist.
10630
10631 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10632 Replace mapcar called for effect with mapc.
10633 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10634 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10635 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10636 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10637
10638 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10639 remove-if that's a cl function.
10640
10641 * webmail.el (webmail-debug): Replace mapcar called for effect with
10642 dolist.
10643
10644 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
10645
10646 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10647 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10648 with while loop.
10649
10650 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10651 functions from article-* functions.
10652 (gnus-multi-decode-header): Replace mapcar called for effect with
10653 dolist.
10654
10655 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10656 (gnus-bookmark-show-details): Replace mapcar called for effect with
10657 while loop.
10658
10659 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10660 called for effect with while loop.
10661
10662 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10663 with dolist.
10664
10665 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10666 Replace mapcar called for effect with dolist.
10667
10668 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10669
10670 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10671 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10672 Replace mapcar called for effect with dolist.
10673 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10674 mapc.
10675
10676 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10677 Replace mapcar called for effect with dolist.
10678 (gnus-topic-list): Replace mapcar called for effect with mapc.
10679
10680 * gnus.el: Use mapc instead of mapcar to add autoloads.
10681
10682 2007-10-23 Richard Stallman <rms@gnu.org>
10683
10684 * gnus-group.el (gnus-group-highlight): Mark as risky.
10685
10686 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
10687
10688 * gnus.el (gnus-server-to-method): Return method found first in
10689 gnus-newsrc-alist.
10690
10691 * gnus-art.el (gnus-article-highlight-signature)
10692 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10693 button overlay without the front stickiness.
10694
10695 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
10696
10697 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10698 overview buffer needed a catch to receive its throw.
10699 (gnus-agent-flush-cache): Declare as interactive to make this function
10700 easier to use.
10701
10702 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
10703
10704 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10705 `next-line'.
10706
10707 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
10708
10709 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10710 exclude address matching message-dont-reply-to-names.
10711
10712 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10713
10714 * gnus-util.el (gnus-string<): New function.
10715
10716 * gnus-sum.el (gnus-article-sort-by-author)
10717 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10718
10719 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10720
10721 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10722 the frame-focus tag is set in gnus-buffer-configuration.
10723
10724 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
10725
10726 * gnus-art.el (gnus-article-add-button): Make a button overlay without
10727 the front stickiness.
10728
10729 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
10730
10731 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10732 url pattern; remove duplicate one.
10733 (gnus-article-extend-url-button): New function.
10734 (gnus-article-add-buttons): Use it.
10735 (gnus-button-push): Use concatenated url that it makes.
10736
10737 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
10738
10739 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10740 (sieve-manage-open): Use `mapc' instead of `mapcar'.
10741
10742 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10743
10744 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10745 Don't hardcode point-min==1.
10746
10747 2007-09-30 David Kastrup <dak@gnu.org>
10748
10749 * gnus-art.el (gnus-article-reply-with-original)
10750 (gnus-article-followup-with-original): When `transient-mark-mode' is
10751 off, refrain from active-region behavior for followups.
10752
10753 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
10754
10755 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10756 Fix comment about "iso8859-1".
10757
10758 2007-10-08 Daiki Ueno <ueno@unixuser.org>
10759
10760 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10761 ones returned from the verify-function.
10762
10763 * mm-uu.el (mm-uu-pgp-signed-extract-1):
10764 Call mml2015-extract-cleartext-signature if extraction failed.
10765
10766 2007-10-07 Daiki Ueno <ueno@unixuser.org>
10767
10768 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10769 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10770 failed.
10771
10772 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
10773
10774 * Relicense "GPLv2 or later" files to "GPLv3 or later".
10775
10776 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
10777
10778 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10779 to mark a thread as expirable. Add variable `hide' to handle hiding of
10780 thread for both the null and zero (kill/expire thread) universal prefix
10781 cases.
10782 (gnus-summary-expire-thread): Add new function to expire a thread,
10783 using gnus-summary-kill-thread.
10784 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10785 shortcuts for gnus-summary-expire-thread.
10786 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10787 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
10788
10789 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
10790
10791 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10792 extras value, so an extras entry can be deleted.
10793 (gnus-registry-delete-extra-entry): Use it.
10794 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10795 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10796 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10797 storage through the gnus-registry, and provide an appropriate API for
10798 it.
10799
10800 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10801
10802 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10803 Suggested by Leo <sdl.web@gmail.com>.
10804
10805 * gnus.el: Do.
10806
10807 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10808
10809 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10810 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
10811
10812 * gnus-agent.el (gnus-agent-fetch-headers): Do.
10813
10814 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10815 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10816
10817 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10818
10819 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10820 newline.
10821 (nnmbox-request-accept-article): Don't change article in source buffer;
10822 narrow to header to use message-fetch-field rather than
10823 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10824 (nnmbox-request-replace-article): Quote lines that'll be misidentified
10825 as delimiters; make sure article ends with newline.
10826 (nnmbox-delete-mail): Correct last position of article to be deleted;
10827 ignore X-Gnus-Newsgroup header in article body.
10828 (nnmbox-save-mail): Quote lines looking like delimiters at the right
10829 positions; make sure article ends with newline.
10830
10831 * message.el (message-display-abbrev): Don't infloop when a user
10832 inserts SPC in the beginning of header.
10833
10834 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
10835
10836 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10837 list of groups not followed by default. Fix type to be regexp.
10838 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10839
10840 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
10841
10842 * hmac-def.el (define-hmac-function): Switch from old-style to
10843 new-style backquotes.
10844
10845 * md4.el (md4-make-step): Likewise.
10846
10847 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10848
10849 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10850 raw-text coding system when saving .newsrc file, which may contain
10851 non-ASCII group names.
10852
10853 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10854
10855 * gnus-cus.el (gnus-score-extra): New widget.
10856 (gnus-score-extra-convert): New function.
10857 (gnus-score-customize): Use it for Extra.
10858
10859 2007-08-31 Daiki Ueno <ueno@unixuser.org>
10860
10861 * mml2015.el (mml2015-extract-cleartext-signature): New function.
10862 (mml2015-mailcrypt-clear-verify): Use it.
10863 (mml2015-gpg-clear-verify): Use it.
10864 (mml2015-pgg-clear-verify): Use it.
10865 (mml2015-epg-clear-verify): Replace the current part with the output
10866 from GnuPG; don't extract the plaintext by itself.
10867
10868 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10869 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10870 mml2015-clear-verify-function; don't touch the armor headers or
10871 dash-escaped text here.
10872
10873 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10874
10875 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10876 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10877 parts, or application/octet-stream as a last resort.
10878 (gnus-mime-view-part-as-type): Don't toggle display.
10879 (gnus-mime-view-part-as-charset): Don't turn off display before
10880 querying charset.
10881
10882 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10883 stuff to undisplayer function in Emacs.
10884 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10885
10886 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10887 text/calendar parts.
10888
10889 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10890
10891 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10892 decoding text/calendar parts.
10893
10894 * message.el (message-forward-make-body-mime): Always mark body as
10895 having no illegible text; remove signed-or-encrypted argument.
10896 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10897
10898 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10899 (mml-generate-mime-1): Don't encode body if it is specified to be in
10900 raw form; don't make buffer be unibyte when inserting multibyte string.
10901
10902 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10903
10904 * sha1.el: Fix up comment style.
10905 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10906 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10907
10908 * hex-util.el: Fix up comment style.
10909 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10910
10911 * gnus-salt.el: Use with-current-buffer.
10912 (gnus-pick-setup-message): Fix long-standing typo.
10913
10914 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
10915
10916 * imap.el (imap-logout-timeout): New variable.
10917 (imap-logout, imap-logout-wait): New functions.
10918 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10919
10920 * nnimap.el (nnimap-logout-timeout): New server variable.
10921 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10922 nnimap-logout-timeout.
10923
10924 * gnus-art.el (gnus-article-summary-command-nosave)
10925 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10926
10927 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
10928
10929 * gnus.el (gnus-maximum-newsgroup): New variable.
10930
10931 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10932 according to gnus-maximum-newsgroup.
10933
10934 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10935 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10936 Limit the range of articles according to gnus-maximum-newsgroup.
10937
10938 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
10939
10940 * gnus-art.el (gnus-sticky-article): Fix problems described in
10941 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
10942 Don't perform gnus-configure-windows here; reuse existing sticky
10943 article buffer.
10944
10945 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10946 it doesn't exist in gnus-article-mode.
10947
10948 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
10949
10950 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10951 (gnus-agent-decoded-group-name): New function.
10952 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10953 (gnus-agent-expire-group-1): Use it; decode group name in messages.
10954
10955 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
10956
10957 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10958 Add binding for gnus-sticky-article.
10959 (gnus-summary-exit): Don't kill sticky article buffers.
10960
10961 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10962 article buffer.
10963 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10964 (gnus-kill-sticky-article-buffers): New commands.
10965
10966 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
10967
10968 * nntp.el (nntp-xref-number-is-evil): New server variable.
10969 (nntp-find-group-and-number): If it is non-nil, don't trust article
10970 numbers in the Xref header.
10971
10972 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10973
10974 * gnus-agent.el (gnus-agent-read-group): New function.
10975 (gnus-agent-flush-group, gnus-agent-expire-group)
10976 (gnus-agent-regenerate-group): Use it.
10977 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10978 nnmail-pathname-coding-system.
10979
10980 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10981
10982 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10983
10984 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10985 that are unread as unread, and also as selected so that information of
10986 marks having been changed by a user may be updated when exiting group.
10987
10988 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
10989
10990 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10991
10992 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
10993
10994 * gnus-art.el (gnus-mime-display-single): Pass part number that is
10995 calculated ignoring signature parts to gnus-treat-article.
10996
10997 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
10998
10999 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11000 a point here in order to keep the window start.
11001 (gnus-insert-mime-security-button): Make a button overlay without the
11002 front stickiness.
11003 (gnus-mime-display-security): Goto the end of a button.
11004
11005 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11006
11007 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11008
11009 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11010 group-name-at-point.
11011 (gnus-group-completing-read): New function that offers decoded
11012 non-ASCII group names for completion.
11013 (gnus-fetch-group, gnus-group-read-ephemeral-group)
11014 (gnus-group-jump-to-group, gnus-group-make-group-simple)
11015 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11016 (gnus-group-fetch-control): Use it.
11017 (gnus-fetch-group): Use group-name-at-point for the initial value
11018 rather than the default value; use gnus-alive-p.
11019
11020 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11021 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11022 (gnus-summary-post-news): Use gnus-group-completing-read.
11023
11024 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11025 (gnus-read-move-group-name): Decode group name for completion.
11026
11027 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
11028
11029 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11030 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11031 Yamaoka slightly modified the code).
11032
11033 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
11034
11035 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11036 (nnmail-split-incoming): Bind it.
11037
11038 * nnml.el (nnml-group-name-charset): New function.
11039 (nnml-decoded-group-name): Use it; don't decode group name if
11040 nnmail-group-names-not-encoded-p is non-nil.
11041 (nnml-encoded-group-name): New function.
11042 (nnml-group-pathname): Inline nnml-decoded-group-name.
11043 (nnml-request-expire-articles): Decode group name in message.
11044 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11045 nnmail-pathname-coding-system.
11046 (nnml-save-mail, nnml-active-number): Work with decoded group names and
11047 not decoded ones according to nnmail-group-names-not-encoded-p.
11048 (nnml-generate-active-info): Use nnml-encoded-group-name.
11049
11050 2007-08-08 Glenn Morris <rgm@gnu.org>
11051
11052 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11053 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11054 doc-strings and comments.
11055
11056 2007-07-25 Glenn Morris <rgm@gnu.org>
11057
11058 * Relicense all FSF files to GPLv3 or later.
11059
11060 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
11061
11062 * gnus-sum.el (gnus-summary-move-article):
11063 Make gnus-summary-respool-article work.
11064
11065 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
11066
11067 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11068 string.
11069
11070 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
11071
11072 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
11073 that should be ignored when comparing distant RSS articles with local
11074 ones.
11075 (nnrss-make-hash-index): New function. Create a hash index according
11076 to the ignored fields.
11077 (nnrss-check-group): Use it.
11078
11079 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
11080
11081 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11082
11083 * gnus-art.el (article-decode-group-name): Decode Xref header too.
11084
11085 * gnus-group.el (gnus-group-make-group): Encode group name here unless
11086 the new optional argument ENCODED is non-nil.
11087 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11088 coding system for encoding group name.
11089 (gnus-group-make-rss-group): Pass un-encoded group name to
11090 gnus-group-make-group.
11091 (gnus-group-set-info): Tell gnus-group-make-group that group name is
11092 encoded.
11093
11094 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11095 Encode group name to which articles are moved or copied.
11096 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11097 coding system for encoding Newsgroup, Followup-To and Xref headers.
11098
11099 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11100 marks; use nnheader-file-coding-system to write a file.
11101 (nnagent-retrieve-headers): Bind file-name-coding-system to
11102 nnmail-pathname-coding-system.
11103
11104 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11105
11106 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11107 (nnml-request-article, nnml-request-create-group)
11108 (nnml-request-rename-group, nnml-find-id)
11109 (nnml-possibly-change-directory, nnml-possibly-create-directory)
11110 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11111 (nnml-save-marks): Use nnml-group-pathname instead of
11112 nnmail-group-pathname.
11113
11114 (nnml-request-create-group, nnml-request-expire-articles)
11115 (nnml-request-move-article, nnml-request-delete-group)
11116 (nnml-deletable-article-p, nnml-possibly-create-directory)
11117 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11118 (nnml-open-marks): Bind file-name-coding-system to
11119 nnmail-pathname-coding-system.
11120
11121 (nnml-request-article): Pass server argument to nnml-find-group-number.
11122 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11123 Pass server argument to nnml-possibly-create-directory.
11124 (nnml-request-accept-article): Pass server argument to
11125 nnml-active-number and nnml-save-mail.
11126 (nnml-find-group-number): Pass server argument to nnml-find-id.
11127 (nnml-request-update-info): Pass server argument to
11128 nnml-marks-changed-p.
11129
11130 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11131 (nnml-save-mail, nnml-active-number): Add server argument.
11132
11133 (nnml-request-delete-group): Warn if group is missing.
11134 (nnml-get-nov-buffer): Decode group name.
11135 (nnml-generate-active-info): Encode group name.
11136 (nnml-open-marks): Decode group name in messages.
11137
11138 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
11139
11140 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11141 if it is not specified.
11142 (gnus-article-pipe-part, gnus-article-save-part)
11143 (gnus-article-interactively-view-part, gnus-article-copy-part)
11144 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11145 (gnus-article-inline-part, gnus-article-save-part-and-strip)
11146 (gnus-article-replace-part, gnus-article-delete-part)
11147 (gnus-article-view-part-as-type): Pass raw prefix argument to
11148 gnus-article-part-wrapper.
11149
11150 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
11151
11152 * gnus-agent.el (gnus-agent-save-active):
11153 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11154
11155 * gnus-cache.el (gnus-cache-save-buffers)
11156 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11157 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11158 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11159 (gnus-cache-braid-nov, gnus-cache-braid-heads)
11160 (gnus-cache-generate-active, gnus-cache-rename-group)
11161 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11162 (gnus-cache-update-overview-total-fetched-for):
11163 Bind file-name-coding-system to nnmail-pathname-coding-system.
11164 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11165 New variables.
11166 (gnus-cache-decoded-group-name): New function.
11167 (gnus-cache-file-name): Use it.
11168 (gnus-cache-generate-active): Use non-decoded group name for active.
11169
11170 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11171 right place.
11172 (gnus-write-active-file): Don't break non-ASCII group names.
11173
11174 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11175 nnmail-pathname-coding-system.
11176
11177 * gnus-uu.el (gnus-uu-decode-save): Typo.
11178
11179 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
11180
11181 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11182
11183 2007-07-14 David Kastrup <dak@gnu.org>
11184
11185 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11186 finishing actions if we did not edit the article.
11187
11188 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
11189
11190 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11191 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11192 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11193 (gnus-agent-flush-group, gnus-agent-flush-cache)
11194 (gnus-agent-fetch-headers, gnus-agent-load-alist)
11195 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11196 (gnus-agent-retrieve-headers, gnus-agent-request-article)
11197 (gnus-agent-regenerate-group)
11198 (gnus-agent-update-files-total-fetched-for)
11199 (gnus-agent-update-view-total-fetched-for):
11200 Bind file-name-coding-system to nnmail-pathname-coding-system.
11201 (gnus-agent-group-pathname): Don't encode file names by
11202 nnmail-pathname-coding-system.
11203 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11204 coding-system-for-write instead of buffer-file-coding-system to
11205 gnus-agent-file-coding-system.
11206
11207 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11208 Decode group name.
11209
11210 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11211
11212 * gnus-start.el (gnus-update-active-hashtb-from-killed)
11213 (gnus-read-newsrc-el-file): Make group names unibyte.
11214
11215 * nnmail.el (nnmail-group-pathname): Don't encode file names by
11216 nnmail-pathname-coding-system.
11217
11218 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11219 (nnrss-request-delete-group): Bind file-name-coding-system to
11220 nnmail-pathname-coding-system.
11221 (nnrss-read-server-data, nnrss-read-group-data):
11222 Bind file-name-coding-system correctly.
11223 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11224
11225 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11226 (nntp-server-to-method-cache): New variable.
11227 (nntp-group-pathname): New function that decodes non-ASCII group names.
11228 (nntp-possibly-create-directory, nntp-marks-changed-p)
11229 (nntp-save-marks, nntp-open-marks): Use it.
11230 (nntp-possibly-create-directory, nntp-open-marks):
11231 Bind file-name-coding-system to nnmail-pathname-coding-system.
11232 (nntp-open-marks): Decode group names when bootstrapping marks.
11233
11234 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11235 Newsgroups and Folowup-To headers.
11236
11237 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
11238
11239 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11240 (gnus-server-closed-face, gnus-server-denied-face)
11241 (gnus-server-offline-face): Remove variable.
11242 (gnus-server-font-lock-keywords): Use faces that are not aliases.
11243
11244 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11245 of modifying message-stack directly for XEmacs.
11246
11247 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11248 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11249 if the coding-system argument is nil for XEmacs.
11250
11251 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11252 mm-charset-override-alist.
11253
11254 * rfc2047.el: Don't require base64; require rfc2045 for the function
11255 rfc2045-encode-string.
11256 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11257 to quote the parameter value.
11258
11259 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
11260
11261 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11262 form in gnus-group-name-charset-method-alist.
11263
11264 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11265 overrides the default layout edit-form.
11266
11267 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11268
11269 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11270
11271 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
11272
11273 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11274 as unfetched articles.
11275
11276 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
11277
11278 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11279
11280 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
11281
11282 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11283 original back end that keeps marks in the local system.
11284
11285 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
11286
11287 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11288 arg of pop-to-buffer for XEmacs.
11289 (gnus-article-read-summary-keys): Ditto; don't restore window
11290 configuration if summary command ends up with neither article buffer
11291 nor summary buffer; describe bindings if summary keys end with C-h.
11292
11293 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
11294
11295 * message.el (message-fix-before-sending): Skip raw message part to be
11296 forwarded while checking illegible text.
11297 (message-forward-make-body-mime, message-forward-make-body):
11298 Mark signed or encrypted raw message as having no illegible text.
11299
11300 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
11301
11302 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11303 (gnus-message-with-timestamp-1): New macro.
11304 (gnus-message-with-timestamp): New function.
11305 (gnus-message): Use them.
11306
11307 * nnheader.el (nnheader-message): Use them.
11308
11309 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
11310
11311 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11312 .newsrc.eld file.
11313
11314 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
11315
11316 * gnus-agent.el (gnus-agent-fetch-headers)
11317 (gnus-agent-retrieve-headers):
11318 Bind gnus-decode-encoded-address-function to identity.
11319
11320 * nntp.el (nntp-send-xover-command): Recognize an xover command is
11321 available also when the server returns simply a dot.
11322
11323 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11324
11325 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
11326
11327 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11328
11329 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
11330
11331 * gnus-ems.el (gnus-x-splash): Make it work.
11332
11333 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11334 from being used.
11335
11336 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
11337
11338 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11339 the front stickiness.
11340 (gnus-article-summary-command-nosave): Correct the order of the
11341 arguments passed to pop-to-buffer.
11342 (gnus-article-read-summary-keys): Ditto; make it work properly when the
11343 summary command ends up with the article buffer.
11344
11345 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11346 the same faces.
11347
11348 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11349
11350 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11351
11352 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11353
11354 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11355 * gnus-sum.el (gnus-summary-highlight):
11356 * mail-source.el (mail-source-delete-old-incoming-confirm):
11357 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11358
11359 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
11360
11361 * gnus-art.el (gnus-mime-view-part-externally)
11362 (gnus-mime-view-part-internally): Fix predicate function passed to
11363 completing-read.
11364
11365 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11366
11367 * gnus.el (gnus-update-message-archive-method): Add :version.
11368
11369 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
11370
11371 * gnus.el (gnus-update-message-archive-method): New variable.
11372
11373 * gnus-start.el (gnus-setup-news): Update saved "archive" method
11374 according to gnus-message-archive-method if
11375 gnus-update-message-archive-method is non-nil.
11376
11377 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
11378
11379 * gnus-sum.el (gnus-summary-limit-to-address): New function.
11380 Suggested by Loic Dachary <loic@dachary.org>.
11381 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11382
11383 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
11384
11385 * message.el (message-pop-to-buffer): Add switch-function argument.
11386 (message-mail): Pass switch-function argument to it.
11387
11388 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
11389
11390 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11391 Improve doc string.
11392
11393 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
11394
11395 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11396 (gnus-header-content)
11397 * gnus-cite.el (gnus-cite-10)
11398 * gnus-srvr.el (gnus-server-closed)
11399 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11400 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11401 (gnus-group-mail-3-empty, gnus-group-mail-low)
11402 (gnus-group-mail-low-empty, gnus-splash)
11403 * message.el (message-header-to, message-header-cc)
11404 (message-header-subject, message-header-other, message-header-name)
11405 (message-header-xheader, message-separator, message-cited-text)
11406 (message-mml): Lighten colors of faces used for dark background.
11407
11408 2007-05-24 Simon Josefsson <simon@josefsson.org>
11409
11410 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11411 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
11412
11413 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
11414
11415 * message.el (message-narrow-to-headers-or-head):
11416 Ignore mail-header-separator in the body.
11417
11418 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
11419
11420 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11421 same as window size.
11422
11423 2007-05-22 Kevin Ryde <user42@zip.com.au>
11424
11425 * message.el (message-font-lock-keywords): Use message-header-xheader
11426 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
11427 ahead of the anything pattern, to get it recognised.
11428
11429 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
11430
11431 * gnus-sum.el (gnus-articles-to-read)
11432 (gnus-summary-insert-old-articles): Don't truncate group name for
11433 `read-string'.
11434
11435 * gnus-util.el (gnus-limit-string): Delete this function.
11436
11437 * gnus-sum.el (gnus-simplify-subject-fully):
11438 Use `truncate-string-to-width' instead.
11439
11440 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
11441
11442 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11443 Tell if, on summary exit, the next group has to be selected.
11444 (gnus-summary-exit): Use it.
11445
11446 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
11447
11448 * gnus-art.el (gnus-article-mode): Fix comment about displaying
11449 non-break space.
11450
11451 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11452
11453 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11454 Check if group is not a directory.
11455 (nnfolder-request-expire-articles): Don't delete articles if the target
11456 group is not available.
11457
11458 * nnml.el (nnml-request-create-group): Properly check if group is not a
11459 file.
11460 (nnml-request-expire-articles): Don't delete articles if the target
11461 group is not available.
11462
11463 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11464 Don't quote characters that are within parentheses.
11465
11466 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
11467
11468 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11469 (gnus-handle-ephemeral-exit): Select article according to it.
11470
11471 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
11472
11473 * message.el (message-insert-formated-citation-line): Remove newline.
11474 (message-citation-line-format): Add final \n here so that the user can
11475 avoid a blank line.
11476
11477 2007-05-03 Dan Christensen <jdc@uwo.ca>
11478
11479 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11480 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11481 Update lanl/arXiv support.
11482
11483 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
11484
11485 * gnus.el: Bump version number.
11486
11487 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11488
11489 * gnus.el (gnus-version-number): Bump version.
11490
11491 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11492
11493 * gnus.el: No Gnus v0.6 is released.
11494
11495 2007-04-27 Didier Verna <didier@xemacs.org>
11496
11497 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11498 * gmm-utils.el (gmm-regexp-concat): ... here.
11499 * message.el: Don't require 'gnus-util.
11500 (message-dont-reply-to-names): Handle name change above.
11501 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11502
11503 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11504
11505 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11506 since the initial value varies according to the system.
11507
11508 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
11509
11510 * mm-util.el (mm-charset-synonym-alist): Defcustom.
11511
11512 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
11513
11514 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11515
11516 2007-04-24 Didier Verna <didier@xemacs.org>
11517
11518 Improve the type of gnus-ignored-from-addresses.
11519 * gnus-util.el (gnus-orify-regexp): New function.
11520 * message.el (gnus-util): Require it.
11521 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11522 * gnus-sum.el (gnus-ignored-from-addresses): New function.
11523 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11524
11525 2007-04-24 Didier Verna <didier@xemacs.org>
11526
11527 * gnus-sum.el:
11528 * gnus-utils.el: Fix some trailing whitespaces.
11529
11530 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
11531
11532 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11533 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11534 article's Message-ID; refer parent article in summary buffer.
11535
11536 * message.el (message-bounce): Call mime-to-mml.
11537
11538 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
11539
11540 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11541
11542 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
11543
11544 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11545 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11546 displayed of multipart/alternative part if it is invoked from summary
11547 buffer.
11548
11549 * mm-view.el (mm-inline-text-html-render-with-w3m)
11550 (mm-inline-text-html-render-with-w3m-standalone)
11551 (mm-inline-render-with-function): Use mail-parse-charset by default.
11552
11553 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
11554
11555 * parse-time.el (parse-time-string-chars): Check if CHAR
11556 is less than the length of parse-time-syntax.
11557
11558 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
11559
11560 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11561 from gnus-newsgroup-processable.
11562
11563 2007-04-16 Didier Verna <didier@xemacs.org>
11564
11565 * gnus-msg.el (gnus-configure-posting-styles):
11566 Handle message-signature-directory properly with :file syntax.
11567 Reported by "Leo".
11568
11569 2007-04-11 Didier Verna <didier@xemacs.org>
11570
11571 New user option: message-signature-directory.
11572 * gnus-msg.el (gnus-configure-posting-styles): Support it.
11573 * message.el (message-insert-signature): Ditto.
11574 * message.el (message-signature-file): Doc update.
11575 * message.el (message-signature-directory): New.
11576
11577 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
11578
11579 * gnus-msg.el (gnus-inews-yank-articles):
11580 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11581
11582 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11583
11584 * message.el (message-yank-original): Make sure cited text ends with
11585 newline; don't exchange point and mark.
11586
11587 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
11588
11589 * tls.el (open-tls-stream): Properly handle case where there
11590 is no associated buffer.
11591
11592 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
11593
11594 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11595 message-yank-original, make sure (< mark TEXT point).
11596
11597 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
11598
11599 * message.el (message-fill-column): New variable.
11600 (message-mode): Use it. Add comment on a possible new hook.
11601
11602 * nnmail.el (nnmail-spool-file): Mark as obsolete.
11603 (nnmail-get-new-mail): Reformat.
11604
11605 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11606
11607 * gmm-utils.el: Fix Commentary.
11608 (gmm-tool-bar-from-list): Fix typo in doc string.
11609
11610 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
11611
11612 * message.el (message-yank-original): Don't switch point and mark
11613 unnecessarily to put point and mark as documented.
11614
11615 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11616
11617 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11618 from the message heads.
11619
11620 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
11621
11622 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11623 article buffer does not have a window. This may not be the best
11624 solution but is certainly better than setting the start of the null,
11625 that is the current, window.
11626
11627 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
11628
11629 * gnus-draft.el (gnus-draft-setup-hook): New hook.
11630 (gnus-draft-setup): Run it.
11631
11632 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11633 gnus-score-fast-scoring. Allow regexp.
11634 (gnus-score-headers): Use it.
11635
11636 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11637 XEmacs.
11638
11639 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11640 string.
11641 (gnus-button-alist): Also catch `<f1> k ...'.
11642 (gnus-treat-display-x-face): Fix doc string.
11643
11644 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11645
11646 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11647 evaluation of gnus-extended-version to ensure correct generation of the
11648 User-Agent header when message-generate-headers-first is used.
11649
11650 2007-03-24 Simon Josefsson <simon@josefsson.org>
11651
11652 * hashcash.el (hashcash-generate-payment-async): Don't crash if
11653 hashcash-path is nil. Don't call callback with incorrect number of
11654 parameters if val is 0.
11655
11656 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11657
11658 * message.el (message-required-news-headers):
11659 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11660
11661 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11662
11663 * message.el (message-generate-new-buffers): Change the meaning of the
11664 nil value; add `standard' to the choices; treat t as `unique'; improve
11665 doc string.
11666 (gnus-select-frame-set-input-focus): Autoload.
11667 (message-buffer-name): Search for the existing message buffer if
11668 message-generate-new-buffers is nil or `standard'; treat the value t of
11669 message-generate-new-buffers as `unique'.
11670 (message-pop-to-buffer): Raise the frame already displaying the message
11671 buffer; clear the echo area after querying.
11672 (message-setup): Pass the `continue' argument to compose-mail.
11673 (message-mail): Prefer `switch-function' if it is given; search for the
11674 existing message buffer if the `continue' argument is non-nil; pass
11675 continue and switch-function arguments to compose-mail by way of
11676 message-setup.
11677 (message-mail-other-window): Adjust argument of message-setup.
11678 (message-mail-other-frame): Ditto.
11679
11680 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11681
11682 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11683 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11684 to turn font-lock on when turning gnus-message-citation-mode on.
11685
11686 2007-03-06 Daiki Ueno <ueno@unixuser.org>
11687
11688 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11689 (mml-smime-function-alist): New variable; add epg as the backend.
11690 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11691 mml-smime- functions instead.
11692 * mm-view.el: Require smime.
11693
11694 2007-03-05 Didier Verna <didier@xemacs.org>
11695
11696 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11697 instead of just inheritance for posting styles.
11698 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11699
11700 2007-02-24 John Paul Wallington <jpw@pobox.com>
11701
11702 * tls.el (tls-certtool-program): Fix custom type.
11703
11704 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11705
11706 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11707 and point-at-eol instead of line-(beginning|end)-position.
11708
11709 * assistant.el (assistant-parse-buffer): Ditto.
11710
11711 2007-02-28 Daiki Ueno <ueno@unixuser.org>
11712
11713 * mml2015.el (mml2015-epg-find-usable-key): New function.
11714 (mml2015-epg-sign): Use it.
11715 (mml2015-epg-encrypt): Use it.
11716
11717 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11718
11719 * message.el (message-make-in-reply-to): Quote name containing
11720 non-ASCII characters. It will make the RFC2047 encoder cause an error
11721 if there are special characters. Reported by NAKAJI Hiroyuki
11722 <nakaji@jp.freebsd.org>.
11723
11724 2007-02-27 Didier Verna <didier@xemacs.org>
11725
11726 Include the group parameters as well as the topic ones in the
11727 inheritance filter process.
11728 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11729 argument GROUP-PARAMS-LIST.
11730 * gnus-topic.el (gnus-group-topic-parameters): Use it.
11731
11732 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11733
11734 * nntp.el (nntp-never-echoes-commands)
11735 (nntp-open-connection-functions-never-echo-commands): New variables.
11736 (nntp-send-command): Use them.
11737
11738 2007-02-20 Daiki Ueno <ueno@unixuser.org>
11739
11740 * mml2015.el (mml2015-epg-verify): Simplify.
11741
11742 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
11743
11744 * mml.el (mml-content-disposition-alist): New user option.
11745 (mml-content-disposition): New function.
11746 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11747 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11748
11749 2007-02-19 Daiki Ueno <ueno@unixuser.org>
11750
11751 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11752 verification.
11753
11754 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11755
11756 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11757 articles posted in the last 24 hours.
11758
11759 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
11760
11761 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11762
11763 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
11764
11765 * nntp.el (nntp-send-command): Don't wait for echoes when
11766 nntp-open-ssl-stream is used.
11767
11768 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
11769
11770 * gnus-cite.el (gnus-test-font-lock-add-keywords)
11771 (gnus-message-add-citation-keywords)
11772 (gnus-message-remove-citation-keywords): Remove.
11773 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11774 directly, make the variables in font-lock-defaults buffer-local, add
11775 gnus-message-citation-keywords to them and then update the value of
11776 font-lock-keywords.
11777
11778 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
11779
11780 * message.el (message-cite-original-1): Don't call
11781 gnus-article-highlight-citation.
11782
11783 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11784 citations; fix line count.
11785
11786 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11787
11788 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11789 (gnus-message-add-citation-keywords)
11790 (gnus-message-remove-citation-keywords): Use it; fix the emulating
11791 versions of font-lock-add-keywords and font-lock-remove-keywords to
11792 work with XEmacs correctly.
11793
11794 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11795
11796 * gnus-cite.el (gnus-cite-face-list): Set the values of
11797 gnus-message-max-citation-depth and gnus-message-citation-keywords.
11798 (gnus-message-max-citation-depth): Use defvar rather than defconst.
11799 (gnus-message-cite-prefix-regexp): New variable.
11800 (gnus-message-search-citation-line): Use it; protect against long
11801 citation prefix; fill match data with nil rather than 0 for XEmacs; set
11802 the 0th match data for Emacs.
11803 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11804 (gnus-message-add-citation-keywords): Append keywords rather than
11805 prepending; emulate font-lock-add-keywords if it is not available.
11806 (gnus-message-remove-citation-keywords):
11807 Emulate font-lock-remove-keywords if it is not available.
11808
11809 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11810
11811 * message.el (message-cite-prefix-regexp): Set the value of
11812 gnus-message-cite-prefix-regexp.
11813
11814 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11815
11816 * nnweb.el (nnweb-google-parse-1): Update parser.
11817
11818 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
11819
11820 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11821
11822 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11823
11824 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11825 regexp.
11826
11827 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11828
11829 * uudecode.el (uudecode-string-to-multibyte): New function emulating
11830 string-to-multibyte.
11831 (uudecode-decode-region-internal): Use it.
11832
11833 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
11834
11835 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11836 Fix custom choice.
11837
11838 * gnus-art.el (gnus-signature-limit): Fix custom choice.
11839
11840 2007-01-22 Daiki Ueno <ueno@unixuser.org>
11841
11842 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11843
11844 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11845 `write-region' to respect `mm-inhibit-file-name-handlers'.
11846
11847 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
11848
11849 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11850 Use gnus-home-directory instead of "~/" or "$HOME".
11851
11852 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
11853
11854 * encrypt.el (encrypt-insert-file-contents): Add better prompt
11855 to mention filename.
11856 Add comments at beginning regarding usage.
11857 (encrypt-write-file-contents): Change interactive so a string is
11858 acceptable. If the file has no associated model, show an error instead
11859 of a nonsense prompt.
11860
11861 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11862
11863 * spam.el (spam-bsfilter-ham-switch): Fix typo.
11864 Thanks to Yoshihiko Yamada for kind notification of this typo.
11865
11866 2007-01-12 Kenichi Handa <handa@m17n.org>
11867
11868 * uudecode.el (uudecode-decode-region-internal): Make it work in a
11869 multibyte buffer.
11870
11871 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
11872
11873 * gnus-score.el (gnus-score-fast-scoring): New variable.
11874 (gnus-score-headers): Use it.
11875
11876 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11877
11878 * message.el (message-cite-original-1):
11879 Call gnus-article-highlight-citation if requested.
11880 (message-make-from): Allow name and address as optional arguments.
11881
11882 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11883
11884 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11885 bugs to doc string.
11886 (gnus-button-alist): Add mid\\|message-id.
11887 (gnus-button-fetch-group): Extend for use in
11888 `browse-url-browser-function'.
11889 (gnus-button-url-regexp): Try to catch paired parentheses like in
11890 Wikipedia URLs.
11891
11892 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11893 Suggested by Simon Krahnke <overlord@gmx.li>.
11894
11895 2007-01-13 Romain Francoise <romain@orebokech.com>
11896
11897 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11898 Update copyright.
11899
11900 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
11901
11902 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11903
11904 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
11905
11906 * gnus-registry.el (gnus-registry-unfollowed-groups)
11907 (gnus-registry-split-fancy-with-parent): Fix documentation.
11908
11909 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11910
11911 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11912 from nnweb groups.
11913
11914 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11915
11916 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11917 Xref urls. Erase buffer before requesting head.
11918
11919 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11920
11921 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
11922
11923 * gnus-soup.el (gnus-soup): New custom group. Make user variables
11924 customizable.
11925
11926 2007-01-05 Daiki Ueno <ueno@unixuser.org>
11927
11928 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11929 no signing key is found.
11930 (mml2015-epg-encrypt): Ask user whether to skip or abort if
11931 no encrypting and/or signing key is found.
11932
11933 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11934
11935 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11936
11937 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11938
11939 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11940 headers read from disk with the ones newly found in the current search.
11941 This should no longer cause problems, because the article numbers in
11942 Gmane's `nov.php' output are ignored since the previous change.
11943
11944 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11945
11946 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11947
11948 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
11949
11950 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11951
11952 2007-01-01 Romain Francoise <romain@orebokech.com>
11953
11954 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11955
11956 2006-12-31 Steve Youngs <steve@sxemacs.org>
11957
11958 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11959 `define-minor-mode' macro definition expanded properly.
11960 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11961 exclude it there.
11962
11963 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11964 of 2006-12-30. The default is nil on (S)XEmacs already because of the
11965 `fboundp' test.
11966 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11967 This is OK to autoload in (S)XEmacs now.
11968
11969 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11970
11971 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11972 keystroke.
11973 (gnus-summary-limit-to-singletons): Fix typo.
11974
11975 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11976 else fails.
11977
11978 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11979
11980 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11981 docstring.
11982
11983 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11984 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11985 (gnus-summary-insert-dormant-articles): Fix typo in message.
11986
11987 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
11988
11989 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11990 nil for XEmacs.
11991 (gnus-message-citation-mode): Don't autoload in XEmacs.
11992
11993 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11994
11995 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
11996
11997 * nnimap.el (nnimap-expunge-search-string):
11998 Mention nnimap-search-uids-not-since-is-evil in docstring.
11999
12000 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
12001
12002 * spam.el: Revert to make-obsolete-variable because
12003 define-obsolete-variable-alias is not supported in Emacs 21.
12004
12005 * spam.el (spam-ifile-path, spam-ifile-database-path)
12006 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12007 make-obsolete-variable.
12008 (spam-bsfilter-path, spam-bsfilter-program)
12009 (spam-spamassassin-path, spam-spamassassin-program)
12010 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12011 Don't use "path" inappropriately.
12012 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12013 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12014 variable names.
12015
12016 2006-12-28 Daiki Ueno <ueno@unixuser.org>
12017
12018 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12019 summary buffer.
12020
12021 * password.el (password-cache-remove): Use clear-string to burn
12022 password, if available.
12023
12024 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
12025
12026 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12027
12028 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12029
12030 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12031 (gnus-message-highlight-citation): Move defcustom here from
12032 gnus-cite.el.
12033 (gnus-message-citation-mode): Autoload.
12034
12035 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
12036 checks to make it compile with XEmacs.
12037 (gnus-message-citation-mode): New minor mode.
12038 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12039 (gnus-message-highlight-citation): New variables.
12040 (gnus-message-search-citation-line)
12041 (gnus-message-add-citation-keywords)
12042 (gnus-message-remove-citation-keywords)
12043 (turn-on-gnus-message-citation-mode)
12044 (turn-off-gnus-message-citation-mode): New functions.
12045
12046 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
12047
12048 * gnus-cite.el: Enable highlighting of different citation levels in
12049 message-mode.
12050
12051 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
12052
12053 * message.el (message-make-fqdn): Fix comment.
12054 (message-bogus-system-names): Add ".local".
12055
12056 * spam.el (spam-ifile-path, spam-ifile-program)
12057 (spam-ifile-database-path, spam-ifile-database)
12058 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12059 Don't use "path" inappropriately.
12060 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12061 strings.
12062 (spam-check-ifile, spam-ifile-register-with-ifile)
12063 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12064 Use new variable names.
12065
12066 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12067 (gnus-treat-display-smileys): Simplify using
12068 gnus-image-type-available-p.
12069
12070 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12071 available.
12072
12073 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12074
12075 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12076 one after turning on the buffer's multibyteness instead of decoding
12077 them directly in the unibyte buffer that causes unexpected conversion
12078 in Emacs 23 (unicode).
12079
12080 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12081
12082 * message.el (message-generate-hashcash): Fix custom type.
12083
12084 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
12085
12086 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12087
12088 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
12089
12090 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12091 disconnect icons. Add help text.
12092
12093 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
12094
12095 * spam.el (spam-extra-header-to-number): CRM114 spam score is
12096 negated to be consistent with the others we handle.
12097
12098 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12099
12100 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12101 version of gnus-summary-buffer to something, so that we can use two
12102 article buffers at the same time.
12103
12104 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
12105
12106 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12107 trigger all the extra headers.
12108 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12109 sorting.
12110
12111 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12112
12113 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12114 solid groups.
12115
12116 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
12117
12118 * legacy-gnus-agent.el: Add Copyright notice.
12119
12120 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
12121
12122 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12123
12124 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12125
12126 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12127
12128 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12129 to make it work reliably in CVS Emacs.
12130 (gnus-summary-limit-strange-charsets-predicate)
12131 (gnus-summary-limit-to-predicate): New functions.
12132
12133 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
12134
12135 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12136 specifying array size.
12137 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12138 array if it is too small.
12139 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12140 (gnus-sort-threads-loop): New function.
12141
12142 2006-12-06 Chris Moore <dooglus@gmail.com>
12143
12144 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12145 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12146
12147 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
12148
12149 * mm-url.el (mm-url-predefined-programs): Call curl with correct
12150 options.
12151
12152 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12153
12154 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12155 DOS-ing the recipient.
12156
12157 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12158 the headers when creating the mapping to avoid mismappings.
12159 (nnweb-gmane-create-mapping): Always nix out old mapping.
12160
12161 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
12162
12163 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12164 and mm-verify-option to never.
12165
12166 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
12167
12168 * message.el (message-signed-or-encrypted-p): New function.
12169 (message-forward-make-body): Use it.
12170
12171 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12172 Replace encode-coding-string with mm-encode-coding-string.
12173
12174 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
12175
12176 * nneething.el (nneething-decode-file-name):
12177 Replace decode-coding-string with mm-decode-coding-string.
12178
12179 * gnus-int.el (gnus-open-server): Say failed server's name.
12180
12181 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
12182
12183 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12184 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12185
12186 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12187 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12188 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12189 (gnus-group-make-directory-group, gnus-group-transpose-groups):
12190 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12191 (gnus-subscribe-newsgroup, gnus-1):
12192 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12193 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12194 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12195 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12196
12197 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12198
12199 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12200 keystroke.
12201 (gnus-summary-limit-to-bodies): Implement headersp.
12202
12203 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12204
12205 * dns.el (query-dns): Protect against "Process dns deleted" strings.
12206
12207 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12208
12209 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12210
12211 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12212
12213 * message.el (message-generate-hashcash): Expand range of values to
12214 include `opportunistic'.
12215 (message-send-mail): Use it.
12216
12217 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12218
12219 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12220 and comment it.
12221
12222 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12223
12224 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
12225
12226 * gnus-util.el (gnus-extract-address-components): Improve comment.
12227
12228 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12229
12230 * gnus-util.el (gnus-extract-address-components): Work with address in
12231 which the name portion contains @.
12232
12233 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
12234
12235 * gnus.el (gnus-start): Move custom group up.
12236 (gnus-select-method): Don't autoload, but make it available for
12237 `customize-variable'.
12238 (gnus-getenv-nntpserver): Don't autoload.
12239
12240 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
12241
12242 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12243
12244 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
12245
12246 * message.el (message-sendmail-extra-arguments): New variable.
12247 (message-send-mail-with-sendmail): Use it.
12248
12249 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12250
12251 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12252 mm-with-unibyte-current-buffer to make string unibyte.
12253
12254 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12255 mm-string-as-multibyte.
12256
12257 2006-11-14 Daiki Ueno <ueno@unixuser.org>
12258
12259 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12260 Reported by Werner Koch <wk@gnupg.org>.
12261
12262 2006-11-14 Daiki Ueno <ueno@p360>
12263
12264 * mml2015.el: Autoload epa-select-keys when compiling.
12265
12266 2006-11-13 Daiki Ueno <ueno@unixuser.org>
12267
12268 * mml2015.el (mml2015-epg-sign): Save the signing keys in
12269 message-options.
12270 (mml2015-epg-encrypt): Save the recipient keys in message-options.
12271
12272 2006-11-13 Daiki Ueno <ueno@unixuser.org>
12273
12274 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12275 EasyPG (< 0.0.6).
12276 (mml2015-always-trust): New user option.
12277 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12278 prompt.
12279
12280 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
12281
12282 * nntp.el (nntp-authinfo-force): New variable.
12283 (nntp-send-authinfo): Use it.
12284
12285 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
12286
12287 * message.el (message-strip-subject-encoded-words): Allow _not_ to
12288 decode encoded words. Improve prompt. Add comment about forwarding.
12289 (message-replacement-char): Move up.
12290
12291 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12292
12293 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12294 instead of gnus-intersection because arguments of gnus-sorted-nunion
12295 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
12296
12297 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
12298
12299 * message.el (message-strip-subject-encoded-words): Reformat prompt.
12300 (message-simplify-subject-functions):
12301 Enable message-strip-subject-encoded-words by default.
12302
12303 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
12304
12305 * message.el (message-strip-subject-encoded-words): New function.
12306 (message-simplify-subject-functions): New variable.
12307 (message-simplify-subject): Use it. Fix typo in doc string.
12308 Support message-strip-subject-encoded-words.
12309
12310 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
12311
12312 * gnus-diary.el (gnus-diary-delay-format-function):
12313 * nndiary.el (nndiary-reminders):
12314 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12315
12316 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
12317
12318 * gnus-art.el (article-hide-boring-headers): Fetch date from
12319 gnus-original-article-buffer to avoid problems with localized date
12320 strings.
12321
12322 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
12323
12324 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12325
12326 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
12327
12328 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12329 New variables.
12330 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12331 (mm-charset-synonym-alist): Move some entries to
12332 mm-codepage-iso-8859-list.
12333 (mm-charset-synonym-alist, mm-charset-override-alist):
12334 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12335
12336 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
12337
12338 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12339
12340 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12341
12342 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12343 with Emacs 21 and XEmacs.
12344
12345 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
12346
12347 * spam.el (spam-parse-address): New function for better parsing,
12348 catching errors, etc.
12349 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12350
12351 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12352
12353 * mm-view.el: Add interactive arg to html2text autoload.
12354
12355 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
12356
12357 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12358
12359 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
12360
12361 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12362 New variables.
12363 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12364 (mm-charset-synonym-alist): Move some entries to
12365 mm-codepage-iso-8859-list.
12366
12367 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12368
12369 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
12370
12371 * message.el (message-citation-line-format)
12372 (message-insert-formated-citation-line): Fix implementation of %E, %N
12373 and %n according to the doc string.
12374
12375 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
12376
12377 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12378 Use car-safe to avoid bad parses.
12379
12380 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12381
12382 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12383 names.
12384
12385 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12386
12387 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12388
12389 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12390 header.
12391
12392 * message.el (message-draft-headers): Add Date.
12393 (message-headers-to-generate): Fix typo in docstring.
12394
12395 * nndraft.el (nndraft-required-headers): New variable.
12396 (nndraft-generate-headers): Use it.
12397
12398 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12399
12400 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
12401
12402 * gnus-registry.el (gnus-registry-wash-for-keywords)
12403 (gnus-registry-find-keywords): New functions to allow easy searching of
12404 articles that are in the registry.
12405
12406 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
12407
12408 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12409 Use ietf-drums-parse-address instead of gnus-extract-address-components.
12410 Reported by Damien Elmes <damien@repose.cx>.
12411
12412 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
12413
12414 * gnus.el (gnus-mime): Remove unused custom group.
12415
12416 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12417
12418 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12419 "blank line" when searching for end of armor headers.
12420
12421 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
12422
12423 * gmm-utils.el (gmm-write-region): Fix variable name.
12424
12425 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
12426
12427 * gmm-utils.el (gmm-write-region): New function based on compatibility
12428 code from `mm-make-temp-file'.
12429
12430 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12431
12432 * nnmaildir.el (nnmaildir--update-nov)
12433 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12434 Use `gmm-write-region'.
12435
12436 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12437
12438 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12439 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12440
12441 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12442
12443 * message.el (message-replacement-char): New variable.
12444 (message-fix-before-sending): Use it.
12445 (message-simplify-subject): New function to remove duplicate code.
12446 (message-reply, message-followup): Use it.
12447
12448 * gnus-sum.el (gnus-summary-make-menu-bar):
12449 Clarify gnus-summary-limit-to-articles.
12450
12451 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12452
12453 * gnus-util.el (gnus-with-local-quit): New macro.
12454
12455 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12456
12457 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
12458
12459 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12460 ignore non-string data.
12461
12462 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
12463
12464 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12465 non-string data (needs to be done in the registry too).
12466
12467 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12468
12469 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12470 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12471 (gnus-registry-split-fancy-with-parent)
12472 (gnus-registry-fetch-simplified-message-subject-fast)
12473 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12474 Remove text properties on ingress into the registry and when it's saved.
12475 (gnus-registry-clean-empty-function): Fix bug with cleaning the
12476 registry from entries with no groups.
12477
12478 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12479
12480 * gnus-util.el (gnus-string-remove-all-properties): Add utility
12481 function to remove string properties.
12482
12483 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
12484
12485 * gmm-utils.el (gmm): Adjust custom version.
12486
12487 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12488 Adjust custom version.
12489
12490 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12491
12492 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
12493
12494 * gnus-art.el (gnus-insert-prev-page-button)
12495 (gnus-insert-next-page-button): Simplify. Reformat.
12496
12497 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
12498
12499 * gnus-art.el (gnus-insert-prev-page-button)
12500 (gnus-insert-next-page-button): Apply gnus-article-button-face.
12501
12502 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
12503
12504 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12505
12506 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
12507
12508 * gnus-art.el (gnus-insert-mime-button)
12509 (gnus-insert-mime-security-button):
12510 Apply gnus-article-button-face to MIME and security buttons.
12511
12512 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
12513
12514 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12515 readable.
12516
12517 2006-09-20 Steve Youngs <steve@sxemacs.org>
12518
12519 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12520 `browse-url-of-file' instead of `browse-url'.
12521
12522 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12523
12524 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12525 regexp. Articles containing quotation were cut prematurely.
12526
12527 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
12528
12529 * message.el (message-cite-original-1): Use nobody by default for the
12530 value of From header.
12531 (message-reply): Ditto.
12532
12533 2006-09-11 Daiki Ueno <ueno@unixuser.org>
12534
12535 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12536 to the gnus-info. This fixes a bug of inline-PGP message verification.
12537 Reported by Michael Piotrowski <mxp@dynalabs.de>.
12538
12539 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
12540
12541 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12542 mails in the doc string. Add some URLs in comment.
12543 (pop3-movemail): Warn about pop3-leave-mail-on-server.
12544
12545 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
12546
12547 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12548 backslashes handling and the way to find boundaries of quoted strings.
12549
12550 2006-09-07 Daiki Ueno <ueno@unixuser.org>
12551
12552 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12553 mml1991-encrypt-to-self is set and mml1991-signers is not set.
12554 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12555 mml2015-encrypt-to-self is set and mml2015-signers is not set.
12556
12557 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
12558
12559 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
12560 doc string.
12561 (gnus-button-regexp, gnus-button-last): Remove unused variables.
12562
12563 2006-09-06 Simon Josefsson <jas@extundo.com>
12564
12565 * mml2015.el (mml2015-use): Doc fix, mention epg.
12566
12567 2006-09-06 Daiki Ueno <ueno@unixuser.org>
12568
12569 * mml2015.el (mml2015-use): Default to epg, if available.
12570
12571 2006-09-06 Daiki Ueno <ueno@unixuser.org>
12572
12573 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12574 message-sender.
12575 (mml1991-epg-encrypt): Ditto.
12576 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12577 message-sender.
12578 (mml2015-epg-encrypt): Ditto.
12579
12580 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
12581
12582 * message.el (message-send-mail-with-sendmail): Look for sendmail in
12583 several common directories.
12584
12585 2006-09-05 Daiki Ueno <ueno@unixuser.org>
12586
12587 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12588 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12589
12590 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
12591
12592 * gnus-art.el (article-decode-encoded-words): Make it fast.
12593
12594 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
12595
12596 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12597
12598 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12599 in quoted string into `\'.
12600
12601 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12602
12603 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12604 Use standard-syntax-table.
12605
12606 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12607
12608 * gnus-art.el (gnus-decode-address-function): New variable.
12609 (article-decode-encoded-words): Use it to decode headers which are
12610 assumed to contain addresses.
12611 (gnus-mime-delete-part): Remove useless `or'.
12612
12613 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12614 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12615 (gnus-nov-parse-line): Use it to decode From header.
12616 (gnus-get-newsgroup-headers): Ditto.
12617 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12618
12619 * mail-parse.el (mail-decode-encoded-address-region): New alias.
12620 (mail-decode-encoded-address-string): New alias.
12621
12622 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12623 New function.
12624 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12625 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12626 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12627 (rfc2047-decode-string): Ditto.
12628 (rfc2047-decode-address-region): New function.
12629 (rfc2047-decode-address-string): New function.
12630
12631 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
12632
12633 * message.el (message-caesar-buffer-body): Allow rotating headers.
12634
12635 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12636
12637 * message.el (message-insert-formated-citation-line): Fix %f.
12638 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12639
12640 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
12641
12642 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12643 (gnus-bookmark-mouse-available-p): New macro.
12644 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12645 (gnus-bookmark-bmenu-show-infos): Use it.
12646 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12647 (gnus-bookmark-bmenu-hide-infos): Ditto.
12648 (gnus-bookmark-remove-properties): New function.
12649 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12650 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12651 (gnus-bookmark-write-file): Bind coding-system-for-write.
12652 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12653 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12654 group before selecting it.
12655 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12656 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12657 quit-window if it is not available; use gnus-mouse-2 and bind it to
12658 gnus-bookmark-bmenu-select-by-mouse.
12659 (gnus-bookmark-show-details): Remove unused variable `details-list'.
12660 (gnus-bookmark-bmenu-select-by-mouse): New function.
12661
12662 2006-08-13 Romain Francoise <romain@orebokech.com>
12663
12664 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12665 space.
12666
12667 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
12668
12669 * compface.el (uncompface): Use binary rather than raw-text-unix.
12670
12671 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
12672
12673 * compface.el (uncompface): Make sure the eol conversion doesn't take
12674 place when communicating with the external programs.
12675 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12676
12677 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
12678
12679 * nnheader.el (nnheader-insert-head): Fix typo in comment.
12680
12681 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12682
12683 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12684 Make it more robust by parsing author and date independently.
12685
12686 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
12687
12688 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12689
12690 2006-07-28 Daiki Ueno <ueno@unixuser.org>
12691
12692 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12693 first matching secret key.
12694 (mml2015-epg-encrypt): Ditto.
12695
12696 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12697 first matching secret key.
12698 (mml1991-epg-encrypt): Ditto.
12699
12700 * mml2015.el (mml2015-encrypt-to-self): New user option.
12701 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12702 mml2015-epg-encrypt-to-self is set.
12703
12704 * mml1991.el (mml1991-encrypt-to-self): New variable.
12705 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12706 mml1991-epg-encrypt-to-self is set.
12707
12708 * mml2015.el (mml2015-signers): New user option.
12709 (mml2015-epg-sign): Reflect the value of mml2015-signers.
12710 (mml2015-epg-encrypt): Allow to select signing keys.
12711
12712 * mml1991.el (mml1991-signers): New variable.
12713 (mml1991-epg-sign): Reflect the value of mml1991-signers.
12714 (mml1991-epg-encrypt): Allow to select signing keys.
12715
12716 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
12717
12718 * nnheader.el (nnheader-insert-head): Make it work even if the file
12719 uses CRLF for the line-break code.
12720
12721 2006-07-25 Daiki Ueno <ueno@unixuser.org>
12722
12723 * mml2015.el: Require mml-sec instead of password.
12724 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12725 (mml2015-cache-passphrase): Inherit the default value from
12726 mml-secure-cache-passphrase.
12727 (mml2015-passphrase-cache-expiry): Inherit the default value from
12728 mml-secure-passphrase-cache-expiry.
12729
12730 * mml1991.el: Require mml-sec instead of password.
12731 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12732 (mml1991-cache-passphrase): Inherit the default value from
12733 mml-secure-cache-passphrase.
12734 (mml1991-passphrase-cache-expiry): Inherit the default value from
12735 mml-secure-passphrase-cache-expiry.
12736
12737 * mml-sec.el: Require password.
12738 (mml-secure-verbose): New user option.
12739 (mml-secure-cache-passphrase): New user option.
12740 (mml-secure-passphrase-cache-expiry): New user option.
12741
12742 2006-07-24 Daiki Ueno <ueno@unixuser.org>
12743
12744 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12745 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
12746 andreas@altroot.de (Andreas Vögele).
12747
12748 FIXME: Use `tiny change'?
12749
12750 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12751
12752 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12753 workaround for the url package included with Emacs.
12754
12755 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12756
12757 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
12758
12759 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12760 correctly. This fixes a bug caused by the 2006-05-12 change.
12761
12762 2006-07-18 Karl Fogel <kfogel@red-bean.com>
12763
12764 * nnmail.el (nnmail-article-group): If splitting raises an error, give
12765 some information about the error when saying that the `bogus' mail
12766 group will be used.
12767
12768 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
12769
12770 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12771 string.
12772
12773 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
12774
12775 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12776
12777 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12778
12779 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12780
12781 2006-07-10 Daiki Ueno <ueno@unixuser.org>
12782
12783 * mml1991.el (mml1991-function-alist): Add epg.
12784 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12785 (mml1991-epg-encrypt): New functions.
12786
12787 2006-07-10 Daiki Ueno <ueno@unixuser.org>
12788
12789 * mml2015.el (mml2015-verbose): New variable.
12790 (mml2015-cache-passphrase): Ditto.
12791 (mml2015-passphrase-cache-expiry): Ditto.
12792 (mml2015-function-alist): Add epg.
12793 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12794 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12795 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12796 New functions.
12797
12798 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12799
12800 * message.el (message-cite-original-1): Preserve region when removing
12801 quoted text due to X-No-Archive in order to avoid bogus attribution
12802 when citing multiple messages.
12803
12804 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12805
12806 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12807 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12808
12809 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
12810
12811 * gnus-diary.el (gnus-user-format-function-d)
12812 (gnus-user-format-function-D): Autoload.
12813
12814 * imap.el (Commentary): Fix typo.
12815
12816 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12817 2006-04-22 contribution.
12818
12819 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12820
12821 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12822 It didn't really fix the bogosity I'm seeing with solid web groups.
12823
12824 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12825
12826 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12827 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12828 created using server names. If we use the feature without declaring
12829 it, Gnus does not properly manage server and group state.
12830
12831 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12832 bound.
12833
12834 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12835
12836 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12837 looking up the method using GROUP's prefix before inventing a new one.
12838 It is used on killed/unknown groups in various places where returning
12839 an all-new method isn't expected by the caller.
12840
12841 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12842 and match semantics of gnus-group-real-prefix.
12843
12844 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
12845
12846 * nnmail.el (nnmail-broken-references-mailers): New variable.
12847 (nnmail-ignore-broken-references): New function generalizing
12848 nnmail-fix-eudora-headers.
12849 (nnmail-fix-eudora-headers): Now obsolete.
12850
12851 * gnus-art.el (gnus-button-handle-custom):
12852 Support `customize-apropos*'.
12853
12854 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12855
12856 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12857
12858 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12859 articles.
12860
12861 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
12862
12863 * message.el (message-cite-reply-above): New variable.
12864 (message-yank-original): Use it.
12865
12866 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
12867
12868 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12869
12870 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
12871
12872 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12873 as read.
12874
12875 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12876
12877 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
12878
12879 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12880 (gnus-bookmark-default-file): Use gnus-directory.
12881 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12882 Remove "*" in doc string.
12883 (gnus-bookmark-write-file): Simplify.
12884 (gnus-bookmark-maybe-sort-alist): Use `when'.
12885 (gnus-bookmark-get-bookmark): Fix typo in doc string.
12886 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12887 Add FIXME about Emacs 21 and XEmacs compatibility.
12888 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12889 compatibility.
12890 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12891 compatibility.
12892 (gnus-bookmark-menu-heading): Fix version.
12893
12894 2006-06-19 Bastien Guerry <bzg@altern.org>
12895
12896 * gnus-bookmark.el: New file.
12897
12898 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
12899
12900 * message.el (message-syntax-checks): Doc fix.
12901
12902 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12903
12904 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12905 unsubscribed groups as if they were killed ones. It causes duplicate
12906 entries in gnus-newsrc-alist.
12907
12908 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12909
12910 * message.el (message-syntax-checks): Doc fix.
12911 (message-send-mail): Add check for continuation headers.
12912 (message-check-news-header-syntax): Fix regexp used to check for
12913 continuation headers.
12914
12915 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12916
12917 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12918
12919 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
12920
12921 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12922
12923 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12924
12925 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12926 default-truncate-lines.
12927
12928 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
12929
12930 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12931 to fill the utf-8 entry.
12932
12933 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12934
12935 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12936
12937 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
12938
12939 * gnus-agent.el (directory-files-and-attributes): Move all the way
12940 forward (the third and final move).
12941 (gnus-agent-read-agentview): Trap reconstruction errors due to
12942 nonexistent directory. Handle by returning nil.
12943
12944 2006-05-30 Didier Verna <didier@xemacs.org>
12945
12946 * message.el (message-dont-reply-to-names): Update the custom type.
12947 * message.el (message-dont-reply-to-names): New defsubst: potentially
12948 convert a list of regexps into a single one.
12949 * message.el (message-get-reply-headers): Use it.
12950 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12951
12952 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12953
12954 * gnus-agent.el (directory-files-and-attributes): Move forward.
12955
12956 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12957
12958 * gnus-ml.el (gnus-mailing-list-subscribe)
12959 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12960 (gnus-mailing-list-message): Fix doc strings.
12961
12962 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12963
12964 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12965 of doing it manually.
12966
12967 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12968
12969 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12970 comment.
12971
12972 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
12973
12974 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12975 (gnus-agent-read-agentview): Fix handling of end-of-file error.
12976 (gnus-agent-read-local): All symbols allocated in my-obarray.
12977 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12978 (gnus-agent-regenerate-group): Check numeric names to see if they are
12979 messages or groups.
12980 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12981 better way of do this...)
12982
12983 * gnus-cache.el (gnus-agent-total-fetched-for):
12984 Ignore 'dummy.group' (there should be a better way of do this...)
12985
12986 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
12987
12988 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12989 (gnus-saved-headers): Ditto.
12990 (gnus-default-article-saver): Mention functions may have properties.
12991 (gnus-article-save): Override gnus-save-all-headers and
12992 gnus-saved-headers by :headers property which saver function may have.
12993 (gnus-summary-save-in-file): Add :headers property.
12994 (gnus-summary-write-to-file): Ditto.
12995
12996 * gnus-sum.el (gnus-summary-save-article): Bind
12997 gnus-prompt-before-saving to t when saving many articles in a file;
12998 always show all headers.
12999
13000 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
13001
13002 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13003 marks.
13004
13005 * message.el (message-indent-citation): Add optional arguments to allow
13006 using it outside of message buffers.
13007
13008 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13009 (gnus-article-treat-unfold-headers): Use it.
13010 (gnus-article-truncate-lines): New variable.
13011 (gnus-article-mode): Use it.
13012 (gnus-article-toggle-truncate-lines): New function.
13013
13014 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13015 Add gnus-article-toggle-truncate-lines.
13016
13017 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13018 coding system in XEmacs, use binary.
13019
13020 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13021
13022 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13023 after-load-alist.
13024
13025 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13026 this function should save decoded articles.
13027 (gnus-summary-write-to-file): Use property to specify this function
13028 should save decoded articles and specify gnus-summary-save-in-file
13029 should be used to save articles other than the first one when saving
13030 many articles.
13031 (gnus-summary-save-body-in-file): Use property to specify this
13032 function should save decoded articles.
13033 (gnus-summary-write-body-to-file): Use property to specify this
13034 function should save decoded articles and specify
13035 gnus-summary-save-body-in-file should be used to save articles other
13036 than the first one when saving many articles.
13037
13038 * gnus-sum.el (gnus-summary-save-article): Simplify.
13039
13040 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
13041
13042 * gnus-art.el (gnus-default-article-saver):
13043 Add gnus-summary-write-body-to-file.
13044 (gnus-article-save-coding-system): Don't use coding system object
13045 in XEmacs.
13046 (gnus-read-save-file-name): Add optional `dir-var' argument which
13047 specifies directory in which files are saved; work even if optional
13048 `variable' argument is not specified.
13049 (gnus-summary-write-to-file): Read file name.
13050 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13051 (gnus-summary-write-body-to-file): New function.
13052
13053 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13054 (gnus-summary-local-variables): Add it.
13055 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13056 (gnus-summary-save-article): Remove optional `decode' argument;
13057 determine whether to decode articles by the value of
13058 gnus-default-article-saver; when saving many files using
13059 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13060 it first and use gnus-summary-save-in-file or
13061 gnus-summary-save-body-in-file thereafter unless
13062 gnus-prompt-before-saving is always; move point to article which
13063 will be saved.
13064 (gnus-summary-save-article-file): Revert.
13065 (gnus-summary-write-article-file): Revert.
13066 (gnus-summary-save-article-body-file): Revert.
13067 (gnus-summary-write-article-body-file): New function.
13068
13069 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
13070
13071 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13072
13073 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
13074
13075 * gnus-art.el (gnus-default-article-saver): Doc fix.
13076 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13077 from gnus-summary-save-article-coding-system, and default to a
13078 certain coding system.
13079 (gnus-output-to-file): Add coding cookie and encode text according
13080 to gnus-article-save-coding-system; don't use mm-append-to-file.
13081
13082 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13083 gnus-art.el and rename to gnus-article-save-coding-system.
13084 (gnus-summary-save-article): Require gnus-art; don't show all
13085 headers if it decodes articles; don't add coding cookie here;
13086 don't bind mm-text-coding-system-for-write.
13087 (gnus-summary-save-article-file): Save decoded articles.
13088 (gnus-summary-write-article-file): When saving many files, use
13089 gnus-summary-write-to-file first and gnus-summary-save-in-file
13090 thereafter unless gnus-prompt-before-saving is always.
13091 (gnus-summary-save-article-body-file): Save decoded articles.
13092
13093 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
13094
13095 * nnrss.el (nnrss-check-group): Bind hash-index.
13096
13097 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
13098
13099 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13100 its hash index. Store this hash in `nnrss-group-data'.
13101 (nnrss-read-group-data): Update accordingly.
13102
13103 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
13104
13105 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13106 entry.
13107
13108 * gnus-sum.el (gnus-summary-make-menu-bar):
13109 Add gnus-article-browse-html-article.
13110
13111 2006-05-23 Hynek Schlawack <hynek@ularx.de>
13112
13113 * gnus-sum.el (gnus-summary-mime-map):
13114 Add gnus-article-browse-html-article.
13115
13116 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
13117
13118 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13119 suitable coding systems in customize.
13120
13121 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
13122
13123 * mail-source.el (mail-sources): Fix custom type.
13124
13125 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
13126
13127 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13128 (gnus-summary-expire-articles-now): Shorten prompt.
13129
13130 * gmm-utils.el (wid-edit): Require.
13131 (defun-gmm): Rename from `gmm-defun-compat'.
13132 (gmm-image-search-load-path): Use it.
13133 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
13134
13135 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
13136
13137 * gnus-sum.el (gnus-summary-save-article-coding-system):
13138 New variable.
13139 (gnus-summary-save-article): Add optional `decode' argument.
13140 If it is set and gnus-summary-save-article-coding-system is non-nil,
13141 save decoded article.
13142 (gnus-summary-write-article-file): Save decoded article if
13143 gnus-summary-save-article-coding-system is non-nil.
13144
13145 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13146 type.
13147
13148 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
13149
13150 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13151
13152 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
13153
13154 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13155 first to test gnus-single-article-buffer which may be buffer-local.
13156
13157 * gnus-sum.el (gnus-summary-setup-buffer):
13158 Make gnus-single-article-buffer buffer-local and nil in ephemeral
13159 group; make gnus-article-buffer, gnus-article-current, and
13160 gnus-original-article-buffer always buffer-local.
13161 (gnus-summary-exit): Kill article buffer belonging to ephemeral
13162 group.
13163 (gnus-handle-ephemeral-exit): Don't move to next summary line.
13164
13165 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
13166
13167 * nnml.el (nnml-request-compact-group): Compressed files might not
13168 have .gz extension.
13169
13170 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13171
13172 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13173 (mm-copy-to-buffer): Use with-current-buffer.
13174 (mm-display-part): Simplify.
13175 (mm-inlinable-p): Add optional arg `type'.
13176
13177 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13178
13179 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13180 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13181 Try harder to show the attachment internally or externally using
13182 gnus-mime-view-part-as-type.
13183
13184 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13185
13186 * message.el (message-from-style, message-signature-separator)
13187 (message-user-organization-file, message-send-mail-function)
13188 (message-citation-line-function, message-yank-prefix)
13189 (message-indent-citation-function, message-signature)
13190 (message-signature-file, message-signature-insert-empty-line):
13191 Remove autoloads.
13192
13193 * gnus-art.el (gnus-buttonized-mime-types):
13194 Remove "multipart/signed". Revert 2006-04-26 change.
13195
13196 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13197
13198 * gnus.el (gnus-version-number): Bump version.
13199
13200 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13201
13202 * gnus.el: No Gnus v0.5 is released.
13203
13204 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13205
13206 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13207 fetching articles by message-id.
13208
13209 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
13210
13211 * message.el (hashcash): Require hashcash as normal.
13212
13213 * ecomplete.el (ecomplete-highlight-match-line):
13214 Use point-at-eol.
13215 (ecomplete-highlight-match-line): Use `highlight', because that
13216 face exists in both Emacs and XEmacs.
13217
13218 * message.el (message-display-abbrev): Use point-at-bol.
13219
13220 * mail-source.el: Don't require timer/timer-funcs.
13221
13222 * gnus-async.el: Ditto.
13223
13224 * password.el: Ditto.
13225
13226 * mm-url.el: Ditto.
13227
13228 * mm-util.el: Require timer/timer-funcs.
13229
13230 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13231
13232 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13233 Close.
13234
13235 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
13236
13237 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13238 unibyte after clear-decrypt function runs.
13239
13240 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13241 returns as a unibyte string.
13242
13243 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
13244
13245 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13246 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13247 (mml1991-pgg-encrypt): Ditto.
13248
13249 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
13250
13251 * message.el (message-user-organization-file): Check several
13252 locations of the organization file.
13253
13254 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13255 Add gnus-article-view-part-as-type.
13256
13257 * gnus-art.el (gnus-article-view-part-as-type): New function.
13258
13259 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13260 .mobi and .travel. Remove .nato, .bitnet and .uucp.
13261
13262 * mml.el: Simplify autoload.
13263 (mml-mode): defvar dnd-protocol-alist instead of using
13264 symbol-value.
13265 (mml-default-directory): New variable.
13266 (mml-minibuffer-read-file): Use it.
13267 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13268
13269 * message.el (message-citation-line-format): New variable.
13270 (message-insert-formated-citation-line): New function.
13271 (message-citation-line-function):
13272 Add `message-insert-formated-citation-line' to custom type.
13273
13274 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13275 to doc string.
13276
13277 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13278 depending on mm-verify-option.
13279
13280 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
13281
13282 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13283 binding pgg-* variables; reimplement the section which prevents
13284 MIME header from being signed.
13285 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13286 pgg-text-mode; remove a blank line at the top of body.
13287
13288 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13289 lines at the top of body; use gnus-newsgroup-charset if there's no
13290 Charset header.
13291
13292 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13293
13294 * message.el (message-self-insert-commands): Doc fix.
13295
13296 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13297 (mm-uu-pgp-encrypted-test): Ditto.
13298 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13299 between header and body; return application/pgp-encrypted handle
13300 if decryption failed; decode decrypted body by charset.
13301
13302 * mm-decode.el (mm-automatic-display): Don't make application/pgp
13303 element match to application/pgp-*.
13304
13305 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13306
13307 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13308 HTML.
13309
13310 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13311
13312 * mail-source.el (mail-source-call-script): Message the error
13313 string.
13314
13315 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13316
13317 * gnus-util.el (gnus-byte-compile): Use it.
13318
13319 2006-04-22 xyblor <fake@invalid.email> (tiny change)
13320
13321 * gnus-util.el (kill-empty-logs): New function.
13322
13323 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13324
13325 * message.el (message-mail-alias-type): Doc fix.
13326 (message-mail-alias-type-p): New function.
13327 (message-send): Use it.
13328 (message-mode): Ditto.
13329 (message-strip-forbidden-properties): Ditto.
13330
13331 * ecomplete.el (ecomplete-database-file-coding-system):
13332 New variable.
13333 (ecomplete-save): Use it.
13334 (ecomplete-setup): Use it.
13335
13336 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
13337
13338 * message.el (message-self-insert-commands): New variable.
13339 (message-strip-forbidden-properties): Use it.
13340
13341 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13342
13343 * message.el (message-put-addresses-in-ecomplete): Use a regexp
13344 that doesn't make XEmacs choke.
13345
13346 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
13347
13348 * gnus-util.el (gnus-replace-in-string):
13349 Prefer replace-regexp-in-string over of replace-in-string.
13350
13351 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
13352
13353 * gnus-util.el (gnus-select-frame-set-input-focus):
13354 Use select-frame-set-input-focus if it is available in XEmacs; use
13355 definition defined in Emacs 22 for old Emacsen.
13356
13357 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13358
13359 * mm-view.el (mm-inline-text): Use equal instead of equalp.
13360
13361 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
13362
13363 * gnus-registry.el (gnus-registry-cache-save): Remove text
13364 properties when saving via the temp buffer.
13365
13366 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13367
13368 * message.el (message-generate-hashcash): Honor custom type.
13369
13370 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13371
13372 * message.el (message-generate-hashcash): Default to non-nil when
13373 hashcash is found.
13374
13375 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13376 (gnus-refer-thread-limit): Increase default to 500.
13377
13378 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13379
13380 * flow-fill.el (fill-flowed): Allow delete-space.
13381
13382 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13383
13384 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13385 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13386 Remove autoloads.
13387
13388 2006-04-18 Simon Josefsson <jas@extundo.com>
13389
13390 * message.el (message-generate-hashcash): Default to.
13391
13392 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
13393
13394 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13395 concatenating segments rather than before concatenating them.
13396
13397 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
13398
13399 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13400
13401 * imap.el (imap-quote-specials): New function.
13402 (imap-login-auth): Quote specials.
13403
13404 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13405
13406 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13407
13408 * message.el (message-forward-make-body-plain):
13409 Allow message-forward-ignored-headers to be a list.
13410 (message-remove-ignored-headers): Factor out into function.
13411 (message-forward-make-body-mml): Use it.
13412 * rfc2231.el (rfc2231-parse-string): Remove dead code.
13413 (rfc2231-parse-string): Allow concatanation of parameters that
13414 aren't contiguous. The test case is
13415 (mail-header-parse-content-type "message/external-body;
13416 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13417 access-type=LOCAL-FILE;
13418 name*1*=plugh%2fhello-sailor%2fbing.pdf")
13419
13420 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13421
13422 * nntp.el (nntp-accept-process-output): Return the value of
13423 `nnheader-accept-process-output'.
13424
13425 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13426
13427 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13428 (gnus-button-alist): Recognize more diff formats.
13429 (gnus-button-patch): Strip directory.
13430
13431 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
13432
13433 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13434 Emacs 22 when setting focus.
13435
13436 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13437
13438 * gnus-art.el (gnus-article-treat-types): Do treatment of
13439 text/x-verbatim parts.
13440 (gnus-button-patch): New command.
13441
13442 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13443 addresses that contain invalid characters.
13444
13445 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13446
13447 * message.el (message-put-addresses-in-ecomplete):
13448 Use gnus-replace-in-string.
13449 (message-is-yours-p): Use the more correct
13450 mail-header-parse-address instead of
13451 mail-extract-address-components.
13452 (message-put-addresses-in-ecomplete): Fix typo.
13453
13454 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13455 keystroke.
13456
13457 * gnus-art.el (gnus-treatment-function-alist): Change order of
13458 newsgroups/generic header folding to avoid double-folding.
13459
13460 * message.el (message-hidden-headers): Add X-Draft-From.
13461
13462 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13463 New command.
13464 (gnus-summary-repeat-search-article-backward): New command.
13465
13466 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13467 groups in the parent topic.
13468
13469 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
13470
13471 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13472 (spam-extra-header-to-number): Return the CRM114 number as a
13473 number instead of a string.
13474
13475 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13476
13477 * gnus-art.el (gnus-face-properties-alist): Move here from
13478 gnus-fun.
13479
13480 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13481
13482 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13483
13484 * message.el (message-strip-forbidden-properties): Only display on
13485 self-insert-command.
13486
13487 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13488 reindent.
13489 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13490
13491 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
13492
13493 * smiley.el (smiley-style): Fix typo.
13494
13495 2006-03-23 Kenichi Handa <handa@m17n.org>
13496
13497 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13498 instead of set-buffer-multibyte.
13499
13500 2006-03-23 Kenichi Handa <handa@m17n.org>
13501
13502 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13503 buffer and then decode the buffer text if necessary.
13504 (rfc2231-encode-string): Be sure to work on multibyte buffer at
13505 first, and after mm-encode-body, change the buffer to unibyte.
13506
13507 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13508
13509 * hashcash.el (hashcash-insert-payment-async-2):
13510 Use message-goto-eoh instead of doing it manually.
13511 (mail-add-payment): Use message-narrow-to-header instead of trying
13512 to do the same itself.
13513
13514 * message.el (message-hidden-headers): Add Face.
13515
13516 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13517 reparenting code.
13518 (gnus-summary-reparent-children): Refactored out code.
13519 (gnus-summary-thread-map): New keystroke.
13520 (gnus-summary-reparent-children): Make into command.
13521
13522 * smiley.el (smiley-style): Default to `medium' if using a large
13523 font.
13524
13525 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13526 does it itself.
13527
13528 * message.el (message-point-in-header-p): Simplify definition.
13529
13530 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13531
13532 * nnagent.el (nnagent-request-set-mark): Silence log file
13533 writing.
13534 (nnagent-request-set-mark): Use write-region instead of
13535 append-to-file.
13536
13537 * gnus-sum.el (gnus-read-header): Fudge article number if using a
13538 strange select method.
13539
13540 * ecomplete.el (ecomplete-display-matches): Get highlightling
13541 right.
13542 (ecomplete-display-matches): Use literals.
13543 (ecomplete-display-matches): Disable message logging.
13544
13545 * message.el (message-display-abbrev): Small optimization.
13546
13547 * ecomplete.el (ecomplete-display-matches): Allow automatic
13548 display.
13549
13550 * message.el (message-strip-forbidden-properties):
13551 Display abbrevs.
13552 (message-display-abbrev): Get automatic display right.
13553
13554 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13555 keystrokes.
13556
13557 2006-04-13 Romain Francoise <romain@orebokech.com>
13558
13559 TODO: Backport to v5-10!
13560
13561 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13562 Move here (and rename) from gnus-registry.el.
13563
13564 * gnus-registry.el: Require gnus-util.
13565 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13566
13567 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13568
13569 * gnus-group.el (gnus-group-catchup-current):
13570 Change if-then-else-if-then-else into cond.
13571 (gnus-group-catchup): Indent.
13572 (group-name-at-point): New function.
13573 (gnus-fetch-group): Provide default from thing at point.
13574
13575 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13576
13577 * message.el (message-display-abbrev): Fix regexp.
13578
13579 * ecomplete.el (ecomplete-highlight-match-line):
13580 Reimplement choosing.
13581 (ecomplete-highlight-match-line): Fix up code rewrite, remove
13582 dead variables.
13583
13584 * message.el (message-newline-and-indent): Remove debugging.
13585 (message-display-abbrev): Use new implementation.
13586
13587 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13588
13589 * gnus-art.el (gnus-article-mode):
13590 Set cursor-in-non-selected-windows to nil.
13591
13592 * smiley.el: Revert previous change.
13593 (smiley-data-directory): defvar it before using it in the
13594 defcustom of `smiley-style'.
13595
13596 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13597
13598 * message.el (message-newline-and-indent): New function.
13599
13600 * ecomplete.el: Implement more bits.
13601
13602 * message.el (message-put-addresses-in-ecomplete): Clean up the
13603 string.
13604
13605 * ecomplete.el (ecomplete-add-item): Chop off decimals.
13606
13607 * gnus-sum.el (gnus-summary-save-parts):
13608 Bind gnus-summary-save-parts-counter and use it to make unique file
13609 names.
13610
13611 * gnus-art.el (gnus-ignored-headers): Add some more headers.
13612
13613 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13614 parameter to say whether to actually parse the individual
13615 addresses.
13616
13617 * message.el (message-put-addresses-in-ecomplete): New function.
13618 (ecomplete): Require.
13619 (message-mail-alias-type): Add ecomplete as an option.
13620
13621 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
13622
13623 * flow-fill.el (fill-flowed): Remove trailing space from blank
13624 quoted lines.
13625
13626 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13627
13628 * smiley.el (smiley-style): Move definition later to avoid a
13629 compilation warning.
13630
13631 2006-04-12 Kenichi Handa <handa@m17n.org>
13632
13633 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13634 buffer and then decode the buffer text if necessary.
13635 (rfc2231-encode-string): Be sure to work on multibyte buffer at
13636 first, and after mm-encode-body, change the buffer to unibyte.
13637 Use mm-disable-multibyte instead of set-buffer-multibyte.
13638
13639 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
13640
13641 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13642 Content-Type header instead of Content-Disposition header.
13643 (gnus-mime-inline-part): Ditto.
13644 (gnus-mime-view-part-as-charset): Ignore charset that the part
13645 specifies.
13646
13647 * mm-decode.el (mm-display-part): Work with external parts and
13648 usual parts similarly.
13649
13650 * mm-extern.el (mm-inline-external-body): Use mm-display-part
13651 instead of gnus-display-mime.
13652
13653 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13654 instead of with-temp-buffer.
13655
13656 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13657 tag to summarized topics part in order to encode non-ASCII text.
13658
13659 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
13660
13661 * smiley.el (smiley-style): New variable.
13662 (smiley-directory): New function.
13663 (smiley-data-directory): Derive from `smiley-style' using
13664 `smiley-directory'.
13665 (smiley-regexp-alist): Add new entries.
13666
13667 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13668 (gnus-article-browse-delete-temp): Add :version.
13669
13670 2006-04-11 Arne Jørgensen <arne@arnested.dk>
13671
13672 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13673 the sieve region.
13674
13675 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13676
13677 * gnus.el (gnus-version-number): Bump version.
13678
13679 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
13680
13681 * gnus.el: No Gnus v0.4 is released.
13682
13683 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13684
13685 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13686 layout.
13687
13688 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13689 unknown charset.
13690
13691 * message.el (message-header-synonyms): Add Original-To to the
13692 default.
13693
13694 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13695 optional parameter.
13696
13697 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13698
13699 * gnus-fun.el (gnus): Require it for gnus-directory.
13700
13701 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
13702
13703 * gnus-fun.el (gnus-face-properties-alist): Add :version.
13704
13705 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13706
13707 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13708
13709 2006-04-05 Simon Josefsson <jas@extundo.com>
13710
13711 * password.el (password-reset): New function.
13712
13713 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13714
13715 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13716 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13717
13718 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13719
13720 * nnweb.el (nnweb-google-create-mapping): Update regexp.
13721 Some whitespace was matched into the url, which broke browsing hits
13722 > 100 when mm-url-use-external was nil.
13723
13724 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
13725
13726 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13727 Check gnus-extra-headers for 'Newsgroups.
13728
13729 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13730 bound.
13731
13732 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13733
13734 * pgg-gpg.el: Clean up process buffers every time gpg processes
13735 complete.
13736
13737 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13738
13739 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13740 doc string.
13741
13742 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13743
13744 * pgg-gpg.el (pgg-gpg-process-filter)
13745 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13746
13747 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13748 lines, temporary fix.
13749
13750 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13751
13752 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13753
13754 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13755
13756 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13757 default-enable-multibyte-characters. This reverts the change from
13758 revision 6.17 which is no longer necessary because the passphrase
13759 is sent separately now. GnuPG messages are unreadable under
13760 multibyte locales with default-enable-multibyte-characters set to
13761 nil.
13762
13763 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
13764
13765 * message.el (message-tool-bar-gnome): Move "spell".
13766
13767 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
13768
13769 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13770 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
13771 instead.
13772
13773 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
13774
13775 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13776 Improve newsgroups handling for NNTP overviews which don't include
13777 Newsgroups.
13778
13779 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13780
13781 * message.el (message-resend): Bind message-generate-hashcash to nil.
13782
13783 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13784
13785 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13786 when searching for already-paid recipients.
13787
13788 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13789
13790 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13791 passphrases when it is not needed.
13792 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13793 passphrase stuff from gpg, should only be necessary when you use
13794 gpg with a smartcard.
13795
13796 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
13797
13798 * mml.el (mml-insert-mime): Ignore cached contents of
13799 message/external-body part.
13800
13801 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13802 (mm-insert-part): Ditto.
13803
13804 2006-03-23 Simon Josefsson <jas@extundo.com>
13805
13806 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13807 Reiner.
13808 (pgg-gpg-use-agent-p): Use it again.
13809
13810 2006-03-23 Simon Josefsson <jas@extundo.com>
13811
13812 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13813 older emacsen.
13814 (pgg-gpg-use-agent-p): Don't use it.
13815
13816 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
13817
13818 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13819 if we can.
13820
13821 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13822
13823 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13824 (pgg-gpg-update-agent): New function.
13825 (pgg-gpg-use-agent-p): New function.
13826 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13827 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13828 (pgg-gpg-sign-region): Use it.
13829
13830 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
13831
13832 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13833 Reported by Ralf Wachinger <rwachinger@gmx.de>.
13834
13835 2006-03-21 Simon Josefsson <jas@extundo.com>
13836
13837 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13838 <wilde@sha-bang.de>.
13839 (pgg-gpg-use-agent): New variable.
13840 (pgg-gpg-process-region): Use it.
13841 (pgg-gpg-encrypt-region): Likewise.
13842 (pgg-gpg-encrypt-symmetric-region): Likewise.
13843 (pgg-gpg-decrypt-region): Likewise.
13844 (pgg-gpg-sign-region): Likewise.
13845 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13846
13847 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13848
13849 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13850
13851 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13852 Add comment on version.
13853
13854 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13855
13856 * smiley.el: Add missing test smiley.
13857
13858 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13859
13860 * mm-decode.el (mm-with-part): New macro.
13861 (mm-get-part): Use it; work with message/external-body as well.
13862 (mm-save-part): Treat name and filename equally.
13863
13864 * mm-extern.el (mm-extern-cache-contents): New function.
13865 (mm-inline-external-body): Use it; force the part to be displayed;
13866 move undisplayer added to the cached handle to the parent.
13867
13868 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13869 (gnus-mime-view-part-as-type): Work with message/external-body.
13870
13871 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13872
13873 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13874
13875 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13876 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
13877 Emacs.]
13878
13879 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
13880
13881 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13882 path rather than symbol. Always return list of directories.
13883 Guarantee that image directory comes first. [Sync with image.el,
13884 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
13885
13886 * message.el (message-make-tool-bar): Adjust to new API of
13887 `gmm-image-load-path-for-library'.
13888
13889 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13890
13891 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13892
13893 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13894
13895 * gnus-art.el (gnus-article-only-boring-p):
13896 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13897 intangible text.
13898 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13899
13900 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
13901
13902 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13903 Use `defun' instead of `gmm-defun-compat'.
13904
13905 2006-03-14 Simon Josefsson <jas@extundo.com>
13906
13907 * message.el (message-unique-id): Don't use message-number-base36
13908 if (user-uid) is a float.
13909 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13910
13911 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13912
13913 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13914
13915 * gnus-art.el (gnus-mime-display-single): Make sure there is an
13916 empty line between a part and a message part.
13917
13918 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
13919
13920 * smiley.el: Add more test smileys.
13921 (smiley-data-directory, smiley-regexp-alist)
13922 (gnus-smiley-file-types): Fix doc strings.
13923 (smiley-update-cache): Clear smiley-cached-regexp-alist before
13924 adding new elements.
13925 (smiley-mouse-map): Unused code. Make it a comment.
13926
13927 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
13928
13929 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13930 scan latest NoCeM messages instead of old ones.
13931 (gnus-nocem-check-article): Fix regexps so as to match to PGP
13932 delimiters that are recently used.
13933 (gnus-nocem-load-cache): Add autoload cookie.
13934
13935 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13936
13937 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13938 level which is larger than gnus-use-nocem is specified.
13939
13940 * gnus-group.el (gnus-group-get-new-news): Ditto.
13941
13942 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13943
13944 * gnus-util.el (gnus-tool-bar-update): New function.
13945
13946 * gnus-group.el (gnus-group-update-tool-bar): New variable.
13947 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13948
13949 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13950
13951 * gnus-group.el (gnus-group-redraw-when-idle)
13952 (gnus-group-redraw-check): Remove.
13953 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13954
13955 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
13956
13957 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13958 if optional last element is specified in splits (FIELD VALUE...).
13959
13960 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
13961
13962 * message.el (message-make-tool-bar): Rename gmm-image-load-path
13963 to gmm-image-load-path-for-library. Call with no-error argument.
13964 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13965
13966 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13967
13968 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13969
13970 * gmm-utils.el (gmm-image-load-path): Remove alias.
13971
13972 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
13973
13974 * gmm-utils.el (gmm-image-load-path): Add alias.
13975
13976 * nnml.el (nnml-generate-nov-databases-directory): Rename from
13977 nnml-generate-nov-databases-1.
13978 (nnml-generate-nov-databases): Use it.
13979 (nnml-generate-nov-databases-directory): Document no-active
13980 argument.
13981
13982 * gmm-utils.el (gmm-image-load-path-for-library): Return single
13983 directory if path is t. Add no-error.
13984
13985 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13986 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13987
13988 * gnus-art.el (gnus-article-browse-delete-temp-files):
13989 Simplify resetting gnus-article-browse-html-temp-list.
13990
13991 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13992 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
13993 Add example to docstring. Rename local variables. Move error
13994 checks to default case in cond and simplify.
13995
13996 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
13997
13998 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13999 handle is multipart when calling it recursively.
14000 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14001
14002 2006-03-03 Daniel Pittman <daniel@rimspace.net>
14003
14004 * nnimap.el (nnimap-request-update-info-internal): Optimize.
14005 Don't `gnus-uncompress-range' to avoid excessive memory usage.
14006
14007 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
14008
14009 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14010 is loaded.
14011
14012 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14013 loaded.
14014
14015 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
14016
14017 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14018 to "Emacs 23 (unicode)" in doc string.
14019
14020 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14021 "Emacs 23 (unicode)" in comment.
14022
14023 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
14024
14025 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14026
14027 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14028 characters 160 through 255 in Emacs 23.
14029
14030 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
14031
14032 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14033 gnus-article-browse-html-temp.
14034 (gnus-article-browse-delete-temp): Make it customizable.
14035 Add `file'. Adjust doc string.
14036 (gnus-article-browse-delete-temp-files): Add argument.
14037 Allow query for each file. Adjust doc string.
14038 (gnus-article-browse-html-parts):
14039 Add `gnus-article-browse-delete-temp-files' to
14040 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14041
14042 2006-03-02 Hynek Schlawack <hynek@ularx.de>
14043
14044 * gnus-art.el (gnus-article-browse-html-temp)
14045 (gnus-article-browse-delete-temp): New variables.
14046 (gnus-article-browse-delete-temp-files): New function.
14047 (gnus-article-browse-html-parts): Use it.
14048
14049 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
14050
14051 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14052
14053 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14054 string.
14055
14056 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14057 gnus-summary-insert-new-articles when unplugged.
14058 Remove gnus-summary-search-article-forward.
14059
14060 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14061 display-visual-class instead of display-color-cells.
14062
14063 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
14064
14065 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14066 message/* containing non-ASCII text properly.
14067
14068 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
14069
14070 * message.el: Require gmm-utils, remove autoloads.
14071 (message-tool-bar): Set default based on
14072 gmm-tool-bar-style.
14073 (message-tool-bar-gnome): Add gmm-customize-mode.
14074
14075 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14076 gmm-tool-bar-style.
14077 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14078
14079 * gnus-group.el (gnus-group-tool-bar): Set default based on
14080 gmm-tool-bar-style.
14081 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14082
14083 * gmm-utils.el (gmm-image-directory): Rename variable from
14084 gmm-image-load-path.
14085 (gmm-image-load-path): Use gmm-image-directory.
14086 (gmm-customize-mode): New function.
14087 (gmm-tool-bar-style): New variable.
14088
14089 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14090 gnus-group-redraw-line-number.
14091 (gnus-group-redraw-check): Simplify.
14092 (gnus-group-tool-bar-update): Remove redraw check.
14093 (gnus-group-make-tool-bar): Add redraw check.
14094
14095 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
14096
14097 * gnus-art.el (gnus-button): Add missing parentheses.
14098
14099 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14100
14101 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14102
14103 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
14104
14105 * gnus-art.el (gnus-button): New face.
14106 (gnus-article-button-face): Use it.
14107
14108 * gnus-sum.el (gnus-summary-tool-bar-gnome):
14109 Add gnus-summary-next-page. Re-order.
14110
14111 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14112 next-node are now included.
14113 (gnus-group-redraw-line-number): New internal variable.
14114 (gnus-group-redraw-check): Helper function for updating the tool
14115 bar.
14116 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14117
14118 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14119
14120 * spam.el (spam-spamassassin-score-regexp): New internal variable.
14121 (spam-extra-header-to-number, spam-check-spamassassin-headers):
14122 Use it to match format of Spamassassin 3.0 and later.
14123 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14124 (spam-check-bogofilter)
14125 (spam-bogofilter-register-with-bogofilter): Fix args of
14126 `gnus-error' calls.
14127
14128 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
14129
14130 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14131 unnecessary interaction when sending queued mails.
14132 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14133
14134 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
14135
14136 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14137 first or last are nil.
14138
14139 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14140
14141 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14142
14143 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14144
14145 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14146
14147 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14148
14149 * dns.el (query-dns): Protect more against buggy tcp output.
14150
14151 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
14152
14153 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14154 nov.php.
14155
14156 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14157
14158 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14159 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14160 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
14161 output on the server side.
14162 (nnweb-google-create-mapping): Update regexps and add some
14163 progress indication.
14164
14165 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
14166
14167 * gnus-group.el (gnus-group-tool-bar-gnome):
14168 Fix gnus-agent-toggle-plugged. Re-order icons.
14169 (gnus-group-tool-bar-gnome):
14170 Add gnus-group-{prev,next}-unread-group.
14171 (gnus-group-tool-bar-gnome): Re-order icons.
14172
14173 * gnus-sum.el (gnus-summary-tool-bar-gnome):
14174 Move gnus-summary-insert-new-articles.
14175
14176 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14177 Fix comments.
14178
14179 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
14180 also available in Emacs 21.3.
14181
14182 * message.el (message-fix-before-sending): Change "Emacs 22" to
14183 "Emacs 23 (unicode)" in comment.
14184
14185 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14186 "Emacs 23 (unicode)" in comment.
14187
14188 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14189 comment.
14190 (mm-coding-system-p): Add comment about no-MULE XEmacs.
14191
14192 * mm-view.el (mm-fill-flowed): Add :version.
14193
14194 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
14195
14196 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14197 and load-path.
14198
14199 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
14200
14201 * message.el: Autoload gmm-image-load-path.
14202 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14203 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
14204 consitency.
14205
14206 * gmm-utils.el (gmm-image-load-path): Also search in
14207 "../etc/images". Don't set gmm-image-load-path if we don't find
14208 the image.
14209
14210 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
14211
14212 * gmm-utils.el (gmm-image-load-path): Don't make
14213 `gmm-image-load-path' include subdirectories which the second arg
14214 `image' might specify.
14215
14216 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14217 subdirectory to icon file names.
14218
14219 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14220
14221 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
14222
14223 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14224 gmm-image-load-path calls.
14225
14226 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14227
14228 * message.el (message-make-tool-bar): Ditto.
14229
14230 * mml.el (mml-preview): Add comment concerning tool bar icons.
14231
14232 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14233 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14234
14235 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14236 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14237
14238 * message.el (message-tool-bar-gnome): Use new icon names.
14239 (message-make-tool-bar): Use `gmm-image-load-path'.
14240
14241 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14242 New functions from MH-E.
14243 (gmm-image-load-path): New variable from MH-E.
14244 (gmm-image-load-path): New function from MH-E. Add arguments
14245 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
14246 *-image-load-path-called-flag.
14247
14248 2006-02-21 Milan Zamazal <pdm@brailcom.org>
14249
14250 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14251
14252 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
14253
14254 * nnimap.el (nnimap-request-move-article): Change folder back to
14255 source group before deleting.
14256
14257 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
14258
14259 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14260
14261 * gnus-art.el (mm-url-insert-file-contents-external):
14262 Autoload mm-url.
14263
14264 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14265
14266 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
14267
14268 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14269 coding system which mm-charset-to-coding-system returns for a
14270 given charset is valid.
14271
14272 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
14273
14274 * html2text.el (html2text-remove-tag-list):
14275 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14276
14277 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
14278
14279 * gnus-cus.el: Revert 2005-10-17 change.
14280
14281 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
14282
14283 * gnus-art.el (article-strip-banner):
14284 Call article-really-strip-banner only when the regexp match is made.
14285
14286 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
14287
14288 * gnus-art.el (article-strip-banner):
14289 Use gnus-extract-address-components instead of
14290 mail-header-parse-addresses to make it work with non-ASCII text;
14291 remove mail-encode-encoded-word-string.
14292
14293 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14294 values which are surrounded with \"...\"; make it never cause a
14295 Lisp error; give up parsing of parameters if it failed in
14296 extracting type.
14297
14298 2006-02-14 Arne Jørgensen <arne@arnested.dk>
14299
14300 * smime.el (smime-cert-by-ldap-1): Fix bug where
14301 `smime-ldap-search' returns results without userCertificates.
14302
14303 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
14304
14305 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14306
14307 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14308
14309 * spam.el (spam-check-spamassassin-headers): Adapt format for
14310 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
14311 <ari@mbf.ocn.ne.jp>.
14312 (spam-list-of-processors): Add spam-use-gmane.
14313
14314 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
14315
14316 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14317 make-temp-file; make it work with XEmacs as well.
14318
14319 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14320 mm-make-temp-file.
14321
14322 * mm-decode.el (mm-display-external): Use the 3rd arg of
14323 mm-make-temp-file.
14324 (mm-create-image-xemacs): Ditto.
14325
14326 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
14327
14328 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14329 with message-narrow-to-headers.
14330 (gnus-draft-setup): Narrow to header to run message-fetch-field.
14331 (gnus-draft-check-draft-articles): New function.
14332 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14333
14334 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
14335
14336 * gnus-art.el (gnus-article-browse-html-parts):
14337 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14338 Don't use suffix argument for mm-make-temp-file for Emacs 21
14339 compatibility. Remove useless `format'.
14340
14341 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14342
14343 * nnweb.el (nnweb-google-wash-article): Update regexps.
14344 (nnweb-group-alist): Use defvoo instead of defvar.
14345
14346 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14347
14348 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14349 re-loading nn* modules.
14350
14351 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
14352
14353 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14354 for `tool-bar-mode' and don't check it's default-value.
14355
14356 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14357
14358 * message.el (message-make-tool-bar): Ditto.
14359
14360 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14361 `substring'. Shorten tmp-file name.
14362
14363 * gnus.el: Remove bogus comment.
14364
14365 2006-02-10 Hynek Schlawack <hynek@ularx.de>
14366
14367 * gnus-art.el (gnus-article-browse-html-parts): New function.
14368 (gnus-article-browse-html-article): New function for viewing html
14369 articles with a browser.
14370
14371 2006-02-09 Daiki Ueno <ueno@unixuser.org>
14372
14373 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14374 (mml2015-pgg-encrypt): Ditto.
14375
14376 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14377 (mml1991-pgg-encrypt): Ditto.
14378
14379 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14380
14381 * nnfolder.el (nnfolder-insert-newsgroup-line):
14382 Use message-make-date instead of current-time-string.
14383
14384 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14385 to gnus-decoded which mm-uu might set.
14386
14387 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14388
14389 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14390 don't decode quoted parameters; remove misimported Emacs code.
14391 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14392 (rfc2231-decode-encoded-string): Don't use split-string which
14393 behaves differently according to Emacs version; use
14394 mm-decode-coding-region to convert charset to coding-system.
14395 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14396 (rfc2231-encode-string): Remove misimported Emacs code.
14397
14398 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14399
14400 * gnus-art.el (article-decode-charset): Don't use ignore-errors
14401 when calling mail-header-parse-content-type.
14402 (article-de-quoted-unreadable): Ditto.
14403 (article-de-base64-unreadable): Ditto.
14404 (article-wash-html): Ditto.
14405
14406 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14407 calling mail-header-parse-content-type and
14408 mail-header-parse-content-disposition.
14409 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14410 mail-header-parse-content-type.
14411
14412 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14413 insert charset and format parameters; encode description after
14414 inserting it to buffer.
14415 (mml-insert-parameter): Fold lines properly even if a parameter is
14416 segmented into two or more lines; change the max column to 76.
14417
14418 * rfc1843.el (rfc1843-decode-article-body): Don't use
14419 ignore-errors when calling mail-header-parse-content-type.
14420
14421 * rfc2231.el (rfc2231-parse-string): Return at least type if
14422 possible; don't cause an error even if it fails in parsing of
14423 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14424 (rfc2231-encode-string): Don't break lines at the beginning, leave
14425 it to mml-insert-parameter.
14426
14427 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14428 calling mail-header-parse-content-type.
14429
14430 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
14431
14432 * spam-report.el (spam-report-gmane-use-article-number):
14433 Improve doc string.
14434 (spam-report-gmane-internal): Check if a suitable header was found
14435 in the article.
14436
14437 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
14438
14439 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14440 (rfc2231-encode-string): Make param*=value always begin with LWSP.
14441
14442 2006-02-05 Romain Francoise <romain@orebokech.com>
14443
14444 Update copyright notices of all files in the gnus directory.
14445
14446 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14447
14448 * nnweb.el (nnweb-request-group): Avoid growing overview files.
14449
14450 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
14451
14452 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14453 segmented lines of parameter value to cope with Thunderbird 1.5
14454 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14455 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14456 (rfc2231-encode-string): Don't make lines exceeding 76 column.
14457
14458 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
14459
14460 * mml.el (mml-generate-mime-1): Correct the order of inline signed
14461 parts.
14462
14463 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14464
14465 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14466 there's only one active file for all servers.
14467 (nnweb-request-scan): Make sure nnweb-articles is initialized on
14468 solid groups. Gnus might have used a FAST request to select the group.
14469 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14470 and nnweb-search redundantly in the active file.
14471 (nnweb-request-list): Don't list bogus groups. There can only be one.
14472 (nnweb-request-create-group): Don't use ARGS.
14473 (nnweb-possibly-change-server, nnweb-request-group): Remove some
14474 initialisations. Let nnoo do the work.
14475
14476 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
14477
14478 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14479 Say the part has been decoded.
14480
14481 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14482
14483 2006-01-31 Kevin Ryde <user42@zip.com.au>
14484
14485 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14486 mailcap-viewer-test-cache when there's no 'test clause, since that
14487 will invert the meaning of a "nil" test previously determined by
14488 mailcap-mailcap-entry-passes-test.
14489
14490 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
14491
14492 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14493 compiling.
14494
14495 * gnus-sum.el: Ditto.
14496
14497 * message.el: Don't bind tool-bar-map when compiling.
14498
14499 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
14500
14501 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14502
14503 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14504
14505 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14506 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14507 current Google Groups.
14508
14509 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
14510
14511 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14512 and tool-bar-mode.
14513
14514 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14515 and tool-bar-mode.
14516
14517 * message.el (message-tool-bar-update): Simplify.
14518 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14519
14520 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14521 gnus-summary-buffer.
14522 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14523 gnus-summary-reply.
14524
14525 * gmm-utils.el (gmm): Add :version.
14526
14527 2006-01-26 Steve Youngs <steve@sxemacs.org>
14528
14529 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14530 Don't autoload.
14531
14532 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14533
14534 * gmm-utils.el (gmm-verbose): Add :group.
14535
14536 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
14537
14538 * message.el: Change some comments WRT tool-bars.
14539
14540 * gnus-sum.el (gnus-summary-tool-bar)
14541 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14542 (gnus-summary-tool-bar-zap-list): New variables.
14543 (gnus-summary-make-tool-bar): Complete rewrite using
14544 `gmm-tool-bar-from-list'.
14545
14546 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14547 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14548 New variables.
14549 (gnus-group-make-tool-bar): Complete rewrite using
14550 `gmm-tool-bar-from-list'.
14551 (gnus-group-tool-bar-update): New function.
14552
14553 * message.el (message-mode-field-menu): Add "Show hidden Headers".
14554
14555 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
14556
14557 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14558 is dissected into a single part of which the type is the same as
14559 the given one; decode charset.
14560
14561 2006-01-21 Kevin Ryde <user42@zip.com.au>
14562
14563 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14564 into alists as symbol not string, since that's what
14565 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14566 look for.
14567
14568 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
14569
14570 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14571 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14572
14573 * message.el (message-tool-bar-gnome): Use gmm-ignore.
14574
14575 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14576
14577 * gnus-art.el (gnus-mime-security-button-commands): New variable.
14578 (gnus-mime-security-button-menu): New definition.
14579 (gnus-mime-security-button-map): Use them.
14580 (gnus-mime-security-button-menu): New function.
14581 (gnus-insert-mime-security-button): Addition to help echo.
14582 (gnus-mime-security-run-function, gnus-mime-security-save-part)
14583 (gnus-mime-security-pipe-part): New functions.
14584
14585 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14586 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14587
14588 * mm-decode.el (mm-handle-set-disposition): Remove.
14589 (mm-handle-set-description): Remove.
14590
14591 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14592
14593 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14594 (mm-w3m-standalone-supports-m17n-p): New function.
14595 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14596 w3m usage.
14597
14598 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14599 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14600
14601 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
14602
14603 * message.el (message-tool-bar-zap-list):
14604 Use gmm-tool-bar-zap-list as custom type.
14605 (message-tool-bar-update): New function.
14606 (message-tool-bar, message-tool-bar-gnome)
14607 (message-tool-bar-retro): Add message-tool-bar-update.
14608 (message-tool-bar-gnome): Add flyspell-buffer.
14609
14610 * gnus-util.el (gnus-error): Describe `args'.
14611
14612 * gmm-utils.el (gmm-error): Describe `args'.
14613 (gmm-tool-bar-zap-list): New widget.
14614 (gmm-tool-bar-from-list): Improve description of `zap-list'.
14615
14616 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14617
14618 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14619 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14620 the number of recursive calls.
14621
14622 * mm-decode.el (mm-handle-set-disposition): New macro.
14623 (mm-handle-set-description): New macro.
14624
14625 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14626
14627 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14628 encoding.
14629
14630 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
14631
14632 * message.el (message-tool-bar-zap-list, message-tool-bar)
14633 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14634 (message-tool-bar-local-item-from-menu): Remove.
14635 (message-tool-bar-map): Replace by `message-make-tool-bar'.
14636 (message-make-tool-bar): New function.
14637 (message-mode): Use `message-make-tool-bar'.
14638
14639 * gmm-utils.el: New file.
14640 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14641 (gmm-lazy): New widget copied from `nnmail.el'.
14642 (gmm-tool-bar-from-list): New function for creating customizable
14643 tool bars.
14644 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
14645 output.
14646 (gmm): Add :prefix to defgroup.
14647
14648 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
14649
14650 * gmm-utils.el (gmm-widget-p): New function.
14651
14652 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
14653
14654 * mml.el (mml-attach-file): Describe `description' in doc string.
14655 (mml-menu): Add Emacs MIME manual and PGG manual.
14656
14657 2006-01-20 Richard M. Stallman <rms@gnu.org>
14658
14659 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14660
14661 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
14662
14663 * nntp.el (nntp-end-of-line): Doc fix.
14664
14665 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
14666
14667 * imap.el (imap-open): Handle case where buffer is a buffer
14668 object.
14669
14670 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14671
14672 * gnus-delay.el (gnus-delay): Don't autoload.
14673 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14674 to be re-loaded when customizing the `gnus-delay' group.
14675
14676 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
14677
14678 * message.el (message-insert-citation-line): Use newlines.
14679
14680 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
14681
14682 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14683
14684 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14685
14686 2006-01-19 Mark D. Baushke <mdb@gnu.org>
14687
14688 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14689
14690 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14691
14692 * mm-decode.el (mm-inlined-types): Add application/pgp.
14693 (mm-automatic-display): Ditto.
14694
14695 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14696 part as text.
14697
14698 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
14699
14700 * nnrss.el: Update copyright.
14701 (nnrss-opml-import): Query whether to subscribe to each entry.
14702
14703 * gnus-art.el:
14704 * gnus-sum.el:
14705 * mm-uu.el:
14706 * mm-view.el: Update copyright.
14707
14708 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
14709
14710 * message.el (message-info): New function.
14711 (message-mode-menu): Add it.
14712 Update copyright.
14713
14714 * ChangeLog: Fix and update copyright.
14715
14716 2006-01-13 Romain Francoise <romain@orebokech.com>
14717
14718 * message.el (message-forward-subject-name-subject): Prefer the
14719 address to 'nowhere' if the sender has no name.
14720 Fix typo. Update copyright year.
14721
14722 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
14723
14724 * gnus-art.el (article-wash-html):
14725 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14726 (gnus-article-wash-html-with-w3m-standalone): New function.
14727
14728 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14729 mm-inline-text-html-render-with-w3m-standalone.
14730 (mm-text-html-washer-alist): Map w3m-standalone to
14731 gnus-article-wash-html-with-w3m-standalone.
14732 (mm-inline-text-html-render-with-w3m-standalone): New function.
14733
14734 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
14735
14736 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14737 Improve LaTeX.
14738
14739 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
14740
14741 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14742 (nnrss-request-article): Render text/plain parts as HTML.
14743
14744 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14745 the buffer.
14746
14747 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
14748
14749 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14750 custom definition of `gnus-posting-styles'.
14751
14752 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14753 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14754
14755 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
14756
14757 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14758 Use nntp for bug archive.
14759
14760 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
14761
14762 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14763 parts.
14764 (nnrss-normalize-date): New function converts ISO 8601 date into
14765 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14766 (nnrss-check-group): Use it.
14767
14768 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
14769
14770 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14771
14772 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14773 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14774 (nnrss-insert-w3): Ditto.
14775
14776 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14777
14778 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14779 the articles to be forwarded including the case where neither a
14780 number of articles nor a region is specified.
14781
14782 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
14783
14784 * nnrss.el (nnrss-request-article): Fix last change; fill
14785 text/plain parts.
14786
14787 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
14788
14789 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14790 in text/plain part.
14791 (nnrss-check-group): Don't add excessive newline to dc:subject.
14792
14793 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
14794
14795 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14796 article.
14797
14798 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
14799
14800 * nnml.el: Don't require gnus-bcklg. Autoload it.
14801 (nnml-use-compressed-files, nnml-save-mail): Support other
14802 comression programs such as bzip2.
14803
14804 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14805
14806 * dns.el (query-dns): Make sure we check the buffer size before
14807 removing tcp headers.
14808
14809 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
14810
14811 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14812 remove MIME buttons associated with multipart/alternative parts.
14813 (gnus-mime-display-alternative): Tag buttons using `article-type'
14814 text property.
14815
14816 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14817 associated with multipart/alternative parts.
14818
14819 * gnus-art.el (gnus-signature-separator): Fix custom type.
14820
14821 * mm-decode.el (mm-inlined-types): Fix custom type.
14822 (mm-keep-viewer-alive-types): Ditto.
14823 (mm-automatic-display): Ditto.
14824 (mm-attachment-override-types): Ditto.
14825 (mm-inline-override-types): Ditto.
14826 (mm-automatic-external-display): Ditto.
14827
14828 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
14829
14830 * spam-report.el (spam-report-user-mail-address)
14831 (spam-report-user-agent): New variables.
14832 (spam-report-url-ping-plain): Use spam-report-user-agent.
14833
14834 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
14835
14836 * gnus-art.el (gnus-button-handle-custom): Do not just use
14837 `customize-apropos' for any "M-x customize-*" button but the
14838 function called for. Accept both the function name and its
14839 argument in order to achieve this.
14840 (gnus-button-alist): Remove support for "custom:" URL's.
14841 Pass function name to `gnus-button-handle-custom' in case of "M-x
14842 customize-*" buttons.
14843
14844 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14845
14846 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14847 multipart/alternative and add xref to mm-discouraged-alternatives
14848 in doc string.
14849
14850 * mm-decode.el (mm-discouraged-alternatives): Add xref to
14851 gnus-buttonized-mime-types in doc string.
14852
14853 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
14854
14855 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14856 Suggest image/.* in the doc string.
14857
14858 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
14859
14860 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14861 message-marks (Debian bug #342521).
14862
14863 2005-12-12 Simon Josefsson <jas@extundo.com>
14864
14865 * password.el (password-read-from-cache): Add.
14866 (password-read): Use it.
14867
14868 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14869
14870 * rfc2047.el (rfc2047-charset-to-coding-system):
14871 Recognize us-ascii as a MIME charset.
14872
14873 * mm-bodies.el (mm-decode-content-transfer-encoding):
14874 Protect against the case where the 2nd arg TYPE is nil.
14875
14876 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14877
14878 * pop3.el (pop3-stream-type): Fix custom version.
14879
14880 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14881
14882 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14883
14884 * mm-decode.el (mm-display-external): Add missing cdr.
14885
14886 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
14887
14888 * mm-decode.el (mm-display-external): Use nametemplate (defined in
14889 RFC1524) if it is in mailcap or add a suffix according to
14890 mailcap-mime-extensions when generating a temp filename; postpone
14891 deleting a temp file for 2 seconds for some wrappers, shell
14892 scripts, and so on, which might exit right after having started a
14893 viewer command as a background job.
14894
14895 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14896
14897 * nntp.el (nntp-marks-directory): Fix custom group.
14898
14899 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14900 steps when < 10.
14901
14902 * gnus-start.el (gnus-no-server-1):
14903 Mention `gnus-level-default-subscribed' in doc string.
14904
14905 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14906
14907 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14908 parens.
14909
14910 2005-11-26 Dave Love <fx@gnu.org>
14911
14912 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14913 (tls-program, tls-success): Provide openssl alternative.
14914
14915 * starttls.el: Doc fixes.
14916 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14917 SERVICE to PORT.
14918
14919 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
14920 port null or service name.
14921 (starttls-negotiate): Autoload.
14922
14923 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14924
14925 * message.el (message-kill-to-signature): Fix interactive spec.
14926
14927 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
14928
14929 * pop3.el (pop3-open-server): Recognize a string as a service name.
14930
14931 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
14932
14933 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14934
14935 2005-11-23 Dave Love <fx@gnu.org>
14936
14937 Add pop3s, pop3/starttls.
14938
14939 * pop3.el (pop3-authentication-scheme): Clarify doc.
14940 (open-tls-stream, starttls-open-stream): Autoload.
14941 (pop3-stream-type): New.
14942 (pop3-open-server): Use it.
14943
14944 * mail-source.el (mail-sources): Fix some :types. Add stream type
14945 for POP.
14946 (mail-source-keyword-map): Add :stream for POP.
14947 (mail-source-fetch-pop): Use pop3-stream-type.
14948
14949 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
14950
14951 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14952 of current-time-string.
14953
14954 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
14955
14956 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14957 date header.
14958
14959 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14960
14961 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14962 it can seriously impact performance as it bypasses the agent's
14963 local caches.
14964
14965 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14966
14967 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14968 must be explicitly online rather than "not explicitly offline" for
14969 its flags to be synchronized.
14970
14971 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14972 that gnus-uu-unmark-thread will function correctly.
14973
14974 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14975 1024K is instead displayed as 1M.
14976
14977 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14978
14979 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14980
14981 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
14982
14983 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14984
14985 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
14986
14987 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14988 error message to display actual error condition.
14989 (gnus-agent-save-local): Avoid saving symbols that are bound to
14990 nil as they simply result in a warning message in
14991 gnus-agent-read-local.
14992
14993 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14994
14995 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14996 rather than make-variable-buffer-local for file-precious-flag.
14997
14998 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14999
15000 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15001 for duplicates which are removed. The invalid sort check then
15002 triggers a rescan after the sort as sorting may have moved
15003 duplicate entries such that they can be cheaply detected.
15004
15005 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
15006
15007 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15008
15009 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
15010
15011 * gnus-agent.el (gnus-agent-article-alist-save-format):
15012 Change internal variable to a custom variable. Change default value
15013 from compressed(2) to uncompressed(1).
15014 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15015 support for uncompressed agentview files. Taken together, reading
15016 the agentview file should now be 6-7 times faster.
15017
15018 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
15019
15020 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15021 as a buffer-local variable. This avoids creating truncated
15022 dribble files as a result of a hang up, eg.
15023
15024 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15025
15026 * gnus-start.el (gnus-start-draft-setup):
15027 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15028
15029 * gnus.el (gnus-splash): Change custom group.
15030 (gnus-group-get-parameter, gnus-group-parameter-value):
15031 Describe allow-list argument.
15032
15033 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15034 string.
15035
15036 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
15037
15038 * gnus-art.el (gnus-default-article-saver): Add user-defined
15039 `function' to custom type.
15040
15041 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
15042
15043 * imap.el (imap-open): Handle case where buffer is a buffer
15044 object.
15045
15046 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
15047
15048 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15049 long lines.
15050 (gnus-cache-delete-group): Wrap doc strings.
15051
15052 * gnus-agent.el (gnus-agent-rename-group)
15053 (gnus-agent-delete-group): Wrap doc strings.
15054
15055 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15056
15057 * gnus-start.el (gnus-1): Add "native" to
15058 gnus-predefined-server-alist.
15059
15060 * gnus.el (gnus-method-to-server): Don't add "native" to the
15061 lists here, because that leads to problems when
15062 gnus-select-method is bound.
15063
15064 2005-11-09 Simon Josefsson <jas@extundo.com>
15065
15066 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15067 use (not sort-by-date) instead.
15068
15069 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15070
15071 * gnus-delay.el (gnus-delay-group): Don't autoload.
15072 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15073 to be re-loaded when customizing the `gnus-delay' group.
15074
15075 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
15076
15077 * message.el: Revert last changes.
15078 (message-insert-citation-line): Use newlines.
15079
15080 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
15081
15082 * message.el (message-courtesy-message)
15083 (message-mark-insert-begin, message-mark-insert-end)
15084 (message-elide-ellipsis, message-cancel-message)
15085 (message-add-header, message-change-subject)
15086 (message-cross-post-followup-to-header)
15087 (message-cross-post-insert-note, message-reduce-to-to-cc)
15088 (message-widen-reply, message-delete-not-region)
15089 (message-kill-to-signature, message-insert-signature)
15090 (message-insert-importance-high, message-insert-importance-low)
15091 (message-insert-or-toggle-importance)
15092 (message-insert-disposition-notification-to)
15093 (message-indent-citation, message-yank-original)
15094 (message-cite-original-without-signature, message-cite-original)
15095 (message-insert-citation-line, message-position-on-field)
15096 (message-fix-before-sending, message-send-mail-partially)
15097 (message-send-mail, message-send-mail-with-sendmail)
15098 (message-send-mail-with-qmail, message-send-news)
15099 (message-check-news-header-syntax, message-generate-headers)
15100 (message-insert-courtesy-copy, message-fill-address)
15101 (message-fill-header, message-shorten-references)
15102 (message-setup-1, message-cancel-news)
15103 (message-forward-make-body-plain, message-forward-make-body-mime)
15104 (message-forward-make-body-mml, message-encode-message-body)
15105 (message-forward-make-body-digest-plain)
15106 (message-forward-make-body-digest-mime)
15107 (message-use-alternative-email-as-from): Insert `hard-newline'
15108 instead of ordinary newlines.
15109
15110 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
15111
15112 * message.el (message-generate-headers): Downcase the argument
15113 given to message-check-element.
15114
15115 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
15116
15117 * nntp.el (nntp-authinfo-rejected): New error condition.
15118 (nntp-wait-for): Use new error condition to signal authentication
15119 error.
15120 (nntp-retrieve-data): Rethrow new error condition to break out of
15121 recursive call to nntp-send-authinfo.
15122
15123 2005-11-08 Romain Francoise <romain@orebokech.com>
15124
15125 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15126 (gnus-summary-exit-map): Bind to `Z p'.
15127 (gnus-summary-make-menu-bar): Add menu item.
15128
15129 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
15130
15131 * gnus-art.el (gnus-article-treat-custom): Add `first'.
15132 (gnus-treat-*): Add `first' in all doc strings.
15133
15134 * gnus-group.el (gnus-group-compact-group): Fix typo.
15135
15136 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
15137
15138 * gnus.el (gnus-parameters-case-fold-search): New variable.
15139 (gnus-parameters-get-parameter): Use it.
15140
15141 * gnus-score.el (gnus-home-score-file): Doc fix.
15142
15143 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
15144
15145 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15146
15147 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
15148
15149 * mm-util.el (mm-special-display-p): New function.
15150
15151 * mml.el (mml-preview): Use it; doc fix.
15152
15153 2005-10-29 Romain Francoise <romain@orebokech.com>
15154
15155 * message.el (message-fix-before-sending): Fix comment.
15156
15157 2005-10-29 Jari Aalto <jari.aalto@cante.net>
15158
15159 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15160
15161 2005-10-29 Jari Aalto <jari.aalto@cante.net>
15162
15163 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15164 Used in gnus-score.el.
15165
15166 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15167
15168 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15169
15170 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
15171
15172 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15173 whitespace removed in revision 7.8. Use concatenated string to
15174 protect trailing whitespace.
15175
15176 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
15177
15178 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15179 (nnimap-request-expire-articles): Use it to avoid sending 'UID
15180 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15181 Courier IMAP ("some version from 2004"). Mostly based on similar
15182 code in the same function.
15183
15184 2005-10-26 Didier Verna <didier@xemacs.org>
15185
15186 * gnus-group.el (gnus-group-compact-group): Invalidate original
15187 article buffer.
15188 * gnus-srvr.el (gnus-server-compact-server): Ditto.
15189 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15190 NOV database and in article itself.
15191 Invalidate article backlog.
15192
15193 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15194
15195 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15196
15197 2005-10-26 Simon Josefsson <jas@extundo.com>
15198
15199 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15200 part of 2004-07-25 change.
15201
15202 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
15203
15204 * message.el (message-display-completion-list): New function.
15205 (message-expand-group): Use it; make sure the Completions buffer
15206 is modifiable.
15207
15208 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
15209
15210 * imap.el (imap-open): Handle case where buffer is a buffer object.
15211
15212 2005-10-24 Eli Zaretskii <eliz@gnu.org>
15213
15214 * pgg-def.el:
15215 * pgg-gpg.el:
15216 * pgg-parse.el:
15217 * pgg-pgp.el:
15218 * pgg-pgp5.el:
15219 * pgg.el: Move to the parent lisp directory.
15220
15221 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
15222
15223 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15224 user-mail-name is an empty string.
15225
15226 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15227
15228 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15229 depending on gnus-score-decay-constant.
15230
15231 * encrypt.el (encrypt-insert-file-contents)
15232 (encrypt-write-file-contents): Don't use `gnus-message'.
15233
15234 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15235 arguments.
15236 (mm-uu-type-alist): Add message-marks and insert-marks.
15237 Pass arguments to mm-uu-verbatim-marks-extract.
15238 (mm-uu-hide-markers): New variable.
15239 (mm-uu-extract): Use face similar to `gnus-cite-3'.
15240
15241 * gnus-fun.el (gnus-convert-image-to-x-face-command)
15242 (gnus-convert-image-to-face-command): Use "convert" by default to
15243 allow other input image formats.
15244 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15245 accordingly.
15246
15247 2005-10-23 Simon Josefsson <jas@extundo.com>
15248
15249 * imap.el (imap-gssapi-program): Align command line parameters
15250 with latest GNU SASL.
15251 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15252
15253 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15254
15255 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15256 HTML.
15257 (nnslashdot-request-article): Ditto.
15258
15259 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15260
15261 * mail-source.el (mail-source-fetch-pop): Require pop3.
15262 (mail-source-check-pop): Ditto.
15263
15264 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
15265
15266 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15267 errors.
15268
15269 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
15270
15271 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15272 (gnus-treat-strip-leading-blank-lines): Improve doc string.
15273
15274 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15275
15276 * mm-bodies.el (mm-decode-string):
15277 Call `mm-charset-to-coding-system' with allow-override argument.
15278
15279 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15280
15281 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15282 (rfc2047-charset-to-coding-system): New function.
15283 (rfc2047-decode-encoded-words): New function.
15284 (rfc2047-decode-region): Use them.
15285 (rfc2047-decode-cte): Remove.
15286 (rfc2047-parse-and-decode): Remove.
15287 (rfc2047-decode): Remove.
15288
15289 2005-10-15 Kenichi Handa <handa@m17n.org>
15290
15291 * rfc2047.el (rfc2047-decode-cte): New function.
15292 (rfc2047-decode-region): Change the way to decode successive
15293 encoded-words: decode B- or Q-encoding in each encoded-word,
15294 concatenate them, and decode it as charset.
15295
15296 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
15297
15298 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
15299 widget-move-and-invoke.
15300 (gnus-custom-mode): Use gnus-custom-map.
15301
15302 2005-10-15 Bill Wohler <wohler@newt.com>
15303
15304 * message.el (message-tool-bar-map): Rename image file from
15305 mail_send to mail/send.
15306
15307 2005-10-16 Masatake YAMATO <jet@gyve.org>
15308
15309 * message.el (message-expand-group): Pass the common
15310 prefix substring of completion to `display-completion-list'.
15311
15312 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
15313
15314 * mml-sec.el (mml-secure-method): New internal variable.
15315 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15316 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15317 New functions using mml-secure-method.
15318
15319 * mml.el (mml-mode-map): Add key bindings for those functions.
15320 (mml-menu): Simplify security menu entries. Suggested by Jesper
15321 Harder <harder@myrealbox.com>.
15322 (mml-attach-file, mml-attach-buffer, mml-attach-external):
15323 Goto end of message if point is the headers of the message.
15324
15325 * message.el (message-in-body-p): New function.
15326
15327 * assistant.el: Autoload gnus-util and netrc.
15328
15329 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15330 Use `mm-charset-override-alist' only when decoding.
15331
15332 * mm-bodies.el (mm-decode-body):
15333 Call `mm-charset-to-coding-system' with allow-override argument.
15334
15335 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15336 `filename' from Content-Disposition if Content-Type doesn't
15337 provide `name'.
15338 (gnus-mime-view-part-as-type): Set default instead of
15339 initial-input.
15340
15341 2005-10-09 Daniel Brockman <daniel@brockman.se>
15342
15343 * format-spec.el (format-spec): Propagate text properties of % spec.
15344
15345 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15346
15347 * gnus-art.el (gnus-treat-predicate): Add `first'.
15348
15349 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
15350
15351 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15352 (mm-charset-override-alist): New variable.
15353 (mm-charset-to-coding-system): Use it.
15354 (mm-codepage-setup): New helper function.
15355 (mm-charset-eval-alist): New variable.
15356 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15357 Warn about unknown charsets.
15358
15359 2005-10-04 David Hansen <david.hansen@gmx.net>
15360
15361 * nnrss.el (nnrss-request-article): Add support for the comments tag.
15362 (nnrss-check-group): Ditto.
15363
15364 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15365
15366 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15367 Rename x-gnus-verbatim to x-verbatim.
15368 (mm-uu-type-alist): Fix regexp for verbatim-marks.
15369
15370 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15371 x-verbatim.
15372
15373 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15374
15375 * gnus-util.el (gnus-remove-duplicates): Remove.
15376
15377 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15378 instead of gnus-remove-duplicates.
15379
15380 * message.el (message-remove-duplicates): Remove.
15381 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15382 message-remove-duplicates.
15383
15384 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15385 available, else use implementation from `delete-dups'.
15386
15387 * message.el (message-insert-expires): New function.
15388 (message-mode-map): Add key binding.
15389 (message-mode-field-menu): Add menu entry.
15390 (message-mode): Document it.
15391 (message-make-expires-date): Use `message-make-date'.
15392
15393 2005-10-04 Josh Huber <huber@alum.wpi.edu>
15394
15395 * message.el (message-make-expires-date): New function.
15396
15397 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
15398
15399 * time-date.el: Autoload parse-time-string, XEmacs needs it.
15400
15401 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
15402
15403 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15404 function rather than the diff-mode.el package.
15405 (mm-display-external): Use with-current-buffer.
15406 (mm-viewer-completion-map, mm-viewer-completion-map):
15407 Move initialization inside declaration.
15408
15409 2005-09-29 Simon Josefsson <jas@extundo.com>
15410
15411 * spam.el: Load hashcash when compiling, to avoid warnings.
15412 Don't autoload mail-check-payment.
15413 (spam-check-hashcash): Define unconditionally, since hashcash.el
15414 is part of Gnus now. Ignore errors from payment checking.
15415
15416 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
15417
15418 * message.el (message-bold-region, message-unbold-region):
15419 Rename from `bold-region' and `unbold-region'.
15420
15421 * message.el: Remove useless autoloads.
15422
15423 2005-09-28 Simon Josefsson <jas@extundo.com>
15424
15425 * message.el (message-use-idna): Default to t.
15426 (message-use-idna): Test whether encoding works too. Doc fix.
15427
15428 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
15429
15430 * nntp.el (nntp-warn-about-losing-connection): Remove.
15431
15432 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
15433
15434 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15435 customizable. Change default value.
15436 (mm-uu-diff-groups-regexp): Change default value.
15437 (mm-uu-type-alist): Add doc string.
15438 (mm-uu-configure): Add doc string. Make it interactive.
15439 (mm-uu-tex-groups-regexp): New variable.
15440 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15441 (mm-uu-type-alist): Add LaTeX documents.
15442 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15443 of "text/verbatim".
15444 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15445
15446 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15447 instead of "text/verbatim".
15448
15449 * message.el (message-mark-inserted-region)
15450 (message-mark-insert-file): Use slrn style marks when called with
15451 prefix argument.
15452
15453 2005-09-27 Simon Josefsson <jas@extundo.com>
15454
15455 * message.el (message-idna-to-ascii-rhs-1): Reformat.
15456
15457 2005-09-27 Arne Jørgensen <arne@arnested.dk>
15458
15459 * message.el (message-remove-duplicates): New function.
15460 Implementation borrowed from `gnus-remove-duplicates'.
15461 (message-idna-to-ascii-rhs): Also encode idna addresses in
15462 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15463 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15464 only ask about the same idna domain once per header and also tell
15465 in what header to replace the idna domain.
15466
15467 * gnus-art.el (article-decode-idna-rhs): Also decode idna
15468 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15469 (article-decode-idna-rhs): Fix regexp so that all idna-address in
15470 a header is decoded and not just the last one.
15471
15472 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
15473
15474 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15475 has been decoded.
15476
15477 * mm-decode.el (mm-automatic-display): Add text/verbatim.
15478 (mm-insert-part): Don't modify text if it has been decoded.
15479
15480 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15481 decoded.
15482
15483 * mm-view.el (mm-inline-text): Don't strip text props unless
15484 decoding enriched or richtext parts.
15485
15486 2005-09-25 Romain Francoise <romain@orebokech.com>
15487
15488 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15489 * gnus-start.el (gnus-subscribe-interactively):
15490 * gnus-uu.el (gnus-uu-grab-articles):
15491 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15492 space.
15493
15494 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
15495
15496 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15497 * mm-view.el (mm-view-pkcs7-decrypt):
15498 * gnus-sum.el (gnus-summary-limit-to-extra)
15499 (gnus-summary-respool-article, gnus-read-move-group-name):
15500 * gnus-score.el (gnus-summary-increase-score):
15501 * gnus-util.el (gnus-completing-read-with-default):
15502 * gnus-art.el (gnus-read-save-file-name)
15503 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15504 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15505 * message.el (message-check-news-header-syntax):
15506 Follow convention for reading with the minibuffer.
15507
15508 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
15509
15510 * spam-report.el (spam-report-url-ping-plain):
15511 Use gnus-extended-version as User-Agent.
15512
15513 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15514 default value is nil.
15515
15516 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15517 (mm-uu-verbatim-marks-extract): New function.
15518 (mm-uu-extract): New face.
15519 (mm-uu-copy-to-buffer): Use it.
15520
15521 * spam-report.el (spam-report-gmane-ham): Rename from
15522 `spam-report-gmane-unspam'.
15523 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15524 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
15525
15526 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15527 Autoload.
15528 (spam-report-gmane-unregister-routine):
15529 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15530
15531 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
15532
15533 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15534 (spam-report-gmane-unregister-routine): Add support for gmane
15535 unregistration.
15536
15537 * spam-report.el (spam-report-gmane-unspam)
15538 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15539 (spam-report-gmane): Change to take a single article and do unspam
15540 registration.
15541
15542 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15543
15544 * mm-url.el (mm-url-decode-entities): Fix regexp.
15545
15546 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15547
15548 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15549 default to nil, to be able to use Gnus at all. If the default
15550 switches to something else, then the function should be fixed not
15551 be exceedingly slow.
15552
15553 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
15554
15555 * gnus-start.el (gnus-activate-group): If the server is nil, don't
15556 fail hard.
15557
15558 * spam-report.el: Add better Keywords line.
15559
15560 * spam.el: Add Maintainer and better Keywords line.
15561
15562 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15563
15564 * gnus-art.el (gnus-article-replace-part)
15565 (gnus-mime-replace-part): New functions.
15566 (gnus-mime-action-alist, gnus-mime-button-commands)
15567 (gnus-mime-save-part-and-strip): Add file argument.
15568 (gnus-article-part-wrapper): Add interactive argument.
15569
15570 * gnus-sum.el (gnus-summary-mime-map):
15571 Add `gnus-article-replace-part'.
15572
15573 2005-09-19 Didier Verna <didier@xemacs.org>
15574
15575 The nnml compaction feature:
15576 * nnml.el (nnml-request-compact-group): New function.
15577 * nnml.el (nnml-request-compact): New function.
15578 * gnus-int.el (gnus-request-compact-group): New function.
15579 * gnus-int.el (gnus-request-compact): New function.
15580 * gnus-group.el (gnus-group-compact-group): New function.
15581 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15582 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15583 * gnus-srvr.el (gnus-server-compact-server): New function.
15584 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15585 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15586
15587 2005-09-18 Deepak Goel <deego@gnufans.org>
15588
15589 * sieve.el (sieve-help): Fix `message' call: first arg should be a
15590 format spec.
15591
15592 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
15593
15594 * gnus.el (gnus-group-startup-message): Bind image-load-path.
15595
15596 2005-09-15 Romain Francoise <romain@orebokech.com>
15597
15598 * message.el (message-fill-paragraph): Clarify docstring.
15599
15600 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
15601
15602 * gnus-art.el (gnus-mime-display-part): Protect against broken
15603 MIME messages.
15604
15605 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15606
15607 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15608 before parsing header.
15609
15610 2005-09-11 Jari Aalto <jari.aalto@cante.net>
15611
15612 * html2text.el (html2text-replace-list): Add new entities.
15613
15614 2005-09-11 Romain Francoise <romain@orebokech.com>
15615
15616 * message.el (message-alternative-emails): Improve docstring.
15617 (message-setup-1): Call `message-use-alternative-email-as-from'
15618 after `message-setup-hook' to give it precedence over posting
15619 styles, etc.
15620 (message-use-alternative-email-as-from): Add docstring.
15621 Remove the original From header if present.
15622
15623 * nnml.el (nnml-compressed-files-size-threshold): New variable.
15624 (nnml-save-mail): Use it.
15625
15626 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15627 articles. Add new argument `silent'.
15628 (gnus-uu-mark-all): Report the total number of marked articles.
15629
15630 2005-09-10 Romain Francoise <romain@orebokech.com>
15631
15632 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15633 (gnus-uu-mark-series): Likewise.
15634
15635 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
15636
15637 * spam-report.el (spam-report-gmane): Fix generation of spam
15638 report URL.
15639
15640 2005-09-10 Simon Josefsson <jas@extundo.com>
15641
15642 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15643 t, based on discussion on the ding list with Robert Epprecht
15644 <epprecht@solnet.ch>.
15645
15646 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
15647
15648 * spam-report.el (spam-report-gmane): Make it work without
15649 X-Report-Spam header. Gmane now only provides Archived-At.
15650 This is only used if `spam-report-gmane-use-article-number' is nil.
15651 (spam-report-gmane-spam-header): Remove. Not used anymore.
15652
15653 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15654 make `gnus-summary-sort-by-recipient' work with threading.
15655
15656 * nnweb.el (nnweb-google-wash-article): Print a message if article
15657 is not available.
15658
15659 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15660
15661 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15662 change. Decode text/* parts content before displaying.
15663
15664 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
15665
15666 * mml-smime.el: Remove defvar of gnus-extract-address-components.
15667
15668 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
15669
15670 * mm-view.el (mm-display-inline-fontify): Disable support modes.
15671
15672 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
15673
15674 * message.el (message-tab-body-function): Fix mismatched custom type.
15675
15676 * gnus.el (gnus-group-change-level-function): Ditto.
15677
15678 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15679
15680 * gnus-art.el (gnus-signature-limit)
15681 (gnus-article-mime-part-function): Ditto.
15682
15683 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
15684
15685 * mml.el (mml-mode): Silence the byte compiler.
15686
15687 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15688 using `(sit-for 0)' before moving the point to the specified part;
15689 skip unbuttonized parts.
15690 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15691 return to the summary window if gnus-auto-select-part is non-nil.
15692
15693 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
15694
15695 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15696 New variables.
15697 (mml-dnd-attach-file, mml-mode): Use them.
15698
15699 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15700 Make fetching article by MID work again for Google Groups.
15701 Add FIXME concerning gnus-group-make-web-group.
15702
15703 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15704 Don't depend on Gnus by using mail-extract-address-components if
15705 gnus-extract-address-components is not bound.
15706
15707 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15708
15709 * gnus-art.el (gnus-mime-display-security): Don't display the
15710 signature, but only the signed part.
15711
15712 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
15713
15714 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15715
15716 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15717 list, not listp.
15718
15719 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
15720
15721 * mm-encode.el (mm-encode-content-transfer-encoding):
15722 Likewise when encoding.
15723
15724 * mm-bodies.el (mm-decode-content-transfer-encoding):
15725 De-canonicalize CRLF for all text content types, not just
15726 text/plain.
15727
15728 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
15729
15730 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15731 valid article; point arrow and cursor at the MIME button.
15732
15733 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
15734
15735 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15736 Suggested by Dan Christensen <jdc@uwo.ca>.
15737
15738 * mm-decode.el (mm-save-part): Enable change of prompt.
15739
15740 2005-08-29 Jari Aalto <jari.aalto@cante.net>
15741
15742 * gnus-msg.el (gnus-inews-add-send-actions):
15743 Make `message-post-method' lambda parameter ARG `&optional'.
15744
15745 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15746
15747 * gnus-sum.el (gnus-summary-mime-map):
15748 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15749 gnus-article-jump-to-part.
15750
15751 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15752 (gnus-article-edit-part): Use it.
15753 (gnus-article-part-wrapper): Add no-handle argument.
15754 (gnus-article-save-part-and-strip, gnus-article-delete-part):
15755 New functions.
15756
15757 2005-08-29 Romain Francoise <romain@orebokech.com>
15758
15759 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15760 docstring.
15761 (gnus-face-from-file): Likewise.
15762
15763 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15764
15765 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15766 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15767 non-nil.
15768 (gnus-auto-select-part): New variable.
15769 (gnus-article-jump-to-part): New function.
15770 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15771 (gnus-mime-delete-part): Allow selecting specified part after
15772 deleting or stripping parts.
15773 (gnus-article-jump-to-part): Don't use `read-number'. Use last
15774 part if argument is bogus.
15775
15776 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15777
15778 * gnus-art.el (w3m-minor-mode-map):
15779 * gnus-spec.el (gnus-newsrc-file-version):
15780 * gnus-util.el (nnmail-active-file-coding-system)
15781 (gnus-original-article-buffer, gnus-user-agent):
15782 * gnus.el (gnus-ham-process-destinations)
15783 (gnus-parameter-ham-marks-alist)
15784 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15785 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15786 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15787 * mm-decode.el (gnus-current-window-configuration):
15788 * mm-extern.el (gnus-article-mime-handles):
15789 * mm-url.el (url-current-object, url-package-name)
15790 (url-package-version):
15791 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15792 (smime-keys, w3m-cid-retrieve-function-alist)
15793 (w3m-current-buffer, w3m-display-inline-images)
15794 (w3m-minor-mode-map):
15795 * mml-smime.el (gnus-extract-address-components):
15796 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15797 (gnus-newsrc-hashtb, message-default-charset)
15798 (message-deletable-headers, message-options)
15799 (message-posting-charset, message-required-mail-headers)
15800 (message-required-news-headers):
15801 * mml1991.el (mc-pgp-always-sign):
15802 * mml2015.el (mc-pgp-always-sign):
15803 * nnheader.el (nnmail-extra-headers):
15804 * rfc1843.el (gnus-decode-encoded-word-function)
15805 (gnus-decode-header-function, gnus-newsgroup-name):
15806 * spam-stat.el (gnus-original-article-buffer): Add defvars.
15807
15808 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
15809
15810 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15811 the end of the date treatments.
15812
15813 2005-08-15 Simon Josefsson <jas@extundo.com>
15814
15815 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15816 it in url-handlers.el and XEmacs in url.el. Reported by Luca
15817 Capello and Romain Francoise.
15818 (pgg-fetch-key-function): Remove, not used?
15819 (pgg-insert-url-with-w3): Require url, to get
15820 url-insert-file-contents regardless of where it is defined.
15821
15822 2005-08-13 Romain Francoise <romain@orebokech.com>
15823
15824 * message.el (message-cite-original-1): New function.
15825 (message-cite-original): Use it.
15826 (message-cite-original-without-signature): Ditto.
15827
15828 2005-08-08 Romain Francoise <romain@orebokech.com>
15829
15830 * message.el (message-yank-empty-prefix): New variable.
15831 (message-indent-citation): Use it.
15832 (message-cite-original-without-signature): Respect X-No-Archive.
15833
15834 2005-08-08 Simon Josefsson <jas@extundo.com>
15835
15836 * pgg.el: Autoload url-insert-file-contents instead of loading
15837 w3/url.
15838 (pgg-insert-url-with-w3): Don't load url here.
15839
15840 2005-08-07 Jesper Harder <harder@phys.au.dk>
15841
15842 * message.el (message-kill-to-signature): Don't insert newline at
15843 bol.
15844 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15845
15846 2005-08-06 Romain Francoise <romain@orebokech.com>
15847
15848 * message.el (message-user-fqdn): Fix typo in docstring.
15849
15850 2005-08-05 Daiki Ueno <ueno@unixuser.org>
15851
15852 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15853
15854 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15855
15856 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
15857
15858 * mm-bodies.el (mm-encode-body): Use coding system rather than
15859 charset to encode text.
15860
15861 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15862 number of charsets if utf-8 is available (XEmacs).
15863
15864 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15865
15866 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15867 taken from `gnus-button-mid-or-mail-regexp'.
15868 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15869 (gnus-button-alist): Improve regexp for domain part of the MIDs
15870 for news:localpart@domain buttons.
15871 (gnus-button-ctan-directory-regexp): Update.
15872
15873 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15874
15875 * sieve-manage.el (sieve-manage-interactive-login):
15876 Use make-local-variable rather than make-variable-buffer-local.
15877 (sieve-manage-open): Ditto.
15878 (sieve-manage-authenticate): Ditto.
15879
15880 * mml.el (mml-generate-mime-1): Make the content type default to
15881 text/plain if the filename is not specified.
15882
15883 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15884
15885 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15886 instead of insert-buffer.
15887
15888 * message.el (message-yank-original): Ditto; set the mark at the
15889 end of the yanked message.
15890
15891 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
15892
15893 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15894 lines to scroll rather than to stop it.
15895
15896 * mml.el (mml-generate-default-type): Add doc string.
15897 (mml-generate-mime-1): Use mm-default-file-encoding or make it
15898 default to application/octet-stream when determining the content
15899 type if it is not specified for the part or the mml contents; add
15900 a comment about mml-generate-default-type.
15901
15902 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
15903
15904 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15905 make it default to application/octet-stream when determining the
15906 content type if it is not specified for the external contents.
15907
15908 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15909
15910 * rfc2231.el (rfc2231-parse-string): Take care that not only a
15911 segmented parameter but also other parameters might be there.
15912
15913 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15914
15915 * mm-decode.el (mm-display-external): Delete temp file, directory
15916 and buffer immediately if the external process is exited.
15917
15918 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
15919
15920 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15921 fewer lines than that of scroll-margin.
15922 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15923
15924 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
15925
15926 * gnus-art.el (gnus-article-next-page): Revert.
15927 (gnus-article-beginning-of-window): New macro.
15928 (gnus-article-next-page-1): Use it.
15929 (gnus-article-prev-page): Ditto.
15930 (gnus-article-edit-part): Use insert-buffer-substring instead of
15931 insert-buffer.
15932 (gnus-article-edit-exit): Ditto.
15933
15934 * gnus-util.el (gnus-beginning-of-window): Remove.
15935 (gnus-end-of-window): Remove.
15936
15937 2005-07-25 Simon Josefsson <jas@extundo.com>
15938
15939 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15940 to have the url package without w3. Reported by Daiki Ueno
15941 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15942
15943 2005-07-20 Didier Verna <didier@xemacs.org>
15944
15945 * gnus-diary.el: Remove the description comment (nndiary is now
15946 properly documented in the Gnus manual).
15947 Fix the spelling of "Back End".
15948 * nndiary.el: Ditto.
15949 Fix the copyright notice.
15950
15951 2005-07-18 Romain Francoise <romain@orebokech.com>
15952
15953 * gnus-sum.el (gnus-summary-to-prefix)
15954 (gnus-summary-newsgroup-prefix): New variables.
15955 (gnus-summary-from-or-to-or-newsgroups): Use them.
15956
15957 2005-07-17 Romain Francoise <romain@orebokech.com>
15958
15959 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15960 space as it's generally not especially interesting to the user.
15961
15962 2005-07-16 Romain Francoise <romain@orebokech.com>
15963
15964 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15965 nil to avoid prompting and file modification if one of the
15966 messages at the top of the nnfolder file contains a copyright
15967 notice.
15968 Update copyright notice.
15969
15970 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15971 instead of `current-time-string' as the latter creates a time
15972 string that is not RFC 2822 compliant (it lacks the zone).
15973 Update copyright notice.
15974
15975 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
15976
15977 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15978 for text/rtf. Display default in prompt. Pass default for M-n.
15979
15980 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15981
15982 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15983
15984 * gnus-msg.el (gnus-button-mailto):
15985 Remove save-selected-window-window hackery because it relies on
15986 save-selected-window internals.
15987
15988 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
15989
15990 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15991 (gnus-article-next-page-1): Use gnus-beginning-of-window.
15992 (gnus-article-prev-page): Ditto.
15993
15994 * gnus-util.el (gnus-beginning-of-window): New function.
15995 (gnus-end-of-window): New function.
15996
15997 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15998
15999 * gnus-score.el (gnus-score-edit-all-score):
16000 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16001 gnus-message.
16002
16003 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16004
16005 * gnus-msg.el (gnus-button-mailto):
16006 Remove save-selected-window-window hackery because it relies on
16007 save-selected-window internals.
16008
16009 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
16010
16011 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16012 add-minor-mode.
16013 (gnus-binary-mode): Ditto.
16014
16015 * gnus-topic.el (gnus-topic-mode): Ditto.
16016
16017 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
16018
16019 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16020 (gnus-article-prev-page): Take scroll-margin into consideration.
16021
16022 2005-07-04 Lute Kamstra <lute@gnu.org>
16023
16024 Update FSF's address in GPL notices.
16025
16026 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16027
16028 * gnus.el (gnus-exit):
16029 * gnus-group.el (gnus-group-icons):
16030 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16031
16032 * gnus-nocem.el (gnus-nocem):
16033 * message.el (message-various, message-buffers, message-sending)
16034 (message-interface, message-forwarding, message-insertion)
16035 (message-headers, message-news, message-mail):
16036 * pgg-gpg.el (pgg-gpg):
16037 * pgg-parse.el (pgg-parse):
16038 * pgg-pgp.el (pgg-pgp):
16039 * pgg-pgp5.el (pgg-pgp5):
16040 * pop3.el (pop3): Finish `defgroup' description with period.
16041
16042 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
16043
16044 * gnus-art.el (article-display-face): Improve the efficiency.
16045 (article-display-x-face): Ditto; remove grey x-face stuff.
16046
16047 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
16048
16049 * gnus-art.el (article-display-face): Correct the position in
16050 which Faces are inserted.
16051
16052 2005-06-29 Didier Verna <didier@xemacs.org>
16053
16054 * gnus-art.el (article-display-face): Display faces in correct
16055 order.
16056
16057 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16058
16059 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16060 (gnus-fill-real-hashtb): Use hash table instead of obarray.
16061 (gnus-nocem-check-article): Fetch the Type header.
16062 (gnus-nocem-message-wanted-p): Fix the way to examine types.
16063 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16064 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16065 make sure gnus-nocem-hashtb is initialized.
16066 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16067 (gnus-nocem-unwanted-article-p): Ditto.
16068
16069 * pgg.el (pgg-verify): Return the verification result.
16070
16071 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16072
16073 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16074 is ascii.
16075
16076 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
16077
16078 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16079 `show-nonbreak-escape'.
16080
16081 2005-06-23 Lute Kamstra <lute@gnu.org>
16082
16083 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16084
16085 * dig.el (dig-mode):
16086 * smime.el (smime-mode): Use gnus-run-mode-hooks.
16087
16088 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
16089
16090 * nnimap.el (nnimap-split-download-body): Fix spellings.
16091
16092 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
16093
16094 * gnus-art.el (gnus-article-encrypt-body):
16095 * gnus-cus.el (gnus-score-customize):
16096 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16097 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16098
16099 2005-06-16 Arne Jørgensen <arne@arnested.dk>
16100
16101 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16102 header by looking for magic "MII" at the beginnig.
16103
16104 2005-06-16 Miles Bader <miles@gnu.org>
16105
16106 * assistant.el (assistant-field): Remove "-face" suffix from face name.
16107 (assistant-field-face): New backward-compatibility alias for renamed
16108 face.
16109 (assistant-render-text): Use renamed assistant-field face.
16110
16111 * spam.el (spam): Remove "-face" suffix from face name.
16112 (spam-face): New backward-compatibility alias for renamed face.
16113 (spam-face, spam-initialize): Use renamed spam face.
16114
16115 * message.el (message-header-to, message-header-cc)
16116 (message-header-subject, message-header-newsgroups)
16117 (message-header-other, message-header-name)
16118 (message-header-xheader, message-separator, message-cited-text)
16119 (message-mml): Remove "-face" suffix from face names.
16120 (message-header-to-face, message-header-cc-face)
16121 (message-header-subject-face, message-header-newsgroups-face)
16122 (message-header-other-face, message-header-name-face)
16123 (message-header-xheader-face, message-separator-face)
16124 (message-cited-text-face, message-mml-face):
16125 New backward-compatibility aliases for renamed faces.
16126 (message-font-lock-keywords): Use renamed message faces.
16127
16128 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16129 (sieve-test-commands, sieve-tagged-arguments):
16130 Remove "-face" suffix from face names.
16131 (sieve-control-commands-face, sieve-action-commands-face)
16132 (sieve-test-commands-face, sieve-tagged-arguments-face):
16133 New backward-compatibility aliases for renamed faces.
16134 (sieve-control-commands-face, sieve-action-commands-face)
16135 (sieve-test-commands-face, sieve-tagged-arguments-face):
16136 Use renamed sieve faces.
16137
16138 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16139 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16140 (gnus-group-news-3-empty, gnus-group-news-4)
16141 (gnus-group-news-4-empty, gnus-group-news-5)
16142 (gnus-group-news-5-empty, gnus-group-news-6)
16143 (gnus-group-news-6-empty, gnus-group-news-low)
16144 (gnus-group-news-low-empty, gnus-group-mail-1)
16145 (gnus-group-mail-1-empty, gnus-group-mail-2)
16146 (gnus-group-mail-2-empty, gnus-group-mail-3)
16147 (gnus-group-mail-3-empty, gnus-group-mail-low)
16148 (gnus-group-mail-low-empty, gnus-summary-selected)
16149 (gnus-summary-cancelled, gnus-summary-high-ticked)
16150 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16151 (gnus-summary-high-ancient, gnus-summary-low-ancient)
16152 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16153 (gnus-summary-low-undownloaded)
16154 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16155 (gnus-summary-low-unread, gnus-summary-normal-unread)
16156 (gnus-summary-high-read, gnus-summary-low-read)
16157 (gnus-summary-normal-read, gnus-splash):
16158 Remove "-face" suffix from face names.
16159 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16160 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16161 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16162 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16163 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16164 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16165 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16166 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16167 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16168 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16169 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16170 (gnus-summary-selected-face, gnus-summary-cancelled-face)
16171 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16172 (gnus-summary-normal-ticked-face)
16173 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16174 (gnus-summary-normal-ancient-face)
16175 (gnus-summary-high-undownloaded-face)
16176 (gnus-summary-low-undownloaded-face)
16177 (gnus-summary-normal-undownloaded-face)
16178 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16179 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16180 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16181 (gnus-splash-face):
16182 New backward-compatibility aliases for renamed faces.
16183 (gnus-group-startup-message): Use renamed gnus faces.
16184
16185 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16186 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16187 (gnus-server-agent): Remove "-face" suffix from face names.
16188 (gnus-server-agent-face, gnus-server-opened-face)
16189 (gnus-server-closed-face, gnus-server-denied-face)
16190 (gnus-server-offline-face):
16191 New backward-compatibility aliases for renamed faces.
16192 (gnus-server-agent-face, gnus-server-opened-face)
16193 (gnus-server-closed-face, gnus-server-denied-face)
16194 (gnus-server-offline-face): Use renamed gnus faces.
16195
16196 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16197 Remove "-face" suffix from face names.
16198 (gnus-picon-xbm-face, gnus-picon-face):
16199 New backward-compatibility aliases for renamed faces.
16200
16201 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16202 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16203 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16204 (gnus-cite-11): Remove "-face" suffix from face names.
16205 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16206 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16207 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16208 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16209 New backward-compatibility aliases for renamed faces.
16210 (gnus-cite-attribution-face, gnus-cite-face-list)
16211 (gnus-article-boring-faces): Use renamed gnus faces.
16212
16213 * gnus-art.el (gnus-signature, gnus-header-from)
16214 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16215 (gnus-header-content): Remove "-face" suffix from face names.
16216 (gnus-signature-face, gnus-header-from-face)
16217 (gnus-header-subject-face, gnus-header-newsgroups-face)
16218 (gnus-header-name-face, gnus-header-content-face):
16219 New backward-compatibility aliases for renamed faces.
16220 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16221
16222 * gnus-sum.el (gnus-summary-selected-face)
16223 (gnus-summary-highlight): Use renamed gnus faces.
16224 * gnus-group.el (gnus-group-highlight): Likewise.
16225
16226 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
16227
16228 * gnus-sieve.el (gnus-sieve-article-add-rule):
16229 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16230 * spam-stat.el (spam-stat-buffer-change-to-spam)
16231 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16232
16233 * message.el (message-is-yours-p):
16234 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16235
16236 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16237
16238 * mm-view.el (mm-inline-text): Withdraw the last change.
16239
16240 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
16241
16242 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16243 executing enriched-decode.
16244
16245 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
16246
16247 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16248 charset of tar files.
16249
16250 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16251
16252 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16253
16254 2005-06-04 Lute Kamstra <lute@gnu.org>
16255
16256 * nnfolder.el (nnfolder-read-folder): Make sure that undo
16257 information is never recorded.
16258
16259 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16260
16261 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16262
16263 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
16264
16265 * pop3.el (pop3-apop): Run md5 in the binary mode.
16266
16267 * starttls.el (starttls-set-process-query-on-exit-flag):
16268 Use eval-and-compile.
16269
16270 2005-05-31 Simon Josefsson <jas@extundo.com>
16271
16272 * smime.el (smime-replace-in-string): Define.
16273 (smime-cert-by-ldap-1): Use it.
16274
16275 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
16276
16277 * gnus-art.el (article-display-x-face): Replace
16278 process-kill-without-query by gnus-set-process-query-on-exit-flag.
16279
16280 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16281 set-process-query-on-exit-flag or process-kill-without-query.
16282
16283 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16284 loop instead of replace-regexp.
16285
16286 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16287 instead of process-kill-without-query if it is available.
16288
16289 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16290 instead of find-file-hooks if it is available.
16291
16292 * mml1991.el: Bind pgg-default-user-id when compiling.
16293
16294 * mml2015.el: Bind pgg-default-user-id when compiling.
16295
16296 * nndraft.el (nndraft-request-associate-buffer):
16297 Use write-contents-functions instead of write-contents-hooks if it is
16298 available.
16299
16300 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16301 instead of find-file-hooks if it is available.
16302
16303 * nntp.el (nntp-open-connection): Replace
16304 process-kill-without-query by gnus-set-process-query-on-exit-flag.
16305 (nntp-open-ssl-stream): Ditto.
16306 (nntp-open-tls-stream): Ditto.
16307
16308 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16309 set-process-query-on-exit-flag or process-kill-without-query.
16310 (starttls-open-stream-gnutls): Use it instead of
16311 process-kill-without-query.
16312 (starttls-open-stream): Ditto.
16313
16314 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
16315
16316 * smime.el (smime-cert-by-ldap-1): Don't use
16317 replace-regexp-in-string.
16318
16319 2005-05-31 Arne Jørgensen <arne@arnested.dk>
16320
16321 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16322
16323 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16324 in PEM format. Adjust to the XEmacs compatibility.
16325
16326 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
16327
16328 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16329 by `string-to-number'.
16330 * gnus-agent.el (gnus-agent-regenerate-group)
16331 (gnus-agent-fetch-articles): Ditto.
16332 * gnus-art.el (gnus-button-fetch-group): Ditto.
16333 * gnus-cache.el (gnus-cache-generate-active)
16334 (gnus-cache-articles-in-group): Ditto.
16335 * gnus-group.el (gnus-group-set-current-level)
16336 (gnus-group-insert-group-line): Ditto.
16337 * gnus-score.el (gnus-score-set-expunge-below)
16338 (gnus-score-set-mark-below, gnus-summary-score-effect)
16339 (gnus-summary-score-entry): Ditto.
16340 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16341 (gnus-soup-pack): Ditto.
16342 * gnus-spec.el (gnus-xmas-format): Ditto.
16343 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16344 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16345 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16346 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16347 * nndb.el (nndb-get-remote-expire-response): Ditto.
16348 * nndiary.el (nndiary-parse-schedule-value)
16349 (nndiary-string-to-number, nndiary-request-replace-article)
16350 (nndiary-request-article): Ditto.
16351 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16352 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16353 * nneething.el (nneething-make-head): Ditto.
16354 * nnfolder.el (nnfolder-request-article)
16355 (nnfolder-retrieve-headers): Ditto.
16356 * nnheader.el (nnheader-file-to-number): Ditto.
16357 * nnkiboze.el (nnkiboze-request-article): Ditto.
16358 * nnmail.el (nnmail-process-unix-mail-format)
16359 (nnmail-process-babyl-mail-format): Ditto.
16360 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16361 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16362 (nnmh-request-create-group, nnmh-request-list-1)
16363 (nnmh-request-group, nnmh-request-article): Ditto.
16364 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16365 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16366 * nnsoup.el (nnsoup-make-active): Ditto.
16367 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16368 * nntp.el (nntp-find-group-and-number)
16369 (nntp-retrieve-headers-with-xover): Ditto.
16370 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16371 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16372 (pgg-format-key-identifier): Ditto.
16373 * pop3.el (pop3-last, pop3-stat): Ditto.
16374 * qp.el (quoted-printable-decode-region): Ditto.
16375
16376 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16377 of concat.
16378
16379 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16380
16381 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16382
16383 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16384
16385 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16386
16387 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16388
16389 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16390
16391 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16392
16393 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16394 (gnus-carpal-mode): Ditto.
16395
16396 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16397 (gnus-browse-mode): Ditto.
16398
16399 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16400
16401 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16402
16403 2005-05-29 Richard M. Stallman <rms@gnu.org>
16404
16405 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16406
16407 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
16408
16409 * gnus-util.el (gnus-run-mode-hooks): New function.
16410
16411 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16412
16413 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16414
16415 * gnus-agent.el (gnus-agent-make-mode-line-string):
16416 Use mode-line-highlight as mouse-face.
16417
16418 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
16419
16420 * canlock.el (canlock): Change the parent group to news.
16421
16422 * deuglify.el (gnus-outlook-deuglify): Add :group.
16423
16424 * dig.el (dig): Add :group.
16425
16426 * dns-mode.el (dns-mode): Add :group.
16427
16428 * encrypt.el (encrypt): Add :group.
16429
16430 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16431 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16432 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16433 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16434 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16435
16436 * gnus-diary.el (gnus-diary): Add :group.
16437
16438 * gnus.el (gnus-group-news-1-face): Add :group.
16439 (gnus-group-news-1-empty-face): Ditto.
16440 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16441 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16442 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16443 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16444 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16445 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16446 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16447 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16448 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16449 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16450 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16451 (gnus-summary-high-ticked-face): Ditto.
16452 (gnus-summary-low-ticked-face): Ditto.
16453 (gnus-summary-normal-ticked-face): Ditto.
16454 (gnus-summary-high-ancient-face): Ditto.
16455 (gnus-summary-low-ancient-face): Ditto.
16456 (gnus-summary-normal-ancient-face): Ditto.
16457 (gnus-summary-high-undownloaded-face): Ditto.
16458 (gnus-summary-low-undownloaded-face): Ditto.
16459 (gnus-summary-normal-undownloaded-face): Ditto.
16460 (gnus-summary-high-unread-face): Ditto.
16461 (gnus-summary-low-unread-face): Ditto.
16462 (gnus-summary-normal-unread-face): Ditto.
16463 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16464 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16465
16466 * hashcash.el (hashcash): New custom group.
16467 (hashcash-default-payment): Add :group.
16468 (hashcash-payment-alist): Ditto.
16469 (hashcash-default-accept-payment): Ditto.
16470 (hashcash-accept-resources): Ditto.
16471 (hashcash-path): Ditto.
16472 (hashcash-extra-generate-parameters): Ditto.
16473 (hashcash-double-spend-database): Ditto.
16474 (hashcash-in-news): Ditto.
16475
16476 * message.el (message-minibuffer-local-map): Add :group.
16477
16478 * netrc.el (netrc): Add :group.
16479
16480 * sieve-manage.el (sieve-manage-log): Add :group.
16481 (sieve-manage-default-user): Diito.
16482 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16483 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16484 (sieve-manage-authenticators): Ditto.
16485 (sieve-manage-authenticator-alist): Ditto.
16486 (sieve-manage-default-port): Ditto.
16487
16488 * sieve-mode.el (sieve-control-commands-face): Add :group.
16489 (sieve-action-commands-face): Ditto.
16490 (sieve-test-commands-face): Ditto.
16491 (sieve-tagged-arguments-face): Ditto.
16492
16493 * smime.el (smime): Add :group.
16494
16495 * spam-report.el (spam-report): Add :group.
16496
16497 * spam.el (spam, spam-face): Add :group.
16498
16499 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16500
16501 * nntp.el (nntp-next-result-arrived-p): Some news servers may
16502 return \n.\n.\n at the end of articles. Protect against that.
16503 (nntp-with-open-group): Allow debugging.
16504
16505 * nnheader.el (mail-header-set-extra): Make into a function
16506 because I just could't understand how to quote the list properly.
16507
16508 * dns.el (query-dns-cached): New function.
16509
16510 2005-05-26 Lute Kamstra <lute@gnu.org>
16511
16512 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16513
16514 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
16515
16516 * gnus-art.el: Don't autoload mail-extract-address-components.
16517
16518 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16519 eval-and-compile to evaluate it.
16520
16521 * hashcash.el: Don't autoload executable-find.
16522
16523 * nndb.el: Don't declare the nndb back end two or more times; don't
16524 autoload news-reply-mode, news-setup, cancel-timer and telnet.
16525
16526 * nntp.el: Autoload format-spec instead of format; use
16527 eval-and-compile to evaluate autoload forms.
16528
16529 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
16530
16531 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16532
16533 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16534
16535 * gnus.el (gnus-version-number): Bump version.
16536
16537 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16538
16539 * gnus.el: No Gnus v0.3 is released.
16540
16541 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
16542
16543 * gnus-art.el (gnus-article-edit-part): Disable undo.
16544
16545 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16546
16547 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16548 gnus-article-date-lapsed-new-header is t if date timer is active;
16549 skip headers in which the original date value is empty.
16550 (gnus-article-save-original-date): Redefine it as a macro.
16551 (gnus-display-mime): Use it.
16552
16553 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
16554
16555 * gnus-art.el (article-date-ut): Support converting date in
16556 forwarded parts as well.
16557 (gnus-article-save-original-date): New function.
16558 (gnus-display-mime): Use it.
16559
16560 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
16561
16562 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16563 enclosure element of <item>.
16564
16565 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
16566
16567 * message.el (message-kill-buffer-query): Rename from
16568 `message-kill-buffer-query-if-modified'. Add :version.
16569
16570 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16571
16572 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16573 window layout.
16574
16575 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16576
16577 * mml.el: Autoload dnd when compiling.
16578
16579 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16580
16581 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16582 x-dnd-*.
16583
16584 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16585
16586 * qp.el (quoted-printable-encode-region): Save excursion.
16587
16588 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
16589
16590 * message.el (message-kill-buffer-query-if-modified): Add new variable
16591 so the user can kill a modified message buffer quickly.
16592 (message-kill-buffer): Use it.
16593
16594 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
16595
16596 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
16597 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16598
16599 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
16600
16601 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16602 contained in text because xml.el decodes entities) with LFs.
16603
16604 2005-04-11 Lute Kamstra <lute@gnu.org>
16605
16606 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16607 differently.
16608
16609 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16610
16611 * mm-util.el (mm-detect-coding-region): Typo.
16612
16613 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
16614
16615 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16616
16617 2005-04-06 Deepak Goel <deego@gnufans.org>
16618
16619 * spam-stat.el (spam-stat-score-buffer): Add a call to a
16620 user-function allow user modifications of the scores.
16621 (spam-stat-score-buffer-user): New function, to allow
16622 user-computed modifications to the score.
16623 (spam-stat-score-buffer-user-functions): List of additional
16624 scoring functions.
16625 (spam-stat-error-holder): Global temporary error holder.
16626 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16627 variable.
16628
16629 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
16630
16631 * gnus-registry.el (gnus-registry-clean-empty-function)
16632 (gnus-registry-trim, gnus-registry-fetch-groups)
16633 (gnus-registry-delete-group): Groups that match
16634 `gnus-registry-ignored-groups' are removed from the registry
16635 entries, not just ignored for splitting. This helps clean up the
16636 registry. Also, `gnus-registry-fetch-groups' is a convenient way
16637 to get all the groups a message ID is in.
16638
16639 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16640 (spam-stat-split-fancy): Change "threshhold" to "threshold".
16641 (spam-stat-score-buffer-user-functions): Add :number custom type.
16642
16643 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16644
16645 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16646 argument in XEmacs.
16647
16648 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16649 (nnrss-request-group): Decode group name first.
16650 (nnrss-request-article): Make a text/plain article if mml-to-mime
16651 failed.
16652 (nnrss-get-encoding): Return a compatible encoding according to
16653 nnrss-compatible-encoding-alist.
16654 (nnrss-find-el): Use consp instead of listp.
16655 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16656
16657 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16658
16659 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16660 which Emacs 20 doesn't support.
16661 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16662
16663 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
16664
16665 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16666 silence the byte compiler inside the defun.
16667
16668 * gnus-demon.el (parse-time-string): Add autoload.
16669
16670 * gnus-delay.el (parse-time-string): Add autoload.
16671
16672 * gnus-art.el (parse-time-string): Add autoload.
16673
16674 * nnultimate.el (parse-time): Require for `parse-time-string'.
16675
16676 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16677
16678 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16679
16680 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16681
16682 * smime.el (smime-ldap-host-list): Add :version.
16683
16684 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
16685
16686 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16687 pass it to `gnus-browse-read-group'.
16688 (gnus-browse-read-group): Add NUMBER argument and pass it to
16689 `gnus-group-read-ephemeral-group'.
16690
16691 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16692 argument and pass it to `gnus-group-read-group'.
16693
16694 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
16695
16696 * mm-util.el (mm-xemacs-find-mime-charset): Only call
16697 mm-xemacs-find-mime-charset-1 if we have the mule feature
16698 available at runtime.
16699
16700 2005-03-25 Werner Lemberg <wl@gnu.org>
16701
16702 * nnmaildir.el: Replace `illegal' with `invalid'.
16703
16704 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16705
16706 * gnus-start.el (gnus-display-time-event-handler):
16707 Check display-time-timer at runtime rather than only at load time
16708 in case display-time-mode is turned off in the mean time.
16709
16710 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
16711
16712 * nnimap.el (nnimap-open-connection): Print which authinfo file is
16713 used.
16714
16715 * nneething.el (nneething-map-file-directory): Derive from
16716 `gnus-directory'.
16717
16718 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16719 the To/Cc button.
16720
16721 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
16722
16723 * nnmaildir.el (nnmaildir-request-accept-article):
16724 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16725
16726 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
16727
16728 * gnus-async.el: Require timer-funcs at compile time when in
16729 XEmacs for `run-with-idle-timer'.
16730
16731 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
16732
16733 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16734 autoloaded function.
16735
16736 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16737
16738 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16739
16740 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
16741
16742 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16743
16744 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16745
16746 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16747 Add gnus-expert-user to default.
16748
16749 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
16750
16751 * nnimap.el (nnimap-open-server): Ditto.
16752
16753 * imap.el (imap-authenticate): Fix typo.
16754
16755 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
16756
16757 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16758 buffer (since IMAP server might return FETCH response out of
16759 order, and the nntp buffer must be sorted).
16760
16761 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
16762
16763 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16764 comparison on string.
16765
16766 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16767 (gnus-agent-score): Rename category keywords to match gnus-cus.
16768 (gnus-agent-summary-fetch-series): Modify to protect against
16769 gnus-agent-summary-fetch-group clearing processable flags.
16770 (gnus-agent-synchronize-group-flags): Update live group buffer as
16771 synchronization may occur due to the user toggle the plugged
16772 status.
16773 (gnus-agent-fetch-group-1): Clear downloadable flag when article
16774 successfully downloaded.
16775 (gnus-agent-expire-group-1): Avoid using markers when the overview
16776 is in ascending order; greatly improves performance.
16777 (gnus-agent-regenerate-group):
16778 Use gnus-agent-synchronize-group-flags to reset read status in both
16779 gnus and server.
16780 (gnus-agent-update-files-total-fetched-for): Fix initial size.
16781
16782 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
16783
16784 * message.el: Don't autoload former message-utils variables.
16785 (message-strip-subject-trailing-was): Change doc string.
16786
16787 * nnweb.el: Fixes for `gnus-group-make-web-group'.
16788 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
16789 (nnweb-google-search): Add "hl=en" here.
16790 (nnweb-google-parse-1, nnweb-google-create-mapping):
16791 Don't hardcode URL.
16792
16793 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
16794
16795 * message.el (message-get-reply-headers, message-followup):
16796 Mention related variables `message-use-followup-to' and
16797 `message-use-mail-followup-to', in the information buffer.
16798
16799 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16800 of broken groups(-beta).google.com.
16801
16802 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
16803
16804 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16805 parameter to invoked gnus-request-move-article; remove the
16806 redundant gnus-sum-hint-move-is-internal variable; apply the marks
16807 all at once instead of once per article.
16808 (gnus-summary-remove-process-mark): Accept a list of articles as
16809 well as a single article for processing.
16810
16811 * gnus-int.el (gnus-request-move-article): Add move-is-internal
16812 parameter.
16813
16814 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16815
16816 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16817
16818 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16819 parameter.
16820
16821 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16822 parameter.
16823
16824 * nnimap.el (nnimap-request-move-article): Add move-is-internal
16825 parameter and remove the gnus-sum-hint-move-is-internal variable.
16826
16827 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16828 parameter.
16829
16830 * nndraft.el (nndraft-request-move-article): Add move-is-internal
16831 parameter.
16832
16833 * nndiary.el (nndiary-request-move-article): Add move-is-internal
16834 parameter.
16835
16836 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16837
16838 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16839 parameter.
16840
16841 * nnagent.el (nnagent-request-move-article): Add move-is-internal
16842 parameter.
16843
16844 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
16845
16846 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16847 a more conservative way.
16848
16849 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16850
16851 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16852 buffer, so it moves the window's cursor.
16853
16854 2005-02-26 Arne Jørgensen <arne@arnested.dk>
16855
16856 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16857 `mm-dissect-multipart' and receive the from field as an (optional)
16858 argument from `mm-dissect-multipart'.
16859 (mm-dissect-multipart): Receive the from field as an argument and
16860 pass it on when we call `mm-dissect-buffer' on MIME parts.
16861 Fixes verification/decryption of signed/encrypted MIME parts.
16862
16863 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
16864
16865 * gnus-sum.el (gnus-summary-move-article):
16866 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16867 whatever it calls (right now, only nnimap-request-move article
16868 respects it).
16869
16870 * nnimap.el (nnimap-request-move-article):
16871 When gnus-sum-hint-move-is-internal is set, don't do the extra
16872 nnimap-request-article.
16873
16874 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16875
16876 * nnheader.el (nnheader-find-file-noselect): Add doc string.
16877
16878 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16879 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16880
16881 * gnus-sum.el (gnus-summary-caesar-message):
16882 Apply `gnus-treat-article' after rotation.
16883
16884 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16885 doc string.
16886
16887 2005-02-22 Simon Josefsson <jas@extundo.com>
16888
16889 * encrypt.el (encrypt-password-cache-expiry): Remove (use
16890 `password-cache-expiry' instead). Reported by Arne Jørgensen
16891 <arne@arnested.dk>.
16892 (encrypt): Add password-cache and password-cache-expiry as group
16893 members.
16894
16895 2005-02-22 Arne Jørgensen <arne@arnested.dk>
16896
16897 * smime.el (smime-ldap-host-list): Doc fix.
16898 (smime-ask-passphrase): Use `password-read-and-add' to read (and
16899 cache) password.
16900 (smime-sign-region): Use it.
16901 (smime-decrypt-region): Use it.
16902 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16903 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16904 fails.
16905 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16906 certificate from DER to PEM format rather than calling openssl.
16907
16908 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16909
16910 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16911 for signing/encryption.
16912
16913 * mml.el (mml-parse-1): Use them.
16914
16915 2005-02-21 Arne Jørgensen <arne@arnested.dk>
16916
16917 * nnrss.el (nnrss-verbose): Remove.
16918 (nnrss-request-group): Use `nnheader-message' instead.
16919
16920 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
16921
16922 * nnrss.el (nnrss-verbose): New variable.
16923 (nnrss-request-group): Make it say nnrss is requesting a group.
16924
16925 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16926
16927 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16928 Handle news URL with given port correctly.
16929
16930 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16931
16932 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16933 containing special characters.
16934
16935 * gnus-sum.el (gnus-summary-edit-article): Ditto.
16936
16937 * mml.el (mime-to-mml): Ditto.
16938
16939 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16940 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16941 (rfc2047-decode-region): Quote decoded words containing special
16942 characters when rfc2047-quote-decoded-words-containing-tspecials
16943 is non-nil.
16944
16945 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
16946
16947 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16948
16949 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16950
16951 2005-02-15 Simon Josefsson <jas@extundo.com>
16952
16953 * nnimap.el (nnimap-debug): Doc fix.
16954
16955 * imap.el (imap-debug): Doc fix.
16956
16957 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16958
16959 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16960
16961 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16962
16963 * gnus.el (spam-contents): Improve docs for spam-contents
16964 parameter in its variable incarnation.
16965
16966 2005-02-14 Simon Josefsson <jas@extundo.com>
16967
16968 * smime-ldap.el: Use require instead of load-library for ldap.
16969 (smime-ldap-search): Indent.
16970 (smime-ldap-search-internal): Shorten line.
16971
16972 * smime.el (smime-cert-by-dns): Add doc-string.
16973 (smime-cert-by-ldap-1): Indent.
16974
16975 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16976 mml-smime-get-dns-ldap.
16977 (mml-smime-encrypt-query): Use new function. Default to ldap.
16978
16979 2005-02-14 Arne Jørgensen <arne@arnested.dk>
16980
16981 * smime.el: Require smime-ldap.
16982 (smime-ldap-host-list): New variable.
16983 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16984
16985 * mml-smime.el (mml-smime-encrypt-query): New function.
16986 (mml-smime-encrypt-query): Use it.
16987
16988 * smime-ldap.el: New file.
16989
16990 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16991
16992 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16993
16994 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16995
16996 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16997 argument in doc string. Make query for type more clear.
16998
16999 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
17000
17001 * gnus.el (gnus-group-startup-message): Search for gnus images in
17002 etc/images/gnus.
17003 * mm-util.el (mm-image-load-path): Likewise.
17004 * smiley.el (smiley-data-directory): Search for smilies in
17005 etc/images/smilies.
17006
17007 2005-02-09 Kim F. Storm <storm@cua.dk>
17008
17009 Change Emacs release version from 21.4 to 22.1 throughout.
17010 Change Emacs development version from 21.3.50 to 22.0.50.
17011
17012 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
17013
17014 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17015
17016 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17017 non-Mule XEmacs as well.
17018 (mm-decompress-buffer): Signal an error intentionally if it does
17019 not decompress compressed data because auto-compression-mode is
17020 disabled.
17021
17022 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
17023
17024 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17025 an ID in the registry even if it has no groups.
17026
17027 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
17028
17029 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17030 merge it into mm-decompress-buffer.
17031 (gnus-mime-copy-part): Use the MIME part charset, the value which
17032 a user specified or gnus-newsgroup-charset for decoding, like
17033 gnus-mime-inline-part does; set buffer-file-coding-system to tell
17034 save-buffer what was used. Suggested by Kevin Ryde
17035 <user42@zip.com.au>.
17036 (gnus-mime-inline-part): Allow the name parameter as well as the
17037 filename parameter; force decompressing of compressed data; always
17038 display contents being not decoded as unibyte.
17039
17040 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17041 as well as the filename parameter.
17042
17043 * mm-util.el (mm-decompress-buffer):
17044 Merge gnus-mime-jka-compr-maybe-uncompress.
17045 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17046 of compressed data.
17047
17048 2005-02-08 Simon Josefsson <jas@extundo.com>
17049
17050 * imap.el (imap-log): Doc fix.
17051
17052 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
17053
17054 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17055 the coding cookies; decompress compressed parts.
17056
17057 * mml.el (mml-generate-mime-1): Add the charset parameter according
17058 to the value which a user specified manually or the coding cookie.
17059
17060 * mm-util.el (mm-string-to-multibyte): New function.
17061 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17062 (mm-coding-system-to-mime-charset): New function.
17063 (mm-decompress-buffer): New function.
17064 (mm-find-buffer-file-coding-system): New function.
17065
17066 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17067 (mm-display-inline-fontify): Rewrite for decoding and decompressing
17068 parts.
17069
17070 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17071
17072 * mm-view.el (mm-display-inline-fontify): Decode a part according
17073 to the charset parameter.
17074
17075 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
17076
17077 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17078 prefix arg is neither nil nor a number, as info specifies.
17079
17080 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
17081
17082 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17083 timestamps.
17084
17085 2005-02-02 Jari Aalto <jari.aalto@cante.net>
17086
17087 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17088 groups error checking and notify user.
17089
17090 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
17091
17092 * message.el (message-send-mail-function): Check existence of
17093 sendmail-program first before using default value
17094 `message-send-mail-with-sendmail'. Otherwise use more generic
17095 `smtpmail-send-it'.
17096
17097 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
17098
17099 * nntp.el (nntp-request-update-info): Always return nil.
17100
17101 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
17102
17103 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17104
17105 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
17106
17107 * message.el (message-beginning-of-line): Change the behavior when
17108 invoked between BOL and : so that it first moves backward.
17109
17110 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
17111
17112 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17113 article buffer when editing of the article is discarded.
17114 (gnus-article-prepare): Revert.
17115
17116 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
17117
17118 * gnus-art.el (gnus-article-prepare):
17119 Remove message-strip-forbidden-properties from the local hook.
17120
17121 2005-01-27 Simon Josefsson <jas@extundo.com>
17122
17123 * password.el (password-cache-add): Only start one timer per key.
17124 Reported by Derek Atkins <warlord@MIT.EDU>.
17125
17126 2005-01-26 Steve Youngs <steve@sxemacs.org>
17127
17128 * run-at-time.el: Remove. It is no longer needed as
17129 timer-funcs.el in the xemacs-base package has a working version of
17130 `run-at-time'.
17131
17132 * password.el: Require timer-funcs instead of run-at-time in
17133 XEmacs.
17134 Remove `password-run-at-time' macro.
17135 (password-cache-add): Use `run-at-time' instead of
17136 `password-run-at-time'.
17137
17138 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17139 for `run-with-idle-timer'.
17140
17141 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17142 for `run-at-time'.
17143
17144 * mm-url.el: Require timer-funcs at compile time when in XEmacs
17145 for `with-timeout'.
17146
17147 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
17148
17149 * mml.el (mml-generate-mime-1): Convert string into unibyte when
17150 inserting " *mml*" buffer's contents into a unibyte temp buffer.
17151
17152 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
17153
17154 * mail-source.el (mail-source-fetch-imap): Search for ^From case
17155 sensitively.
17156
17157 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
17158
17159 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17160
17161 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
17162
17163 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17164 which will be inserted according to the multibyteness of a buffer
17165 rather than the type of contents. Suggested by ARISAWA Akihiro
17166 <ari@mbf.ocn.ne.jp>.
17167
17168 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17169 of string which old xml.el may return rather than a string.
17170
17171 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
17172
17173 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17174
17175 2005-01-16 Simon Josefsson <jas@extundo.com>
17176
17177 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17178 idn/idna.el isn't available.
17179 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
17180 <michael@waxrat.com>.
17181
17182 * hashcash.el: Remove non-FSF copyright header.
17183
17184 * hashcash.el (hashcash-extra-generate-parameters): New variable.
17185 (hashcash-generate-payment): Use it.
17186 (hashcash-generate-payment-async): Use it.
17187
17188 2005-01-15 Simon Josefsson <jas@extundo.com>
17189
17190 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17191 Suggested by Raymond Scholz <ray-2005@zonix.de>.
17192
17193 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17194 gnus-summary-idna-message.
17195 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17196 (gnus-summary-idna-message): New function.
17197
17198 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
17199
17200 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17201 gnus-novice-user.
17202
17203 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
17204
17205 * nnrss.el (nnrss-request-delete-group): Delete entries in
17206 nnrss-group-alist as well.
17207 (nnrss-save-server-data): Insert newline.
17208
17209 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
17210
17211 * gnus.el (gnus-user-agent): Use list of symbols instead of
17212 symbols. Display full version number for (S)XEmacs.
17213 Optionally display (S)XEmacs codename.
17214
17215 * gnus-util.el (gnus-emacs-version): Update for new
17216 `gnus-user-agent'.
17217
17218 * gnus-msg.el (gnus-extended-version): Make it possible to omit
17219 Gnus version.
17220
17221 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
17222
17223 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
17224 which is unreadable in some setups.
17225
17226 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
17227
17228 * gnus-spec.el (gnus-update-format-specifications): Flush the
17229 group format spec cache if it doesn't support decoded group names.
17230
17231 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
17232
17233 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17234 Allow to apply decay on score files matching a regexp.
17235
17236 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
17237
17238 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17239 compatibility in %g and %c.
17240
17241 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
17242
17243 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17244 name for only %g and %c.
17245 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17246 of gnus-tmp-group to decoded group name.
17247 (gnus-group-make-rss-group): Exclude `/'s from group names.
17248
17249 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
17250
17251 * nnrss.el (nnrss-get-encoding): Fix regexp.
17252
17253 2004-12-27 Simon Josefsson <jas@extundo.com>
17254
17255 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17256 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17257 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
17258
17259 2004-12-17 Kim F. Storm <storm@cua.dk>
17260
17261 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17262
17263 * gnus-sum.el (gnus-summary-mode-map): Likewise.
17264
17265 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
17266
17267 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17268
17269 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
17270
17271 * nnrss.el: Require rfc2047 and mml.
17272 (nnrss-file-coding-system): New variable.
17273 (nnrss-format-string): Redefine it as an inline function.
17274 (nnrss-decode-group-name): New function.
17275 (nnrss-string-as-multibyte): Remove.
17276 (nnrss-retrieve-headers): Decode group name; don't use
17277 nnrss-format-string.
17278 (nnrss-request-group): Decode group name.
17279 (nnrss-request-article): Decode group name; allow a Message-ID as
17280 well as an article number; don't use nnrss-format-string; encode a
17281 Message-ID string which may contain non-ASCII characters; use
17282 mml-to-mime to compose a MIME article.
17283 (nnrss-request-expire-articles): Decode group name.
17284 (nnrss-request-delete-group): Decode group name.
17285 (nnrss-fetch): Clarify error message.
17286 (nnrss-read-server-data): Use insert-file-contents instead of load;
17287 bind file-name-coding-system; use multibyte buffer.
17288 (nnrss-save-server-data): Bind coding-system-for-write to the
17289 value of nnrss-file-coding-system; bind file-name-coding-system;
17290 add coding cookie.
17291 (nnrss-read-group-data): Use insert-file-contents instead of load;
17292 bind file-name-coding-system; use multibyte buffer.
17293 (nnrss-save-group-data): Bind coding-system-for-write to the
17294 value of nnrss-file-coding-system; bind file-name-coding-system.
17295 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17296 make it work with non-ASCII text.
17297 (nnrss-find-el): Make it work with old xml.el as well.
17298
17299 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
17300
17301 * nnrss.el (nnrss-get-encoding): New function.
17302 (nnrss-fetch): Use unibyte buffer initially; bind
17303 coding-system-for-read while performing mm-url-insert; remove ^Ms;
17304 decode contents according to the encoding attribute.
17305 (nnrss-save-group-data): Add coding cookie.
17306 (nnrss-mime-encode-string): New function.
17307 (nnrss-check-group): Use it to encode subject and author.
17308
17309 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
17310
17311 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17312 imaginary variable.
17313
17314 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17315
17316 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17317 correctly even if there are wide characters.
17318
17319 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
17320
17321 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17322 downcased symbol names; make a new cache instead of reusing
17323 bbdb-hashtable.
17324
17325 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
17326
17327 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17328 concatenating segments rather than before concatenating them.
17329 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17330
17331 * message.el (message-get-reply-headers): Bind `extra'.
17332
17333 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17334
17335 * message.el (message-extra-wide-headers): New variable.
17336 (message-get-reply-headers): Use it.
17337
17338 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
17339
17340 * gnus-agent.el (gnus-agent-group-path): Decode group name.
17341 (gnus-agent-group-pathname): Ditto.
17342
17343 * gnus-cache.el (gnus-cache-file-name): Decode group name.
17344
17345 * gnus-group.el (gnus-group-make-group): Decode group name.
17346 (gnus-group-make-rss-group): Register the group data after opening
17347 the nnrss group.
17348
17349 2004-12-17 Paul Jarc <prj@po.cwru.edu>
17350
17351 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17352 by expiry now get marked as read.
17353
17354 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
17355
17356 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17357
17358 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
17359
17360 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17361 unify Latin characters in XEmacs.
17362 (mm-find-mime-charset-region): Use it.
17363
17364 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
17365
17366 * gnus-util.el (gnus-delete-directory): New function.
17367
17368 * gnus-agent.el (gnus-agent-delete-group): Use it.
17369
17370 * gnus-cache.el (gnus-cache-delete-group): Use it.
17371
17372 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
17373
17374 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17375 names.
17376
17377 2004-12-16 Simon Josefsson <jas@extundo.com>
17378
17379 * hashcash.el (hashcash-payment-alist): Fix custom :type.
17380
17381 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
17382
17383 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17384
17385 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17386 (gnus-group-set-current-level): Decode group name.
17387
17388 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
17389
17390 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17391 failed.
17392
17393 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
17394
17395 * gnus-group.el (gnus-group-delete-group): Decode group name.
17396 (gnus-group-make-rss-group): Encode group name.
17397 (gnus-group-catchup-current): Decode group name.
17398 (gnus-group-kill-group): Decode group name.
17399
17400 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
17401
17402 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17403
17404 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
17405
17406 * gnus-group.el (gnus-group-make-rss-group):
17407 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17408
17409 * gnus-start.el (gnus-setup-news): Honor user's setting to
17410 gnus-message-archive-method. Suggested by Lute Kamstra
17411 <lute@gnu.org>.
17412
17413 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
17414
17415 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17416 global counterparts of the buffer-local variables.
17417
17418 2004-11-16 Romain Francoise <romain@orebokech.com>
17419
17420 * gnus-sum.el (gnus-summary-exit): Don't clear the global
17421 counterparts of the buffer-local variables.
17422
17423 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
17424
17425 * message.el (message-forbidden-properties): Fix typo in doc
17426 string.
17427
17428 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
17429
17430 * gnus-util.el (gnus-replace-in-string): Add doc string.
17431
17432 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17433 to avoid problems when splitting mails with many recipients.
17434
17435 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17436
17437 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17438 pop-to-buffer, covered by the subsequent gnus-configure-windows.
17439
17440 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
17441
17442 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17443 if there is no hashtable in memory or file modification time is
17444 newer than cached timestamp.
17445
17446 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
17447
17448 * gnus-sum.el (gnus-summary-limit-to-recipient):
17449 Implement not-matching option.
17450
17451 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
17452
17453 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17454 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17455 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17456 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17457 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
17458 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17459
17460 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
17461
17462 * message.el (message-forward-make-body-mml): Remove headers
17463 according to message-forward-ignored-headers if a message is decoded.
17464
17465 2004-12-02 Romain Francoise <romain@orebokech.com>
17466
17467 * message.el (message-forward-make-body-plain): Always remove
17468 headers according to message-forward-ignored-headers.
17469
17470 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
17471
17472 * spam.el (spam-summary-prepare-exit): Remove the
17473 gnus-summary-limit pop for now, it has problems with ham marks for
17474 me.
17475
17476 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
17477
17478 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17479 correctly.
17480
17481 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
17482
17483 * format-spec.el (format-spec): Message the char.
17484
17485 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
17486
17487 * gnus-art.el (gnus-split-methods): Reformat comments.
17488
17489 * spam.el (spam-summary-prepare-exit): Remove article limits
17490 before exiting the summary buffer.
17491
17492 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
17493
17494 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17495 order to silence the byte compiler.
17496
17497 * spam.el: Fix the way to silence the byte compiler, which
17498 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17499 bbdb-search-simple, spam-BBDB-register-routine,
17500 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17501 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17502 spam-stat-buffer-is-spam, spam-stat-load,
17503 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17504 spam-stat-save and spam-stat-split-fancy.
17505
17506 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
17507
17508 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17509 which may confuse users.
17510 (canlock-password-for-verify): Ditto.
17511
17512 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17513
17514 * gnus-art.el (gnus-emphasis-alist): Ditto.
17515
17516 * gnus-registry.el (gnus-registry-max-entries): Ditto.
17517
17518 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17519
17520 * gnus-start.el (gnus-save-killed-list): Ditto.
17521
17522 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17523 (gnus-sum-thread-tree-root): Ditto.
17524 (gnus-sum-thread-tree-false-root): Ditto.
17525 (gnus-sum-thread-tree-single-indent): Ditto.
17526
17527 * message.el (message-courtesy-message): Ditto.
17528 (message-archive-note): Ditto.
17529 (message-subscribed-address-file): Ditto.
17530 (message-user-fqdn): Ditto.
17531
17532 * spam-report.el (spam-report-gmane-regex): Ditto.
17533
17534 * spam.el (spam-blackhole-good-server-regex): Ditto.
17535
17536 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17537
17538 * mml.el (mml-preview): Widen the message buffer before copying
17539 the contents to the preview buffer; sort headers before previewing.
17540
17541 * message.el (message-hidden-headers): Fix the way to avoid a bug
17542 in the `repeat' widget in Emacs 21.3 or earlier.
17543
17544 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17545
17546 * message.el (message-hidden-headers): Default to "^References:".
17547 Improve customization type. Suggested by Reiner Steib
17548 <Reiner.Steib@gmx.de>.
17549
17550 2004-11-25 Romain Francoise <romain@orebokech.com>
17551
17552 * message.el (message-strip-forbidden-properties): Remove check for
17553 obsolete `message-hidden' text property, hidden headers are not
17554 accessible in the buffer anymore.
17555
17556 2004-11-22 Romain Francoise <romain@orebokech.com>
17557
17558 * message.el (message-header-format-alist): Add `From' in list
17559 so that it can be sorted.
17560 (message-fix-before-sending): Widen and sort headers before
17561 sending.
17562 (message-hide-headers): Use narrowing to hide headers by moving
17563 them to the top of the buffer and narrowing to the region
17564 underneath.
17565
17566 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17567
17568 * message.el (message-strip-forbidden-properties):
17569 Bind buffer-read-only (etc) to nil.
17570
17571 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
17572
17573 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17574 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17575
17576 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
17577
17578 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17579
17580 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17581
17582 * dns.el (query-dns): Use sit-for to time instead of
17583 accept-process-output, since that doesn't seem to work on udp
17584 sockets.
17585
17586 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
17587
17588 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17589
17590 2004-11-15 Jesper Harder <harder@ifa.au.dk>
17591
17592 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17593 doc string. Improve doc string.
17594
17595 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
17596
17597 * nntp.el (nntp-request-update-info): Return nil if
17598 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17599 may not call gnus-activate-group which uselessly issues the GROUP
17600 commands for all nntp groups and wastes time. Reported by Romain
17601 Francoise <romain@orebokech.com>.
17602
17603 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17604
17605 2004-11-15 Simon Josefsson <jas@extundo.com>
17606
17607 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17608 headers separately.
17609 (gnus-button-openpgp): New function, inspired by Jochen Küpper
17610 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17611
17612 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
17613
17614 * gnus-start.el (gnus-convert-old-newsrc):
17615 Assign legacy-gnus-agent to 5.10.7.
17616
17617 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17618
17619 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17620 start of the lines.
17621
17622 2004-11-14 Magnus Henoch <mange@freemail.hu>
17623
17624 * hashcash.el (hashcash-default-payment): Change default to 20.
17625 (hashcash-default-accept-payment): Change default to 20.
17626 (hashcash-process-alist): New variable.
17627 (hashcash-generate-payment-async): Add.
17628 (hashcash-already-paid-p): Add.
17629 (hashcash-insert-payment): Don't generate payments twice.
17630 (hashcash-insert-payment-async): Add.
17631 (hashcash-insert-payment-async-2): Add.
17632 (hashcash-cancel-async): Add.
17633 (hashcash-wait-async): Add.
17634 (hashcash-processes-running-p): Add.
17635 (hashcash-wait-or-cancel): Add.
17636 (mail-add-payment): New optional argument. Conditionally start
17637 asynchronous calculation.
17638 (mail-add-payment-async): Add.
17639
17640 * message.el (message-send-mail): Wait for asynchronous hashcash
17641 results. Don't clobber existing X-Hashcash headers.
17642 (message-setup-1): Call mail-add-payment-async when
17643 message-generate-hashcash is non-nil.
17644
17645 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17646
17647 * message.el (message-use-alternative-email-as-from): Examine the
17648 From header as well; use message-make-from in order to include a
17649 user's full name.
17650
17651 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
17652
17653 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17654 default; improve customization type.
17655 (gnus-emphasis-custom-with-format): New macro.
17656 (gnus-emphasis-custom-value-to-external): New function.
17657 (gnus-emphasis-custom-value-to-internal): New function.
17658
17659 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
17660
17661 * dns.el (query-dns): Resolve reverse addresses.
17662
17663 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17664
17665 * gnus-group.el (gnus-group-get-new-news): Use it.
17666
17667 * gnus-start.el (gnus-check-reasonable-setup): New function.
17668
17669 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
17670
17671 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17672 "Args out of range" error. Reported by Arnaud Giersch
17673 <arnaud.giersch@free.fr>.
17674
17675 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
17676
17677 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17678
17679 2004-11-04 Richard M. Stallman <rms@gnu.org>
17680
17681 * spam.el (spam group): Add :version.
17682
17683 * pgg-def.el (pgg group): Add :version.
17684
17685 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
17686
17687 * gnus-art.el (gnus-article-edit-article): Don't associate the
17688 article buffer with a draft file. This is a temporary measure
17689 against the 2004-08-22 change to gnus-article-edit-mode.
17690
17691 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
17692
17693 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17694 (html2text-format-tags): Remove unused variable `attr'.
17695
17696 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
17697
17698 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17699
17700 * spam-stat.el (spam-stat): Add :version.
17701
17702 * sieve.el (sieve): Add :version.
17703
17704 * sha1.el (sha1): Add :version.
17705 (sha1-use-external): Remove redundant version.
17706
17707 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17708 (nnmail-cache-ignore-groups, nnmail-spool-hook)
17709 (nnmail-split-fancy-match-partial-words)
17710 (nnmail-split-lowercase-expanded): Add :version.
17711
17712 * nndiary.el (nndiary): Add :version.
17713
17714 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17715
17716 * mml-sec.el (mml-default-sign-method)
17717 (mml-default-encrypt-method, mml-signencrypt-style-alist):
17718 Add :version.
17719
17720 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17721
17722 * mm-url.el (mm-url-use-external, mm-url-program)
17723 (mm-url-arguments): Add :version.
17724
17725 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17726 (mm-attachment-file-modes, mm-decrypt-option)
17727 (mm-w3m-safe-url-regexp): Add :version.
17728
17729 * message.el (message-cite-prefix-regexp)
17730 (message-sendmail-envelope-from, message-minibuffer-local-map)
17731 (message-user-fqdn, message-completion-alist): Add :version.
17732
17733 * gnus-win.el (gnus-configure-windows-hook)
17734 (gnus-use-frames-on-any-display): Add :version.
17735
17736 * gnus-art.el (gnus-article-address-banner-alist)
17737 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17738 (gnus-treat-from-picon, gnus-treat-mail-picon)
17739 (gnus-treat-x-pgp-sig): Add :version.
17740
17741 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17742 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17743 (gnus-summary-article-delete-hook)
17744 (gnus-summary-display-while-building): Add :version.
17745
17746 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17747 (gnus-get-top-new-news-hook): Add :version.
17748
17749 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17750 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17751
17752 * gnus-registry.el (gnus-registry): Add :version.
17753
17754 * gnus-spec.el (gnus-use-correct-string-widths)
17755 (gnus-make-format-preserve-properties): Add :version.
17756
17757 * gnus.el (gnus-group-charter-alist)
17758 (gnus-group-fetch-control-use-browse-url)
17759 (gnus-install-group-spam-parameters): Add :version.
17760
17761 * gnus-diary.el (gnus-diary): Add :version.
17762
17763 * gnus-delay.el (gnus-delay): Add :version.
17764
17765 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17766 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17767 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17768 Add :version.
17769
17770 * gnus-agent.el (gnus-agent-max-fetch-size)
17771 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17772 (gnus-agent-prompt-send-queue): Add :version.
17773
17774 * deuglify.el (gnus-outlook-deuglify): Add :version.
17775
17776 * html2text.el: Beautify code. Improve doc strings.
17777 Some checkdoc cleanup.
17778 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17779
17780 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17781
17782 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17783
17784 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
17785
17786 * gnus-registry.el (gnus-registry-hashtb): Create the registry
17787 when package is loaded.
17788
17789 * spam.el (spam-summary-score-preferred-header): Add global preference
17790 for people who want to override the default SpamAssassin over
17791 Bogofilter preference (when both are set).
17792 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17793 (spam-user-format-function-S):
17794 Check spam-summary-score-preferred-header.
17795 (spam-extra-header-to-number): Add X-Bogosity header parsing.
17796 (spam-user-format-function-S): Format the score correctly.
17797
17798 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
17799
17800 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17801 signature file. Suggested by Manoj Srivastava
17802 <srivasta@golden-gryphon.com>.
17803
17804 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17805 iso-2022-jp even in the Japanese language environment.
17806 Suggested by Jason Rumney <jasonr@gnu.org>.
17807
17808 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
17809
17810 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17811 use the same characters as the dummy marks; make it free from
17812 getting affected by the language environment.
17813 (gnus-summary-read-group-1): Update mark positions only when the
17814 format spec is updated.
17815
17816 * gnus-spec.el (gnus-update-format-specifications): Return a list
17817 of updated types.
17818
17819 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
17820
17821 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17822 of boundp to check if display-warning is available.
17823
17824 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
17825
17826 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17827
17828 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
17829
17830 * nnspool.el (nnspool-spool-directory): Use news-path if the
17831 news-directory variable is not bound.
17832
17833 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17834 function instead of display-warning if it is not available.
17835
17836 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17837
17838 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17839 v5-10: Use `point-at-bol'.
17840
17841 2004-10-26 Simon Josefsson <jas@extundo.com>
17842
17843 * hashcash.el: Fix URL in comment, reported by Cheng Gao
17844 <chenggao@gmail.com>.
17845
17846 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
17847
17848 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
17849 instead.
17850
17851 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
17852
17853 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17854 to remove a server from the nnimap-server-buffer-alist.
17855 (nnimap-open-connection, nnimap-close-server): Use it.
17856
17857 * gnus-encrypt.el: Remove file in favor of encrypt.el.
17858
17859 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
17860
17861 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17862 running the major-mode function.
17863
17864 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17865
17866 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17867 dummy marks in the right way.
17868
17869 2004-10-18 David Edmondson <dme@dme.org>
17870
17871 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17872 excessively.
17873
17874 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
17875
17876 * gnus-util.el (gnus-split-references): Accept a nil references
17877 string and go on blissfully.
17878
17879 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17880 cases where the references string is non-nil but has no references.
17881
17882 * encrypt.el: Add autoload tags.
17883
17884 * spam.el (spam-resolve-registrations-routine): Remove article
17885 from unregistration list too. Reported by David Hanak
17886 <dhanak@isis.vanderbilt.edu>
17887
17888 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
17889
17890 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17891 nil. Change custom type.
17892
17893 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
17894
17895 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17896
17897 * gnus-sum.el (gnus-summary-move-article): Use it.
17898
17899 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
17900
17901 * encrypt.el: Add autoload cookies.
17902
17903 * spam.el (spam-backend-article-list-property)
17904 (spam-backend-get-article-todo-list)
17905 (spam-backend-put-article-todo-list)
17906 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17907 Resolve registrations separately.
17908 (spam-register-routine): Format comments.
17909 (spam-unregister-routine, spam-register-routine): Always call with
17910 specific-articles, no default list.
17911 (spam-summary-prepare-exit): Use the spam-classifications function.
17912
17913 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17914 gnus-encrypt.el.
17915
17916 * encrypt.el: Copied from gnus-encrypt.el.
17917
17918 * gnus-encrypt.el: Commented that it's obsolete.
17919
17920 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17921
17922 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17923 (gnus-score-save): Use it.
17924
17925 * message.el (message-bury): Use `window-dedicated-p'.
17926
17927 2004-10-15 Simon Josefsson <jas@extundo.com>
17928
17929 * pop3.el (top-level): Don't require nnheader.
17930 (pop3-read-timeout): Add.
17931 (pop3-accept-process-output): Add.
17932 (pop3-read-response, pop3-retr): Use it.
17933
17934 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
17935
17936 * spam.el (spam-register-routine): Move comment.
17937 (spam-verify-bogofilter): Use 'unknown for the initial
17938 spam-bogofilter-valid state, not 'never.
17939
17940 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17941 for netrc-machine.
17942
17943 * nnimap.el (nnimap-open-connection):
17944 Use netrc-machine-user-or-password.
17945
17946 2004-10-17 Richard M. Stallman <rms@gnu.org>
17947
17948 * gnus-registry.el (gnus-registry-unload-hook):
17949 Set as a variable with add-hook.
17950
17951 * nnspool.el (nnspool-spool-directory): Use news-directory instead
17952 of news-path.
17953
17954 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17955
17956 * spam.el: Delete duplicate `provide'.
17957 (spam-unload-hook): Set as a variable with add-hook.
17958
17959 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17960
17961 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17962 in the doc string.
17963
17964 * message.el (message-ignored-news-headers)
17965 (message-ignored-supersedes-headers)
17966 (message-ignored-resent-headers)
17967 (message-forward-ignored-headers): Improve custom type.
17968
17969 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
17970
17971 * message.el (message-tokenize-header): Fix 2004-09-06 change
17972 which used point-min in the wrong place.
17973
17974 2004-10-12 Simon Josefsson <jas@extundo.com>
17975
17976 * tls.el (tls-certtool-program): New variable.
17977 (tls-certificate-information): New function, based on
17978 ssl-certificate-information.
17979
17980 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
17981
17982 * compface.el: Move the version of ELisp-based uncompface program
17983 to the contrib directory because of the copyright problem.
17984
17985 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17986
17987 * message.el (message-kill-buffer): Raise the current frame.
17988
17989 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
17990
17991 * gnus-sum.el: Mention that multibyte characters don't work as marks.
17992
17993 * gnus.el (message-y-or-n-p): Autoload.
17994
17995 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17996 (pop3-password-required, pop3-authentication-scheme)
17997 (pop3-leave-mail-on-server): Make customizable.
17998 (pop3): New custom group.
17999 (pop3-retr): Remove `sleep-for' statements.
18000 Suggested by Dave Love <fx@gnu.org>.
18001
18002 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18003 Windows/DOS.
18004
18005 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18006 (imap-parse-body): Fix incorrect use of `assert'.
18007 Suggested by Dave Love <fx@gnu.org>.
18008
18009 * mml.el (mml-minibuffer-read-disposition): Require match.
18010 Suggested by Dave Love <fx@gnu.org>.
18011
18012 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
18013
18014 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
18015 doc string.
18016
18017 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
18018
18019 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18020
18021 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18022
18023 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18024 instead of calling `mm-insert-inline', to decode text/* parts
18025 before displaying them.
18026
18027 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
18028
18029 * mm-uu.el (mm-uu-text-plain-type): New variable.
18030 (mm-uu-pgp-signed-extract-1): Use it.
18031 (mm-uu-pgp-encrypted-extract-1): Use it.
18032 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18033 bind mm-uu-text-plain-type with that value.
18034 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18035 mm-uu-dissect.
18036
18037 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
18038
18039 * gnus-group.el (gnus-update-group-mark-positions):
18040 * gnus-sum.el (gnus-update-summary-mark-positions):
18041 * message.el (message-check-news-body-syntax):
18042 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18043 of string-as-multibyte.
18044
18045 2004-10-05 Juri Linkov <juri@jurta.org>
18046
18047 * gnus-group.el (gnus-update-group-mark-positions):
18048 * gnus-sum.el (gnus-update-summary-mark-positions):
18049 * message.el (message-check-news-body-syntax):
18050 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18051 8-bit unibyte values to a multibyte string for search functions.
18052
18053 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
18054
18055 * mm-uu.el (mm-uu-dissect): Allow optional arg.
18056 (mm-uu-dissect-text-parts): New function.
18057
18058 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18059 dissect text parts.
18060
18061 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18062 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18063
18064 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18065
18066 * gnus-topic.el (gnus-topic-hierarchical-parameters):
18067 Use gnus-current-topics instead of gnus-current-topic.
18068
18069 2004-10-06 Jesper Harder <harder@ifa.au.dk>
18070
18071 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18072
18073 2004-10-05 Jesper Harder <harder@ifa.au.dk>
18074
18075 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18076 where approriate.
18077
18078 * nnml.el (nnml-generate-active-info): do.
18079
18080 * nndiary.el (nndiary-generate-active-info): do.
18081
18082 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18083 (gnus-topic-move): do.
18084
18085 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18086 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18087
18088 * gnus-srvr.el (gnus-server-prepare)
18089 (gnus-server-open-all-servers): do.
18090
18091 * gnus-msg.el (gnus-summary-cancel-article)
18092 (gnus-summary-resend-message)
18093 (gnus-summary-mail-crosspost-complaint): do.
18094
18095 * gnus-move.el (gnus-change-server): do.
18096
18097 * gnus-group.el (gnus-group-unmark-all-groups)
18098 (gnus-group-set-current-level): do.
18099
18100 2004-10-04 Simon Josefsson <jas@extundo.com>
18101
18102 * message.el (message-generate-hashcash): Doc fix.
18103
18104 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
18105
18106 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18107 avoid infinite recursion via gnus-get-function.
18108
18109 2004-10-02 Jesper Harder <harder@ifa.au.dk>
18110
18111 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18112
18113 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18114
18115 * nnmail.el (nnmail-split-history): do.
18116
18117 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18118 (nnml-request-delete-group): do.
18119
18120 * nnslashdot.el (nnslashdot-read-groups): do.
18121
18122 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18123 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18124
18125 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18126 (nnspool-sift-nov-with-sed): Use last.
18127 (nnspool-retrieve-headers-with-nov): Use mapc.
18128 (nnspool-request-newgroups): Use dolist.
18129 (nnspool-request-group): Use last.
18130
18131 * nntp.el (nntp-read-server-type): Use dolist.
18132
18133 * nnvirtual.el (nnvirtual-create-mapping)
18134 (nnvirtual-update-read-and-marked): Use dolist.
18135 (nnvirtual-convert-headers): Simplify.
18136
18137 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
18138
18139 * gnus-agent.el (gnus-agent-synchronize-group-flags):
18140 Add support for sync'ing tick marks.
18141
18142 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
18143
18144 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18145 there's no visible header.
18146
18147 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
18148
18149 * gnus-agent.el (gnus-agent-synchronize-group-flags):
18150 When necessary, pass full group name to gnus-request-set-marks.
18151
18152 2004-10-01 Simon Josefsson <jas@extundo.com>
18153
18154 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
18155 acroread.
18156
18157 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18158
18159 * spam-report.el (spam-report-gmane): Fix interactive.
18160
18161 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18162
18163 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18164 when writing file.
18165 (gnus-agent-synchronize-flags): Don't default to being
18166 interactive.
18167
18168 2004-09-30 Simon Josefsson <jas@extundo.com>
18169
18170 * message.el (message-generate-hashcash): Add.
18171 (message-send-mail): Use it, call mail-add-payment.
18172
18173 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
18174
18175 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18176
18177 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
18178
18179 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18180 gnus-requst-update-info with explicit code to sync the in-memory
18181 info read flags with the marks being sync'd to the backend.
18182
18183 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18184
18185 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18186
18187 * spam.el (spam-verify-bogofilter): Add new function.
18188 (spam-check-bogofilter)
18189 (spam-bogofilter-register-with-bogofilter): Use it.
18190 (spam-verify-bogofilter): Add small fixes.
18191
18192 2004-09-28 Simon Josefsson <jas@extundo.com>
18193
18194 * hashcash.el (hashcash-generate-payment): Revert.
18195
18196 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18197
18198 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18199 Use gnus-extract-references instead of gnus-split-references.
18200
18201 * gnus-util.el (gnus-extract-references): Add new function, analogous
18202 to gnus-split-references but extracts only the message-ID without
18203 anything extra.
18204
18205 * hashcash.el (hashcash-generate-payment)
18206 (hashcash-check-payment): Do the right thing if hashcash-path is
18207 nil (because the hashcash program could not be found).
18208
18209 * spam.el (spam-use-hashcash): Remove comment.
18210
18211 2004-09-27 Jesper Harder <harder@ifa.au.dk>
18212
18213 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18214 (gnus-cache-enter-article, gnus-cache-remove-article)
18215 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18216
18217 * gnus-async.el (gnus-async-prefetch-remove-group): do.
18218
18219 * gnus-art.el (article-hide-boring-headers)
18220 (article-translate-strings, article-display-face)
18221 (gnus-article-mime-match-handle-first)
18222 (gnus-article-highlight-headers)
18223 (gnus-article-add-buttons-to-head): do.
18224
18225 2004-09-27 Simon Josefsson <jas@extundo.com>
18226
18227 * hashcash.el: New version, from
18228 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
18229 ../contrib/.
18230
18231 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
18232
18233 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18234
18235 2004-09-26 Jesper Harder <harder@ifa.au.dk>
18236
18237 * gnus-dup.el (gnus-dup-open): Use mapc.
18238 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18239
18240 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18241 Reported by Stefan Wiens <s.wi@gmx.net>.
18242
18243 * gnus.el (gnus-shutdown): Use dolist.
18244
18245 * gnus-undo.el (gnus-undo): Use mapc.
18246
18247 * nnrss.el (nnrss-generate-active): do.
18248
18249 * message.el (message-cite-original-without-signature)
18250 (message-cite-original): Use mapc.
18251 (message-do-actions, message-make-forward-subject): Use dolist.
18252
18253 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
18254
18255 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18256 deletion to remove entire duplicate line. Fixes merged article
18257 number bug.
18258
18259 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
18260
18261 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18262 servers that are offline. Avoids having gnus-agent-toggle-plugged
18263 first ask if you want to open a server and then, even when you
18264 responded with no, asking if you want to synchronize the server's
18265 flags.
18266 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18267 multi-line expressions.
18268 (gnus-agent-synchronize-group-flags): New internal function.
18269 Updates marks in memory (in the info structure) AND in the
18270 backend.
18271
18272 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18273
18274 * nnagent.el (nnagent-request-set-mark):
18275 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18276 method, to ensure that synchronization updates marks in the
18277 backend and in the info (in memory) structure.
18278
18279 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
18280
18281 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18282 convention fully; don't miss the root article of a thread; make
18283 the X-Draft-From header with correct article numbers.
18284
18285 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
18286
18287 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18288 unless plugged. Disable the agent so that an open failure causes
18289 an error.
18290
18291 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18292 Revert 2004-09-21 change. The backend must be opened while
18293 synchronizing flags even when the backend stores the flags
18294 locally.
18295
18296 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
18297
18298 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18299 in `header' match. Reported by Svend Tollak Munkejord.
18300
18301 * message.el (message-cite-original): Fix use of
18302 `message-cite-articles-with-x-no-archive'.
18303
18304 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
18305
18306 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18307 (gnus-window-to-buffer): Ditto.
18308
18309 * mml.el (mml-preview-buffer): New variable.
18310 (mml-preview): Manage window layout with gnus-buffer-configuration.
18311
18312 * gnus-msg.el (gnus-setup-message): Put article numbers into the
18313 X-Draft-From header even if those articles aren't quoted.
18314
18315 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
18316
18317 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18318 (gnus-request-set-mark, gnus-request-update-mark): Use new
18319 g-s-t-u-l-m to decide to use backend even when unplugged.
18320
18321 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
18322
18323 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18324 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
18325
18326 2004-09-20 Simon Josefsson <jas@extundo.com>
18327
18328 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18329 "utf-16-le".
18330
18331 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18332
18333 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18334
18335 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18336
18337 * uudecode.el (uudecode-use-external): Add :version.
18338
18339 * smime.el (smime-CA-file, smime-encrypt-cipher)
18340 (smime-dns-server): Add :version.
18341
18342 * smiley.el (gnus-smiley-file-types): Add :version.
18343
18344 * sha1.el (sha1-use-external): Add :version.
18345
18346 * pgg-def.el (pgg-query-keyserver): Add :version.
18347
18348 * nnmail.el (nnmail-fancy-expiry-targets)
18349 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18350 Add :version.
18351
18352 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18353 (nnimap-retrieve-groups-asynchronous): Add :version.
18354 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
18355
18356 * mml.el (mml-content-disposition-parameters)
18357 (mml-insert-mime-headers-always): Add :version.
18358
18359 * mm-util.el (mm-coding-system-priorities): Add :version.
18360
18361 * mm-decode.el (mm-inline-text-html-with-images)
18362 (mm-keep-viewer-alive-types, mm-external-terminal-program)
18363 (mm-verify-option): Add :version.
18364 (mm-text-html-renderer): Change :version.
18365
18366 * message.el (message-fcc-externalize-attachments)
18367 (message-required-headers, message-draft-headers)
18368 (message-subject-trailing-was-query)
18369 (message-subject-trailing-was-ask-regexp)
18370 (message-subject-trailing-was-regexp, message-mark-insert-begin)
18371 (message-mark-insert-end, message-archive-header)
18372 (message-archive-note, message-cross-post-default)
18373 (message-cross-post-note, message-followup-to-note)
18374 (message-cross-post-note-function, message-use-mail-followup-to)
18375 (message-subscribed-address-functions)
18376 (message-subscribed-address-file, message-subscribed-addresses)
18377 (message-subscribed-regexps, message-allow-no-recipients)
18378 (message-yank-cited-prefix, message-signature-insert-empty-line)
18379 (message-hidden-headers, message-hierarchical-addresses)
18380 (message-mail-user-agent, message-use-idna)
18381 (message-valid-fqdn-regexp)
18382 (message-strip-special-text-properties, message-header-synonyms)
18383 (message-beginning-of-line, message-tab-body-function): Add :version.
18384 (message-insert-canlock, message-wide-reply-confirm-recipients):
18385 Change :version.
18386
18387 * mail-source.el (mail-source-ignore-errors): Add :group, :type
18388 and :version.
18389 (mail-source-delete-old-incoming-confirm)
18390 (mail-source-movemail-program): Add :version.
18391
18392 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18393 (gnus-agent-cache, gnus-agent): Change :version.
18394
18395 * gnus-util.el (gnus-use-byte-compile): Change :version.
18396
18397 * gnus-sum.el (gnus-summary-make-false-root-always)
18398 (gnus-summary-default-high-score)
18399 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18400 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18401 (gnus-read-all-available-headers, gnus-article-emulate-mime)
18402 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18403 (gnus-sum-thread-tree-single-indent)
18404 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18405 (gnus-sum-thread-tree-leaf-with-other)
18406 (gnus-sum-thread-tree-single-leaf): Add :version.
18407 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18408 (gnus-article-loose-mime): Change :version.
18409
18410 * gnus-start.el (gnus-backup-startup-file)
18411 (gnus-save-startup-file-via-temp-buffer): Add :version.
18412
18413 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18414 (gnus-server-offline-face): Add :version.
18415
18416 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18417
18418 * gnus-msg.el (gnus-gcc-externalize-attachments)
18419 (gnus-debug-files, gnus-debug-exclude-variables)
18420 (gnus-discouraged-post-methods): Change :version.
18421 (gnus-confirm-mail-reply-to-news)
18422 (gnus-confirm-treat-mail-like-news): Add :version.
18423
18424 * gnus-int.el (gnus-server-unopen-status): Add :version.
18425
18426 * gnus-group.el (gnus-group-jump-to-group-prompt)
18427 (gnus-large-ephemeral-newsgroup)
18428 (gnus-fetch-old-ephemeral-headers): Add :version.
18429
18430 * gnus-fun.el (gnus-x-face-directory)
18431 (gnus-convert-pbm-to-x-face-command)
18432 (gnus-convert-image-to-x-face-command)
18433 (gnus-convert-image-to-face-command): Add :version.
18434
18435 * gnus-delay.el (gnus-delay-default-hour): Add :version.
18436
18437 * gnus-cite.el (gnus-cite-blank-line-after-header)
18438 (gnus-article-boring-faces): Add :version.
18439
18440 * gnus-art.el (gnus-buttonized-mime-types)
18441 (gnus-inhibit-mime-unbuttonizing)
18442 (gnus-treat-display-face)
18443 (gnus-treat-body-boundary): Change :version.
18444 (gnus-body-boundary-delimiter, gnus-picon-databases)
18445 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18446 (gnus-treat-date-english, gnus-treat-fold-headers)
18447 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18448 (gnus-treat-mail-picon, gnus-treat-wash-html)
18449 (gnus-article-encrypt-protocol)
18450 (gnus-use-idna, gnus-article-over-scroll)
18451 (gnus-mime-display-multipart-alternative-as-mixed)
18452 (gnus-mime-display-multipart-related-as-mixed)
18453 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18454 (gnus-ctan-url, gnus-button-ctan-handler)
18455 (gnus-button-handle-ctan-bogus-regexp)
18456 (gnus-button-ctan-directory-regexp)
18457 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18458 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18459 (gnus-button-man-level, gnus-button-emacs-level)
18460 (gnus-button-message-level, gnus-button-browse-level): Add :version.
18461
18462 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18463 (gnus-agent-go-online): Change :version.
18464 (gnus-agent-expire-unagentized-dirs)
18465 (gnus-agent-auto-agentize-methods): Add :version.
18466
18467 * flow-fill.el (fill-flowed-display-column)
18468 (fill-flowed-encode-column): Add :version.
18469
18470 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18471 (gnus-outlook-deuglify-unwrap-max)
18472 (gnus-outlook-deuglify-cite-marks)
18473 (gnus-outlook-deuglify-unwrap-stop-chars)
18474 (gnus-outlook-deuglify-no-wrap-chars)
18475 (gnus-outlook-deuglify-attrib-cut-regexp)
18476 (gnus-outlook-deuglify-attrib-verb-regexp)
18477 (gnus-outlook-deuglify-attrib-end-regexp)
18478 (gnus-outlook-display-hook): Add :version.
18479
18480 * binhex.el (binhex-use-external): Add :version.
18481
18482 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
18483
18484 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18485 and `invisible'.
18486
18487 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
18488
18489 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18490 in gnus-registry-trim.
18491
18492 2004-09-13 Simon Josefsson <jas@extundo.com>
18493
18494 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18495
18496 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18497
18498 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18499 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18500 <yamaoka@jpl.org>.
18501 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18502 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18503 <yamaoka@jpl.org>.
18504
18505 * sieve.el (sieve-manage-mode): Ditto.
18506
18507 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
18508
18509 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18510
18511 2004-09-11 Simon Josefsson <jas@extundo.com>
18512
18513 * dns-mode.el: Add.
18514
18515 * mm-view.el (mm-display-dns-inline): Add.
18516
18517 * mm-decode.el (mm-inline-media-tests): Add text/dns.
18518 (mm-automatic-display): Ditto.
18519
18520 * mailcap.el (mailcap-mime-data): Add text/dns.
18521 (mailcap-mime-extensions): Map .soa to text/dns.
18522
18523 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
18524
18525 * gnus-art.el (article-decode-mime-words, article-babel)
18526 (gnus-article-highlight-signature, gnus-article-add-buttons)
18527 (gnus-signature-toggle): Remove unnecessary bindings of
18528 `inhibit-read-only' inherited from v5.10 merge.
18529
18530 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
18531
18532 * nntp.el (nntp): New customization group.
18533 (nntp-authinfo-file): Add customization group.
18534
18535 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18536
18537 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18538
18539 * gnus.el (to-address, to-list, subscribed)
18540 (large-newsgroup-initial): Ditto.
18541
18542 * flow-fill.el (fill-flowed-display-column)
18543 (fill-flowed-encode-column): Ditto.
18544
18545 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18546
18547 * message.el (message-tokenize-header, message-send-mail-with-qmail):
18548 Use point-min rather than 1.
18549 (message-send-mail): Use buffer-size rather than point-max.
18550
18551 * gnus-sum.el (gnus-summary-search-article-forward):
18552 Signal a specific `search-failed' rather than a generic `error'.
18553
18554 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18555 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18556 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18557
18558 2004-09-10 Simon Josefsson <jas@extundo.com>
18559
18560 * nndb.el (require): Remove tcp and duplicate cl.
18561
18562 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
18563
18564 * gnus-agent.el (directory-files-and-attributes): Move forward.
18565
18566 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
18567
18568 * gnus-agent.el (directory-files-and-attributes):
18569 Optionally defined to support XEmacs.
18570
18571 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
18572
18573 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18574 to avoid run-time CL dependencies.
18575 (gnus-agent-unfetch-articles): New function.
18576 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18577 article numbers even when local .overview file is missing.
18578 (gnus-agent-read-article-number): New function. Only accepts
18579 27-bit article numbers.
18580 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18581 Use gnus-agent-read-article-number.
18582 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18583 from backend while recognizing that article numbers in .overview
18584 must be valid.
18585 (gnus-agent-update-files-total-fetched-for):
18586 Use directory-files-and-attributes to improve performance.
18587 * gnus-int.el (gnus-request-move-article):
18588 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18589 improve performance.
18590
18591 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18592 some users confused by references to .newsrc when they only have a
18593 .newsrc.eld file.
18594 (gnus-convert-mark-converter-prompt)
18595 (gnus-convert-converter-needs-prompt): Fix use of property list.
18596 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18597 New function. Used internally to only display 'gnus converting
18598 files' message when actually necessary.
18599
18600 * gnus-sum.el (): Remove (require 'gnus-agent) as required
18601 methods now autoloaded.
18602
18603 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
18604
18605 * gnus-sum.el (gnus-summary-insert-subject): Remove list
18606 identifiers.
18607
18608 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
18609
18610 * gnus-picon.el: Fix indentation and closing parenthesis.
18611
18612 2004-09-01 Simon Josefsson <jas@extundo.com>
18613
18614 * message.el (message-canlock-generate): Require sha1, not
18615 sha1-el. (Can we get rid of this require altogether? It is ugly
18616 to require within a function. Sadly, if sha1.el isn't loaded, the
18617 let binding in m-c-g will hide the defcustom definition, which is
18618 bad.)
18619
18620 * canlock.el: Require sha1, not sha1-el.
18621
18622 * message.el: Don't autoload sha1 (there is a autoload cookie in
18623 sha1.el).
18624
18625 * sha1-el.el: Rename to sha1.el.
18626
18627 2004-08-30 Juanma Barranquero <lektu@terra.es>
18628
18629 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18630
18631 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18632
18633 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18634
18635 2004-08-30 Kim F. Storm <storm@cua.dk>
18636
18637 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18638
18639 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18640 Add :group 'nnimap.
18641
18642 2004-08-30 Andreas Schwab <schwab@suse.de>
18643
18644 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18645 ?* and ?\;.
18646
18647 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18648 and ?\' to symbol instead of whitespace.
18649
18650 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
18651
18652 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18653
18654 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18655 instead of re-search-forward.
18656
18657 * gnus-uu.el (gnus-uu-save-article): Ditto.
18658 (gnus-uu-post-encode-uuencode): Ditto.
18659
18660 * html2text.el (html2text-clean-list-items): Ditto.
18661 (html2text-clean-dtdd): Ditto.
18662 (html2text-format-tags): Ditto.
18663
18664 * message.el (message-send-mail-with-sendmail): Fix regexp.
18665 (message-fill-field-general): Use search-forward instead of
18666 re-search-forward.
18667 (unbold-region): Ditto.
18668
18669 * nnrss.el (nnrss-request-article): Ditto.
18670
18671 * nnslashdot.el (nnslashdot-request-article): Ditto.
18672
18673 * nnweb.el (nnweb-gmane-wash-article): Ditto.
18674
18675 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18676 "Unrecognized menu descriptor" error in XEmacs.
18677
18678 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
18679
18680 * gnus-sum.el (gnus-read-header): Don't remove a header for the
18681 parent article of a sparse article in the thread hashtb.
18682
18683 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
18684
18685 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18686 (nnmail-expand-newtext): Lowercase expanded entries if
18687 nnmail-split-lowercase-expanded is non-nil.
18688
18689 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
18690
18691 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18692
18693 * gnus-group.el (gnus-group-line-format-alist): Convert the value
18694 of gnus-tmp-news-method into string under XEmacs. It will be
18695 passed to gnus-correct-length which takes only a string argument.
18696
18697 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
18698
18699 * gnus-util.el (gnus-bind-print-variables): New macro.
18700 (gnus-prin1): Use it.
18701 (gnus-prin1-to-string): Use it.
18702 (gnus-pp): New function.
18703 (gnus-pp-to-string): New function.
18704
18705 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18706 Replace pp-to-string with gnus-pp-to-string.
18707 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18708 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18709 * gnus-msg.el (gnus-debug): Ditto.
18710 * gnus-score.el (gnus-score-save): Ditto.
18711 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18712 gnus-pp-to-string.
18713 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18714 with gnus-pp.
18715 * score-mode.el (gnus-score-pretty-print): Ditto.
18716 * webmail.el (webmail-debug): Ditto.
18717
18718 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
18719
18720 * gnus-art.el (article-display-face, article-display-x-face):
18721 Use buffer-read-only.
18722
18723 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
18724
18725 * gnus-art.el (article-hide-list-identifiers):
18726 Bind inhibit-read-only as t.
18727
18728 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
18729
18730 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18731
18732 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18733
18734 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18735 (gnus-narrow-to-page): Don't assume point-min == 1.
18736 (gnus-article-edit-mode): Derive from message-mode.
18737
18738 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18739 point-min == 1.
18740
18741 * imap.el (imap-parse-address-list, imap-parse-body-ext):
18742 Disable incorrect use of `assert'.
18743
18744 * message.el (message-mode): Set comment-start-skip.
18745
18746 2004-08-22 Sam Steingold <sds@gnu.org>
18747
18748 * pop3.el (pop3-leave-mail-on-server): New user variable.
18749 (pop3-movemail): Delete mail only when it is nil.
18750
18751 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
18752
18753 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18754
18755 * mml.el (mml-preview): Use `pop-to-buffer'.
18756
18757 * message.el (message-goto-mail-followup-to): Insert after "To".
18758 (message-carefully-insert-headers): Add comment.
18759
18760 * gnus.el: Remove unused variable `gnus-article-check-size'.
18761
18762 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18763
18764 * gnus-art.el (gnus-button-alist):
18765 Improve `gnus-button-handle-library' entry.
18766
18767 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
18768
18769 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18770 Use downcase, since XEmacs capitalizes error messages differently.
18771
18772 2004-08-18 Jesper Harder <harder@ifa.au.dk>
18773
18774 * nntp.el: Add (require 'gnus) due to reference to
18775 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
18776
18777 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
18778
18779 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18780 Bind `mm-fill-flowed'.
18781
18782 * mm-decode.el (mm-dissect-singlepart): Check it.
18783
18784 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
18785
18786 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18787 'imap' for netrc parsing.
18788
18789 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
18790
18791 * mailcap.el (mailcap-mime-data): Mark as risky.
18792
18793 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
18794
18795 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18796 may be included in the encoded word.
18797 (rfc2047-encode): Don't append a space if the encoded word
18798 includes close parenthesis.
18799
18800 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
18801
18802 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18803 of text within parentheses.
18804
18805 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
18806
18807 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18808 (gnus-encrypt-write-file-contents): Make the password key the file
18809 name PLUS the cipher, not just the cipher. Also remove failed
18810 passwords from the cache.
18811
18812 2004-08-06 Simon Josefsson <jas@extundo.com>
18813
18814 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18815 Doc fix.
18816
18817 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
18818
18819 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18820 LWSP.
18821
18822 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
18823
18824 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18825 Try to append in-reply-to: data to the references: header.
18826
18827 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18828 (netrc-parse): Use gnus-encrypt.el functions.
18829
18830 * gnus-encrypt.el: Add new file for encryption support; currently
18831 does only a few GPG ciphers and an internal XOR cipher.
18832
18833 * password.el: Add comments on using password-read-and-add.
18834 (password-read-and-add): Add function to read and add the
18835 password to the cache at once.
18836
18837 2004-07-28 Simon Josefsson <jas@extundo.com>
18838
18839 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18840 parameter (but don't use it, for now).
18841
18842 * imap.el (imap-ssl-open): Use imap-process-connection-type,
18843 instead of hard coding to nil.
18844
18845 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
18846
18847 * mm-view.el (mm-inline-image-emacs): Open lines under an image
18848 as mm-inline-image-xemacs does.
18849
18850 2004-07-26 Simon Josefsson <jas@extundo.com>
18851
18852 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18853 Revert part of 2004-07-17 change below.
18854
18855 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
18856
18857 * rfc2047.el (rfc2047-encode-region): Don't infloop.
18858 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18859
18860 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
18861
18862 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18863 quotes that actually start with ">" at the beginning of the
18864 lines.
18865
18866 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
18867
18868 * rfc2047.el (rfc2047-encode-region): Fix last change.
18869 (rfc2047-encode-parameter): Remove useless concat.
18870
18871 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
18872
18873 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18874 encode special characters; fix some kind of misconfigured headers;
18875 signal a real error if debug-on-quit or debug-on-error is non-nil.
18876 (rfc2047-encode-max-chars): New variable.
18877 (rfc2047-encode-1): Use it.
18878 (rfc2047-encode-parameter): New function.
18879
18880 * mml.el (mml-insert-parameter): Remove an excessive space.
18881
18882 2004-07-17 Simon Josefsson <jas@extundo.com>
18883
18884 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18885 Kai Grossjohann <kai@emptydomain.de>.
18886 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18887 (gnus-group-make-menu-bar): Ditto.
18888
18889 * gnus-util.el (gnus-group-server): Add.
18890
18891 2004-07-16 Jesper Harder <harder@ifa.au.dk>
18892
18893 * message.el (message-clone-locals): Clone sendmail and smtp
18894 variables.
18895
18896 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18897
18898 * rfc2047.el (rfc2047-encode-region): Fix last change.
18899
18900 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18901
18902 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18903 characters as non-special.
18904
18905 2004-07-09 Simon Josefsson <jas@extundo.com>
18906
18907 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18908 Users will lose all flag changes made while unplugged with
18909 e.g. nntp unless flag synchronization happens, thus `nil' is not a
18910 good default. See numerous reports on ding mailing list.
18911
18912 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
18913
18914 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18915 add generate-head-function and generate-article-function to the
18916 rfc822-forward entry.
18917 (nndoc-rfc822-forward-generate-article): New function.
18918 (nndoc-rfc822-forward-generate-head): New function.
18919
18920 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18921
18922 2004-07-06 Dan Christensen <jdc@uwo.ca>
18923
18924 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18925 respect display group parameter and gnus-summary-expunge-below.
18926 (gnus-articles-to-read): Remove unused reference to display group
18927 parameter.
18928
18929 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18930
18931 * nnheader.el (nnheader-uniquify-message-id): New experimental
18932 variable.
18933 (nnheader-nov-read-message-id): Use it.
18934
18935 * spam-report.el (spam-report-gmane): Add interactive.
18936
18937 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
18938
18939 * mm-encode.el (mm-content-transfer-encoding-defaults):
18940 Use qp-or-base64 for the application/* types.
18941
18942 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
18943
18944 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18945
18946 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
18947
18948 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18949 trim value.
18950
18951 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18952
18953 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18954 New macro and function.
18955 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18956
18957 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18958
18959 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18960 after-load-alist.
18961
18962 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18963
18964 * gnus-group.el (gnus-group-get-new-news-this-group):
18965 Don't update info that isn't there.
18966
18967 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
18968
18969 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18970 entry.
18971
18972 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18973
18974 * mm-view.el (mm-inline-render-with-function): Use multibyte
18975 buffer; decode html source by charset.
18976
18977 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18978
18979 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18980 Mule-UCS is loaded under XEmacs.
18981 (mm-mime-mule-charset-alist): Avoid duplicated entries.
18982
18983 2004-06-28 Jesper Harder <harder@ifa.au.dk>
18984
18985 * nnheader.el (nnheader-max-head-length): Increase to 8192.
18986
18987 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
18988
18989 * mm-util.el (mm-coding-system-p): Return a coding-system.
18990 (mm-mime-mule-charset-alist): Use shift_jis instead of
18991 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18992 entries for the mime charsets iso-2022-jp-3 and shift_jis.
18993 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18994 instead of japanese-shift-jis and iso-latin-1 respectively in
18995 order to share the default value with both Emacs and XEmacs-mule.
18996 (mm-mule-charset-to-mime-charset):
18997 Make mm-coding-system-priorities effective.
18998 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18999 while predicating of candidates upon the priorities.
19000
19001 2004-06-27 Jesper Harder <harder@ifa.au.dk>
19002
19003 * gnus-sum.el (gnus-summary-make-menu-bar):
19004 Add gnus-uu-invert-processable.
19005
19006 * gnus.el: Autoload gnus-uu-invert-processable.
19007
19008 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
19009
19010 * mm-util.el (mm-with-multibyte-buffer): New macro.
19011
19012 * rfc2047.el (rfc2047-encode-string): Use it.
19013 (rfc2047-encode-region): Move point to the end of the region after
19014 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19015
19016 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
19017
19018 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19019 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19020
19021 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
19022
19023 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19024 (gnus-cite-parse): Ignore quoted envelope From_.
19025 Suggested by Karl Chen <quarl@nospam.quarl.org>.
19026
19027 2004-06-23 Jesper Harder <harder@ifa.au.dk>
19028
19029 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19030 invalid addresses.
19031
19032 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
19033
19034 * spam.el: Change section markers, revise TODO list.
19035 (spam-backends): Make new master list of all installed backends.
19036 (spam-summary-exit-behavior): Add new variable to determine how
19037 messages moves are done at summary exit.
19038 (spam-move-spam-nonspam-groups-only)
19039 (spam-process-ham-in-nonham-groups)
19040 (spam-process-ham-in-spam-groups): Remove variables, the
19041 spam-summary-exit-behavior variable should be used to manage this
19042 behavior.
19043 (spam-old-ham-articles, spam-old-spam-articles): Remove.
19044 (spam-old-articles): Add variable, replacing spam-old-ham-articles
19045 and spam-old-spam-articles.
19046 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19047 Add empty variables, placeholders for the backends they represent.
19048 (spam-set-difference): Move, unchanged.
19049 (spam-list-of-processors): Declare OBSOLETE, not used anymore
19050 unless the user has a processor variable.
19051 (spam-classifications, spam-classification-valid-p)
19052 (spam-backend-properties, spam-backend-property-valid-p)
19053 (spam-backend-function-type-valid-p)
19054 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19055 (spam-report-articles-gmane, spam-report-articles-resend):
19056 Remove functions, they are not needed.
19057 (spam-install-backend-super, spam-backend-list)
19058 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19059 (spam-backend-function, spam-backend-ham-registration-function)
19060 (spam-backend-spam-registration-function)
19061 (spam-backend-ham-unregistration-function)
19062 (spam-backend-spam-unregistration-function)
19063 (spam-backend-statistical-p, spam-backend-mover-p)
19064 (spam-install-backend-alias, spam-install-checkonly-backend)
19065 (spam-install-mover-backend, spam-install-nocheck-backend)
19066 (spam-install-backend, spam-install-statistical-backend)
19067 (spam-install-statistical-checkonly-backend): Add backend installation
19068 support.
19069 (spam-summary-prepare-exit): Rewrite to use the new backend code.
19070 (spam-group-processor-p): Use the new backend code and respect the
19071 summary exit behavior.
19072 (spam-mark-spam-as-expired-and-move-routine): Remove.
19073 (spam-summary-prepare): Change to use the new spam-old-articles
19074 variable.
19075 (spam-copy-or-move-routine, spam-copy-spam-routine)
19076 (spam-move-spam-routine, spam-copy-ham-routine)
19077 (spam-move-ham-routine): Add code to copy/move ham or spam.
19078 (spam-fetch-field-fast): Improve doc and code, plus allow the
19079 'number request.
19080 (spam-list-of-checks, spam-list-of-statistical-checks):
19081 Remove variables.
19082 (spam-split, spam-find-spam): Use the new backend code.
19083 (spam-registration-functions): Remove variable.
19084 (spam-unregister-routine): Add convenience wrapper.
19085 (spam-log-undo-registration, spam-register-routine)
19086 (spam-log-processing-to-registry)
19087 (spam-log-unregistration-needed-p): Rename "check" to "backend"
19088 where possible.
19089 (spam-check-gmane-xref, spam-check-regex-headers)
19090 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19091 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19092 (spam-check-bogofilter-headers, spam-check-spamoracle)
19093 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19094 (spam-check-crm114-headers): Use the spam-split-group that
19095 spam-split prepares, no need to determine it every time.
19096
19097 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19098 to the nnheader-parse-naked-head call.
19099
19100 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19101
19102 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19103 the nnheader-nov-read-message-id call.
19104
19105 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
19106
19107 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19108 gnus-activate-group twice. Suggested by Markus Peter
19109 <warp@spin.de>.
19110
19111 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
19112
19113 * gnus-art.el (gnus-article-time-format): Exchange the order of
19114 day and month in the default value; fix customization type.
19115 (article-date-ut): Use add-text-properties.
19116 (article-make-date-line): Use message-make-date instead of
19117 current-time-string.
19118
19119 * message.el (message-fetch-field): Don't use set-text-properties.
19120 (message-make-date): Simplify.
19121
19122 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
19123
19124 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19125 (rfc2047-encode-region): Treat text within parentheses as special;
19126 show the original text when error has occurred.
19127
19128 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19129 already-computed method to gnus-activate-group.
19130
19131 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19132 same select-methods identical Lisp objects.
19133
19134 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19135 object when modifying the info.
19136
19137 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
19138
19139 * gnus-srvr.el (gnus-server-set-info): Remove the server from
19140 gnus-opened-servers since it has never been opened with the new
19141 configuration yet.
19142
19143 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
19144
19145 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19146 arg to nnheader-generate-fake-message-id.
19147
19148 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
19149
19150 * nnheader.el (nnheader-generate-fake-message-id): Accept a
19151 number and build a fake message ID localized to a group and
19152 article number (so it's repeatable from that point on).
19153 (nnheader-fake-message-id-p): Change regex to accommodate new fake
19154 ID format.
19155
19156 * gnus-sum.el (gnus-get-newsgroup-headers):
19157 Call nnheader-generate-fake-message-id with the article number.
19158
19159 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
19160
19161 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19162 end-of-buffer.
19163
19164 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19165
19166 * message.el (message-ignored-supersedes-headers): Add Approved.
19167
19168 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
19169
19170 * rfc2047.el (rfc2047-encode-message-header): Remove useless
19171 goto-char.
19172 (rfc2047-encode): Fold the line before encoding.
19173
19174 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19175
19176 * rfc2047.el (rfc2047-encode-message-header): Disabled header
19177 folding -- not all headers can be folded, and this should be done
19178 by the message composition mode. Probably. I think.
19179
19180 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
19181
19182 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19183 fast.
19184
19185 * gnus-ems.el (gnus-remove-image): Don't use
19186 message-text-with-property; remove only the image found first.
19187
19188 2004-06-09 Jesper Harder <harder@ifa.au.dk>
19189
19190 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19191
19192 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
19193
19194 * message.el (message-text-with-property): Make it fast and accept
19195 optional arguments.
19196 (message-strip-forbidden-properties): Use it.
19197 (message-fix-before-sending): Follow the m-t-w-p change.
19198
19199 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19200
19201 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
19202
19203 * gnus-art.el (article-hide-headers): Don't change the buffer
19204 mistakenly when performing mml-preview even if
19205 gnus-single-article-buffer is nil.
19206
19207 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
19208
19209 * message.el (message-expand-name-databases): New user option.
19210 (message-expand-name): Use it.
19211
19212 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
19213
19214 * spam.el (spam-report-articles-resend)
19215 (spam-report-resend-register-routine): Allow ham reporting.
19216 (spam-report-resend-register-ham-routine): Add wrapper.
19217 (spam-registration-functions): Add ham resending functions.
19218 (spam-list-of-processors): Add ham resend processor.
19219
19220 * gnus.el (ham-resend-to): Add new group parameter.
19221 (spam-process): Add ham resend option.
19222
19223 * spam-report.el (spam-report-resend): Allow reporting ham.
19224 (spam-report-resend-ham): Add wrapper.
19225
19226 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19227
19228 * message.el (message-cite-articles-with-x-no-archive):
19229 New variable.
19230 (message-cite-original): Use it.
19231
19232 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19233
19234 * message.el (message-cite-original): Respect X-No-Archive.
19235
19236 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
19237
19238 * gnus-art.el (article-hide-headers): Refer to the values for
19239 gnus-ignored-headers and gnus-visible-headers in the summary
19240 buffer since a user may have set them as group parameters.
19241
19242 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
19243
19244 * assistant.el (assistant-node-name): Add convenience function.
19245 (assistant-render-text, assistant-render-node): Add error handling,
19246 plus handle multiple next nodes.
19247 (assistant-find-next-node): Comment out for now.
19248 (assistant-find-next-nodes): Add function, returns list of next
19249 nodes.
19250
19251 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
19252
19253 * mail-source.el (mail-source-directory): Fix doc-string.
19254
19255 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
19256
19257 * assistant.el (assistant-render-text, assistant-eval): Add :set
19258 widget type, which is different because it takes and returns a
19259 list. Much hilarity ensues.
19260
19261 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
19262
19263 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19264
19265 * gnus-group.el (gnus-group-get-new-news-this-group):
19266 Add doc-string.
19267
19268 * gnus-start.el (gnus-activate-group): Add doc-string.
19269
19270 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
19271
19272 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19273
19274 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
19275
19276 * assistant.el (assistant-render-text): Try to add a :set
19277 widget, more to come.
19278
19279 * spam.el (spam-group-spam-contents-p): Handle empty groupname
19280 strings.
19281 (spam-report-articles-resend)
19282 (spam-register-routine): Do registration iff any articles warrant
19283 it.
19284 (spam-summary-prepare-exit): Change log message for nil group
19285 destinations.
19286
19287 2004-05-27 Daniel Pittman <daniel@rimspace.net>
19288
19289 * spam.el (spam-report-resend-register-routine):
19290 Allow spam-report-resend-to to be a group parameter or a global value.
19291
19292 2004-05-26 Simon Josefsson <jas@extundo.com>
19293
19294 * starttls.el: Merge with my GNUTLS based starttls.el.
19295 (starttls-gnutls-program, starttls-use-gnutls)
19296 (starttls-extra-arguments, starttls-process-connection-type)
19297 (starttls-connect, starttls-failure, starttls-success):
19298 New variables.
19299 (starttls-program, starttls-extra-args): Doc fix.
19300 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19301 New functions.
19302 (starttls-negotiate, starttls-open-stream):
19303 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19304 function if it is set.
19305
19306 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
19307
19308 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19309 structured fields.
19310
19311 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
19312
19313 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19314
19315 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
19316
19317 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19318 Add variable.
19319 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
19320 assigning the spam-mark to new messages.
19321
19322 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
19323
19324 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19325
19326 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
19327
19328 * rfc2047.el (rfc2047-encodable-p): Don't move point.
19329 (rfc2047-decode): Treat the ascii coding-system as raw-text by
19330 default.
19331
19332 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
19333
19334 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19335 correct data.
19336
19337 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
19338
19339 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19340 (spam-group-processor-p): Fix function.
19341 (spam-group-processor-multiple-p)
19342 (spam-group-spam-processor-report-gmane-p)
19343 (spam-group-spam-processor-report-resend-p)
19344 (spam-group-spam-processor-bogofilter-p)
19345 (spam-group-spam-processor-blacklist-p)
19346 (spam-group-spam-processor-ifile-p)
19347 (spam-group-ham-processor-ifile-p)
19348 (spam-group-spam-processor-spamoracle-p)
19349 (spam-group-spam-processor-crm114-p)
19350 (spam-group-ham-processor-bogofilter-p)
19351 (spam-group-spam-processor-stat-p)
19352 (spam-group-ham-processor-stat-p)
19353 (spam-group-ham-processor-whitelist-p)
19354 (spam-group-ham-processor-BBDB-p)
19355 (spam-group-ham-processor-spamoracle-p)
19356 (spam-group-ham-processor-copy-p): Remove functions with some
19357 prejudice against unneeded code.
19358 (spam-report-articles-resend)
19359 (spam-report-resend-register-routine): Allow the group/topic
19360 spam-resend-to value to override spam-report-resend-to.
19361 (spam-summary-prepare-exit): Invoke spam-group-processor-p
19362 properly now.
19363
19364 * gnus.el (spam-resend-to): Add group/topic parameter.
19365 (spam-process): Move the OBSOLETE processors to the end of the
19366 choices.
19367
19368 2004-05-24 Daniel Pittman <daniel@rimspace.net>
19369
19370 * spam-report.el (spam-report-resend-to, spam-report-resend):
19371 Start with resend-to set to nil, and then ask the user if necessary.
19372 (spam-report-resend): spam-report-resend takes a list of articles, not
19373 separate article numbers.
19374
19375 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
19376
19377 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19378 addition to emacs-w3m.
19379
19380 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19381
19382 * assistant.el (assistant-authinfo-data): New function.
19383 (assistant-eval): Eval for entire assistant.
19384
19385 * netrc.el (netrc-services-file): New variable.
19386 (netrc-parse-services): New function.
19387 (netrc-find-service-name): New function.
19388 (netrc-find-service-number): New function.
19389 (netrc-port-equal): New function.
19390 (netrc-machine): Use it.
19391
19392 * nnimap.el (nnimap-open-connection): Use netrc.
19393
19394 * gnus-util.el (gnus-netrc-get): Remove aliases.
19395
19396 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19397
19398 * assistant.el (wid-edit): Fix compilation.
19399
19400 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19401
19402 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
19403
19404 * gnus-util.el (gnus-set-file-modes): New function. (small
19405 patch).
19406
19407 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19408
19409 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19410
19411 * assistant.el (assistant-render-node): Fix up rendering and
19412 read-only text.
19413 (assistant-render-node): Reset.
19414 (assistant-make-read-only): Not sticky.
19415
19416 2004-05-20 Danny Siu <dsiu@adobe.com>
19417
19418 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19419 centered even when gnus-auto-center-summary is t
19420
19421 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
19422
19423 * dns.el (dns-get-txt-answer): New function.
19424 (dns-read-txt): Ditto.
19425 (query-dns): Use it.
19426
19427 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
19428
19429 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19430 active for foreign groups even if the group level is higher than
19431 the specified value.
19432
19433 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19434
19435 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19436 non-active groups.
19437
19438 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19439
19440 2004-05-20 Magnus Henoch <mange@freemail.hu>
19441
19442 * dns.el (dns-read-type): Add support for SVR. (small patch)
19443
19444 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
19445
19446 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19447 (spam-crm114-header, spam-crm114-spam-switch)
19448 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19449 (spam-crm114-positive-spam-header)
19450 (spam-crm114-database-directory, spam-list-of-processors)
19451 (spam-group-spam-processor-crm114-p)
19452 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19453 (spam-generic-score, spam-list-of-checks)
19454 (spam-list-of-statistical-checks, spam-registration-functions)
19455 (spam-check-crm114-headers, spam-crm114-score)
19456 (spam-check-crm114, spam-crm114-register-with-crm114)
19457 (spam-crm114-register-spam-routine)
19458 (spam-crm114-unregister-spam-routine)
19459 (spam-crm114-register-ham-routine)
19460 (spam-crm114-unregister-ham-routine): Add CRM114 support.
19461 From asjo@koldfront.dk (Adam Sjøgren).
19462
19463 * gnus.el: Add spam-use-crm114.
19464
19465 * spam.el (spam-list-of-processors, spam-registration-functions):
19466 Add spam-use-resend.
19467 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19468 (spam-report-articles-gmane): Add doc fix.
19469 (spam-report-articles-resend, spam-report-resend-register-routine):
19470 Add wrappers around spam-report-resend-to.
19471
19472 * spam-report.el (spam-report-resend-to, spam-report-resend):
19473 Add support for resending spam.
19474 (spam-report-gmane): Fix line length >80.
19475
19476 * gnus.el (spam-process): Add spam-use-resend.
19477
19478 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19479
19480 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19481 number of processed spam messages.
19482 (spam-ham-copy-or-move-routine): Return the number of processed
19483 ham messages.
19484 (spam-summary-prepare-exit): Use the above values to decide
19485 whether status messages shouled be displayed.
19486
19487 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
19488
19489 * rfc2047.el (rfc2047-encode-function-alist): Rename from
19490 `rfc2047-encoding-function-alist' in order to avoid conflicting
19491 with the old version.
19492 (rfc2047-encode-region): Concatenate words containing non-ASCII
19493 characters in structured fields; don't encode space-delimited
19494 ASCII words even in unstructured fields; don't break words at
19495 char-category boundaries.
19496 (rfc2047-encode-1): New function.
19497 (rfc2047-encode): Use it; encode text so that it occupies the
19498 maximum width within 76-column; work correctly on Q encoding for
19499 iso-2022-* charsets.
19500 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19501 sure not to break a line just after the header name.
19502 (rfc2047-b-encode-region): Remove.
19503 (rfc2047-b-encode-string): New function.
19504 (rfc2047-q-encode-region): Remove.
19505 (rfc2047-q-encode-string): New function.
19506
19507 * mm-util.el (mm-replace-in-string): New function.
19508
19509 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19510
19511 * gnus-msg.el (gnus-inews-make-draft-meta-information):
19512 Really get it right.
19513 (gnus-inews-make-draft): Really.
19514
19515 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
19516
19517 * nnmh.el (nnmh-request-list-1): Don't check the link count
19518 before descending. (small patch)
19519
19520 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19521
19522 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19523 stuff.
19524
19525 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19526 Match on real group name.
19527
19528 * gnus-art.el (gnus-signature-limit): Doc fix.
19529
19530 * gnus-msg.el (gnus-inews-make-draft): Quote list.
19531
19532 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19533
19534 * gnus-draft.el (gnus-draft-send):
19535 Bind rfc2047-encode-encoded-words.
19536
19537 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19538 (rfc2047-encodable-p): Say that =? needs encoding.
19539 (rfc2047-encode-encoded-words): New variable.
19540
19541 * gnus-group.el (gnus-group-select-group): Doc fix.
19542
19543 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19544
19545 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19546 to nil.
19547
19548 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19549
19550 * nnheader.el (nnheader-get-lines-and-char): New function.
19551
19552 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
19553
19554 * gnus-msg.el (gnus-summary-followup-with-original):
19555 Document yanking of region when active.
19556
19557 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
19558
19559 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19560 groups if the group level is higher than the specified value.
19561
19562 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19563
19564 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19565 (gnus-group-jump-to-group): Add prefix argument using
19566 `gnus-group-jump-to-group-prompt'. Query before jumping to
19567 non-active group.
19568
19569 * compface.el (uncompface): Be verbose when changing
19570 `uncompface-use-external'.
19571
19572 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19573 handle manual section.
19574
19575 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19576
19577 * gnus-art.el (gnus-button-alist): Revert previous change.
19578
19579 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19580
19581 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19582
19583 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19584
19585 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19586 whether backend can accept message.
19587
19588 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19589
19590 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
19591
19592 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19593 Avoid creating directory when nntp-marks-is-evil is true.
19594 Reported by Reiner Steib.
19595
19596 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19597
19598 * gnus-picon.el (gnus-picon-style): New variable.
19599 (gnus-picon-insert-glyph): Add optional `nostring' argument.
19600 (gnus-picon-transform-address): Support `gnus-picon-style'.
19601 From Jesper Harder <harder@ifa.au.dk>.
19602
19603 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19604
19605 * message.el (message-fill-field): Return point.
19606 (message-generate-headers): Go to end of field.
19607
19608 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19609 stuff for non-living groups.
19610
19611 2004-05-18 Jesper Harder <harder@ifa.au.dk>
19612
19613 * gnus-art.el (gnus-article-followup-with-original)
19614 (gnus-article-reply-with-original): gnus-mark-active-p ->
19615 gnus-region-active-p.
19616
19617 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
19618
19619 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19620 only when there is spam or ham to be processed.
19621
19622 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19623
19624 * mail-source.el (mail-source-delete-crash-box): Refactor.
19625 (mail-source-fetch): Use it.
19626 (mail-source-fetch-file): Ditto.
19627 (mail-source-fetch-directory): Run postscript in loop.
19628 (mail-source-fetch-pop): Delete.
19629 (mail-source-fetch-maildir): Ditto.
19630 (mail-source-fetch-imap): Ditto.
19631
19632 * imap.el (imap-authenticators): Comment out sasl.
19633
19634 * message.el (message-skip-to-next-address): New function.
19635 (message-fill-header-address): Refactor.
19636 (message-fill-address): Use it.
19637 (message-delete-address): Use it.
19638 (message-fill-header-general): Refactor.
19639 (message-fill-field-address): Rename.
19640 (message-narrow-to-field): Find the start of the header.
19641 (message-header-format-alist): Don't pre-fill.
19642 (message-fill-header): Remove.
19643 (message-insert-header): New function.
19644 (message-shorten-references): Use it.
19645
19646 * rfc2047.el (rfc2047-field-value): Strip props.
19647
19648 * mail-parse.el (mail-header-make-address): New alias.
19649
19650 * ietf-drums.el (ietf-drums-make-address): New function.
19651
19652 * imap.el: Add compiler directives.
19653
19654 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19655
19656 * gnus-art.el (article-decode-idna-rhs): Don't use
19657 message-idna-inside-rhs-p.
19658
19659 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19660
19661 * message.el (message-idna-inside-rhs-p): Remove.
19662 (message-idna-to-ascii-rhs-1): Use proper address parsing.
19663
19664 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19665 false positives.
19666
19667 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19668
19669 * imap.el (imap-sasl-make-mechanisms): Use sasl.
19670
19671 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19672
19673 * nneething.el (nneething-file-name): Don't create spurious
19674 files.
19675
19676 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19677 (gnus-inews-do-gcc): Remove sleep.
19678
19679 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19680 part under point.
19681
19682 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19683 (gnus-agent-regenerate-group): Using nil messages aren't valid.
19684
19685 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
19686
19687 * spam.el (spam-summary-prepare-exit): Fix (length).
19688
19689 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
19690
19691 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19692 as expired without moving it" message when there are spam
19693 messages left.
19694
19695 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
19696
19697 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19698 header is not nil.
19699
19700 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
19701
19702 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19703 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19704 (nntp-marks-changed-p): New arg SERVER.
19705 (nntp-request-update-info): Adjust caller.
19706
19707 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
19708
19709 * nntp.el (nntp-save-marks): Pass missing arg.
19710
19711 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
19712
19713 * nntp.el: Support marks.
19714 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19715 (nntp-marks-modtime, nntp-marks-directory): New variables.
19716 (nntp-request-set-mark, nntp-request-update-info)
19717 (nntp-possibly-create-directory, nntp-marks-changed-p)
19718 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19719 New functions.
19720
19721 2004-05-12 Jesper Harder <harder@ifa.au.dk>
19722
19723 * gnus-score.el (gnus-score-insert-help):
19724 Use gnus-select-lowest-window.
19725
19726 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19727 appt-select-lowest-window and rename to gnus-select-lowest-window.
19728
19729 * gnus.el: do.
19730
19731 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19732
19733 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19734 encodings of MIME-encoded words, in order to improve
19735 interoperability with several broken MUAs.
19736
19737 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19738
19739 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19740 tags, only when charsets are not specified in headers.
19741 (mm-inline-text-html-render-with-w3m): Ditto.
19742
19743 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19744
19745 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19746 instead of MIME-decoded from fields when checking
19747 `gnus-article-address-banner-alist'.
19748
19749 2004-05-03 Jesper Harder <harder@ifa.au.dk>
19750
19751 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19752 description rather than subject.
19753
19754 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19755
19756 * gnus.el (gnus-version-number): Bump.
19757
19758 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19759
19760 * gnus.el: No Gnus v0.2 is released.
19761
19762 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19763
19764 * gnus-agent.el (gnus-agent-read-agentview):
19765 Inline gnus-uncompress-range.
19766
19767 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19768
19769 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19770 `exec-installed-p'.
19771
19772 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19773
19774 * gnus.el (spam-process, spam-autodetect-methods):
19775 Add bsfilter and bsfilter-headers.
19776
19777 * spam.el (spam-bsfilter): New customize group.
19778 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19779 (spam-bsfilter-header, spam-bsfilter-probability-header)
19780 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19781 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19782 (spam-bsfilter-database-directory): New options.
19783 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19784 (spam-list-of-statistical-checks, spam-registration-functions):
19785 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19786 (spam-bsfilter-score): New command.
19787 (spam-check-bsfilter-headers, spam-check-bsfilter)
19788 (spam-bsfilter-register-with-bsfilter)
19789 (spam-bsfilter-register-spam-routine)
19790 (spam-bsfilter-unregister-spam-routine)
19791 (spam-bsfilter-register-ham-routine)
19792 (spam-bsfilter-unregister-ham-routine): New functions.
19793 (spam-generic-score): Support bsfilter; Accept an optional argument
19794 to recalcurate spam score even if scoring header has already been
19795 added.
19796 (spam-bogofilter-score, spam-spamassassin-score): Accept an
19797 optional argument to recalcurate spam score even if scoring header
19798 has already been added.
19799
19800 2004-04-29 Jesper Harder <harder@ifa.au.dk>
19801
19802 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19803 strings! Reported by David D. Smith <davidsmith@acm.org>.
19804 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19805 link is missing.
19806
19807 2004-04-28 Jesper Harder <harder@ifa.au.dk>
19808
19809 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19810 (html2text-get-attr): Rewrite.
19811
19812 * message.el (message-setup-1): Remove redundant put-text-property
19813 on mail-header-separator.
19814
19815 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
19816
19817 * gnus-registry.el (gnus-registry-cache-whitespace)
19818 (gnus-registry-action, gnus-registry-spool-action)
19819 (gnus-registry-split-fancy-with-parent): Change message levels
19820 from 5 to 3 or 7, as needed.
19821
19822 * spam.el (spam-summary-prepare-exit)
19823 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19824 (spam-split, spam-find-spam, spam-log-undo-registration)
19825 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19826 level from 5 to 6.
19827
19828 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
19829
19830 * gnus-ems.el: Autoload appt-select-lowest-window (revert
19831 2004-03-04 change).
19832
19833 2004-04-25 Jesper Harder <harder@ifa.au.dk>
19834
19835 * sieve-manage.el (sieve-manage-open):
19836 * nnweb.el (nnweb-insert-html):
19837 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19838 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19839 * nnspool.el (nnspool-request-group):
19840 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19841 * nnml.el (nnml-request-update-info):
19842 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19843 (nnmh-request-create-group, nnmh-update-gnus-unreads):
19844 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19845 (nnimap-request-set-mark):
19846 * nnfolder.el (nnfolder-request-update-info):
19847 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19848 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19849 * gnus-uu.el (gnus-uu-find-articles-matching):
19850 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19851 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19852 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19853 * gnus-nocem.el (gnus-nocem-scan-groups):
19854 * gnus-int.el (gnus-start-news-server):
19855 * gnus-group.el (gnus-group-make-kiboze-group)
19856 (gnus-group-browse-foreign-server):
19857 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19858 Use mapc when appropriate.
19859
19860 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
19861
19862 FIXME: Make separate entries for each person.
19863
19864 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19865 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19866 <shields@msrl.com>:
19867
19868 * spam.el (spam-necessary-extra-headers): Get the extra headers we
19869 may need for spam sorting and scoring.
19870 (spam-user-format-function-S): Add user format function suitable for
19871 general use.
19872 (spam-article-sort-by-spam-status): Add sorting function for summary
19873 sorting.
19874 (spam-extra-header-to-number): Add function to get a score from a
19875 header.
19876 (spam-summary-score): Add function to get a numeric score from the
19877 headers.
19878 (spam-generic-score): Fix function doc, was in wrong place.
19879 (spam-initialize): Take symbols when it's run, and install the
19880 extra headers that spam-necessary-extra-headers thinks we need.
19881
19882 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
19883
19884 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19885 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19886
19887 2004-04-17 Jesper Harder <harder@ifa.au.dk>
19888
19889 * gnus-sum.el (gnus-set-global-variables)
19890 (gnus-build-all-threads, gnus-get-newsgroup-headers)
19891 (gnus-article-get-xrefs, gnus-summary-best-group)
19892 (gnus-summary-next-article, gnus-summary-enter-digest-group)
19893 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19894 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19895 Use with-current-buffer.
19896
19897 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
19898
19899 * spam.el (spam-summary-prepare-exit): Simplify logic.
19900 (spam-fetch-article-header): Read the article header if it's not
19901 available.
19902 (spam-list-articles): Simplify logic.
19903 (spam-filelist-register-routine): Fix bug with unregister-list.
19904
19905 * gnus-registry.el: Fix comments at beginning.
19906
19907 2004-04-16 Jesper Harder <harder@ifa.au.dk>
19908
19909 * message.el (message-cater-to-broken-inn): Remove.
19910 (message-shorten-references): Make sure the total folded length of
19911 References is shorter than 998 characters to cater to a bug in INN
19912 2.3. Also, don't pretend that references aren't folded -- this
19913 hasn't worked for a while.
19914
19915 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19916
19917 * gnus-agent.el (gnus-agentize):
19918 gnus-agent-send-mail-real-function no longer set to current value
19919 of message-send-mail-function but rather a lambda that calls
19920 message-send-mail-function. The change makes the agent real-time
19921 responsive to user changes to message-send-mail-function.
19922
19923 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19924
19925 * legacy-gnus-agent.el
19926 (gnus-agent-convert-to-compressed-agentview): Fix typos with
19927 help from Florian Weimer <fw@deneb.enyo.de>
19928
19929 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
19930
19931 * nnmail.el (nnmail-cache-insert): Revert last change.
19932
19933 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
19934
19935 * nnmail.el (nnmail-cache-insert): Always check whether
19936 nnmail-cache-ignore-groups matches a group name.
19937
19938 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
19939
19940 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19941 (spam-find-spam, spam-log-processing-to-registry)
19942 (spam-log-registered-p, spam-log-unregistration-needed-p)
19943 (spam-log-undo-registration): Use gnus-message instead of
19944 gnus-error, none of these errors are fatal.
19945
19946 * gnus-registry.el (gnus-registry-clean-empty-function)
19947 (gnus-registry-clean-empty): Remove only empty entries without
19948 extra data.
19949
19950 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
19951
19952 * spam-stat.el (spam-stat-buffer-change-to-spam)
19953 (spam-stat-buffer-change-to-non-spam): Change (error) to
19954 (gnus-message 8) invocation.
19955
19956 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
19957
19958 * nntp.el (nntp-via-netcat-command): New variable.
19959 (nntp-via-netcat-switches): New variable.
19960 (nntp-open-via-rlogin-and-netcat): New function.
19961 (nntp-open-connection-function): Doc fix.
19962 (nntp-telnet-command): Doc fix.
19963 (nntp-end-of-line): Doc fix.
19964 (nntp-via-rlogin-command): Doc fix.
19965 (nntp-via-user-name): Doc fix.
19966 (nntp-via-address): Doc fix.
19967
19968 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
19969
19970 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19971 error in Emacs 21.1.
19972
19973 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
19974
19975 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19976
19977 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
19978
19979 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19980 (gnus-agent-with-refreshed-group): New macro.
19981 (gnus-agent-rename-group): New function.
19982 (gnus-agent-delete-group): New function.
19983 (gnus-agent-save-group-info): Use gnus-command-method when
19984 `method' parameter is nil. Don't write nil entries into the
19985 active file.
19986 (gnus-agent-get-group-info): New function.
19987 (gnus-agent-fetch-articles):
19988 Use gnus-agent-update-files-total-fetched-for to increment disk space
19989 used.
19990 (gnus-agent-fetch-headers, gnus-agent-save-alist):
19991 Use gnus-agent-update-view-total-fetched-for to increment disk space
19992 used.
19993 (gnus-agent-get-local): Add optional parameters to avoid calling
19994 gnus-group-real-name and gnus-find-method-for-group.
19995 (gnus-agent-set-local): Delete stored entry if either min, or max,
19996 are nil.
19997 (gnus-agent-fetch-session): Reworded error/quit messages.
19998 On quit, use gnus-agent-regenerate-group to record existence of any
19999 articles fetched to disk before the quit occurred.
20000 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20001 gnus-agent-update-view-total-fetched-for, and
20002 gnus-agent-update-files-total-fetched-for to decrement disk space
20003 used.
20004 (gnus-agent-retrieve-headers):
20005 Use gnus-agent-update-view-total-fetched-for to increment disk space
20006 used.
20007 (gnus-agent-regenerate-group): Replace gnus-group-update-group
20008 with gnus-agent-update-files-total-fetched-for to decrement disk
20009 space and fresh group buffer.
20010 (gnus-agent-inhibit-update-total-fetched-for): New variable.
20011 (gnus-agent-need-update-total-fetched-for): New variable.
20012 (gnus-agent-update-files-total-fetched-for): New function.
20013 (gnus-agent-update-view-total-fetched-for): New function.
20014 (gnus-agent-total-fetched-for): New function.
20015
20016 * gnus-cache.el (gnus-cache-save-buffers):
20017 Use gnus-cache-update-overview-total-fetched-for to change disk space
20018 used by this group.
20019 (gnus-cache-possibly-enter-article):
20020 Use gnus-cache-update-file-total-fetched-for to increment disk space
20021 used by this group.
20022 (gnus-cache-possibly-remove-article):
20023 Use gnus-cache-update-file-total-fetched-for to decrement disk space
20024 used by this group.
20025 (gnus-cache-generate-nov-databases): Purge total fetched cache.
20026 (gnus-cache-rename-group): New function.
20027 (gnus-cache-delete-group): New function.
20028 (gnus-cache-inhibit-update-total-fetched-for): New variable.
20029 (gnus-cache-need-update-total-fetched-for): New variable.
20030 (gnus-cache-with-refreshed-group): New macro.
20031 (gnus-cache-update-file-total-fetched-for): New function.
20032 (gnus-cache-update-overview-total-fetched-for): New function.
20033 (gnus-cache-rename-group-total-fetched-for): New function.
20034 (gnus-cache-delete-group-total-fetched-for): New function.
20035 (gnus-cache-total-fetched-for): New function.
20036
20037 * gnus-group.el: Require gnus-sum and autoload functions to
20038 resolve warnings when gnus-group.el compiled alone.
20039 (gnus-group-line-format): Documented new %F.
20040 (size of Fetched data) group line format; identifies disk space
20041 used by agent and cache.
20042 (gnus-group-line-format-alist): Defined new F format.
20043 (gnus-total-fetched-for): New function.
20044 (gnus-group-delete-group): No longer update
20045 gnus-cache-active-altered as gnus-request-delete-group now keeps
20046 the cache in sync.
20047 (gnus-group-list-active): Let the agent store a server's active
20048 list if currently plugged.
20049
20050 * gnus-int.el (gnus-request-delete-group):
20051 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20052 local disk in sync with the server.
20053 (gnus-request-rename-group):
20054 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20055 local disk in sync with the server.
20056
20057 * gnus-start.el (gnus-get-unread-articles):
20058 Cosmetic simplification to logic.
20059
20060 * gnus-util.el (gnus-rename-file): New function.
20061
20062 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
20063
20064 * mm-util.el (mm-image-load-path): Handle nil in load-path.
20065
20066 2004-04-07 Jesper Harder <harder@ifa.au.dk>
20067
20068 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20069 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
20070
20071 2004-04-06 Jesper Harder <harder@ifa.au.dk>
20072
20073 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20074 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
20075
20076 2004-04-03 Jesper Harder <harder@ifa.au.dk>
20077
20078 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20079
20080 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
20081
20082 * spam.el (spam-set-difference): Add function to replace
20083 gnus-set-difference in spam.el.
20084 (spam-summary-prepare-exit): Use spam-set-difference.
20085
20086 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
20087
20088 * gnus-registry.el (gnus-registry-cache-file): Update to use
20089 gnus-dribble-directory OR gnus-home-directory OR ~.
20090 (gnus-registry-split-fancy-with-parent): Fix doc.
20091
20092 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
20093
20094 * message.el (message-exchange-point-and-mark):
20095 Use message-mark-active-p. Suggested by Jesper Harder
20096 <harder@ifa.au.dk>.
20097
20098 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
20099
20100 * message.el (message-exchange-point-and-mark): Don't activate
20101 region if it was inactive. Suggested by Hiroshi Fujishima
20102 <pooh@nature.tsukuba.ac.jp>.
20103
20104 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
20105
20106 * gnus-art.el (article-display-face): Display Faces in the same
20107 order as X-Faces.
20108
20109 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
20110
20111 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20112
20113 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
20114
20115 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20116 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20117 (gnus-article-mime-hierarchy): Remove.
20118 (gnus-article-mime-hierarchy-next): Remove.
20119 (gnus-article-mode): Revert 2004-03-19 change.
20120 (gnus-article-setup-buffer): Revert 2004-03-19 change.
20121 (gnus-insert-mime-button): Revert 2004-03-19 change.
20122 (gnus-mime-accumulate-hierarchy): Remove.
20123 (gnus-mime-enter-multipart): Remove.
20124 (gnus-mime-leave-multipart): Remove.
20125 (gnus-mime-display-part): Revert 2004-03-19 change.
20126 (gnus-mime-display-alternative): Revert 2004-03-19 change.
20127
20128 * mml.el (mml-preview): Revert 2004-03-19 change.
20129
20130 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
20131
20132 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20133
20134 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
20135
20136 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20137 t while entering a file name using the mm-with-multibyte macro.
20138 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20139
20140 * mm-util.el (mm-with-multibyte): New macro.
20141
20142 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
20143
20144 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20145 New user option.
20146 (gnus-mime-multipart-functions): Doc and customization fix.
20147 (gnus-article-mime-hierarchy): New variable.
20148 (gnus-article-mime-hierarchy-next): New variable.
20149 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20150 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20151 gnus-article-mime-hierarchy-next to nil.
20152 (gnus-insert-mime-button): Show hierarchy numbers.
20153 (gnus-mime-accumulate-hierarchy): New function.
20154 (gnus-mime-enter-multipart): New function.
20155 (gnus-mime-leave-multipart): New function.
20156 (gnus-mime-display-part): Recompute hierarchical MIME structure.
20157 (gnus-mime-display-alternative): Show hierarchy numbers.
20158
20159 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20160 gnus-article-mime-hierarchy-next to nil.
20161
20162 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
20163
20164 * dns.el: Don't require gnus-xmas.
20165
20166 2004-03-17 Jesper Harder <harder@ifa.au.dk>
20167
20168 * mml.el (mml-generate-mime-1): Don't use format=flowed with
20169 inline PGP.
20170 (mml-menu): Disable mml-quote-region if mark is inactive.
20171
20172 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
20173
20174 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20175 when the group's active is not available.
20176
20177 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
20178
20179 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20180 error.
20181
20182 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
20183
20184 * imap.el (imap-store-password): New variable.
20185 (imap-interactive-login): Use it.
20186 Suggested by Mark Plaksin <happy@mcplaksin.org>.
20187
20188 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
20189
20190 * gnus-art.el (gnus-article-read-summary-keys): Restore new
20191 window-start and hscroll to summary window.
20192
20193 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
20194
20195 * gnus-start.el (gnus-convert-old-newsrc): Only write the
20196 conversion message to newsrc-dribble when an actual conversion is
20197 performed.
20198
20199 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
20200
20201 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20202
20203 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
20204
20205 * mm-decode.el (mm-complicated-handles): New function reviving
20206 former definition of mm-multiple-handles.
20207
20208 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20209 (gnus-mime-delete-part): Use it.
20210
20211 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
20212
20213 * gnus-agent.el (gnus-agent-read-local):
20214 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20215 avoid the implicit assumption that they will always be equal.
20216 (gnus-agent-save-local): Bind buffer-file-coding-system, not
20217 coding-system-for-write, as the with-temp-file macro first prints
20218 to a buffer then saves the buffer.
20219
20220 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
20221
20222 * gnus-art.el (gnus-article-edit-part): New function.
20223 (gnus-mime-save-part-and-strip): Use it; do query instead of
20224 signaling an error; don't use mm-multiple-handles.
20225 (gnus-mime-delete-part): Ditto.
20226
20227 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
20228
20229 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20230 old file versions.
20231 (gnus-group-prepare-hook): Remove function that converted list
20232 form of gnus-agent-expire-days to group properties.
20233
20234 * gnus-int.el: Autoload gnus-agent-regenerate-group.
20235 (gnus-request-accept-article): Re-indented.
20236
20237 * gnus-start.el (gnus-convert-old-newsrc): Registered new
20238 converters to handle old agent file formats. Add logic for a
20239 "backup before upgrading warning".
20240 (gnus-convert-mark-converter-prompt): Developers can mark
20241 functions as needing (default), or not needing,
20242 gnus-convert-old-newsrc's "backup before upgrading warning".
20243 (gnus-convert-converter-needs-prompt): Tests whether the user
20244 should be protected from potentially irreversable changes by the
20245 function.
20246
20247 * legacy-gnus-agent.el: New. Provides converters that are only
20248 loaded when gnus-convert-old-newsrc needs to call them.
20249
20250 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
20251
20252 * mail-source.el (mail-source-touch-pop): Doc fix.
20253
20254 * message.el (message-smtpmail-send-it): Doc fix.
20255
20256 2004-03-05 Jesper Harder <harder@ifa.au.dk>
20257
20258 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20259
20260 * nnmail.el (nnmail-split-fancy): do.
20261
20262 * gnus-kill.el (gnus-kill, gnus-execute): do.
20263
20264 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
20265
20266 * gnus-sum.el (gnus-widget-reversible-match)
20267 (gnus-widget-reversible-to-internal)
20268 (gnus-widget-reversible-to-external): New functions.
20269 (gnus-widget-reversible): New widget.
20270 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20271
20272 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
20273
20274 * gnus-sum.el (gnus-thread-sort-functions)
20275 (gnus-article-sort-functions): Document `(not F)' items.
20276
20277 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
20278
20279 * spam.el (spam-use-gmane-xref): Add new backend.
20280 (spam-gmane-xref-spam-group): Add variable to control the name of the
20281 Gmane spam group.
20282 (spam-blackhole-servers, spam-blackhole-good-server-regex)
20283 (spam-regex-headers-spam, spam-regex-headers-ham)
20284 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20285 (spam-list-of-checks): Add spam-use-gmane-xref to list of
20286 backends and checks.
20287 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20288
20289 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20290 an autodetect method.
20291
20292 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
20293
20294 * gnus-int.el (gnus-request-accept-article): Inform the agent that
20295 articles are being added to a group.
20296 (gnus-request-replace-article): Inform the agent that articles
20297 need to be uncached as the cached contents are no longer valid.
20298
20299 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
20300
20301 * binhex.el: Don't autoload executable-find.
20302
20303 * canlock.el: Don't autoload mail-fetch-field.
20304
20305 * gnus-ems.el: Don't autoload appt-select-lowest-window.
20306
20307 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20308 rmail-dont-reply-to and rmail-output.
20309
20310 * gnus-score.el: Don't autoload ffap-string-at-point.
20311
20312 * gnus-setup.el: Don't autoload sc-cite-original.
20313
20314 * imap.el: Don't autoload base64-decode-string,
20315 base64-encode-string and md5.
20316
20317 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20318 and rmail-msg-restore-non-pruned-header.
20319
20320 * mm-decode.el: Don't autoload executable-find.
20321
20322 * mm-url.el: Don't autoload executable-find.
20323
20324 * mm-view.el: Don't autoload diff-mode.
20325
20326 * nndb.el: Don't autoload news-reply-mode, news-setup,
20327 cancel-timer and telnet.
20328
20329 * password.el: Don't autoload run-at-time for Emacs.
20330
20331 * sha1-el.el: Don't autoload executable-find.
20332
20333 * sieve-mode.el: Don't autoload c-mode.
20334
20335 * uudecode.el: Don't autoload executable-find.
20336
20337 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
20338
20339 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20340 (gnus-agent-possibly-alter-active): Avoid null in numeric
20341 comparison.
20342 (gnus-agent-set-local): Refuse to save null in local object table.
20343 (gnus-agent-regenerate-group): The REREAD parameter can now be a
20344 list of articles that will be marked as unread.
20345
20346 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
20347
20348 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20349
20350 2004-03-04 Jesper Harder <harder@ifa.au.dk>
20351
20352 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20353 language tags.
20354
20355 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
20356
20357 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20358 Don't bind "obarray".
20359
20360 * gnus-sum.el (gnus-thread-sort-functions):
20361 Add `gnus-thread-sort-by-most-recent-number' and
20362 `gnus-thread-sort-by-most-recent-date'.
20363 Reported by Kai Grossjohann <kai@emptydomain.de>.
20364
20365 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
20366
20367 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20368
20369 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
20370
20371 * gnus-cus.el (gnus-agent-customize-category):
20372 Remove ignore-errors macro reference that required cl to be loaded at
20373 run-time.
20374
20375 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20376 single-interval range of the form (min . max). Previously the
20377 range had to look like ((min . max)). Likewise, return
20378 (min . max) rather than ((min . max)).
20379 (gnus-range-map): Use gnus-range-normalize to accept
20380 single-interval range.
20381
20382 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20383 the cache, but not the agent, now appear with their usual face.
20384
20385 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
20386
20387 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20388 w3m-safe-url-regexp variable buffer-local.
20389
20390 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20391
20392 2004-02-27 Simon Josefsson <jas@extundo.com>
20393
20394 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20395 gnus-group-real-prefix.
20396 (gnus-summary-move-article): Use it, instead of
20397 gnus-group-real-prefix.
20398
20399 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
20400
20401 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20402 w3m-safe-url-regexp variable buffer-local and set it as the value
20403 of mm-w3m-safe-url-regexp.
20404
20405 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20406
20407 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20408 parsing gnus-posting-styles when the message is not for replying.
20409
20410 * nnrss.el (nnrss-opml-export):
20411 Use mm-set-buffer-file-coding-system instead of
20412 set-buffer-file-coding-system.
20413
20414 2004-02-27 Jesper Harder <harder@ifa.au.dk>
20415
20416 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20417 of checkdoc.el).
20418 * nnrss.el: do.
20419 * gnus-mlspl.el: do.
20420 * gnus-ml.el: do.
20421 * gnus-srvr.el: do.
20422
20423 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20424
20425 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
20426
20427 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20428 Corrections to custom-manual links.
20429
20430 * gnus-art.el (gnus-article): Ditto.
20431
20432 * mm-decode.el (mime-display, mime-security): Ditto.
20433
20434 2004-02-26 Jesper Harder <harder@ifa.au.dk>
20435
20436 * flow-fill.el: Typo.
20437
20438 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
20439
20440 * spam-wash.el: New file.
20441
20442 2004-02-26 Mark A. Hershberger <mah@everybody.org>
20443
20444 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20445
20446 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
20447
20448 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20449 to be run with new-articles as LIST1, not LIST2.
20450 (spam-registration-functions): Add spam-use-ham-copy as a nil
20451 registration backend.
20452
20453 2004-02-26 Jesper Harder <harder@ifa.au.dk>
20454
20455 * spam-stat.el (spam-stat-washing-hook): New option.
20456 (spam-stat-buffer-words): Use it.
20457 (spam-stat-process-directory, spam-stat-test-directory):
20458 Use insert-file-contents-literally.
20459 (spam-stat-coding-system): New variable.
20460 (spam-stat-load, spam-stat-save): Use it.
20461
20462 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
20463
20464 * spam-report.el (spam-report-plug-agent):
20465 Quote spam-report-url-to-file and spam-report-url-ping-plain.
20466
20467 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
20468
20469 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20470 Allow / in mailto URLs.
20471
20472 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20473
20474 * spam-report.el (spam-report-process-queue): Fix interactive use.
20475 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20476 (spam-report-unplug-agent): Doc fixes.
20477 (spam-report-url-ping-mm-url, spam-report-url-to-file)
20478 (spam-report-agentize, spam-report-deagentize):
20479 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
20480
20481 * message.el (message-setup-fill-variables): Add mml tags to
20482 paragraph-start and paragraph-separate. Suggested by Andrew Korty
20483 <ajk@iu.edu>.
20484 (message-mode): Don't modify paragraph-separate there.
20485
20486 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
20487
20488 * compface.el (uncompface-use-external): Default to undecided.
20489 (uncompface-use-external-threshold): New variable.
20490 (uncompface-float-time): New macro.
20491 (uncompface): Determine whether to use the external decoder if
20492 uncompface-use-external is undecided.
20493
20494 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20495
20496 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20497 after images.
20498
20499 * gnus-art.el (gnus-mime-display-single): Remove dead code.
20500
20501 2004-02-14 Jesper Harder <harder@ifa.au.dk>
20502
20503 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20504
20505 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20506
20507 * gnus-sum.el (gnus-summary-limit-to-age)
20508 (gnus-summary-limit-children): do.
20509
20510 * gnus-int.el (gnus-request-scan): do.
20511
20512 * gnus-group.el (gnus-group-suspend): do.
20513
20514 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20515
20516 * gnus-cite.el (gnus-cite-parse-attributions): do.
20517
20518 * gnus-agent.el (gnus-summary-set-agent-mark)
20519 (gnus-agent-regenerate-group): do.
20520
20521 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20522
20523 * binhex.el (binhex-decode-region-internal): do.
20524
20525 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
20526
20527 * gnus-fun.el (gnus-face-properties-alist): New user option.
20528 (gnus-display-x-face-in-from): Use it.
20529
20530 * gnus-art.el (article-display-face): Ditto.
20531
20532 * compface.el (uncompface-use-external): Default to nil.
20533
20534 2004-02-12 Jesper Harder <harder@ifa.au.dk>
20535
20536 * nntp.el (nntp-erase-buffer): New function.
20537 (nntp-retrieve-data, nntp-send-command)
20538 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20539 (nntp-possibly-change-group): Use it.
20540
20541 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20542 Use with-current-buffer.
20543
20544 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
20545
20546 * compface.el: Merge the ELisp-based uncompface program.
20547 (compface): New customization group.
20548 (uncompface-use-external): New user option.
20549 (uncompface): Call uncompface-internal if uncompface-use-external
20550 is nil.
20551 (uncompface-internal): New function. Note that there are also
20552 some other functions and variables added for this function.
20553
20554 2004-02-10 Jesper Harder <harder@ifa.au.dk>
20555
20556 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20557 if necessary.
20558
20559 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
20560
20561 * spam-report.el (spam-report-unplug-agent)
20562 (spam-report-plug-agent, spam-report-deagentize)
20563 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20564 Add support for the Agent in spam-report: when unplugged, report to a
20565 file; when plugged, submit all the requests.
20566
20567 * spam.el (spam-register-routine): Fix message about
20568 registration.
20569
20570 2004-02-09 Jesper Harder <harder@ifa.au.dk>
20571
20572 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20573 dependencies.
20574 (rfc2047-encode): Use it.
20575
20576 * gnus-art.el (gnus-button-marker-list): Move before first
20577 reference.
20578
20579 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20580 (imap-parse-body): Fix format string mismatch.
20581
20582 * gnus-score.el (gnus-summary-increase-score): do.
20583
20584 * nnrss.el (nnrss-close): New function.
20585
20586 2004-02-08 Jesper Harder <harder@ifa.au.dk>
20587
20588 * nnrss.el (nnrss-make-filename): New function.
20589 (nnrss-request-delete-group, nnrss-read-server-data)
20590 (nnrss-save-server-data, nnrss-read-group-data)
20591 (nnrss-save-group-data): Use it.
20592 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20593 (nnrss-read-server-data, nnrss-read-group-data): Use load.
20594 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20595
20596 2004-02-07 Jesper Harder <harder@ifa.au.dk>
20597
20598 * mml.el (mml-compute-boundary-1): Don't uncompress files.
20599
20600 2004-02-06 Jesper Harder <harder@ifa.au.dk>
20601
20602 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20603 files.
20604
20605 * message.el (message-generate-headers-first): Don't quote nil
20606 and t in docstrings.
20607
20608 * imap.el (imap-id): do.
20609
20610 * gnus-agent.el (gnus-agent-consider-all-articles)
20611 (gnus-agent-queue-mail): do.
20612
20613 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
20614
20615 * spam-report.el (spam-report-process-queue): New function.
20616 Process requests from `spam-report-requests-file'.
20617 (spam-report-process-queue): Doc fix.
20618
20619 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
20620
20621 * spam.el (spam-register-routine)
20622 (spam-log-processing-to-registry, spam-log-registered-p)
20623 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20624 Change "check" to "spam-check" for semi-clarity.
20625
20626 2004-02-05 Jesper Harder <harder@ifa.au.dk>
20627
20628 * pop3.el: Require nnheader.
20629
20630 * mml-smime.el: Require cl. Autoload message-fetch-field.
20631
20632 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20633
20634 * gnus-picon.el: Require cl.
20635
20636 * gnus-fun.el: Require gnus-ems and gnus-util.
20637
20638 * gnus.el (gnus-method-to-server): Move defsubst before first use.
20639
20640 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20641
20642 * gnus-art.el (gnus-article-edit-mode): Define before first
20643 reference.
20644
20645 2004-02-04 Jesper Harder <harder@ifa.au.dk>
20646
20647 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20648 (gnus-uu-post-encoded): Use point-at-bol.
20649
20650 * gnus-topic.el (gnus-group-active-topic-p): do.
20651
20652 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20653
20654 * gnus-group.el (gnus-group-kill-region): do.
20655
20656 * gnus-art.el (article-date-ut): do.
20657
20658 * message.el (message-fetch-field): Remove redundant
20659 case-fold-search binding.
20660 (message-narrow-to-field): Simplify.
20661
20662 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
20663
20664 * spam.el (spam-directory): Derive from `gnus-directory'.
20665
20666 * spam-report.el (spam-report-url-to-file)
20667 (spam-report-requests-file): New function and variable for offline
20668 reporting.
20669 (spam-report-url-ping-function): Add `spam-report-url-to-file'
20670 and user defined function.
20671 (spam-report-url-ping-mm-url): Remove doubled slash.
20672
20673 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
20674
20675 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20676
20677 2004-02-03 Jesper Harder <harder@ifa.au.dk>
20678
20679 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20680 Fix format string mismatch.
20681
20682 * sieve.el (sieve-deactivate-all): do.
20683
20684 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20685
20686 * nnlistserv.el (nnlistserv-kk-wash-article): do.
20687
20688 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20689
20690 * mm-bodies.el (mm-7bit-chars): Don't include \r.
20691
20692 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
20693
20694 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20695 the list of checks.
20696
20697 2004-01-31 Jesper Harder <harder@ifa.au.dk>
20698
20699 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20700 padding.
20701
20702 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
20703
20704 * mm-view.el (mm-fill-flowed): New variable.
20705 (mm-inline-text): Use it.
20706
20707 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
20708
20709 * spam.el (spam-spamassassin-register-ham-routine)
20710 (spam-spamassassin-register-spam-routine): Fix function names.
20711
20712 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
20713
20714 * gnus.el (gnus-tmp-grouplens): Remove.
20715 (gnus-summary-line-format): Remove grouplens.
20716
20717 * gnus-group.el (gnus-group-line-format): Ditto.
20718
20719 * gnus-spec.el (gnus-format-specs): Ditto.
20720 (gnus-update-format-specifications): Flush the group format spec
20721 cache if there's the grouplens stuff.
20722 (gnus-parse-simple-format): Replace %l with the empty string.
20723
20724 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
20725
20726 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20727 omission.
20728
20729 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
20730
20731 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20732 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20733
20734 2004-01-25 Paul Jarc <prj@po.cwru.edu>
20735
20736 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20737 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20738 New macros and functions.
20739 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20740 Handle > NLINK_MAX messages.
20741 * nnmaildir.el (nnmaildir-request-set-mark):
20742 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20743
20744 2004-01-25 Alex Schroeder <alex@gnu.org>
20745
20746 * spam-stat.el (spam-stat-process-directory-age): New option.
20747 (spam-stat-process-directory): Use it.
20748
20749 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
20750
20751 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20752 (spam-stat-save): Accept prefix argument.
20753
20754 2004-01-23 Paul Jarc <prj@po.cwru.edu>
20755
20756 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20757 links" error.
20758
20759 2004-01-23 Jesper Harder <harder@ifa.au.dk>
20760
20761 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20762 compatibility with old .newsrc.eld files.
20763
20764 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20765
20766 * gnus-start.el (gnus-1): do.
20767
20768 * gnus-group.el (gnus-group-line-format-alist): do.
20769
20770 * gnus.el (gnus-use-grouplens, gnus-visual): do.
20771
20772 * gnus-gl.el: Remove.
20773
20774 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
20775
20776 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20777 marks consisting of a single range {for example, (3 . 5)} rather
20778 than a list of a single range { ((3 . 5)) }.
20779
20780 2004-01-23 Jesper Harder <harder@ifa.au.dk>
20781
20782 * spam-stat.el (spam-stat-store-gnus-article-buffer):
20783 Use with-current-buffer.
20784 (spam-stat-store-current-buffer): Use insert-buffer-substring to
20785 avoid consing a string.
20786
20787 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20788 Remove obsolete entries for big5 and gb2312.
20789
20790 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
20791
20792 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20793 uncompressed list.
20794
20795 2004-01-22 Jesper Harder <harder@ifa.au.dk>
20796
20797 * spam-stat.el (spam-stat-strip-xref): New function.
20798 (spam-stat-process-directory): Use it.
20799
20800 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20801 here -- it's done in message-fetch-field.
20802
20803 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
20804
20805 * gnus-agent.el (gnus-agent-queue-mail)
20806 (gnus-agent-prompt-send-queue): New variables.
20807 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20808 * gnus-draft.el (gnus-group-send-queue): Pass the group name
20809 "nndraft:queue" along to gnus-draft-send.
20810 Use gnus-agent-prompt-send-queue.
20811 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20812 is "nndraft:queue". Suggested by Gaute Strokkenes
20813 <gs234@srcf.ucam.org>
20814
20815 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20816 (agent-enable-undownloaded-faces): Add.
20817 (gnus-agent-cat-groups): Use eval-and-compile, not
20818 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20819 method of gnus-agent-cat-groups even when the buffer has been
20820 evaled.
20821 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20822 delete gnus-agent-save-active-1.
20823 (gnus-agent-save-groups): Delete. Identical to
20824 gnus-agent-save-active.
20825 (gnus-agent-write-active): No longer adjust agent's copy of active
20826 file as agent's adjustments are now stored in their own
20827 file. Remove optional parameter.
20828 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20829 servers. Add use of min/max range limits from server's local
20830 file.
20831 (gnus-agent-save-alist): Remove unused optional argument.
20832 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20833 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20834 (gnus-agent-set-local): A per-server file that keeps min/max range
20835 limits for articles known to the agent. Provides a fast mechanism
20836 for altering many active ranges.
20837 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20838 active file (local makes it unnecessary).
20839 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20840
20841 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20842 (agent-enable-undownloaded-faces): Add.
20843
20844 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20845 disable it when sending to "nndraft:queue".
20846 (gnus-group-send-queue): Add safety check to avoid sending queue
20847 when unplugged.
20848
20849 * gnus-group.el (gnus-group-catchup): Use new
20850 gnus-sequence-of-unread-articles, not
20851 gnus-list-of-unread-articles, to avoid exhausting memory with huge
20852 numbers of articles. Use gnus-range-map to avoid having to
20853 uncompress the unread list.
20854 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20855 Fix invalid ange-ftp reference.
20856
20857 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20858 (gnus-sorted-range-intersection): Intersection of two ranges
20859 without requiring that they first be uncompressed.
20860
20861 * gnus-start.el (gnus-activate-group): Unless blocked by the
20862 caller, possibly expand the active range to include both cached
20863 and agentized articles.
20864 (gnus-convert-old-newsrc): Rewrote in anticipation of having
20865 multiple version-dependent converters.
20866 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20867 gnus-agent-save-active.
20868 (gnus-save-newsrc-file): Save dirty agent range limits.
20869
20870 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20871 gnus-agent-possibly-alter-active.
20872 (gnus-adjust-marked-articles): Faster handling of simple lists
20873
20874 2004-01-21 Jesper Harder <harder@ifa.au.dk>
20875
20876 * spam-stat.el (spam-stat-test-directory): New optional argument
20877 displays a list of files detected. Suggested by Andrew Cohen
20878 <cohen@andy.bu.edu>.
20879 (spam-stat-buffer-words-with-scores): Don't narrow and change
20880 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
20881
20882 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
20883
20884 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20885 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20886 (spam-spamassassin-arguments)
20887 (spam-spamassassin-spam-flag-header)
20888 (spam-spamassassin-positive-spam-flag-header)
20889 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20890 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20891 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20892 (spam-list-of-processors, spam-list-of-checks)
20893 (spam-list-of-statistical-checks, spam-registration-functions)
20894 (spam-check-spamassassin-headers, spam-check-spamassassin)
20895 (spam-spamassassin-score)
20896 (spam-spamassassin-register-with-sa-learn)
20897 (spam-spamassassin-register-spam-routine)
20898 (spam-spamassassin-register-ham-routine)
20899 (spam-assassin-register-spam-routine)
20900 (spam-assassin-register-ham-routine): Add SpamAssassin support.
20901 (spam-bogofilter-score): Fix to show article before scoring.
20902
20903 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
20904
20905 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20906 default scoring function.
20907 (spam-generic-score): Call spam-spamassassin-score if
20908 spam-use-spamassassin or spam-use-spamassassin-headers is on;
20909 spam-bogofilter-score otherwise.
20910
20911 * gnus.el (spam-process, spam-autodetect-methods):
20912 Add spamassassin and spamassassin-headers.
20913
20914 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
20915
20916 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20917 Suppress unnecessary messages.
20918
20919 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20920
20921 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20922 make-hash-table.
20923
20924 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
20925
20926 * canlock.el (base64-encode-string): Don't autoload it.
20927
20928 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
20929
20930 * run-at-time.el: Remove useless (require 'itimer),
20931 eval-and-compile and (featurep 'xemacs).
20932
20933 2004-01-16 Jesper Harder <harder@ifa.au.dk>
20934
20935 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20936 GROUP is a virtual group.
20937
20938 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
20939
20940 * gnus.el: Autoload `message-y-or-n-p'.
20941
20942 2004-01-15 Jesper Harder <harder@ifa.au.dk>
20943
20944 * pgg-parse.el: Remove unnecessary (require 'custom).
20945
20946 * pgg-def.el: do.
20947
20948 * nnmail.el: do.
20949
20950 * gnus-undo.el: do.
20951
20952 * gnus-picon.el: do.
20953
20954 * gnus-util.el: do.
20955
20956 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
20957
20958 * gnus-sum.el (gnus-pick-line-number): Add autoload.
20959
20960 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
20961
20962 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20963 handle, as well as a list.
20964
20965 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20966 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20967 (mm-w3m-cid-retrieve): Simplify.
20968
20969 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
20970
20971 * message.el (message-kill-to-signature): Allow prefix arg to
20972 specify number of lines to keep before signature.
20973
20974 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
20975
20976 * message.el (message-kill-to-signature): Change docstring.
20977
20978 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
20979
20980 * canlock.el: Always require sha1-el.
20981 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20982
20983 * message.el: Autoload sha1 only when compiling.
20984
20985 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
20986
20987 * message.el (message-canlock-generate): Require sha1-el.
20988
20989 2004-01-13 Jesper Harder <harder@ifa.au.dk>
20990
20991 * message.el (message-expand-name): Silence the byte compiler.
20992
20993 2004-01-13 Simon Josefsson <jas@extundo.com>
20994
20995 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20996 Invoke gnus-score-mode.
20997 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20998
20999 * gnus-range.el (gnus-compress-sequence): Doc fix.
21000 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21001
21002 2004-01-12 Jesper Harder <harder@ifa.au.dk>
21003
21004 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21005
21006 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
21007
21008 * spam.el (spam-get-article-as-string): Update to use
21009 gnus-request-article-this-buffer, much simpler.
21010 (spam-get-article-as-buffer): Remove.
21011
21012 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
21013
21014 * message.el (message-expand-name): Use EUDC if the user uses that.
21015
21016 2004-01-12 Jesper Harder <harder@ifa.au.dk>
21017
21018 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21019 character for the encoding to avoid consing a string.
21020
21021 * rfc2047.el (rfc2047-decode-string): Don't cons a string
21022 unnecessarily.
21023
21024 * mm-util.el (mm-replace-chars-in-string): Remove.
21025
21026 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21027 of mm-replace-chars-in-string.
21028
21029 2004-01-11 Jesper Harder <harder@ifa.au.dk>
21030
21031 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21032
21033 * mm-util.el (mm-subst-char-in-string): Support inplace.
21034
21035 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21036 a new string in every iteration. Use shy groups.
21037
21038 2004-01-10 Jesper Harder <harder@ifa.au.dk>
21039
21040 * gnus-srvr.el (gnus-browse-unsubscribe-group):
21041 * gnus-soup.el (gnus-soup-group-brew):
21042 * gnus-msg.el (gnus-put-message):
21043 * gnus-move.el (gnus-group-move-group-to-server):
21044 * gnus-kill.el (gnus-batch-score):
21045 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21046 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21047 (gnus-group-update-group, gnus-group-read-group)
21048 (gnus-group-make-group, gnus-group-make-help-group)
21049 (gnus-group-make-archive-group, gnus-group-make-directory-group)
21050 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21051 (gnus-group-sort-by-unread, gnus-group-catchup)
21052 (gnus-group-unsubscribe-group, gnus-group-kill-group)
21053 (gnus-group-yank-group, gnus-group-set-info)
21054 (gnus-group-list-groups):
21055 * gnus.el (gnus-generate-new-group-name):
21056 * gnus-delay.el (gnus-delay-send-queue):
21057 * nnvirtual.el (nnvirtual-catchup-group):
21058 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21059 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21060 (gnus-group-prepare-topics, gnus-topic-check-topology):
21061 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21062 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21063 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21064 (gnus-group-make-articles-read):
21065 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21066 (gnus-group-change-level, gnus-kill-newsgroup)
21067 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21068 (gnus-get-unread-articles, gnus-make-articles-unread)
21069 (gnus-make-ascending-articles-unread): Use accessor
21070 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21071 to get group information for improved readability.
21072
21073 2004-01-09 Jesper Harder <harder@ifa.au.dk>
21074
21075 * gnus-art.el (article-decode-mime-words, article-babel)
21076 (gnus-article-highlight-signature, gnus-article-add-buttons)
21077 (gnus-signature-toggle): Use gnus-with-article-buffer.
21078
21079 * gnus-art.el (gnus-article-highlight-headers)
21080 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21081
21082 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21083 (gnus-article-set-globals, gnus-request-article-this-buffer)
21084 (gnus-button-message-id, gnus-article-maybe-hide-headers)
21085 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21086 (gnus-mime-display-alternative): Use with-current-buffer.
21087
21088 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
21089
21090 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21091 also under 80 char limit, and call gnus-error if needed.
21092 (spam-fetch-article-header): Fix - it was a
21093 buffer-local variable (gnus-newsgroup-data).
21094 (spam-find-spam): Use spam-generate-fake-headers, forget about
21095 spam-insert-fake-headers.
21096 (spam-insert-fake-headers): Remove.
21097
21098 2004-01-09 Jesper Harder <harder@ifa.au.dk>
21099
21100 * deuglify.el (gnus-article-outlook-unwrap-lines)
21101 (gnus-outlook-rearrange-article)
21102 (gnus-outlook-repair-attribution-outlook)
21103 (gnus-outlook-repair-attribution-block)
21104 (gnus-outlook-repair-attribution-other): Remove redundant
21105 save-excursion.
21106
21107 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
21108
21109 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21110 (spam-fetch-field-subject-fast)
21111 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21112 (spam-fetch-article-header): Add functions to deal with Gnus
21113 internals for fast retrieval of article header data.
21114 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21115
21116 2004-01-09 Jesper Harder <harder@ifa.au.dk>
21117
21118 * pop3.el (pop3-md5): Remove.
21119 (pop3-apop): Replace pop3-md5 with md5.
21120
21121 * mm-bodies.el: base64 is always built-in.
21122
21123 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21124 Use with-current-buffer.
21125
21126 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
21127
21128 * canlock.el (canlock-insert-header): Remove excessive grouping in
21129 regexp.
21130
21131 * gnus-sum.el (gnus-summary-read-document): Ditto.
21132
21133 * gnus-uu.el (gnus-uu-part-number): Ditto.
21134
21135 * html2text.el (html2text-remove-tags): Ditto.
21136 (html2text-format-tags): Ditto.
21137 (html2text-format-single-elements): Ditto.
21138
21139 * mml.el (mml-parse-1): Ditto.
21140
21141 2004-01-08 Jesper Harder <harder@ifa.au.dk>
21142
21143 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21144
21145 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21146
21147 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21148
21149 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21150
21151 2003-11-15 Simon Josefsson <jas@extundo.com>
21152
21153 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21154 (pgg-gpg-lookup-key): Use regexp match instead of
21155 split-string (split-string is different between emacs 21.2 and
21156 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
21157
21158 2004-01-08 Jesper Harder <harder@ifa.au.dk>
21159
21160 * gnus-art.el (gnus-mime-view-all-parts)
21161 (gnus-article-part-wrapper, gnus-article-view-part):
21162 Use with-current-buffer.
21163
21164 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
21165
21166 * spam.el (spam-disable-spam-split-during-ham-respool)
21167 (spam-spamoracle-database, spam-cache-lookups)
21168 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21169 (spam-group-ham-mark-p, spam-group-spam-mark-p)
21170 (spam-group-ham-marks, spam-group-spam-marks)
21171 (spam-group-spam-contents-p, spam-group-ham-contents-p)
21172 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21173 also add spam-use-blackholes to the statistical checks.
21174 (spam-fetch-field-fast): Add interface to fetching fields, may
21175 become a macro.
21176 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21177 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21178 (spam-insert-fake-headers): Fake an article when needed.
21179 (spam-find-spam): Fake article when possible.
21180 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21181 (spam-check-bogofilter-headers): Use message-fetch-field instead
21182 of nnmail-fetch-field.
21183
21184 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
21185
21186 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21187
21188 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
21189
21190 * spam.el (spam-split): Do not require spam-use-CHECK to be
21191 enabled if that check is passed to spam-split explicitly; also
21192 fix so 'spam doesn't get converted to spam-split-group when
21193 spam-split-symbolic-return is t.
21194 (spam-find-spam): Find registrations of the article and use those
21195 instead of re-running spam-split to find the spam/ham
21196 classification of the article.
21197 (spam-log-processing-to-registry, spam-log-registered-p)
21198 (spam-log-unregistration-needed-p, spam-log-undo-registration):
21199 Use gnus-error instead of gnus-message.
21200 (spam-log-registration-type): Add function to determine the
21201 classification of a message based on registry entries; will
21202 return nil if both 'spam and 'ham are found.
21203 (spam-check-BBDB): Expand all the BBDB macros here so we can have
21204 a reasonably fast local cache without the loading errors.
21205 (spam-cache-lookups): Set to t by default.
21206 (spam-find-spam): Don't try to guess spam-cache-lookups.
21207 (spam-enter-whitelist, spam-enter-blacklist): Clear the
21208 spam-caches entry.
21209 (spam-filelist-build-cache, spam-filelist-check-cache):
21210 Fix caching of whitelist/blacklist entries.
21211 (spam-check-whitelist, spam-check-blacklist):
21212 Invoke spam-from-listed-p with a type, not a cache variable.
21213 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21214
21215 2004-01-07 Jesper Harder <harder@ifa.au.dk>
21216
21217 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21218
21219 * nnmail.el (nnmail-split-fancy): do.
21220
21221 * mml.el (mml-parse): do.
21222
21223 * gnus-score.el (gnus-enter-score-words-into-hashtb)
21224 (gnus-score-adaptive): do.
21225
21226 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21227
21228 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21229 (gnus-mime-button-map): Don't set keymap parent.
21230 (gnus-button-ctan-directory-regexp): Use shy grouping.
21231 (gnus-prev-page-map): Don't set keymap parent.
21232 (gnus-prev-page-map): Remove duplicated one.
21233 (gnus-next-page-map): Don't set keymap parent.
21234 (gnus-mime-security-button-map): Ditto.
21235
21236 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21237 version number.
21238
21239 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21240
21241 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21242
21243 * canlock.el (canlock-sha1-function): Remove.
21244 (canlock-sha1-function-for-verify): Remove.
21245 (canlock-openssl-program): Remove.
21246 (canlock-openssl-args): Remove.
21247 (canlock-ignore-errors): Remove.
21248 (canlock-sha1-with-openssl): Remove.
21249 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21250 (canlock-verify): Don't use canlock-ignore-errors.
21251
21252 * sha1-el.el (sha1-string-external): Make it can return a string
21253 in binary form.
21254 (sha1-region-external): Ditto.
21255 (sha1-string-internal): Ditto.
21256 (sha1-region-internal): Ditto.
21257 (sha1-region): Ditto.
21258 (sha1-string): Ditto.
21259 (sha1): Ditto.
21260
21261 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21262
21263 * spam.el (spam-report-articles-gmane): New command.
21264
21265 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
21266
21267 * gnus.el: Don't make unnecessary *Group* buffer when loading.
21268
21269 * run-at-time.el (run-at-time-saved): Remove.
21270 (run-at-time): Doc fix.
21271
21272 2004-01-07 Jesper Harder <harder@ifa.au.dk>
21273
21274 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21275 (gnus-summary-limit-map): Add it.
21276 (gnus-summary-make-menu-bar): do.
21277
21278 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
21279
21280 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21281 Make attempt at some caching support (done for BBDB only now).
21282 (spam-find-spam): Set spam-cache-lookups if there are more than 2
21283 addresses to be checked.
21284 (spam-clear-cache-BBDB): Add function, to be invoked by
21285 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21286 (spam-check-BBDB): Check and use the caches, if
21287 spam-cache-lookups is on, remove superfluous (provide).
21288
21289 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
21290
21291 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21292
21293 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
21294
21295 * run-at-time.el (run-at-time-saved): Move to after the definition
21296 of `run-at-time'.
21297
21298 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21299
21300 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21301 mm-w3m-local-map-property.
21302
21303 * mm-view.el (mm-w3m-mode-map): Remove.
21304 (mm-w3m-local-map-property): Remove.
21305 (mm-inline-text-html-render-with-w3m): Don't use
21306 mm-w3m-local-map-property.
21307
21308 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21309
21310 * run-at-time.el: New file.
21311
21312 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21313 of gnus-set-text-properties.
21314
21315 * gnus-uu.el (gnus-uu-save-article): Ditto.
21316
21317 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21318
21319 * gnus-cite.el (gnus-cite-parse): Ditto.
21320
21321 * gnus-art.el (gnus-button-push): Use set-text-properties instead
21322 of gnus-.
21323
21324 * gnus.el: Change calls to nnheader-run-at-time and
21325 password-run-at-time throughout to use run-at-time directly.
21326
21327 * password.el: Remove definition of run-at-time.
21328
21329 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
21330
21331 * mml.el (mml-minibuffer-read-disposition): Show attachment type
21332 in prompt.
21333
21334 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
21335
21336 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21337 XEmacs version.
21338
21339 * dns.el (dns-make-network-process): Use `open-network-stream'
21340 instead of `gnus-xmas-open-network-stream'.
21341
21342 * .cvsignore: Add auto-autoloads.el, custom-load.el.
21343
21344 2004-01-06 Jesper Harder <harder@ifa.au.dk>
21345
21346 * gnus-art.el (gnus-mime-display-alternative)
21347 (gnus-insert-mime-button, gnus-insert-mime-security-button)
21348 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21349 Don't use gnus-local-map-property.
21350
21351 * gnus-util.el (gnus-local-map-property): Remove.
21352
21353 * mm-view.el (mm-view-pkcs7-decrypt):
21354 Replace gnus-completing-read-maybe-default with completing-read.
21355
21356 * gnus-util.el (gnus-completing-read): do.
21357 (gnus-completing-read-maybe-default): Remove.
21358
21359 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
21360
21361 * password.el: Only autoload `run-at-time' if not XEmacs.
21362 Only autoload the itimer functions if XEmacs.
21363
21364 2004-01-06 Jesper Harder <harder@ifa.au.dk>
21365
21366 * gnus-art.el (gnus-read-string): Remove.
21367 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21368 read-string.
21369
21370 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
21371
21372 * netrc.el: Autoload password-read.
21373 (netrc): Add configuration group.
21374 (netrc-encoding-method, netrc-openssl-path):
21375 Add variables for encoding and decoding of files with symmetric
21376 ciphers.
21377 (netrc-encode): Add assistant function to encode a file with
21378 netrc-encoding-method.
21379 (netrc-parse): Add interactive parameter, added optional
21380 decoding if netrc-encoding-method is non-nil but otherwise
21381 behavior is standard.
21382 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21383 Do s/encode/encrypt/ everywhere.
21384
21385 * spam.el: Remove executable-find autoload.
21386
21387 2004-01-05 Jesper Harder <harder@ifa.au.dk>
21388
21389 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21390
21391 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21392
21393 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21394
21395 * gnus-art.el (gnus-treat-ansi-sequences)
21396 (article-treat-ansi-sequences): New variable and function.
21397 Suggested by Dan Jacobson <jidanni@jidanni.org>.
21398
21399 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21400 Use it.
21401
21402 2004-01-05 Jesper Harder <harder@ifa.au.dk>
21403
21404 * mm-util.el (mm-quote-arg): Remove.
21405
21406 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21407 shell-quote-argument.
21408
21409 * gnus-uu.el (gnus-uu-command): do.
21410
21411 * gnus-sum.el (gnus-summary-insert-pseudos): do.
21412
21413 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21414 with make-char.
21415
21416 * mm-util.el (mm-make-char): Remove.
21417
21418 * mml.el (mml-mode): Replace gnus-add-minor-mode with
21419 add-minor-mode.
21420
21421 * gnus-undo.el (gnus-undo-mode): do.
21422
21423 * gnus-topic.el (gnus-topic-mode): do.
21424
21425 * gnus-sum.el (gnus-dead-summary-mode): do.
21426
21427 * gnus-start.el (gnus-slave-mode): do.
21428
21429 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21430
21431 * gnus-ml.el (gnus-mailing-list-mode): do.
21432
21433 * gnus-gl.el (gnus-grouplens-mode): do.
21434
21435 * gnus-draft.el (gnus-draft-mode): do.
21436
21437 * gnus-dired.el (gnus-dired-mode): do.
21438
21439 * gnus-ems.el (gnus-add-minor-mode): Remove.
21440
21441 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21442 Replace gnus-char-width with char-width.
21443
21444 * gnus-ems.el (gnus-char-width): Remove.
21445
21446 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21447 Replace gnus-char-width with char-width.
21448
21449 * gnus-ems.el (gnus-char-width): Remove.
21450
21451 * spam-stat.el (with-syntax-table): Remove with-syntax-table
21452 definition.
21453 Remove Emacs 20 hash table compatibility code.
21454
21455 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21456 20 compatibility code.
21457
21458 * spam.el (spam-point-at-eol): Replace with point-at-eol.
21459
21460 * smime.el (smime-point-at-eol): Replace with point-at-eol.
21461
21462 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21463 Replace with point-at-{eol,bol}.
21464
21465 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21466
21467 * imap.el (imap-point-at-eol): Replace with point-at-eol.
21468
21469 * flow-fill.el (fill-flowed-point-at-bol)
21470 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21471
21472 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21473 Replace with point-at-{eol,bol} throughout all files.
21474
21475 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
21476
21477 * ntlm.el (ntlm-string-as-unibyte): New macro.
21478 (ntlm-build-auth-response): Use it.
21479
21480 Remove Emacs 20 stuff:
21481 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21482 of delq and copy-sequence.
21483 * gnus-art.el (popup-menu): Remove the compiler macro.
21484 * nnmail.el (nnmail-split-fancy): Don't support customizing with
21485 Emacs 20.
21486
21487 2004-01-05 Simon Josefsson <jas@extundo.com>
21488
21489 * ntlm.el: Fix namespace. Change smb-passwd-hash into
21490 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21491 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21492 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21493 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21494 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21495 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21496 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21497 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21498 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21499 ntlm-string-permute, string-lshift into ntlm-string-lshift,
21500 string-xor into ntlm-string-xor.
21501 Suggested by Jesper Harder <harder@myrealbox.com>.
21502
21503 * ntlm.el: Don't include poem.
21504
21505 * md4.el (print-int32, print-string-hexa): Remove.
21506 Suggested by Jesper Harder <harder@myrealbox.com>.
21507
21508 * sasl-ntlm.el, ntlm.el, md4.el: New files.
21509
21510 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
21511 probably breaks emacs with DL patch, but do we care? Is anyone
21512 still using the DL stuff?)
21513
21514 * sieve-manage.el: Use the password package.
21515 (sieve-manage-read-passwd): Remove.
21516 (sieve-manage-interactive-login): Use password. Re-add
21517 condition-case around loop.
21518
21519 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21520 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21521 Use the password package.
21522
21523 2003-02-19 Simon Josefsson <jas@extundo.com>
21524
21525 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21526 token.
21527
21528 2002-08-07 Simon Josefsson <jas@extundo.com>
21529
21530 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21531 (sieve-manage-authenticators):
21532 (sieve-manage-authenticator-alist): Add some SASL mechs.
21533 (sieve-sasl-auth): New function.
21534 (sieve-manage-cram-md5-auth):
21535 (sieve-manage-plain-auth): Rewrite using SASL library.
21536 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21537 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21538 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21539 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21540
21541 2004-01-05 Simon Josefsson <jas@extundo.com>
21542
21543 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21544 New files.
21545
21546 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21547
21548 * gnus-group.el (gnus-no-groups-message): Update.
21549
21550 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21551
21552 2003-11-09 Simon Josefsson <jas@extundo.com>
21553
21554 * imap.el: Support for ID IMAP extension (RFC 2971).
21555 (imap-local-variables): Add imap-id.
21556 (imap-id): New variable.
21557 (imap-id): New function.
21558 (imap-parse-response): Parse untagged ID response.
21559 * nnimap.el (nnimap-id): New variable.
21560 (nnimap-open-connection): Use it.
21561
21562 2003-12-28 Simon Josefsson <jas@extundo.com>
21563
21564 * gnus-score.el (gnus-score-edit-all-score): New.
21565 * gnus-group.el (gnus-group-score-map): Bind it to W e.
21566
21567 2004-01-04 Simon Josefsson <jas@extundo.com>
21568
21569 * password.el: Add.
21570
21571 2004-01-04 Mario Lang <lang@zid.tugraz.at>
21572
21573 * dns.el (dns-query-types): Fix typo.
21574 (dns-query-types): New function.
21575 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
21576 PTR and SOA replies, see RFC 1035.
21577
21578 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21579
21580 * gnus.el (gnus-logo-color-style): Change colors to `no'.
21581
21582 * Move to Changelog.2.
21583
21584 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21585
21586 * gnus.el (gnus-version-number): Bump version.
21587
21588 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21589
21590 * gnus.el: No Gnus v0.1 is released.
21591
21592 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21593
21594 * gnus.el: No Gnus v0.0 is released.
21595
21596 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21597
21598 * gnus.el (gnus-version-number): Bump.
21599 (gnus-version): No.
21600
21601 See ChangeLog.2 for earlier changes.
21602
21603 Copyright (C) 2004-2011 Free Software Foundation, Inc.
21604
21605 This file is part of GNU Emacs.
21606
21607 GNU Emacs is free software: you can redistribute it and/or modify
21608 it under the terms of the GNU General Public License as published by
21609 the Free Software Foundation, either version 3 of the License, or
21610 (at your option) any later version.
21611
21612 GNU Emacs is distributed in the hope that it will be useful,
21613 but WITHOUT ANY WARRANTY; without even the implied warranty of
21614 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21615 GNU General Public License for more details.
21616
21617 You should have received a copy of the GNU General Public License
21618 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21619
21620 ;; Local Variables:
21621 ;; coding: utf-8
21622 ;; fill-column: 79
21623 ;; add-log-time-zone-rule: t
21624 ;; End: