Fix typos.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
2
3 * message.el (message-return-action): Fix typo in docstring.
4
5 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6
7 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
8
9 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
10
11 * nndraft.el: Require gnus-group.
12 (nndraft-request-list): Declare.
13
14 * nndraft.el (nndraft-update-unread-articles): Don't show group having
15 no unread article unless it matches gnus-permanently-visible-groups.
16
17 * nndraft.el (nndraft-update-unread-articles): New function.
18 (nndraft-request-associate-buffer): Use it to update the number of
19 unread articles for the nndraft groups in the group buffer when saving
20 or killing a draft message.
21
22 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23
24 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
25 systems to binary before writing and reading the mbox files.
26
27 * gnus.el (gnus-summary-line-format): Link to the info node for %U
28 instead of trying to list them all (bug#8978).
29
30 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
31
32 * pop3.el (pop3-open-server): Use :end-of-capability.
33
34 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
35
36 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
37 the id is always a number.
38
39 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
40 debbugs mode, if possible.
41
42 2011-07-02 Daiki Ueno <ueno@unixuser.org>
43
44 * auth-source.el (auth-source-token-passphrase-callback-function):
45 Reindent.
46 (epg-context-operation): Remove unnecessary autoload.
47
48 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
49
50 * gnus.el (gnus-list-debbugs): New command.
51
52 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
53 mboxstat instead of the maintbox, since the stat seems to be fuller.
54
55 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
56 summary buffers.
57
58 * message.el (message-get-reply-headers): Delete all duplicates,
59 instead of the first.
60 (message-get-reply-headers): Ensure that we have progress while
61 deleting duplicates.
62
63 * gnus-msg.el (gnus-configure-posting-styles): Get the local
64 gnus-posting-style value from the summary buffer to make it easier to
65 make that a per-buffer conf.
66
67 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
68
69 * nnir.el (nnir-run-imap): Allow halting a search when an article is
70 found by setting `shortcut' in 'query.
71 (nnir-request-article): Use `shortcut' setting when requesting article
72 by Message-ID.
73
74 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
75
76 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
77 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
78 Bring the pseudo-headers back too.
79
80 2011-07-01 Daiki Ueno <ueno@unixuser.org>
81
82 * auth-source.el (auth-source-token-passphrase-callback-function):
83 Simplify and remove EPA dependency.
84
85 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
86
87 * nnir.el (nnir-request-article): Fix error message text.
88
89 2011-07-01 Daiki Ueno <ueno@unixuser.org>
90
91 * auth-source.el (plstore-delete): Autoload.
92 (auth-source-plstore-search): Support delete operation.
93 * plstore.el (plstore-delete): New function.
94
95 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
96
97 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
98 mark actually existing articles as unread rather than the ones that
99 active asserts.
100
101 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
102
103 * nntp.el (nntp-record-command):
104 * gnus-util.el (gnus-message-with-timestamp-1):
105 Use format-time-string rather than decoding time stamps by hand.
106 This is simpler and insulates the code from potential changes to
107 current-time format.
108
109 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
110
111 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
112
113 2011-07-01 Daiki Ueno <ueno@unixuser.org>
114
115 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
116 (plstore-save): Support public key encryption.
117 (plstore--init-from-buffer): New function.
118 (plstore-open): Use it; fix error when opening a non-existent file.
119 (plstore-revert): Use plstore--init-from-buffer.
120
121 2011-07-01 Daiki Ueno <ueno@unixuser.org>
122
123 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
124
125 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
126
127 * mml2015.el (mml2015-use): Replace string-match-p with string-match
128 for old Emacsen.
129
130 2011-06-30 Daiki Ueno <ueno@unixuser.org>
131
132 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
133 is not fully working.
134
135 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
136
137 * dgnushack.el: Autoload sha1 on XEmacs.
138
139 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
140 quit window configuration.
141
142 * auth-source.el (epg-context-set-passphrase-callback): Remove
143 duplicate autoload.
144
145 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
146
147 * nnir.el (nnir-request-article): Allow requesting articles by
148 Message-ID with nnimap.
149
150 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
151 current server.
152
153 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
154
155 * auth-source.el: Autoload EPA/EPG functions.
156 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
157 changed when EPA/EPG is not available.
158 (auth-source-backend): Rename "arg" member to "data".
159 (auth-source-backend-parse, auth-source-plstore-search)
160 (auth-source-plstore-create): Use it.
161
162 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
163
164 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
165 `gnus-refer-article-methods'.
166
167 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
168
169 * auth-source.el: Require EPA and EPG.
170 (auth-source-passphrase-alist): New variable.
171 (auth-source-passphrase-callback-function)
172 (auth-source-token-passphrase-callback-function): Callbacks for the
173 netrc field encryption (GPG tokens).
174 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
175 Symmetric encryption and decryption of the netrc GPG tokens.
176 (auth-source-netrc-normalize): Use them, simplifying the closure.
177
178 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
179
180 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
181 non-nil, and `nnimap-split-methods' is nil, use the former.
182
183 2011-06-30 Daiki Ueno <ueno@unixuser.org>
184
185 * plstore.el (plstore-revert): New function.
186 (plstore-open): Use it; hide the buffer from user.
187
188 2011-06-30 Daiki Ueno <ueno@unixuser.org>
189
190 * auth-source.el (auth-source-backend): New member "arg".
191 (auth-source-backend-parse): Handle new backend 'plstore.
192 * plstore.el: New file.
193
194 2011-06-30 Glenn Morris <rgm@gnu.org>
195
196 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
197
198 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
199
200 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
201
202 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
203 expiring articles to.
204
205 * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
206 variations as ASCII (bug#5458).
207
208 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
209
210 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
211
212 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
213
214 * message.el (message-point-in-header-p): Tweak the function to default
215 to saying that we're not in the headers if there is no separator at
216 all. This makes it possible to use the Message version of `M-q' in
217 buffers with no headers (bug#7987).
218 (message-point-in-header-p): Fix last checkin to work with an empty
219 mail-header-separator, too.
220
221 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
222 again, save the choice via customize.
223
224 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
225
226 * message.el (message-send-mail-function): Add `sendmail-query-once'.
227
228 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
229 ended the connection, bail out before waiting infinitely on a new
230 connection.
231
232 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
233
234 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
235 reports.
236
237 * gnus.el (gnus-bug-package): Use "gnus."
238 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
239
240 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
241
242 * gnus-art.el (gnus-article-stop-animations): New function to stop any
243 animations going on at article exit time.
244
245 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
246 since removing it breaks people upgrading.
247
248 * shr.el (shr-put-image): Use the new interface for animating images.
249 (shr-put-image): Animate for 60 seconds.
250
251 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
252 error with `find-file-hooks' on Emacs 22.
253 (with-auth-source-epa-overrides): Ugly hack to Wrap the
254 `find-file-hook' things in `symbol-value' to avoid compilation warnings
255 on all architectures.
256
257 * spam.el (spam-stat): Require in a normal fashion without binding
258 `spam-stat-install-hooks' to avoid compilation warnings.
259
260 * spam-stat.el (spam-stat-install-hooks): Removed.
261 (spam-stat-install-hooks): Don't run automatically.
262
263 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
264
265 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
266 and keystroke.
267
268 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
269
270 * auth-source.el (auth-source-netrc-cache): Move forward.
271
272 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
273
274 * auth-source.el (auth-source-netrc-create): Don't query the bits that
275 we already know.
276 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
277 (auth-source-netrc-create): Don't prompt for the stuff we already know.
278
279 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
280
281 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
282 %S format, since that looks odd.
283 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
284 file, especially when saving.
285
286 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
287
288 * nnimap.el (nnimap-find-article-by-message-id): return nil when no
289 article found.
290
291 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
292
293 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
294 `auth-source-save-secrets' with a more sensitive alist that can be
295 configured per file. Experimental, so defaults to 'never.
296 (auth-source-netrc-create): Use it. Still experimental code.
297 (with-auth-source-epa-overrides): Use `find-file-hooks' if
298 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
299
300 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
301
302 * auth-source.el (auth-source-save-secrets): New variable to control if
303 secret tokens should be saved encrypted.
304 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
305 to `auth-source-netrc-normalize'.
306 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
307 on the EPA variables being defined.
308 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
309 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
310 the lexical-let closure.
311 (auth-source-netrc-create): Create "gpg:" tokens according to
312 `auth-source-save-secrets'.
313
314 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
315
316 * gnus-group.el (gnus-group-update-group): Add new argument
317 `info-unchanged' that stops updating dribble buffer.
318
319 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
320 deletes lines matching to it in dribble buffer.
321
322 * gnus-agent.el (gnus-agent-fetch-group-1):
323 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
324 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
325 * gnus-start.el (gnus-group-change-level):
326 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
327
328 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
329 if newsgroup info is not changed.
330
331 * gnus-group.el (gnus-group-get-new-news-this-group):
332 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
333 Don't update dribble buffer.
334
335 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
336
337 * gnus-registry.el (gnus-registry-remove-ignored): New function to
338 remove entries with groups we ignore.
339
340 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
341
342 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
343 the underline comes at the bottom.
344
345 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
346
347 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
348 `gnus-registry-user-format-function-M' and declare the latter obsolete.
349 (gnus-registry-article-marks-to-names): Rename from
350 `gnus-registry-user-format-function-M2'.
351
352 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
353
354 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
355 ephemeral group.
356
357 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
358
359 * shr.el (shr-browse-image): Copy the URL if called interactively.
360
361 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
362
363 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
364 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
365 done, then unselected articles may be marked as read.
366
367 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
368 since not doing this seems to lead to a race condition in pop3-logon.
369
370 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
371 so that the call chain it correct when we call "upwards".
372
373 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
374 in read-only groups.
375
376 * gnus-group.el (gnus-group-mark-article-read): Ditto.
377
378 * message.el (message-cite-reply-position): Doc string fix.
379
380 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
381 avoid regexp overflow.
382 (nnimap-transform-split-mail): Ditto.
383
384 * pop3.el (pop3-retr): Error out if the server closes the connection.
385
386 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
389 mm-with-unibyte-current-buffer. The buffer should not contain any
390 multibyte chars anyway at this stage.
391
392 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
393
394 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
395 at the end of lines.
396
397 2011-05-29 Julien Danjou <julien@danjou.info>
398
399 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
400
401 2011-05-27 Glenn Morris <rgm@gnu.org>
402
403 * gnus-group.el (gnus-bug-group-download-format-alist):
404 Use the "maintainer" version of debian reports as well.
405
406 2011-05-26 Glenn Morris <rgm@gnu.org>
407
408 * gnus-group.el (gnus-bug-group-download-format-alist):
409 Use the "maintainer" version of debbugs.gnu.org reports.
410
411 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
412
413 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
414
415 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
416
417 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
418 the thread moves us backwards and so we loop forever.
419
420 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
421
422 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
423 whitespace in base64 data lines.
424
425 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
426
427 * gnus-registry.el (gnus-registry-user-format-function-M):
428 Use `mapconcat'.
429 (gnus-registry-user-format-function-M2): Use to see the full text of
430 the marks. Make "," the mark text separator.
431
432 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
433 authentication with auth-source.
434
435 2011-05-17 Glenn Morris <rgm@gnu.org>
436
437 * gnus-group.el (gnus-import-other-newsrc-file):
438 Use insert-file-contents.
439
440 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
441
442 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
443 1000 iterations.
444
445 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
446
447 * nntp.el (nntp-open-connection): Check if process-type is available.
448
449 2011-05-16 Julien Danjou <julien@danjou.info>
450
451 * shr.el (shr-tag-del): Add support for del tag.
452
453 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
454
455 * gnus-html.el (gnus-html-put-image): Register a displayer.
456
457 * shr.el (shr-image-displayer): Don't remove text props from alt text.
458
459 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
460
461 * registry.el (prune-factor): New initialization parameter defaulting
462 to 0.1.
463 (registry-prune-hard): Use it.
464
465 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
466 0.1 expicitly.
467
468 2011-05-13 Glenn Morris <rgm@gnu.org>
469
470 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
471 is bound, since this function requires sendmail.
472
473 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
474
475 * registry.el (registry-usage-test): Disable pruning test.
476
477 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
478
479 * registry.el (registry-prune-hard-candidates)
480 (registry-prune-soft-candidates): Helper methods for registry pruning.
481 (registry-prune): Use them. Make the sort function optional.
482
483 2011-05-10 Jim Meyering <meyering@redhat.com>
484
485 * shr.el (shr-colorize-region): Fix typo "on on -> on".
486
487 2011-05-10 Julien Danjou <julien@danjou.info>
488
489 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
490 symbol and not a list.
491
492 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
493
494 * gnus-art.el (gnus-article-mode): Move binding of
495 shr-put-image-function here from gnus-article-prepare-display.
496
497 * shr.el (shr-put-image-function): New variable.
498 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
499 (shr-put-image): Return scaled image.
500
501 * gnus-art.el (gnus-shr-put-image): New function.
502 (gnus-article-prepare-display): Bind shr-put-image-function to it.
503
504 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
505 original ones, as deletable.
506
507 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
508
509 * nntp.el (nntp-open-connection): Set TCP keepalive option.
510
511 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
512
513 * registry.el (registry-full): Add convenience method. Fix logic.
514 (registry-insert): Use it. Fix logic here too.
515
516 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
517 `registry-prune' if `registry-full' returns t.
518 (gnus-registry-handle-action)
519 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
520 (gnus-registry-usage-test): Use it.
521
522 2011-05-07 Julien Danjou <julien@danjou.info>
523
524 * shr.el (shr-link): Make shr-link inherit from link by default.
525
526 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
527
528 * shr.el (shr-urlify, shr-link): Fix shr-link face.
529
530 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
531
532 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
533 error out because the face is not a list.
534
535 2011-05-05 Glenn Morris <rgm@gnu.org>
536
537 * gnus-start.el (gnus-propagate-marks): Declare.
538
539 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
540
541 * registry.el (registry-reindex): Fix percentage message.
542
543 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
544
545 * shr.el: Add shr-link face for links.
546 (shr-urlify): Use it.
547
548 * registry.el (registry-insert): Make error message more helpful.
549
550 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
551
552 * gnus-html.el (gnus-html-schedule-image-fetching):
553 Use url-queue-retrieve, if it exists.
554
555 * shr.el (shr-tag-img): Ditto.
556
557 * gnus.el: Autoload more gnus-agent functions.
558
559 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
560 agent if we haven't already (bug#8502).
561
562 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
563 into the Agent, too.
564
565 * gnus-agent.el (gnus-agent-store-article): New function.
566
567 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
568 and moved from that file for reuse.
569
570 * pop3.el (pop3-open-server): Error messages are "-ERR".
571
572 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
573
574 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
575 (open-tls-stream): Remove superfluous tls/starttls autoloads.
576
577 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
578
579 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
580 buffer has moved to a different frame.
581
582 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
583
584 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
585 to get the conversion from unibyte to multibyte buffers to work on
586 Emacs 22.
587
588 * nntp.el (nntp-request-article): Slight clean-up.
589
590 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
591
592 * shr.el (shr-strike-through): New face.
593 (shr-tag-s): Use it to provide <s> support.
594 (shr-tag-s): Remove duplicate definition.
595
596 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
597
598 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
599 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
600
601 2011-04-23 Glenn Morris <rgm@gnu.org>
602
603 * gnus-sum.el (gnus-extra-headers): Bump :version.
604
605 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
606
607 * shr.el (shr-tag-sup): New function.
608 (shr-tag-sub): Ditto.
609
610 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
611
612 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
613 for the case where `gnus-registry-ignored-groups' is a list of lists,
614 and don't call `gnus-parameter-registry-ignore' otherwise.
615
616 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
617
618 * nnimap.el (nnimap-user): New backend variable.
619 (nnimap-open-connection-1): Use it.
620 (nnimap-credentials): Accept user parameter so it's explicit what user
621 name is desired.
622
623 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
624 default.
625
626 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
627 not gnus-registry.el.
628
629 * gnus-registry.el: Mention in comments how to modify
630 `gnus-extra-headers' for proper recipient tracking and that it may
631 already have To and Cc recently, which it does as of this commit.
632 (gnus-registry-ignored-groups): Remove defcustom.
633 Explain why in comments.
634 (gnus-registry-action): Fix data-header reference to use the extra
635 headers. Explain in package commentary how to add To and Cc headers to
636 the gnus-extra-headers.
637 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
638 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
639 parameter list or a string list in `gnus-registry-ignored-groups'.
640 Fix logic error.
641
642 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
643
644 * shr.el (shr-expand-url): Protect against null urls.
645
646 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
647
648 * shr.el (shr-base): New binding.
649 (shr-tag-base): Keep track of <base>.
650 (shr-expand-url): New function used throughout.
651
652 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
653
654 * gnus-registry.el
655 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
656 (gnus-registry-ignored-groups): New variable.
657 (gnus-registry-ignore-group-p): Use it.
658 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
659 set the destination group to nil (same as delete) if it's ignored.
660
661 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
662
663 * gnus-registry.el (gnus-registry-action)
664 (gnus-registry-fetch-header-fast):
665 Don't use mail-header that looks an internal function of mailheader.el.
666
667 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
668
669 * gnus-registry.el: Eliminate cl functions.
670 (gnus-registry-sort-addresses): New function that replaces mapcan.
671 (gnus-registry-action, gnus-registry-spool-action)
672 (gnus-registry-split-fancy-with-parent)
673 (gnus-registry-fetch-recipients-fast): Use it.
674 (gnus-registry-import-eld): Replace delete* with dolist + delq.
675
676 * registry.el (initialize-instance, registry-lookup)
677 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
678 (registry-lookup-secondary-value, registry-search, registry-delete)
679 (registry-insert, registry-reindex, registry-size, registry-prune):
680 Use eval-and-compile.
681
682 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
683
684 * registry.el (registry-reindex): New method to recreate the secondary
685 registry indices.
686
687 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
688 tracked field changes.
689 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
690 (gnus-registry-action, gnus-registry-spool-action)
691 (gnus-registry-handle-action)
692 (gnus-registry--split-fancy-with-parent-internal)
693 (gnus-registry-split-fancy-with-parent)
694 (gnus-registry-register-message-ids): Add recipient tracking on spool,
695 move, and delete actions, and for fancy splitting with parent.
696 (gnus-registry-extract-addresses)
697 (gnus-registry-fetch-recipients-fast)
698 (gnus-registry-fetch-header-fast): Convenience functions.
699 (gnus-registry-misc-test): ERT test of
700 `gnus-registry-extract-addresses'.
701
702 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
703
704 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
705 Track by subject first, then sender.
706
707 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
710
711 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
712 Lisp.
713
714 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
715 (gnus-draft-send): Use it to avoid popping
716 up frames from gnus-group-send-queue.
717
718 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
719
720 * gnus-registry.el: Updated gnus-registry docs.
721
722 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
723
724 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
725 Fix logic bug.
726 (gnus-registry-post-process-groups): Fix logging of no results and
727 quote sender and subject.
728
729 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
730
731 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
732 (gnus-read-active-for-groups): Don't try to finish getting stuff where
733 we had no early-data returned.
734 (gnus-get-unread-articles): Add a sanity check so that we don't issue
735 two async commands to the same server at the same time.
736
737 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
738
739 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
740
741 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
742
743 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
744 "warning" level.
745
746 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
747 (mm-url-insert-file-contents): Don't set the package names.
748
749 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
750
751 * gnus-registry.el (gnus-registry-action): Remove properties and
752 simplify subject in `gnus-registry-handle-action'.
753 (gnus-registry-spool-action): Get subject and sender from message if
754 they are not passed in.
755 (gnus-registry-handle-action): Remove properties and simplify subject
756 consistently.
757
758 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * registry.el: Require CL before using defmacro*.
761
762 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
763
764 * gnus-art.el (article-treat-date): Assume that
765 gnus-article-date-headers may be a group parameter.
766
767 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
768
769 * gnus-registry.el (gnus-registry-handle-action): More debugging.
770
771 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
772 interactively so the newsrc file can contain foreign groups too.
773 Useful for debugging but not much for users.
774
775 2011-04-07 David Engster <dengste@eml.cc>
776
777 * registry.el (registry-usage-test): Only do
778 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
779 lexical binding.
780
781 2011-04-06 David Engster <dengste@eml.cc>
782
783 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
784 argument NOERROR for `require', since XEmacs 21.4 does not support it.
785
786 2011-04-06 David Engster <dengste@eml.cc>
787
788 * registry.el (initialize-instance): Change :after to :AFTER to be
789 compatible with old EIEIO version in XEmacs.
790
791 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
792
793 * gnus-registry.el (gnus-registry-post-process-groups)
794 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
795 and provide better messaging.
796
797 2011-04-06 David Engster <dengste@eml.cc>
798
799 * Makefile.in (fail-on-warning): New rule to compile with warnings as
800 errors.
801
802 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
803
804 * gnus-registry.el: Don't use ERT if it's not available. Load it
805 unconditionally anyway, discarding errors.
806 (gnus-registry-delete-entries): New convenience function.
807 (gnus-registry-import-eld): Import from old .eld registry.
808
809 * registry.el: Don't use ERT if it's not available. Load it
810 unconditionally anyway, discarding errors.
811
812 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
813 version from the Claudio Bley GnuTLS patch (extra optional parameters
814 and host name).
815
816 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
817
818 * gnus-registry.el (gnus-registry-fixup-registry): New function to
819 fixup the parameters that can be customized by the user between
820 save/read cycles.
821 (gnus-registry-read): Use it.
822 (gnus-registry-make-db): Use it.
823 (gnus-registry-spool-action, gnus-registry-handle-action):
824 Fix messaging.
825 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
826 Map references to actual group names with sender and subject tracking.
827 (gnus-registry-post-process-groups): Use `cond' for better messaging.
828 (gnus-registry-usage-test): Add subject lookup test.
829
830 * registry.el (registry-db, initialize-instance): Set up constructor
831 instead of :initform arguments for the sake of older Emacsen.
832 (registry-lookup-breaks-before-lexbind): New method to demonstrate
833 pre-lexbind merge bug.
834 (registry-usage-test): Use it.
835 (initialize-instance, registry-db): Move the non-function initforms
836 back to the class definition.
837
838 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
839
840 * registry.el: New library to manage gnus-registry-style data.
841
842 * gnus-registry.el: Use it (major rewrite).
843
844 * nnregistry.el: Use it.
845
846 * spam.el: Use it.
847
848 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
849
850 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
851 marks on non-selected articles.
852
853 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
854
855 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
856
857 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
858 parameter to open-protocol-stream.
859
860 2011-04-01 Julien Danjou <julien@danjou.info>
861
862 * mm-view.el (mm-display-inline-fontify): Do not fontify with
863 fundamental-mode.
864
865 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
866
867 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
868 servers.
869
870 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
871
872 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
873 made marks not propagate, again.
874
875 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
876
877 * proto-stream.el (open-protocol-stream): Bring back `network' type.
878 Make this the default type.
879 (proto-stream-open-plain): Rename from proto-stream-open-default.
880 (open-protocol-stream, proto-stream-open-starttls)
881 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
882 with `plain'.
883
884 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
885 value.
886
887 * nntp.el (nntp-open-connection-function): Document the fact that some
888 values are not functions but are instead handled specially.
889 Recognize nntp-open-plain-stream value.
890 (nntp-open-connection): Recognize that value.
891
892 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
893
894 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
895 stuff.
896
897 * gnus-score.el (gnus-score-string): Fix calling convention of
898 `gnus-simplify-buffer-fuzzy' after last patches.
899
900 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
901 server for articles we didn't get any headers for. This is a sanity
902 check.
903
904 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
905
906 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
907 new CAPABILITY, use it.
908
909 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
910
911 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
912 downloading anything.
913
914 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
915
916 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
917
918 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
919 colors.
920 (gnus-splash-svg-color-symbols): New function.
921
922 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
923
924 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
925 instead of using the global gnus-simplify-subject-fuzzy-regexp.
926 (gnus-simplify-subject-fuzzy): Use the local
927 gnus-simplify-subject-fuzzy-regex instead of the global one.
928 This makes using this variable in group parameters work.
929
930 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
931
932 * gnus-registry.el (gnus-registry-unfollowed-groups):
933 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
934 archive:sent-YYYY-MM-DD groups).
935 (gnus-registry-split-fancy-with-parent): Bail out early in sender
936 tracking if there are more than `gnus-registry-max-track-groups'
937 matches.
938
939 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * message.el (message--yank-original-internal): New function to do the
942 insertion cleanly inside eval in `message-yank-original'.
943 (message-yank-original): Use it.
944
945 2011-03-29 Julien Danjou <julien@danjou.info>
946
947 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
948 local variables disabled rather than `normal-mode'.
949
950 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
951
952 * proto-stream.el: Changes preparatory to merging open-protocol-stream
953 with open-network-stream.
954 (proto-stream-always-use-starttls): Option removed.
955 (open-protocol-stream): Return a process object by default. Provide a
956 new parameter :return-list specifying a list-type return value, which
957 now has the form (PROP . PLIST) instead of a fixed-length list. Change
958 :type `network' to `try-starttls', and `network-only' to `default'.
959 Make `default' the default, for compatibility with open-network-stream.
960 Handle the no-parameter case exactly as open-network-stream, with no
961 additional stream processing. Search plists using plist-get.
962 Explicitly add :end-of-commend parameter if it is missing.
963 (proto-stream-open-default): Rename from
964 proto-stream-open-network-only. Return 'default as the type.
965 (proto-stream-open-starttls): Rename from proto-stream-open-network.
966 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
967 failed. Always return a list with a (possibly dead) process as the
968 first element, for compatibility with open-network-stream.
969 (proto-stream-open-tls): Use plist-get. Always return a list.
970 (proto-stream-open-shell): Return `default' as connection type.
971 (proto-stream-capability-open): Use plist-get.
972 (proto-stream-eoc): Function deleted.
973
974 * nnimap.el (nnimap-stream, nnimap-open-connection)
975 (nnimap-open-connection-1): Handle renaming of :type parameter for
976 open-protocol-stream.
977 (nnimap-open-connection-1): Pass a :return-list parameter
978 open-protocol-stream to obtain a list return value. Parse this list
979 using plist-get.
980
981 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
982 for open-protocol-stream. Accept open-protocol-stream return value
983 that is a subprocess object instead of a list. Handle the case of a
984 dead returned process.
985
986 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
987
988 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
989
990 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
991
992 2011-03-21 Julien Danjou <julien@danjou.info>
993
994 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
995 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
996 query.
997 (mm-inline-text): Render normal text with fontification whenever
998 possible.
999
1000 * gnus-sum.el (gnus-summary-save-parts-1):
1001 * gnus-art.el (gnus-article-browse-html-save-cid-content)
1002 (gnus-article-browse-html-parts, gnus-mime-delete-part)
1003 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1004 Use `mm-handle-filename'.
1005
1006 * mm-util.el (mm-handle-filename): New function, return the filename of
1007 an handle.
1008
1009 2011-03-18 Julien Danjou <julien@danjou.info>
1010
1011 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1012 (gnus-buffer-live-p): Check that buffer is not nil.
1013
1014 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1015
1016 * gnus-art.el: Require mouse, which the build bot seems to say is
1017 needed.
1018
1019 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1020 XEmacs, since it doesn't have url-retrieve-synchronously.
1021
1022 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
1023
1024 * gnus-group.el (gnus-group-list-ticked): New function.
1025 (gnus-group-make-menu-bar): Provide a menu entry for it.
1026 (gnus-group-list-map): Provide a binding for it.
1027
1028 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1029
1030 * shr.el (shr-visit-file): New command.
1031
1032 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1033
1034 2011-03-17 Bjørn Mork <bjorn@mork.no>
1035
1036 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1037 servers.
1038
1039 2011-03-16 Julien Danjou <julien@danjou.info>
1040
1041 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1042 inline.
1043
1044 * gnus-art.el (article-hide-list-identifiers):
1045 Use gnus-group-get-list-identifiers.
1046
1047 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1048 (gnus-summary-remove-list-identifiers):
1049 Use gnus-group-get-list-identifiers to get regexp.
1050 (gnus-select-newsgroup, gnus-summary-insert-subject)
1051 (gnus-summary-insert-articles):
1052 Call gnus-summary-remove-list-identifiers unconditionally.
1053
1054 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1055
1056 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1057 we're selecting a group with unread articles.
1058
1059 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1060
1061 * gssapi.el: New file separated out from imap.el to provide a general
1062 Kerberos 5 connection facility for Emacs.
1063
1064 * message.el (message-elide-ellipsis): Document the format spec
1065 ellipsis.
1066
1067 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
1068
1069 * message.el (message-elide-region): Allow the ellipsis to say how many
1070 lines were removed.
1071
1072 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1073
1074 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1075 window configurations containing buffers that are now dead.
1076
1077 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1078 parsing to avoid integer overflows.
1079 (nnimap-parse-flags): Simplify the last change.
1080 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1081 too large for 32-bit Emacsen.
1082
1083 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1084
1085 * auth-source.el (auth-source-netrc-create):
1086 * message.el (message-yank-original): Fix use of `case'.
1087
1088 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
1089
1090 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1091 XEmacs, which was one character too wide.
1092
1093 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
1094
1095 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1096 default number of articles to display.
1097 (gnus-articles-to-read): Use pretty names for prompt.
1098
1099 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1100
1101 * gnus-int.el (gnus-open-server): Ditto.
1102
1103 * gnus-start.el (gnus-activate-group): Give a backtrace if
1104 debug-on-quit is set and the user hits `C-g'.
1105 (gnus-read-active-file): Ditto.
1106
1107 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1108
1109 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
1110
1111 * message.el (message-yank-original): Use cond instead of CL case.
1112
1113 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1114
1115 * auth-source.el (auth-source-netrc-create): Use usual format for the
1116 default in prompts.
1117
1118 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
1119
1120 * auth-source.el (auth-source-netrc-create): Show the default in the
1121 prompt when prompting for token creation.
1122
1123 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1124
1125 * auth-source.el (auth-source-format-prompt): Always convert the value
1126 to a string to avoid evaluating non-string arguments.
1127 (auth-source-netrc-create): Offer default properly, not as initial
1128 content in `read-string'.
1129 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1130 of line to determine if we've been run before. If so, don't run again,
1131 but print a trivial message to indicate the cache was hit instead.
1132
1133 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1134
1135 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1136 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
1137 The user will have to run `gnus-sync-read' manually and wait for Cloudy
1138 Gnus.
1139
1140 2011-03-11 Julien Danjou <julien@danjou.info>
1141
1142 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1143 modified file".
1144
1145 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
1146
1147 * auth-source.el (auth-source-read-char-choice): New function to read a
1148 character choice using `dropdown-list', `read-char-choice', or
1149 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
1150 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
1151 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
1152 (auth-source-netrc-saver): Use it.
1153 (auth-source-pick-first-password): New convenience function.
1154
1155 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1156
1157 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1158 parameter in the credentials.
1159 (nnimap-open-connection-1): Use it after a successful login.
1160 (nnimap-credentials): Add IMAP-specific user and password prompt.
1161
1162 * auth-source.el (auth-source-search): Add :require parameter, taking a
1163 list. Document it and the :save-function return token. Pass :require
1164 down. Change the CREATED message from a warning to a debug statement.
1165 (auth-source-search-backends): Pass :require down.
1166 (auth-source-netrc-search): Pass :require down.
1167 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1168 Change save prompt to indicate all modifications saved here are
1169 deletions.
1170 (auth-source-netrc-create): Take user login name as default in user
1171 prompt. Move all the save functionality to a lexically bound function
1172 under the :save-function token in the returned list. Set up clearer
1173 default prompts for user, host, port, and secret.
1174 (auth-source-netrc-saver): New function, intended to be wrapped for
1175 :save-function.
1176
1177 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1178
1179 * Version 23.3 released.
1180
1181 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1182
1183 * shr.el (shr-table-horizontal-line): Change the defaults for the table
1184 lines to be spaces instead.
1185
1186 2011-03-07 Julien Danjou <julien@danjou.info>
1187
1188 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1189 (sieve-sasl-auth): Check that auth-source-search did return something,
1190 or just return an empty string.
1191
1192 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
1193
1194 * gnus.el (gnus-interactive): Use read-directory-name.
1195
1196 * gnus-uu.el (gnus-uu-decode-uu-and-save)
1197 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1198 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1199 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1200 Likewise.
1201
1202 * gnus-group.el (gnus-group-make-directory-group): Likewise.
1203
1204 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1205
1206 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1207 onto the list of killed groups, too. This makes killed nnimap groups,
1208 for instance, more reliably not reappear.
1209
1210 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1211 the parent.
1212
1213 * gnus-sum.el (gnus-update-read-articles): Fix typo.
1214
1215 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1216 really have server-side marks.
1217
1218 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1219 since most backends do not usefully have server-side marks.
1220 (gnus-update-read-articles): Propagate marks to all backends that
1221 really have server-side marks.
1222
1223 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
1224
1225 * message.el (message-cite-reply-position, message-cite-style):
1226 New variables.
1227 (message-yank-original): Use the new citation styles.
1228
1229 2011-03-04 Daiki Ueno <ueno@unixuser.org>
1230
1231 * message.el (message-options): Revert the change that's a workaround
1232 for XEmacs buffer-local issue; don't mark it buffer-local when running
1233 under XEmacs.
1234
1235 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
1236
1237 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1238 numbers too big to be `read'.
1239
1240 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
1241
1242 * message.el (message-options): Make buffer-local two ways to attempt
1243 to fix a XEmacs bug.
1244
1245 2011-03-02 Julien Danjou <julien@danjou.info>
1246
1247 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1248
1249 2011-03-01 Julien Danjou <julien@danjou.info>
1250
1251 * gnus-art.el (list-identifier): Add list-identifier as a parameter
1252 group.
1253 (article-hide-list-identifiers): Use list-identifier group parameter.
1254
1255 2011-02-28 Julien Danjou <julien@danjou.info>
1256
1257 * sieve.el (sieve-buffer-script-name): New local variable to store
1258 sieve script name.
1259 (sieve-edit-script): Store sieve script name.
1260 (sieve-upload): Use sieve script name when uploading.
1261 (sieve-upload): Use substitute-command-keys.
1262 (sieve-edit-script): Use substitute-command-keys.
1263 (sieve-refresh-scriptlist): Use substitute-command-keys.
1264 (sieve-manage-mode-map): Define keymap properly.
1265 (sieve-manage-mode): Do not set mode name manually, change mode-name to
1266 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1267 Remove commented code about cvs.
1268 (sieve-manage-quit): New function.
1269 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1270
1271 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1272
1273 * gnus-group.el (gnus-import-other-newsrc-file): New function.
1274
1275 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
1276
1277 * auth-source.el (auth-source-search): Cache empty result sets.
1278
1279 * auth-source.el (auth-source-save-behavior): New variable to replace
1280 `auth-source-never-create'.
1281 (auth-source-netrc-create): Use it.
1282 (auth-source-never-save): Remove.
1283
1284 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
1285
1286 * nnimap.el (nnimap-stream): Doc fix.
1287 (nnimap-open-connection-1): Reverse the order of the ports to that the
1288 prompted-for port is first.
1289
1290 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1291 retrieval by the no-group selection.
1292
1293 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1294 numerical parameters.
1295
1296 2011-02-25 Julien Danjou <julien@danjou.info>
1297
1298 * gnus-gravatar.el: Use gnus-with-article-buffer.
1299
1300 * gnus-art.el (gnus-with-article-buffer): Check that the
1301 gnus-article-buffer is alive.
1302
1303 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
1304
1305 * auth-source.el (auth-source-creation-prompts): New variable to manage
1306 creation-time prompts.
1307 (auth-source-search): Document it.
1308 (auth-source-format-prompt): Add utility function.
1309 (auth-source-netrc-create): Don't default the user name to
1310 user-login-name. Use `auth-source-creation-prompts' and some default
1311 prompts for user, host, port, and password (the default generic prompt
1312 remains ugly).
1313 (auth-source-never-save): Add customizable option to never save info.
1314 (auth-source-netrc-create): Use it and improve save prompts. Fix help
1315 mode excursion.
1316
1317 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
1318
1319 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1320 argument that XEmacs doesn't support.
1321
1322 2011-02-23 Julien Danjou <julien@danjou.info>
1323
1324 * gnus-art.el (article-make-date-line): Ignore errors if time is
1325 invalid and not convertible.
1326 (article-make-date-line): Only add lapsed time if time is not nil.
1327
1328 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
1329
1330 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1331 `read-char-choice' for backwards compatibility.
1332 (auth-source-netrc-element-or-first): New function to DTRT for
1333 parameter extraction.
1334 (auth-source-netrc-create): Use it and fix multiple parameter print
1335 bug. Use the default passed from above (given-default) or the
1336 built-in (user-login-name for :user).
1337
1338 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
1339
1340 * gnus-start.el (gnus-dribble-read-file):
1341 Set buffer-save-without-query, since we always want to save the dribble
1342 file, probably.
1343
1344 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1345 nnimap.
1346
1347 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1348 -summary- since it's a user-visible variable.
1349
1350 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1351 first time you use the new Gnus.
1352
1353 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1354
1355 * auth-source.el: Don't load netrc.el.
1356 (auth-sources): Search ~/.netrc as well by default.
1357 (auth-source-debug): Add 'trivia option for extra output.
1358 (auth-source-do-trivia): Use it.
1359 (auth-source-search): Simplify logic to use
1360 `auth-source-search-backends'. Use `auth-source-do-trivia' where
1361 appropriate. Don't keep a running count at this level. Layer :create
1362 and :delete options appropriately on the first and second passes.
1363 Don't track the backend with the search results.
1364 (auth-source-search-backends): New function to search a list of
1365 backends for a processed spec.
1366 (auth-source-netrc-parse): Cache all netrc files, making
1367 auth-source-netrc-cache an alist keyed by the file name and using the
1368 file mtime as the caching criterion. Keep the obfuscated data secret
1369 with a lexical bind.
1370 (auth-source-netrc-search): Don't calculate the length of the results
1371 unnecessarily.
1372 (auth-source-search-backends): Fix bug.
1373 (auth-source-netrc-create): Rework prompts.
1374
1375 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
1376
1377 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1378 Lower case names of search constraints.
1379 (nnir-run-query): Cache and reuse search constraints for all imap
1380 servers.
1381
1382 2011-02-22 Sam Steingold <sds@gnu.org>
1383
1384 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
1385
1386 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
1387
1388 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1389 after exit.
1390 (gnus-setup-message): Define missing variable from last checkin.
1391
1392 * gnus-sum.el (gnus-summary-show-article): When called with t as the
1393 value, show the raw article.
1394
1395 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1396
1397 * nnimap.el (nnimap-open-connection-1): Revert last change, since
1398 auth-source now accepts numbers.
1399
1400 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1401 spec, too.
1402 (auth-source-ensure-strings): New function.
1403
1404 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1405 (gnus-article-setup-buffer): Always restart the date timer so that user
1406 changes to the frequency is respected.
1407
1408 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1409 port numbers, so make sure it gets that if nnimap-server-port is
1410 explicit.
1411
1412 2011-02-21 Simon Josefsson <simon@josefsson.org>
1413
1414 * nnimap.el (nnimap-inbox): Doc fix.
1415
1416 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
1417
1418 * shr-color.el (shr-color->hexadecimal): Use renamed function names
1419 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1420 color-lab-to-srgb.
1421
1422 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1423
1424 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1425 given method as in the group name if we're using an extended method.
1426 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1427 command, if we're using that, instead of waiting for the beginning.
1428
1429 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1430 we're sure to get unique server names, and we don't output two async
1431 commands in the same buffer. This fixes an NNTP hang for some users.
1432
1433 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1434
1435 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1436 summary buffer before reading going to the next buffer. This avoids
1437 putting the point in the group buffer if you `C-g' the command.
1438
1439 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1440 cache (for now) to make ~/.authinfo.gpg files usable.
1441
1442 * nnfolder.el (copyright-update): Define for the compiler.
1443
1444 * auth-source.el (auth-source-search): Fix unbound variable.
1445
1446 2011-02-19 Glenn Morris <rgm@gnu.org>
1447
1448 * gnus.el (gnus-meta): Doc fix.
1449
1450 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1451
1452 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1453 in case it's not yet loaded.
1454
1455 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1456
1457 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1458 line we're waiting for.
1459
1460 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1461
1462 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1463 face with line-width greater than zero will cause RET in gnus summary
1464 buffer to scroll down article page-wise because auto vscroll happens,
1465 it should be temporalily disabled when doing a scroll-up.
1466
1467 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
1468
1469 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1470 outputs from the server.
1471
1472 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1473
1474 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1475 later so that bbdb can hook in easier.
1476
1477 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
1478
1479 * auth-source.el (auth-source-search): Don't try to create credentials
1480 if the caller doesn't want that.
1481 (auth-source-search): If we don't find a match, don't bug out on
1482 non-bound variables.
1483 (auth-source-search): Only ask a single backend to create the
1484 credentials.
1485
1486 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1487 logging.
1488 (nnimap-credentials): Protect against auth-source-search returning nil.
1489 (nnimap-request-list): Protect against not being able to open the
1490 server.
1491
1492 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
1493
1494 * auth-source.el (auth-source-search): Do a two-phase search, one with
1495 no :create to get the responses from all backends.
1496
1497 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1498 when getting credentials.
1499
1500 * gnus-util.el (gnus-delete-duplicates): New function.
1501
1502 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1503
1504 * nnimap.el (nnimap-credentials): Instead of picking the first port as
1505 a creation default, pass the whole port list down. It will be
1506 completed.
1507
1508 * auth-source.el (auth-source-search): Updated docs to talk about
1509 multiple creation choices.
1510 (auth-source-netrc-create): Accept a list as a value (from the search
1511 parameters) and do completion on that list. Keep a separate netrc line
1512 with the password obscured for showing the user.
1513
1514 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1515 first choice to `auth-source-search' so it will be used for entry
1516 creation instead of the server's Gnus-specific name.
1517 (nnimap-credentials): Rely on the auth-source library to select which
1518 port is actually wanted in the new netrc entry, so don't override
1519 `auth-source-creation-defaults'.
1520
1521 * auth-source.el (auth-source-netrc-parse): Use :port instead of
1522 :protocol and accept a missing user, host, or port as a wildcard match.
1523 (auth-source-debug): Default to off.
1524
1525 (auth-source-netrc-search, auth-source-netrc-create)
1526 (auth-source-secrets-search, auth-source-secrets-create)
1527 (auth-source-user-or-password, auth-source-backend, auth-sources)
1528 (auth-source-backend-parse-parameters, auth-source-search): Use :port
1529 instead of :protocol.
1530
1531 * nnimap.el (nnimap-credentials): Pass a port default to
1532 `auth-source-search' in case an entry needs to be created.
1533 (nnimap-open-connection-1): Use :port instead of :protocol.
1534
1535 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
1536
1537 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
1538 instead of delete-dups that is not available in XEmacs 21.4.
1539
1540 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
1541
1542 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1543 nil means that nnimap doesn't get updated.
1544
1545 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
1546
1547 * auth-source.el (auth-source-netrc-create): Return a synthetic search
1548 result when the user doesn't want to write to the file.
1549 (auth-source-netrc-search): Expect a synthetic result and proceed
1550 accordingly.
1551 (auth-source-cache-expiry): New variable to override
1552 `password-cache-expiry'.
1553 (auth-source-remember): Use it.
1554
1555 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1556 parameter. Create entry if necessary by using :create t.
1557 (nnimap-open-connection-1): Don't pass `inhibit-create'.
1558
1559 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
1560
1561 * auth-source.el (auth-source-debug): Enable by default and don't
1562 mention the obsolete `auth-source-hide-passwords'.
1563 (auth-source-do-warn): New function to debug unconditionally.
1564 (auth-source-do-debug): Use it.
1565 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1566 and for Secrets API entries when the secrets.el library is not
1567 available.
1568
1569 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1570
1571 * gnus-sum.el (gnus-propagate-marks): Default to nil.
1572 (gnus-summary-exit): Kill the correct article buffer on exit from a
1573 `C-d' group.
1574
1575 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1576 gnus-propagate-marks.
1577
1578 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1579 before killing the buffers so that a non-full window conf gets handled
1580 correctly.
1581 (gnus-summary-exit): Ditto.
1582 (gnus-summary-read-group-1): Ditto.
1583
1584 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1585 async code again so that we can debug it properly.
1586
1587 * message.el (message-reply): Take an optional switch-buffer parameter
1588 so that Gnus window confs are respected better.
1589
1590 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1591
1592 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1593 `plist-get' to accept non-list parameters (XEmacs issue).
1594 Fix docstring.
1595 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1596 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1597 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1598 Login collection is "Login" and not "login".
1599
1600 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1601
1602 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1603 multiple headers.
1604
1605 * nnimap.el (nnimap-inhibit-logging): New variable.
1606 (nnimap-log-command): Don't log login commands.
1607
1608 * auth-source.el (auth-source-netrc-search): The asserts seem to want
1609 to have more parameters.
1610
1611 * nnimap.el (nnimap-send-command): Mark the command time for each
1612 command, so that we don't get NOOPs stepping on our toes.
1613
1614 * gnus-art.el (article-date-ut): Get the date from the Date header on
1615 `t'.
1616
1617 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1618
1619 * auth-source.el (auth-source-search): Use copy-sequence instead of
1620 the cl.el copy-list.
1621
1622 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
1623
1624 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1625 Improve prompt.
1626
1627 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1628
1629 * gnus-art.el (gnus-article-mode-line-format): Remove the article
1630 washing status from the default format. It isn't very informative.
1631
1632 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
1633
1634 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1635 Fix Gcc processing on imap.
1636
1637 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1638
1639 * message.el (message-bury): Don't pop up a new window when selected
1640 window is dedicated.
1641
1642 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1643
1644 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1645
1646 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
1647
1648 * sieve-manage.el: Autoload `auth-source-search'.
1649 (sieve-sasl-auth): Use it.
1650
1651 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1652
1653 * nnimap.el: Autoload `auth-source-forget+'.
1654 (nnimap-open-connection-1): Use it if the connection fails.
1655
1656 * auth-source.el: Require `password-cache'.
1657 (auth-source-hide-passwords, auth-source-cache): Remove and mark
1658 obsolete.
1659 (auth-source-magic): Marker for `password-cache' keys.
1660 (auth-source-do-cache): Update docstring.
1661 (auth-source-search): Use and check cache.
1662 (auth-source-forget-all-cached, auth-source-remember)
1663 (auth-source-recall, auth-source-forget, auth-source-forget+)
1664 (auth-source-specmatchp): Caching support functions.
1665 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1666 Remove and obsolete.
1667 (auth-source-user-or-password): Remove caching to further discourage
1668 using it. Always hide passwords.
1669
1670 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1671
1672 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1673 code for now, since it doesn't work for all users.
1674
1675 2011-02-09 Julien Danjou <julien@danjou.info>
1676
1677 * message.el (message-options): Make message-options really buffer
1678 local.
1679
1680 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
1681
1682 * mail-source.el: Autoload `auth-source-search'.
1683 (mail-source-keyword-map): Note order matters.
1684 (mail-source-set-1): Get all the mail-source source values and
1685 defaults and search auth-source on those if needed. This can all
1686 probably be simplified.
1687
1688 * nnimap.el: Autoload `auth-source-search'.
1689 (nnimap-credentials): Use it.
1690 (nnimap-open-connection-1): Ask for the virtual server and physical
1691 address in one shot.
1692
1693 * nntp.el: Autoload `auth-source-search'.
1694 (nntp-send-authinfo): Use it. Note TODO.
1695
1696 2011-02-08 Julien Danjou <julien@danjou.info>
1697
1698 * shr.el (shr-tag-body): Add support for text attribute in body
1699 markups.
1700
1701 * message.el (message-options): Make message-options a local variable.
1702
1703 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
1704
1705 * auth-source.el (auth-source-secrets-search)
1706 (auth-source-user-or-password): Use `append' instead of `nconc'.
1707 (auth-source-user-or-password): Build return list better and protect
1708 against nil :secret.
1709
1710 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1711
1712 * nnimap.el (nnimap-update-info): Refactor slightly.
1713 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1714 (nnimap-update-info): Clean up slightly.
1715 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1716 characters.
1717 (nnimap-process-quirk): Rename function to avoid collision.
1718 (nnimap-update-info): Fix macrology bug-out.
1719 (nnimap-update-info): Simplify split history test.
1720
1721 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
1722
1723 * auth-source.el (top): Require 'eieio unconditionally.
1724 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1725 (auth-source-secrets-search): Limit search when `max' is greater than
1726 number of results.
1727
1728 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1729
1730 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1731 part not returning any data.
1732
1733 * proto-stream.el (open-protocol-stream): Document the return value.
1734
1735 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1736
1737 * auth-source.el (auth-source-secrets-search): Add examples.
1738
1739 2011-02-06 Julien Danjou <julien@danjou.info>
1740
1741 * message.el (message-setup-1): Handle message-generate-headers-first
1742 set to t.
1743
1744 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1745
1746 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1747 API with a string "secrets:collection-name" and with 'default.
1748 (auth-source-backend-parse): Parse "secrets:collection-name" and
1749 'default. Recurse on parses instead of repeating code. Use the
1750 Secrets API is the source is not nil and 'ignore otherwise. Emit a
1751 message when ignoring a source.
1752 (auth-source-search): List ignored search keys at the top level.
1753 (auth-source-netrc-create): Use `case' instead of `cond'.
1754 (auth-source-secrets-search): Created with TODOs.
1755 (auth-source-secrets-create): Created with TODOs.
1756 (auth-source-retrieve, auth-source-create, auth-source-delete)
1757 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1758 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1759 (auth-source-user-or-password-sftp)
1760 (auth-source-user-or-password-smtp): Remove.
1761 (auth-source-user-or-password): Deprecated and modified to be a wrapper
1762 around `auth-source-search'. Not tested thoroughly.
1763
1764 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1765
1766 * auth-source.el: Bring in assoc and eioeio libraries.
1767 (secrets-enabled): New variable to track the status of the Secrets API.
1768 (auth-source-backend): New EIOEIO class to represent a backend.
1769 (auth-source-creation-defaults): New variable to set prompt defaults
1770 during token creation (see the `auth-source-search' docstring for
1771 details).
1772 (auth-sources): Simplify to allow a simple string as a netrc backend
1773 spec.
1774 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1775 (auth-source-backend-parse-parameters): Fill in the backend parameters.
1776 (auth-source-search): Main auth-source API entry point.
1777 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1778 (auth-source-search-collection): Helper function for searching.
1779 (auth-source-netrc-parse, auth-source-netrc-normalize)
1780 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1781 Supports search, create, and delete.
1782 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1783 backend stubs.
1784 (auth-source-user-or-password): Call `auth-source-search' but it's not
1785 ready yet.
1786
1787 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1788
1789 * message.el (message-setup-1): Remove the read-only stuff, since it
1790 doesn't work under XEmacs, for some reason.
1791
1792 * gnus-sum.el (gnus-user-date): Rename back from
1793 gnus-summary-user-date since user code refers to it.
1794
1795 * shr.el (shr-render-td): Store the actual background colour used.
1796
1797 * message.el (message-setup-1): Don't bind the constant
1798 -forbidden-properties.
1799 (message-setup-1): Revert previous change, since it needs to bind the
1800 props to insert them.
1801 (message-resend): Allow removing the read-only separator line.
1802
1803 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1804
1805 * nnimap.el (nnimap-request-accept-article): Give an error message if
1806 the APPEND wasn't successful.
1807
1808 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
1809
1810 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1811 that have no groups.
1812
1813 2011-02-03 Julien Danjou <julien@danjou.info>
1814
1815 * gnus-draft.el: Remove progn around gnus-draft-setup.
1816
1817 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1818
1819 * gnus-start.el (gnus-read-active-for-groups): This function is never
1820 called with a nil `infos', so clean that up.
1821 (gnus-get-unread-articles): Request active files from primary/secondary
1822 methods that have no groups (yet).
1823
1824 2011-02-03 Julien Danjou <julien@danjou.info>
1825
1826 * message.el (message-setup-1): Always generate References first.
1827 (message-mail): Return the return value of message-setup, not always t.
1828 (message-setup-1): Insert mail-header-separator with read-only and
1829 intangible properties set.
1830
1831 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1832 user-date in docstring.
1833
1834 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1835
1836 * gnus.el (gnus-summary-line-format): Mention &user-date format in
1837 docstring.
1838
1839 * gnus.el (gnus-user-date-format-alist): Change default value. Use
1840 defcustom, with type and group. Move from gnus-util.el. Rename to
1841 gnus-summary-user-date-format-alist.
1842
1843 2011-02-03 Glenn Morris <rgm@gnu.org>
1844
1845 * nnimap.el (gnus-fetch-headers): Declare.
1846
1847 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1848
1849 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1850
1851 * message.el (message-forward-make-body-digest-plain)
1852 (message-followup, message-reply): Clean up things noted by Stefan.
1853
1854 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1855 gnus-article-update-date-headers is nil.
1856 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1857 it didn't really work with defcustom.
1858 (article-update-date-lapsed): Make sure the window start doesn't move,
1859 either.
1860
1861 2011-02-01 Julien Danjou <julien@danjou.info>
1862
1863 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1864 format.
1865
1866 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1867 standard in Emacs nowadays.
1868
1869 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1870
1871 * message.el (message-expand-name): Don't trust the return value of
1872 bbdb-complete-name.
1873 (message-check-news-header-syntax): Remove unused var `start'.
1874 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1875 (message-inhibit-body-encoding): Move to before first use.
1876 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1877 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1878 (Organization, Message-ID, Date, mh-previous-window-config):
1879 Defvar the vars using dynamic scoping.
1880
1881 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1882
1883 * shr.el (shr-render-td): Only do colours at the final rendering.
1884 Should be slightly faster.
1885 (shr-insert-table): Fix up TD background colours when doing the
1886 vertical padding.
1887
1888 * gnus-art.el (article-date-ut): Protect against articles with no Date
1889 header.
1890 (article-update-date-lapsed): Don't use current-column to find the
1891 horizontal position. It's fragile in the presence of \003 characters.
1892
1893 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1894
1895 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1896
1897 * gnus-art.el (article-transform-date): Rewrite to still work when
1898 there are several rfc2822 parts.
1899 (article-transform-date): Fix infinite recursion.
1900 (article-date-ut): Replace infinitely many Date headers with a single
1901 one when called interactively.
1902
1903 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1904 secure manner.
1905
1906 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1907 move around by not using save-window-excursion. It seems to work...
1908
1909 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
1910
1911 * gnus-art.el (article-make-date-line): Work for user-defined format.
1912
1913 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1914
1915 * nntp.el (nntp-retrieve-group-data-early)
1916 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1917 fetching functions.
1918
1919 * gnus-start.el (gnus-read-active-for-groups): Read the active files
1920 thoroughly for all backends that have no known groups. This should
1921 allow new nnml methods to retrieve mail.
1922
1923 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1924 that Gnus doesn't know exists again.
1925
1926 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1927 (gnus-treat-date-ut): Ditto.
1928 (gnus-article-update-date-header): Rename.
1929 (gnus-treat-date-local): Remove.
1930 (gnus-treat-date-english): Remove.
1931 (gnus-treat-date-lapsed): Remove.
1932 (gnus-treat-date-combined-lapsed): Remove.
1933 (gnus-treat-date-original): Remove.
1934 (gnus-treat-date-iso8601): Remove.
1935 (gnus-treat-date-user-defined): Remove.
1936 (gnus-article-date-headers): New variable to control all the date
1937 header options.
1938 (article-date-ut): Rewrite to allow using the new way to format date
1939 headers(s).
1940
1941 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1942
1943 * nnmail.el (nnmail-article-group): Check for a direct fancy split
1944 method.
1945 (nnmail-article-group): A better test for fanciness.
1946
1947 * nnimap.el (nnimap-request-head): Protect against not finding the
1948 article by Message-ID.
1949
1950 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
1951
1952 * gnus-art.el (article-update-date-lapsed): Try a better way to really
1953 keep point at the "same place".
1954
1955 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1956
1957 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1958 data if the group is unactivated.
1959
1960 2011-01-28 Julien Danjou <julien@danjou.info>
1961
1962 * gnus-win.el: Remove dead function gnus-window-configuration-element.
1963 (gnus-all-windows-visible-p): Remove old compatibility code.
1964 (gnus-window-top-edge): Add docstring.
1965
1966 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1967
1968 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1969
1970 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1971 older request-update-info.
1972
1973 * gnus-art.el (article-make-date-line): Limit the length a bit more.
1974
1975 2011-01-28 Daiki Ueno <ueno@unixuser.org>
1976
1977 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1978 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1979
1980 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1981
1982 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1983 groups. This makes the nndraft:queue group pop up if it's not already
1984 there.
1985
1986 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1987 messages" logic, which was reversed.
1988
1989 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1990 the "same place" even if point is on the line being replaced.
1991 (article-update-date-lapsed): Allow updating both the combined lapsed
1992 and the lapsed headers.
1993 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1994 (article-make-date-line): Limit the number of segments dynamically to
1995 avoid too-long lines.
1996
1997 2011-01-27 Julien Danjou <julien@danjou.info>
1998
1999 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2000 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2001
2002 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
2003
2004 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2005 Use plist-get instead of the cl function getf.
2006
2007 2011-01-27 Glenn Morris <rgm@gnu.org>
2008
2009 * gnus-util.el (float-time): Get rid of compiler warning, again.
2010
2011 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2012
2013 * shr.el (shr-put-color): Special-case background colours: Do put them
2014 at the blank parts at the front of the lines.
2015
2016 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2017 exit hook to nix out all data on readedness on group exit.
2018
2019 * gnus-util.el (float-time): If float-time is bound, always use it on
2020 all Emacsen. It's unclear why the subrp check was there.
2021 (time-date): Require to make some autoload issues on XEmacs go away.
2022
2023 * shr.el (shr-put-color): Don't do the box padding in tables, since
2024 they're already padded.
2025
2026 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2027
2028 * gnus-art.el (gnus-article-next-page): When the last line of the
2029 article is displayed, scroll down once more instead of going to the
2030 next article at once.
2031 (article-lapsed-string): Refactor out and allow specifying how many
2032 segments you want.
2033 (gnus-article-setup-buffer): Start updating the lapsed header directly.
2034 (gnus-article-update-lapsed-header): New variable.
2035
2036 * shr.el: Revert change that made headings use different-sized faces.
2037 The Emacs display engine isn't advanced enough that, for instance,
2038 tables can comfortably use differently-sized faces.
2039
2040 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2041
2042 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2043 used.
2044 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2045 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2046 we're using an encrypted connection.
2047
2048 * proto-stream.el: Alter the interface functions to also return the
2049 actual stream type used: network or tls.
2050
2051 2011-01-25 Julien Danjou <julien@danjou.info>
2052
2053 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2054 (mm-display-javascript-inline): New function.
2055
2056 * mm-decode.el (mm-inline-media-tests): Add application/javascript
2057 viewing function.
2058
2059 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
2060
2061 * shr.el (shr-expand-newlines): Fix variable name.
2062
2063 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2064
2065 * shr.el (shr-expand-newlines): Make nested boxes work.
2066
2067 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2068
2069 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2070 backgrounds.
2071 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2072 in a more sensible manner.
2073
2074 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2075
2076 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2077 if EPG is loaded.
2078
2079 2011-01-24 Julien Danjou <julien@danjou.info>
2080
2081 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2082 tags.
2083
2084 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2085
2086 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2087 commands.
2088
2089 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2090 in the article buffer.
2091 (gnus-gravatar-insert): Use blank space from the current buffer to
2092 avoid breaking text properties. This makes X-Sent updating work again.
2093
2094 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2095
2096 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
2097
2098 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2099 fix the bug in url-http.el instead.
2100
2101 * shr.el (shr-image-fetched): Ditto.
2102
2103 * shr.el (shr-image-fetched): Avoid having point move in the article
2104 buffer.
2105
2106 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2107 buffer after being called. It's apparently being killed by url.el, and
2108 killing it made point move to end-of-buffer in a random buffer.
2109
2110 * shr.el (shr-image-fetched): Ditto.
2111
2112 2011-01-23 Julien Danjou <julien@danjou.info>
2113
2114 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2115
2116 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2117 text/x-org.
2118
2119 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2120
2121 * gnus-sum.el (gnus-summary-move-article): Protect against backends
2122 (i.e., nnimap) returning nil as the article number.
2123
2124 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2125
2126 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2127 "DelSp" parameter in RFC3676.
2128
2129 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2130
2131 * message.el (message-check-recipients): Display the encoded version of
2132 the bogus address if they differ.
2133
2134 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2135 after sending.
2136
2137 * gnus-agent.el (gnus-agent-send-mail): Ditto.
2138
2139 * gnus-group.el (gnus-group-refresh-group): New convenience function.
2140
2141 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2142 group buffer after sending the queue.
2143
2144 * gnus-agent.el (gnus-agent-send-mail): Ditto.
2145
2146 2011-01-22 Julien Danjou <julien@danjou.info>
2147
2148 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2149
2150 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2151
2152 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2153 nested related parts.
2154
2155 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2156 unexpired articles. This fixes the regression that led expiry marks to
2157 disappear from nnfolder groups.
2158
2159 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2160
2161 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2162 Don't confuse the "ret" of "retrograde" with RET.
2163
2164 2011-01-21 Julien Danjou <julien@danjou.info>
2165
2166 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2167 than mm-insert-inline.
2168
2169 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
2170
2171 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2172 Widen article buffer.
2173
2174 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2175
2176 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2177 the temp buffer.
2178 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2179
2180 2011-01-20 Julien Danjou <julien@danjou.info>
2181
2182 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2183
2184 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2185 than mm-insert-inline to insert inline part: this respect
2186 mm-inline-media-tests displayers.
2187
2188 * mm-view.el (mm-display-shell-script-inline): New function.
2189
2190 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2191
2192 * mm-uu.el (mm-uu-type-alist): Add org block.
2193 (mm-uu-org-src-code-block-extract): New function.
2194
2195 * mm-view.el (mm-display-org-inline): New function.
2196
2197 * mm-decode.el (mm-automatic-display): Add text/org.
2198
2199 * mailcap.el (mailcap-mime-extensions): Add .org.
2200
2201 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
2202
2203 * gnus-art.el (gnus-article-highlight): Remove argument passed to
2204 gnus-article-add-buttons.
2205
2206 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
2207
2208 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2209 From header with a date and "nobody" as the sender.
2210
2211 2011-01-19 Julien Danjou <julien@danjou.info>
2212
2213 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2214 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2215 if you have the same regexp several times.
2216 (gnus-button-push): Fix matching when regexp is symbol.
2217
2218 2011-01-15 Glenn Morris <rgm@gnu.org>
2219
2220 * message.el (message-mail): A compose-mail function should
2221 accept headers as strings.
2222
2223 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2224
2225 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2226 Add :vert-only tags.
2227 (message-mail): New arg RETURN-ACTION.
2228 (message-return-action): New var.
2229 (message-bury): Use it.
2230 (message-mode): Make it buffer-local.
2231 (message-send-and-exit): Always call message-bury.
2232
2233 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
2234 message-mail.
2235
2236 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2237
2238 * nnimap.el (nnimap-convert-partial-article): Protect against
2239 zero-length body parts.
2240
2241 * mm-decode.el (mm-preferred-alternative-precedence):
2242 Discourage showing empty parts.
2243
2244 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2245 and stuff if the backend didn't return the article number. This fixes
2246 an Exchange-related nnimap bug.
2247
2248 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2249 group window, because it does the wrong thing when a separate frame
2250 displays the group buffer.
2251
2252 * proto-stream.el (open-protocol-stream): Protect against the low-level
2253 transport functions returning nil.
2254
2255 2011-01-07 Daiki Ueno <ueno@unixuser.org>
2256
2257 * mml2015.el (epg-sub-key-fingerprint): Autoload.
2258 (mml2015-epg-find-usable-secret-key): New function.
2259 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2260 mml2015-epg-find-usable-key (Bug#7797).
2261 (mml2015-epg-encrypt): Ditto.
2262
2263 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2264
2265 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2266
2267 2011-01-03 Glenn Morris <rgm@gnu.org>
2268
2269 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2270
2271 * sieve.el (sieve-open-server): Give a more explicit error if
2272 sieve-manage-open returns nil. (Bug#7720)
2273
2274 2011-01-02 Karl Fogel <kfogel@red-bean.com>
2275
2276 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2277
2278 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2279
2280 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2281 This avoids sending passwords in plain text over non-encrypted
2282 channels.
2283
2284 * shr.el (shr-rescale-image): Display all GIF images as animated images.
2285
2286 * nnimap.el (nnimap-login): Refactored out into own function, and
2287 implement CRAM-MD5.
2288 (nnimap-wait-for-line): Refactored out.
2289
2290 * mm-view.el (mml-smime): Require.
2291
2292 2010-12-20 David Engster <deng@eml.cc>
2293
2294 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2295 use EPG to decrypt S/MIME messages instead of openssl.
2296
2297 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2298
2299 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2300
2301 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2302 status is the group clearly is unreachable.
2303
2304 * auth-source.el (auth-source-create): Add the optional second
2305 parameter to `local-variable-p' to be compatible with XEmacs.
2306
2307 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
2308
2309 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2310 work when using a compressed nnml folder.
2311
2312 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2313
2314 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2315 backends after sanitising on entry, because this never makes sense:
2316 If the articles have gone missing, then the data no longer exists on
2317 the backend, and if they haven't, then Gnus is wrong, and shouldn't
2318 overwrite anything anyway.
2319
2320 * shr.el (shr-insert-document): Bind shr-width dynamically to
2321 window-width if it's nil.
2322
2323 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2324
2325 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2326 with the meaning of using the full emacs window width for rendering.
2327
2328 2010-12-27 Daiki Ueno <ueno@unixuser.org>
2329
2330 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2331 case when sender is not given.
2332
2333 2010-12-23 Julien Danjou <julien@danjou.info>
2334
2335 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2336 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2337 the addresses, otherwise we might misplaced the gravatar.
2338
2339 2010-12-21 Daiki Ueno <ueno@unixuser.org>
2340
2341 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2342 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2343 obsolete in Emacs.
2344
2345 2010-12-20 Julien Danjou <julien@danjou.info>
2346
2347 * gnus-util.el (gnus-rescale-image): Revert last change.
2348
2349 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2350
2351 * gnus-group.el (gnus-group-delete-articles): New command.
2352
2353 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
2354
2355 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2356
2357 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2358
2359 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2360 here, since it's up to the backends to do CRLF removal if their
2361 protocol has it.
2362
2363 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2364
2365 2010-12-17 Julien Danjou <julien@danjou.info>
2366
2367 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2368 they are from file. Can also scale up.
2369
2370 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
2371
2372 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2373 gnus-use-agent.
2374 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2375
2376 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2377
2378 2010-12-17 Julien Danjou <julien@danjou.info>
2379
2380 * gravatar.el (gravatar-retrieve-synchronously): New function.
2381 (gravatar-get-data): Make more robust.
2382
2383 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2384
2385 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2386 to really consider the last line.
2387
2388 2010-12-16 Daiki Ueno <ueno@unixuser.org>
2389
2390 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2391 list of recipient keys, or use symmetric encryption if not a list.
2392 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2393 EPA override, replacing the call to `netrc-store-data'.
2394
2395 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
2396
2397 * gnus-srvr.el: Avoid passing nil regexp argument to
2398 delete-matching-lines.
2399
2400 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2401
2402 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2403 fetching stops when Gnus exits.
2404
2405 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2406 function.
2407 (nnfolder-request-expire-articles): Save all the buffers after doing
2408 expiry.
2409
2410 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2411 the last article", since that led to serious performance regressions
2412 when expiring nnml groups.
2413
2414 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
2415
2416 * nnir.el: Improve customizations.
2417
2418 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2419
2420 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2421
2422 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2423 group has been killed.
2424 (gnus-group-yank-group): Ditto.
2425
2426 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2427
2428 * nnimap.el (nnimap-request-update-group-status): New function.
2429
2430 * gnus-int.el (gnus-request-update-group-status): New interface
2431 function.
2432
2433 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2434 copying read-ness to the backends.
2435
2436 * nnimap.el (nnimap-quirk): New function.
2437 (nnimap-retrieve-group-data-early): Use it.
2438 (nnimap-quirks): New alist.
2439
2440 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
2441
2442 * shr.el (shr-insert): Set shr-start after deleting trailing space;
2443 don't delete it within indentation.
2444
2445 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2446
2447 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2448 previous line.
2449
2450 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2451
2452 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2453 QRESYNC command by deleting a superfluous space which broke Cyrus
2454 servers. This change will break other servers that are buggy the other
2455 way around.
2456
2457 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2458
2459 * spam.el: Reindent and fix long lines.
2460 (spam-copy-or-move-routine): Exclude invalid move destinations.
2461
2462 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2463
2464 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2465 installed the registry.
2466
2467 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2468
2469 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2470 groupname doesn't contain "gmane".
2471
2472 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2473
2474 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2475 (gnus-1): Don't create the nndrafts group twice.
2476 (gnus-setup-news): There's no need to read the active file here, since
2477 that's done again later on a per-backend basis.
2478 (gnus-start-draft-setup): Make sure that the new group is started out
2479 empty.
2480
2481 * gnus-agent.el (gnus-agentize): Don't create the queue group
2482 automatically on startup. It'll be created later, if needed.
2483
2484 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2485 of automatically subscribed groups.
2486 (gnus-auto-subscribed-categories): New variable.
2487 (gnus-matches-options-n): Use it.
2488 (gnus-default-subscribed-newsgroups): Remove unused variable.
2489 (gnus-start-draft-setup): Message a bit less.
2490
2491 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2492
2493 * nnir.el (nnir-run-imap): Return article list in order of increasing
2494 UID.
2495
2496 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2497
2498 * gnus-sum.el (gnus-summary-enter-digest-group):
2499 Mention gnus-auto-select-on-ephemeral-exit.
2500
2501 * proto-stream.el (proto-stream-open-network-only): Fix the calling
2502 convention of the network-only option.
2503
2504 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2505
2506 * proto-stream.el (proto-stream-open-network-only): New function to
2507 have a way to specify non-STARTTLS upgrade connections.
2508
2509 2010-12-10 Julien Danjou <julien@danjou.info>
2510
2511 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2512 email address is nil.
2513
2514 * message.el (message-bogus-recipient-p): Set address to "" if nil.
2515
2516 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
2517
2518 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2519 deletion.
2520 (nnir-run-imap): Only need to parse list once.
2521
2522 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2523
2524 * shr.el (shr-tag-script): Ignore <script>.
2525 (shr-tag-label): Add <label> support.
2526
2527 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
2528
2529 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2530
2531 * shr.el (shr-image-displayer): Work for images lined side by side.
2532
2533 2010-12-08 Robert Pluim <rpluim@gmail.com>
2534
2535 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2536 parameter, since XEmacs doesn't accept t as a parameter.
2537
2538 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
2539
2540 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2541 ids.
2542 (nnir-run-gmane): Simplify groupspec formatting.
2543 (nnir-request-expire-articles): New function.
2544
2545 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2546
2547 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2548 overflow, possibly.
2549
2550 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2551 (shr-render-td): Handle td style="" better.
2552 (shr-tag-table): Use the color from the style sheet.
2553 (shr-render-td): Make sure we copy over all the overlays, too.
2554
2555 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
2556
2557 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2558 (nnir-request-article): Improve article retrieval.
2559
2560 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2561
2562 * mm-util.el (mm-extra-numeric-entities): New variable.
2563
2564 * mm-url.el (mm-url-decode-entities):
2565 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2566
2567 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2568
2569 * message.el: Use completion-at-point.
2570 (message-completion-function): New fun, extracted from message-tab.
2571 (message-mode): Use it for completion-at-point-functions.
2572 (message-tab): Use it and completion-at-point.
2573
2574 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2575
2576 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2577 character if a non-breakable character follows.
2578
2579 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2580
2581 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2582 any stream.
2583
2584 * shr.el (shr-tag-font): Colorize the region.
2585 (shr-tag-body): Ditto.
2586 (shr-tag-font): Actually let the styles be inherited instead of
2587 overwriting them.
2588 (shr-tag-font): Get the background color right.
2589 (shr-tag-style): Ignore all <style> tags for the moment.
2590
2591 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2592 a Message-ID to avoid having nnimap depend on gnus-sum.
2593
2594 * shr.el (shr-descend): Only colorize something if we have a node that
2595 sets colors.
2596
2597 2010-12-06 Julien Danjou <julien@danjou.info>
2598
2599 * shr.el (shr-render-td): Render td content with shr-descend, so style
2600 will be applied to <td> too.
2601 (shr-colorize-region): Colorize region even if we only have a background.
2602 (shr-tag-body): Fix color and background color inheritance.
2603 Do not recolorize after shr-generic.
2604 (shr-tag-font): Let shr-generic colorize via inheritance.
2605
2606 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2607
2608 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2609
2610 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
2611
2612 * nnir.el (nnir-request-move-article): Remove obsolete code.
2613
2614 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2615
2616 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2617
2618 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2619
2620 * gnus-sum.el (gnus-summary-respool-article): The completion function
2621 expects a list instead of an alist.
2622
2623 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2624 string as the parameter.
2625
2626 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2627
2628 * shr.el (shr-stylesheet): New dynamic variable for cascading the
2629 styles.
2630 (shr-colorize-region): New function.
2631 (shr-insert-background-overlay): Remove.
2632 (shr-render-td): Background setting should be taken care of on a higher
2633 level.
2634 (shr-tag-body): Use post-hoc colorizations.
2635 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2636 (shr-put-color-1): Don't overwrite old colors.
2637 (shr-colorize-region): When the background color isn't explicit, use
2638 a fixed background.
2639
2640 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2641 nnmail variables.
2642
2643 2010-12-05 Bjørn Mork <bjorn@mork.no>
2644
2645 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2646 unless necessary.
2647
2648 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
2649
2650 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2651 server.
2652
2653 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2654
2655 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2656 so that TAB works.
2657
2658 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2659 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2660
2661 * shr.el (shr-urlify): Show the URL before the title to avoid
2662 misleading URLs.
2663
2664 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
2665
2666 * shr.el (shr-urlify): Display the title in <a> tags.
2667
2668 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
2669
2670 * nnir.el (nnir-categorize): Replace mapcar with mapc.
2671
2672 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
2673
2674 * nnir.el: Rearrange code to allow macros to be autoloaded by
2675 gnus-sum.el.
2676 (nnir-retrieve-headers-override-function): Make this variable
2677 customizable.
2678 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2679
2680 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2681 from nnir.el.
2682
2683 2010-12-03 Julien Danjou <julien@danjou.info>
2684
2685 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2686
2687 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2688
2689 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2690 allow optional argument `environment'.
2691
2692 2010-12-03 Glenn Morris <rgm@gnu.org>
2693
2694 * mm-extern.el (message-goto-body): Update declaration.
2695
2696 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2697
2698 * gnus-util.el (gnus-macroexpand-all): New function.
2699
2700 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2701 instead of macroexpand-all that is unavailable in XEmacs.
2702
2703 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
2704
2705 * nnir.el (nnir-summary-line-format): New variable.
2706 (nnir-mode): Use it.
2707 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2708 (nnir-article-ids): Reimplement as defsubst.
2709 (nnir-retrieve-headers): Don't mangle the subject header.
2710 (nnir-run-imap): Use 100 as RSV score.
2711 (nnir-run-find-grep): Fix for full server searching.
2712 (nnir-run-gmane): Better restriction to gmane groups.
2713
2714 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2715 summary buffers.
2716
2717 2010-12-02 Julien Danjou <julien@danjou.info>
2718
2719 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2720
2721 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2722
2723 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2724 support.
2725
2726 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
2727
2728 * nnir.el: Update to handle the registry better.
2729 (autoload): Silence byte-compiler.
2730 (nnir-open-server): Add a hook for nnir groups.
2731 (nnir-request-move-article): Don't mangle the header. Better to use
2732 formating variables (which will be added in the future).
2733 (nnir-registry-action): Update the registry using the original article
2734 group name.
2735 (nnir-mode): Install nnir-specific hooks for updating the registry.
2736
2737 * gnus-sum.el
2738 (gnus-article-original-subject,gnus-newsgroup-original-name):
2739 Remove obsolete variables.
2740 (gnus-summary-move-article): Remove use of obsolete variables.
2741 (gnus-summary-local-variables): Make move and delete hooks local to
2742 summary buffers.
2743
2744 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2745
2746 * rtree.el: New file.
2747
2748 2010-12-01 Julien Danjou <julien@danjou.info>
2749
2750 * message.el (message-user-organization): Do not use
2751 gnus-local-organization.
2752
2753 * gnus.el: Remove gnus-local-organization.
2754
2755 * gnus-msg.el: Remove nastygram thing.
2756
2757 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
2758
2759 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2760 funcall.
2761
2762 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2763
2764 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2765 names.
2766
2767 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2768 characters.
2769
2770 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2771 to t of inhibit-read-only since it is inside gnus-with-article-headers.
2772 Suggested by Štěpán Němec <stepnem@gmail.com>.
2773 (gnus-gravatar-transform-address): Use mail-extract-address-components
2774 that supports non-ASCII names rather than mail-header-parse-addresses.
2775
2776 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2777
2778 * proto-stream.el (open-protocol-stream): All starttls connections are
2779 handled by the network handler.
2780
2781 2010-11-30 Julien Danjou <julien@danjou.info>
2782
2783 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2784 (nnimap-open-connection-1): Fix PREAUTH.
2785
2786 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2787
2788 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2789
2790 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2791 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2792 (shr-insert): Use them.
2793 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2794
2795 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2796
2797 * nnir.el (nnir-request-move-article): Bail out if original group
2798 doesn't support article moves.
2799 (nnir-get-active): Improve active list retrieval.
2800
2801 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2802
2803 * shr.el (shr-find-fill-point): Don't break before apostrophes.
2804
2805 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
2806
2807 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2808 seem to accept strings-with-numbers as port numbers,
2809
2810 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2811
2812 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2813 change the registry.
2814
2815 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
2816
2817 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2818 delete-dups that is not available in XEmacs 21.4.
2819
2820 * mm-util.el (mm-delete-duplicates): Add comment.
2821
2822 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
2823
2824 * nnir.el (nnir-ignored-newsgroups): New variable.
2825 (nnir-get-active): Use it.
2826
2827 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2828
2829 * proto-stream.el (proto-stream-open-network): Add some comments.
2830
2831 * nntp.el (nntp-open-connection): Provide a :success condition.
2832
2833 * nnimap.el (nnimap-open-connection-1): Ditto.
2834
2835 * proto-stream.el (proto-stream-open-network): See what the response to
2836 the STARTTLS command is.
2837
2838 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2839 backwards compatibility).
2840 (nnimap-open-connection-1): Really respect nnimap-server-port.
2841
2842 * proto-stream.el (proto-stream-open-network): When doing opportunistic
2843 TLS upgrades we don't really care about the identity of the peer.
2844 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2845 that what we've checked for.
2846 (proto-stream-always-use-starttls): Only default to t if
2847 open-gnutls-stream exists.
2848 (proto-stream-open-network): If STARTTLS failed, then just open a
2849 normal connection.
2850 (proto-stream-open-network): Wait until the greeting before doing
2851 STARTTLS.
2852
2853 * nntp.el (nntp-open-connection): Report what the connection error is.
2854
2855 * proto-stream.el (open-protocol-stream): Rename from
2856 open-proto-stream.
2857
2858 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2859
2860 * nnimap.el (nnimap-stream): Change default to `undecided'.
2861 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2862 first, and then network.
2863 (nnimap-open-connection-1): Respect nnimap-server-port.
2864 (nnimap-open-connection): Be more backwards-compatible.
2865
2866 * proto-stream.el (proto-stream-always-use-starttls): New variable.
2867 (proto-stream-open-starttls): De-duplicate the starttls code.
2868 (proto-stream-open-starttls): Folded back into the main function.
2869 (proto-stream-open-network): Fix typo in the gnutls path.
2870 (proto-stream-command): Refactor out.
2871
2872 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2873
2874 * proto-stream.el (proto-stream-open-starttls): Actually implement the
2875 starttls.el STARTTLS.
2876
2877 * color.el (color-lab->srgb): Fix function call name.
2878
2879 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2880 if we're using tls.el.
2881 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2882 built in, then don't try to establish a STARTTLS connection.
2883
2884 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2885 servers.
2886
2887 * proto-stream.el (open-proto-stream): Use network, not stream.
2888 (open-proto-stream): Add a way to specify what the end of a command is.
2889
2890 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2891 connections types.
2892 (nntp-open-network-stream): Remove.
2893 (nntp-open-ssl-stream): Remove.
2894 (nntp-open-tls-stream): Remove.
2895 (nntp-ssl-program): Remove.
2896
2897 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2898
2899 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
2900
2901 * nnir.el: Fix typos.
2902 (nnir-retrieve-headers-override-function): Rename variable to reflect
2903 new semantics.
2904 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2905 macros.
2906 (nnir-request-article, nnir-request-move-article): Use them.
2907 (nnir-categorize): New function.
2908 (nnir-run-query): Use it.
2909 (nnir-retrieve-headers): Rewrite to batch header retrieval.
2910 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2911 sorted.
2912 (nnir-group-full-name): Use gnus-group-full-name instead.
2913 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2914 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2915
2916 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2917
2918 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2919
2920 * proto-stream.el: New library to provide protocol-specific
2921 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2922 protocols.
2923 (open-proto-stream): Complete the documentation.
2924 (proto-stream-open-network): Fix some typos.
2925
2926 * nnimap.el (nnimap-open-connection): Use it.
2927
2928 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
2929
2930 * pop3.el (pop3-open-server): Read server greeting before starting TLS
2931 negotiation.
2932
2933 2010-11-26 Julien Danjou <julien@danjou.info>
2934
2935 * color.el: Rename various rgb functions to srgb.
2936
2937 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2938
2939 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2940 names.
2941
2942 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
2943
2944 * shr.el (shr-insert): Revert last change.
2945 (shr-find-fill-point): Never leave point being at bol;
2946 relax the kinsoku limitation when rendering tables.
2947
2948 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2949
2950 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2951 results from -accept-article.
2952
2953 * shr-color.el: Require cl when compiling.
2954
2955 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2956 checkin.
2957
2958 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2959
2960 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2961
2962 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2963 'add and 'delete to set backend marks.
2964
2965 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2966
2967 * nnheader.el (nnheader-update-marks-actions): Refactor out.
2968
2969 * nntp.el (nntp-request-set-mark): Use it.
2970
2971 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2972
2973 * nnml.el (nnml-request-set-mark): Ditto.
2974
2975 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2976 introduces regressions in article selection.
2977 (nnimap-find-uid-response): New function.
2978 (nnimap-request-accept-article): Use the UID returned, if any.
2979 (nnimap-request-move-article): Use the UID returned, if any.
2980 (nnimap-get-groups): Reimplement to work with folded lines.
2981 (nnimap-find-uid-response): The UID is the last element in the list.
2982 (nnimap-request-set-mark): Extend syntax with 'set.
2983
2984 * nnml.el (nnml-request-set-mark): Ditto.
2985
2986 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2987
2988 * nntp.el (nntp-request-set-mark): Ditto.
2989
2990 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2991
2992 * message.el (message-called-interactively-p): A temporary macro.
2993 (message-goto-body): Use it temporarily.
2994
2995 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2996
2997 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2998 (nnimap-last-response-string): Unfold quoted lines, if they exist.
2999 (nnimap-last-response-string): Fix last unfolding fix.
3000
3001 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3002
3003 * shr.el (shr-insert): Fix the way to fold lines.
3004
3005 2010-11-25 Julien Danjou <julien@danjou.info>
3006
3007 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3008
3009 * color.el: Rename from color-lab.el
3010 (color-rgb->hex): Add.
3011 (color-complement): Add.
3012 (color-complement-hex): Add.
3013
3014 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3015
3016 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3017
3018 * shr-color.el (shr-color-visible): Don't bug out if the colour names
3019 don't exist.
3020
3021 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3022
3023 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3024 assuming that article displaying or another mml-preview may be
3025 interrupted for an error or for the like.
3026
3027 * shr.el (shr-get-background): Fix argument name.
3028
3029 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3030
3031 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3032
3033 * gnus-sum.el (gnus-summary-include-articles): New function.
3034
3035 * message.el (message-goto-body): called-interactively-p needs a
3036 parameter, so use `any'.
3037
3038 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3039 clear marks before moving, since they're synced from the Gnus side
3040 first.
3041
3042 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3043 (gnus-summary-move-article): Copy over all marks before moving, so that
3044 IMAP doesn't think a new article has arrived.
3045
3046 2010-11-24 Julien Danjou <julien@danjou.info>
3047
3048 * shr.el (shr-insert-background-overlay): Fix typo.
3049 (shr-render-td): Copy the background before rendering.
3050
3051 * shr-color.el (shr-color-visible): Fix docstring.
3052
3053 * shr.el (shr-tag-table): Add bgcolor support.
3054 (shr-render-td): Add bgcolor support.
3055 (shr-get-background): Add.
3056 (shr-insert-foreground-overlay): Use shr-get-background.
3057
3058 * message.el (message-goto-body): Use called-interactively-p.
3059 (message-in-body-p): message-goto-body returns point.
3060
3061 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3062
3063 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
3064 Fixes something or other in Emacs 23, and is backwards compatible.
3065
3066 * message.el (message-goto-body): Remove the <#secure special-casing,
3067 which is too special.
3068
3069 * shr.el (shr-parse-style): Drop !important from styles.
3070
3071 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
3072
3073 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3074 this function to return incorrect results when calling it with an
3075 explicit article argument different from
3076 (gnus-summary-article-number).
3077
3078 2010-11-24 Julien Danjou <julien@danjou.info>
3079
3080 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3081 (shr-tag-body): Add background support.
3082 (shr-descend): Add background support.
3083 (shr-tag-title): Add.
3084
3085 * shr-color.el (shr-color-visible): Really return original background
3086 if fixed.
3087
3088 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3089
3090 * shr.el (shr-color-check): Protect against non-existent colour names.
3091
3092 2010-11-24 Julien Danjou <julien@danjou.info>
3093
3094 * color-lab.el: Require 'cl when compiling.
3095
3096 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3097
3098 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3099 matched part.
3100
3101 * color-lab.el: Fix all expt calls to use float type.
3102
3103 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
3104
3105 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3106 expression to shr-color-check as is.
3107
3108 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3109
3110 * color-lab.el: Add coding cookie.
3111 (float-pi): Use eval-and-compile.
3112
3113 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3114
3115 * shr.el (shr-insert-color-overlay): Split stuff like
3116 "#444444 !important" to find the real colour.
3117 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3118 parse <font color="red"> entries.
3119
3120 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
3121
3122 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
3123 point when parsing headers.
3124
3125 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
3126 is positioned properly when parsing headers.
3127
3128 2010-11-23 Julien Danjou <julien@danjou.info>
3129
3130 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3131
3132 * shr-color.el (shr-color->hexadecimal): Add support for color names.
3133
3134 * shr.el (shr-parse-style): Replace \n with space in style parsing.
3135
3136 * shr-color.el (shr-color-hsl-to-rgb-fractions):
3137 Use shr-color-hue-to-rgb.
3138 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3139
3140 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3141
3142 * shr.el (shr-color->hexadecimal): Autoload.
3143 (shr-descend): Add color to all tags.
3144
3145 2010-11-22 Julien Danjou <julien@danjou.info>
3146
3147 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3148 shr-color->hexadecimal.
3149
3150 * shr-color.el (shr-color->hexadecimal): Add converting functions for
3151 RGB() or HSL() color representation.
3152
3153 * shr.el (shr-tag-font): Add.
3154 (shr-tag-color-check): New function to get better colors.
3155 (shr-tag-insert-color-overlay): Factorize code between tag-font and
3156 tag-span.
3157
3158 * shr-color.el: New file.
3159
3160 * color-lab.el: New file.
3161
3162 * gnus-art.el (gnus-url-mailto): Do not downcase args.
3163
3164 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
3165
3166 * nnir.el: Fix typo in comments.
3167 (nnir-run-imap): Simplify code. No need to reverse artlist.
3168 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3169
3170 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3171
3172 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3173
3174 * nnimap.el (nnimap-get-capabilities): Refactor out.
3175 (nnimap-open-connection): Re-request capabilities after STARTTLS.
3176
3177 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
3178
3179 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3180 appearing when `mm-uu-hide-markers' is nil.
3181
3182 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3183
3184 * nnimap.el (nnimap-unselect-group): Make into its own function.
3185 (nnimap-request-rename-group): Unselect group before renaming.
3186 This had gotten lost somewhere.
3187 (nnimap-request-accept-article): Keep track of examined groups, and
3188 unselect the group before APPENDing to read-only groups.
3189 (nnimap-request-move-article): Clear flags before moving so that they
3190 can be re-set later.
3191
3192 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
3193
3194 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3195 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3196
3197 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
3198
3199 * gnus-art.el (gnus-mime-display-single)
3200 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3201 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3202 parameter.
3203
3204 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3205
3206 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3207 (shr-table-vertical-line): New variable.
3208 (shr-insert-table): Use it.
3209
3210 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3211
3212 * gnus-html.el (gnus-html-wash-images): Don't display images if
3213 gnus-inhibit-images is non-nil; register displayer for cid images.
3214 (gnus-html-display-image): Work for cid image.
3215 (gnus-html-insert-image): Allow arguments.
3216 (gnus-html-put-image): Inhibit read-only.
3217 (gnus-html-prefetch-images): Don't prefetch images if
3218 gnus-inhibit-images is non-nil.
3219
3220 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3221
3222 * shr.el (shr-put-image): Break lines when inserting big pictures.
3223
3224 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3225
3226 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3227 sender, thanks Katsumi Yamaoka.
3228
3229 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
3230
3231 * nnir.el (nnir-run-imap): Reverse the article list for each group
3232 rather than the whole list.
3233
3234 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
3235
3236 * shr.el (shr-image-displayer): Protect function against non-existent
3237 image source.
3238
3239 * gnus-art.el (gnus-inhibit-images): New user option.
3240 (gnus-mime-display-single): Don't display image if it is non-nil.
3241
3242 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3243 gnus-inhibit-images.
3244
3245 * shr.el (shr-image-displayer): New function.
3246 (shr-tag-img): Use it.
3247
3248 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3249
3250 * mml2015.el (mml2015-epg-sign): Use From header.
3251
3252 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3253
3254 * gnus-html.el (gnus-html-wash-images): Register a displayer.
3255
3256 * gnus-util.el (gnus-find-text-property-region): Return markers.
3257
3258 * shr.el (shr-tag-img): Put a displayer in the text property.
3259
3260 * gnus-util.el (gnus-find-text-property-region): New utility function.
3261
3262 * gnus-html.el (gnus-html-display-image): Make the alt optional.
3263 (gnus-html-show-images): Remove.
3264
3265 * gnus-art.el (gnus-article-show-images): New, more general function.
3266
3267 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3268 image url text properties.
3269
3270 * shr.el: Ditto.
3271
3272 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3273 gnus-agent-auto-agentize-methods is set. Which it isn't.
3274
3275 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3276
3277 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3278 work for two or more articles.
3279
3280 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3281
3282 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3283 divide an image that's in an html article to two or more when washing
3284 non-ASCII characters in alt text of it.
3285
3286 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3287
3288 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3289 smime-decrypt-region using function argument.
3290 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3291
3292 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3293
3294 * smime.el (smime-decrypt-region): Catch it.
3295
3296 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3297
3298 * smime.el (smime-mode-map): Move initialization into declaration.
3299 (gnus-run-mode-hooks): Don't autoload.
3300 (smime-mode): Use define-derived-mode.
3301
3302 2010-11-11 Glenn Morris <rgm@gnu.org>
3303
3304 * smime.el (from): Restrict declaration to XEmacs.
3305
3306 * nnir.el (gnus-group-topic-name): Autoload.
3307
3308 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3309
3310 * shr.el (shr-insert): Don't break long line if it is because of
3311 kinsoku-bol characters in the line end.
3312
3313 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
3314
3315 * nnir.el (nnir-request-move-article): Fix to provide original group
3316 and subject.
3317 (nnir-warp-to-article): Don't fail on articles whose headers haven't
3318 been retrieved.
3319
3320 * gnus-sum.el (gnus-summary-move-article): Use original group and
3321 subject for virtual articles such as those in an nnir summary buffer.
3322
3323 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3324
3325 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3326 least 21.5).
3327
3328 * smime.el (from): Declare it again for XEmacs.
3329
3330 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3331
3332 * message.el (message-resend): Don't disable encoding unless it's
3333 already encoded.
3334
3335 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3336 low-numbered articles.
3337
3338 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3339
3340 * rfc2047.el (rfc2047-syntax-table): Simplify.
3341
3342 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3343 set-char-table-range for XEmacs.
3344
3345 2010-11-10 Glenn Morris <rgm@gnu.org>
3346
3347 * smime.el (from): Remove unused declaration.
3348
3349 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3350 (gnus-float-time): On Emacs, always an alias.
3351
3352 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3353 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3354
3355 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3356
3357 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3358
3359 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3360
3361 * shr.el (browse-url-mailto): Autoload.
3362
3363 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3364
3365 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3366 regexp doesn't need quoting.
3367
3368 2010-11-09 Sven Joachim <svenjoac@gmx.de>
3369
3370 * message.el (message-subject-trailing-was-ask-regexp)
3371 (message-subject-trailing-was-regexp): Match was: in addition to was.
3372
3373 2010-11-09 Glenn Morris <rgm@gnu.org>
3374
3375 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3376 (nnbabyl-check-mbox): Use point-at-bol.
3377
3378 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3379
3380 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3381
3382 * message.el (message-mailto): New function.
3383 (message-mailto): Should accept other parameters.
3384 (message-mailto): Remove since it duplicates browse-url-mailto
3385 functionality.
3386
3387 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3388
3389 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3390 methods.
3391 (gnus-read-active-file): Ditto.
3392
3393 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3394 ": " from the prompt.
3395 (gnus-group-make-group): Ditto.
3396
3397 2010-11-07 Glenn Morris <rgm@gnu.org>
3398
3399 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3400 (gnus-bookmark-kill-line): Use point-at-eol.
3401
3402 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
3403
3404 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3405 asterisks in From header.
3406
3407 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3408
3409 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3410 string to avoid making the From headers syntactically invalid.
3411
3412 * message.el (message-send-mail): Don't insert courtesy messages if the
3413 message already has List-Post and List-ID messages.
3414
3415 2010-11-06 Glenn Morris <rgm@gnu.org>
3416
3417 * gnus-art.el (gnus-treat-article): Give dynamic local variables
3418 `condition', `type', `length' a prefix.
3419 (gnus-treat-predicate): Update for above name changes.
3420
3421 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
3422
3423 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3424 binding. Handled by `gnus-summary-refer-thread' instead.
3425 (nnir-warp-to-article): New backend function.
3426
3427 * nnimap.el (nnimap-request-thread): Force dependency updating.
3428
3429 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3430 (gnus-summary-refer-thread): Rework to improve thread-referral.
3431
3432 * gnus-int.el (gnus-warp-to-article): New function.
3433
3434 * gnus-sum.el (gnus-summary-article-map): Bind it.
3435
3436 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
3437
3438 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3439 gnus-summary-refer-thread.
3440
3441 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3442 headers.
3443 (gnus-summary-limit-include-thread): Prevent articles in thread from
3444 being cut in gnus-cut-threads.
3445 (gnus-summary-refer-thread): Limit retrieved headers to those in
3446 thread.
3447
3448 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3449
3450 * message.el (message-send-mail): Use the value of
3451 message-courtesy-message from the message buffer.
3452
3453 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3454
3455 * shr.el (shr-browse-url): Implement mailto: URLs.
3456
3457 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3458 "raw".
3459
3460 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3461 if it's already selected.
3462
3463 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3464
3465 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
3466
3467 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3468 to measure the length and truncate alt text.
3469
3470 2010-11-03 Glenn Morris <rgm@gnu.org>
3471
3472 * nndiary.el (nndiary-generate-nov-databases-1)
3473 (nndiary-generate-active-info): Rename dynamic variable `files' to
3474 something less generic.
3475
3476 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
3477
3478 * nnir.el (nnir-request-move-article): Call the underlying backend to
3479 move articles from nnir.
3480
3481 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3482
3483 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3484
3485 2010-11-02 Julien Danjou <julien@danjou.info>
3486
3487 * nnir.el: Remove wais support.
3488
3489 2010-11-02 Glenn Morris <rgm@gnu.org>
3490
3491 * gnus-html.el: Reorder requirements to quieten compiler.
3492
3493 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
3494
3495 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3496 properly for XEmacs as well.
3497 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3498 (gnus-article-natural-long-line-p): Use window-width rather than
3499 frame-width.
3500
3501 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
3502
3503 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
3504 (nnir-read-parms): Don't modify query.
3505 (nnir-run-query): Add ability to search topic on current line.
3506 (nnir-get-active): Clean up.
3507
3508 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3509
3510 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3511 degenerate articles.
3512
3513 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3514 (gnus-print-buffer): Just print the buffer as is, without any copying
3515 to a buffer and then re-highlighting.
3516
3517 * nnimap.el (nnimap-request-group): Store the new updated info.
3518 (nnimap-request-group): Select the group when we don't know whether it
3519 exists or not.
3520
3521 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3522 groups.
3523
3524 * gnus-group.el (gnus-group-find-new-groups): Display all the new
3525 groups.
3526
3527 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3528 groups.
3529
3530 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3531 long-lines case by only filling the long lines.
3532
3533 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3534 (bug #7311).
3535
3536 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3537
3538 * shr.el: No need to declare `declare-function' since shr.el is for
3539 only Emacsen that provide `libxml-parse-html-region'.
3540
3541 2010-11-01 Glenn Morris <rgm@gnu.org>
3542
3543 * mm-util.el (gnus-completing-read): Autoload.
3544 (mm-read-coding-system): Simplify Emacs definition.
3545
3546 * nnmail.el (gnus-activate-group):
3547 * nnimap.el (gnutls-negotiate):
3548 * nntp.el (netrc-parse): Fix declarations.
3549
3550 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3551
3552 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3553 string-match-p in Emacs >=23.
3554
3555 * gnus-msg.el (gnus-configure-posting-styles)
3556 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3557
3558 2010-11-01 Glenn Morris <rgm@gnu.org>
3559
3560 * nnir.el (declare-function): Add compat stub.
3561 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3562 (nnir-run-gmane): Require 'mm-url.
3563
3564 * mm-util.el (mm-string-to-multibyte): Simplify.
3565
3566 * shr.el (declare-function): Add compat stub.
3567 (url-cache-create-filename): Declare.
3568 (mm-disable-multibyte, widget-convert-button): Autoload.
3569
3570 * smime.el (ldap-search): Declare.
3571 (smime-cert-by-ldap-1): Require ldap on Emacs.
3572
3573 * nnimap.el: Require nnmail, and gnus-sum when compiling.
3574 (nnimap-keepalive): Use gnus-float-time.
3575
3576 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3577 (mail-source-delete-crash-box): Use gnus-float-time.
3578
3579 * gnus-dired.el (gnus-completing-read): Autoload.
3580
3581 * mm-view.el (gnus-rescale-image): Autoload.
3582
3583 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3584
3585 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3586
3587 * sieve-manage.el: Require 'cl when compiling.
3588
3589 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3590 (gnus-iswitchb-completing-read): Require iswitchb.
3591 (gnus-select-frame-set-input-focus): Silence compiler.
3592
3593 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3594
3595 * message.el (message-subject-trailing-was-query): Change default to t,
3596 since I think that's what most people want.
3597
3598 * nnimap.el (nnimap-request-accept-article): Erase buffer before
3599 appending for easier debugging.
3600 (nnimap-wait-for-connection): Take a regexp.
3601 (nnimap-request-accept-article): Wait for the continuation line before
3602 sending anything unless we're streaming.
3603
3604 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3605 leave the header washing to take place.
3606
3607 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3608
3609 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3610 regular expression match and replace in posting styles.
3611
3612 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
3613
3614 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3615 an entire server.
3616 (nnir-get-active): New function.
3617 (nnir-run-imap): Use it.
3618 (nnir-run-gmane): Who knew, gmane search returns an article score!
3619
3620 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3621 server on the current line with nnir.
3622
3623 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3624
3625 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3626 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3627 left edge.
3628 (gnus-article-foldable-buffer): Skip past the prefix when determining
3629 raggedness.
3630
3631 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3632 the raw article, and change `C-u g' to show the article without doing
3633 treatments.
3634
3635 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3636 on to `gnus-treat-article'.
3637 (gnus-inhibit-article-treatments): New variable.
3638
3639 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3640
3641 * gnus-art.el (gnus-treatment-function-alist): Have
3642 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3643 (gnus-treat-fill-long-lines): Change default to fill all text/plain
3644 sections.
3645
3646 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3647 parameter.
3648 (gnus-article-fill-cited-long-lines): New function.
3649 (gnus-article-fill-cited-article): Allow filling only long sections.
3650
3651 * shr.el (shr-find-fill-point): Don't break lines between punctuation
3652 and non-punctuation (like after the apostrophe in "'We").
3653
3654 * gnus-sum.el (gnus-summary-select-article): Make sure
3655 gnus-original-article-buffer is alive.
3656
3657 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3658 reflect the order they're in in the digest.
3659
3660 * gnus.el (gnus-group-startup-message): Move point to the start of the
3661 buffer.
3662
3663 * nnimap.el (nnimap-capability): New function.
3664 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3665 is set.
3666
3667 2010-10-31 David Engster <dengste@eml.cc>
3668
3669 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3670 conform with changes to gnus-completing-read.
3671
3672 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3673
3674 * shr.el (shr-tag-img): Output "*" instead of "[img]".
3675
3676 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3677
3678 * nnir.el: Move defvar, defcustom around to keep file organized
3679 and keep byte-compiler quiet.
3680 (nnir-read-parms): Accept search-engine as arg.
3681 (nnir-run-query): Pass search-engine as arg.
3682 (nnir-search-engine): Remove.
3683
3684 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3685
3686 * shr.el (shr-generic): The text nodes should be text, not :text.
3687
3688 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3689 later in the file.
3690
3691 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3692
3693 * nnir.el: General clean up. Allow searching with multiple engines.
3694 Allow separate extra-parameters for each engine.
3695 Batch queries when possible.
3696 (nnir-imap-default-search-key,nnir-method-default-engines):
3697 Add customize interface.
3698 (nnir-run-gmane): New engine.
3699 (nnir-engines): Use it. Qualify all prompts with engine name.
3700 (nnir-search-engine): Remove global variable.
3701 (nnir-run-hyrex): Restore for now.
3702 (nnir-extra-parms,nnir-search-history): New variables.
3703 (gnus-group-make-nnir-group): Use them.
3704 (nnir-group-server): Remove in favor of gnus-group-server.
3705 (nnir-request-group): Avoid searching twice.
3706 (nnir-sort-groups-by-server): New function.
3707
3708 2010-10-30 Julien Danjou <julien@danjou.info>
3709
3710 * gnus-group.el: Remove gnus-group-fetch-control.
3711
3712 * gnus-start.el (gnus-find-new-newsgroups):
3713 Remove gnus-check-first-time-used.
3714
3715 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3716
3717 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3718
3719 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3720 set on groups that don't have \* permanentflags.
3721
3722 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3723
3724 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3725 control the background color.
3726 (shr-tag-img): Ignore very small web bug type images.
3727 (shr-put-image): Add help-echo alt texts to the images.
3728 (shr-tag-video): Show the video poster image.
3729
3730 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3731
3732 * shr.el (shr-table-depth): New variable.
3733 (shr-tag-table-1): Only insert the images after the top-level table.
3734
3735 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3736
3737 * gnus-util.el (gnus-list-memq-of-list): New function.
3738
3739 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3740 selected.
3741 (nnimap-unsplittable-articles): New slot.
3742 (nnimap-new-articles): Use it.
3743
3744 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
3745
3746 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3747 move to the previous line on `M-g'.
3748
3749 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3750
3751 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3752 *-request-group, which seems unnecessary.
3753
3754 * nnimap.el (nnimap-quote-specials): Function copied over from
3755 imap.el.
3756 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3757 they support that. Suggested by Tom Regner.
3758
3759 2010-10-29 Julien Danjou <julien@danjou.info>
3760
3761 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3762 defalias.
3763 (gnus-summary-delete-marked-with): Remove obsolete defalias.
3764
3765 * gnus.el: Remove `gnus-nntp-service' variable.
3766 (gnus-secondary-servers): Make obsolete.
3767 (gnus-nntp-server): Make obsolete.
3768
3769 * gnus-start.el (gnus-1): Remove x-splash calls.
3770
3771 * gnus-ems.el (gnus-x-splash): Remove.
3772
3773 * gnus.el (gnus-group-startup-message): Simplify/update code.
3774
3775 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3776 capability before doing anything.
3777 (gnus-group-insert-group-line): Remove useless
3778 gnus-group-remove-excess-properties.
3779
3780 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3781
3782 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3783
3784 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3785
3786 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3787 config after reselecting.
3788
3789 2010-10-28 Julien Danjou <julien@danjou.info>
3790
3791 * shr.el (shr-put-image): Use point even if only inserting text.
3792 (shr-put-image): Save excursion when inserting alt text on non-graphic
3793 display, so the behaviour is the same when we are on a graphic display.
3794
3795 * nnir.el (nnir-run-swish-e): Remove hyrex support.
3796
3797 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
3798
3799 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3800 (gnus-mime-copy-part): Check coding system, not charset.
3801 (gnus-mime-view-part-externally): Never remove part.
3802 (gnus-mime-view-part-internally): Don't remove part here.
3803 (gnus-article-part-wrapper): Make sure MIME tag is visible.
3804 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3805 multipart/alternative.
3806
3807 * mm-decode.el (mm-display-part): Take optional arg `force'.
3808
3809 2010-10-26 Julien Danjou <julien@danjou.info>
3810
3811 * gnus-group.el (gnus-group-default-list-level): Add this function to
3812 compute the default list level.
3813 (gnus-group-default-list-level): Add possibility to use a function.
3814
3815 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
3816
3817 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3818
3819 * gnus-group.el (gnus-group-completing-read)
3820 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3821 gnus-replace-in-string.
3822
3823 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
3824
3825 * shr.el (shr-tag-div): Add.
3826
3827 2010-10-25 Julien Danjou <julien@danjou.info>
3828
3829 * gnus-util.el: Remove `gnus-with-local-quit'.
3830
3831 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3832
3833 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3834
3835 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3836 the original article buffer.
3837
3838 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3839
3840 * nnimap.el (nnimap-request-head): New function.
3841 (nnimap-request-move-article): Try to be slighly faster by not
3842 requesting the entire message when moving.
3843 (nnimap-transform-headers): Don't bug out on bodiless articles.
3844 (nnimap-send-command): Have no outstanding messages if the IMAP server
3845 doesn't support streaming.
3846 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3847
3848 2010-10-24 Julien Danjou <julien@danjou.info>
3849
3850 * message.el (message-default-headers): Fix type.
3851
3852 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3853
3854 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3855 prefetching images.
3856
3857 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3858 backend for unknown groups. This is mainly useful for nnimap groups.
3859
3860 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3861 group isn't covered by the agent.
3862
3863 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
3864
3865 * nnir.el (nnir-method-default-engines): New variable.
3866 (nnir-run-query): Use it.
3867 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3868 (gnus-summary-nnir-goto-thread): Change group if needed.
3869
3870 * gnus-group.el (gnus-group-group-map): Add key binding for
3871 gnus-group-make-nnir-group.
3872
3873 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3874
3875 * shr.el (shr-tag-object): Add.
3876
3877 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3878 original article buffer live.
3879 (gnus-summary-select-article-buffer):
3880 Mention gnus-widen-article-buffer.
3881
3882 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3883
3884 * shr.el (shr-tag-strong): Add.
3885
3886 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3887
3888 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3889 group names. They mess up the group buffer badly.
3890
3891 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3892
3893 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3894 instead of the summary one.
3895
3896 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
3897
3898 * mml.el (mml-preview): Work properly when editing article.
3899
3900 * gnus-start.el (gnus-read-active-file-1): Don't add method to
3901 gnus-have-read-active-file if it's already been in.
3902
3903 2010-10-22 Tom Tromey <tromey@redhat.com>
3904
3905 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3906 gnus-group-completing-read.
3907
3908 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3909
3910 * message.el (message-mode-map): Don't bind M-; to comment region, to
3911 allow the global comment-dwim to work.
3912
3913 2010-10-21 Julien Danjou <julien@danjou.info>
3914
3915 * message.el (message-setup-1): Allow message-default-headers to be a
3916 function.
3917
3918 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3919
3920 * shr.el (shr-tag-table): Simplify.
3921
3922 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3923
3924 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3925 to avoid trying to snarf invalid stuff.
3926
3927 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3928
3929 * gnus.el (gnus-message-archive-group): Quote value.
3930 (gnus-message-archive-group): Mark as changed.
3931
3932 * shr.el (shr-add-font): Don't put the font properties on the newline
3933 or the indentation.
3934
3935 * message.el (message-fix-before-sending): Change options when sending
3936 non-printable characters.
3937
3938 * gnus.el (gnus-message-archive-method): Change the default to
3939 monthly outgoing groups.
3940
3941 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3942 that have gotten new numbers.
3943
3944 * nnimap.el (nnimap-request-replace-article): New function.
3945
3946 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3947
3948 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3949 (nnrss-request-article): Don't use special html washing code.
3950
3951 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3952
3953 * shr.el (shr-tag-table): Remove useless nconc.
3954
3955 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3956
3957 * gnus-art.el (article-wash-html): Simplify and remove the charset
3958 stuff. Use the normal html rendering code instead of the special html
3959 washing code.
3960
3961 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3962 `gnus-w3m' symbols.
3963 (mm-text-html-washer-alist): Remove.
3964
3965 * mm-decode.el (mm-inline-text-html-renderer): Remove.
3966 (mm-inline-media-tests): Remove use.
3967 (mm-text-html-renderer): Change default to the `shr' symbol.
3968
3969 * mm-view.el (mm-inline-text-html): Remove use.
3970
3971 * gnus-art.el (gnus-blocked-images): New function. Allow the
3972 `gnus-blocked-images' to be a function.
3973 (gnus-article-wash-function): Remove.
3974
3975 2010-10-20 Julien Danjou <julien@danjou.info>
3976
3977 * spam.el (spam-list-of-processors): Mark as obsolete.
3978
3979 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3980 (nnimap-insert-partial-structure): Fix boundary detection.
3981
3982 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
3983
3984 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3985 run file-truename on remote files. This can be expensive and even
3986 prevent one from editing drafts if some unrelated buffer has a stale
3987 connection.
3988
3989 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3990
3991 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3992 kinsoku-eol regardless of shr-kinsoku-shorten.
3993 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3994 (shr-tag-table): Support caption, thead, and tfoot.
3995
3996 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3997
3998 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3999 lines.
4000 (shr-save-contents): New command and keystroke.
4001
4002 * nndoc.el (nndoc-type-alist): Add git support.
4003 (nndoc-git-type-p): New function.
4004 (nndoc-transform-git-article): Ditto.
4005 (nndoc-transform-git-headers): Ditto.
4006 (nndoc-transform-git-headers): Generate Subject headers.
4007
4008 * shr.el (shr-parse-style): New function.
4009 (shr-tag-span): Ditto.
4010
4011 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4012 to `G G' to avoid collisions.
4013
4014 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4015
4016 * shr.el: Load kinsoku if necessary.
4017 (shr-kinsoku-shorten): New internal variable.
4018 (shr-find-fill-point): Make kinsoku shorten text line if
4019 shr-kinsoku-shorten is bound to non-nil.
4020 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4021 shr-indentation too when testing if table is wider than frame width.
4022 (shr-insert-table): Use `string-width' instead of `length' to measure
4023 text width.
4024 (shr-insert-table-ruler): Make sure indentation is done at bol.
4025
4026 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4027
4028 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4029 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4030 undecoded network data.
4031
4032 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4033
4034 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4035 name in the mode line spec so that the mode line menu works
4036 (bug #2431).
4037
4038 * message.el (message-get-reply-headers): If we're fed `to-address',
4039 then always use that.
4040
4041 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4042 aren't so wide as to need to switch off the edit menu.
4043
4044 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4045 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4046
4047 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4048 `M-g'.
4049 (nnimap-update-info): Update flags/read marks even if \* isn't part of
4050 the permanent marks.
4051
4052 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
4053
4054 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4055 Splitting according to references/in-reply-to obeys the ignore-groups
4056 variable, while splitting by sender and subject do not.
4057
4058 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4059
4060 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4061 alist, so that we can look for non-Unicode chars.
4062 (article-translate-strings): Allow both character and string maps.
4063
4064 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
4065
4066 * shr.el (shr-insert): Don't insert space behind a wide character
4067 categorized as kinsoku-bol, or between characters both categorized as
4068 nospace.
4069
4070 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
4071
4072 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
4073 headers to gnus-newsgroup-headers.
4074
4075 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4076
4077 * shr.el (shr-tag-img): Don't align images -- since we're not
4078 rescaling, this often leads to ugly displays.
4079
4080 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
4081
4082 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4083 duplicates.
4084
4085 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4086
4087 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4088 call.
4089
4090 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4091
4092 * gnus.el: Autoload gnus-html-show-images.
4093
4094 * nnimap.el: Use nnheader-message throughout.
4095
4096 * shr.el (shr-tag-img): Ignore images with no data.
4097
4098 2010-10-15 Julien Danjou <julien@danjou.info>
4099
4100 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4101 a possibility to disable format=flow encoding when using hard newlines.
4102
4103 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
4104
4105 * shr.el (shr-insert): Remove space inserted before or after a
4106 breakable character or at the beginning or the end of a line.
4107 (shr-find-fill-point): Do kinsoku; find the second best point or give
4108 it up if there's no breakable point.
4109
4110 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4111
4112 * nnimap.el (nnimap-open-connection): Message when opening connection
4113 for debugging purposes.
4114
4115 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4116 on every setup buffer call to allow this to change from article to
4117 article.
4118
4119 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4120 buffers where we have a wide table.
4121
4122 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
4123
4124 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4125 uses *-request-thread.
4126
4127 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4128
4129 * nnimap.el (nnimap-open-connection): Remove %s from openssl
4130 incantation, which is no longer valid.
4131
4132 2010-10-14 Julien Danjou <julien@danjou.info>
4133
4134 * shr.el: Fix defcustom type (char -> character).
4135
4136 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4137
4138 * nnimap.el (nnimap-open-connection): tls-program should be a list of
4139 programs.
4140
4141 2010-10-14 Julien Danjou <julien@danjou.info>
4142
4143 * shr.el (shr-tag-a): Use url-link as widget type.
4144
4145 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4146 `gnus-group-get-icon'.
4147
4148 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4149
4150 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4151 This should make server editing work better.
4152
4153 * shr.el (shr-find-fill-point): Don't inloop on indented text.
4154
4155 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4156 (nnimap-parse-flags): Fix regexp.
4157
4158 * shr.el (shr-find-fill-point): Use a filling algorithm that should
4159 probably work for CJVK text, too.
4160
4161 * nnimap.el (nnimap-extend-tls-programs): Remove.
4162 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4163
4164 2010-10-13 Julien Danjou <julien@danjou.info>
4165
4166 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4167 responses.
4168
4169 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4170
4171 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4172
4173 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4174 anything in Emacs.
4175
4176 * shr.el (shr-current-column): Remove buggy and unnecessary function.
4177
4178 2010-10-13 Julien Danjou <julien@danjou.info>
4179
4180 * shr.el (shr-width): Make shr-width a defcustom with default to
4181 fill-column.
4182 (shr-tag-img): Use shr-width rather than fill-column.
4183
4184 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
4185
4186 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4187
4188 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4189 position when (X-)Faces exist.
4190 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4191 avatars when called interactively.
4192
4193 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
4194
4195 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4196 gnus-article-x-face-too-ugly is bound.
4197
4198 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4199
4200 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4201
4202 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4203 mailbox that doesn't exist.
4204
4205 2010-10-12 Julien Danjou <julien@danjou.info>
4206
4207 * shr.el (shr-tag-img): Encode URL properly when retrieving.
4208 (shr-get-image-data): Encode URL properly when fetching from cache.
4209 (shr-tag-img): Use aligned-to spaces to align correctly images.
4210
4211 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4212 before inserting the Gravatar.
4213
4214 * shr.el (shr-tag-img): Add align attribute support for <img>.
4215
4216 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4217
4218 * gnus-gravatar.el (gnus-art): Require.
4219
4220 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4221 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4222 Remove long obsoleted functions.
4223
4224 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4225
4226 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4227
4228 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4229 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4230 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
4231 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
4232 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
4233 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
4234 Fix comment for declare-function.
4235
4236 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4237
4238 * nnimap.el (nnimap-request-rename-group): Select group read-only
4239 before renaming it.
4240
4241 * shr.el (shr-insert): Fix up the white space only regexp.
4242
4243 * nnimap.el (nnimap-transform-split-mail): Not all articles have
4244 bodies. Protect against this. Reported by Michael Welsh Duggan.
4245
4246 * shr.el (shr-current-column): New function.
4247 (shr-find-fill-point): New function.
4248
4249 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4250
4251 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4252 numbers.
4253
4254 2010-10-11 Julien Danjou <julien@danjou.info>
4255
4256 * shr.el (shr-hr-line): Add.
4257 (shr-tag-hr): Use shr-hr-line to specify which character to use to
4258 display hr lines.
4259 (shr-max-columns): Do not change state to nil if we just inserting
4260 spaces.
4261
4262 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4263
4264 * gnus-topic.el (gnus-topic-read-group): If after the last group,
4265 select the last group.
4266
4267 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
4268
4269 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4270
4271 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4272
4273 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4274 for Gnus.
4275 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4276 (nnimap-update-qresync-info): Mark \Seen articles as read.
4277
4278 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4279 non-variable, too.
4280
4281 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4282 available.
4283 (nnimap-update-info): Rely more on the current active than the param
4284 active to avoid marking articles as read too much.
4285
4286 * auth-source.el (auth-source-create): Use (user-login-name) for the
4287 user name default.
4288
4289 * nnimap.el (nnimap-update-info): If the server doesn't return any
4290 useful info, just use the previous info.
4291 (nnimap-update-info): Prefer old info over start-article.
4292 (nnimap-update-qresync-info): Finish implementing QRESYNC.
4293
4294 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
4295
4296 * nnir.el (autoload): Clean up autoloads.
4297 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4298 Use key rather than value.
4299 (nnir-imap-search-other): New variable.
4300 (nnir-read-parm): Use it.
4301 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4302 (gnus-summary-nnir-goto-thread): Modify to work with imap.
4303
4304 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4305
4306 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4307 the process, too.
4308
4309 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4310
4311 * spam.el (gnus-summary-mode-map): Bind to "$".
4312 Suggested by Russ Allbery.
4313
4314 * shr.el: Rework the way things are indented by <li> slightly.
4315
4316 * gnus.el (gnus-group-set-parameter): Fix typo.
4317
4318 * nnimap.el: Start implementing QRESYNC support.
4319
4320 2010-10-09 Julien Danjou <julien@danjou.info>
4321
4322 * nnir.el (nnir-engines): Fix too many arguments.
4323
4324 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4325
4326 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4327 group is the "last", so that the backends like nnfolder actually save
4328 their folders.
4329
4330 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4331 try to use that for the tls stream.
4332 (nnimap-retrieve-group-data-early): Rework the marks code to heed
4333 UIDVALIDITY and find out which groups are read-only and not.
4334 (nnimap-get-flags): Use the same marks parsing code as the rest of
4335 nnimap.
4336
4337 2010-10-09 Julien Danjou <julien@danjou.info>
4338
4339 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4340
4341 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4342 retrieving gravatars.
4343
4344 * shr.el (shr-table-corner): Add.
4345 (shr-table-line): Add.
4346 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4347
4348 2010-10-08 Julien Danjou <julien@danjou.info>
4349
4350 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4351
4352 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
4353
4354 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4355
4356 * gnus-sum.el (gnus-mark-article-as-unread)
4357 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4358 (gnus-summary-set-bookmark): Use it.
4359
4360 * gnus-msg.el (gnus-setup-message): Use it.
4361
4362 * gnus-demon.el (gnus-demon-remove-handler): Use it.
4363
4364 * gnus.el (gnus-group-remove-parameter): Use it.
4365
4366 * gnus-group.el (gnus-group-make-web-group): Use it.
4367
4368 * gnus-demon.el (gnus-demon-remove-handler): Use it.
4369
4370 * nnregistry.el: Update docs to mention manual.
4371
4372 * gnus-registry.el: Update docs to mention nnregistry.el.
4373 (gnus-registry-initialize): Don't install nnregistry refer method
4374 automatically.
4375 (gnus-registry-install-nnregistry): Remove it.
4376
4377 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4378
4379 * shr.el (shr-insert): Don't insert double spaces.
4380
4381 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
4382
4383 * gnus-gravatar.el (gnus-treat-from-gravatar)
4384 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4385 called interactively.
4386
4387 * gnus-art.el (gnus-mime-view-part-externally)
4388 (gnus-mime-view-part-internally): Make predicate function passed to
4389 gnus-mime-view-part-as-type assume argument is a mime type, not a list
4390 of a mime type.
4391
4392 * shr.el (shr-table-widths): Don't use cl function `reduce'.
4393
4394 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4395
4396 * shr.el (require): Require cl when compiling.
4397 (shr-tag-hr): New function.
4398
4399 * nnimap.el (nnimap-update-info): Remove double setting of high.
4400 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4401 This makes nnimap work properly on Courier again.
4402
4403 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4404 the variable for backwards compatibility.
4405
4406 * mm-decode.el (mm-save-part): If given a non-directory result, expand
4407 the file name before using to avoid setting mm-default-directory to
4408 nil.
4409
4410 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4411 bidning gnus-agent variables.
4412
4413 * shr.el (shr-render-td): Use a cache for the table rendering function
4414 to avoid getting an exponential rendering behaviour in nested tables.
4415 (shr-insert): Rework the line-breaking algorithm.
4416 (shr-insert): Don't leave trailing spaces.
4417 (shr-insert-table): Also insert empty TDs.
4418 (shr-tag-blockquote): Ensure paragraphs after </ul>.
4419
4420 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4421
4422 * gnus-sum.el (gnus-number): Rename from `number'.
4423 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4424 (gnus-summary-limit-children): Update uses correspondingly.
4425
4426 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4427
4428 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4429 (gnus-gravatar-transform-address): Don't show avatars of people of
4430 which mail addresses match gnus-gravatar-too-ugly.
4431
4432 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4433
4434 * shr.el (shr-table-widths): Expand TD elements to fill available
4435 space.
4436
4437 2010-10-07 Julien Danjou <julien@danjou.info>
4438
4439 * nnimap.el (nnimap-request-rename-group): Add this method.
4440
4441 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4442
4443 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4444 name from XEmacs' function-arglist.
4445
4446 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4447 gravatar under XEmacs.
4448
4449 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
4450
4451 * auth-source.el: Update docs with TODO items.
4452
4453 * gnus-sync.el: Update docs to explain state and plans.
4454
4455 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4456 Hooks for mark updates.
4457 (gnus-request-set-mark, gnus-request-update-mark): Use them.
4458
4459 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4460 hooks with arguments, which is needed for mark update hooks.
4461
4462 2010-10-06 Julien Danjou <julien@danjou.info>
4463
4464 * gnus.el (gnus-expand-group-parameter): Only return and act on what
4465 was matched.
4466
4467 * sieve-manage.el: Update example in `Commentary'.
4468
4469 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4470
4471 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4472 not 2000.
4473 (sieve-manage-authenticate): Re-add function.
4474
4475 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4476
4477 * shr.el (shr-insert): Get 'space transition right.
4478 (shr-render-td): Only delete space at the end of the TD.
4479
4480 * nnimap.el (nnimap-open-connection): Prepare to support
4481 open-gnutls-stream.
4482
4483 * shr.el: Rearrange function order to be more logical.
4484
4485 2010-10-06 Julien Danjou <julien@danjou.info>
4486
4487 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4488 (nnrss-discover-feed): Remove 404 URL in docstring.
4489
4490 * nnir.el: Fix Swish-E URL.
4491 Fix Namazu URL.
4492
4493 * message.el (message-change-subject): Remove 404 URL in a comment.
4494
4495 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
4496
4497 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4498 called interactively.
4499
4500 * gnus-util.el (gnus-remove-if): Allow hash table.
4501 (gnus-remove-if-not): New function.
4502
4503 * gnus-art.el (gnus-mime-view-part-as-type)
4504 * gnus-score.el (gnus-summary-score-effect)
4505 * gnus-sum.el (gnus-read-move-group-name):
4506 Replace remove-if-not with gnus-remove-if-not.
4507
4508 * gnus-group.el (gnus-group-completing-read):
4509 Regard collection as a hash table if it is not a list.
4510
4511 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4512
4513 * shr.el (shr-render-td): Allow blank/missing <TD>s.
4514
4515 * shr.el: Document the table-rendering algorithm.
4516
4517 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4518 invalid URLs.
4519
4520 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4521 line-broken.
4522 (shr-tag-img): Ignore image fetching errors.
4523 (shr-overlays-in-region): Compute overlay positions correctly.
4524
4525 * mm-decode.el (mm-shr): Require shr.
4526
4527 * gnus-art.el (gnus-blocked-images): Move variable here.
4528
4529 * shr.el (shr-insert-table): Bind free variable.
4530
4531 * mm-decode.el (mm-shr): Bind shr-content-function.
4532
4533 * shr.el (shr-content-function): New variable.
4534
4535 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4536 added for symmetry.
4537
4538 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4539
4540 * gnus-group.el (gnus-group-make-group): Doc fix.
4541
4542 * nnimap.el (nnimap-request-newgroups): Return success.
4543
4544 * shr.el (shr-find-elements): New function.
4545 (shr-tag-table): Put all the images after the table.
4546 (shr-tag-table): Really inhibit images inside the table.
4547 (shr-collect-overlays): Copy over overlays from the TD elements to the
4548 main document.
4549
4550 * mm-decode.el (mm-shr): Bind shr-blocked-images to
4551 gnus-blocked-images.
4552
4553 2010-10-05 Julien Danjou <julien@danjou.info>
4554
4555 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4556
4557 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4558 (gnus-html-maximum-image-size): Add this function.
4559 (gnus-html-put-image): Use gnus-html-maximum-image-size.
4560
4561 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4562 server-value of the capability is nil.
4563
4564 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4565
4566 * shr.el (shr-tag-em): Add <EM> tag.
4567
4568 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
4569
4570 * sieve-manage.el (sieve-manage-default-stream): Make default stream
4571 customizable.
4572
4573 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4574 handing broken links to browse-url.
4575
4576 2010-10-05 Julien Danjou <julien@danjou.info>
4577
4578 * gnus-util.el (gnus-emacs-completing-read)
4579 (gnus-iswitchb-completing-read): Use autoload rather than require.
4580
4581 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
4582
4583 * gnus-util.el (gnus-completing-read-function): Exclude
4584 gnus-icompleting-read and gnus-ido-completing-read from candidates for
4585 XEmacs since iswitchb.el is very old and ido.el is unavailable in
4586 XEmacs.
4587
4588 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4589 not to use `delete-dups' that is unavailable in XEmacs 21.4.
4590
4591 * gnus-html.el: Don't require help-fns under XEmacs.
4592 (gnus-html-schedule-image-fetching): Work for XEmacs.
4593
4594 * mm-decode.el (mm-shr): Decode contents by charset.
4595
4596 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4597
4598 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4599 unknown.
4600
4601 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4602 (shr-get-image-data): Ensure against the cache file missing.
4603
4604 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4605 for data.
4606
4607 * spam-report.el (spam-report-url-ping-plain): Don't query about
4608 killing the process.
4609
4610 * shr.el (shr-render-td): Protect against too-wide text.
4611
4612 2010-10-04 Julien Danjou <julien@danjou.info>
4613
4614 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4615 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4616
4617 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4618 retrieved.
4619
4620 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4621
4622 * shr.el (browse-url): Require.
4623 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4624 lines.
4625 (shr-show-alt-text, shr-browse-image): New commands.
4626 (shr-browse-url, shr-copy-url): New commands.
4627
4628 * gnus-sum.el (gnus-widen-article-window): New variable.
4629 (gnus-summary-select-article-buffer): Use it.
4630
4631 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4632 without @ signs.
4633
4634 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4635
4636 * nnir.el (nnir-run-imap): Remove spurious space in search string.
4637
4638 2010-10-04 Julien Danjou <julien@danjou.info>
4639
4640 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4641 for XEmacs.
4642
4643 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4644
4645 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4646
4647 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4648 (nnimap-close-server): Implement.
4649
4650 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4651 (shr-insert): Tweak line breaking.
4652 (shr-insert): Handle <pre> better.
4653 (shr-tag-li): Get <li> indentation right.
4654 (shr-tag-li): Get <li> indentation even righter.
4655 (shr-tag-blockquote): Ensure paragraph start.
4656 (shr-make-table): Tweak table generation.
4657 (shr-make-table): Fix typo.
4658
4659 * shr.el: Implement table rendering.
4660
4661 2010-10-04 Julien Danjou <julien@danjou.info>
4662
4663 * gnus-html.el (gnus-html-put-image): Fix resize image code.
4664
4665 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4666
4667 * shr.el (shr-insert): Use string anchors instead of line anchors.
4668
4669 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4670
4671 * shr.el: Add headings.
4672 (shr-ensure-paragraph): Actually work.
4673 (shr-tag-li): Make <ul> prettier.
4674 (shr-insert): Get white space at the beginning/end of elements right.
4675 (shr-tag-p): Collapse subsequent <p>s.
4676 (shr-ensure-paragraph): Don't insert double line feeds after blank
4677 lines.
4678 (shr-insert): \t is also space.
4679 (shr-tag-s): Fix "s" tag name function.
4680 (shr-tag-s): Fix face prop name.
4681
4682 2010-10-03 Julien Danjou <julien@danjou.info>
4683
4684 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4685
4686 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4687 gnus-window-inside-pixel-edges.
4688
4689 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4690 gnus-ems.
4691
4692 * mm-view.el (mm-inline-image-emacs): Support image resizing.
4693
4694 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4695 function.
4696
4697 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4698 resize choice.
4699
4700 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4701
4702 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4703 beginning of the buffer.
4704
4705 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4706 article buffer again.
4707
4708 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4709
4710 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4711 when it's at the start of the buffer.
4712
4713 * shr.el (shr-tag-blockquote): Convert name.
4714 (shr-rescale-image): Use the right image-size variant.
4715
4716 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4717 buffer isn't shown, then select the current article first instead of
4718 bugging out.
4719 (gnus-summary-select-article-buffer): Show both the article and summary
4720 buffers again.
4721
4722 * shr.el (shr-fontize-cont): Protect against regions with no text.
4723 Rename tag functions to shr-tag-* for enhanced security.
4724 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4725
4726 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
4727
4728 * shr.el (shr-insert):
4729 * pop3.el (pop3-movemail):
4730 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4731 loaded.
4732
4733 2010-10-03 Glenn Morris <rgm@gnu.org>
4734
4735 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4736
4737 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4738
4739 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4740
4741 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4742
4743 * gnus-util.el (gnus-make-local-hook): Simplify.
4744
4745 2010-10-02 Julien Danjou <julien@danjou.info>
4746
4747 * gnus-util.el (gnus-iswitchb-completing-read): New function.
4748 (gnus-ido-completing-read): New function.
4749 (gnus-emacs-completing-read): New function.
4750 (gnus-completing-read): Use gnus-completing-read-function.
4751 Add gnus-completing-read-function.
4752
4753 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4754
4755 * shr.el (shr-insert-document): Autoload.
4756 (shr-img): Be silent.
4757 (shr-insert): Add a newline after every picture before text.
4758 (shr-add-font): Use overlays for combining faces.
4759 (shr-insert): Pass upwards the text start point.
4760
4761 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4762 possible.
4763 (mm-shr): New function.
4764
4765 2010-10-02 Julien Danjou <julien@danjou.info>
4766
4767 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4768 should go backward.
4769
4770 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
4771
4772 * shr.el (shr): Fix typo in provide call.
4773
4774 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4775
4776 * shr.el: New file.
4777
4778 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4779
4780 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4781 completing read.
4782
4783 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4784
4785 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4786 we're being queried about. Suggested by Dan Jacobson.
4787
4788 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4789 Suggested by Jason Eisner.
4790
4791 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4792 table, too. Suggested by Stefan Wiens.
4793 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4794 the table unnecessary. Suggested by Stefan Wiens.
4795
4796 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4797 longer needed, and probably doesn't work either, as pointed out by
4798 Stefan Wiens.
4799 (gnus-summary-exit): Remove call to the clearing function.
4800 (gnus-summary-exit-no-update): Ditto.
4801
4802 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4803 instead of gnus-eval-in-buffer-window to avoid popping up frames.
4804 Reported by Stefan Monnier.
4805 (gnus-summary-save-in-rmail): Ditto.
4806
4807 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4808 article buffer, instead of both the article buffer and the summary
4809 buffer. Sort of suggested by Dan Jacobson.
4810
4811 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4812
4813 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4814 Suggested by Dan Jacobson.
4815
4816 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4817 documentation clearer.
4818
4819 * message.el (message-shorten-references): Comment on the number "21".
4820 Suggested by Stefan Monnier.
4821
4822 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4823 Suggested by Dan Jacobson.
4824
4825 * gnus.el (gnus-large-newsgroup):
4826 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
4827
4828 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4829 externalize attachments. Bug reported by Steve Wen.
4830
4831 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4832 really message anything to the user.
4833
4834 * nnmail.el (nnmail-article-group): Allow using the fancy split method
4835 directly.
4836
4837 * nnimap.el (nnimap-request-group): Low higher than high to signal no
4838 messages in empty groups.
4839
4840 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
4841
4842 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4843 non-UIDNEXT group.
4844
4845 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4846
4847 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4848 not the value from the collection.
4849
4850 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4851 values. This sometimes happens on some groups that have no info.
4852 (nnimap-request-newgroups): New function.
4853
4854 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
4855
4856 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4857 check into `gnus-registry-initialize'.
4858 (gnus-registry-initialize): Ditto.
4859 Fix and extend header docs.
4860
4861 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4862
4863 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4864 regexp backtrace overflows.
4865
4866 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4867 for starttls that tls.el implements; i.e. openssl.
4868
4869 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
4870
4871 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4872 (gravatar-create-image): New function that's an alias to
4873 gnus-xmas-create-image, gnus-create-image, or create-image.
4874 (gravatar-data->image): Use it.
4875
4876 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4877
4878 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4879 install the nnregistry refer method.
4880 (gnus-registry-install-hooks): Use it.
4881 (gnus-registry-unfollowed-groups): Add nnmairix to the default
4882 unfollowed groups.
4883
4884 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
4885
4886 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4887 expanding threads.
4888
4889 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4890
4891 * nnir.el: Use the server names without suffixes (bug #7009).
4892
4893 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4894 unencrypted to STARTTLS, if possible.
4895
4896 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4897
4898 * message.el (message-ignored-supersedes-headers): Strip Injection-*
4899 headers before superseding.
4900
4901 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4902
4903 * nnrss.el (nnrss-use-local): Add documentation.
4904
4905 * nnimap.el (nnimap-extend-tls-programs): New function.
4906 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4907 (nnimap-wait-for-connection): Accept the greeting from the stupid
4908 output from openssl s_client -starttls, too.
4909
4910 * nnimap.el (nnimap-find-article-by-message-id): Really return the
4911 article number.
4912 (nnimap-split-fancy): New variable.
4913 (nnimap-split-incoming-mail): Use it.
4914
4915 * nntp.el (nntp-server-list-active-group): Document.
4916
4917 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4918 SELECT to get the message-id.
4919
4920 * mail-source.el (mail-sources): Remove webmail support.
4921 (defvar): Ditto.
4922 (mail-source-fetcher-alist): Ditto.
4923 (mail-source-fetch-webmail): Remove.
4924
4925 * webmail.el: Remove -- doesn't seem relevant any more.
4926
4927 * gnus.el: Fix up make-obsolete-variable declarations throughout.
4928
4929 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4930 the \r.
4931
4932 2010-09-30 Julien Danjou <julien@danjou.info>
4933
4934 * gnus-agent.el (gnus-agent-add-group): Fix call to
4935 gnus-completing-read.
4936
4937 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4938
4939 * nndoc.el (nndoc-retrieve-groups): New function.
4940
4941 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4942 `default', use nnmail-split-methods.
4943 (nnimap-request-article): Downcase the NILs so that they are nil.
4944
4945 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4946 symbol.
4947
4948 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4949 code, since if the user has requested network, that's what they ought
4950 to get.
4951 (nnimap-request-set-mark): Erase the buffer before issuing commands.
4952 (nnimap-split-rule): Mark as obsolete.
4953
4954 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4955 New variable.
4956
4957 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4958 correct slot, too.
4959
4960 2010-09-29 Julien Danjou <julien@danjou.info>
4961
4962 * gnus.el (gnus-local-domain): Declare variable obsolete.
4963
4964 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4965 Fix history computing.
4966 (gnus-ido-completing-read): Require ido.
4967
4968 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4969
4970 * gnus-registry.el: Don't prompt on load, which makes it impossible to
4971 build Gnus.
4972
4973 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4974 when interpreting the structures.
4975 (nnimap-request-accept-article): Add \r\n to the lines to make this
4976 work with Cyrus.
4977
4978 * nndraft.el (nndraft-request-expire-articles): Use the group name
4979 instead if "nndraft". Fix found by Nils Ackermann.
4980
4981 2010-09-29 Ludovic Courtes <ludo@gnu.org>
4982
4983 * nnregistry.el: Add.
4984
4985 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4986
4987 * nnmail.el (group, group-art-list, group-art):
4988 Remove unneeded directives.
4989
4990 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4991
4992 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4993 (mm-mime-charset)
4994 * rfc2047.el (rfc2047-syntax-table)
4995 * utf7.el (utf7-utf-16-coding-system): Comment fix.
4996
4997 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4998 rather than `insert-file-contents' and `eval-region'.
4999
5000 2010-09-29 Julien Danjou <julien@danjou.info>
5001
5002 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5003 replacement of `gnus-gravatar-relief' to mimic
5004 `gnus-faces-properties-alist'.
5005 Add :version property.
5006
5007 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5008
5009 * mail-source.el (mail-source-report-new-mail)
5010 * message.el (message-default-mail-headers)
5011 * mm-decode.el (mm-valid-image-format-p): Comment fix.
5012
5013 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5014
5015 2010-09-28 Julien Danjou <julien@danjou.info>
5016
5017 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5018 mail-address contains the same string as real-name.
5019
5020 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5021 non-blank in header, otherwise it'll get stripped.
5022
5023 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5024 real-name, and then for mail address rather than doing : or , search.
5025
5026 2010-09-27 Julien Danjou <julien@danjou.info>
5027
5028 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5029 right completing-read function.
5030 (gnus-use-ido): New variable
5031 (gnus-completing-read-with-default): Remove.
5032 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5033 (gnus-agent-add-group):
5034 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5035 * mm-view.el (mm-view-pkcs7-decrypt):
5036 * mm-util.el (mm-codepage-setup):
5037 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5038 * mml-smime.el (mml-smime-openssl-sign-query):
5039 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5040 (mml-insert-multipart):
5041 * gnus-msg.el (gnus-summary-yank-message):
5042 * gnus-int.el (gnus-start-news-server):
5043 * mm-decode.el (mm-interactively-view-part):
5044 * gnus-dired.el (gnus-dired-attach):
5045 * gnus.el (gnus-read-method):
5046 * gnus-bookmark.el (gnus-bookmark-jump):
5047 * gnus-art.el (gnus-mime-view-part-as-type)
5048 (gnus-mime-action-on-part, gnus-article-encrypt-body):
5049 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5050 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5051 * nnmairix.el (nnmairix-create-server-and-default-group)
5052 (nnmairix-update-groups, nnmairix-get-server)
5053 (nnmairix-backend-to-server, nnmairix-goto-original-article)
5054 (nnmairix-get-group-from-file-path):
5055 * nnrss.el (nnrss-find-rss-via-syndic8):
5056 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5057 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5058 (gnus-group-browse-foreign-server):
5059 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5060 (gnus-summary-execute-command, gnus-summary-respool-article)
5061 (gnus-read-move-group-name):
5062 * gnus-score.el (gnus-summary-increase-score)
5063 (gnus-summary-score-effect):
5064 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5065
5066 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5067
5068 * nnimap.el (auth-source-forget-user-or-password)
5069 (auth-source-user-or-password): Autoload.
5070
5071 * message.el (message-from-style, message-interactive)
5072 (message-signature): Remove comment.
5073 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
5074 always.
5075 (message-sendmail-envelope-from): Comment fix.
5076 (message-yank-prefix): Default to mail-yank-prefix always.
5077 (message-indentation-spaces):
5078 Default to mail-indentation-spaces always.
5079 (message-signature-file): Default to mail-signature-file always.
5080
5081 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5082
5083 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5084 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5085 new articles.
5086
5087 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5088 parts.
5089 (nnimap-request-article): Work with the t setting, too.
5090
5091 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5092 that you don't get flashes of other buffers.
5093 (gnus-summary-show-complete-article): Intern before setting.
5094
5095 2010-09-27 David Engster <dengste@eml.cc>
5096
5097 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5098 well as HEADERS.
5099 (nnmairix-retrieve-headers): Provide new argument for the above.
5100
5101 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5102
5103 * gnus-sum.el (gnus-summary-move-article): Don't alter
5104 gnus-newsgroup-active. This makes `/ N' work after copying to the same
5105 group.
5106
5107 * nnimap.el (nnimap-update-info): Don't destructively alter active.
5108
5109 * message.el (message-cite-prefix-regexp): Revert my last edit.
5110
5111 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5112 variable instead of the Gnus variable.
5113
5114 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5115
5116 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5117
5118 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5119 since some servers don't like it.
5120 (nnimap-open-connection): Forget credentials if the server says the
5121 password was wrong.
5122 (nnimap-parse-line): Protect against invalid data.
5123
5124 * gnus-sum.el (gnus-summary-move-article): Add comment.
5125 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5126 nothing alters it while scanning for new messages.
5127
5128 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5129 which may or may not help.
5130 (nnimap-open-connection): If we're doing a stream connection, and then
5131 discover we're on a STARTTLS-capable server, then open a STARTTLS
5132 connection instead.
5133
5134 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5135
5136 * nnimap.el (utf7): Require.
5137
5138 * message.el (message-cite-prefix-regexp): Remove "}" from citation
5139 prefix.
5140
5141 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
5142
5143 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5144
5145 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5146
5147 * nnimap.el (nnimap-request-accept-article): Message the error on
5148 error.
5149
5150 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
5151
5152 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5153
5154 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5155
5156 * nndoc.el (nndoc-request-list): Return success always.
5157
5158 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5159 `fetch-old' -- we only want to fetch the articles we've requested.
5160 The rest are in the agent, probably.
5161 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5162 disappeared server" to something low. It's not important.
5163
5164 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5165 arrived before the FETCH data.
5166
5167 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5168 target here, because we don't know the Gnus name of the group.
5169
5170 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5171 for the correct group.
5172
5173 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5174
5175 * gnus.el (gnus): Give a final warning after startup.
5176
5177 * gnus-util.el (gnus-action-message-log): New variable.
5178 (gnus-message): Use it.
5179 (gnus-final-warning): New function.
5180
5181 * nnimap.el (nnimap-open-connection): Record the greeting.
5182 (nnimap): Add greeting.
5183
5184 2010-09-26 Julien Danjou <julien@danjou.info>
5185
5186 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5187 arguments.
5188 (gnus-html-wash-images): Fix spec computing to include start/end.
5189
5190 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5191
5192 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5193
5194 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5195 deletion.
5196 (nnimap-retrieve-headers): Don't select the group, because that's
5197 already done by nnimap-possibly-change-group.
5198
5199 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5200 (gnus-picon-transform-address): Use it.
5201
5202 * mail-source.el (mail-source-value): Revert previous patch.
5203
5204 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5205 on failure.
5206 (nnimap-open-connection): Look up both virtual and physical server name
5207 credentials.
5208
5209 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5210
5211 2009-02-08 Dave Love <fx@gnu.org>
5212
5213 * gnus-win.el (gnus-window-to-buffer-helper)
5214 (gnus-all-windows-visible-p): Function needn't be a symbol.
5215
5216 * mail-source.el (mail-source-value): Function needn't be a symbol.
5217
5218 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5219
5220 * message.el (message-cite-prefix-regexp): Remove } from the cite
5221 prefix.
5222
5223 * gnus-art.el (gnus-treatment-function-alist): Do picons before
5224 highlight again, so that the highlight is correct.
5225
5226 * gnus-picon.el (gnus-picon): Remove again.
5227 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5228
5229 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5230 doing the header highlightling, so that the background colour of the
5231 picon is correct.
5232
5233 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5234 (gnus-picon): Ditto.
5235 (gnus-picon): Reinstate. The background colour for picons is white.
5236 (gnus-picon-insert-glyph): Make the background white.
5237
5238 * nnml.el (nnml-open-nov): Don't return dead buffers.
5239
5240 * auth-source.el (auth-source-create): Query the user for whether to
5241 store the credentials.
5242
5243 * auth-source.el (auth-source-user-or-password): Use the existing auth
5244 sources, if any, for creation.
5245
5246 * gnus.el (gnus-group-fast-parameter): Return the last matching
5247 parameter instead of the first matching parameter.
5248
5249 2010-09-26 Julien Danjou <julien@danjou.info>
5250
5251 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5252
5253 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5254
5255 * mml2015.el (mml2015-use): Remove gpg support.
5256
5257 * mml1991.el (mml1991-function-alist): Remove gpg function.
5258 (mml1991-gpg-sign): Remove.
5259
5260 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
5261
5262 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5263 (gnus-browse-unsubscribe-current-group): Document it.
5264 (gnus-browse-unsubscribe-group): Use it.
5265
5266 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5267
5268 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5269 address to the To list for easier response.
5270
5271 * gnus.el (gnus-play-startup-jingle): Remove.
5272 (gnus-splash): Don't play jingle.
5273 (gnus): Silence gnus-load message.
5274
5275 * gnus-art.el (gnus-treat-play-sounds): Remove.
5276
5277 * gnus.el (gnus-play-jingle): Remove audio support.
5278
5279 * gnus-cus.el (gnus-score-customize): Remove audio reference.
5280
5281 * earcon.el: Remove -- no users.
5282
5283 * gnus-audio.el: Remove -- no users of this package.
5284
5285 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5286
5287 * gnus-start.el (gnus-setup-news): Remove nocem support.
5288
5289 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5290
5291 * gnus.el (gnus-use-nocem): Remove.
5292
5293 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5294 Remove.
5295
5296 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
5297 uses NoCeM any more.
5298
5299 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5300 (gnus-button-ctan-handler): Ditto.
5301 (gnus-button-handle-ctan-bogus-regexp): Ditto.
5302 (gnus-button-ctan-directory-regexp): Ditto.
5303 (gnus-button-handle-ctan): Ditto.
5304 (gnus-button-tex-level): Ditto.
5305 (gnus-button-alist): Remove CTAN stuff.
5306
5307 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5308
5309 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5310 nnimap-streaming test.
5311
5312 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5313 servers twice.
5314
5315 * nnimap.el (nnimap-open-connection): Add more error reporting when
5316 nnimap fails early.
5317
5318 * nnheader.el (nnheader-get-report-string): New function.
5319 (nnheader-get-report): Use it.
5320
5321 * gnus-int.el (gnus-check-server): Say what the error was when opening
5322 failed.
5323
5324 * nnimap.el (nnimap-wait-for-response): Search further when we're not
5325 using streaming.
5326
5327 2010-09-25 Julien Danjou <julien@danjou.info>
5328
5329 * gnus-html.el (gnus-html-rescale-image): Use our defalias
5330 gnus-window-inside-pixel-edges.
5331
5332 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5333
5334 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5335
5336 * mm-decode.el (mm-save-part): Allow saving to other directories the
5337 normal Emacs way.
5338
5339 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5340 Suggested by Jay Berkenbilt.
5341
5342 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5343 there isn't a single byte.
5344
5345 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5346 just do it. It doesn't really seem to matter what the user responds
5347 here, I think, so it's just a confusing question.
5348
5349 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5350 non-streaming case.
5351
5352 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5353 (gnus-article-encrypt-body): Use it.
5354
5355 * gnus-sum.el (gnus-summary-show-complete-article): New command and
5356 keystroke.
5357
5358 * nnimap.el (nnimap-find-wanted-parts-1):
5359 Use gnus-fetch-partial-articles.
5360
5361 * gnus-art.el (gnus-fetch-partial-articles): New variable.
5362
5363 * nnimap.el (nnimap-insert-partial-structure): New function.
5364 (nnimap-get-partial-article): New function.
5365 (nnimap-request-article): Use it.
5366 (nnimap-wait-for-response): Return whether the wait was successful.
5367 (nnimap-finish-retrieve-group-infos): Don't do anything if the
5368 retrieval wasn't successful.
5369 (nnimap-retrieve-group-data-early): Allow throttling servers.
5370 (nnimap-streaming): New variable.
5371 (nnimap-fetch-partial-articles): Remove.
5372
5373 * mm-decode.el (mm-with-part): Protect against killed buffers.
5374
5375 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5376 for prettier summary display.
5377
5378 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
5379
5380 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5381
5382 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5383
5384 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5385 apparently third-party libraries depend on it.
5386
5387 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5388 before starting negotiation.
5389
5390 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5391 privacy reasons.
5392 (gnus-treat-mail-gravatar): Ditto.
5393
5394 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5395 buffer when inserting images. Inserting text into the headers, for
5396 instance, can make them invalid.
5397
5398 2010-09-25 Julien Danjou <julien@danjou.info>
5399
5400 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5401 variables.
5402
5403 * nnheader.el: Remove useless variables news-reply-yank-from and
5404 news-reply-yank-message-id.
5405
5406 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5407 variables.
5408
5409 * mml1991.el: Remove useless mml1991-verbose.
5410
5411 * gnus.el: Remove useless variable gnus-use-generic-from.
5412 Remove obsolete variable gnus-topic-indentation.
5413
5414 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5415
5416 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5417
5418 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5419
5420 * gnus-group.el: Remove useless gnus-group-icon-cache.
5421 Remove useless gnus-ephemeral-group-server.
5422
5423 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5424
5425 * mml2015.el: Remove useless mml2015-verbose.
5426
5427 * mml-smime.el: Remove useless mml-smime-verbose.
5428
5429 * gnus.el: Remove useless gnus-local-domain.
5430
5431 * gnus-gravatar.el (gnus-gravatar-transform-address):
5432 Use gnus-gravatar-size.
5433
5434 * gnus-art.el: Remove useless gnus-treat-translate.
5435
5436 2010-09-24 Julien Danjou <julien@danjou.info>
5437
5438 * gnus-sum.el: Add support for Gravatars.
5439
5440 * gnus-art.el: Add support for Gravatars.
5441
5442 * gnus-gravatar.el: Add this file.
5443
5444 * gravatar.el: Add this file.
5445
5446 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5447
5448 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5449
5450 * gnus-group.el (gnus-group-fetch-faq): Remove.
5451
5452 * gnus.el (gnus-group-faq-directory): Remove.
5453
5454 * gnus-group.el (gnus-group-fetch-charter): Remove.
5455
5456 * gnus.el (gnus-group-charter-alist): Remove.
5457
5458 * gnus-group.el (gnus-group-archive-directory): Remove.
5459 (gnus-group-recent-archive-directory): Ditto.
5460 (gnus-group-make-archive-group): Remove.
5461
5462 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5463
5464 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5465 use the same article number for all the cached articles.
5466
5467 * nnimap.el (nnimap-command): Register the last command time so
5468 that we can use it for idling NOOPs.
5469 (nnimap-open-connection): Start the keeplive timer.
5470 (nnimap-make-process-buffer): Store all the process buffers.
5471 (nnimap-keepalive): New function.
5472
5473 * starttls.el (starttls-open-stream): Add autoload cookie.
5474
5475 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5476
5477 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5478 handling.
5479
5480 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5481
5482 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5483 its data structures.
5484
5485 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5486 instead of the cl.el copy-list.
5487 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5488 equalp.
5489
5490 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5491
5492 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5493 and tool-bar-local-item-from-menu.
5494
5495 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5496 mode-line-highlight face for Emacs.
5497
5498 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5499 loading gnus-sum.elc; fix comment for canlock-verify.
5500 (gnus-article-jump-to-part): Use read-number.
5501 (gnus-insert-mime-button, gnus-insert-mime-security-button):
5502 Remove Emacs pre-21 compatible code for help-echo.
5503 (gnus-article-next-page-1): No need to adjust the number of lines.
5504 (gnus-article-describe-bindings): Always use help-buffer.
5505
5506 * gnus-audio.el (gnus-audio-inline-sound)
5507 * gnus-cus.el (gnus-custom-mode)
5508 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5509
5510 * gnus-sum.el (gnus-remove-overlays): Doc fix.
5511
5512 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5513 compatible code.
5514
5515 2010-09-24 Glenn Morris <rgm@gnu.org>
5516
5517 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5518 visiting the fcc file in rmail-mode.
5519
5520 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5521
5522 * nnir.el: Silence the byte compiler.
5523
5524 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5525 alias to browse-url-url-encode-chars if any.
5526 (gnus-html-encode-url): Use it.
5527
5528 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5529
5530 * gnus-start.el (gnus-use-backend-marks): New variable.
5531 (gnus-get-unread-articles-in-group): Use it.
5532
5533 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5534 makeover.
5535
5536 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5537
5538 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5539
5540 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5541
5542 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5543 Remove.
5544 (gnus-setup-news-hook):
5545 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5546
5547 * gnus-int.el (gnus-request-update-info): Protect against backends not
5548 having the function.
5549
5550 * nnimap.el (nnimap-stream): Mention starttls.
5551 (nnimap-open-connection): Add starttls support.
5552
5553 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5554
5555 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5556
5557 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5558
5559 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5560 BODYSTRUCTUREs.
5561 (nnimap-transform-headers): Unfold quoted {42} headers.
5562
5563 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5564 the info.
5565 (gnus-get-unread-articles): Only call updatep on backends that support
5566 it.
5567
5568 * nnweb.el (nnweb-request-update-info): NOOP.
5569
5570 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5571
5572 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5573 since it only deals with marks.
5574
5575 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5576 gnus-request-marks, and make a new gnus-request-update-info.
5577
5578 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5579 the active instead of the high number, which is usually too low.
5580
5581 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
5582
5583 * encrypt.el: Remove.
5584
5585 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5586
5587 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5588 server in symbolic form.
5589
5590 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5591
5592 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5593
5594 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5595 (nnimap-update-info): Fix up code slightly.
5596
5597 * gnus-int.el (gnus-open-server): Add tracing for performance
5598 debugging.
5599
5600 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5601 (gnus-group-insert-group-line): Pass the real group name so that it
5602 gets the right data.
5603
5604 * gnus-start.el (gnus-get-unread-articles): Don't have
5605 `gnus-get-unread-articles-in-group' update info, since that can be
5606 really slow and doesn't seem to be needed?
5607
5608 2010-09-22 Julien Danjou <julien@danjou.info>
5609
5610 * gnus-group.el (gnus-group-insert-group-line):
5611 Call gnus-group-highlight-line.
5612 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5613 default hook list.
5614 (gnus-group-update-eval-form): Add new function.
5615 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5616 (gnus-group-get-icon): Use gnus-group-update-eval-form.
5617
5618 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5619
5620 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5621 immediate, then expire all articles.
5622 (nnimap-update-info): Fix off-by-one errors.
5623 (nnimap-flags-to-marks): Would return no marks lists for group with no
5624 flags. Instead return the other data.
5625
5626 2010-09-22 Julien Danjou <julien@danjou.info>
5627
5628 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5629 Only return an icon.
5630 (gnus-group-insert-group-line): Compute icon to return.
5631
5632 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5633 (gnus-html-image-fetched): Only cache if
5634 gnus-html-image-automatic-caching is set.
5635 (gnus-html-image-fetched): Check for errors.
5636
5637 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5638
5639 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5640 once per method on `g'. This ensures that backends like nnfolder don't
5641 open all their folders.
5642
5643 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5644 (nnimap-request-list): Nix out group in the correct buffer.
5645 (nnimap-parse-flags): Implement by using `read' instead of
5646 hand-parsing.
5647 (nnimap-flags-to-marks): Pass on permanent-flags.
5648 (nnimap-make-process-buffer): Record the server name.
5649 (nnimap-parse-flags): Fix typo.
5650 (nnimap-request-scan): Run split on the server in general, not just a
5651 single group.
5652
5653 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5654 parameter, and propagate this downwards.
5655
5656 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5657 since EXAMINE changes it on the server.
5658
5659 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5660 this command might take a while.
5661
5662 2010-09-22 Julien Danjou <julien@danjou.info>
5663
5664 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
5665 harmful if you have 2 images side-by-side, they can't be properly
5666 update on text deletion. Using text-property is safer here.
5667 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5668 data.
5669
5670 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5671
5672 * nnimap.el (nnimap-expunge-inbox): Remove.
5673 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5674 (nnimap-expunge): Flip default to t.
5675
5676 * gnus.el (gnus-method-to-server): Don't push things to the cache
5677 unless it's unique.
5678 (gnus-server-to-method): Ditto.
5679
5680 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
5681
5682 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5683
5684 2010-09-22 Julien Danjou <julien@danjou.info>
5685
5686 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5687 get the start of data.
5688 (gnus-html-encode-url): Add this function to encode special chars in
5689 URL.
5690 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5691 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5692
5693 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5694 default.
5695 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5696
5697 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5698 images alt-text.
5699 (gnus-html-put-image): Put alt-text as help-echo.
5700
5701 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
5702
5703 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5704 * mm-util.el (mm-decompress-buffer)
5705 * nnir.el (nnir-run-find-grep)
5706 * pop3.el (pop3-list): Use 3rd arg of split-string.
5707
5708 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5709
5710 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5711 outside the active range. Suggested by Dan Christensen.
5712
5713 * gnus-start.el (gnus-get-unread-articles): Get the extended method
5714 slightly later to avoid double-getting it.
5715
5716 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5717 previous patch.
5718
5719 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5720
5721 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
5722
5723 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5724
5725 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5726
5727 * gnus-int.el (gnus-open-server): Give a better error message in the
5728 "go offline" case.
5729
5730 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5731 marks for nnimap, which is seldom the right thing to do.
5732
5733 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5734 (gnus-same-method-different-name): New function.
5735
5736 * nnimap.el (parse-time): Require.
5737
5738 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5739 method in the presence of many similar methods.
5740
5741 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5742
5743 * nnimap.el (nnimap-find-expired-articles): Don't refer to
5744 nnml-inhibit-expiry.
5745
5746 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5747 find out whether methods are equal.
5748
5749 * nnimap.el (nnimap-find-expired-articles): New function.
5750 (nnimap-process-expiry-targets): New function.
5751 (nnimap-request-move-article): Request the article before looking at
5752 what the Message-ID is. Fix found by Andrew Cohen.
5753 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5754
5755 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5756 for oldness in addition to being a predicate.
5757
5758 * nnimap.el (nnimap-request-group): When we have zero articles, return
5759 the right data to Gnus.
5760 (nnimap-request-expire-articles): Only delete articles immediately if
5761 the target is 'delete.
5762
5763 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5764 method, this would bug out.
5765
5766 * gnus-group.el (gnus-group-expunge-group): Rename from
5767 gnus-group-nnimap-expunge, and implemented as a normal interface
5768 function.
5769
5770 * gnus-int.el (gnus-request-expunge-group): New function.
5771
5772 * nnimap.el (nnimap-request-create-group): Implement.
5773 (nnimap-request-expunge-group): New function.
5774
5775 2010-09-21 Julien Danjou <julien@danjou.info>
5776
5777 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5778 (gnus-html-cache-expired): Add new function.
5779 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5780 wethever we should display image for fetch it.
5781 Compute alt-text earlier to pass it to the fetching function too.
5782 (gnus-html-schedule-image-fetching): Change function argument to only
5783 get one image at a time, not a list.
5784 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5785 cache.
5786 (gnus-html-get-image-data): New function to retrieve image data from
5787 cache.
5788 (gnus-html-put-image): Change buffer argument to use image data rather
5789 than file, and place image above region rather than inserting a new
5790 one. Do not take alt-text as argument, since it's useless now: we place
5791 the image above alt-text.
5792 (gnus-html-prune-cache): Remove.
5793 (gnus-html-show-images): Start to fetch image when we find one, do not
5794 push into a temporary list.
5795 (gnus-html-prefetch-images): Only fetch image if they have expired.
5796 (gnus-html-browse-image): Fix, use 'gnus-image-url.
5797 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5798
5799 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5800
5801 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5802
5803 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5804
5805 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5806 spec inser "*" if the group isn't active instead of 0.
5807
5808 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5809 opening the server.
5810 (nnimap-request-delete-group): Implement group deletion.
5811 (nnimap-transform-headers): Return the size of the entire message in
5812 the Bytes header, not just the size of the first part.
5813 (nnimap-request-move-article): When moving an article from nnimap,
5814 request the article first so the accepting form has an article to
5815 accept. Reported by Dan Christensen.
5816 (nnimap-command): Make sure that the error message doesn't error out.
5817
5818 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
5819
5820 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5821 we haven't requested anything.
5822
5823 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5824
5825 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5826 "". Fix found by Andrew Cohen.
5827
5828 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5829 instead of -encode-string.
5830
5831 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5832
5833 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5834
5835 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5836 by mm-subst-char-in-string.
5837
5838 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5839
5840 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5841 waiting for the connection string.
5842
5843 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5844 arriving.
5845
5846 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5847 bogus characters. This allows selecting certain Gmail groups.
5848
5849 * nnimap.el (nnimap-find-wanted-parts-1): New function.
5850 (nnimap-fetch-partial-articles): New variable.
5851 (nnimap-open-connection): When looking for credentials, also use the
5852 nnimap-server-port.
5853 (nnimap-request-article): Return the group/article number, so that Gnus
5854 `^' works as expected.
5855 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5856
5857 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5858 comments.
5859 (gnus-methods-sloppily-equal): New function.
5860 (gnus): When using the development version of Gnus, load the gnus-load
5861 file.
5862
5863 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5864 `gnus-open-server' on each method before trying to scan them etc.
5865 This ensures that all the backend parameters are set correctly.
5866
5867 * nnimap.el (nnimap-authenticator): New variable.
5868 (nnimap-open-connection): Allow anonymous login.
5869 (nnimap-transform-headers): The chars header is called Chars not Bytes.
5870 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5871
5872 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5873 patch, found by Knut Anders Hatlen.
5874
5875 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
5876
5877 * gnus-agent.el (gnus-agent-batch-confirmation)
5878 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5879 to gnus-message.
5880 * gnus-art.el (gnus-article-describe-briefly): Likewise.
5881 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5882 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5883 * gnus-int.el (gnus-open-server): Likewise.
5884 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5885 (gnus-score-check-syntax): Likewise.
5886 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5887 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5888 Likewise.
5889 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5890
5891 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5892
5893 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5894 calling conventions so that prefetch doesn't bug out.
5895
5896 2010-09-19 Julien Danjou <julien@danjou.info>
5897
5898 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5899 rather than `subst-char-in-region' in order to be able to replace ASCII
5900 char by UTF-8 ones.
5901
5902 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5903 than curl.
5904 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5905 the right URL and ALT text on images.
5906 (gnus-html-wash-tags): Fix tag case.
5907 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
5908 (gnus-article-html): Add -o display_ins_del=2 option.
5909 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5910
5911 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5912
5913 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5914 the extra mail headers, which sometimes seem to happen for unknown
5915 reasons.
5916
5917 * mail-parse.el (mail-header-encode-parameter): Define as
5918 rfc2045-encode-string instead of as rfc2231-encode-string, since some
5919 (or most, perhaps?) mail readers don't understand the latter, but do
5920 understand the former.
5921
5922 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5923 to nil, so that no methods are automatically agentized. I think this
5924 is probably what most users want.
5925
5926 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5927 from url-retrieve, for instance about invalid URLs.
5928
5929 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5930 groups that have no articles.
5931 (nnimap-request-article): Check that we really got an article when we
5932 requested one.
5933
5934 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5935 doesn't exist.
5936
5937 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5938 nntp buffer so the agent can save it.
5939 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5940 that CRLF doesn't get translated to \n.
5941 (nnimap-open-connection): Don't make 'shell commands only send \n.
5942
5943 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5944
5945 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5946 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5947 Update var name.
5948 (nnml-generate-nov-file): Use dolist.
5949 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5950 Use with-current-buffer.
5951
5952 2010-09-18 Julien Danjou <julien@danjou.info>
5953
5954 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5955 parallel.
5956
5957 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5958
5959 * nnimap.el (nnimap-update-info): When doing partial marks update, get
5960 the range update right.
5961 (nnimap-request-group): Don't make `M-g' bug out on group with no
5962 marks.
5963 (nnoo): Require, so that other packages can require nnimap.
5964 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5965 command we're looking for. This helps when the server sends more
5966 responses after we've gotten everything we expected.
5967 (nnimap): Add a `newlinep' field to keep track of end-of-line
5968 conventions.
5969 Don't send CRLF to things that don't want it.
5970 (nnimap-request-accept-article): Ditto.
5971
5972 2010-09-18 Julien Danjou <julien@danjou.info>
5973
5974 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5975 than curl to retrieve images.
5976
5977 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5978
5979 * nnimap.el (nnimap-update-info): Extend the info so that we can set
5980 the marks.
5981 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5982 (nnimap-wait-for-connection): New function.
5983 (nnimap-open-connection): If we have PREAUTH, don't query for login
5984 credentials.
5985 (nnimap-update-info): Fix off-by-one error when concatenating ranges
5986 when doing a partial update.
5987
5988 2010-09-18 Julien Danjou <julien@danjou.info>
5989
5990 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5991 tags.
5992
5993 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5994
5995 * nnimap.el (nnimap-credentials): New function.
5996 (nnimap-open-connection): Use the new function to look for credentials
5997 also on the numeric equivalents of "imap" and "imaps".
5998
5999 * gnus-start.el (gnus-activate-group): Send the info to
6000 gnus-request-group.
6001
6002 * nnimap.el (nnimap-request-group): Have the "check" version of the
6003 function parse flags and update the info, so that a `M-g' get a total
6004 resync of all flags from the group.
6005
6006 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6007 to allow backends to alter the info on group selection. Also alter all
6008 the backend -request-group functions to take the parameter.
6009
6010 * nnimap.el (nnimap-store-info): New function.
6011 (nnimap-update-info): Store the info for later usage.
6012 (nnimap-request-group): Use the stored info for the dont-check case, so
6013 that we don't retrieve all marks when we enter a group.
6014
6015 * nnimap.el: Use deffoo instead of defun for interface functions.
6016
6017 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6018 update the group info. This makes the nndraft groups, for instance, go
6019 back to their old behaviour.
6020
6021 * gnus-sum.el (gnus-select-newsgroup): Indent.
6022
6023 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6024 in.
6025 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6026 nothing.
6027
6028 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6029 from methods that are denied.
6030
6031 * gnus-int.el (gnus-method-denied-p): New function.
6032
6033 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6034 store the password instead of netrc.
6035 (nnimap-open-connection): Don't error out when we can't make a
6036 connections.
6037
6038 * auth-source.el (auth-source-create): In the password prompt, say what
6039 we're querying for. Also prompt for user name if that hasn't been
6040 given.
6041
6042 * nnimap.el (nnimap-with-process-buffer): Remove.
6043
6044 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6045
6046 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6047 method when we're reading from the agent.
6048
6049 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6050
6051 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6052 that's probably most useful for users.
6053
6054 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6055 "failed" all the time.
6056
6057 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6058 ...)) with (with-current-buffer ... ).
6059
6060 * nntp.el (nntp-open-server): Return whether the open was successful or
6061 not.
6062
6063 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6064 select an unread unseen article first.
6065
6066 * nnimap.el (nnimap-open-connection): If the user doesn't have a
6067 /etc/services, supply some sensible port defaults.
6068
6069 2010-09-17 Julien Danjou <julien@danjou.info>
6070
6071 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6072
6073 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
6074
6075 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6076 doesn't have any parameters.
6077
6078 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6079
6080 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6081 only upcased checks.
6082
6083 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6084
6085 * nnimap.el (nnimap-open-shell-stream): New function.
6086 (nnimap-open-connection): Use it.
6087 (nnimap-transform-headers): Get the number of lines in each message.
6088 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6089 number of lines.
6090 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
6091 problem.
6092
6093 * utf7.el (utf7-encode): Autoload.
6094
6095 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6096 to allow the mail splitting to not return a default group. This is
6097 useful for nnimap, which will leave unmatched mail in the inbox.
6098
6099 * nnimap.el: Rewritten.
6100
6101 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6102 nnimap usage.
6103
6104 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6105 if the move is internal, so that nnimap can do fast internal moves.
6106
6107 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6108 data.
6109 (gnus-read-active-for-groups): Support finishing the early retrieval of
6110 data.
6111
6112 * gnus-range.el (gnus-range-nconcat): New function.
6113
6114 * gnus-int.el (gnus-finish-retrieve-group-infos)
6115 (gnus-retrieve-group-data-early): New functions.
6116
6117 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6118
6119 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6120 (nnrss-retrieve-groups):
6121 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6122 (pop3-quit): Use with-current-buffer.
6123
6124 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
6125
6126 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6127 instead of nnheader-accept-process-output.
6128
6129 * gnus-html.el (gnus-html-schedule-image-fetching)
6130 (gnus-html-prefetch-images): Replace process-kill-without-query by
6131 gnus-set-process-query-on-exit-flag.
6132
6133 2010-09-16 Romain Francoise <romain@orebokech.com>
6134
6135 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6136
6137 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6138
6139 * gnus-registry.el (gnus-registry-install-shortcuts): The second
6140 parameter to unintern is mandatory-ish in Emacs 24.
6141
6142 * gnus-html.el (gnus-html-schedule-image-fetching)
6143 (gnus-html-prefetch-images): Check for curl before using it.
6144
6145 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6146 depend on curl, which isn't essential.
6147
6148 * imap.el: Revert back to version
6149 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6150 seem problematic.
6151
6152 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6153
6154 * gnus-registry.el (gnus-registry-install-shortcuts):
6155 Explicitly pass `obarray' to `unintern' to avoid a warning.
6156
6157 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6158
6159 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6160 change.
6161
6162 * nnrss.el (nnrss-request-list): Remove this function and related
6163 functions, including the moreover stuff.
6164
6165 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6166
6167 * nnrss.el (nnrss-retrieve-groups): New function.
6168
6169 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6170
6171 * .dir-locals.el: Add no-byte-compile cookie.
6172
6173 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6174
6175 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6176 for back end that doesn't support request-scan.
6177
6178 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6179
6180 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6181 then do request scans from the backends.
6182
6183 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6184 avoid running a hook per line, since this takes a lot of time,
6185 profiling shows.
6186 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6187 directly if gnus-visual-p is true.
6188
6189 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6190
6191 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6192 groups; replace mapcar with dolist which is a bit faster; pass groups
6193 info to gnus-read-active-file-1.
6194 (gnus-read-active-file-1): Scan only specified groups if the new
6195 optional arg `infos' is given.
6196
6197 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6198
6199 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6200
6201 * pop3.el (pop3-movemail): Remove.
6202 (pop3-streaming-movemail): Rename to pop3-movemail.
6203
6204 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6205 don't restrict end-tag searches to the end of the line.
6206
6207 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6208
6209 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6210 articles of every unchecked group to t, which means unknown since the
6211 server has never been opened.
6212
6213 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6214
6215 * gnus-html.el (gnus-html-show-alt-text): New command.
6216 (gnus-html-browse-image): Ditto.
6217 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6218 to browse the image directly.
6219 (gnus-html-wash-tags): Search for images first, so that <a><img> works
6220 better.
6221
6222 * gnus-async.el (gnus-async-article-callback):
6223 Call `gnus-html-prefetch-images' unconditionally.
6224
6225 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6226 before feeding URLs to curl.
6227
6228 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
6229
6230 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6231 internal images as deletable by `W D D'.
6232
6233 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6234 (gnus-async-article-callback): Fix typo.
6235
6236 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6237
6238 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6239 current line to work around bugs in the output from w3m.
6240
6241 * gnus-async.el (gnus-async-article-callback): Always prefetch images
6242 for groups that want that.
6243
6244 * nntp.el (nntp-wait-for-string): Supply a timeout for
6245 accept-process-output to ensure progress.
6246
6247 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6248 level to get unread articles from, then use that for foreign groups,
6249 too.
6250
6251 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6252 confuses the rest of the function.
6253
6254 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6255 for the methods that support -retrieve-groups, too.
6256
6257 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6258
6259 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6260
6261 * pop3.el: Require cl when compiling.
6262 (pop3-number-of-responses): Search for "+OK", not "+OK ".
6263
6264 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6265
6266 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6267 that aren't going to be activated.
6268 (gnus-get-unread-articles): Fix up the last commit.
6269
6270 * gnus-html.el (gnus-article-html): Allow calling without specifying
6271 the handle. In that case, dissect the buffer first.
6272
6273 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6274
6275 * nnimap.el (nnimap-open-connection): Revert the change that would look
6276 into authinfo for imaps instead of imap.
6277
6278 * gnus-start.el (gnus-activate-group): Take an optional parameter to
6279 say that you don't want to call gnus-request-group with don-check, but
6280 do check the reponse. This is for virtual groups only.
6281 (gnus-get-unread-articles): Count the archive groups as secondary, so
6282 that they're activated the same way as before.
6283
6284 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6285 case-insensitively.
6286 (nnimap-debug): Remove.
6287
6288 * mail-source.el (mail-source-fetch): Don't message if we're fetching
6289 mail from a file, and the file doesn't exist.
6290
6291 * pop3.el (pop3-streaming-movemail): Return t for success.
6292
6293 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6294 .authinfo if we're using ssl connection.
6295
6296 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6297 already have if we're in a main Gnus `g' run.
6298
6299 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6300
6301 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6302
6303 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6304
6305 * nnmh.el (nnmh-request-list-1): Bind `file'.
6306
6307 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6308 alias to set-process-query-on-exit-flag or process-kill-without-query.
6309 (pop3-open-server): Use it.
6310
6311 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6312
6313 * mail-source.el (mail-source-delete-crash-box): Always move the crash
6314 box to the Incoming file. Fixes mistake in previous checkin.
6315
6316 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6317 request loop (for debugging purposes) removed.
6318
6319 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6320 culprit is more visible.
6321 (nnml-save-incremental-nov, nnml-open-incremental-nov)
6322 (nnml-add-incremental-nov): New functions to do "incremental" nov
6323 updates, where we just append to the end of the existing nov files
6324 without reading/writing them in full.
6325
6326 * mail-source.el (mail-source-delete-crash-box): Really only check the
6327 incoming files once in a while.
6328
6329 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6330
6331 * mail-source.el (mail-source-delete-crash-box): Only check the
6332 incoming files for deletion once per day to save a lot of file
6333 accesses.
6334
6335 * pop3.el (pop3-logon): Fix up unbound variable typo.
6336
6337 * mail-source.el (pop3-streaming-movemail): Autoload.
6338
6339 * pop3.el (pop3-streaming-movemail):
6340 Respect pop3-leave-mail-on-server.
6341
6342 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6343 retrieval.
6344
6345 * pop3.el (pop3-process-filter): Remove unused function.
6346 (pop3-streaming-movemail, pop3-send-streaming-command)
6347 (pop3-wait-for-messages, pop3-write-to-file)
6348 (pop3-number-of-responses): New functions for streaming pop3
6349 retrieval.
6350
6351 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6352 come from no known methods.
6353 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6354 list.
6355
6356 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6357 message sizes.
6358 (pop3-movemail): Use erase-buffer instead of looping and deleting
6359 regions, which seems rather odd.
6360
6361 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6362 file once per `g' run.
6363
6364 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6365 directories. This makes the draft queue directory work.
6366
6367 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6368 data from the backends, so that we only request the list of groups from
6369 each method once. This should speed things up considerably.
6370
6371 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6372 detect that it's not implemented.
6373
6374 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6375 we actually do recurse down into the tree, but don't stat all leaf
6376 nodes.
6377
6378 * gnus-html.el (gnus-html-show-images): If there are no images to show,
6379 then say so instead of bugging out.
6380
6381 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6382 files exist before trying to read them.
6383
6384 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6385 around <pre_int>.
6386
6387 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6388
6389 * nnmh.el (nnmh-request-list-1): Optimize for speed.
6390
6391 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6392
6393 * mm-util.el (mm-image-load-path): Just return the image directories,
6394 not all directories in the path in addition to the image directories.
6395 (mm-image-load-path): Maintain a cache of the image directories so that
6396 the `g' command in Gnus doesn't have to stat dozens of directories each
6397 time.
6398
6399 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6400 (gnus-html-wash-tags): Add a new `i' command to insert images.
6401 (gnus-html-insert-image): New command and keystroke.
6402 (gnus-html-redisplay-with-images): New command and keystroke.
6403 (gnus-html-show-images): Rename command.
6404 (gnus-html-wash-tags): Remove more white space before <pre_int> image
6405 spacers.
6406 (gnus-html-wash-tags): Decode entities at the end, so that entities
6407 inside the tags don't mess up the rest of the "parsing".
6408
6409 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6410 so that nnimap methods aren't agentized by default. There's apparently
6411 many problems related to agent/imap behaviour.
6412
6413 * gnus-art.el (gnus-article-copy-string): New command and key binding.
6414
6415 * gnus-html.el: Doc fix.
6416
6417 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
6418
6419 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6420 glyph-width and glyph-height instead of display-graphic-p and
6421 image-size; make avoidance of displaying small images work for XEmacs.
6422
6423 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6424 for XEmacs.
6425
6426 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6427 of symbol that holds plist data.
6428 (gnus-process-plist): Remove plist of process after getting it.
6429
6430 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6431
6432 * message.el (message-generate-hashcash): Change default to
6433 'opportunistic if hashcash is installed.
6434
6435 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6436 (gnus-html-put-image): Only call image-size once, since it's somewhat
6437 time-consuming on remote X servers.
6438
6439 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
6440
6441 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6442 decoded contents.
6443 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6444
6445 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6446
6447 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6448 group line format, since it isn't very interesting.
6449
6450 * gnus-agent.el (gnus-agent-short-article),
6451 (gnus-agent-long-article): Increase values for these two variables,
6452 since most people are likely to have more network connection and
6453 storage than before.
6454
6455 * gnus.el (gnus-refer-article-method): Change default to 'current.
6456 When referring an article, the common behaviour is to refer it from the
6457 current select method, not the native select method. The chances of
6458 the native select method having the message in question is rather slim
6459 these days.
6460
6461 * gnus-sum.el (gnus-auto-select-subject): Change default to
6462 `unseen-or-unread'. I think it's likely that most people want to
6463 select an unseen article over a previously seen, but unread one.
6464
6465 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
6466 means that in the article buffer none of the minor mode elements will
6467 be shown, usually, and this is not desirable in most cases.
6468
6469 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6470 that commands like `d' (and the like) go to the next line in the
6471 buffer, instead of the next unread article. I think this is the
6472 behaviour that is most natural for most users.
6473 (gnus-single-article-buffer): Change default to nil, so that people can
6474 have as many article buffers open as they have summary buffer. I think
6475 this is the most natural way for the groups to behave.
6476
6477 * message.el (message-generate-new-buffers): Change default to
6478 `unsent', so that all new message buffers start their names with the
6479 string "*unsent", and it's easier to find the buffers if you move from
6480 them.
6481
6482 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6483
6484 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6485 small. They're probably tracking images.
6486 (gnus-html-wash-tags): Remove all <pre_int> place holders.
6487 (gnus-html-rescale-image): Yet another try at getting the image sizing
6488 right.
6489
6490 * nntp.el (nntp-request-set-mark): Refuse to do marks if
6491 nntp-marks-file-name is nil.
6492
6493 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6494
6495 * gnus-html.el (gnus-html-wash-tags)
6496 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6497 Better logging.
6498
6499 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6500
6501 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6502
6503 * gnus-html.el (gnus-html-wash-tags): Check the value of
6504 gnus-blocked-images in the summary buffer.
6505
6506 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6507
6508 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6509
6510 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6511
6512 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6513 like "a", it seems like.
6514 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6515 since it needs to be picked from the correct buffer.
6516
6517 * nnwfm.el: Remove.
6518
6519 * nnlistserv.el: Remove.
6520
6521 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6522
6523 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6524 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6525
6526 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6527
6528 * nnkiboze.el: Remove.
6529
6530 * nndb.el: Remove.
6531
6532 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6533 alt text.
6534 (gnus-html-rescale-image): Try to get the rescaling logic right for
6535 images that are just wide and not tall.
6536
6537 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6538 overshadow variable bindings.
6539
6540 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6541
6542 * gnus-html.el (gnus-html-wash-tags)
6543 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6544 Add extra logging.
6545
6546 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6547
6548 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6549 (gnus-max-image-proportion): New variable.
6550 (gnus-html-rescale-image): New function.
6551 (gnus-html-put-image): Rescale images.
6552
6553 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6554
6555 Fix up some byte-compiler warnings.
6556 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6557 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6558 (gnus-article-fill-cited-article, gnus-article-hide-citation)
6559 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6560 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6561 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6562 (gnus-group-update-group): Use save-excursion and with-current-buffer.
6563
6564 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6565
6566 * gnus-html.el (gnus-article-html): Decode contents by charset.
6567
6568 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6569
6570 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6571 (gnus-html-frame-width, gnus-blocked-images)
6572 * message.el (message-prune-recipient-rules): Add custom version.
6573 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6574
6575 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6576 functions.
6577
6578 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6579 gnus-process-get.
6580
6581 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
6582
6583 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6584 instead of lsub directly.
6585
6586 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6587
6588 * nnwarchive.el: Remove.
6589
6590 * gnus-soup.el: Remove.
6591
6592 * nnsoup.el: Remove.
6593
6594 * nnultimate.el: Remove.
6595
6596 * gnus-html.el (gnus-blocked-images): New variable.
6597
6598 * message.el (message-prune-recipients): New function.
6599 (message-prune-recipient-rules): New variable.
6600
6601 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6602 guess whether a long line is natural text or not.
6603
6604 * gnus-html.el (gnus-html-schedule-image-fetching):
6605 Use gnus-process-plist and friends for compatibility.
6606
6607 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6608
6609 * gnus-html.el: Require packages that define macros used in this file.
6610 (gnus-article-mouse-face): Declare to silence byte-compiler.
6611 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6612 process-get.
6613 (gnus-html-put-image): Use plist-get to avoid getf.
6614 (gnus-html-prefetch-images): Use with-current-buffer.
6615
6616 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6617
6618 * gnus-ems.el: Provide compatibility functions for
6619 gnus-set-process-plist.
6620
6621 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6622 * gnus.el (gnus-valid-select-methods)
6623 * message.el (message-send-mail-partially-limit)
6624 * mm-decode.el (mm-text-html-renderer)
6625 * mml.el (mml-insert-mime-headers-always)
6626 * smiley.el (smiley-regexp-alist): Bump custom version.
6627
6628 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6629
6630 * gnus-html.el: require mm-url.
6631 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6632 with the url to `url'.
6633 (gnus-html-wash-tags): Support cid: URLs/images.
6634
6635 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6636
6637 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6638 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6639 bindings, as they aren't useful at all. `w' is moved to `W w'.
6640
6641 * gnus-move.el: Remove file, since it doesn't really work.
6642
6643 * gnus-html.el (gnus-article-html): Tell w3m that the input is
6644 UTF-8. This seems to fix problems with some German web feeds.
6645
6646 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6647 at the top so that the proper colours are applied.
6648
6649 * gnus-art.el (gnus-article-view-part): Doc fix.
6650
6651 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6652 XEmacs-compatible.
6653 (gnus-html-put-image): Don't do images on non-graphic displays.
6654
6655 * nnslashdot.el: Remove this unused backend.
6656
6657 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6658 actions.
6659 (gnus-undo-register-1): Revert last change.
6660
6661 * gnus-group.el (gnus-group-completing-read): Protect against not
6662 having completion-styles bound.
6663
6664 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6665 make broken recipients happier.
6666
6667 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6668
6669 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6670 point parameter.
6671
6672 * gnus-group.el (gnus-group-completing-read): Add 'substring to
6673 completion-styles for group selection.
6674
6675 2009-02-04 Andreas Schwab <schwab@suse.de>
6676
6677 * gnus-score.el (gnus-score-string): Fix regex for matching extra
6678 headers and regexp-quote the match if necessary.
6679
6680 2009-03-24 Miles Bader <miles@gnu.org>
6681
6682 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6683 the blinking smiley.
6684
6685 2009-03-24 Simon Josefsson <simon@josefsson.org>
6686
6687 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6688 blink smiley.
6689
6690 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6691
6692 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6693 where the dribbel file lives exists.
6694
6695 * message.el (message-send-mail-partially-limit): Change the default to
6696 nil, since most people don't want this.
6697
6698 * mm-url.el (mm-url-decode-entities): Also decode entities like
6699 &#x3212.
6700
6701 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
6702
6703 * gnus-sum.el (gnus-summary-idna-message):
6704 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6705 Hyperlink urls in docstrings with URL `...'.
6706
6707 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
6708
6709 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6710 functions.
6711
6712 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6713
6714 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6715 say what the mouseover text should be.
6716
6717 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6718 version of the mm-w3m-safe-url-regexp variable to only download images
6719 in the groups where we want that to happen.
6720
6721 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6722
6723 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6724 easier debugging.
6725 (gnus-article-beginning-of-window): Add kludge to allow spacing past
6726 big pictures in the article buffer.
6727
6728 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6729 gnus-article-html.
6730 (mm-text-html-renderer): gnus-article-html needs curl in addition to
6731 w3m.
6732
6733 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6734
6735 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6736
6737 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6738 which doesn't exist.
6739
6740 * message.el (message-inhibit-ecomplete): New variable to allow some
6741 function to inhibit ecomplete address storage.
6742 (message-resend): Disable ecomplete message storage when resending
6743 messages.
6744
6745 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6746
6747 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
6748
6749 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6750 Save excursion while copying, moving, and deleting articles in order to
6751 prevent the cursor from jumping to unforeseen place.
6752
6753 2010-08-17 Glenn Morris <rgm@gnu.org>
6754
6755 * gnus-sync.el: Require gnus components whose functions are used.
6756
6757 * gnus-art.el (bookmark-make-record-function):
6758 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6759 Declare for compiler.
6760
6761 * mm-url.el (mml-compute-boundary): Autoload.
6762
6763 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
6764
6765 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6766
6767 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
6768
6769 Typo fix "hoo4a" -> "hook".
6770
6771 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6772
6773 2010-08-14 Glenn Morris <rgm@gnu.org>
6774
6775 * gnus-sync.el (gnus-sync): Fix defgroup version.
6776
6777 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
6778
6779 Doc fixes and keep unknown groups (ammended for nunion bug fix).
6780
6781 * gnus-sync.el: Fix docs.
6782 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6783 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6784
6785 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6786
6787 Optimizations for gnus-sync.el.
6788
6789 * gnus-sync.el: Add docs about gnus-sync-backend
6790 possibilities.
6791 (gnus-sync-save): Remove unnecessary message.
6792 (gnus-sync-read): Optimize and show what groups were skipped.
6793
6794 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6795
6796 Minor bug fixes for gnus-sync.el.
6797
6798 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6799 Don't read the sync on get-new-news.
6800
6801 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6802 quiet.
6803
6804 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6805 (fix typo).
6806
6807 2010-07-30 Lawrence Mitchell <wence@gmx.li>
6808
6809 Make saving and restoring of hidden threads work with overlays.
6810 Patch applied by Ted Zlatanov.
6811
6812 * gnus-sum.el (gnus-hidden-threads-configuration)
6813 (gnus-restore-hidden-threads-configuration): Update to deal with text
6814 properties, rather than searching for a magic character.
6815
6816 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6817
6818 New gnus-sync.el library for synchronization of marks.
6819
6820 * gnus-sync.el: New library for synchronization of marks.
6821
6822 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6823 renamed from `gnus-registry-grep-in-list'.
6824
6825 * gnus-registry.el (gnus-registry-follow-group-p):
6826 Use `gnus-grep-in-list'.
6827
6828 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6829
6830 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
6831
6832 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6833 determining charset of text fails.
6834
6835 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6836
6837 * nnmail.el (nnmail-get-new-mail-1): Revert.
6838
6839 * nnml.el (nnml-active-number): Make sure names of newly created groups
6840 in nnml-group-alist are encoded.
6841
6842 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6843
6844 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6845 containing non-ASCII characters in active file for nnml back end.
6846
6847 2010-07-24 David Engster <dengste@eml.cc>
6848
6849 * mml-smime.el (mml-smime-epg-verify): Also accept the older
6850 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6851
6852 2010-07-21 Daiki Ueno <ueno@unixuser.org>
6853
6854 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6855 tag (Bug#6654).
6856
6857 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
6858
6859 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6860 the article buffer, not the summary buffer.
6861
6862 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
6863
6864 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6865 Emacs 23 as well.
6866
6867 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6868
6869 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6870 Patch applied by Karl Fogel.
6871
6872 * gnus-sum.el (gnus-summary-bookmark-make-record):
6873 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6874
6875 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6876
6877 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6878 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
6879 C-w still not working correctly from Article buffers; Thierry's
6880 patch to fix that will be applied after this.
6881
6882 * gnus-art.el (bookmark-make-record-function): New local variable.
6883
6884 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6885 article buffer.
6886 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6887
6888 2010-07-13 Karl Fogel <kfogel@red-bean.com>
6889
6890 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6891 on changes in bookmark.el.
6892
6893 2010-06-22 Mark A. Hershberger <mah@everybody.org>
6894
6895 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6896 the *other* type of HTML form submission.
6897
6898 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
6899
6900 * auth-source.el (auth-source-pick): If choice does not contain a
6901 questioned keyword, set the check to t.
6902
6903 2010-06-12 Romain Francoise <romain@orebokech.com>
6904
6905 * gnus-util.el (gnus-date-get-time): Move up before first use.
6906
6907 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
6908
6909 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6910 (gnus-article-edit-part): Bind it to make last part that is substituted
6911 or deleted visible.
6912 (gnus-mime-display-single): Buttonize part of which id equals to
6913 gnus-mime-buttonized-part-id.
6914
6915 2010-06-10 Dan Christensen <jdc@uwo.ca>
6916
6917 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6918 (gnus-dd-mmm): Use gnus-date-get-time.
6919 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6920 simplify logic.
6921 (gnus-summary-limit-to-age): Use gnus-date-get-time.
6922 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6923
6924 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
6925
6926 * auth-source.el (top): Autoload `secrets-list-collections',
6927 `secrets-create-item', `secrets-delete-item'.
6928 (auth-sources): Fix tag string.
6929 (auth-get-source, auth-source-retrieve, auth-source-create)
6930 (auth-source-delete): New defuns.
6931 (auth-source-pick): Rewrite in order to avoid 2 passes.
6932 (auth-source-forget-user-or-password): New parameter USERNAME.
6933 (auth-source-user-or-password): New parameters CREATE-MISSING and
6934 DELETE-EXISTING. Retrieve password interactively, if needed.
6935
6936 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6937
6938 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6939 deleting unused directories when gnus-expert-user is t.
6940
6941 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
6942
6943 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6944 for each temp file when gnus-article-browse-delete-temp is ask.
6945
6946 2010-05-20 Kevin Ryde <user42@zip.com.au>
6947
6948 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
6949
6950 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
6951
6952 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6953 article unless decoding article to be saved.
6954
6955 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6956
6957 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6958 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6959 generated within the mm-with-unibyte-current-buffer macro.
6960
6961 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6962
6963 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6964 to nil when we're in a mml-preview buffer and no group is selected.
6965
6966 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
6967
6968 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6969 when catching the `C-g'. Reported by "Leo".
6970
6971 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6972
6973 * message.el (message-forward-make-body-plain)
6974 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6975 multibyte-string-p.
6976
6977 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6978
6979 * message.el (message-forward-make-body-mml): Assume original message
6980 is multibyte string; error on unibyte.
6981 (message-forward-make-body-plain): Ditto; don't add excessive newline
6982 in body end.
6983
6984 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
6985
6986 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6987 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
6988
6989 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
6990
6991 * mm-extern.el (mm-extern-url): Don't use
6992 mm-with-unibyte-current-buffer.
6993 (mm-extern-cache-contents): Use with-current-buffer instead of
6994 save-excursion + set-buffer.
6995
6996 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6997
6998 * mm-util.el (mm-emacs-mule): Remove.
6999
7000 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
7001
7002 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7003 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7004 change.
7005
7006 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7007
7008 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7009 bind the default value of enable-multibyte-characters to nil.
7010
7011 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7012
7013 * message.el (message-forward-make-body-plain)
7014 (message-forward-make-body-mml):
7015 Don't use mm-with-unibyte-current-buffer.
7016
7017 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
7018
7019 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7020 (Bug#5592).
7021
7022 2010-05-07 Julien Danjou <julien@danjou.info>
7023
7024 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7025 it to mm-pipe-part.
7026
7027 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7028 it is given.
7029
7030 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
7031
7032 * nnweb.el (nnweb-gmane-search)
7033 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7034 XEmacs.
7035
7036 * gnus-art.el (gnus-article-browse-html-parts)
7037 * gnus-group.el (gnus-read-ephemeral-gmane-group)
7038 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7039 make-temp-file.
7040
7041 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7042 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7043 compiling.
7044
7045 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7046 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7047 XEmacs when compiling.
7048
7049 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7050 gnus-pick-mode-off-hook for XEmacs when compiling.
7051 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7052 gnus-binary-mode-off-hook for XEmacs when compiling.
7053
7054 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7055 Return nil if char-charset is not available.
7056
7057 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
7058 macro.
7059
7060 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7061 instead of encode-coding-string.
7062
7063 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7064 'xemacs) instead of mm-emacs-mule to switch function definitions.
7065 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7066
7067 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
7068
7069 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7070
7071 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
7072
7073 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7074 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7075
7076 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
7077
7078 * mm-util.el (mm-decompress-buffer): Use `delete-file';
7079 alias `jka-compr-delete-temp-file' no longer exists.
7080
7081 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7082
7083 Use define-minor-mode in Gnus where applicable.
7084 * mml.el (mml-mode): Use define-minor-mode.
7085 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7086 (gnus-undo-mode): Use define-minor-mode.
7087 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7088 (gnus-dead-summary-mode): Use define-minor-mode.
7089 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7090 Initialize in declaration.
7091 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7092 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7093 (gnus-mailing-list-mode): Use define-minor-mode.
7094 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7095 (gnus-draft-mode): Use define-minor-mode.
7096 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7097 (gnus-dired-mode): Use define-minor-mode.
7098
7099 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
7100
7101 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7102 handles on recursive mml-to-mime translation and check them for
7103 boundary delimiter collisions. Reported by Greg Troxel.
7104
7105 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
7106
7107 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7108
7109 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7110
7111 * mm-util.el (mm-find-buffer-file-coding-system):
7112 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7113
7114 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
7115
7116 * message.el (message-generate-headers): Record insertion of optional
7117 headers as well. Otherwise the check to prevent repeated insertion of
7118 optional headers is a no-op.
7119
7120 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
7121
7122 * smime.el: Don't mention CVS.
7123
7124 * nnrss.el (nnrss-fetch): Don't mention CVS.
7125
7126 * nnir.el: Don't mention CVS.
7127
7128 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7129
7130 * gnus-sum.el (gnus-summary-bookmark-make-record):
7131 Add `location' field.
7132
7133 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7134
7135 * gnus-sum.el: Add bookmark declarations to silence the compiler.
7136 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7137 Use with-current-buffer to silence the byte-compiler.
7138 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7139 bother to require `gnus'.
7140 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
7141
7142 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7143
7144 * gnus-sum.el (gnus-summary-bookmark-make-record)
7145 (gnus-summary-bookmark-jump): New functions.
7146 (gnus-summary-mode): Setup bookmark support.
7147
7148 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
7149
7150 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7151 if set.
7152
7153 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
7154
7155 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7156 gnus-article-browse-html-save-cid-image; make it work recursively for
7157 forwarded messages as well.
7158 (gnus-article-browse-html-parts): Work when prefix arg is given.
7159 (gnus-article-browse-html-article): Doc fix.
7160
7161 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
7162
7163 * message.el (message-default-mail-headers):
7164 (message-default-headers): Carry the value mail-default-headers over
7165 into message-default-mail-headers, rather than message-default-headers.
7166
7167 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
7168
7169 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7170 charset.
7171
7172 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7173 charset into the <meta> tag when the article is encoded to utf-8.
7174
7175 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
7176
7177 * gnus-art.el (gnus-article-browse-delete-temp-files):
7178 Delete directories as well.
7179 (gnus-article-browse-html-parts): Work for images that do not specify
7180 file names; delete temp directory when quitting; insert header at the
7181 right place; use file: scheme for image files.
7182
7183 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
7184
7185 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7186 (gnus-article-browse-html-parts): Use it to make temporary cid image
7187 files in addition to html file so that browser may display them.
7188
7189 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
7190
7191 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7192
7193 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
7194
7195 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7196
7197 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
7198
7199 * auth-source.el (auth-sources): Change default to be simpler.
7200 Explain about Secret Service API sources. Improve Customize options.
7201 (auth-source-pick): Change to accept any number of search parameters.
7202 Implement fallbacks iteratively, not recursively. Add scoring on the
7203 second pass and sort by score. Call Secret Service API when needed.
7204 (auth-source-user-or-password): Use it. Call Secret Service API
7205 directly when needed to get the user name and the password.
7206
7207 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
7208
7209 * message.el (message-interactive): Doc fix.
7210 (message-qmail-inject-args): Reflow.
7211 (message-kill-to-signature): Fix typo in docstring.
7212
7213 * smiley.el (smiley-buffer): Fix typo in docstring.
7214
7215 2010-03-24 Glenn Morris <rgm@gnu.org>
7216
7217 * mail-source.el (gnus-message): Declare.
7218 (mail-source-delete-old-incoming): Require gnus-util.
7219
7220 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
7221
7222 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7223
7224 * message.el (ecomplete-setup): Autoload it for Emacs <23.
7225
7226 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7227 password-cache's default if it is not bound.
7228 (mml-secure-passphrase-cache-expiry): Default to 16 that is
7229 password-cache-expiry's default if it is not bound.
7230
7231 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7232 available in Emacs 21.
7233
7234 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
7235
7236 * auth-source.el (auth-sources): Fix up definition so extra parameters
7237 are always inline.
7238
7239 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
7240
7241 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7242 wasn't updated after mismatch. Clear cached mailbox info correctly
7243 when uidvalidity changes.
7244 (nnimap-group-prefixed-name): New function to avoid some code
7245 duplication.
7246 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7247 (nnimap-request-group): Use it.
7248 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7249 (nnimap-update-unseen): Significantly improved speed of Gnus startup
7250 with many imap folders. This is done by caching the group status from
7251 the imap server persistently in a group parameter `imap-status'. (This
7252 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7253 but not persistently, so every Gnus startup was still very slow.)
7254
7255 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7256
7257 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
7258 secrets.el dependency.
7259 (auth-sources): Add optional user name. Add secrets.el configuration
7260 choice (unused right now).
7261
7262 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7263
7264 * gnus-sum.el (gnus-summary-make-menu-bar):
7265 Let `gnus-registry-install-shortcuts' fill in the functions.
7266
7267 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7268 warnings.
7269 (gnus-registry-misc-menus): Variable to hold registry mark menus.
7270 (gnus-registry-install-shortcuts): Populate and use it in a
7271 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7272
7273 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
7274
7275 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7276 In-place substitutions for the group name encoding/decoding.
7277 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7278 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7279 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7280 (nnimap-update-unseen, nnimap-request-list)
7281 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7282 (nnimap-request-set-mark, nnimap-split-to-groups)
7283 (nnimap-split-articles, nnimap-request-newgroups)
7284 (nnimap-request-create-group, nnimap-request-accept-article)
7285 (nnimap-request-delete-group, nnimap-request-rename-group)
7286 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
7287 `encoded-mbx' for consistency.
7288 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7289 variable `imap-current-mailbox'.
7290
7291 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7292 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7293
7294 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
7295
7296 * pop3.el (pop3-display-message-size-flag): Display message size byte
7297 counts during POP3 download.
7298 (pop3-movemail): Use it.
7299 (pop3-list): Implement listing of available messages.
7300
7301 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
7302
7303 * nnir.el (nnir-get-article-nov-override-function): New function to
7304 override the normal NOV retrieval.
7305 (nnir-retrieve-headers): Use it.
7306
7307 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
7308
7309 * auth-source.el (netrc-machine-user-or-password): Autoload.
7310
7311 2010-03-19 Glenn Morris <rgm@gnu.org>
7312
7313 Stop message.el from loading about 40 libraries it doesn't always need.
7314 The general approach is to autoload rather than require, and to
7315 require in the specific functions rather than the file. (Bug#5642)
7316
7317 * gmm-utils.el: Don't require wid-edit.
7318 (widget-create-child-value, widget-convert, widget-default-get):
7319 Autoload.
7320
7321 * gnus-util.el: Don't require time-date, netrc.
7322 (message-fetch-field, gnus-group-name-decode): Declare rather than
7323 autoloading.
7324 (gnus-fetch-field): Require message.
7325 (gnus-decode-newsgroups): Require gnus-group.
7326
7327 * ietf-drums.el: Don't require time-date.
7328
7329 * message.el: Don't require hashcash, canlock, ecomplete.
7330 Do require mail-utils. Require nnheader only when compiling.
7331 (smtpmail-default-smtp-server): Remove declaration.
7332 (message-send-mail-function): Check smtpmail-default-smtp-server
7333 is bound rather than requiring smtpmail.
7334 (message-auto-save-directory, message-insert-signature):
7335 Use expand-file-name rather than nnheader-concat.
7336 (nnheader-insert-file-contents): Autoload.
7337 (hashcash-wait-async): Declare.
7338 (message-send-mail): Only call gnus-setup-posting-charset if
7339 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
7340 (message-send-mail-with-sendmail): Require sendmail.
7341 (canlock-password, canlock-password-for-verify): Declare.
7342 (message-canlock-password): Require canlock.
7343 (nnheader-get-report): Autoload.
7344 (gnus-setup-posting-charset): Declare.
7345 (message-send-news): Require gnus-msg.
7346 (message-make-references, message-make-in-reply-to): Use mail-header-id
7347 rather than the alias mail-header-message-id.
7348 (ecomplete-add-item, ecomplete-save): Declare.
7349 (message-put-addresses-in-ecomplete): Require ecomplete.
7350 (ecomplete-display-matches): Autoload.
7351
7352 * mm-decode.el: Don't require mailcap, gnus-util.
7353 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7354 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7355 Autoload.
7356 (mailcap-mime-extensions): Declare.
7357
7358 * mm-encode.el: Don't require mailcap.
7359 (mailcap-extension-to-mime): Autoload.
7360
7361 * mml-sec.el: Don't require password-cache.
7362
7363 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7364 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7365 (mml-minibuffer-read-type): Require mailcap.
7366 (mml-preview): Require gnus-msg.
7367
7368 * mml1991.el: Require password-cache.
7369 (password-cache-expiry): Remove declaration.
7370
7371 * mml2015.el: Require password-cache.
7372 (password-cache-expiry): Remove declaration.
7373
7374 * nneething.el (mailcap): Require mailcap.
7375
7376 * nnheader.el (declare-function): Add compatibility stub.
7377 (message-remove-header): Declare rather than autoload.
7378 (nnheader-replace-header): Require message.
7379
7380 * nnimap.el (declare-function): Add compatibility stub.
7381 (netrc-parse, netrc-machine-user-or-password): Declare.
7382 (nnimap-open-connection): Require netrc.
7383
7384 * nntp.el (declare-function): Add compatibility stub.
7385 (netrc-parse, netrc-machine, netrc-get): Declare.
7386 (nntp-send-authinfo): Require netrc.
7387
7388 * rfc2047.el: Don't require qp.
7389 (quoted-printable-encode-region, quoted-printable-decode-string):
7390 Autoload.
7391
7392 * sieve-mode.el: Don't require easymenu.
7393 (easy-menu-add-item): Autoload it.
7394
7395 * spam-stat.el (time-to-number-of-days): Autoload it.
7396
7397 2010-03-17 Kevin Ryde <user42@zip.com.au>
7398
7399 * mml.el (mml-read-tag): Unquote values with `read' to reverse
7400 prin1 in mml-insert-tag (just stripping the quotes gave wrong
7401 value if any backslash escapes).
7402
7403 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7404
7405 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7406 if it is available. (bug#5647)
7407
7408 2010-02-26 Glenn Morris <rgm@gnu.org>
7409
7410 * message.el (message-send-mail-function): Change the default, so that
7411 it inherits from a customized send-mail-function. (Bug#5643)
7412
7413 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7414
7415 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7416 shell-command-to-string signals an error (bug#5299).
7417
7418 2010-02-24 Glenn Morris <rgm@gnu.org>
7419
7420 * message.el (message-smtpmail-send-it)
7421 (message-send-mail-with-mailclient): Doc fixes.
7422
7423 2010-02-16 Glenn Morris <rgm@gnu.org>
7424
7425 * message.el (message-default-mail-headers): Change the default value
7426 to ease the transition from mail-mode to message-mode. (Bug#5555)
7427
7428 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
7429
7430 * message.el (message-mail): Just pass yank-action on to message-setup.
7431 (message-setup): Handle (FUN . ARGS) form of yank-action.
7432 (message-with-reply-buffer, message-widen-reply)
7433 (message-yank-original): Handle non-buffer values of
7434 message-reply-buffer (Bug#4080).
7435 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7436
7437 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
7438
7439 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7440 Fix typo in docstring.
7441
7442 2010-01-08 Jason Rumney <jasonr@gnu.org>
7443
7444 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7445 response.
7446
7447 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7448
7449 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7450
7451 * message.el (message-check-news-header-syntax): Protect against a
7452 string that `rfc822-addresses' returns when parsing fails.
7453
7454 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7455
7456 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7457 (gnus-previous-char-property-change): New functions.
7458
7459 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7460
7461 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
7462
7463 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7464 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
7465
7466 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
7467
7468 * message.el (message-exchange-point-and-mark): Rework last change to
7469 avoid using optional arg of exchange-point-and-mark, for backward
7470 compatibility.
7471
7472 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
7473
7474 * message.el (message-exchange-point-and-mark):
7475 Call exchange-point-and-mark with an argument rather than setting
7476 mark-active by hand (Bug#5175).
7477
7478 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7479
7480 * nntp.el (nntp-service-to-port): Work for service expressed with
7481 numeric string; replace [:digit:] with [0-9] for XEmacs.
7482
7483 2009-12-17 Glenn Morris <rgm@gnu.org>
7484
7485 * gnus-group.el (gnus-bug-group-download-format-alist):
7486 Change emacs entry to debbugs.gnu.org. Bump :version.
7487
7488 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7489
7490 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7491
7492 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7493
7494 * message.el (message-info): Explain why we use `Info-goto-node'.
7495
7496 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7497
7498 * message.el (message-completion-in-region): New compatibility function.
7499 (message-expand-group): Use it.
7500
7501 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
7502
7503 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7504 with no unread article should be listed if the 2nd arg `predicate' is
7505 given.
7506
7507 2009-11-29 Juri Linkov <juri@jurta.org>
7508
7509 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7510 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
7511 on `gnus-recenter'. (Bug#4698, Bug#4981)
7512
7513 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7514
7515 * message.el (message-from-style, message-interactive)
7516 (message-signature): Always set default values from the corresponding
7517 mail-* variables.
7518 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7519 (message-yank-prefix, message-indentation-spaces)
7520 (message-signature-file, message-default-headers): Use boundp rather
7521 than (featurep 'xemacs) to check if the corresponding mail-* variables
7522 exist.
7523
7524 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7525
7526 * message.el (message-send-mail-with-sendmail): Revert last change.
7527
7528 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7529
7530 * message.el (message-from-style, message-interactive)
7531 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7532 (message-yank-prefix, message-indentation-spaces, message-signature)
7533 (message-signature-file, message-default-headers): For GNU Emacs, set
7534 default values from the corresponding mail-* variables.
7535 (message-send-mail-with-sendmail): Use envelope-from only if
7536 mail-specify-envelope-from is non-nil.
7537
7538 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7539
7540 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7541 containing tspecial characters if they have been already quoted.
7542
7543 2009-10-24 Glenn Morris <rgm@gnu.org>
7544
7545 * gnus-art.el (help-xref-stack-item): Define for compiler.
7546
7547 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7548
7549 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7550
7551 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7552
7553 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7554 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7555
7556 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
7557
7558 * gnus.el (gnus-overlay-get): New alias to overlay-get.
7559 (gnus-overlays-in): New alias to overlays-in.
7560
7561 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7562 gnus-overlay-get, and gnus-delete-overlay.
7563 (gnus-summary-show-thread): Make it work as well for systems in which
7564 next-single-char-property-change is not available.
7565 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7566
7567 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
7568
7569 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7570
7571 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7572
7573 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7574 and XEmacs that don't have `remove-overlays'.
7575
7576 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7577
7578 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7579 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7580 selective display. Use overlays instead.
7581
7582 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7583
7584 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7585
7586 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7587
7588 * spam-stat.el (spam-stat-load): Fix typo in message.
7589
7590 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
7591
7592 * gnus-art.el (gnus-article-encrypt-body):
7593 * message.el (message-check-recipients):
7594 * mm-util.el (mm-codepage-setup):
7595 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7596 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7597
7598 2009-09-22 Daiki Ueno <ueno@unixuser.org>
7599
7600 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7601 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7602 keys from the menu if mm-{sign,encrypt}-option is 'guided.
7603 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7604 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7605
7606 2009-09-18 Glenn Morris <rgm@gnu.org>
7607
7608 * gnus-diary.el (gnus-diary-check-message):
7609 * message.el (message-insert-formatted-citation-line):
7610 * nnbabyl.el (top-level):
7611 * nndiary.el (nndiary-schedule):
7612 Fix typos in condition-case handlers.
7613
7614 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7615
7616 * gnus-art.el (gnus-article-edit-part): Work for the buffer
7617 configuration that provides the sole article window in a frame;
7618 position point correctly after deleting a part.
7619
7620 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
7621
7622 * spam.el (spam-unregister-on-reregister): Add boolean variable.
7623 (spam-resolve-registrations-routine): Use it to unregister articles
7624 that change status.
7625
7626 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7627
7628 * nnrss.el (nnrss-request-article): Remove binding of
7629 default-enable-multibyte-characters that has gotten needless by
7630 the 2007-07-13 change in rfc2047-encode-message-header.
7631
7632 * mml.el (mml-insert-multipart): Error on the message header.
7633 (mml-insert-part): Error on the message header; position point at
7634 the end of a MIME tag.
7635
7636 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7637
7638 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7639 (gnus-float-time): Alias to float-time if it exists.
7640
7641 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7642 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7643 float-time is available; suppress compile warning for time-to-seconds.
7644
7645 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7646
7647 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7648 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7649 Add the optional argument `encoding' that overrides the default.
7650
7651 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7652 mm-encode-buffer.
7653
7654 2009-09-04 Glenn Morris <rgm@gnu.org>
7655
7656 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7657 mm-disable-multibyte, rather than default-enable-multibyte-characters.
7658 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7659 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7660 * mm-util.el (mm-with-unibyte-current-buffer)
7661 (mm-find-buffer-file-coding-system):
7662 * yenc.el (yenc-decode-region): Use default-value rather than
7663 default-enable-multibyte-characters.
7664
7665 2009-09-03 Glenn Morris <rgm@gnu.org>
7666
7667 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7668 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7669 than default-enable-multibyte-characters.
7670
7671 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
7672
7673 * gnus-art.el (gnus-article-read-summary-keys):
7674 Fix gnus-buffer-configuration's value temporarily used.
7675
7676 2009-09-02 Glenn Morris <rgm@gnu.org>
7677
7678 * gnus-util.el (gnus-float-time): New function.
7679 * gnus-delay.el (gnus-delay-article):
7680 * gnus-sum.el (gnus-thread-latest-date):
7681 * gnus-util.el (gnus-user-date): Use gnus-float-time.
7682 * nnspool.el (nnspool-request-newgroups):
7683 Use gnus-float-time rather than time-to-seconds.
7684 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7685
7686 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7687 (gnus-header-subject-face, gnus-header-newsgroups-face)
7688 (gnus-header-name-face, gnus-header-content-face):
7689 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7690 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7691 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7692 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7693 (gnus-cite-face-11):
7694 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7695 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7696 (gnus-server-closed-face, gnus-server-denied-face)
7697 (gnus-server-offline-face):
7698 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7699 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7700 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7701 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7702 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7703 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7704 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7705 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7706 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7707 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7708 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7709 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7710 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7711 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7712 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7713 (gnus-summary-high-undownloaded-face)
7714 (gnus-summary-low-undownloaded-face)
7715 (gnus-summary-normal-undownloaded-face)
7716 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7717 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7718 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7719 (gnus-splash-face):
7720 * message.el (message-header-to-face, message-header-cc-face)
7721 (message-header-subject-face, message-header-newsgroups-face)
7722 (message-header-other-face, message-header-name-face)
7723 (message-header-xheader-face, message-separator-face)
7724 (message-cited-text-face, message-mml-face):
7725 * sieve-mode.el (sieve-control-commands-face)
7726 (sieve-action-commands-face, sieve-test-commands-face)
7727 (sieve-tagged-arguments-face):
7728 * spam.el (spam-face):
7729 Mark face aliases with "-face" in the name as obsolete.
7730
7731 2009-09-01 Glenn Morris <rgm@gnu.org>
7732
7733 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7734 than goto-line.
7735
7736 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7737
7738 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7739 Don't move point if the command is invoked inside the message header.
7740
7741 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7742
7743 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7744 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7745 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7746 * nnir.el (nnir-swish-e-index-file):
7747 * gnus-sum.el (gnus-summary-delete-marked-as-read)
7748 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7749 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7750 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7751 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7752 (gnus-treat-display-xface): Add Emacs version of obsolescence.
7753
7754 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
7755
7756 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7757 Don't save excursion.
7758
7759 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7760
7761 * nnheader.el (nnheader-find-file-noselect):
7762 * mm-util.el (mm-insert-file-contents):
7763 Use (default-value 'major-mode) instead of default-major-mode.
7764
7765 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7766
7767 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7768
7769 2009-08-25 Glenn Morris <rgm@gnu.org>
7770
7771 * nnir.el (top-level): Don't require cl at run-time.
7772 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7773 Replace cl-function substitute with gnus-replace-in-string.
7774 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7775 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7776 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7777 simplified expansions.
7778
7779 2009-08-22 Glenn Morris <rgm@gnu.org>
7780
7781 * gnus-art.el (gnus-button-patch): Use forward-line rather than
7782 goto-line.
7783
7784 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
7785
7786 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7787
7788 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7789 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7790 (gnus-mm-display-part, gnus-mime-display-single)
7791 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7792 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7793
7794 * gnus-sum.el
7795 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7796 (gnus-summary-move-article): Add expirable mark to articles copied or
7797 moved to group that has auto-expire turned on if the option is non-nil.
7798
7799 2009-07-24 Glenn Morris <rgm@gnu.org>
7800
7801 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7802 Fix typo. (Bug#3903)
7803
7804 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
7805
7806 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7807 gnus-article-read-summary-keys rather than gnus-summary-edit-article
7808 that should not be used for draft articles.
7809 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7810 that has no concern in minor mode keys.
7811 (gnus-article-summary-command, gnus-article-summary-command-nosave):
7812 Abolish.
7813
7814 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7815
7816 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7817 article without making inquiry to a user for unknown encoding.
7818
7819 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7820 (nnmaildir--scan): Assume i-node and device number that file-attributes
7821 returns might be cons-cell.
7822
7823 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
7824
7825 * auth-source.el: Remove docs now in auth.texi. Don't use
7826 `gnus-message' for logging. Add new variables `auth-source-debug' and
7827 `auth-source-hide-passwords' and use them.
7828
7829 2009-07-15 Glenn Morris <rgm@gnu.org>
7830
7831 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7832
7833 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7834
7835 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7836 excessive whitespace from the default values of title and description.
7837
7838 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
7839
7840 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7841 mail-fetch-field to fetch Content-Description header in order to
7842 exclude newlines.
7843
7844 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
7845
7846 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7847 to deleted part.
7848
7849 2009-05-30 David Engster <dengste@eml.cc>
7850
7851 * nnmairix.el: Remove old documentation in the commentary block.
7852 (nnmairix-request-group): Do not update active file for nnml back ends.
7853 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7854 end so that overview files are ignored.
7855 (nnmairix-update-groups): Make updating the groups more robust by using
7856 marks.
7857 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7858 with dollar characters in message-id.
7859
7860 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
7861
7862 * spam.el: Use dns-query instead of query-dns. Was renamed on
7863 2008-12-25 in dns.el.
7864
7865 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7866
7867 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7868 could happen if the text is only composed of spaces and/or tabs.
7869
7870 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
7871
7872 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7873 when sending a queued message to avoid extra mml tags.
7874
7875 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7876
7877 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7878
7879 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
7880
7881 * gnus-dired.el: Remove autoload for gnus-setup-message.
7882 (gnus-dired-attach): Fake this-command value to prevent Gnus from
7883 displaying Gnus logo; always use compose-mail.
7884
7885 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
7886
7887 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7888
7889 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
7890
7891 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7892 (gnus-nocem-issuers): List currently active issuers; fix custom type.
7893 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7894 available.
7895 (gnus-nocem-epg-verify): New function.
7896
7897 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
7898
7899 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7900
7901 2009-02-15 Glenn Morris <rgm@gnu.org>
7902
7903 * gnus-util.el (rmail-insert-rmail-file-header)
7904 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7905 autoloads.
7906 (rmail-default-rmail-file): Remove unnecessary declaration.
7907 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7908
7909 2009-02-14 Glenn Morris <rgm@gnu.org>
7910
7911 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7912 variable (only used in gnus-util, which declares it anyway).
7913 (rmail-output-to-rmail-file): Remove autoload of deleted function,
7914 which was only needed by gnus-art (changed to not use it any more).
7915 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7916 only used in gnus-util, which autoloads it itself.
7917 (rmail-update-summary): Fix autoload.
7918
7919 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7920 rather than rmail-output-to-rmail-file.
7921
7922 2009-02-07 Glenn Morris <rgm@gnu.org>
7923
7924 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7925 autoload of function that no longer exists.
7926 (rmail-toggle-header): Declare.
7927 (message-forward-rmail-make-body): Handle mbox Rmail.
7928
7929 2009-01-31 Glenn Morris <rgm@gnu.org>
7930
7931 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7932 2009-01-09 change.
7933
7934 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
7935
7936 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7937 (auth-source-forget-all-cached): New convenience function.
7938 (auth-source-user-or-password): Accept list of modes or a single mode.
7939
7940 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7941 auth-source modes.
7942
7943 * nnimap.el (nnimap-open-connection): Use list of
7944 auth-source modes.
7945
7946 * nntp.el (nntp-send-authinfo): Use list of
7947 auth-source modes.
7948
7949 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7950
7951 * auth-source.el: Update docs to reflect epa-file-enable is to be used
7952 now.
7953
7954 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7955
7956 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7957 coding system in XEmacs; add a workaround for XEmacs.
7958
7959 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
7960
7961 * mm-util.el (mm-coding-system-priorities): Protect against nil value
7962 of current-language-environment.
7963
7964 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7965
7966 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7967 available at runtime.
7968
7969 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7970
7971 * gnus-art.el (article-date-ut): Fix end point of narrowing.
7972
7973 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
7974
7975 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7976 the greatest positive fixnum value doesn't work under an XEmacs with
7977 bignum support; use the most-positive-fixnum constant instead,
7978 available since Emacs 21.1 with cl and XEmacs 21.1.
7979
7980 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7981
7982 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7983 XEmacs gets not to work.
7984
7985 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7986
7987 * mm-util.el (mm-coding-system-priorities): Allow the value like
7988 "Japanese (UTF-8)" of current-language-environment.
7989
7990 2009-01-09 Glenn Morris <rgm@gnu.org>
7991
7992 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7993 with last-command-event.
7994
7995 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
7996
7997 * message.el (message-fix-before-sending): Amend comment.
7998
7999 2009-01-07 David Engster <dengste@eml.cc>
8000
8001 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8002 simplified server definitions by converting it via
8003 gnus-server-to-method.
8004
8005 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8006
8007 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8008 parameter's operands.
8009
8010 2009-01-06 David Engster <dengste@eml.cc>
8011
8012 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8013 primary select method (for gnus-group-mark-article-as-read).
8014
8015 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
8016
8017 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8018 `(gnus)Face', not `(gnus)X-Face'.
8019
8020 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
8021
8022 * mm-util.el (mm-ucs-to-char): New function.
8023
8024 * mm-url.el (mm-url-decode-entities): Use it.
8025
8026 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8027
8028 * message.el (message-fix-before-sending): Add `eight-bit' to
8029 illegible-text check.
8030
8031 2009-01-03 Michael Olson <mwolson@gnu.org>
8032
8033 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8034 `headers' is nil. This can occur if the IMAP server does not have
8035 permissions to read messages from a folder, but can write new messages
8036 to the folder.
8037 (nnimap-request-article-part): Do not insert `data' if it is nil.
8038
8039 2009-01-01 Dave Love <fx@gnu.org>
8040
8041 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8042
8043 * nnimap.el: Fix author email.
8044 (nnimap-split-rule): Add FIXME comment.
8045 (nnimap-debug): Fix doc string.
8046
8047 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
8048
8049 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8050 overlay-arrow-position and overlay-arrow-string buffer-local; no need
8051 to check if those variables exist (first appeared in Emacs 18.50).
8052
8053 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
8054
8055 * mm-util.el (mm-line-number-at-pos): New function.
8056
8057 * spam-report.el (spam-report-process-queue): Use it.
8058
8059 2008-12-24 David Engster <dengste@eml.cc>
8060
8061 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8062 parameters that haven't existed as variables as buffer-local variables.
8063
8064 2008-12-23 Dave Love <fx@gnu.org>
8065
8066 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8067 cadar.
8068
8069 * sieve-manage.el (sieve-manage-starttls-p): Rename from
8070 imap-starttls-p.
8071 (sieve-manage-starttls-open): Rename from imap-starttls-open.
8072
8073 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
8074
8075 * spam-report.el (spam-report-gmane-max-requests): New constant.
8076 (spam-report-gmane-wait): New variable.
8077 (spam-report-gmane-ham, spam-report-gmane-spam)
8078 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8079 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8080 the server.
8081
8082 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8083 Add explanations.
8084
8085 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8086 nnheader-accept-process-output and nnheader-read-timeout if available.
8087 (pop3-movemail): Use it.
8088
8089 * message.el (message-check-news-body-syntax): Fix signature check if
8090 there's an attachment.
8091
8092 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8093
8094 * mm-util.el: Add comments to the mm- emulating functions.
8095
8096 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
8097
8098 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8099 Reported by Stephen Berman <stephen.berman@gmx.net>.
8100
8101 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
8102
8103 * mm-util.el (mm-substring-no-properties): New function.
8104 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8105 (mm-special-display-p): Enable those lambda forms to be byte compiled.
8106 (mm-string-to-multibyte): Doc fix.
8107
8108 * mml.el (mml-attach-file): Use mm-substring-no-properties.
8109
8110 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8111
8112 * mml.el (mml-attach-file): Strip text properties from file name.
8113 (Bug#1574)
8114
8115 2008-12-16 Glenn Morris <rgm@gnu.org>
8116
8117 * mm-util.el (mm-charset-override-alist): Declare for compiler.
8118
8119 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8120
8121 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8122 knows since the charset specified might be a bogus alias that
8123 mm-charset-synonym-alist provides.
8124
8125 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
8126
8127 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8128 "ISO_8859-1".
8129
8130 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8131
8132 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8133
8134 * mm-util.el (mm-charset-eval-alist):
8135 Define it before mm-charset-to-coding-system.
8136 (mm-charset-to-coding-system): Add optional argument `silent';
8137 define it before mm-charset-override-alist.
8138 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8139 default value if it can be used in Emacs currently running;
8140 silence mm-charset-to-coding-system.
8141
8142 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
8143
8144 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8145 `allow-override' which says whether to use `mm-charset-override-alist'.
8146 (rfc2047-decode-encoded-words): Use it.
8147
8148 * mm-util.el (mm-charset-override-alist): Fix custom type;
8149 add `(gb2312 . gbk)' to choices.
8150
8151 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
8152
8153 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8154 fast.
8155
8156 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8157
8158 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
8159
8160 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8161 on links.
8162
8163 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8164
8165 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
8166
8167 * message.el (message-idna-to-ascii-rhs-1): Protect against local
8168 users' addresses that don't have domain parts.
8169 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8170 rather than message-narrow-to-head since there will be the message
8171 header separator.
8172
8173 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8174
8175 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8176 since the result is inserted in a unibyte buffer anyway.
8177 (nnimap-demule-use-string-to-multibyte): Remove.
8178 (nnimap-demule): Alias it to mm-string-to-multibyte.
8179
8180 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8181
8182 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8183 variable for debugging bug#464 and bug#1174.
8184 (nnimap-demule): Use it.
8185
8186 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
8187
8188 * gnus-score.el (gnus-score-find-trace): Handle default score in total
8189 score calculation correctly.
8190
8191 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8192
8193 * message.el (message-send-mail): Just set the buffer to unibyte
8194 rather than use mm-with-unibyte-current-buffer which does a lot more.
8195 (message-send-mail-partially): Don't bother with
8196 mm-with-unibyte-current-buffer since it's already been made unibyte by
8197 message-send-mail.
8198
8199 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
8200
8201 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8202
8203 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
8204
8205 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8206
8207 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8208
8209 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8210 require itself and to remove `with-no-warnings'.
8211
8212 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
8213
8214 * starttls.el (starttls-any-program-available): Get the name of the
8215 available TLS layer program.
8216 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8217 well as the host name in the "opening" message.
8218
8219 * auth-source.el (auth-source-cache, auth-source-do-cache)
8220 (auth-source-user-or-password): Cache passwords and logins by default,
8221 allow override with `auth-source-do-cache'.
8222 (auth-source-forget-user-or-password): Allow users to remove cache
8223 entries if needed.
8224
8225 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
8226
8227 * ietf-drums.el (ietf-drums-remove-comments): Localize second
8228 condition-case to only the forward-sexp call.
8229
8230 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
8231
8232 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8233 quotes contained. Make it more robust regardless by an extra
8234 condition-case wrapper.
8235
8236 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
8237
8238 * nnml.el (nnml-request-expire-articles): Check if the function set to
8239 `nnmail-expiry-target' returns the symbol `delete'.
8240
8241 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8242
8243 * nnmail.el (nnmail-expiry-target): Fix custom type.
8244
8245 2008-10-02 Glenn Morris <rgm@gnu.org>
8246
8247 * mm-util.el (mm-codepage-setup): Tweak codepage error.
8248 Silence compiler warning.
8249
8250 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
8251
8252 * mml.el (mml-menu): Don't assume mml2015 is bound.
8253
8254 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
8255
8256 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8257 exists.
8258
8259 2008-09-27 Glenn Morris <rgm@gnu.org>
8260
8261 * gnus-util.el (mail-header-remove-comments): Autoload it.
8262
8263 2008-09-27 Andreas Schwab <schwab@suse.de>
8264
8265 * gnus-util.el (gnus-split-references): Strip comments.
8266 (gnus-parent-id): Likewise.
8267
8268 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
8269
8270 * message.el (message-confirm-send): Fix version.
8271
8272 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
8273
8274 * message.el (message-idna-to-ascii-rhs-1): Use
8275 mail-extract-address-components rather than mail-header-parse-addresses
8276 that is an alias by default to ietf-drums-parse-addresses that does not
8277 support non-ASCII names in headers' contents.
8278
8279 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8280
8281 * message.el (message-confirm-send): Fix variable documentation to
8282 avoid the "y/n" wording.
8283
8284 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
8285
8286 * message.el (message-set-auto-save-file-name): Save to a different
8287 filename so multiple messages (especially drafts) can be recovered.
8288
8289 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
8290
8291 * message.el (message-confirm-send): Add appropriate version.
8292
8293 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
8294
8295 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8296 defvar.
8297
8298 2008-09-22 Daiki Ueno <ueno@unixuser.org>
8299
8300 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8301 (mm-pkcs7-enveloped-magic): Ditto.
8302
8303 2008-09-17 Simon Josefsson <simon@josefsson.org>
8304
8305 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8306 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8307
8308 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
8309
8310 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8311 default, it's better.
8312
8313 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
8314
8315 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8316 summary line gnus-number property and ignore them (with a warning
8317 message).
8318
8319 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8320
8321 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8322 macro caddr in the interactive form since it won't be expanded.
8323
8324 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8325
8326 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8327 `charset'; fix name of function called recursively.
8328 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8329
8330 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8331
8332 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8333 (gnus-mime-set-charset-parameters): New function.
8334 (gnus-mime-view-part-as-charset): Use it to correctly display part
8335 specifying wrong charset.
8336
8337 2008-09-08 David Engster <dengste@eml.cc>
8338
8339 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8340 in completing-read for back end server.
8341
8342 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
8343
8344 * message.el (message-confirm-send): New variable to confirm sending a
8345 message.
8346 (message-send): Use it.
8347
8348 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
8349
8350 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8351
8352 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
8353
8354 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8355
8356 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
8357
8358 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8359 prevent tracking too many groups.
8360 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8361 Use it.
8362
8363 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
8364
8365 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8366 moving point to the bottom of the window in order to avoid recentering.
8367
8368 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
8369
8370 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8371 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8372 (gnus-article-beginning-of-window): Fix calculation.
8373
8374 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
8375
8376 * gnus-msg.el (gnus-summary-supersede-article)
8377 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8378 value of gnus-newsgroup-charset to decode non-MIME encoded text in
8379 message header.
8380
8381 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8382
8383 * message.el:
8384 * gnus-start.el:
8385 * gnus-registry.el: Remove VMS support.
8386
8387 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
8388
8389 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8390 macro.
8391 (rfc2104-hash): Use it.
8392
8393 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
8394
8395 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8396 (gnus-summary-sort-by-most-recent-date): New commands.
8397 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8398 and menu entries.
8399
8400 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
8401
8402 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8403 don't redisplay article for raw contents; remove plural articles stuff.
8404
8405 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8406 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8407 on gnus-summary-save-article; display results properly.
8408
8409 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
8410
8411 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8412
8413 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
8414
8415 * gnus-art.el (gnus-summary-save-in-pipe):
8416 Consider gnus-save-all-headers.
8417
8418 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8419
8420 * gnus-util.el (ns-focus-frame): Remove declaration.
8421 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
8422 like x.
8423
8424 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8425
8426 * rfc2104.el (rfc2104-zero): Delete defconst.
8427 (rfc2104-hex-alist): Likewise.
8428 (rfc2104-hex-to-int): Delete func.
8429 (rfc2104-hexstring-to-bitstring): Likewise.
8430 (rfc2104-nybbles): New defconst.
8431 (rfc2104-hash): Rewrite for speed.
8432
8433 2008-07-16 Glenn Morris <rgm@gnu.org>
8434
8435 * gnus-util.el (ns-focus-frame): Declare for compiler.
8436
8437 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
8438
8439 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8440 set as a group parameter.
8441 (gnus-summary-save-in-pipe): Work when it is called independently.
8442 (gnus-summary-pipe-to-muttprint): Don't modify
8443 gnus-summary-pipe-output-default-command.
8444
8445 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * message.el (message-send-mail-with-sendmail):
8448 Display the error message.
8449
8450 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
8451
8452 * gnus-art.el (gnus-default-article-saver):
8453 Add gnus-summary-save-in-pipe to choices.
8454 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8455 gnus-summary-pipe-output-default-command as the default command.
8456 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8457 instead of gnus-last-shell-command.
8458
8459 * gnus-sum.el (gnus-summary-pipe-output-default-command):
8460 New user option.
8461 (gnus-summary-muttprint-program): Mention the value will be changed.
8462 (gnus-summary-save-article): Force showing of all headers.
8463 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8464
8465 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
8466
8467 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8468
8469 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
8470
8471 * nnimap.el (nnimap-id):
8472 * sieve-manage.el (sieve-manage-open): Doc fixes.
8473
8474 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
8475
8476 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8477 if available.
8478
8479 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8480
8481 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8482
8483 * nnkiboze.el (nnkiboze-generate-group):
8484 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8485
8486 * nnmairix.el: Require CL.
8487
8488 2008-06-15 David Engster <dengste@eml.cc>
8489
8490 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8491
8492 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
8493
8494 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8495 New macros that expand to an `aset'/`aref' call under Emacs, and to a
8496 runtime choice under XEmacs.
8497
8498 * gnus-sum.el (gnus-summary-set-display-table):
8499 Use `gnus-put-display-table', `gnus-get-display-table',
8500 `gnus-set-display-table' for the display table, instead of `aset'.
8501
8502 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8503
8504 * nnmairix.el: Add autoloads.
8505
8506 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8507
8508 * nnmairix.el (nnmairix-delete-recreate-group)
8509 (nnmairix-update-and-clear-marks): Fix error messages.
8510
8511 2008-06-14 David Engster <dengste@eml.cc>
8512
8513 * nnmairix.el: Upgrade to version 0.6.
8514 (nnmairix-group-toggle-propmarks-this-group)
8515 (nnmairix-group-toggle-readmarks-this-group)
8516 (nnmairix-group-delete-recreate-this-group)
8517 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8518 (nnmairix-remove-tick-mark-original-article): New commands.
8519 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8520 (nnmairix-propagate-marks-to-nnmairix-groups)
8521 (nnmairix-only-use-registry, nnmairix-allowfast-default)
8522 (nnmairix-marks-cache, nnmairix-version-output): New variables.
8523 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8524 functions needed for marks propagation and manipulation of read marks.
8525 (nnmairix-update-groups): New function.
8526 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8527 (nnmairix-determine-original-group-from-registry)
8528 (nnmairix-determine-original-group-from-path)
8529 (nnmairix-get-group-from-file-path, nnmairix-map-range)
8530 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8531 New helper functions.
8532 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8533 keystrokes for new commands.
8534 (nnmairix-delete-and-create-on-change): Doc string cleanup.
8535 (nnmairix-request-group): Check allow-fast group parameter.
8536 (nnmairix-request-create-group): Set allow-fast group parameter if
8537 nnmairix-allowfast-default is set.
8538 (nnmairix-close-group): Propagate marks upon closing if needed.
8539 (nnmairix-group-toggle-threads-this-group): Use new.
8540 nnmairix-group-toggle-parameter helper function.
8541 (nnmairix-search): Better check for empty search result.
8542 (nnmairix-goto-original-article): Use new helper functions for
8543 determining original article.
8544 (nnmairix-show-original-article): Make sure message-id is in brackets.
8545 (nnmairix-call-mairix-binary): Change variable name.
8546 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8547 helper function.
8548 (nnmairix-widget-toggle-activate): Fix doc string.
8549
8550 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
8551
8552 * nnir.el: Require edmacro when compiling with XEmacs.
8553 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8554 available in Emacs 21.
8555
8556 2008-06-11 Glenn Morris <rgm@gnu.org>
8557
8558 * gnus-util.el (x-focus-frame):
8559 * gnus.el (image-size):
8560 * mm-decode.el (image-size): Declare.
8561
8562 * gnus-picon.el (declare-function): Add compat definition.
8563 (image-size): Declare.
8564
8565 * gnus-group.el (tool-bar-map):
8566 * gnus-sum.el (tool-bar-map): Define for compiler.
8567
8568 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8569
8570 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8571
8572 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8573 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8574 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8575 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8576 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8577 * sieve-manage.el, spam-report.el, spam.el:
8578 Remove unnecessary eval-and-compile of autoloads.
8579
8580 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
8581
8582 * auth-source.el: Precise Tramp doc.
8583
8584 2008-06-07 Glenn Morris <rgm@gnu.org>
8585
8586 * nnmairix.el: Remove unnecessary eval-when-compile.
8587
8588 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
8589
8590 * nnir.el: New file.
8591
8592 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8593
8594 * gnus-util.el (gnus-read-shell-command): New function.
8595 * mm-decode.el (mm-pipe-part):
8596 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8597
8598 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8599
8600 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8601
8602 2008-06-03 Glenn Morris <rgm@gnu.org>
8603
8604 * pop3.el (nnheader-accept-process-output): Autoload it.
8605
8606 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8607
8608 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8609 are not 2-digit hexadecimal characters that follow `%'s.
8610
8611 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8612
8613 * message.el (message-bogus-recipient-p): Fix type in doc string.
8614 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8615 (message-bogus-addresses): Rename from message-bogus-address-regexp.
8616 Improve custom options.
8617 (message-bogus-recipient-p): Adjust accordingly.
8618
8619 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
8620
8621 * nnmairix.el: Require edmacro when compiling with XEmacs.
8622
8623 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
8624
8625 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8626 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8627
8628 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
8629
8630 * auth-source.el: Add more docs.
8631
8632 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8633
8634 * nnheader.el (nnheader-read-timeout): Change the default timeout from
8635 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
8636 retrieval faster in some cases, but might make CPU usage larger.
8637 If this has any bad side effects, we might revert this change.
8638
8639 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8640 seems to make mail retrieval much, much faster.
8641 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8642 unconditionally.
8643
8644 * gnus-draft.el (gnus-group-send-queue):
8645 Bind message-send-mail-partially-limit to nil to avoid being prompted.
8646
8647 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
8648
8649 * mml.el (mml-attach-buffer): Prompt for `disposition'.
8650
8651 * message.el (message-bogus-address-regexp): Fix and improve custom
8652 type.
8653 (message-setup-hook): Add message-check-recipients as custom option.
8654
8655 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
8656
8657 * message.el (message-cite-function): Remove bogus autoload which crept
8658 in during merge from v5-10.
8659
8660 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
8661
8662 * nnimap.el (nnimap-open-connection): Fix login/password bug.
8663
8664 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8665
8666 * auth-source.el: Preliminary Tramp docs.
8667 (auth-sources): Change the default auth-sources to use
8668 EPA .gpg files.
8669
8670 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
8671
8672 * nntp.el: Autoload `auth-source-user-or-password'.
8673 (nntp-send-authinfo): Use it.
8674
8675 * nnimap.el: Autoload `auth-source-user-or-password'.
8676 (nnimap-open-connection): Use it.
8677
8678 * auth-source.el: Add docs on using with url-auth. Import gnus-util
8679 for the gnus-message function.
8680 (auth-source-user-or-password): Use it.
8681
8682 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8683
8684 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8685 rfc2104-hexstring-to-byte-list. Return a unibyte string.
8686 (rfc2104-hash): Use it.
8687
8688 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8689
8690 * gnus-art.el (gnus-article-toggle-truncate-lines):
8691 Don't use `iff' in docstring.
8692
8693 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
8694
8695 * gnus-registry.el: Adjusted copyright dates and added a keyword.
8696
8697 * gnus-util.el (gnus-extract-address-component-name)
8698 (gnus-extract-address-component-email): Convenience functions around
8699 `gnus-extract-address-components'.
8700
8701 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8702 Use `gnus-extract-address-component-email' to fix bug of comparing full
8703 sender name to `user-mail-address'.
8704
8705 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
8706
8707 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8708 catch/throw to optimize.
8709 (gnus-registry-find-keywords): Just use member to find a keyword.
8710
8711 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8712
8713 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8714 is current before calling gnus-server-prepare.
8715 (gnus-server-setup-buffer, gnus-server-update-server)
8716 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8717
8718 2008-05-04 Juri Linkov <juri@jurta.org>
8719
8720 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8721 (mailcap-file-default-commands): Use mailcap-replace-in-string
8722 instead of replace-regexp-in-string, and mailcap-delete-duplicates
8723 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
8724
8725 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
8726
8727 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8728
8729 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8730
8731 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8732 hooks.
8733 (gnus-update-read-articles): Speed up non-marks-using users.
8734 (gnus-use-marks): Define gnus-use-marks.
8735 (gnus-propagate-marks): Rename variable to something more sensible.
8736
8737 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
8738
8739 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8740 (gmm-image-load-path-for-library): Fix typos in docstrings.
8741 (gmm-message): Reflow docstring.
8742
8743 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
8744
8745 * mail-source.el (mail-source-set-1, mail-source-bind):
8746 Move auth-source code out of the macro to clean it up and fix bugs.
8747
8748 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
8749
8750 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8751 by sender if it's equal to user-mail-address, it's likely to be
8752 useless.
8753
8754 * mail-source.el (mail-source-bind): Don't use user or password if they
8755 are not bound. Unintern them if they are nil. Don't use server unless
8756 it's bound, and default it to empty string otherwise.
8757
8758 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
8759
8760 * mail-source.el: Load auth-source.el.
8761 (mail-source-bind): Add comments. Call auth-source-user-or-password to
8762 get user name or password, if auth-sources is set up.
8763
8764 * gnus-registry.el (gnus-registry-split-strategy): New variable for
8765 strategy of splitting with parent.
8766 (gnus-registry-split-fancy-with-parent)
8767 (gnus-registry-post-process-groups): Use it and fix prior
8768 bug (returning a list as the split result).
8769
8770 * auth-source.el (auth-sources): Remove server parameter.
8771 (auth-source-pick, auth-source-user-or-password)
8772 (auth-source-user-or-password-imap)
8773 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8774 (auth-source-user-or-password-sftp)
8775 (auth-source-user-or-password-smtp): Remove server parameter.
8776
8777 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
8778
8779 * smime.el (smime-sign-region, smime-encrypt-region)
8780 (smime-decrypt-region):
8781 Remove redundant calls to `generate-new-buffer-name'.
8782
8783 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
8784
8785 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8786 Don't use QP for message/rfc822.
8787 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8788
8789 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8790
8791 * sieve-manage.el (sieve-string-bytes): Remove.
8792 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8793 correct byte-length only if the process's coding-system is the same as
8794 the one used internally by Emacs to represent strings.
8795
8796 2008-04-22 Juri Linkov <juri@jurta.org>
8797
8798 * mailcap.el (mailcap-file-default-commands): New function.
8799
8800 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8801
8802 * message.el (message-signature-separator, message-cite-function):
8803 Change custom version.
8804
8805 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8806
8807 * mm-decode.el (mm-display-external): Make temp file read-only.
8808
8809 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
8810
8811 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8812 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
8813 `C-c C-f d'.
8814
8815 2008-04-12 Adrian Aichner <adrian@xemacs.org>
8816
8817 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8818
8819 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
8820
8821 * auth-source.el: Add docs.
8822 (auth-sources): Modify format to support server.
8823 (auth-source-pick, auth-source-user-or-password)
8824 (auth-source-user-or-password-imap)
8825 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8826 (auth-source-user-or-password-sftp)
8827 (auth-source-user-or-password-smtp): Add server parameter.
8828
8829 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
8830
8831 * gnus-registry.el: Initialize the registry when gnus-registry-install
8832 is t.
8833
8834 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
8835
8836 * compface.el (uncompface): Make buffer unibyte.
8837
8838 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8839
8840 * mail-source.el (mail-source-value):
8841 Prefer fboundp to functionp so it works with macros as well.
8842
8843 2008-04-05 Glenn Morris <rgm@gnu.org>
8844
8845 * gnus-ems.el (mm-disable-multibyte): Autoload it.
8846
8847 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8848
8849 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8850 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8851
8852 * nnheader.el (nnheader-init-server-buffer): Change buffer's
8853 multibyteness after rather than before erasing it.
8854
8855 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8856 mm-with-multibyte.
8857 (gnus-request-article-this-buffer): Make sure the proper decoding is
8858 used if gnus-original-article-buffer happens to be unibyte.
8859
8860 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8861 default-enable-multibyte-characters.
8862
8863 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8864 default-enable-multibyte-characters.
8865
8866 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8867
8868 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8869
8870 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8871
8872 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8873 Fix last change in case the element is not even a symbol.
8874
8875 2008-04-02 Simon Josefsson <simon@josefsson.org>
8876
8877 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8878 imap-enable-exchange-bug-workaround.
8879 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8880
8881 2008-04-01 Simon Josefsson <simon@josefsson.org>
8882
8883 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8884 a 100 byte status-checks into a 2-3MB transfer for each group.
8885 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8886 to enable bug workaround or not.
8887 (nnimap-find-minmax-uid): Only enable workaround conditionally.
8888
8889 2008-03-31 Glenn Morris <rgm@gnu.org>
8890
8891 * message.el (mml2015-use): Declare for compiler.
8892 (message-info): Require mml2015 when appropriate.
8893
8894 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8895
8896 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8897 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8898 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8899 (nntp-service-to-port): New function.
8900 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8901 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8902 (nntp-open-netcat-stream): New function.
8903 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8904
8905 2008-03-29 Sven Joachim <svenjoac@gmx.de>
8906
8907 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8908
8909 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8910
8911 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8912
8913 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
8914
8915 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8916
8917 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8918
8919 * message.el (message-signature-separator): Change default.
8920 Improve custom type.
8921 (message-cite-function): Change default to
8922 message-cite-original-without-signature.
8923
8924 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8925 toggle.
8926
8927 * message.el (message-check-news-body-syntax): Fix signature check.
8928 (message-setup-1): Mark buffer as unmodified _after_ running
8929 message-setup-hook and handling message-alternative-emails.
8930 (message-shorten-references): Be more strict when building list of
8931 valid references to comply with GNKSA.
8932
8933 * gnus-group.el (gnus-read-ephemeral-bug-group)
8934 (gnus-read-ephemeral-debian-bug-group)
8935 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8936
8937 * message.el (message-info): Don't use booleanp which isn't supported
8938 in Emacs 21 and XEmacs.
8939
8940 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
8941
8942 * gnus-group.el (gnus-gmane-group-download-format): Rename from
8943 gnus-group-gmane-group-download-format.
8944 (gnus-group-read-ephemeral-gmane-group): Rename from
8945 gnus-group-read-ephemeral-gmane-group.
8946 (gnus-read-ephemeral-gmane-group-url): Rename from
8947 gnus-group-read-ephemeral-gmane-group-url.
8948 (gnus-bug-group-download-format-alist): New variable.
8949 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8950 (gnus-read-ephemeral-emacs-bug-group): New commands.
8951
8952 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8953
8954 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8955 (gnus-visible-headers): Improve custom type.
8956
8957 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
8958
8959 * mml.el (mml-menu): Add workarounds for XEmacs.
8960
8961 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8962 X-Boundary header.
8963
8964 * message.el (message-simplify-recipients): Fix previous commit.
8965
8966 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8967
8968 * mm-util.el (mm-set-buffer-multibyte): New function.
8969 * mm-decode.el (mm-copy-to-buffer): Use it.
8970
8971 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8972 Prefer fboundp to functionp so it works with macros as well.
8973
8974 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
8975
8976 * message.el (message-alter-recipients-discard-bogus-full-name):
8977 New function.
8978 (message-alter-recipients-function): New variable.
8979 (message-get-reply-headers): Use it.
8980 (message-replace-header): New helper function.
8981 (message-recipients-without-full-name): New variable.
8982 (message-simplify-recipients): New command.
8983
8984 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8985
8986 * message.el (message-info): Handle EasyPG manual.
8987
8988 * mml.el (mml-menu): Add entry for EasyPG.
8989
8990 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
8991
8992 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8993 parameter.
8994
8995 * message.el (message-disassociate-draft): Specify drafts group name
8996 fully.
8997
8998 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
8999
9000 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9001 Eliminate unnecessary duplicates from the match list.
9002
9003 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
9004
9005 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9006 args of `how-many' of which the XEmacs version doesn't take; declare
9007 Info-index-next as function.
9008
9009 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
9010
9011 * gnus-score.el (gnus-score-headers): Fix handling of
9012 gnus-inhibit-slow-scoring.
9013
9014 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9015 string.
9016 (gnus-button-url-regexp): Improve handling of parenthesis.
9017 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9018 (gnus-button-handle-info-keystrokes): Handle index entries.
9019
9020 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
9021
9022 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9023 Incoming* files.
9024
9025 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
9026
9027 * auth-source.el (auth-sources): Rename from auth-source-choices.
9028 (auth-source-pick): Use it.
9029
9030 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9031
9032 * auth-source.el (auth-source-protocols)
9033 (auth-source-protocols-customize, auth-source-choices): Add and
9034 modified variable customizations and defaults.
9035 (auth-source-pick, auth-source-user-or-password)
9036 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9037 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9038 (auth-source-user-or-password-sftp)
9039 (auth-source-user-or-password-smtp): Use new variables and provide an
9040 interface to netrc.el.
9041
9042 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
9043
9044 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9045 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9046 Make sure the nntp port to specify is a string.
9047
9048 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9049
9050 * nntp.el: Use with-current-buffer.
9051 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9052 dubious mm-with-unibyte-current-buffer.
9053 (nntp-with-open-group-function): New function extracted from
9054 nntp-with-open-group macro.
9055 (nntp-with-open-group): Use the function, so it's easier to debug.
9056 Add indentation and debugging info.
9057 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9058 Recommend the use of the netcat alternatives.
9059
9060 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9061 Avoid mm-string-as-multibyte as well.
9062
9063 * nnweb.el (nnweb-insert-html):
9064 Remove use of nnheader-string-as-multibyte.
9065
9066 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9067 (nnheader-string-as-multibyte): Remove.
9068
9069 * mm-view.el: Use inhibit-read-only.
9070 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9071 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9072 or unibyte-string.
9073
9074 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9075 (mm-uu-yenc-extract): Use with-current-buffer.
9076
9077 * gnus-soup.el (gnus-soup-send-packet): Don't use
9078 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9079
9080 * nnmh.el: Use with-current-buffer.
9081 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9082 mm-string-as-multibyte on the output of mm-encode-coding-string.
9083
9084 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9085 (nnimap-request-move-article): Use with-current-buffer.
9086
9087 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9088 inserting the handle-buffer's text, so the implicit multibyte->unibyte
9089 conversion uses string-make-unibyte rather than string-as-unibyte.
9090
9091 * gnus-msg.el: Use with-current-buffer.
9092
9093 * message.el (message-ignored-resent-headers): Add "Delivered-To".
9094
9095 2008-03-10 Daiki Ueno <ueno@unixuser.org>
9096
9097 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9098 string for caching if it is 'PIN.
9099
9100 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
9101
9102 * mail-source.el (mail-source-delete-old-incoming-confirm):
9103 Change default to nil.
9104 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9105
9106 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
9107
9108 * gnus-art.el (gnus-narrow-to-page): Position point properly.
9109 (gnus-article-goto-prev-page): Work for articles having ^L's.
9110
9111 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9112
9113 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9114
9115 2008-03-07 Karl Fogel <kfogel@red-bean.com>
9116
9117 * gnus-bookmark.el: Adjust for renames in bookmark.el.
9118 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9119 (gnus-bookmark-jump): Adjust some variable names.
9120
9121 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
9122
9123 * auth-source.el: New package.
9124 (auth-source-choices): Add customization entry point variable.
9125
9126 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9127 bug.
9128
9129 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
9130
9131 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9132 (gnus-registry-initialize, gnus-registry-install-p): Use it.
9133 (gnus-registry-install-shortcuts): Rename from
9134 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
9135 the `gnus-registry-mark-map' keymap dynamically from
9136 `gnus-registry-marks'. The generated functions update the summary line
9137 when a registry mark is added or deleted, and will call
9138 `gnus-registry-install-p' (see the comments in the code).
9139 (gnus-registry-user-format-function-M): Use concat intelligently.
9140
9141 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9142 the registry mark functions.
9143
9144 2008-03-05 Glenn Morris <rgm@gnu.org>
9145
9146 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9147 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9148 gnus-art.
9149 (top-level): No need to load own source when compiling.
9150
9151 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
9152
9153 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9154 Suggested by <chris.anderton@zetnet.co.uk>.
9155
9156 2008-03-04 Glenn Morris <rgm@gnu.org>
9157
9158 * gnus-sum.el (top-level): No need to require gnus when compiling,
9159 since unconditionally required near start of file.
9160 (gnus-summary-display-while-building): Move definition before use.
9161
9162 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
9163
9164 * gnus-registry.el (gnus-registry-user-format-function-M):
9165 Add formatting function.
9166
9167 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
9168
9169 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9170 with plists.
9171 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9172 Use new format.
9173
9174 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
9175
9176 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9177 `where-is-internal' that returns a range of key sequences.
9178
9179 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9180
9181 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9182
9183 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9184 (gnus-summary-jump-to-group): Consider windows on other displayed
9185 frames as well. Similar changes might be needed elsewhere, but that's
9186 the one I've bumped into during my use.
9187
9188 * nndoc.el (nndoc-oe-dbx-type-p):
9189 * gnus-msg.el (gnus-debug):
9190 * gnus-group.el (gnus-update-group-mark-positions):
9191 Use mm-string-to-multibyte.
9192
9193 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
9194
9195 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9196 doesn't handle NotDashEscaped.
9197
9198 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
9199 (mml-dnd-attach-options): Fix typo in custom choice.
9200
9201 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9202 Change nndoc-article-type to mbox.
9203 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9204
9205 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
9206 to nil, instead of html2text.
9207
9208 * imap.el (imap-debug): Add `imap-ping-server'.
9209
9210 * gnus-bookmark.el: Add FIXMEs.
9211
9212 * message.el (message-form-letter-separator)
9213 (message-send-form-letter-delay): New variables.
9214 (message-send-form-letter): Use them. New command to send form
9215 letters. Requested by Uwe Siart.
9216 (message-send-mail-function): Doc fix. Add "Other" custom option.
9217
9218 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
9219
9220 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9221 empty author.
9222
9223 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
9224
9225 * gnus-registry.el (gnus-registry-marks): Add variable for
9226 customization of marks and their appearance.
9227 (gnus-registry-read-mark): Use it.
9228 (gnus-registry-do-marks): Add utility function to loop through
9229 `gnus-registry-marks'.
9230 (gnus-registry-install-shortcuts-and-menus): Add function to install
9231 shortcuts and menus.
9232 (gnus-registry-initialize): Use it.
9233 (gnus-registry-default-mark): Clarify documentation.
9234
9235 2008-02-29 Glenn Morris <rgm@gnu.org>
9236
9237 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9238 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9239 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9240 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9241 Change defcustom :version from 23.0 to 23.1.
9242
9243 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
9244
9245 * gnus-registry.el (gnus-registry-follow-group-p)
9246 (gnus-registry-post-process-groups): Add functions to aid registry
9247 splitting and improve logging. Clarify behavior in function
9248 documentation.
9249 (gnus-registry-split-fancy-with-parent): Use them.
9250
9251 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9252
9253 * gnus-art.el: Use with-current-buffer.
9254
9255 2008-02-27 David Engster <dengste@eml.cc>
9256
9257 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9258 Express real group name in the response.
9259
9260 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
9261
9262 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9263 (nnmairix-last-server, nnmairix-current-server): Defvar them.
9264 (nnmairix-goto-original-article): Defvar gnus-registry-install and
9265 autoload gnus-registry-fetch-group when compiling.
9266 (nnmairix-request-group-with-article-number-correction):
9267 Remove unreferenced argument passed to nnmairix-call-backend.
9268
9269 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
9270
9271 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9272 (mm-uu-extract): Improve face for low color ttys.
9273 Reported by Sascha Wilde.
9274
9275 2008-02-27 Glenn Morris <rgm@gnu.org>
9276
9277 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9278 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9279 variables to defconsts. Convert comments to doc-strings.
9280 (nnmairix-last-server, nnmairix-current-server): Convert from free
9281 variables to defvars. Convert comments to doc-strings.
9282 (gnus-registry-fetch-group): Autoload.
9283 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9284 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9285 (nnmairix-widget-build-editable-fields): Use car cddr rather than
9286 caddr.
9287 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9288 nnmairix-request-group-with-article-number-correction call.
9289 (nnmairix-fast, nnmairix-group): New, less general names, for free
9290 variables passed from nnmairix-request-group to
9291 nnmairix-request-group-with-article-number-correction. Declare.
9292 (nnmairix-request-group-with-article-number-correction):
9293 Use nnmairix-fast, nnmairix-group rather than fast, group.
9294
9295 2008-02-26 David Engster <dengste@eml.cc>
9296
9297 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
9298 version 0.5.
9299
9300 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
9301
9302 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9303 instead of making an extra function call. Don't add the current group
9304 to articles only when they have the group. Use
9305 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9306 Reported by David <de_bb@arcor.de>.
9307
9308 2008-02-24 Miles Bader <miles@gnu.org>
9309
9310 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9311 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9312 (mm-find-mime-charset-region):
9313 * mm-bodies.el (mm-encode-body):
9314 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9315
9316 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
9317
9318 * mail-source.el (mail-source-delete-incoming): Change default.
9319 Supplement doc string.
9320
9321 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9322
9323 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
9324
9325 * nnmail.el (nnmail-message-id-cache-file): Derive from
9326 `gnus-home-directory'.
9327
9328 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
9329
9330 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9331 Document negative prefix.
9332
9333 * gnus-group.el (gnus-group-read-group): Document negative prefix.
9334
9335 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9336
9337 * message.el (message-unsent-separator): Add the Exim bounce
9338 separator.
9339
9340 2008-02-10 Daiki Ueno <ueno@unixuser.org>
9341
9342 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9343 list.
9344 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9345 recipient/signer list.
9346
9347 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
9348
9349 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9350 fbound (Emacs 23 unicode), signal an error.
9351
9352 2008-02-08 Glenn Morris <rgm@gnu.org>
9353
9354 * gnus-art.el (pgg-display-output-buffer): Declare as function.
9355
9356 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
9357
9358 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9359 ports to the calls to `netrc-machine-user-or-password' in addition to
9360 "imap" and "imaps".
9361
9362 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
9363
9364 * gnus.el (gnus-group-startup-message): Add `find-image' call before
9365 image-load-path is let-bound. Reported by Harald Hanche-Olsen
9366 <hanche@math.ntnu.no>.
9367
9368 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
9369
9370 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9371
9372 2008-02-01 Zhang Wei <id.brep@gmail.com>
9373
9374 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9375
9376 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9377
9378 2008-02-01 Miles Bader <miles@gnu.org>
9379
9380 * mml.el (mml-parse-1): Remove apparently vestigial use of
9381 `mm-hack-charsets'.
9382 * mm-bodies.el (mm-encode-body): Likewise.
9383
9384 2008-02-01 Kenichi Handa <handa@m17n.org>
9385
9386 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9387 rfc2104-hexstring-to-bitstring and changed to return a byte list.
9388 (rfc2104-hash): Convert the result of concat to unibyte string.
9389
9390 2008-02-01 Dave Love <fx@gnu.org>
9391
9392 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9393 coding-system-for-read.
9394 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9395
9396 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9397 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
9398 (mm-find-mime-charset-region): Remove hack-charsets stuff.
9399
9400 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
9401
9402 * mail-source.el (mail-sources): Add `group' choice.
9403
9404 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9405 parameter `in-group' to control into which group the articles go.
9406 Add treatment of `group' mail-source.
9407
9408 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9409
9410 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9411 * message.el (message-beginning-of-line): Use featurep instead of bound
9412 tests in order to resolve conditionals at compile time.
9413
9414 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
9415
9416 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9417
9418 * mm-decode.el (mm-dissect-buffer): Decode description.
9419
9420 * mml.el (mml-to-mime): Encode message header first.
9421
9422 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
9423
9424 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9425 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9426
9427 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
9428
9429 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9430
9431 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
9432
9433 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9434 prefix keys.
9435 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9436 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9437 gnus-xmas.el.
9438
9439 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
9440
9441 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9442 Add new variables for article mark management.
9443 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9444 list of extra data entries which, when present, will indicate that the
9445 article ID should not be trimmed from the registry.
9446 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9447 functions.
9448 (gnus-registry-read-mark): New function to read a mark name from the
9449 user.
9450 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9451 (gnus-registry-set-article-mark-internal): New functions to add and
9452 remove marks.
9453 (gnus-registry-get-article-marks): New function to show the marks for
9454 an article, or retrieve them for further use.
9455
9456 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9457
9458 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9459 keys when no argument is given.
9460
9461 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9462
9463 * gnus-sum.el (gnus-article-sort-by-random)
9464 (gnus-thread-sort-by-random): Fix doc strings.
9465 Reported by jidanni@jidanni.org.
9466
9467 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
9468
9469 * gnus-art.el (gnus-article-describe-bindings): New function.
9470 (gnus-article-read-summary-keys): Use it.
9471 (gnus-article-mode-map): Bind `C-h b' to it.
9472
9473 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9474
9475 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9476 XEmacs.
9477 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9478 Protect against non-character events.
9479
9480 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
9481
9482 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9483 New command.
9484 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9485 instead of END. Change name of the temp file.
9486 (gnus-group-gmane-group-download-format): Add doc string. Make it
9487 customizable.
9488
9489 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
9490
9491 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9492 bind `S W' to gnus-article-wide-reply-with-original; set default
9493 binding to gnus-article-read-summary-send-keys.
9494 (gnus-article-read-summary-keys): Fix the order of keys; display
9495 continuation keys correctly in the echo area; describe bindings
9496 correctly when keys end with `C-h'.
9497 (gnus-article-read-summary-send-keys): New function.
9498 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9499 Work for gnus-article-read-summary-send-keys; display continuation keys
9500 correctly in the echo area.
9501 (gnus-article-reply-with-original): Ignore prefix argument.
9502 (gnus-article-wide-reply-with-original): New function.
9503
9504 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
9505
9506 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9507 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9508
9509 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
9510
9511 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9512 (gnus-group-read-ephemeral-gmane-group): New command.
9513
9514 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
9515
9516 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9517
9518 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9519
9520 * message.el (message-send-mail-function): Increase custom version.
9521
9522 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9523 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
9524
9525 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9526
9527 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9528 html parts correctly; support forwarded messages.
9529 (gnus-article-browse-html-article): Remove work buffers.
9530
9531 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9532 compiling.
9533 (netrc-bound-and-true-p): New macro.
9534 (netrc-parse): Use it instead of bound-and-true-p that is not available
9535 in XEmacs 21.4.
9536
9537 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
9538
9539 * gnus-registry.el (gnus-registry-mark-article)
9540 (gnus-registry-article-marks): Add functionality to mark articles
9541 through the Gnus registry.
9542
9543 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9544 (netrc-parse): Use encrypt-file-alist to determine if
9545 encrypt-find-model or encrypt-insert-file-contents should be used.
9546
9547 2007-12-19 Glenn Morris <rgm@gnu.org>
9548
9549 * mml.el (message-options-set, message-narrow-to-head)
9550 (message-in-body-p, message-mail-p, message-encode-message-body):
9551 Autoload.
9552 (message-remove-header, message-narrow-to-headers-or-head)
9553 (message-subscribed-p, message-make-mail-followup-to)
9554 (message-position-on-field, message-news-p)
9555 (message-options-set-recipient, message-generate-headers)
9556 (message-sort-headers): Declare as functions.
9557
9558 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9559
9560 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9561 convention in doc string.
9562
9563 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9564
9565 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9566 title to html parts.
9567 (gnus-article-browse-html-article): Pass message header to it.
9568
9569 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9570
9571 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
9572
9573 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9574 or password compatible with XEmacs.
9575
9576 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
9577
9578 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9579 format document.
9580 (gnus-mime-delete-part): Don't write description line if empty.
9581 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9582
9583 2007-12-14 Johan Bockgård <bojohan@gnu.org>
9584
9585 * gnus-sum.el (gnus-summary-mark-unread-as-read)
9586 (gnus-summary-mark-read-and-unread-as-read)
9587 (gnus-summary-mark-current-read-and-unread-as-read)
9588 (gnus-summary-mark-unread-as-ticked): Doc fix.
9589 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9590
9591 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9592
9593 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9594 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9595
9596 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9597
9598 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9599 yes-or-no-p.
9600
9601 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
9602
9603 * mm-decode.el (mm-add-meta-html-tag): New function.
9604 (mm-save-part-to-file, mm-pipe-part): Use it.
9605
9606 * gnus-art.el (gnus-article-browse-delete-temp-files):
9607 Use gnus-y-or-n-p instead of y-or-n-p.
9608 (gnus-article-browse-html-parts): Work with message/external-body; use
9609 mm-add-meta-html-tag.
9610
9611 2007-12-11 Glenn Morris <rgm@gnu.org>
9612
9613 * gnus-cache.el: Require gnus-sum not just when compiling.
9614
9615 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9616
9617 * gnus-int.el (gnus-server-opened, gnus-status-message):
9618 Move definitions before use.
9619
9620 * mm-decode.el: Require gnus-util.
9621 (mm-remove-part): Only call delete-annotation on XEmacs.
9622
9623 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9624
9625 * nnmail.el: Require gnus-int.
9626
9627 * spam.el: Move `require's before `eval-when-compile's.
9628
9629 * gnus-ems.el (gnus-alive-p):
9630 * gnus-fun.el (message-goto-eoh):
9631 * gnus-util.el (gnus-group-name-decode):
9632 * mail-source.el (gnus-compress-sequence):
9633 * message.el (Info-goto-node, format-spec):
9634 * mm-bodies.el (message-options-get):
9635 * mm-decode.el (mm-view-pkcs7):
9636 * mm-util.el (gmm-write-region):
9637 * mml-smime.el (mml-compute-boundary)
9638 (gnus-completing-read-with-default):
9639 * mml.el (widget-button-press, gnus-make-hashtable):
9640 * mml1991.el (mm-decode-content-transfer-encoding)
9641 (mm-encode-content-transfer-encoding)
9642 (message-options-get, message-options-set):
9643 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9644 * nnfolder.el (gnus-request-group):
9645 * nnheader.el (ietf-drums-unfold-fws):
9646 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9647 * smime.el (gnus-run-mode-hooks):
9648 * spam-stat.el (gnus-message): Autoload.
9649
9650 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9651 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9652 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9653 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9654 Add declare-function compatibility definition.
9655
9656 * gnus-cache.el (nnvirtual-find-group-art):
9657 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9658 (gnus-add-image, gnus-add-wash-type):
9659 * gnus-group.el (nnkiboze-score-file):
9660 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9661 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9662 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9663 (message-tokenize-header, gnus-get-buffer-create)
9664 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9665 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9666 * gnus.el (gnus-group-decoded-name):
9667 * mail-source.el (imap-capability):
9668 * mm-bodies.el (message-options-set):
9669 * mm-decode.el (gnus-configure-windows):
9670 * mm-extern.el (message-goto-body):
9671 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9672 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9673 (epg-sub-key-validity, message-options-set):
9674 * mml.el (widget-event-point, gnus-configure-windows):
9675 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9676 * mml2015.el (epg-check-configuration, epg-configuration)
9677 (message-options-set):
9678 * nndb.el (nndb-request-article):
9679 * nnfolder.el (gnus-request-create-group):
9680 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9681 * nnmaildir.el (gnus-group-mark-article-read):
9682 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9683 * rfc1843.el (message-fetch-field):
9684 * spam.el (gnus-extract-address-components):
9685 Declare as functions.
9686
9687 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
9688
9689 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9690
9691 2007-12-09 Glenn Morris <rgm@gnu.org>
9692
9693 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9694
9695 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9696 * message.el, mm-view.el, sieve-manage.el, smime.el:
9697 Add declare-function compatibility definition.
9698
9699 * gnus-art.el (w3-region, w3m-region, Info-menu):
9700 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9701 * gnus-sum.el (gnus-get-predicate):
9702 * gnus-util.el (mm-append-to-file, w32-focus-frame):
9703 * message.el (mail-abbrev-in-expansion-header-p):
9704 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9705 (w3m-detect-meta-charset, w3m-region):
9706 * sieve-manage.el (password-read, password-cache-add)
9707 (password-cache-remove):
9708 * smime.el (password-read-and-add): Declare as functions.
9709
9710 2007-12-08 David Kastrup <dak@gnu.org>
9711
9712 * gnus-sum.el (gnus-summary-simplify-subject-query):
9713 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9714 `message'.
9715
9716 2007-12-07 Glenn Morris <rgm@gnu.org>
9717
9718 * gnus-art.el (article-make-date-line): Revert previous change.
9719
9720 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
9721
9722 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9723
9724 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
9725
9726 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9727 Call gnus-add-to-range ranges only once with a prepared article-list.
9728
9729 2007-12-06 Paul Jarc <prj@po.cwru.edu>
9730
9731 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9732 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9733 group names with backslashes.
9734 Reported by Tassilo Horn <tassilo@member.fsf.org>.
9735
9736 2007-12-06 Deepak Goel <deego3@gmail.com>
9737
9738 * gnus-art.el (article-make-date-line):
9739 * gnus-start.el (gnus-load):
9740 * pop3.el (pop3-read-response): Fix buggy call to `error'.
9741
9742 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9743
9744 * gnus-art.el (gnus-use-idna)
9745 * gnus-start.el (gnus-site-init-file)
9746 * message.el (message-use-idna)
9747 * mm-uu.el (mm-uu-hide-markers)
9748 * smiley.el (smiley-style): Revert changes that suppress warnings.
9749
9750 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9751
9752 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9753 specify charset to html source.
9754 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9755
9756 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9757
9758 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9759 idna-program in order to suppress byte compile warning issued by XEmacs
9760 that came to byte compile the default value section of defcustom forms
9761 recently.
9762
9763 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9764 value of installation-directory.
9765
9766 * message.el (message-use-idna): Don't directly refer to the value of
9767 idna-program.
9768
9769 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9770
9771 * smiley.el (smiley-style): Don't directly call face-attribute.
9772
9773 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
9774
9775 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9776
9777 * gnus-dired.el: Reduce Gnus dependencies.
9778 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9779 Don't require. Use autoloads instead.
9780 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9781 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9782 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9783 (gnus-dired-mode): Adjust doc string.
9784 (gnus-dired-mail-mode): New variable.
9785 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9786 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9787 (gnus-dired-mail-buffers): New function. Return mail or message
9788 composition buffers.
9789 (gnus-dired-attach): Use it.
9790 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9791 NO-DECODE.
9792 (gnus-dired-print): Use `gnus-print-buffer' depending on
9793 `gnus-dired-mail-mode'.
9794
9795 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
9796
9797 * rfc2047.el (rfc2047-encoded-word-regexp)
9798 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9799 explaining what regexp patterns are for.
9800
9801 2007-12-04 Glenn Morris <rgm@gnu.org>
9802
9803 * password.el: Move to ../password-cache.el.
9804
9805 * mml1991.el (password-read, password-cache-add, password-cache-remove):
9806 * mml2015.el (password-read, password-cache-add, password-cache-remove):
9807 * mml-smime.el (password-read, password-cache-add)
9808 (password-cache-remove):
9809 No need to autoload, since mml-sec requires password.
9810
9811 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9812 * message.el (gnus-extract-address-components):
9813 * mml-smime.el (gnus-extract-address-components): Define for compiler.
9814
9815 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9816 password.
9817
9818 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9819
9820 * mailcap.el: Reduce dependencies.
9821 (mail-header-parse-content-type): Autoload.
9822 (mailcap-delete-duplicates): New alias.
9823 (mailcap-mime-info): Add optional argument NO-DECODE.
9824 (mailcap-mime-types): Use mailcap-delete-duplicates.
9825
9826 * message.el (message-ignored-supersedes-headers): Add "X-ID".
9827
9828 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9829
9830 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9831 function.
9832
9833 * gnus-uu.el (gnus-uu-decode-yenc): New command.
9834 (gnus-uu-yenc-article): New function.
9835
9836 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9837
9838 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9839
9840 2007-12-02 Glenn Morris <rgm@gnu.org>
9841
9842 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
9843 Move to ../net.
9844
9845 * binhex.el, uudecode.el: Move to ../mail.
9846
9847 * encrypt.el: Remove file.
9848
9849 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
9850
9851 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9852 matches on patches.
9853
9854 * gnus-art.el (gnus-article-browse-html-article):
9855 Mention `mm-text-html-renderer' in the doc string.
9856
9857 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9858 string. Add comments.
9859
9860 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9861 if rhs is ASCII.
9862
9863 2007-12-01 Glenn Morris <rgm@gnu.org>
9864
9865 * dig.el, dns.el: Move to ../net.
9866 * format-spec.el, hex-util.el, sha1.el: Move to ../.
9867
9868 * mail-source.el (top-level): Require format-spec before
9869 eval-when-compile.
9870
9871 2007-11-30 Glenn Morris <rgm@gnu.org>
9872
9873 * encrypt.el: Require password, rather than autoloading password-read.
9874
9875 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
9876
9877 * gnus.el (gnus-method-to-server): Add an optional parameter so the
9878 caller can indicate whether the cache should be disregarded for this
9879 call. This way the result of the call is reproducible at all times and
9880 can be considered a canonical server name for the supplied method.
9881 (gnus-agent-method-p): Canonicalize server names by pushing their
9882 method through `gnus-method-to-server' using the no-cache argument.
9883
9884 * gnus-srvr.el (gnus-server-insert-server-line):
9885 Call `gnus-method-to-server' with `no-cache' argument.
9886
9887 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9888 gnus-agent-possibly-synchronize-flags as this should be called when the
9889 server is actually being opened.
9890 (gnus-agent-possibly-synchronize-flags)
9891 (gnus-agent-possibly-synchronize-flags-server): Move check for the
9892 flags file of an agentized server to the latter function.
9893
9894 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9895 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9896 after a connection has been established successfully.
9897
9898 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
9899
9900 * gnus-art.el (article-display-face): Force to display face if called
9901 interactively; check if gnus-article-x-face-too-ugly matches author.
9902 (article-display-x-face): Display face even if From header is missing
9903 as article-display-face does.
9904
9905 2007-11-28 Richard Stallman <rms@gnu.org>
9906
9907 * md4.el: Move to ../.
9908 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9909
9910 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
9911
9912 * mail-source.el (mail-sources): Default to fetch from file for
9913 compatibility with default of nnmail-spool-file.
9914
9915 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
9916
9917 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9918 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9919 to look for encoded word that should be encoded again.
9920 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9921 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9922 encoding pattern.
9923 (rfc2047-decode-region): Switch strict regexp and loose one according
9924 to rfc2047-allow-irregular-q-encoded-words.
9925
9926 2007-11-26 Simon Josefsson <simon@josefsson.org>
9927
9928 * imap.el: Move to ../net directory.
9929
9930 2007-11-25 Romain Francoise <romain@orebokech.com>
9931
9932 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9933
9934 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9935
9936 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9937 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9938
9939 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9940 `nnmail-spool-file'.
9941
9942 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9943 `nnmail-spool-file'.
9944
9945 * gnus-move.el (gnus-change-server): Ditto.
9946
9947 * gnus-kill.el (gnus-batch-score): Ditto.
9948
9949 * gnus-cache.el (gnus-jog-cache): Ditto.
9950
9951 * gnus-msg.el (gnus-summary-reply):
9952 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9953
9954 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9955
9956 * gnus-cache.el (gnus-cache-generate-nov-databases):
9957 Use nnml-generate-nov-databases-directory instead of
9958 nnml-generate-nov-databases-1.
9959
9960 2007-11-24 Glenn Morris <rgm@gnu.org>
9961
9962 * message.el (message-tool-bar-retro): Update for rename
9963 mail_send.xpm->mail-send.xpm.
9964
9965 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9966
9967 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9968 `smime-ldap-search' for Emacs 22 and up.
9969
9970 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9971
9972 * hashcash.el: Move to ../mail directory.
9973
9974 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
9975
9976 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9977 `smime-ldap-search' for Emacs 22 and up.
9978
9979 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9980
9981 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9982
9983 * message.el (message-send-mail-function): Fix error convention.
9984 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9985 (message-widen-reply, message-send-mail, message-talkative-question)
9986 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9987 (message-clone-locals, message-send-news): Use with-current-buffer.
9988 (message-insert-or-toggle-importance): Remove unused var `valid'.
9989 (message-make-references): Remove unused var `new-references'.
9990 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9991
9992 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
9993
9994 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9995 (spam-split-symbolic-return-positive): Reflow docstring.
9996 (spam-backends, spam-summary-exit-behavior)
9997 (spam-mark-ham-unread-before-move-from-spam-group)
9998 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9999 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10000 (spam-clear-cache, spam-backend-check, spam-install-backend)
10001 (spam-install-statistical-backend, spam-list-of-processors)
10002 (spam-group-processor-p, spam-split, spam-bogofilter-score)
10003 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10004 (spam-check-crm114, spam-initialize, spam-unload-hook):
10005 Fix typos in docstrings.
10006
10007 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10008
10009 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10010 been checked if they have never been read and those group levels are
10011 higher than the one that a user specified.
10012
10013 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10014
10015 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10016 foreign groups unless a group level is specified by a user.
10017 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10018
10019 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
10020
10021 * message.el (message-send-mail-function): Require sendmail.
10022
10023 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
10024
10025 * message.el (message-send-mail-function): Check for smtpmail too.
10026
10027 * utf7.el (utf7-encode, utf7-decode): Use coding system
10028 `utf-7'/`utf-7-imap' from utf-7.el' if available.
10029
10030 * message.el (message-send-mail-function): New function.
10031 (message-send-mail-function): Set default using
10032 message-send-mail-function. Adjust doc string.
10033 (message-send-mail-with-mailclient): New function.
10034
10035 2007-11-17 Richard Stallman <rms@gnu.org>
10036
10037 * assistant.el: Remove file.
10038
10039 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10040
10041 * smime.el (from):
10042 * rfc2047.el (message-posting-charset):
10043 * qp.el (mm-use-ultra-safe-encoding):
10044 * pop3.el (parse-time-months):
10045 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10046 * nnml.el (files):
10047 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10048 (jka-compr-compression-info-list, ange-ftp-path-format)
10049 (efs-path-regexp):
10050 * nndiary.el (files):
10051 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10052 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10053 (epg-digest-algorithm-alist, inhibit-redisplay)
10054 (password-cache-expiry):
10055 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10056 (pgg-output-buffer, password-cache-expiry):
10057 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10058 (efs-path-regexp):
10059 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10060 (inhibit-redisplay):
10061 * mm-uu.el (file-name, start-point, end-point, entry)
10062 (gnus-newsgroup-name, gnus-newsgroup-charset):
10063 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10064 (latin-unity-ucs-list):
10065 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10066 (mm-uu-binhex-decode-function):
10067 * message.el (gnus-message-group-art, gnus-list-identifiers)
10068 (rmail-enable-mime-composing, gnus-local-organization)
10069 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10070 (gnus-read-active-file, facemenu-add-face-function)
10071 (facemenu-remove-face-function, gnus-article-decoded-p)
10072 (tool-bar-mode):
10073 * mail-source.el (display-time-mail-function):
10074 * gnus-util.el (nnmail-pathname-coding-system)
10075 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10076 (gnus-original-article-buffer, gnus-user-agent)
10077 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10078 (xemacs-codename, sxemacs-codename, emacs-program-version):
10079 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10080 * gnus-start.el (gnus-agent-covered-methods)
10081 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10082 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10083 (gnus-newsgroup-headers, gnus-group-list-mode)
10084 (gnus-group-mark-positions, gnus-newsgroup-data)
10085 (gnus-newsgroup-unreads, nnoo-state-alist)
10086 (gnus-current-select-method, mail-sources)
10087 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10088 (nnmail-spool-file, gnus-cache-active-hashtb):
10089 * gnus-mh.el (mh-lib-progs):
10090 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10091 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10092 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10093 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10094 (gnus-group-buffer):
10095 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10096 (font-lock-set-defaults):
10097 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10098 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10099 (gnus-summary-post-menu, total-parts, type, condition, length):
10100 * gnus-agent.el (gnus-agent-read-agentview):
10101 * flow-fill.el (show-trailing-whitespace):
10102 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10103 eval-and-compile wrappers for byte compiler pacifiers.
10104
10105 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10106 (mm-display-inline-fontify): Check for featurep 'xemacs not
10107 extent-list.
10108
10109 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10110 itimer-list.
10111 (mm-create-image-xemacs): Only do something for XEmacs.
10112 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10113
10114 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10115
10116 * gnus-registry.el (gnus-adaptive-word-syntax-table):
10117 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10118
10119 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
10120
10121 * nnimap.el (nnimap-split-download-body):
10122 * gnus-demon.el (gnus-demon):
10123 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10124
10125 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
10126
10127 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10128 New macros.
10129 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10130 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10131 copy data from unibyte buffer to multibyte current buffer.
10132 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10133 to copy data from unibyte current buffer to multibyte buffer.
10134 (nntp-make-process-buffer): Make process buffer unibyte.
10135
10136 * pop3.el (pop3-open-server): Fix typo in Lisp code.
10137
10138 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
10139
10140 * pop3.el (pop3-open-server): Accept and process data more robustly at
10141 connexion start to avoid spurious "POP SSL connexion failed" errors.
10142
10143 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10144
10145 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10146 read group names.
10147
10148 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
10149
10150 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10151
10152 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
10153
10154 * nnmail.el (nnmail-parse-active): Make group names unibyte.
10155 (nnmail-save-active): Use a unibyte buffer when saving active file,
10156 which may contain non-ASCII group names.
10157
10158 * nnml.el (nnml-request-group): Decode group names in messages.
10159
10160 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
10161
10162 * message.el (message-citation-line-function)
10163 (message-insert-formatted-citation-line): Fix spelling of
10164 `message-insert-formated-citation-line'.
10165
10166 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
10167
10168 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10169
10170 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10171
10172 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10173 nnmail-pathname-coding-system.
10174
10175 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10176 that a user enters; decode group names in messages.
10177
10178 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10179
10180 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
10181
10182 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10183
10184 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10185
10186 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10187 risky local variable.
10188
10189 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10190
10191 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
10192
10193 * encrypt.el: Improve documentation to fix function name typo.
10194 Reported by Daiki Ueno <ueno@unixuser.org>.
10195
10196 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
10197
10198 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10199 even if the point is not in the last page of an article.
10200 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10201 back to the previous page.
10202
10203 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
10204
10205 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10206
10207 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
10208
10209 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10210
10211 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
10212
10213 * message.el (message-check-news-body-syntax):
10214 Avoid mm-string-as-multibyte.
10215 (message-hide-headers): Don't assume (point-min)==1.
10216
10217 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10218
10219 * message.el (message-remove-blank-cited-lines): Fix if remove is
10220 given.
10221 (message-bogus-address-regexp): New variable.
10222 (message-bogus-recipient-p): New function.
10223 (message-check-recipients): New command.
10224 (message-syntax-checks): Add `bogus-recipient'.
10225 (message-fix-before-sending): Add `bogus-recipient'.
10226
10227 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10228 (gnus-treat-body-boundary): Don't test window-system.
10229
10230 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
10231
10232 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10233
10234 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10235
10236 * gnus.el: Bump version to Gnus v5.13.
10237
10238 2007-10-28 Miles Bader <miles@gnu.org>
10239
10240 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10241 at compile-time too.
10242
10243 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
10244
10245 * gnus-msg.el (gnus-message-setup-hook):
10246 Add `message-remove-blank-cited-lines' to options.
10247
10248 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10249
10250 * message.el (message-remove-blank-cited-lines): New function.
10251 Suggested by Karl Plästerer.
10252
10253 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
10254
10255 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10256 mapc.
10257
10258 * imap.el (imap-open): Replace mapcar called for effect with mapc.
10259 (top-level): Use mapc to set functions to be traced for debugging.
10260
10261 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10262 called for effect with while loop.
10263
10264 * message.el (message-talkative-question): Replace mapcar called for
10265 effect with mapc.
10266
10267 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10268 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10269 called for effect with dolist.
10270
10271 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10272
10273 * nndiary.el: Use dolist instead of mapcar to add diary headers to
10274 gnus-extra-headers and nnmail-extra-headers.
10275
10276 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10277 called for effect with dolist.
10278 (top-level): Use mapc to set functions to be traced for debugging.
10279
10280 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10281 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10282 dolist.
10283
10284 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10285 Replace mapcar called for effect with mapc.
10286 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10287 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10288 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10289 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10290
10291 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10292 remove-if that's a cl function.
10293
10294 * webmail.el (webmail-debug): Replace mapcar called for effect with
10295 dolist.
10296
10297 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
10298
10299 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10300 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10301 with while loop.
10302
10303 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10304 functions from article-* functions.
10305 (gnus-multi-decode-header): Replace mapcar called for effect with
10306 dolist.
10307
10308 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10309 (gnus-bookmark-show-details): Replace mapcar called for effect with
10310 while loop.
10311
10312 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10313 called for effect with while loop.
10314
10315 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10316 with dolist.
10317
10318 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10319 Replace mapcar called for effect with dolist.
10320
10321 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10322
10323 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10324 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10325 Replace mapcar called for effect with dolist.
10326 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10327 mapc.
10328
10329 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10330 Replace mapcar called for effect with dolist.
10331 (gnus-topic-list): Replace mapcar called for effect with mapc.
10332
10333 * gnus.el: Use mapc instead of mapcar to add autoloads.
10334
10335 2007-10-23 Richard Stallman <rms@gnu.org>
10336
10337 * gnus-group.el (gnus-group-highlight): Mark as risky.
10338
10339 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
10340
10341 * gnus.el (gnus-server-to-method): Return method found first in
10342 gnus-newsrc-alist.
10343
10344 * gnus-art.el (gnus-article-highlight-signature)
10345 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10346 button overlay without the front stickiness.
10347
10348 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
10349
10350 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10351 overview buffer needed a catch to receive its throw.
10352 (gnus-agent-flush-cache): Declare as interactive to make this function
10353 easier to use.
10354
10355 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
10356
10357 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10358 `next-line'.
10359
10360 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
10361
10362 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10363 exclude address matching message-dont-reply-to-names.
10364
10365 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10366
10367 * gnus-util.el (gnus-string<): New function.
10368
10369 * gnus-sum.el (gnus-article-sort-by-author)
10370 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10371
10372 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10373
10374 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10375 the frame-focus tag is set in gnus-buffer-configuration.
10376
10377 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
10378
10379 * gnus-art.el (gnus-article-add-button): Make a button overlay without
10380 the front stickiness.
10381
10382 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
10383
10384 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10385 url pattern; remove duplicate one.
10386 (gnus-article-extend-url-button): New function.
10387 (gnus-article-add-buttons): Use it.
10388 (gnus-button-push): Use concatenated url that it makes.
10389
10390 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
10391
10392 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10393 (sieve-manage-open): Use `mapc' instead of `mapcar'.
10394
10395 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10396
10397 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10398 Don't hardcode point-min==1.
10399
10400 2007-09-30 David Kastrup <dak@gnu.org>
10401
10402 * gnus-art.el (gnus-article-reply-with-original)
10403 (gnus-article-followup-with-original): When `transient-mark-mode' is
10404 off, refrain from active-region behavior for followups.
10405
10406 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
10407
10408 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10409 Fix comment about "iso8859-1".
10410
10411 2007-10-08 Daiki Ueno <ueno@unixuser.org>
10412
10413 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10414 ones returned from the verify-function.
10415
10416 * mm-uu.el (mm-uu-pgp-signed-extract-1):
10417 Call mml2015-extract-cleartext-signature if extraction failed.
10418
10419 2007-10-07 Daiki Ueno <ueno@unixuser.org>
10420
10421 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10422 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10423 failed.
10424
10425 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
10426
10427 * Relicense "GPLv2 or later" files to "GPLv3 or later".
10428
10429 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
10430
10431 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10432 to mark a thread as expirable. Add variable `hide' to handle hiding of
10433 thread for both the null and zero (kill/expire thread) universal prefix
10434 cases.
10435 (gnus-summary-expire-thread): Add new function to expire a thread,
10436 using gnus-summary-kill-thread.
10437 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10438 shortcuts for gnus-summary-expire-thread.
10439 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10440 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
10441
10442 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
10443
10444 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10445 extras value, so an extras entry can be deleted.
10446 (gnus-registry-delete-extra-entry): Use it.
10447 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10448 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10449 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10450 storage through the gnus-registry, and provide an appropriate API for
10451 it.
10452
10453 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10454
10455 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10456 Suggested by Leo <sdl.web@gmail.com>.
10457
10458 * gnus.el: Do.
10459
10460 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10461
10462 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10463 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
10464
10465 * gnus-agent.el (gnus-agent-fetch-headers): Do.
10466
10467 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10468 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10469
10470 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10471
10472 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10473 newline.
10474 (nnmbox-request-accept-article): Don't change article in source buffer;
10475 narrow to header to use message-fetch-field rather than
10476 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10477 (nnmbox-request-replace-article): Quote lines that'll be misidentified
10478 as delimiters; make sure article ends with newline.
10479 (nnmbox-delete-mail): Correct last position of article to be deleted;
10480 ignore X-Gnus-Newsgroup header in article body.
10481 (nnmbox-save-mail): Quote lines looking like delimiters at the right
10482 positions; make sure article ends with newline.
10483
10484 * message.el (message-display-abbrev): Don't infloop when a user
10485 inserts SPC in the beginning of header.
10486
10487 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
10488
10489 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10490 list of groups not followed by default. Fix type to be regexp.
10491 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10492
10493 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
10494
10495 * hmac-def.el (define-hmac-function): Switch from old-style to
10496 new-style backquotes.
10497
10498 * md4.el (md4-make-step): Likewise.
10499
10500 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10501
10502 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10503 raw-text coding system when saving .newsrc file, which may contain
10504 non-ASCII group names.
10505
10506 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10507
10508 * gnus-cus.el (gnus-score-extra): New widget.
10509 (gnus-score-extra-convert): New function.
10510 (gnus-score-customize): Use it for Extra.
10511
10512 2007-08-31 Daiki Ueno <ueno@unixuser.org>
10513
10514 * mml2015.el (mml2015-extract-cleartext-signature): New function.
10515 (mml2015-mailcrypt-clear-verify): Use it.
10516 (mml2015-gpg-clear-verify): Use it.
10517 (mml2015-pgg-clear-verify): Use it.
10518 (mml2015-epg-clear-verify): Replace the current part with the output
10519 from GnuPG; don't extract the plaintext by itself.
10520
10521 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10522 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10523 mml2015-clear-verify-function; don't touch the armor headers or
10524 dash-escaped text here.
10525
10526 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10527
10528 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10529 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10530 parts, or application/octet-stream as a last resort.
10531 (gnus-mime-view-part-as-type): Don't toggle display.
10532 (gnus-mime-view-part-as-charset): Don't turn off display before
10533 querying charset.
10534
10535 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10536 stuff to undisplayer function in Emacs.
10537 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10538
10539 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10540 text/calendar parts.
10541
10542 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10543
10544 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10545 decoding text/calendar parts.
10546
10547 * message.el (message-forward-make-body-mime): Always mark body as
10548 having no illegible text; remove signed-or-encrypted argument.
10549 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10550
10551 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10552 (mml-generate-mime-1): Don't encode body if it is specified to be in
10553 raw form; don't make buffer be unibyte when inserting multibyte string.
10554
10555 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10556
10557 * sha1.el: Fix up comment style.
10558 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10559 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10560
10561 * hex-util.el: Fix up comment style.
10562 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10563
10564 * gnus-salt.el: Use with-current-buffer.
10565 (gnus-pick-setup-message): Fix long-standing typo.
10566
10567 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
10568
10569 * imap.el (imap-logout-timeout): New variable.
10570 (imap-logout, imap-logout-wait): New functions.
10571 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10572
10573 * nnimap.el (nnimap-logout-timeout): New server variable.
10574 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10575 nnimap-logout-timeout.
10576
10577 * gnus-art.el (gnus-article-summary-command-nosave)
10578 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10579
10580 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
10581
10582 * gnus.el (gnus-maximum-newsgroup): New variable.
10583
10584 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10585 according to gnus-maximum-newsgroup.
10586
10587 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10588 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10589 Limit the range of articles according to gnus-maximum-newsgroup.
10590
10591 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
10592
10593 * gnus-art.el (gnus-sticky-article): Fix problems described in
10594 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
10595 Don't perform gnus-configure-windows here; reuse existing sticky
10596 article buffer.
10597
10598 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10599 it doesn't exist in gnus-article-mode.
10600
10601 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
10602
10603 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10604 (gnus-agent-decoded-group-name): New function.
10605 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10606 (gnus-agent-expire-group-1): Use it; decode group name in messages.
10607
10608 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
10609
10610 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10611 Add binding for gnus-sticky-article.
10612 (gnus-summary-exit): Don't kill sticky article buffers.
10613
10614 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10615 article buffer.
10616 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10617 (gnus-kill-sticky-article-buffers): New commands.
10618
10619 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
10620
10621 * nntp.el (nntp-xref-number-is-evil): New server variable.
10622 (nntp-find-group-and-number): If it is non-nil, don't trust article
10623 numbers in the Xref header.
10624
10625 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10626
10627 * gnus-agent.el (gnus-agent-read-group): New function.
10628 (gnus-agent-flush-group, gnus-agent-expire-group)
10629 (gnus-agent-regenerate-group): Use it.
10630 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10631 nnmail-pathname-coding-system.
10632
10633 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10634
10635 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10636
10637 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10638 that are unread as unread, and also as selected so that information of
10639 marks having been changed by a user may be updated when exiting group.
10640
10641 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
10642
10643 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10644
10645 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
10646
10647 * gnus-art.el (gnus-mime-display-single): Pass part number that is
10648 calculated ignoring signature parts to gnus-treat-article.
10649
10650 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
10651
10652 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10653 a point here in order to keep the window start.
10654 (gnus-insert-mime-security-button): Make a button overlay without the
10655 front stickiness.
10656 (gnus-mime-display-security): Goto the end of a button.
10657
10658 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10659
10660 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10661
10662 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10663 group-name-at-point.
10664 (gnus-group-completing-read): New function that offers decoded
10665 non-ASCII group names for completion.
10666 (gnus-fetch-group, gnus-group-read-ephemeral-group)
10667 (gnus-group-jump-to-group, gnus-group-make-group-simple)
10668 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10669 (gnus-group-fetch-control): Use it.
10670 (gnus-fetch-group): Use group-name-at-point for the initial value
10671 rather than the default value; use gnus-alive-p.
10672
10673 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10674 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10675 (gnus-summary-post-news): Use gnus-group-completing-read.
10676
10677 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10678 (gnus-read-move-group-name): Decode group name for completion.
10679
10680 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
10681
10682 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10683 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10684 Yamaoka slightly modified the code).
10685
10686 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
10687
10688 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10689 (nnmail-split-incoming): Bind it.
10690
10691 * nnml.el (nnml-group-name-charset): New function.
10692 (nnml-decoded-group-name): Use it; don't decode group name if
10693 nnmail-group-names-not-encoded-p is non-nil.
10694 (nnml-encoded-group-name): New function.
10695 (nnml-group-pathname): Inline nnml-decoded-group-name.
10696 (nnml-request-expire-articles): Decode group name in message.
10697 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10698 nnmail-pathname-coding-system.
10699 (nnml-save-mail, nnml-active-number): Work with decoded group names and
10700 not decoded ones according to nnmail-group-names-not-encoded-p.
10701 (nnml-generate-active-info): Use nnml-encoded-group-name.
10702
10703 2007-08-08 Glenn Morris <rgm@gnu.org>
10704
10705 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10706 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10707 doc-strings and comments.
10708
10709 2007-07-25 Glenn Morris <rgm@gnu.org>
10710
10711 * Relicense all FSF files to GPLv3 or later.
10712
10713 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10714
10715 * gnus-sum.el (gnus-summary-move-article):
10716 Make gnus-summary-respool-article work.
10717
10718 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
10719
10720 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10721 string.
10722
10723 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
10724
10725 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
10726 that should be ignored when comparing distant RSS articles with local
10727 ones.
10728 (nnrss-make-hash-index): New function. Create a hash index according
10729 to the ignored fields.
10730 (nnrss-check-group): Use it.
10731
10732 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10733
10734 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10735
10736 * gnus-art.el (article-decode-group-name): Decode Xref header too.
10737
10738 * gnus-group.el (gnus-group-make-group): Encode group name here unless
10739 the new optional argument ENCODED is non-nil.
10740 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10741 coding system for encoding group name.
10742 (gnus-group-make-rss-group): Pass un-encoded group name to
10743 gnus-group-make-group.
10744 (gnus-group-set-info): Tell gnus-group-make-group that group name is
10745 encoded.
10746
10747 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10748 Encode group name to which articles are moved or copied.
10749 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10750 coding system for encoding Newsgroup, Followup-To and Xref headers.
10751
10752 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10753 marks; use nnheader-file-coding-system to write a file.
10754 (nnagent-retrieve-headers): Bind file-name-coding-system to
10755 nnmail-pathname-coding-system.
10756
10757 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10758
10759 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10760 (nnml-request-article, nnml-request-create-group)
10761 (nnml-request-rename-group, nnml-find-id)
10762 (nnml-possibly-change-directory, nnml-possibly-create-directory)
10763 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10764 (nnml-save-marks): Use nnml-group-pathname instead of
10765 nnmail-group-pathname.
10766
10767 (nnml-request-create-group, nnml-request-expire-articles)
10768 (nnml-request-move-article, nnml-request-delete-group)
10769 (nnml-deletable-article-p, nnml-possibly-create-directory)
10770 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10771 (nnml-open-marks): Bind file-name-coding-system to
10772 nnmail-pathname-coding-system.
10773
10774 (nnml-request-article): Pass server argument to nnml-find-group-number.
10775 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10776 Pass server argument to nnml-possibly-create-directory.
10777 (nnml-request-accept-article): Pass server argument to
10778 nnml-active-number and nnml-save-mail.
10779 (nnml-find-group-number): Pass server argument to nnml-find-id.
10780 (nnml-request-update-info): Pass server argument to
10781 nnml-marks-changed-p.
10782
10783 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10784 (nnml-save-mail, nnml-active-number): Add server argument.
10785
10786 (nnml-request-delete-group): Warn if group is missing.
10787 (nnml-get-nov-buffer): Decode group name.
10788 (nnml-generate-active-info): Encode group name.
10789 (nnml-open-marks): Decode group name in messages.
10790
10791 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10792
10793 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10794 if it is not specified.
10795 (gnus-article-pipe-part, gnus-article-save-part)
10796 (gnus-article-interactively-view-part, gnus-article-copy-part)
10797 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10798 (gnus-article-inline-part, gnus-article-save-part-and-strip)
10799 (gnus-article-replace-part, gnus-article-delete-part)
10800 (gnus-article-view-part-as-type): Pass raw prefix argument to
10801 gnus-article-part-wrapper.
10802
10803 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
10804
10805 * gnus-agent.el (gnus-agent-save-active):
10806 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10807
10808 * gnus-cache.el (gnus-cache-save-buffers)
10809 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10810 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10811 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10812 (gnus-cache-braid-nov, gnus-cache-braid-heads)
10813 (gnus-cache-generate-active, gnus-cache-rename-group)
10814 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10815 (gnus-cache-update-overview-total-fetched-for):
10816 Bind file-name-coding-system to nnmail-pathname-coding-system.
10817 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10818 New variables.
10819 (gnus-cache-decoded-group-name): New function.
10820 (gnus-cache-file-name): Use it.
10821 (gnus-cache-generate-active): Use non-decoded group name for active.
10822
10823 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10824 right place.
10825 (gnus-write-active-file): Don't break non-ASCII group names.
10826
10827 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10828 nnmail-pathname-coding-system.
10829
10830 * gnus-uu.el (gnus-uu-decode-save): Typo.
10831
10832 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10833
10834 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10835
10836 2007-07-14 David Kastrup <dak@gnu.org>
10837
10838 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10839 finishing actions if we did not edit the article.
10840
10841 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10842
10843 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10844 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10845 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10846 (gnus-agent-flush-group, gnus-agent-flush-cache)
10847 (gnus-agent-fetch-headers, gnus-agent-load-alist)
10848 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10849 (gnus-agent-retrieve-headers, gnus-agent-request-article)
10850 (gnus-agent-regenerate-group)
10851 (gnus-agent-update-files-total-fetched-for)
10852 (gnus-agent-update-view-total-fetched-for):
10853 Bind file-name-coding-system to nnmail-pathname-coding-system.
10854 (gnus-agent-group-pathname): Don't encode file names by
10855 nnmail-pathname-coding-system.
10856 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10857 coding-system-for-write instead of buffer-file-coding-system to
10858 gnus-agent-file-coding-system.
10859
10860 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10861 Decode group name.
10862
10863 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10864
10865 * gnus-start.el (gnus-update-active-hashtb-from-killed)
10866 (gnus-read-newsrc-el-file): Make group names unibyte.
10867
10868 * nnmail.el (nnmail-group-pathname): Don't encode file names by
10869 nnmail-pathname-coding-system.
10870
10871 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10872 (nnrss-request-delete-group): Bind file-name-coding-system to
10873 nnmail-pathname-coding-system.
10874 (nnrss-read-server-data, nnrss-read-group-data):
10875 Bind file-name-coding-system correctly.
10876 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10877
10878 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10879 (nntp-server-to-method-cache): New variable.
10880 (nntp-group-pathname): New function that decodes non-ASCII group names.
10881 (nntp-possibly-create-directory, nntp-marks-changed-p)
10882 (nntp-save-marks, nntp-open-marks): Use it.
10883 (nntp-possibly-create-directory, nntp-open-marks):
10884 Bind file-name-coding-system to nnmail-pathname-coding-system.
10885 (nntp-open-marks): Decode group names when bootstrapping marks.
10886
10887 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10888 Newsgroups and Folowup-To headers.
10889
10890 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10891
10892 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10893 (gnus-server-closed-face, gnus-server-denied-face)
10894 (gnus-server-offline-face): Remove variable.
10895 (gnus-server-font-lock-keywords): Use faces that are not aliases.
10896
10897 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10898 of modifying message-stack directly for XEmacs.
10899
10900 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10901 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10902 if the coding-system argument is nil for XEmacs.
10903
10904 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10905 mm-charset-override-alist.
10906
10907 * rfc2047.el: Don't require base64; require rfc2045 for the function
10908 rfc2045-encode-string.
10909 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10910 to quote the parameter value.
10911
10912 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
10913
10914 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10915 form in gnus-group-name-charset-method-alist.
10916
10917 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10918 overrides the default layout edit-form.
10919
10920 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10921
10922 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10923
10924 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
10925
10926 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10927 as unfetched articles.
10928
10929 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
10930
10931 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10932
10933 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10934
10935 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10936 original back end that keeps marks in the local system.
10937
10938 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
10939
10940 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10941 arg of pop-to-buffer for XEmacs.
10942 (gnus-article-read-summary-keys): Ditto; don't restore window
10943 configuration if summary command ends up with neither article buffer
10944 nor summary buffer; describe bindings if summary keys end with C-h.
10945
10946 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10947
10948 * message.el (message-fix-before-sending): Skip raw message part to be
10949 forwarded while checking illegible text.
10950 (message-forward-make-body-mime, message-forward-make-body):
10951 Mark signed or encrypted raw message as having no illegible text.
10952
10953 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10954
10955 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10956 (gnus-message-with-timestamp-1): New macro.
10957 (gnus-message-with-timestamp): New function.
10958 (gnus-message): Use them.
10959
10960 * nnheader.el (nnheader-message): Use them.
10961
10962 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
10963
10964 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10965 .newsrc.eld file.
10966
10967 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10968
10969 * gnus-agent.el (gnus-agent-fetch-headers)
10970 (gnus-agent-retrieve-headers):
10971 Bind gnus-decode-encoded-address-function to identity.
10972
10973 * nntp.el (nntp-send-xover-command): Recognize an xover command is
10974 available also when the server returns simply a dot.
10975
10976 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10977
10978 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10979
10980 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10981
10982 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
10983
10984 * gnus-ems.el (gnus-x-splash): Make it work.
10985
10986 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10987 from being used.
10988
10989 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10990
10991 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10992 the front stickiness.
10993 (gnus-article-summary-command-nosave): Correct the order of the
10994 arguments passed to pop-to-buffer.
10995 (gnus-article-read-summary-keys): Ditto; make it work properly when the
10996 summary command ends up with the article buffer.
10997
10998 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10999 the same faces.
11000
11001 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11002
11003 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11004
11005 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11006
11007 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11008 * gnus-sum.el (gnus-summary-highlight):
11009 * mail-source.el (mail-source-delete-old-incoming-confirm):
11010 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11011
11012 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
11013
11014 * gnus-art.el (gnus-mime-view-part-externally)
11015 (gnus-mime-view-part-internally): Fix predicate function passed to
11016 completing-read.
11017
11018 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11019
11020 * gnus.el (gnus-update-message-archive-method): Add :version.
11021
11022 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
11023
11024 * gnus.el (gnus-update-message-archive-method): New variable.
11025
11026 * gnus-start.el (gnus-setup-news): Update saved "archive" method
11027 according to gnus-message-archive-method if
11028 gnus-update-message-archive-method is non-nil.
11029
11030 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
11031
11032 * gnus-sum.el (gnus-summary-limit-to-address): New function.
11033 Suggested by Loic Dachary <loic@dachary.org>.
11034 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11035
11036 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
11037
11038 * message.el (message-pop-to-buffer): Add switch-function argument.
11039 (message-mail): Pass switch-function argument to it.
11040
11041 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
11042
11043 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11044 Improve doc string.
11045
11046 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
11047
11048 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11049 (gnus-header-content)
11050 * gnus-cite.el (gnus-cite-10)
11051 * gnus-srvr.el (gnus-server-closed)
11052 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11053 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11054 (gnus-group-mail-3-empty, gnus-group-mail-low)
11055 (gnus-group-mail-low-empty, gnus-splash)
11056 * message.el (message-header-to, message-header-cc)
11057 (message-header-subject, message-header-other, message-header-name)
11058 (message-header-xheader, message-separator, message-cited-text)
11059 (message-mml): Lighten colors of faces used for dark background.
11060
11061 2007-05-24 Simon Josefsson <simon@josefsson.org>
11062
11063 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11064 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
11065
11066 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
11067
11068 * message.el (message-narrow-to-headers-or-head):
11069 Ignore mail-header-separator in the body.
11070
11071 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
11072
11073 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11074 same as window size.
11075
11076 2007-05-22 Kevin Ryde <user42@zip.com.au>
11077
11078 * message.el (message-font-lock-keywords): Use message-header-xheader
11079 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
11080 ahead of the anything pattern, to get it recognised.
11081
11082 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
11083
11084 * gnus-sum.el (gnus-articles-to-read)
11085 (gnus-summary-insert-old-articles): Don't truncate group name for
11086 `read-string'.
11087
11088 * gnus-util.el (gnus-limit-string): Delete this function.
11089
11090 * gnus-sum.el (gnus-simplify-subject-fully):
11091 Use `truncate-string-to-width' instead.
11092
11093 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
11094
11095 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11096 Tell if, on summary exit, the next group has to be selected.
11097 (gnus-summary-exit): Use it.
11098
11099 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
11100
11101 * gnus-art.el (gnus-article-mode): Fix comment about displaying
11102 non-break space.
11103
11104 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11105
11106 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11107 Check if group is not a directory.
11108 (nnfolder-request-expire-articles): Don't delete articles if the target
11109 group is not available.
11110
11111 * nnml.el (nnml-request-create-group): Properly check if group is not a
11112 file.
11113 (nnml-request-expire-articles): Don't delete articles if the target
11114 group is not available.
11115
11116 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11117 Don't quote characters that are within parentheses.
11118
11119 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
11120
11121 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11122 (gnus-handle-ephemeral-exit): Select article according to it.
11123
11124 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
11125
11126 * message.el (message-insert-formated-citation-line): Remove newline.
11127 (message-citation-line-format): Add final \n here so that the user can
11128 avoid a blank line.
11129
11130 2007-05-03 Dan Christensen <jdc@uwo.ca>
11131
11132 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11133 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11134 Update lanl/arXiv support.
11135
11136 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
11137
11138 * gnus.el: Bump version number.
11139
11140 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11141
11142 * gnus.el (gnus-version-number): Bump version.
11143
11144 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11145
11146 * gnus.el: No Gnus v0.6 is released.
11147
11148 2007-04-27 Didier Verna <didier@xemacs.org>
11149
11150 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11151 * gmm-utils.el (gmm-regexp-concat): ... here.
11152 * message.el: Don't require 'gnus-util.
11153 (message-dont-reply-to-names): Handle name change above.
11154 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11155
11156 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11157
11158 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11159 since the initial value varies according to the system.
11160
11161 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
11162
11163 * mm-util.el (mm-charset-synonym-alist): Defcustom.
11164
11165 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
11166
11167 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11168
11169 2007-04-24 Didier Verna <didier@xemacs.org>
11170
11171 Improve the type of gnus-ignored-from-addresses.
11172 * gnus-util.el (gnus-orify-regexp): New function.
11173 * message.el (gnus-util): Require it.
11174 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11175 * gnus-sum.el (gnus-ignored-from-addresses): New function.
11176 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11177
11178 2007-04-24 Didier Verna <didier@xemacs.org>
11179
11180 * gnus-sum.el:
11181 * gnus-utils.el: Fix some trailing whitespaces.
11182
11183 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
11184
11185 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11186 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11187 article's Message-ID; refer parent article in summary buffer.
11188
11189 * message.el (message-bounce): Call mime-to-mml.
11190
11191 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
11192
11193 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11194
11195 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
11196
11197 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11198 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11199 displayed of multipart/alternative part if it is invoked from summary
11200 buffer.
11201
11202 * mm-view.el (mm-inline-text-html-render-with-w3m)
11203 (mm-inline-text-html-render-with-w3m-standalone)
11204 (mm-inline-render-with-function): Use mail-parse-charset by default.
11205
11206 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
11207
11208 * parse-time.el (parse-time-string-chars): Check if CHAR
11209 is less than the length of parse-time-syntax.
11210
11211 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
11212
11213 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11214 from gnus-newsgroup-processable.
11215
11216 2007-04-16 Didier Verna <didier@xemacs.org>
11217
11218 * gnus-msg.el (gnus-configure-posting-styles):
11219 Handle message-signature-directory properly with :file syntax.
11220 Reported by "Leo".
11221
11222 2007-04-11 Didier Verna <didier@xemacs.org>
11223
11224 New user option: message-signature-directory.
11225 * gnus-msg.el (gnus-configure-posting-styles): Support it.
11226 * message.el (message-insert-signature): Ditto.
11227 * message.el (message-signature-file): Doc update.
11228 * message.el (message-signature-directory): New.
11229
11230 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
11231
11232 * gnus-msg.el (gnus-inews-yank-articles):
11233 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11234
11235 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11236
11237 * message.el (message-yank-original): Make sure cited text ends with
11238 newline; don't exchange point and mark.
11239
11240 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
11241
11242 * tls.el (open-tls-stream): Properly handle case where there
11243 is no associated buffer.
11244
11245 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
11246
11247 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11248 message-yank-original, make sure (< mark TEXT point).
11249
11250 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
11251
11252 * message.el (message-fill-column): New variable.
11253 (message-mode): Use it. Add comment on a possible new hook.
11254
11255 * nnmail.el (nnmail-spool-file): Mark as obsolete.
11256 (nnmail-get-new-mail): Reformat.
11257
11258 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11259
11260 * gmm-utils.el: Fix Commentary.
11261 (gmm-tool-bar-from-list): Fix typo in doc string.
11262
11263 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
11264
11265 * message.el (message-yank-original): Don't switch point and mark
11266 unnecessarily to put point and mark as documented.
11267
11268 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11269
11270 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11271 from the message heads.
11272
11273 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
11274
11275 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11276 article buffer does not have a window. This may not be the best
11277 solution but is certainly better than setting the start of the null,
11278 that is the current, window.
11279
11280 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
11281
11282 * gnus-draft.el (gnus-draft-setup-hook): New hook.
11283 (gnus-draft-setup): Run it.
11284
11285 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11286 gnus-score-fast-scoring. Allow regexp.
11287 (gnus-score-headers): Use it.
11288
11289 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11290 XEmacs.
11291
11292 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11293 string.
11294 (gnus-button-alist): Also catch `<f1> k ...'.
11295 (gnus-treat-display-x-face): Fix doc string.
11296
11297 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11298
11299 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11300 evaluation of gnus-extended-version to ensure correct generation of the
11301 User-Agent header when message-generate-headers-first is used.
11302
11303 2007-03-24 Simon Josefsson <simon@josefsson.org>
11304
11305 * hashcash.el (hashcash-generate-payment-async): Don't crash if
11306 hashcash-path is nil. Don't call callback with incorrect number of
11307 parameters if val is 0.
11308
11309 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11310
11311 * message.el (message-required-news-headers):
11312 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11313
11314 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11315
11316 * message.el (message-generate-new-buffers): Change the meaning of the
11317 nil value; add `standard' to the choices; treat t as `unique'; improve
11318 doc string.
11319 (gnus-select-frame-set-input-focus): Autoload.
11320 (message-buffer-name): Search for the existing message buffer if
11321 message-generate-new-buffers is nil or `standard'; treat the value t of
11322 message-generate-new-buffers as `unique'.
11323 (message-pop-to-buffer): Raise the frame already displaying the message
11324 buffer; clear the echo area after querying.
11325 (message-setup): Pass the `continue' argument to compose-mail.
11326 (message-mail): Prefer `switch-function' if it is given; search for the
11327 existing message buffer if the `continue' argument is non-nil; pass
11328 continue and switch-function arguments to compose-mail by way of
11329 message-setup.
11330 (message-mail-other-window): Adjust argument of message-setup.
11331 (message-mail-other-frame): Ditto.
11332
11333 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11334
11335 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11336 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11337 to turn font-lock on when turning gnus-message-citation-mode on.
11338
11339 2007-03-06 Daiki Ueno <ueno@unixuser.org>
11340
11341 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11342 (mml-smime-function-alist): New variable; add epg as the backend.
11343 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11344 mml-smime- functions instead.
11345 * mm-view.el: Require smime.
11346
11347 2007-03-05 Didier Verna <didier@xemacs.org>
11348
11349 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11350 instead of just inheritance for posting styles.
11351 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11352
11353 2007-02-24 John Paul Wallington <jpw@pobox.com>
11354
11355 * tls.el (tls-certtool-program): Fix custom type.
11356
11357 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11358
11359 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11360 and point-at-eol instead of line-(beginning|end)-position.
11361
11362 * assistant.el (assistant-parse-buffer): Ditto.
11363
11364 2007-02-28 Daiki Ueno <ueno@unixuser.org>
11365
11366 * mml2015.el (mml2015-epg-find-usable-key): New function.
11367 (mml2015-epg-sign): Use it.
11368 (mml2015-epg-encrypt): Use it.
11369
11370 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11371
11372 * message.el (message-make-in-reply-to): Quote name containing
11373 non-ASCII characters. It will make the RFC2047 encoder cause an error
11374 if there are special characters. Reported by NAKAJI Hiroyuki
11375 <nakaji@jp.freebsd.org>.
11376
11377 2007-02-27 Didier Verna <didier@xemacs.org>
11378
11379 Include the group parameters as well as the topic ones in the
11380 inheritance filter process.
11381 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11382 argument GROUP-PARAMS-LIST.
11383 * gnus-topic.el (gnus-group-topic-parameters): Use it.
11384
11385 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11386
11387 * nntp.el (nntp-never-echoes-commands)
11388 (nntp-open-connection-functions-never-echo-commands): New variables.
11389 (nntp-send-command): Use them.
11390
11391 2007-02-20 Daiki Ueno <ueno@unixuser.org>
11392
11393 * mml2015.el (mml2015-epg-verify): Simplify.
11394
11395 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
11396
11397 * mml.el (mml-content-disposition-alist): New user option.
11398 (mml-content-disposition): New function.
11399 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11400 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11401
11402 2007-02-19 Daiki Ueno <ueno@unixuser.org>
11403
11404 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11405 verification.
11406
11407 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11408
11409 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11410 articles posted in the last 24 hours.
11411
11412 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
11413
11414 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11415
11416 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
11417
11418 * nntp.el (nntp-send-command): Don't wait for echoes when
11419 nntp-open-ssl-stream is used.
11420
11421 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
11422
11423 * gnus-cite.el (gnus-test-font-lock-add-keywords)
11424 (gnus-message-add-citation-keywords)
11425 (gnus-message-remove-citation-keywords): Remove.
11426 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11427 directly, make the variables in font-lock-defaults buffer-local, add
11428 gnus-message-citation-keywords to them and then update the value of
11429 font-lock-keywords.
11430
11431 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
11432
11433 * message.el (message-cite-original-1): Don't call
11434 gnus-article-highlight-citation.
11435
11436 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11437 citations; fix line count.
11438
11439 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11440
11441 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11442 (gnus-message-add-citation-keywords)
11443 (gnus-message-remove-citation-keywords): Use it; fix the emulating
11444 versions of font-lock-add-keywords and font-lock-remove-keywords to
11445 work with XEmacs correctly.
11446
11447 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11448
11449 * gnus-cite.el (gnus-cite-face-list): Set the values of
11450 gnus-message-max-citation-depth and gnus-message-citation-keywords.
11451 (gnus-message-max-citation-depth): Use defvar rather than defconst.
11452 (gnus-message-cite-prefix-regexp): New variable.
11453 (gnus-message-search-citation-line): Use it; protect against long
11454 citation prefix; fill match data with nil rather than 0 for XEmacs; set
11455 the 0th match data for Emacs.
11456 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11457 (gnus-message-add-citation-keywords): Append keywords rather than
11458 prepending; emulate font-lock-add-keywords if it is not available.
11459 (gnus-message-remove-citation-keywords):
11460 Emulate font-lock-remove-keywords if it is not available.
11461
11462 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11463
11464 * message.el (message-cite-prefix-regexp): Set the value of
11465 gnus-message-cite-prefix-regexp.
11466
11467 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11468
11469 * nnweb.el (nnweb-google-parse-1): Update parser.
11470
11471 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
11472
11473 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11474
11475 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11476
11477 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11478 regexp.
11479
11480 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11481
11482 * uudecode.el (uudecode-string-to-multibyte): New function emulating
11483 string-to-multibyte.
11484 (uudecode-decode-region-internal): Use it.
11485
11486 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
11487
11488 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11489 Fix custom choice.
11490
11491 * gnus-art.el (gnus-signature-limit): Fix custom choice.
11492
11493 2007-01-22 Daiki Ueno <ueno@unixuser.org>
11494
11495 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11496
11497 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11498 `write-region' to respect `mm-inhibit-file-name-handlers'.
11499
11500 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
11501
11502 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11503 Use gnus-home-directory instead of "~/" or "$HOME".
11504
11505 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
11506
11507 * encrypt.el (encrypt-insert-file-contents): Add better prompt
11508 to mention filename.
11509 Add comments at beginning regarding usage.
11510 (encrypt-write-file-contents): Change interactive so a string is
11511 acceptable. If the file has no associated model, show an error instead
11512 of a nonsense prompt.
11513
11514 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11515
11516 * spam.el (spam-bsfilter-ham-switch): Fix typo.
11517 Thanks to Yoshihiko Yamada for kind notification of this typo.
11518
11519 2007-01-12 Kenichi Handa <handa@m17n.org>
11520
11521 * uudecode.el (uudecode-decode-region-internal): Make it work in a
11522 multibyte buffer.
11523
11524 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
11525
11526 * gnus-score.el (gnus-score-fast-scoring): New variable.
11527 (gnus-score-headers): Use it.
11528
11529 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11530
11531 * message.el (message-cite-original-1):
11532 Call gnus-article-highlight-citation if requested.
11533 (message-make-from): Allow name and address as optional arguments.
11534
11535 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11536
11537 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11538 bugs to doc string.
11539 (gnus-button-alist): Add mid\\|message-id.
11540 (gnus-button-fetch-group): Extend for use in
11541 `browse-url-browser-function'.
11542 (gnus-button-url-regexp): Try to catch paired parentheses like in
11543 Wikipedia URLs.
11544
11545 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11546 Suggested by Simon Krahnke <overlord@gmx.li>.
11547
11548 2007-01-13 Romain Francoise <romain@orebokech.com>
11549
11550 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11551 Update copyright.
11552
11553 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
11554
11555 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11556
11557 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
11558
11559 * gnus-registry.el (gnus-registry-unfollowed-groups)
11560 (gnus-registry-split-fancy-with-parent): Fix documentation.
11561
11562 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11563
11564 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11565 from nnweb groups.
11566
11567 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11568
11569 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11570 Xref urls. Erase buffer before requesting head.
11571
11572 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11573
11574 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
11575
11576 * gnus-soup.el (gnus-soup): New custom group. Make user variables
11577 customizable.
11578
11579 2007-01-05 Daiki Ueno <ueno@unixuser.org>
11580
11581 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11582 no signing key is found.
11583 (mml2015-epg-encrypt): Ask user whether to skip or abort if
11584 no encrypting and/or signing key is found.
11585
11586 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11587
11588 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11589
11590 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11591
11592 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11593 headers read from disk with the ones newly found in the current search.
11594 This should no longer cause problems, because the article numbers in
11595 Gmane's `nov.php' output are ignored since the previous change.
11596
11597 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11598
11599 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11600
11601 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
11602
11603 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11604
11605 2007-01-01 Romain Francoise <romain@orebokech.com>
11606
11607 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11608
11609 2006-12-31 Steve Youngs <steve@sxemacs.org>
11610
11611 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11612 `define-minor-mode' macro definition expanded properly.
11613 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11614 exclude it there.
11615
11616 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11617 of 2006-12-30. The default is nil on (S)XEmacs already because of the
11618 `fboundp' test.
11619 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11620 This is OK to autoload in (S)XEmacs now.
11621
11622 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11623
11624 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11625 keystroke.
11626 (gnus-summary-limit-to-singletons): Fix typo.
11627
11628 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11629 else fails.
11630
11631 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11632
11633 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11634 docstring.
11635
11636 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11637 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11638 (gnus-summary-insert-dormant-articles): Fix typo in message.
11639
11640 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
11641
11642 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11643 nil for XEmacs.
11644 (gnus-message-citation-mode): Don't autoload in XEmacs.
11645
11646 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11647
11648 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
11649
11650 * nnimap.el (nnimap-expunge-search-string):
11651 Mention nnimap-search-uids-not-since-is-evil in docstring.
11652
11653 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
11654
11655 * spam.el: Revert to make-obsolete-variable because
11656 define-obsolete-variable-alias is not supported in Emacs 21.
11657
11658 * spam.el (spam-ifile-path, spam-ifile-database-path)
11659 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11660 make-obsolete-variable.
11661 (spam-bsfilter-path, spam-bsfilter-program)
11662 (spam-spamassassin-path, spam-spamassassin-program)
11663 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11664 Don't use "path" inappropriately.
11665 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11666 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11667 variable names.
11668
11669 2006-12-28 Daiki Ueno <ueno@unixuser.org>
11670
11671 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11672 summary buffer.
11673
11674 * password.el (password-cache-remove): Use clear-string to burn
11675 password, if available.
11676
11677 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11678
11679 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11680
11681 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11682
11683 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11684 (gnus-message-highlight-citation): Move defcustom here from
11685 gnus-cite.el.
11686 (gnus-message-citation-mode): Autoload.
11687
11688 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
11689 checks to make it compile with XEmacs.
11690 (gnus-message-citation-mode): New minor mode.
11691 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11692 (gnus-message-highlight-citation): New variables.
11693 (gnus-message-search-citation-line)
11694 (gnus-message-add-citation-keywords)
11695 (gnus-message-remove-citation-keywords)
11696 (turn-on-gnus-message-citation-mode)
11697 (turn-off-gnus-message-citation-mode): New functions.
11698
11699 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
11700
11701 * gnus-cite.el: Enable highlighting of different citation levels in
11702 message-mode.
11703
11704 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11705
11706 * message.el (message-make-fqdn): Fix comment.
11707 (message-bogus-system-names): Add ".local".
11708
11709 * spam.el (spam-ifile-path, spam-ifile-program)
11710 (spam-ifile-database-path, spam-ifile-database)
11711 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11712 Don't use "path" inappropriately.
11713 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11714 strings.
11715 (spam-check-ifile, spam-ifile-register-with-ifile)
11716 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11717 Use new variable names.
11718
11719 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11720 (gnus-treat-display-smileys): Simplify using
11721 gnus-image-type-available-p.
11722
11723 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11724 available.
11725
11726 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11727
11728 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11729 one after turning on the buffer's multibyteness instead of decoding
11730 them directly in the unibyte buffer that causes unexpected conversion
11731 in Emacs 23 (unicode).
11732
11733 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11734
11735 * message.el (message-generate-hashcash): Fix custom type.
11736
11737 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11738
11739 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11740
11741 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11742
11743 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11744 disconnect icons. Add help text.
11745
11746 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
11747
11748 * spam.el (spam-extra-header-to-number): CRM114 spam score is
11749 negated to be consistent with the others we handle.
11750
11751 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11752
11753 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11754 version of gnus-summary-buffer to something, so that we can use two
11755 article buffers at the same time.
11756
11757 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
11758
11759 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11760 trigger all the extra headers.
11761 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11762 sorting.
11763
11764 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11765
11766 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11767 solid groups.
11768
11769 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11770
11771 * legacy-gnus-agent.el: Add Copyright notice.
11772
11773 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
11774
11775 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11776
11777 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11778
11779 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11780
11781 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11782 to make it work reliably in CVS Emacs.
11783 (gnus-summary-limit-strange-charsets-predicate)
11784 (gnus-summary-limit-to-predicate): New functions.
11785
11786 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
11787
11788 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11789 specifying array size.
11790 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11791 array if it is too small.
11792 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11793 (gnus-sort-threads-loop): New function.
11794
11795 2006-12-06 Chris Moore <dooglus@gmail.com>
11796
11797 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11798 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11799
11800 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
11801
11802 * mm-url.el (mm-url-predefined-programs): Call curl with correct
11803 options.
11804
11805 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11806
11807 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11808 DOS-ing the recipient.
11809
11810 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11811 the headers when creating the mapping to avoid mismappings.
11812 (nnweb-gmane-create-mapping): Always nix out old mapping.
11813
11814 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11815
11816 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11817 and mm-verify-option to never.
11818
11819 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11820
11821 * message.el (message-signed-or-encrypted-p): New function.
11822 (message-forward-make-body): Use it.
11823
11824 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11825 Replace encode-coding-string with mm-encode-coding-string.
11826
11827 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
11828
11829 * nneething.el (nneething-decode-file-name):
11830 Replace decode-coding-string with mm-decode-coding-string.
11831
11832 * gnus-int.el (gnus-open-server): Say failed server's name.
11833
11834 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
11835
11836 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11837 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11838
11839 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11840 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11841 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11842 (gnus-group-make-directory-group, gnus-group-transpose-groups):
11843 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11844 (gnus-subscribe-newsgroup, gnus-1):
11845 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11846 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11847 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11848 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11849
11850 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11851
11852 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11853 keystroke.
11854 (gnus-summary-limit-to-bodies): Implement headersp.
11855
11856 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11857
11858 * dns.el (query-dns): Protect against "Process dns deleted" strings.
11859
11860 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
11861
11862 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11863
11864 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11865
11866 * message.el (message-generate-hashcash): Expand range of values to
11867 include `opportunistic'.
11868 (message-send-mail): Use it.
11869
11870 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11871
11872 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11873 and comment it.
11874
11875 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11876
11877 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
11878
11879 * gnus-util.el (gnus-extract-address-components): Improve comment.
11880
11881 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11882
11883 * gnus-util.el (gnus-extract-address-components): Work with address in
11884 which the name portion contains @.
11885
11886 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11887
11888 * gnus.el (gnus-start): Move custom group up.
11889 (gnus-select-method): Don't autoload, but make it available for
11890 `customize-variable'.
11891 (gnus-getenv-nntpserver): Don't autoload.
11892
11893 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
11894
11895 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11896
11897 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11898
11899 * message.el (message-sendmail-extra-arguments): New variable.
11900 (message-send-mail-with-sendmail): Use it.
11901
11902 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11903
11904 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11905 mm-with-unibyte-current-buffer to make string unibyte.
11906
11907 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11908 mm-string-as-multibyte.
11909
11910 2006-11-14 Daiki Ueno <ueno@unixuser.org>
11911
11912 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11913 Reported by Werner Koch <wk@gnupg.org>.
11914
11915 2006-11-14 Daiki Ueno <ueno@p360>
11916
11917 * mml2015.el: Autoload epa-select-keys when compiling.
11918
11919 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11920
11921 * mml2015.el (mml2015-epg-sign): Save the signing keys in
11922 message-options.
11923 (mml2015-epg-encrypt): Save the recipient keys in message-options.
11924
11925 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11926
11927 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11928 EasyPG (< 0.0.6).
11929 (mml2015-always-trust): New user option.
11930 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11931 prompt.
11932
11933 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
11934
11935 * nntp.el (nntp-authinfo-force): New variable.
11936 (nntp-send-authinfo): Use it.
11937
11938 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
11939
11940 * message.el (message-strip-subject-encoded-words): Allow _not_ to
11941 decode encoded words. Improve prompt. Add comment about forwarding.
11942 (message-replacement-char): Move up.
11943
11944 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11945
11946 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11947 instead of gnus-intersection because arguments of gnus-sorted-nunion
11948 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
11949
11950 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
11951
11952 * message.el (message-strip-subject-encoded-words): Reformat prompt.
11953 (message-simplify-subject-functions):
11954 Enable message-strip-subject-encoded-words by default.
11955
11956 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
11957
11958 * message.el (message-strip-subject-encoded-words): New function.
11959 (message-simplify-subject-functions): New variable.
11960 (message-simplify-subject): Use it. Fix typo in doc string.
11961 Support message-strip-subject-encoded-words.
11962
11963 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
11964
11965 * gnus-diary.el (gnus-diary-delay-format-function):
11966 * nndiary.el (nndiary-reminders):
11967 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11968
11969 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11970
11971 * gnus-art.el (article-hide-boring-headers): Fetch date from
11972 gnus-original-article-buffer to avoid problems with localized date
11973 strings.
11974
11975 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11976
11977 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11978
11979 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
11980
11981 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11982 New variables.
11983 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11984 (mm-charset-synonym-alist): Move some entries to
11985 mm-codepage-iso-8859-list.
11986 (mm-charset-synonym-alist, mm-charset-override-alist):
11987 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11988
11989 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11990
11991 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11992
11993 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11994
11995 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11996 with Emacs 21 and XEmacs.
11997
11998 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
11999
12000 * spam.el (spam-parse-address): New function for better parsing,
12001 catching errors, etc.
12002 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12003
12004 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12005
12006 * mm-view.el: Add interactive arg to html2text autoload.
12007
12008 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
12009
12010 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12011
12012 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
12013
12014 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12015 New variables.
12016 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12017 (mm-charset-synonym-alist): Move some entries to
12018 mm-codepage-iso-8859-list.
12019
12020 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12021
12022 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
12023
12024 * message.el (message-citation-line-format)
12025 (message-insert-formated-citation-line): Fix implementation of %E, %N
12026 and %n according to the doc string.
12027
12028 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
12029
12030 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12031 Use car-safe to avoid bad parses.
12032
12033 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12034
12035 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12036 names.
12037
12038 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12039
12040 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12041
12042 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12043 header.
12044
12045 * message.el (message-draft-headers): Add Date.
12046 (message-headers-to-generate): Fix typo in docstring.
12047
12048 * nndraft.el (nndraft-required-headers): New variable.
12049 (nndraft-generate-headers): Use it.
12050
12051 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12052
12053 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
12054
12055 * gnus-registry.el (gnus-registry-wash-for-keywords)
12056 (gnus-registry-find-keywords): New functions to allow easy searching of
12057 articles that are in the registry.
12058
12059 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
12060
12061 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12062 Use ietf-drums-parse-address instead of gnus-extract-address-components.
12063 Reported by Damien Elmes <damien@repose.cx>.
12064
12065 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
12066
12067 * gnus.el (gnus-mime): Remove unused custom group.
12068
12069 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12070
12071 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12072 "blank line" when searching for end of armor headers.
12073
12074 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
12075
12076 * gmm-utils.el (gmm-write-region): Fix variable name.
12077
12078 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
12079
12080 * gmm-utils.el (gmm-write-region): New function based on compatibility
12081 code from `mm-make-temp-file'.
12082
12083 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12084
12085 * nnmaildir.el (nnmaildir--update-nov)
12086 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12087 Use `gmm-write-region'.
12088
12089 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12090
12091 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12092 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12093
12094 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12095
12096 * message.el (message-replacement-char): New variable.
12097 (message-fix-before-sending): Use it.
12098 (message-simplify-subject): New function to remove duplicate code.
12099 (message-reply, message-followup): Use it.
12100
12101 * gnus-sum.el (gnus-summary-make-menu-bar):
12102 Clarify gnus-summary-limit-to-articles.
12103
12104 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12105
12106 * gnus-util.el (gnus-with-local-quit): New macro.
12107
12108 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12109
12110 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
12111
12112 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12113 ignore non-string data.
12114
12115 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
12116
12117 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12118 non-string data (needs to be done in the registry too).
12119
12120 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12121
12122 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12123 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12124 (gnus-registry-split-fancy-with-parent)
12125 (gnus-registry-fetch-simplified-message-subject-fast)
12126 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12127 Remove text properties on ingress into the registry and when it's saved.
12128 (gnus-registry-clean-empty-function): Fix bug with cleaning the
12129 registry from entries with no groups.
12130
12131 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12132
12133 * gnus-util.el (gnus-string-remove-all-properties): Add utility
12134 function to remove string properties.
12135
12136 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
12137
12138 * gmm-utils.el (gmm): Adjust custom version.
12139
12140 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12141 Adjust custom version.
12142
12143 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12144
12145 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
12146
12147 * gnus-art.el (gnus-insert-prev-page-button)
12148 (gnus-insert-next-page-button): Simplify. Reformat.
12149
12150 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
12151
12152 * gnus-art.el (gnus-insert-prev-page-button)
12153 (gnus-insert-next-page-button): Apply gnus-article-button-face.
12154
12155 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
12156
12157 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12158
12159 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
12160
12161 * gnus-art.el (gnus-insert-mime-button)
12162 (gnus-insert-mime-security-button):
12163 Apply gnus-article-button-face to MIME and security buttons.
12164
12165 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
12166
12167 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12168 readable.
12169
12170 2006-09-20 Steve Youngs <steve@sxemacs.org>
12171
12172 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12173 `browse-url-of-file' instead of `browse-url'.
12174
12175 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12176
12177 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12178 regexp. Articles containing quotation were cut prematurely.
12179
12180 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
12181
12182 * message.el (message-cite-original-1): Use nobody by default for the
12183 value of From header.
12184 (message-reply): Ditto.
12185
12186 2006-09-11 Daiki Ueno <ueno@unixuser.org>
12187
12188 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12189 to the gnus-info. This fixes a bug of inline-PGP message verification.
12190 Reported by Michael Piotrowski <mxp@dynalabs.de>.
12191
12192 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
12193
12194 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12195 mails in the doc string. Add some URLs in comment.
12196 (pop3-movemail): Warn about pop3-leave-mail-on-server.
12197
12198 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
12199
12200 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12201 backslashes handling and the way to find boundaries of quoted strings.
12202
12203 2006-09-07 Daiki Ueno <ueno@unixuser.org>
12204
12205 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12206 mml1991-encrypt-to-self is set and mml1991-signers is not set.
12207 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12208 mml2015-encrypt-to-self is set and mml2015-signers is not set.
12209
12210 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
12211
12212 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
12213 doc string.
12214 (gnus-button-regexp, gnus-button-last): Remove unused variables.
12215
12216 2006-09-06 Simon Josefsson <jas@extundo.com>
12217
12218 * mml2015.el (mml2015-use): Doc fix, mention epg.
12219
12220 2006-09-06 Daiki Ueno <ueno@unixuser.org>
12221
12222 * mml2015.el (mml2015-use): Default to epg, if available.
12223
12224 2006-09-06 Daiki Ueno <ueno@unixuser.org>
12225
12226 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12227 message-sender.
12228 (mml1991-epg-encrypt): Ditto.
12229 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12230 message-sender.
12231 (mml2015-epg-encrypt): Ditto.
12232
12233 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
12234
12235 * message.el (message-send-mail-with-sendmail): Look for sendmail in
12236 several common directories.
12237
12238 2006-09-05 Daiki Ueno <ueno@unixuser.org>
12239
12240 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12241 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12242
12243 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
12244
12245 * gnus-art.el (article-decode-encoded-words): Make it fast.
12246
12247 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
12248
12249 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12250
12251 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12252 in quoted string into `\'.
12253
12254 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12255
12256 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12257 Use standard-syntax-table.
12258
12259 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12260
12261 * gnus-art.el (gnus-decode-address-function): New variable.
12262 (article-decode-encoded-words): Use it to decode headers which are
12263 assumed to contain addresses.
12264 (gnus-mime-delete-part): Remove useless `or'.
12265
12266 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12267 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12268 (gnus-nov-parse-line): Use it to decode From header.
12269 (gnus-get-newsgroup-headers): Ditto.
12270 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12271
12272 * mail-parse.el (mail-decode-encoded-address-region): New alias.
12273 (mail-decode-encoded-address-string): New alias.
12274
12275 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12276 New function.
12277 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12278 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12279 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12280 (rfc2047-decode-string): Ditto.
12281 (rfc2047-decode-address-region): New function.
12282 (rfc2047-decode-address-string): New function.
12283
12284 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
12285
12286 * message.el (message-caesar-buffer-body): Allow rotating headers.
12287
12288 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12289
12290 * message.el (message-insert-formated-citation-line): Fix %f.
12291 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12292
12293 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
12294
12295 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12296 (gnus-bookmark-mouse-available-p): New macro.
12297 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12298 (gnus-bookmark-bmenu-show-infos): Use it.
12299 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12300 (gnus-bookmark-bmenu-hide-infos): Ditto.
12301 (gnus-bookmark-remove-properties): New function.
12302 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12303 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12304 (gnus-bookmark-write-file): Bind coding-system-for-write.
12305 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12306 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12307 group before selecting it.
12308 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12309 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12310 quit-window if it is not available; use gnus-mouse-2 and bind it to
12311 gnus-bookmark-bmenu-select-by-mouse.
12312 (gnus-bookmark-show-details): Remove unused variable `details-list'.
12313 (gnus-bookmark-bmenu-select-by-mouse): New function.
12314
12315 2006-08-13 Romain Francoise <romain@orebokech.com>
12316
12317 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12318 space.
12319
12320 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
12321
12322 * compface.el (uncompface): Use binary rather than raw-text-unix.
12323
12324 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
12325
12326 * compface.el (uncompface): Make sure the eol conversion doesn't take
12327 place when communicating with the external programs.
12328 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12329
12330 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
12331
12332 * nnheader.el (nnheader-insert-head): Fix typo in comment.
12333
12334 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12335
12336 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12337 Make it more robust by parsing author and date independently.
12338
12339 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
12340
12341 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12342
12343 2006-07-28 Daiki Ueno <ueno@unixuser.org>
12344
12345 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12346 first matching secret key.
12347 (mml2015-epg-encrypt): Ditto.
12348
12349 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12350 first matching secret key.
12351 (mml1991-epg-encrypt): Ditto.
12352
12353 * mml2015.el (mml2015-encrypt-to-self): New user option.
12354 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12355 mml2015-epg-encrypt-to-self is set.
12356
12357 * mml1991.el (mml1991-encrypt-to-self): New variable.
12358 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12359 mml1991-epg-encrypt-to-self is set.
12360
12361 * mml2015.el (mml2015-signers): New user option.
12362 (mml2015-epg-sign): Reflect the value of mml2015-signers.
12363 (mml2015-epg-encrypt): Allow to select signing keys.
12364
12365 * mml1991.el (mml1991-signers): New variable.
12366 (mml1991-epg-sign): Reflect the value of mml1991-signers.
12367 (mml1991-epg-encrypt): Allow to select signing keys.
12368
12369 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
12370
12371 * nnheader.el (nnheader-insert-head): Make it work even if the file
12372 uses CRLF for the line-break code.
12373
12374 2006-07-25 Daiki Ueno <ueno@unixuser.org>
12375
12376 * mml2015.el: Require mml-sec instead of password.
12377 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12378 (mml2015-cache-passphrase): Inherit the default value from
12379 mml-secure-cache-passphrase.
12380 (mml2015-passphrase-cache-expiry): Inherit the default value from
12381 mml-secure-passphrase-cache-expiry.
12382
12383 * mml1991.el: Require mml-sec instead of password.
12384 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12385 (mml1991-cache-passphrase): Inherit the default value from
12386 mml-secure-cache-passphrase.
12387 (mml1991-passphrase-cache-expiry): Inherit the default value from
12388 mml-secure-passphrase-cache-expiry.
12389
12390 * mml-sec.el: Require password.
12391 (mml-secure-verbose): New user option.
12392 (mml-secure-cache-passphrase): New user option.
12393 (mml-secure-passphrase-cache-expiry): New user option.
12394
12395 2006-07-24 Daiki Ueno <ueno@unixuser.org>
12396
12397 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12398 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
12399 andreas@altroot.de (Andreas Vögele).
12400
12401 FIXME: Use `tiny change'?
12402
12403 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12404
12405 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12406 workaround for the url package included with Emacs.
12407
12408 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12409
12410 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
12411
12412 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12413 correctly. This fixes a bug caused by the 2006-05-12 change.
12414
12415 2006-07-18 Karl Fogel <kfogel@red-bean.com>
12416
12417 * nnmail.el (nnmail-article-group): If splitting raises an error, give
12418 some information about the error when saying that the `bogus' mail
12419 group will be used.
12420
12421 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
12422
12423 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12424 string.
12425
12426 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
12427
12428 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12429
12430 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12431
12432 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12433
12434 2006-07-10 Daiki Ueno <ueno@unixuser.org>
12435
12436 * mml1991.el (mml1991-function-alist): Add epg.
12437 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12438 (mml1991-epg-encrypt): New functions.
12439
12440 2006-07-10 Daiki Ueno <ueno@unixuser.org>
12441
12442 * mml2015.el (mml2015-verbose): New variable.
12443 (mml2015-cache-passphrase): Ditto.
12444 (mml2015-passphrase-cache-expiry): Ditto.
12445 (mml2015-function-alist): Add epg.
12446 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12447 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12448 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12449 New functions.
12450
12451 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12452
12453 * message.el (message-cite-original-1): Preserve region when removing
12454 quoted text due to X-No-Archive in order to avoid bogus attribution
12455 when citing multiple messages.
12456
12457 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12458
12459 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12460 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12461
12462 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
12463
12464 * gnus-diary.el (gnus-user-format-function-d)
12465 (gnus-user-format-function-D): Autoload.
12466
12467 * imap.el (Commentary): Fix typo.
12468
12469 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12470 2006-04-22 contribution.
12471
12472 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12473
12474 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12475 It didn't really fix the bogosity I'm seeing with solid web groups.
12476
12477 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12478
12479 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12480 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12481 created using server names. If we use the feature without declaring
12482 it, Gnus does not properly manage server and group state.
12483
12484 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12485 bound.
12486
12487 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12488
12489 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12490 looking up the method using GROUP's prefix before inventing a new one.
12491 It is used on killed/unknown groups in various places where returning
12492 an all-new method isn't expected by the caller.
12493
12494 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12495 and match semantics of gnus-group-real-prefix.
12496
12497 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
12498
12499 * nnmail.el (nnmail-broken-references-mailers): New variable.
12500 (nnmail-ignore-broken-references): New function generalizing
12501 nnmail-fix-eudora-headers.
12502 (nnmail-fix-eudora-headers): Now obsolete.
12503
12504 * gnus-art.el (gnus-button-handle-custom):
12505 Support `customize-apropos*'.
12506
12507 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12508
12509 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12510
12511 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12512 articles.
12513
12514 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
12515
12516 * message.el (message-cite-reply-above): New variable.
12517 (message-yank-original): Use it.
12518
12519 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
12520
12521 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12522
12523 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
12524
12525 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12526 as read.
12527
12528 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12529
12530 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
12531
12532 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12533 (gnus-bookmark-default-file): Use gnus-directory.
12534 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12535 Remove "*" in doc string.
12536 (gnus-bookmark-write-file): Simplify.
12537 (gnus-bookmark-maybe-sort-alist): Use `when'.
12538 (gnus-bookmark-get-bookmark): Fix typo in doc string.
12539 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12540 Add FIXME about Emacs 21 and XEmacs compatibility.
12541 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12542 compatibility.
12543 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12544 compatibility.
12545 (gnus-bookmark-menu-heading): Fix version.
12546
12547 2006-06-19 Bastien Guerry <bzg@altern.org>
12548
12549 * gnus-bookmark.el: New file.
12550
12551 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
12552
12553 * message.el (message-syntax-checks): Doc fix.
12554
12555 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12556
12557 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12558 unsubscribed groups as if they were killed ones. It causes duplicate
12559 entries in gnus-newsrc-alist.
12560
12561 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12562
12563 * message.el (message-syntax-checks): Doc fix.
12564 (message-send-mail): Add check for continuation headers.
12565 (message-check-news-header-syntax): Fix regexp used to check for
12566 continuation headers.
12567
12568 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12569
12570 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12571
12572 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
12573
12574 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12575
12576 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12577
12578 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12579 default-truncate-lines.
12580
12581 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
12582
12583 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12584 to fill the utf-8 entry.
12585
12586 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12587
12588 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12589
12590 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
12591
12592 * gnus-agent.el (directory-files-and-attributes): Move all the way
12593 forward (the third and final move).
12594 (gnus-agent-read-agentview): Trap reconstruction errors due to
12595 nonexistent directory. Handle by returning nil.
12596
12597 2006-05-30 Didier Verna <didier@xemacs.org>
12598
12599 * message.el (message-dont-reply-to-names): Update the custom type.
12600 * message.el (message-dont-reply-to-names): New defsubst: potentially
12601 convert a list of regexps into a single one.
12602 * message.el (message-get-reply-headers): Use it.
12603 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12604
12605 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12606
12607 * gnus-agent.el (directory-files-and-attributes): Move forward.
12608
12609 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12610
12611 * gnus-ml.el (gnus-mailing-list-subscribe)
12612 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12613 (gnus-mailing-list-message): Fix doc strings.
12614
12615 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12616
12617 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12618 of doing it manually.
12619
12620 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12621
12622 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12623 comment.
12624
12625 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
12626
12627 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12628 (gnus-agent-read-agentview): Fix handling of end-of-file error.
12629 (gnus-agent-read-local): All symbols allocated in my-obarray.
12630 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12631 (gnus-agent-regenerate-group): Check numeric names to see if they are
12632 messages or groups.
12633 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12634 better way of do this...)
12635
12636 * gnus-cache.el (gnus-agent-total-fetched-for):
12637 Ignore 'dummy.group' (there should be a better way of do this...)
12638
12639 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
12640
12641 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12642 (gnus-saved-headers): Ditto.
12643 (gnus-default-article-saver): Mention functions may have properties.
12644 (gnus-article-save): Override gnus-save-all-headers and
12645 gnus-saved-headers by :headers property which saver function may have.
12646 (gnus-summary-save-in-file): Add :headers property.
12647 (gnus-summary-write-to-file): Ditto.
12648
12649 * gnus-sum.el (gnus-summary-save-article): Bind
12650 gnus-prompt-before-saving to t when saving many articles in a file;
12651 always show all headers.
12652
12653 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12654
12655 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12656 marks.
12657
12658 * message.el (message-indent-citation): Add optional arguments to allow
12659 using it outside of message buffers.
12660
12661 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12662 (gnus-article-treat-unfold-headers): Use it.
12663 (gnus-article-truncate-lines): New variable.
12664 (gnus-article-mode): Use it.
12665 (gnus-article-toggle-truncate-lines): New function.
12666
12667 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12668 Add gnus-article-toggle-truncate-lines.
12669
12670 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12671 coding system in XEmacs, use binary.
12672
12673 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12674
12675 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12676 after-load-alist.
12677
12678 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12679 this function should save decoded articles.
12680 (gnus-summary-write-to-file): Use property to specify this function
12681 should save decoded articles and specify gnus-summary-save-in-file
12682 should be used to save articles other than the first one when saving
12683 many articles.
12684 (gnus-summary-save-body-in-file): Use property to specify this
12685 function should save decoded articles.
12686 (gnus-summary-write-body-to-file): Use property to specify this
12687 function should save decoded articles and specify
12688 gnus-summary-save-body-in-file should be used to save articles other
12689 than the first one when saving many articles.
12690
12691 * gnus-sum.el (gnus-summary-save-article): Simplify.
12692
12693 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
12694
12695 * gnus-art.el (gnus-default-article-saver):
12696 Add gnus-summary-write-body-to-file.
12697 (gnus-article-save-coding-system): Don't use coding system object
12698 in XEmacs.
12699 (gnus-read-save-file-name): Add optional `dir-var' argument which
12700 specifies directory in which files are saved; work even if optional
12701 `variable' argument is not specified.
12702 (gnus-summary-write-to-file): Read file name.
12703 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12704 (gnus-summary-write-body-to-file): New function.
12705
12706 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12707 (gnus-summary-local-variables): Add it.
12708 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12709 (gnus-summary-save-article): Remove optional `decode' argument;
12710 determine whether to decode articles by the value of
12711 gnus-default-article-saver; when saving many files using
12712 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12713 it first and use gnus-summary-save-in-file or
12714 gnus-summary-save-body-in-file thereafter unless
12715 gnus-prompt-before-saving is always; move point to article which
12716 will be saved.
12717 (gnus-summary-save-article-file): Revert.
12718 (gnus-summary-write-article-file): Revert.
12719 (gnus-summary-save-article-body-file): Revert.
12720 (gnus-summary-write-article-body-file): New function.
12721
12722 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12723
12724 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12725
12726 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
12727
12728 * gnus-art.el (gnus-default-article-saver): Doc fix.
12729 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12730 from gnus-summary-save-article-coding-system, and default to a
12731 certain coding system.
12732 (gnus-output-to-file): Add coding cookie and encode text according
12733 to gnus-article-save-coding-system; don't use mm-append-to-file.
12734
12735 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12736 gnus-art.el and rename to gnus-article-save-coding-system.
12737 (gnus-summary-save-article): Require gnus-art; don't show all
12738 headers if it decodes articles; don't add coding cookie here;
12739 don't bind mm-text-coding-system-for-write.
12740 (gnus-summary-save-article-file): Save decoded articles.
12741 (gnus-summary-write-article-file): When saving many files, use
12742 gnus-summary-write-to-file first and gnus-summary-save-in-file
12743 thereafter unless gnus-prompt-before-saving is always.
12744 (gnus-summary-save-article-body-file): Save decoded articles.
12745
12746 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12747
12748 * nnrss.el (nnrss-check-group): Bind hash-index.
12749
12750 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
12751
12752 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12753 its hash index. Store this hash in `nnrss-group-data'.
12754 (nnrss-read-group-data): Update accordingly.
12755
12756 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12757
12758 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12759 entry.
12760
12761 * gnus-sum.el (gnus-summary-make-menu-bar):
12762 Add gnus-article-browse-html-article.
12763
12764 2006-05-23 Hynek Schlawack <hynek@ularx.de>
12765
12766 * gnus-sum.el (gnus-summary-mime-map):
12767 Add gnus-article-browse-html-article.
12768
12769 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12770
12771 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12772 suitable coding systems in customize.
12773
12774 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12775
12776 * mail-source.el (mail-sources): Fix custom type.
12777
12778 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12779
12780 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12781 (gnus-summary-expire-articles-now): Shorten prompt.
12782
12783 * gmm-utils.el (wid-edit): Require.
12784 (defun-gmm): Rename from `gmm-defun-compat'.
12785 (gmm-image-search-load-path): Use it.
12786 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
12787
12788 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
12789
12790 * gnus-sum.el (gnus-summary-save-article-coding-system):
12791 New variable.
12792 (gnus-summary-save-article): Add optional `decode' argument.
12793 If it is set and gnus-summary-save-article-coding-system is non-nil,
12794 save decoded article.
12795 (gnus-summary-write-article-file): Save decoded article if
12796 gnus-summary-save-article-coding-system is non-nil.
12797
12798 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12799 type.
12800
12801 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
12802
12803 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12804
12805 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
12806
12807 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12808 first to test gnus-single-article-buffer which may be buffer-local.
12809
12810 * gnus-sum.el (gnus-summary-setup-buffer):
12811 Make gnus-single-article-buffer buffer-local and nil in ephemeral
12812 group; make gnus-article-buffer, gnus-article-current, and
12813 gnus-original-article-buffer always buffer-local.
12814 (gnus-summary-exit): Kill article buffer belonging to ephemeral
12815 group.
12816 (gnus-handle-ephemeral-exit): Don't move to next summary line.
12817
12818 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
12819
12820 * nnml.el (nnml-request-compact-group): Compressed files might not
12821 have .gz extension.
12822
12823 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12824
12825 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12826 (mm-copy-to-buffer): Use with-current-buffer.
12827 (mm-display-part): Simplify.
12828 (mm-inlinable-p): Add optional arg `type'.
12829
12830 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12831
12832 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12833 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12834 Try harder to show the attachment internally or externally using
12835 gnus-mime-view-part-as-type.
12836
12837 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12838
12839 * message.el (message-from-style, message-signature-separator)
12840 (message-user-organization-file, message-send-mail-function)
12841 (message-citation-line-function, message-yank-prefix)
12842 (message-indent-citation-function, message-signature)
12843 (message-signature-file, message-signature-insert-empty-line):
12844 Remove autoloads.
12845
12846 * gnus-art.el (gnus-buttonized-mime-types):
12847 Remove "multipart/signed". Revert 2006-04-26 change.
12848
12849 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12850
12851 * gnus.el (gnus-version-number): Bump version.
12852
12853 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12854
12855 * gnus.el: No Gnus v0.5 is released.
12856
12857 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12858
12859 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12860 fetching articles by message-id.
12861
12862 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12863
12864 * message.el (hashcash): Require hashcash as normal.
12865
12866 * ecomplete.el (ecomplete-highlight-match-line):
12867 Use point-at-eol.
12868 (ecomplete-highlight-match-line): Use `highlight', because that
12869 face exists in both Emacs and XEmacs.
12870
12871 * message.el (message-display-abbrev): Use point-at-bol.
12872
12873 * mail-source.el: Don't require timer/timer-funcs.
12874
12875 * gnus-async.el: Ditto.
12876
12877 * password.el: Ditto.
12878
12879 * mm-url.el: Ditto.
12880
12881 * mm-util.el: Require timer/timer-funcs.
12882
12883 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12884
12885 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12886 Close.
12887
12888 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12889
12890 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12891 unibyte after clear-decrypt function runs.
12892
12893 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12894 returns as a unibyte string.
12895
12896 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
12897
12898 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12899 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12900 (mml1991-pgg-encrypt): Ditto.
12901
12902 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
12903
12904 * message.el (message-user-organization-file): Check several
12905 locations of the organization file.
12906
12907 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12908 Add gnus-article-view-part-as-type.
12909
12910 * gnus-art.el (gnus-article-view-part-as-type): New function.
12911
12912 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12913 .mobi and .travel. Remove .nato, .bitnet and .uucp.
12914
12915 * mml.el: Simplify autoload.
12916 (mml-mode): defvar dnd-protocol-alist instead of using
12917 symbol-value.
12918 (mml-default-directory): New variable.
12919 (mml-minibuffer-read-file): Use it.
12920 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12921
12922 * message.el (message-citation-line-format): New variable.
12923 (message-insert-formated-citation-line): New function.
12924 (message-citation-line-function):
12925 Add `message-insert-formated-citation-line' to custom type.
12926
12927 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12928 to doc string.
12929
12930 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12931 depending on mm-verify-option.
12932
12933 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12934
12935 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12936 binding pgg-* variables; reimplement the section which prevents
12937 MIME header from being signed.
12938 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12939 pgg-text-mode; remove a blank line at the top of body.
12940
12941 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12942 lines at the top of body; use gnus-newsgroup-charset if there's no
12943 Charset header.
12944
12945 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12946
12947 * message.el (message-self-insert-commands): Doc fix.
12948
12949 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12950 (mm-uu-pgp-encrypted-test): Ditto.
12951 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12952 between header and body; return application/pgp-encrypted handle
12953 if decryption failed; decode decrypted body by charset.
12954
12955 * mm-decode.el (mm-automatic-display): Don't make application/pgp
12956 element match to application/pgp-*.
12957
12958 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12959
12960 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12961 HTML.
12962
12963 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12964
12965 * mail-source.el (mail-source-call-script): Message the error
12966 string.
12967
12968 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12969
12970 * gnus-util.el (gnus-byte-compile): Use it.
12971
12972 2006-04-22 xyblor <fake@invalid.email> (tiny change)
12973
12974 * gnus-util.el (kill-empty-logs): New function.
12975
12976 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12977
12978 * message.el (message-mail-alias-type): Doc fix.
12979 (message-mail-alias-type-p): New function.
12980 (message-send): Use it.
12981 (message-mode): Ditto.
12982 (message-strip-forbidden-properties): Ditto.
12983
12984 * ecomplete.el (ecomplete-database-file-coding-system):
12985 New variable.
12986 (ecomplete-save): Use it.
12987 (ecomplete-setup): Use it.
12988
12989 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12990
12991 * message.el (message-self-insert-commands): New variable.
12992 (message-strip-forbidden-properties): Use it.
12993
12994 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12995
12996 * message.el (message-put-addresses-in-ecomplete): Use a regexp
12997 that doesn't make XEmacs choke.
12998
12999 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
13000
13001 * gnus-util.el (gnus-replace-in-string):
13002 Prefer replace-regexp-in-string over of replace-in-string.
13003
13004 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
13005
13006 * gnus-util.el (gnus-select-frame-set-input-focus):
13007 Use select-frame-set-input-focus if it is available in XEmacs; use
13008 definition defined in Emacs 22 for old Emacsen.
13009
13010 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13011
13012 * mm-view.el (mm-inline-text): Use equal instead of equalp.
13013
13014 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
13015
13016 * gnus-registry.el (gnus-registry-cache-save): Remove text
13017 properties when saving via the temp buffer.
13018
13019 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13020
13021 * message.el (message-generate-hashcash): Honor custom type.
13022
13023 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13024
13025 * message.el (message-generate-hashcash): Default to non-nil when
13026 hashcash is found.
13027
13028 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13029 (gnus-refer-thread-limit): Increase default to 500.
13030
13031 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13032
13033 * flow-fill.el (fill-flowed): Allow delete-space.
13034
13035 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13036
13037 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13038 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13039 Remove autoloads.
13040
13041 2006-04-18 Simon Josefsson <jas@extundo.com>
13042
13043 * message.el (message-generate-hashcash): Default to.
13044
13045 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
13046
13047 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13048 concatenating segments rather than before concatenating them.
13049
13050 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
13051
13052 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13053
13054 * imap.el (imap-quote-specials): New function.
13055 (imap-login-auth): Quote specials.
13056
13057 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13058
13059 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13060
13061 * message.el (message-forward-make-body-plain):
13062 Allow message-forward-ignored-headers to be a list.
13063 (message-remove-ignored-headers): Factor out into function.
13064 (message-forward-make-body-mml): Use it.
13065 * rfc2231.el (rfc2231-parse-string): Remove dead code.
13066 (rfc2231-parse-string): Allow concatanation of parameters that
13067 aren't contiguous. The test case is
13068 (mail-header-parse-content-type "message/external-body;
13069 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13070 access-type=LOCAL-FILE;
13071 name*1*=plugh%2fhello-sailor%2fbing.pdf")
13072
13073 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13074
13075 * nntp.el (nntp-accept-process-output): Return the value of
13076 `nnheader-accept-process-output'.
13077
13078 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13079
13080 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13081 (gnus-button-alist): Recognize more diff formats.
13082 (gnus-button-patch): Strip directory.
13083
13084 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
13085
13086 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13087 Emacs 22 when setting focus.
13088
13089 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13090
13091 * gnus-art.el (gnus-article-treat-types): Do treatment of
13092 text/x-verbatim parts.
13093 (gnus-button-patch): New command.
13094
13095 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13096 addresses that contain invalid characters.
13097
13098 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13099
13100 * message.el (message-put-addresses-in-ecomplete):
13101 Use gnus-replace-in-string.
13102 (message-is-yours-p): Use the more correct
13103 mail-header-parse-address instead of
13104 mail-extract-address-components.
13105 (message-put-addresses-in-ecomplete): Fix typo.
13106
13107 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13108 keystroke.
13109
13110 * gnus-art.el (gnus-treatment-function-alist): Change order of
13111 newsgroups/generic header folding to avoid double-folding.
13112
13113 * message.el (message-hidden-headers): Add X-Draft-From.
13114
13115 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13116 New command.
13117 (gnus-summary-repeat-search-article-backward): New command.
13118
13119 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13120 groups in the parent topic.
13121
13122 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
13123
13124 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13125 (spam-extra-header-to-number): Return the CRM114 number as a
13126 number instead of a string.
13127
13128 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13129
13130 * gnus-art.el (gnus-face-properties-alist): Move here from
13131 gnus-fun.
13132
13133 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13134
13135 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13136
13137 * message.el (message-strip-forbidden-properties): Only display on
13138 self-insert-command.
13139
13140 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13141 reindent.
13142 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13143
13144 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
13145
13146 * smiley.el (smiley-style): Fix typo.
13147
13148 2006-03-23 Kenichi Handa <handa@m17n.org>
13149
13150 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13151 instead of set-buffer-multibyte.
13152
13153 2006-03-23 Kenichi Handa <handa@m17n.org>
13154
13155 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13156 buffer and then decode the buffer text if necessary.
13157 (rfc2231-encode-string): Be sure to work on multibyte buffer at
13158 first, and after mm-encode-body, change the buffer to unibyte.
13159
13160 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13161
13162 * hashcash.el (hashcash-insert-payment-async-2):
13163 Use message-goto-eoh instead of doing it manually.
13164 (mail-add-payment): Use message-narrow-to-header instead of trying
13165 to do the same itself.
13166
13167 * message.el (message-hidden-headers): Add Face.
13168
13169 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13170 reparenting code.
13171 (gnus-summary-reparent-children): Refactored out code.
13172 (gnus-summary-thread-map): New keystroke.
13173 (gnus-summary-reparent-children): Make into command.
13174
13175 * smiley.el (smiley-style): Default to `medium' if using a large
13176 font.
13177
13178 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13179 does it itself.
13180
13181 * message.el (message-point-in-header-p): Simplify definition.
13182
13183 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13184
13185 * nnagent.el (nnagent-request-set-mark): Silence log file
13186 writing.
13187 (nnagent-request-set-mark): Use write-region instead of
13188 append-to-file.
13189
13190 * gnus-sum.el (gnus-read-header): Fudge article number if using a
13191 strange select method.
13192
13193 * ecomplete.el (ecomplete-display-matches): Get highlightling
13194 right.
13195 (ecomplete-display-matches): Use literals.
13196 (ecomplete-display-matches): Disable message logging.
13197
13198 * message.el (message-display-abbrev): Small optimization.
13199
13200 * ecomplete.el (ecomplete-display-matches): Allow automatic
13201 display.
13202
13203 * message.el (message-strip-forbidden-properties):
13204 Display abbrevs.
13205 (message-display-abbrev): Get automatic display right.
13206
13207 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13208 keystrokes.
13209
13210 2006-04-13 Romain Francoise <romain@orebokech.com>
13211
13212 TODO: Backport to v5-10!
13213
13214 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13215 Move here (and rename) from gnus-registry.el.
13216
13217 * gnus-registry.el: Require gnus-util.
13218 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13219
13220 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13221
13222 * gnus-group.el (gnus-group-catchup-current):
13223 Change if-then-else-if-then-else into cond.
13224 (gnus-group-catchup): Indent.
13225 (group-name-at-point): New function.
13226 (gnus-fetch-group): Provide default from thing at point.
13227
13228 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13229
13230 * message.el (message-display-abbrev): Fix regexp.
13231
13232 * ecomplete.el (ecomplete-highlight-match-line):
13233 Reimplement choosing.
13234 (ecomplete-highlight-match-line): Fix up code rewrite, remove
13235 dead variables.
13236
13237 * message.el (message-newline-and-indent): Remove debugging.
13238 (message-display-abbrev): Use new implementation.
13239
13240 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13241
13242 * gnus-art.el (gnus-article-mode):
13243 Set cursor-in-non-selected-windows to nil.
13244
13245 * smiley.el: Revert previous change.
13246 (smiley-data-directory): defvar it before using it in the
13247 defcustom of `smiley-style'.
13248
13249 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13250
13251 * message.el (message-newline-and-indent): New function.
13252
13253 * ecomplete.el: Implement more bits.
13254
13255 * message.el (message-put-addresses-in-ecomplete): Clean up the
13256 string.
13257
13258 * ecomplete.el (ecomplete-add-item): Chop off decimals.
13259
13260 * gnus-sum.el (gnus-summary-save-parts):
13261 Bind gnus-summary-save-parts-counter and use it to make unique file
13262 names.
13263
13264 * gnus-art.el (gnus-ignored-headers): Add some more headers.
13265
13266 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13267 parameter to say whether to actually parse the individual
13268 addresses.
13269
13270 * message.el (message-put-addresses-in-ecomplete): New function.
13271 (ecomplete): Require.
13272 (message-mail-alias-type): Add ecomplete as an option.
13273
13274 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
13275
13276 * flow-fill.el (fill-flowed): Remove trailing space from blank
13277 quoted lines.
13278
13279 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13280
13281 * smiley.el (smiley-style): Move definition later to avoid a
13282 compilation warning.
13283
13284 2006-04-12 Kenichi Handa <handa@m17n.org>
13285
13286 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13287 buffer and then decode the buffer text if necessary.
13288 (rfc2231-encode-string): Be sure to work on multibyte buffer at
13289 first, and after mm-encode-body, change the buffer to unibyte.
13290 Use mm-disable-multibyte instead of set-buffer-multibyte.
13291
13292 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
13293
13294 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13295 Content-Type header instead of Content-Disposition header.
13296 (gnus-mime-inline-part): Ditto.
13297 (gnus-mime-view-part-as-charset): Ignore charset that the part
13298 specifies.
13299
13300 * mm-decode.el (mm-display-part): Work with external parts and
13301 usual parts similarly.
13302
13303 * mm-extern.el (mm-inline-external-body): Use mm-display-part
13304 instead of gnus-display-mime.
13305
13306 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13307 instead of with-temp-buffer.
13308
13309 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13310 tag to summarized topics part in order to encode non-ASCII text.
13311
13312 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
13313
13314 * smiley.el (smiley-style): New variable.
13315 (smiley-directory): New function.
13316 (smiley-data-directory): Derive from `smiley-style' using
13317 `smiley-directory'.
13318 (smiley-regexp-alist): Add new entries.
13319
13320 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13321 (gnus-article-browse-delete-temp): Add :version.
13322
13323 2006-04-11 Arne Jørgensen <arne@arnested.dk>
13324
13325 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13326 the sieve region.
13327
13328 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13329
13330 * gnus.el (gnus-version-number): Bump version.
13331
13332 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
13333
13334 * gnus.el: No Gnus v0.4 is released.
13335
13336 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13337
13338 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13339 layout.
13340
13341 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13342 unknown charset.
13343
13344 * message.el (message-header-synonyms): Add Original-To to the
13345 default.
13346
13347 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13348 optional parameter.
13349
13350 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13351
13352 * gnus-fun.el (gnus): Require it for gnus-directory.
13353
13354 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
13355
13356 * gnus-fun.el (gnus-face-properties-alist): Add :version.
13357
13358 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13359
13360 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13361
13362 2006-04-05 Simon Josefsson <jas@extundo.com>
13363
13364 * password.el (password-reset): New function.
13365
13366 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13367
13368 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13369 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13370
13371 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13372
13373 * nnweb.el (nnweb-google-create-mapping): Update regexp.
13374 Some whitespace was matched into the url, which broke browsing hits
13375 > 100 when mm-url-use-external was nil.
13376
13377 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
13378
13379 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13380 Check gnus-extra-headers for 'Newsgroups.
13381
13382 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13383 bound.
13384
13385 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13386
13387 * pgg-gpg.el: Clean up process buffers every time gpg processes
13388 complete.
13389
13390 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13391
13392 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13393 doc string.
13394
13395 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13396
13397 * pgg-gpg.el (pgg-gpg-process-filter)
13398 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13399
13400 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13401 lines, temporary fix.
13402
13403 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13404
13405 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13406
13407 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13408
13409 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13410 default-enable-multibyte-characters. This reverts the change from
13411 revision 6.17 which is no longer necessary because the passphrase
13412 is sent separately now. GnuPG messages are unreadable under
13413 multibyte locales with default-enable-multibyte-characters set to
13414 nil.
13415
13416 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
13417
13418 * message.el (message-tool-bar-gnome): Move "spell".
13419
13420 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
13421
13422 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13423 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
13424 instead.
13425
13426 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
13427
13428 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13429 Improve newsgroups handling for NNTP overviews which don't include
13430 Newsgroups.
13431
13432 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13433
13434 * message.el (message-resend): Bind message-generate-hashcash to nil.
13435
13436 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13437
13438 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13439 when searching for already-paid recipients.
13440
13441 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13442
13443 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13444 passphrases when it is not needed.
13445 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13446 passphrase stuff from gpg, should only be necessary when you use
13447 gpg with a smartcard.
13448
13449 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
13450
13451 * mml.el (mml-insert-mime): Ignore cached contents of
13452 message/external-body part.
13453
13454 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13455 (mm-insert-part): Ditto.
13456
13457 2006-03-23 Simon Josefsson <jas@extundo.com>
13458
13459 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13460 Reiner.
13461 (pgg-gpg-use-agent-p): Use it again.
13462
13463 2006-03-23 Simon Josefsson <jas@extundo.com>
13464
13465 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13466 older emacsen.
13467 (pgg-gpg-use-agent-p): Don't use it.
13468
13469 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
13470
13471 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13472 if we can.
13473
13474 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13475
13476 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13477 (pgg-gpg-update-agent): New function.
13478 (pgg-gpg-use-agent-p): New function.
13479 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13480 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13481 (pgg-gpg-sign-region): Use it.
13482
13483 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
13484
13485 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13486 Reported by Ralf Wachinger <rwachinger@gmx.de>.
13487
13488 2006-03-21 Simon Josefsson <jas@extundo.com>
13489
13490 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13491 <wilde@sha-bang.de>.
13492 (pgg-gpg-use-agent): New variable.
13493 (pgg-gpg-process-region): Use it.
13494 (pgg-gpg-encrypt-region): Likewise.
13495 (pgg-gpg-encrypt-symmetric-region): Likewise.
13496 (pgg-gpg-decrypt-region): Likewise.
13497 (pgg-gpg-sign-region): Likewise.
13498 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13499
13500 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13501
13502 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13503
13504 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13505 Add comment on version.
13506
13507 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13508
13509 * smiley.el: Add missing test smiley.
13510
13511 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13512
13513 * mm-decode.el (mm-with-part): New macro.
13514 (mm-get-part): Use it; work with message/external-body as well.
13515 (mm-save-part): Treat name and filename equally.
13516
13517 * mm-extern.el (mm-extern-cache-contents): New function.
13518 (mm-inline-external-body): Use it; force the part to be displayed;
13519 move undisplayer added to the cached handle to the parent.
13520
13521 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13522 (gnus-mime-view-part-as-type): Work with message/external-body.
13523
13524 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13525
13526 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13527
13528 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13529 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
13530 Emacs.]
13531
13532 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
13533
13534 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13535 path rather than symbol. Always return list of directories.
13536 Guarantee that image directory comes first. [Sync with image.el,
13537 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
13538
13539 * message.el (message-make-tool-bar): Adjust to new API of
13540 `gmm-image-load-path-for-library'.
13541
13542 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13543
13544 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13545
13546 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13547
13548 * gnus-art.el (gnus-article-only-boring-p):
13549 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13550 intangible text.
13551 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13552
13553 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
13554
13555 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13556 Use `defun' instead of `gmm-defun-compat'.
13557
13558 2006-03-14 Simon Josefsson <jas@extundo.com>
13559
13560 * message.el (message-unique-id): Don't use message-number-base36
13561 if (user-uid) is a float.
13562 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13563
13564 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13565
13566 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13567
13568 * gnus-art.el (gnus-mime-display-single): Make sure there is an
13569 empty line between a part and a message part.
13570
13571 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
13572
13573 * smiley.el: Add more test smileys.
13574 (smiley-data-directory, smiley-regexp-alist)
13575 (gnus-smiley-file-types): Fix doc strings.
13576 (smiley-update-cache): Clear smiley-cached-regexp-alist before
13577 adding new elements.
13578 (smiley-mouse-map): Unused code. Make it a comment.
13579
13580 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
13581
13582 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13583 scan latest NoCeM messages instead of old ones.
13584 (gnus-nocem-check-article): Fix regexps so as to match to PGP
13585 delimiters that are recently used.
13586 (gnus-nocem-load-cache): Add autoload cookie.
13587
13588 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13589
13590 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13591 level which is larger than gnus-use-nocem is specified.
13592
13593 * gnus-group.el (gnus-group-get-new-news): Ditto.
13594
13595 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13596
13597 * gnus-util.el (gnus-tool-bar-update): New function.
13598
13599 * gnus-group.el (gnus-group-update-tool-bar): New variable.
13600 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13601
13602 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13603
13604 * gnus-group.el (gnus-group-redraw-when-idle)
13605 (gnus-group-redraw-check): Remove.
13606 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13607
13608 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
13609
13610 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13611 if optional last element is specified in splits (FIELD VALUE...).
13612
13613 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
13614
13615 * message.el (message-make-tool-bar): Rename gmm-image-load-path
13616 to gmm-image-load-path-for-library. Call with no-error argument.
13617 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13618
13619 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13620
13621 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13622
13623 * gmm-utils.el (gmm-image-load-path): Remove alias.
13624
13625 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
13626
13627 * gmm-utils.el (gmm-image-load-path): Add alias.
13628
13629 * nnml.el (nnml-generate-nov-databases-directory): Rename from
13630 nnml-generate-nov-databases-1.
13631 (nnml-generate-nov-databases): Use it.
13632 (nnml-generate-nov-databases-directory): Document no-active
13633 argument.
13634
13635 * gmm-utils.el (gmm-image-load-path-for-library): Return single
13636 directory if path is t. Add no-error.
13637
13638 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13639 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13640
13641 * gnus-art.el (gnus-article-browse-delete-temp-files):
13642 Simplify resetting gnus-article-browse-html-temp-list.
13643
13644 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13645 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
13646 Add example to docstring. Rename local variables. Move error
13647 checks to default case in cond and simplify.
13648
13649 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
13650
13651 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13652 handle is multipart when calling it recursively.
13653 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13654
13655 2006-03-03 Daniel Pittman <daniel@rimspace.net>
13656
13657 * nnimap.el (nnimap-request-update-info-internal): Optimize.
13658 Don't `gnus-uncompress-range' to avoid excessive memory usage.
13659
13660 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13661
13662 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13663 is loaded.
13664
13665 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13666 loaded.
13667
13668 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
13669
13670 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13671 to "Emacs 23 (unicode)" in doc string.
13672
13673 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13674 "Emacs 23 (unicode)" in comment.
13675
13676 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13677
13678 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13679
13680 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13681 characters 160 through 255 in Emacs 23.
13682
13683 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13684
13685 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13686 gnus-article-browse-html-temp.
13687 (gnus-article-browse-delete-temp): Make it customizable.
13688 Add `file'. Adjust doc string.
13689 (gnus-article-browse-delete-temp-files): Add argument.
13690 Allow query for each file. Adjust doc string.
13691 (gnus-article-browse-html-parts):
13692 Add `gnus-article-browse-delete-temp-files' to
13693 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13694
13695 2006-03-02 Hynek Schlawack <hynek@ularx.de>
13696
13697 * gnus-art.el (gnus-article-browse-html-temp)
13698 (gnus-article-browse-delete-temp): New variables.
13699 (gnus-article-browse-delete-temp-files): New function.
13700 (gnus-article-browse-html-parts): Use it.
13701
13702 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13703
13704 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13705
13706 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13707 string.
13708
13709 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13710 gnus-summary-insert-new-articles when unplugged.
13711 Remove gnus-summary-search-article-forward.
13712
13713 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13714 display-visual-class instead of display-color-cells.
13715
13716 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
13717
13718 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13719 message/* containing non-ASCII text properly.
13720
13721 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
13722
13723 * message.el: Require gmm-utils, remove autoloads.
13724 (message-tool-bar): Set default based on
13725 gmm-tool-bar-style.
13726 (message-tool-bar-gnome): Add gmm-customize-mode.
13727
13728 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13729 gmm-tool-bar-style.
13730 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13731
13732 * gnus-group.el (gnus-group-tool-bar): Set default based on
13733 gmm-tool-bar-style.
13734 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13735
13736 * gmm-utils.el (gmm-image-directory): Rename variable from
13737 gmm-image-load-path.
13738 (gmm-image-load-path): Use gmm-image-directory.
13739 (gmm-customize-mode): New function.
13740 (gmm-tool-bar-style): New variable.
13741
13742 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13743 gnus-group-redraw-line-number.
13744 (gnus-group-redraw-check): Simplify.
13745 (gnus-group-tool-bar-update): Remove redraw check.
13746 (gnus-group-make-tool-bar): Add redraw check.
13747
13748 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13749
13750 * gnus-art.el (gnus-button): Add missing parentheses.
13751
13752 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13753
13754 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13755
13756 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13757
13758 * gnus-art.el (gnus-button): New face.
13759 (gnus-article-button-face): Use it.
13760
13761 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13762 Add gnus-summary-next-page. Re-order.
13763
13764 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13765 next-node are now included.
13766 (gnus-group-redraw-line-number): New internal variable.
13767 (gnus-group-redraw-check): Helper function for updating the tool
13768 bar.
13769 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13770
13771 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13772
13773 * spam.el (spam-spamassassin-score-regexp): New internal variable.
13774 (spam-extra-header-to-number, spam-check-spamassassin-headers):
13775 Use it to match format of Spamassassin 3.0 and later.
13776 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13777 (spam-check-bogofilter)
13778 (spam-bogofilter-register-with-bogofilter): Fix args of
13779 `gnus-error' calls.
13780
13781 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13782
13783 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13784 unnecessary interaction when sending queued mails.
13785 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13786
13787 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13788
13789 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13790 first or last are nil.
13791
13792 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13793
13794 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13795
13796 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13797
13798 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13799
13800 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13801
13802 * dns.el (query-dns): Protect more against buggy tcp output.
13803
13804 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13805
13806 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13807 nov.php.
13808
13809 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13810
13811 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13812 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13813 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
13814 output on the server side.
13815 (nnweb-google-create-mapping): Update regexps and add some
13816 progress indication.
13817
13818 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
13819
13820 * gnus-group.el (gnus-group-tool-bar-gnome):
13821 Fix gnus-agent-toggle-plugged. Re-order icons.
13822 (gnus-group-tool-bar-gnome):
13823 Add gnus-group-{prev,next}-unread-group.
13824 (gnus-group-tool-bar-gnome): Re-order icons.
13825
13826 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13827 Move gnus-summary-insert-new-articles.
13828
13829 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13830 Fix comments.
13831
13832 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
13833 also available in Emacs 21.3.
13834
13835 * message.el (message-fix-before-sending): Change "Emacs 22" to
13836 "Emacs 23 (unicode)" in comment.
13837
13838 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13839 "Emacs 23 (unicode)" in comment.
13840
13841 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13842 comment.
13843 (mm-coding-system-p): Add comment about no-MULE XEmacs.
13844
13845 * mm-view.el (mm-fill-flowed): Add :version.
13846
13847 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
13848
13849 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13850 and load-path.
13851
13852 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
13853
13854 * message.el: Autoload gmm-image-load-path.
13855 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13856 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
13857 consitency.
13858
13859 * gmm-utils.el (gmm-image-load-path): Also search in
13860 "../etc/images". Don't set gmm-image-load-path if we don't find
13861 the image.
13862
13863 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
13864
13865 * gmm-utils.el (gmm-image-load-path): Don't make
13866 `gmm-image-load-path' include subdirectories which the second arg
13867 `image' might specify.
13868
13869 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13870 subdirectory to icon file names.
13871
13872 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13873
13874 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
13875
13876 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13877 gmm-image-load-path calls.
13878
13879 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13880
13881 * message.el (message-make-tool-bar): Ditto.
13882
13883 * mml.el (mml-preview): Add comment concerning tool bar icons.
13884
13885 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13886 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13887
13888 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13889 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13890
13891 * message.el (message-tool-bar-gnome): Use new icon names.
13892 (message-make-tool-bar): Use `gmm-image-load-path'.
13893
13894 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13895 New functions from MH-E.
13896 (gmm-image-load-path): New variable from MH-E.
13897 (gmm-image-load-path): New function from MH-E. Add arguments
13898 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
13899 *-image-load-path-called-flag.
13900
13901 2006-02-21 Milan Zamazal <pdm@brailcom.org>
13902
13903 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13904
13905 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
13906
13907 * nnimap.el (nnimap-request-move-article): Change folder back to
13908 source group before deleting.
13909
13910 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
13911
13912 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13913
13914 * gnus-art.el (mm-url-insert-file-contents-external):
13915 Autoload mm-url.
13916
13917 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13918
13919 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
13920
13921 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13922 coding system which mm-charset-to-coding-system returns for a
13923 given charset is valid.
13924
13925 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13926
13927 * html2text.el (html2text-remove-tag-list):
13928 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13929
13930 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13931
13932 * gnus-cus.el: Revert 2005-10-17 change.
13933
13934 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
13935
13936 * gnus-art.el (article-strip-banner):
13937 Call article-really-strip-banner only when the regexp match is made.
13938
13939 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
13940
13941 * gnus-art.el (article-strip-banner):
13942 Use gnus-extract-address-components instead of
13943 mail-header-parse-addresses to make it work with non-ASCII text;
13944 remove mail-encode-encoded-word-string.
13945
13946 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13947 values which are surrounded with \"...\"; make it never cause a
13948 Lisp error; give up parsing of parameters if it failed in
13949 extracting type.
13950
13951 2006-02-14 Arne Jørgensen <arne@arnested.dk>
13952
13953 * smime.el (smime-cert-by-ldap-1): Fix bug where
13954 `smime-ldap-search' returns results without userCertificates.
13955
13956 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13957
13958 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13959
13960 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13961
13962 * spam.el (spam-check-spamassassin-headers): Adapt format for
13963 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
13964 <ari@mbf.ocn.ne.jp>.
13965 (spam-list-of-processors): Add spam-use-gmane.
13966
13967 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13968
13969 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13970 make-temp-file; make it work with XEmacs as well.
13971
13972 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13973 mm-make-temp-file.
13974
13975 * mm-decode.el (mm-display-external): Use the 3rd arg of
13976 mm-make-temp-file.
13977 (mm-create-image-xemacs): Ditto.
13978
13979 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13980
13981 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13982 with message-narrow-to-headers.
13983 (gnus-draft-setup): Narrow to header to run message-fetch-field.
13984 (gnus-draft-check-draft-articles): New function.
13985 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13986
13987 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
13988
13989 * gnus-art.el (gnus-article-browse-html-parts):
13990 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13991 Don't use suffix argument for mm-make-temp-file for Emacs 21
13992 compatibility. Remove useless `format'.
13993
13994 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13995
13996 * nnweb.el (nnweb-google-wash-article): Update regexps.
13997 (nnweb-group-alist): Use defvoo instead of defvar.
13998
13999 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14000
14001 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14002 re-loading nn* modules.
14003
14004 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
14005
14006 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14007 for `tool-bar-mode' and don't check it's default-value.
14008
14009 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14010
14011 * message.el (message-make-tool-bar): Ditto.
14012
14013 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14014 `substring'. Shorten tmp-file name.
14015
14016 * gnus.el: Remove bogus comment.
14017
14018 2006-02-10 Hynek Schlawack <hynek@ularx.de>
14019
14020 * gnus-art.el (gnus-article-browse-html-parts): New function.
14021 (gnus-article-browse-html-article): New function for viewing html
14022 articles with a browser.
14023
14024 2006-02-09 Daiki Ueno <ueno@unixuser.org>
14025
14026 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14027 (mml2015-pgg-encrypt): Ditto.
14028
14029 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14030 (mml1991-pgg-encrypt): Ditto.
14031
14032 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14033
14034 * nnfolder.el (nnfolder-insert-newsgroup-line):
14035 Use message-make-date instead of current-time-string.
14036
14037 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14038 to gnus-decoded which mm-uu might set.
14039
14040 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14041
14042 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14043 don't decode quoted parameters; remove misimported Emacs code.
14044 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14045 (rfc2231-decode-encoded-string): Don't use split-string which
14046 behaves differently according to Emacs version; use
14047 mm-decode-coding-region to convert charset to coding-system.
14048 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14049 (rfc2231-encode-string): Remove misimported Emacs code.
14050
14051 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14052
14053 * gnus-art.el (article-decode-charset): Don't use ignore-errors
14054 when calling mail-header-parse-content-type.
14055 (article-de-quoted-unreadable): Ditto.
14056 (article-de-base64-unreadable): Ditto.
14057 (article-wash-html): Ditto.
14058
14059 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14060 calling mail-header-parse-content-type and
14061 mail-header-parse-content-disposition.
14062 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14063 mail-header-parse-content-type.
14064
14065 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14066 insert charset and format parameters; encode description after
14067 inserting it to buffer.
14068 (mml-insert-parameter): Fold lines properly even if a parameter is
14069 segmented into two or more lines; change the max column to 76.
14070
14071 * rfc1843.el (rfc1843-decode-article-body): Don't use
14072 ignore-errors when calling mail-header-parse-content-type.
14073
14074 * rfc2231.el (rfc2231-parse-string): Return at least type if
14075 possible; don't cause an error even if it fails in parsing of
14076 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14077 (rfc2231-encode-string): Don't break lines at the beginning, leave
14078 it to mml-insert-parameter.
14079
14080 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14081 calling mail-header-parse-content-type.
14082
14083 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
14084
14085 * spam-report.el (spam-report-gmane-use-article-number):
14086 Improve doc string.
14087 (spam-report-gmane-internal): Check if a suitable header was found
14088 in the article.
14089
14090 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
14091
14092 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14093 (rfc2231-encode-string): Make param*=value always begin with LWSP.
14094
14095 2006-02-05 Romain Francoise <romain@orebokech.com>
14096
14097 Update copyright notices of all files in the gnus directory.
14098
14099 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14100
14101 * nnweb.el (nnweb-request-group): Avoid growing overview files.
14102
14103 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
14104
14105 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14106 segmented lines of parameter value to cope with Thunderbird 1.5
14107 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14108 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14109 (rfc2231-encode-string): Don't make lines exceeding 76 column.
14110
14111 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
14112
14113 * mml.el (mml-generate-mime-1): Correct the order of inline signed
14114 parts.
14115
14116 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14117
14118 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14119 there's only one active file for all servers.
14120 (nnweb-request-scan): Make sure nnweb-articles is initialized on
14121 solid groups. Gnus might have used a FAST request to select the group.
14122 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14123 and nnweb-search redundantly in the active file.
14124 (nnweb-request-list): Don't list bogus groups. There can only be one.
14125 (nnweb-request-create-group): Don't use ARGS.
14126 (nnweb-possibly-change-server, nnweb-request-group): Remove some
14127 initialisations. Let nnoo do the work.
14128
14129 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
14130
14131 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14132 Say the part has been decoded.
14133
14134 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14135
14136 2006-01-31 Kevin Ryde <user42@zip.com.au>
14137
14138 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14139 mailcap-viewer-test-cache when there's no 'test clause, since that
14140 will invert the meaning of a "nil" test previously determined by
14141 mailcap-mailcap-entry-passes-test.
14142
14143 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
14144
14145 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14146 compiling.
14147
14148 * gnus-sum.el: Ditto.
14149
14150 * message.el: Don't bind tool-bar-map when compiling.
14151
14152 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
14153
14154 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14155
14156 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14157
14158 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14159 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14160 current Google Groups.
14161
14162 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
14163
14164 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14165 and tool-bar-mode.
14166
14167 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14168 and tool-bar-mode.
14169
14170 * message.el (message-tool-bar-update): Simplify.
14171 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14172
14173 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14174 gnus-summary-buffer.
14175 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14176 gnus-summary-reply.
14177
14178 * gmm-utils.el (gmm): Add :version.
14179
14180 2006-01-26 Steve Youngs <steve@sxemacs.org>
14181
14182 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14183 Don't autoload.
14184
14185 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14186
14187 * gmm-utils.el (gmm-verbose): Add :group.
14188
14189 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
14190
14191 * message.el: Change some comments WRT tool-bars.
14192
14193 * gnus-sum.el (gnus-summary-tool-bar)
14194 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14195 (gnus-summary-tool-bar-zap-list): New variables.
14196 (gnus-summary-make-tool-bar): Complete rewrite using
14197 `gmm-tool-bar-from-list'.
14198
14199 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14200 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14201 New variables.
14202 (gnus-group-make-tool-bar): Complete rewrite using
14203 `gmm-tool-bar-from-list'.
14204 (gnus-group-tool-bar-update): New function.
14205
14206 * message.el (message-mode-field-menu): Add "Show hidden Headers".
14207
14208 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
14209
14210 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14211 is dissected into a single part of which the type is the same as
14212 the given one; decode charset.
14213
14214 2006-01-21 Kevin Ryde <user42@zip.com.au>
14215
14216 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14217 into alists as symbol not string, since that's what
14218 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14219 look for.
14220
14221 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
14222
14223 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14224 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14225
14226 * message.el (message-tool-bar-gnome): Use gmm-ignore.
14227
14228 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14229
14230 * gnus-art.el (gnus-mime-security-button-commands): New variable.
14231 (gnus-mime-security-button-menu): New definition.
14232 (gnus-mime-security-button-map): Use them.
14233 (gnus-mime-security-button-menu): New function.
14234 (gnus-insert-mime-security-button): Addition to help echo.
14235 (gnus-mime-security-run-function, gnus-mime-security-save-part)
14236 (gnus-mime-security-pipe-part): New functions.
14237
14238 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14239 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14240
14241 * mm-decode.el (mm-handle-set-disposition): Remove.
14242 (mm-handle-set-description): Remove.
14243
14244 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14245
14246 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14247 (mm-w3m-standalone-supports-m17n-p): New function.
14248 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14249 w3m usage.
14250
14251 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14252 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14253
14254 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
14255
14256 * message.el (message-tool-bar-zap-list):
14257 Use gmm-tool-bar-zap-list as custom type.
14258 (message-tool-bar-update): New function.
14259 (message-tool-bar, message-tool-bar-gnome)
14260 (message-tool-bar-retro): Add message-tool-bar-update.
14261 (message-tool-bar-gnome): Add flyspell-buffer.
14262
14263 * gnus-util.el (gnus-error): Describe `args'.
14264
14265 * gmm-utils.el (gmm-error): Describe `args'.
14266 (gmm-tool-bar-zap-list): New widget.
14267 (gmm-tool-bar-from-list): Improve description of `zap-list'.
14268
14269 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14270
14271 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14272 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14273 the number of recursive calls.
14274
14275 * mm-decode.el (mm-handle-set-disposition): New macro.
14276 (mm-handle-set-description): New macro.
14277
14278 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14279
14280 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14281 encoding.
14282
14283 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
14284
14285 * message.el (message-tool-bar-zap-list, message-tool-bar)
14286 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14287 (message-tool-bar-local-item-from-menu): Remove.
14288 (message-tool-bar-map): Replace by `message-make-tool-bar'.
14289 (message-make-tool-bar): New function.
14290 (message-mode): Use `message-make-tool-bar'.
14291
14292 * gmm-utils.el: New file.
14293 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14294 (gmm-lazy): New widget copied from `nnmail.el'.
14295 (gmm-tool-bar-from-list): New function for creating customizable
14296 tool bars.
14297 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
14298 output.
14299 (gmm): Add :prefix to defgroup.
14300
14301 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
14302
14303 * gmm-utils.el (gmm-widget-p): New function.
14304
14305 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
14306
14307 * mml.el (mml-attach-file): Describe `description' in doc string.
14308 (mml-menu): Add Emacs MIME manual and PGG manual.
14309
14310 2006-01-20 Richard M. Stallman <rms@gnu.org>
14311
14312 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14313
14314 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
14315
14316 * nntp.el (nntp-end-of-line): Doc fix.
14317
14318 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
14319
14320 * imap.el (imap-open): Handle case where buffer is a buffer
14321 object.
14322
14323 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14324
14325 * gnus-delay.el (gnus-delay): Don't autoload.
14326 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14327 to be re-loaded when customizing the `gnus-delay' group.
14328
14329 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
14330
14331 * message.el (message-insert-citation-line): Use newlines.
14332
14333 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
14334
14335 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14336
14337 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14338
14339 2006-01-19 Mark D. Baushke <mdb@gnu.org>
14340
14341 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14342
14343 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14344
14345 * mm-decode.el (mm-inlined-types): Add application/pgp.
14346 (mm-automatic-display): Ditto.
14347
14348 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14349 part as text.
14350
14351 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
14352
14353 * nnrss.el: Update copyright.
14354 (nnrss-opml-import): Query whether to subscribe to each entry.
14355
14356 * gnus-art.el:
14357 * gnus-sum.el:
14358 * mm-uu.el:
14359 * mm-view.el: Update copyright.
14360
14361 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
14362
14363 * message.el (message-info): New function.
14364 (message-mode-menu): Add it.
14365 Update copyright.
14366
14367 * ChangeLog: Fix and update copyright.
14368
14369 2006-01-13 Romain Francoise <romain@orebokech.com>
14370
14371 * message.el (message-forward-subject-name-subject): Prefer the
14372 address to 'nowhere' if the sender has no name.
14373 Fix typo. Update copyright year.
14374
14375 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
14376
14377 * gnus-art.el (article-wash-html):
14378 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14379 (gnus-article-wash-html-with-w3m-standalone): New function.
14380
14381 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14382 mm-inline-text-html-render-with-w3m-standalone.
14383 (mm-text-html-washer-alist): Map w3m-standalone to
14384 gnus-article-wash-html-with-w3m-standalone.
14385 (mm-inline-text-html-render-with-w3m-standalone): New function.
14386
14387 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
14388
14389 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14390 Improve LaTeX.
14391
14392 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
14393
14394 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14395 (nnrss-request-article): Render text/plain parts as HTML.
14396
14397 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14398 the buffer.
14399
14400 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
14401
14402 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14403 custom definition of `gnus-posting-styles'.
14404
14405 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14406 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14407
14408 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
14409
14410 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14411 Use nntp for bug archive.
14412
14413 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
14414
14415 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14416 parts.
14417 (nnrss-normalize-date): New function converts ISO 8601 date into
14418 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14419 (nnrss-check-group): Use it.
14420
14421 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
14422
14423 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14424
14425 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14426 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14427 (nnrss-insert-w3): Ditto.
14428
14429 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14430
14431 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14432 the articles to be forwarded including the case where neither a
14433 number of articles nor a region is specified.
14434
14435 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
14436
14437 * nnrss.el (nnrss-request-article): Fix last change; fill
14438 text/plain parts.
14439
14440 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
14441
14442 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14443 in text/plain part.
14444 (nnrss-check-group): Don't add excessive newline to dc:subject.
14445
14446 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
14447
14448 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14449 article.
14450
14451 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
14452
14453 * nnml.el: Don't require gnus-bcklg. Autoload it.
14454 (nnml-use-compressed-files, nnml-save-mail): Support other
14455 comression programs such as bzip2.
14456
14457 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14458
14459 * dns.el (query-dns): Make sure we check the buffer size before
14460 removing tcp headers.
14461
14462 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
14463
14464 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14465 remove MIME buttons associated with multipart/alternative parts.
14466 (gnus-mime-display-alternative): Tag buttons using `article-type'
14467 text property.
14468
14469 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14470 associated with multipart/alternative parts.
14471
14472 * gnus-art.el (gnus-signature-separator): Fix custom type.
14473
14474 * mm-decode.el (mm-inlined-types): Fix custom type.
14475 (mm-keep-viewer-alive-types): Ditto.
14476 (mm-automatic-display): Ditto.
14477 (mm-attachment-override-types): Ditto.
14478 (mm-inline-override-types): Ditto.
14479 (mm-automatic-external-display): Ditto.
14480
14481 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
14482
14483 * spam-report.el (spam-report-user-mail-address)
14484 (spam-report-user-agent): New variables.
14485 (spam-report-url-ping-plain): Use spam-report-user-agent.
14486
14487 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
14488
14489 * gnus-art.el (gnus-button-handle-custom): Do not just use
14490 `customize-apropos' for any "M-x customize-*" button but the
14491 function called for. Accept both the function name and its
14492 argument in order to achieve this.
14493 (gnus-button-alist): Remove support for "custom:" URL's.
14494 Pass function name to `gnus-button-handle-custom' in case of "M-x
14495 customize-*" buttons.
14496
14497 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14498
14499 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14500 multipart/alternative and add xref to mm-discouraged-alternatives
14501 in doc string.
14502
14503 * mm-decode.el (mm-discouraged-alternatives): Add xref to
14504 gnus-buttonized-mime-types in doc string.
14505
14506 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
14507
14508 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14509 Suggest image/.* in the doc string.
14510
14511 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
14512
14513 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14514 message-marks (Debian bug #342521).
14515
14516 2005-12-12 Simon Josefsson <jas@extundo.com>
14517
14518 * password.el (password-read-from-cache): Add.
14519 (password-read): Use it.
14520
14521 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14522
14523 * rfc2047.el (rfc2047-charset-to-coding-system):
14524 Recognize us-ascii as a MIME charset.
14525
14526 * mm-bodies.el (mm-decode-content-transfer-encoding):
14527 Protect against the case where the 2nd arg TYPE is nil.
14528
14529 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14530
14531 * pop3.el (pop3-stream-type): Fix custom version.
14532
14533 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14534
14535 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14536
14537 * mm-decode.el (mm-display-external): Add missing cdr.
14538
14539 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
14540
14541 * mm-decode.el (mm-display-external): Use nametemplate (defined in
14542 RFC1524) if it is in mailcap or add a suffix according to
14543 mailcap-mime-extensions when generating a temp filename; postpone
14544 deleting a temp file for 2 seconds for some wrappers, shell
14545 scripts, and so on, which might exit right after having started a
14546 viewer command as a background job.
14547
14548 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14549
14550 * nntp.el (nntp-marks-directory): Fix custom group.
14551
14552 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14553 steps when < 10.
14554
14555 * gnus-start.el (gnus-no-server-1):
14556 Mention `gnus-level-default-subscribed' in doc string.
14557
14558 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14559
14560 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14561 parens.
14562
14563 2005-11-26 Dave Love <fx@gnu.org>
14564
14565 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14566 (tls-program, tls-success): Provide openssl alternative.
14567
14568 * starttls.el: Doc fixes.
14569 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14570 SERVICE to PORT.
14571
14572 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
14573 port null or service name.
14574 (starttls-negotiate): Autoload.
14575
14576 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14577
14578 * message.el (message-kill-to-signature): Fix interactive spec.
14579
14580 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
14581
14582 * pop3.el (pop3-open-server): Recognize a string as a service name.
14583
14584 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
14585
14586 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14587
14588 2005-11-23 Dave Love <fx@gnu.org>
14589
14590 Add pop3s, pop3/starttls.
14591
14592 * pop3.el (pop3-authentication-scheme): Clarify doc.
14593 (open-tls-stream, starttls-open-stream): Autoload.
14594 (pop3-stream-type): New.
14595 (pop3-open-server): Use it.
14596
14597 * mail-source.el (mail-sources): Fix some :types. Add stream type
14598 for POP.
14599 (mail-source-keyword-map): Add :stream for POP.
14600 (mail-source-fetch-pop): Use pop3-stream-type.
14601
14602 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
14603
14604 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14605 of current-time-string.
14606
14607 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
14608
14609 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14610 date header.
14611
14612 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14613
14614 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14615 it can seriously impact performance as it bypasses the agent's
14616 local caches.
14617
14618 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14619
14620 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14621 must be explicitly online rather than "not explicitly offline" for
14622 its flags to be synchronized.
14623
14624 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14625 that gnus-uu-unmark-thread will function correctly.
14626
14627 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14628 1024K is instead displayed as 1M.
14629
14630 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14631
14632 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14633
14634 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
14635
14636 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14637
14638 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
14639
14640 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14641 error message to display actual error condition.
14642 (gnus-agent-save-local): Avoid saving symbols that are bound to
14643 nil as they simply result in a warning message in
14644 gnus-agent-read-local.
14645
14646 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14647
14648 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14649 rather than make-variable-buffer-local for file-precious-flag.
14650
14651 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14652
14653 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14654 for duplicates which are removed. The invalid sort check then
14655 triggers a rescan after the sort as sorting may have moved
14656 duplicate entries such that they can be cheaply detected.
14657
14658 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14659
14660 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14661
14662 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14663
14664 * gnus-agent.el (gnus-agent-article-alist-save-format):
14665 Change internal variable to a custom variable. Change default value
14666 from compressed(2) to uncompressed(1).
14667 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14668 support for uncompressed agentview files. Taken together, reading
14669 the agentview file should now be 6-7 times faster.
14670
14671 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
14672
14673 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14674 as a buffer-local variable. This avoids creating truncated
14675 dribble files as a result of a hang up, eg.
14676
14677 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14678
14679 * gnus-start.el (gnus-start-draft-setup):
14680 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14681
14682 * gnus.el (gnus-splash): Change custom group.
14683 (gnus-group-get-parameter, gnus-group-parameter-value):
14684 Describe allow-list argument.
14685
14686 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14687 string.
14688
14689 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14690
14691 * gnus-art.el (gnus-default-article-saver): Add user-defined
14692 `function' to custom type.
14693
14694 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14695
14696 * imap.el (imap-open): Handle case where buffer is a buffer
14697 object.
14698
14699 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14700
14701 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14702 long lines.
14703 (gnus-cache-delete-group): Wrap doc strings.
14704
14705 * gnus-agent.el (gnus-agent-rename-group)
14706 (gnus-agent-delete-group): Wrap doc strings.
14707
14708 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14709
14710 * gnus-start.el (gnus-1): Add "native" to
14711 gnus-predefined-server-alist.
14712
14713 * gnus.el (gnus-method-to-server): Don't add "native" to the
14714 lists here, because that leads to problems when
14715 gnus-select-method is bound.
14716
14717 2005-11-09 Simon Josefsson <jas@extundo.com>
14718
14719 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14720 use (not sort-by-date) instead.
14721
14722 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14723
14724 * gnus-delay.el (gnus-delay-group): Don't autoload.
14725 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14726 to be re-loaded when customizing the `gnus-delay' group.
14727
14728 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
14729
14730 * message.el: Revert last changes.
14731 (message-insert-citation-line): Use newlines.
14732
14733 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14734
14735 * message.el (message-courtesy-message)
14736 (message-mark-insert-begin, message-mark-insert-end)
14737 (message-elide-ellipsis, message-cancel-message)
14738 (message-add-header, message-change-subject)
14739 (message-cross-post-followup-to-header)
14740 (message-cross-post-insert-note, message-reduce-to-to-cc)
14741 (message-widen-reply, message-delete-not-region)
14742 (message-kill-to-signature, message-insert-signature)
14743 (message-insert-importance-high, message-insert-importance-low)
14744 (message-insert-or-toggle-importance)
14745 (message-insert-disposition-notification-to)
14746 (message-indent-citation, message-yank-original)
14747 (message-cite-original-without-signature, message-cite-original)
14748 (message-insert-citation-line, message-position-on-field)
14749 (message-fix-before-sending, message-send-mail-partially)
14750 (message-send-mail, message-send-mail-with-sendmail)
14751 (message-send-mail-with-qmail, message-send-news)
14752 (message-check-news-header-syntax, message-generate-headers)
14753 (message-insert-courtesy-copy, message-fill-address)
14754 (message-fill-header, message-shorten-references)
14755 (message-setup-1, message-cancel-news)
14756 (message-forward-make-body-plain, message-forward-make-body-mime)
14757 (message-forward-make-body-mml, message-encode-message-body)
14758 (message-forward-make-body-digest-plain)
14759 (message-forward-make-body-digest-mime)
14760 (message-use-alternative-email-as-from): Insert `hard-newline'
14761 instead of ordinary newlines.
14762
14763 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
14764
14765 * message.el (message-generate-headers): Downcase the argument
14766 given to message-check-element.
14767
14768 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
14769
14770 * nntp.el (nntp-authinfo-rejected): New error condition.
14771 (nntp-wait-for): Use new error condition to signal authentication
14772 error.
14773 (nntp-retrieve-data): Rethrow new error condition to break out of
14774 recursive call to nntp-send-authinfo.
14775
14776 2005-11-08 Romain Francoise <romain@orebokech.com>
14777
14778 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14779 (gnus-summary-exit-map): Bind to `Z p'.
14780 (gnus-summary-make-menu-bar): Add menu item.
14781
14782 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
14783
14784 * gnus-art.el (gnus-article-treat-custom): Add `first'.
14785 (gnus-treat-*): Add `first' in all doc strings.
14786
14787 * gnus-group.el (gnus-group-compact-group): Fix typo.
14788
14789 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14790
14791 * gnus.el (gnus-parameters-case-fold-search): New variable.
14792 (gnus-parameters-get-parameter): Use it.
14793
14794 * gnus-score.el (gnus-home-score-file): Doc fix.
14795
14796 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
14797
14798 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14799
14800 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
14801
14802 * mm-util.el (mm-special-display-p): New function.
14803
14804 * mml.el (mml-preview): Use it; doc fix.
14805
14806 2005-10-29 Romain Francoise <romain@orebokech.com>
14807
14808 * message.el (message-fix-before-sending): Fix comment.
14809
14810 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14811
14812 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14813
14814 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14815
14816 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14817 Used in gnus-score.el.
14818
14819 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14820
14821 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14822
14823 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14824
14825 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14826 whitespace removed in revision 7.8. Use concatenated string to
14827 protect trailing whitespace.
14828
14829 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
14830
14831 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14832 (nnimap-request-expire-articles): Use it to avoid sending 'UID
14833 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14834 Courier IMAP ("some version from 2004"). Mostly based on similar
14835 code in the same function.
14836
14837 2005-10-26 Didier Verna <didier@xemacs.org>
14838
14839 * gnus-group.el (gnus-group-compact-group): Invalidate original
14840 article buffer.
14841 * gnus-srvr.el (gnus-server-compact-server): Ditto.
14842 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14843 NOV database and in article itself.
14844 Invalidate article backlog.
14845
14846 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14847
14848 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14849
14850 2005-10-26 Simon Josefsson <jas@extundo.com>
14851
14852 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14853 part of 2004-07-25 change.
14854
14855 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
14856
14857 * message.el (message-display-completion-list): New function.
14858 (message-expand-group): Use it; make sure the Completions buffer
14859 is modifiable.
14860
14861 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14862
14863 * imap.el (imap-open): Handle case where buffer is a buffer object.
14864
14865 2005-10-24 Eli Zaretskii <eliz@gnu.org>
14866
14867 * pgg-def.el:
14868 * pgg-gpg.el:
14869 * pgg-parse.el:
14870 * pgg-pgp.el:
14871 * pgg-pgp5.el:
14872 * pgg.el: Move to the parent lisp directory.
14873
14874 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14875
14876 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14877 user-mail-name is an empty string.
14878
14879 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14880
14881 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14882 depending on gnus-score-decay-constant.
14883
14884 * encrypt.el (encrypt-insert-file-contents)
14885 (encrypt-write-file-contents): Don't use `gnus-message'.
14886
14887 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14888 arguments.
14889 (mm-uu-type-alist): Add message-marks and insert-marks.
14890 Pass arguments to mm-uu-verbatim-marks-extract.
14891 (mm-uu-hide-markers): New variable.
14892 (mm-uu-extract): Use face similar to `gnus-cite-3'.
14893
14894 * gnus-fun.el (gnus-convert-image-to-x-face-command)
14895 (gnus-convert-image-to-face-command): Use "convert" by default to
14896 allow other input image formats.
14897 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14898 accordingly.
14899
14900 2005-10-23 Simon Josefsson <jas@extundo.com>
14901
14902 * imap.el (imap-gssapi-program): Align command line parameters
14903 with latest GNU SASL.
14904 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14905
14906 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14907
14908 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14909 HTML.
14910 (nnslashdot-request-article): Ditto.
14911
14912 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14913
14914 * mail-source.el (mail-source-fetch-pop): Require pop3.
14915 (mail-source-check-pop): Ditto.
14916
14917 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14918
14919 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14920 errors.
14921
14922 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14923
14924 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14925 (gnus-treat-strip-leading-blank-lines): Improve doc string.
14926
14927 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14928
14929 * mm-bodies.el (mm-decode-string):
14930 Call `mm-charset-to-coding-system' with allow-override argument.
14931
14932 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14933
14934 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14935 (rfc2047-charset-to-coding-system): New function.
14936 (rfc2047-decode-encoded-words): New function.
14937 (rfc2047-decode-region): Use them.
14938 (rfc2047-decode-cte): Remove.
14939 (rfc2047-parse-and-decode): Remove.
14940 (rfc2047-decode): Remove.
14941
14942 2005-10-15 Kenichi Handa <handa@m17n.org>
14943
14944 * rfc2047.el (rfc2047-decode-cte): New function.
14945 (rfc2047-decode-region): Change the way to decode successive
14946 encoded-words: decode B- or Q-encoding in each encoded-word,
14947 concatenate them, and decode it as charset.
14948
14949 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14950
14951 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
14952 widget-move-and-invoke.
14953 (gnus-custom-mode): Use gnus-custom-map.
14954
14955 2005-10-15 Bill Wohler <wohler@newt.com>
14956
14957 * message.el (message-tool-bar-map): Rename image file from
14958 mail_send to mail/send.
14959
14960 2005-10-16 Masatake YAMATO <jet@gyve.org>
14961
14962 * message.el (message-expand-group): Pass the common
14963 prefix substring of completion to `display-completion-list'.
14964
14965 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
14966
14967 * mml-sec.el (mml-secure-method): New internal variable.
14968 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14969 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14970 New functions using mml-secure-method.
14971
14972 * mml.el (mml-mode-map): Add key bindings for those functions.
14973 (mml-menu): Simplify security menu entries. Suggested by Jesper
14974 Harder <harder@myrealbox.com>.
14975 (mml-attach-file, mml-attach-buffer, mml-attach-external):
14976 Goto end of message if point is the headers of the message.
14977
14978 * message.el (message-in-body-p): New function.
14979
14980 * assistant.el: Autoload gnus-util and netrc.
14981
14982 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14983 Use `mm-charset-override-alist' only when decoding.
14984
14985 * mm-bodies.el (mm-decode-body):
14986 Call `mm-charset-to-coding-system' with allow-override argument.
14987
14988 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14989 `filename' from Content-Disposition if Content-Type doesn't
14990 provide `name'.
14991 (gnus-mime-view-part-as-type): Set default instead of
14992 initial-input.
14993
14994 2005-10-09 Daniel Brockman <daniel@brockman.se>
14995
14996 * format-spec.el (format-spec): Propagate text properties of % spec.
14997
14998 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14999
15000 * gnus-art.el (gnus-treat-predicate): Add `first'.
15001
15002 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
15003
15004 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15005 (mm-charset-override-alist): New variable.
15006 (mm-charset-to-coding-system): Use it.
15007 (mm-codepage-setup): New helper function.
15008 (mm-charset-eval-alist): New variable.
15009 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15010 Warn about unknown charsets.
15011
15012 2005-10-04 David Hansen <david.hansen@gmx.net>
15013
15014 * nnrss.el (nnrss-request-article): Add support for the comments tag.
15015 (nnrss-check-group): Ditto.
15016
15017 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15018
15019 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15020 Rename x-gnus-verbatim to x-verbatim.
15021 (mm-uu-type-alist): Fix regexp for verbatim-marks.
15022
15023 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15024 x-verbatim.
15025
15026 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15027
15028 * gnus-util.el (gnus-remove-duplicates): Remove.
15029
15030 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15031 instead of gnus-remove-duplicates.
15032
15033 * message.el (message-remove-duplicates): Remove.
15034 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15035 message-remove-duplicates.
15036
15037 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15038 available, else use implementation from `delete-dups'.
15039
15040 * message.el (message-insert-expires): New function.
15041 (message-mode-map): Add key binding.
15042 (message-mode-field-menu): Add menu entry.
15043 (message-mode): Document it.
15044 (message-make-expires-date): Use `message-make-date'.
15045
15046 2005-10-04 Josh Huber <huber@alum.wpi.edu>
15047
15048 * message.el (message-make-expires-date): New function.
15049
15050 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
15051
15052 * time-date.el: Autoload parse-time-string, XEmacs needs it.
15053
15054 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
15055
15056 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15057 function rather than the diff-mode.el package.
15058 (mm-display-external): Use with-current-buffer.
15059 (mm-viewer-completion-map, mm-viewer-completion-map):
15060 Move initialization inside declaration.
15061
15062 2005-09-29 Simon Josefsson <jas@extundo.com>
15063
15064 * spam.el: Load hashcash when compiling, to avoid warnings.
15065 Don't autoload mail-check-payment.
15066 (spam-check-hashcash): Define unconditionally, since hashcash.el
15067 is part of Gnus now. Ignore errors from payment checking.
15068
15069 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
15070
15071 * message.el (message-bold-region, message-unbold-region):
15072 Rename from `bold-region' and `unbold-region'.
15073
15074 * message.el: Remove useless autoloads.
15075
15076 2005-09-28 Simon Josefsson <jas@extundo.com>
15077
15078 * message.el (message-use-idna): Default to t.
15079 (message-use-idna): Test whether encoding works too. Doc fix.
15080
15081 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
15082
15083 * nntp.el (nntp-warn-about-losing-connection): Remove.
15084
15085 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
15086
15087 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15088 customizable. Change default value.
15089 (mm-uu-diff-groups-regexp): Change default value.
15090 (mm-uu-type-alist): Add doc string.
15091 (mm-uu-configure): Add doc string. Make it interactive.
15092 (mm-uu-tex-groups-regexp): New variable.
15093 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15094 (mm-uu-type-alist): Add LaTeX documents.
15095 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15096 of "text/verbatim".
15097 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15098
15099 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15100 instead of "text/verbatim".
15101
15102 * message.el (message-mark-inserted-region)
15103 (message-mark-insert-file): Use slrn style marks when called with
15104 prefix argument.
15105
15106 2005-09-27 Simon Josefsson <jas@extundo.com>
15107
15108 * message.el (message-idna-to-ascii-rhs-1): Reformat.
15109
15110 2005-09-27 Arne Jørgensen <arne@arnested.dk>
15111
15112 * message.el (message-remove-duplicates): New function.
15113 Implementation borrowed from `gnus-remove-duplicates'.
15114 (message-idna-to-ascii-rhs): Also encode idna addresses in
15115 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15116 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15117 only ask about the same idna domain once per header and also tell
15118 in what header to replace the idna domain.
15119
15120 * gnus-art.el (article-decode-idna-rhs): Also decode idna
15121 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15122 (article-decode-idna-rhs): Fix regexp so that all idna-address in
15123 a header is decoded and not just the last one.
15124
15125 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
15126
15127 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15128 has been decoded.
15129
15130 * mm-decode.el (mm-automatic-display): Add text/verbatim.
15131 (mm-insert-part): Don't modify text if it has been decoded.
15132
15133 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15134 decoded.
15135
15136 * mm-view.el (mm-inline-text): Don't strip text props unless
15137 decoding enriched or richtext parts.
15138
15139 2005-09-25 Romain Francoise <romain@orebokech.com>
15140
15141 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15142 * gnus-start.el (gnus-subscribe-interactively):
15143 * gnus-uu.el (gnus-uu-grab-articles):
15144 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15145 space.
15146
15147 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
15148
15149 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15150 * mm-view.el (mm-view-pkcs7-decrypt):
15151 * gnus-sum.el (gnus-summary-limit-to-extra)
15152 (gnus-summary-respool-article, gnus-read-move-group-name):
15153 * gnus-score.el (gnus-summary-increase-score):
15154 * gnus-util.el (gnus-completing-read-with-default):
15155 * gnus-art.el (gnus-read-save-file-name)
15156 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15157 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15158 * message.el (message-check-news-header-syntax):
15159 Follow convention for reading with the minibuffer.
15160
15161 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
15162
15163 * spam-report.el (spam-report-url-ping-plain):
15164 Use gnus-extended-version as User-Agent.
15165
15166 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15167 default value is nil.
15168
15169 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15170 (mm-uu-verbatim-marks-extract): New function.
15171 (mm-uu-extract): New face.
15172 (mm-uu-copy-to-buffer): Use it.
15173
15174 * spam-report.el (spam-report-gmane-ham): Rename from
15175 `spam-report-gmane-unspam'.
15176 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15177 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
15178
15179 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15180 Autoload.
15181 (spam-report-gmane-unregister-routine):
15182 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15183
15184 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
15185
15186 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15187 (spam-report-gmane-unregister-routine): Add support for gmane
15188 unregistration.
15189
15190 * spam-report.el (spam-report-gmane-unspam)
15191 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15192 (spam-report-gmane): Change to take a single article and do unspam
15193 registration.
15194
15195 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15196
15197 * mm-url.el (mm-url-decode-entities): Fix regexp.
15198
15199 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15200
15201 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15202 default to nil, to be able to use Gnus at all. If the default
15203 switches to something else, then the function should be fixed not
15204 be exceedingly slow.
15205
15206 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
15207
15208 * gnus-start.el (gnus-activate-group): If the server is nil, don't
15209 fail hard.
15210
15211 * spam-report.el: Add better Keywords line.
15212
15213 * spam.el: Add Maintainer and better Keywords line.
15214
15215 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15216
15217 * gnus-art.el (gnus-article-replace-part)
15218 (gnus-mime-replace-part): New functions.
15219 (gnus-mime-action-alist, gnus-mime-button-commands)
15220 (gnus-mime-save-part-and-strip): Add file argument.
15221 (gnus-article-part-wrapper): Add interactive argument.
15222
15223 * gnus-sum.el (gnus-summary-mime-map):
15224 Add `gnus-article-replace-part'.
15225
15226 2005-09-19 Didier Verna <didier@xemacs.org>
15227
15228 The nnml compaction feature:
15229 * nnml.el (nnml-request-compact-group): New function.
15230 * nnml.el (nnml-request-compact): New function.
15231 * gnus-int.el (gnus-request-compact-group): New function.
15232 * gnus-int.el (gnus-request-compact): New function.
15233 * gnus-group.el (gnus-group-compact-group): New function.
15234 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15235 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15236 * gnus-srvr.el (gnus-server-compact-server): New function.
15237 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15238 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15239
15240 2005-09-18 Deepak Goel <deego@gnufans.org>
15241
15242 * sieve.el (sieve-help): Fix `message' call: first arg should be a
15243 format spec.
15244
15245 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
15246
15247 * gnus.el (gnus-group-startup-message): Bind image-load-path.
15248
15249 2005-09-15 Romain Francoise <romain@orebokech.com>
15250
15251 * message.el (message-fill-paragraph): Clarify docstring.
15252
15253 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
15254
15255 * gnus-art.el (gnus-mime-display-part): Protect against broken
15256 MIME messages.
15257
15258 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15259
15260 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15261 before parsing header.
15262
15263 2005-09-11 Jari Aalto <jari.aalto@cante.net>
15264
15265 * html2text.el (html2text-replace-list): Add new entities.
15266
15267 2005-09-11 Romain Francoise <romain@orebokech.com>
15268
15269 * message.el (message-alternative-emails): Improve docstring.
15270 (message-setup-1): Call `message-use-alternative-email-as-from'
15271 after `message-setup-hook' to give it precedence over posting
15272 styles, etc.
15273 (message-use-alternative-email-as-from): Add docstring.
15274 Remove the original From header if present.
15275
15276 * nnml.el (nnml-compressed-files-size-threshold): New variable.
15277 (nnml-save-mail): Use it.
15278
15279 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15280 articles. Add new argument `silent'.
15281 (gnus-uu-mark-all): Report the total number of marked articles.
15282
15283 2005-09-10 Romain Francoise <romain@orebokech.com>
15284
15285 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15286 (gnus-uu-mark-series): Likewise.
15287
15288 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
15289
15290 * spam-report.el (spam-report-gmane): Fix generation of spam
15291 report URL.
15292
15293 2005-09-10 Simon Josefsson <jas@extundo.com>
15294
15295 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15296 t, based on discussion on the ding list with Robert Epprecht
15297 <epprecht@solnet.ch>.
15298
15299 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
15300
15301 * spam-report.el (spam-report-gmane): Make it work without
15302 X-Report-Spam header. Gmane now only provides Archived-At.
15303 This is only used if `spam-report-gmane-use-article-number' is nil.
15304 (spam-report-gmane-spam-header): Remove. Not used anymore.
15305
15306 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15307 make `gnus-summary-sort-by-recipient' work with threading.
15308
15309 * nnweb.el (nnweb-google-wash-article): Print a message if article
15310 is not available.
15311
15312 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15313
15314 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15315 change. Decode text/* parts content before displaying.
15316
15317 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
15318
15319 * mml-smime.el: Remove defvar of gnus-extract-address-components.
15320
15321 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
15322
15323 * mm-view.el (mm-display-inline-fontify): Disable support modes.
15324
15325 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
15326
15327 * message.el (message-tab-body-function): Fix mismatched custom type.
15328
15329 * gnus.el (gnus-group-change-level-function): Ditto.
15330
15331 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15332
15333 * gnus-art.el (gnus-signature-limit)
15334 (gnus-article-mime-part-function): Ditto.
15335
15336 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
15337
15338 * mml.el (mml-mode): Silence the byte compiler.
15339
15340 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15341 using `(sit-for 0)' before moving the point to the specified part;
15342 skip unbuttonized parts.
15343 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15344 return to the summary window if gnus-auto-select-part is non-nil.
15345
15346 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
15347
15348 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15349 New variables.
15350 (mml-dnd-attach-file, mml-mode): Use them.
15351
15352 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15353 Make fetching article by MID work again for Google Groups.
15354 Add FIXME concerning gnus-group-make-web-group.
15355
15356 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15357 Don't depend on Gnus by using mail-extract-address-components if
15358 gnus-extract-address-components is not bound.
15359
15360 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15361
15362 * gnus-art.el (gnus-mime-display-security): Don't display the
15363 signature, but only the signed part.
15364
15365 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
15366
15367 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15368
15369 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15370 list, not listp.
15371
15372 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
15373
15374 * mm-encode.el (mm-encode-content-transfer-encoding):
15375 Likewise when encoding.
15376
15377 * mm-bodies.el (mm-decode-content-transfer-encoding):
15378 De-canonicalize CRLF for all text content types, not just
15379 text/plain.
15380
15381 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
15382
15383 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15384 valid article; point arrow and cursor at the MIME button.
15385
15386 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
15387
15388 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15389 Suggested by Dan Christensen <jdc@uwo.ca>.
15390
15391 * mm-decode.el (mm-save-part): Enable change of prompt.
15392
15393 2005-08-29 Jari Aalto <jari.aalto@cante.net>
15394
15395 * gnus-msg.el (gnus-inews-add-send-actions):
15396 Make `message-post-method' lambda parameter ARG `&optional'.
15397
15398 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15399
15400 * gnus-sum.el (gnus-summary-mime-map):
15401 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15402 gnus-article-jump-to-part.
15403
15404 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15405 (gnus-article-edit-part): Use it.
15406 (gnus-article-part-wrapper): Add no-handle argument.
15407 (gnus-article-save-part-and-strip, gnus-article-delete-part):
15408 New functions.
15409
15410 2005-08-29 Romain Francoise <romain@orebokech.com>
15411
15412 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15413 docstring.
15414 (gnus-face-from-file): Likewise.
15415
15416 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15417
15418 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15419 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15420 non-nil.
15421 (gnus-auto-select-part): New variable.
15422 (gnus-article-jump-to-part): New function.
15423 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15424 (gnus-mime-delete-part): Allow selecting specified part after
15425 deleting or stripping parts.
15426 (gnus-article-jump-to-part): Don't use `read-number'. Use last
15427 part if argument is bogus.
15428
15429 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15430
15431 * gnus-art.el (w3m-minor-mode-map):
15432 * gnus-spec.el (gnus-newsrc-file-version):
15433 * gnus-util.el (nnmail-active-file-coding-system)
15434 (gnus-original-article-buffer, gnus-user-agent):
15435 * gnus.el (gnus-ham-process-destinations)
15436 (gnus-parameter-ham-marks-alist)
15437 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15438 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15439 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15440 * mm-decode.el (gnus-current-window-configuration):
15441 * mm-extern.el (gnus-article-mime-handles):
15442 * mm-url.el (url-current-object, url-package-name)
15443 (url-package-version):
15444 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15445 (smime-keys, w3m-cid-retrieve-function-alist)
15446 (w3m-current-buffer, w3m-display-inline-images)
15447 (w3m-minor-mode-map):
15448 * mml-smime.el (gnus-extract-address-components):
15449 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15450 (gnus-newsrc-hashtb, message-default-charset)
15451 (message-deletable-headers, message-options)
15452 (message-posting-charset, message-required-mail-headers)
15453 (message-required-news-headers):
15454 * mml1991.el (mc-pgp-always-sign):
15455 * mml2015.el (mc-pgp-always-sign):
15456 * nnheader.el (nnmail-extra-headers):
15457 * rfc1843.el (gnus-decode-encoded-word-function)
15458 (gnus-decode-header-function, gnus-newsgroup-name):
15459 * spam-stat.el (gnus-original-article-buffer): Add defvars.
15460
15461 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
15462
15463 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15464 the end of the date treatments.
15465
15466 2005-08-15 Simon Josefsson <jas@extundo.com>
15467
15468 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15469 it in url-handlers.el and XEmacs in url.el. Reported by Luca
15470 Capello and Romain Francoise.
15471 (pgg-fetch-key-function): Remove, not used?
15472 (pgg-insert-url-with-w3): Require url, to get
15473 url-insert-file-contents regardless of where it is defined.
15474
15475 2005-08-13 Romain Francoise <romain@orebokech.com>
15476
15477 * message.el (message-cite-original-1): New function.
15478 (message-cite-original): Use it.
15479 (message-cite-original-without-signature): Ditto.
15480
15481 2005-08-08 Romain Francoise <romain@orebokech.com>
15482
15483 * message.el (message-yank-empty-prefix): New variable.
15484 (message-indent-citation): Use it.
15485 (message-cite-original-without-signature): Respect X-No-Archive.
15486
15487 2005-08-08 Simon Josefsson <jas@extundo.com>
15488
15489 * pgg.el: Autoload url-insert-file-contents instead of loading
15490 w3/url.
15491 (pgg-insert-url-with-w3): Don't load url here.
15492
15493 2005-08-07 Jesper Harder <harder@phys.au.dk>
15494
15495 * message.el (message-kill-to-signature): Don't insert newline at
15496 bol.
15497 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15498
15499 2005-08-06 Romain Francoise <romain@orebokech.com>
15500
15501 * message.el (message-user-fqdn): Fix typo in docstring.
15502
15503 2005-08-05 Daiki Ueno <ueno@unixuser.org>
15504
15505 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15506
15507 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15508
15509 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
15510
15511 * mm-bodies.el (mm-encode-body): Use coding system rather than
15512 charset to encode text.
15513
15514 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15515 number of charsets if utf-8 is available (XEmacs).
15516
15517 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15518
15519 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15520 taken from `gnus-button-mid-or-mail-regexp'.
15521 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15522 (gnus-button-alist): Improve regexp for domain part of the MIDs
15523 for news:localpart@domain buttons.
15524 (gnus-button-ctan-directory-regexp): Update.
15525
15526 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15527
15528 * sieve-manage.el (sieve-manage-interactive-login):
15529 Use make-local-variable rather than make-variable-buffer-local.
15530 (sieve-manage-open): Ditto.
15531 (sieve-manage-authenticate): Ditto.
15532
15533 * mml.el (mml-generate-mime-1): Make the content type default to
15534 text/plain if the filename is not specified.
15535
15536 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15537
15538 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15539 instead of insert-buffer.
15540
15541 * message.el (message-yank-original): Ditto; set the mark at the
15542 end of the yanked message.
15543
15544 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
15545
15546 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15547 lines to scroll rather than to stop it.
15548
15549 * mml.el (mml-generate-default-type): Add doc string.
15550 (mml-generate-mime-1): Use mm-default-file-encoding or make it
15551 default to application/octet-stream when determining the content
15552 type if it is not specified for the part or the mml contents; add
15553 a comment about mml-generate-default-type.
15554
15555 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
15556
15557 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15558 make it default to application/octet-stream when determining the
15559 content type if it is not specified for the external contents.
15560
15561 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15562
15563 * rfc2231.el (rfc2231-parse-string): Take care that not only a
15564 segmented parameter but also other parameters might be there.
15565
15566 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15567
15568 * mm-decode.el (mm-display-external): Delete temp file, directory
15569 and buffer immediately if the external process is exited.
15570
15571 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
15572
15573 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15574 fewer lines than that of scroll-margin.
15575 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15576
15577 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
15578
15579 * gnus-art.el (gnus-article-next-page): Revert.
15580 (gnus-article-beginning-of-window): New macro.
15581 (gnus-article-next-page-1): Use it.
15582 (gnus-article-prev-page): Ditto.
15583 (gnus-article-edit-part): Use insert-buffer-substring instead of
15584 insert-buffer.
15585 (gnus-article-edit-exit): Ditto.
15586
15587 * gnus-util.el (gnus-beginning-of-window): Remove.
15588 (gnus-end-of-window): Remove.
15589
15590 2005-07-25 Simon Josefsson <jas@extundo.com>
15591
15592 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15593 to have the url package without w3. Reported by Daiki Ueno
15594 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15595
15596 2005-07-20 Didier Verna <didier@xemacs.org>
15597
15598 * gnus-diary.el: Remove the description comment (nndiary is now
15599 properly documented in the Gnus manual).
15600 Fix the spelling of "Back End".
15601 * nndiary.el: Ditto.
15602 Fix the copyright notice.
15603
15604 2005-07-18 Romain Francoise <romain@orebokech.com>
15605
15606 * gnus-sum.el (gnus-summary-to-prefix)
15607 (gnus-summary-newsgroup-prefix): New variables.
15608 (gnus-summary-from-or-to-or-newsgroups): Use them.
15609
15610 2005-07-17 Romain Francoise <romain@orebokech.com>
15611
15612 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15613 space as it's generally not especially interesting to the user.
15614
15615 2005-07-16 Romain Francoise <romain@orebokech.com>
15616
15617 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15618 nil to avoid prompting and file modification if one of the
15619 messages at the top of the nnfolder file contains a copyright
15620 notice.
15621 Update copyright notice.
15622
15623 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15624 instead of `current-time-string' as the latter creates a time
15625 string that is not RFC 2822 compliant (it lacks the zone).
15626 Update copyright notice.
15627
15628 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
15629
15630 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15631 for text/rtf. Display default in prompt. Pass default for M-n.
15632
15633 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15634
15635 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15636
15637 * gnus-msg.el (gnus-button-mailto):
15638 Remove save-selected-window-window hackery because it relies on
15639 save-selected-window internals.
15640
15641 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
15642
15643 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15644 (gnus-article-next-page-1): Use gnus-beginning-of-window.
15645 (gnus-article-prev-page): Ditto.
15646
15647 * gnus-util.el (gnus-beginning-of-window): New function.
15648 (gnus-end-of-window): New function.
15649
15650 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15651
15652 * gnus-score.el (gnus-score-edit-all-score):
15653 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15654 gnus-message.
15655
15656 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15657
15658 * gnus-msg.el (gnus-button-mailto):
15659 Remove save-selected-window-window hackery because it relies on
15660 save-selected-window internals.
15661
15662 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15663
15664 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15665 add-minor-mode.
15666 (gnus-binary-mode): Ditto.
15667
15668 * gnus-topic.el (gnus-topic-mode): Ditto.
15669
15670 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
15671
15672 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15673 (gnus-article-prev-page): Take scroll-margin into consideration.
15674
15675 2005-07-04 Lute Kamstra <lute@gnu.org>
15676
15677 Update FSF's address in GPL notices.
15678
15679 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
15680
15681 * gnus.el (gnus-exit):
15682 * gnus-group.el (gnus-group-icons):
15683 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15684
15685 * gnus-nocem.el (gnus-nocem):
15686 * message.el (message-various, message-buffers, message-sending)
15687 (message-interface, message-forwarding, message-insertion)
15688 (message-headers, message-news, message-mail):
15689 * pgg-gpg.el (pgg-gpg):
15690 * pgg-parse.el (pgg-parse):
15691 * pgg-pgp.el (pgg-pgp):
15692 * pgg-pgp5.el (pgg-pgp5):
15693 * pop3.el (pop3): Finish `defgroup' description with period.
15694
15695 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
15696
15697 * gnus-art.el (article-display-face): Improve the efficiency.
15698 (article-display-x-face): Ditto; remove grey x-face stuff.
15699
15700 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
15701
15702 * gnus-art.el (article-display-face): Correct the position in
15703 which Faces are inserted.
15704
15705 2005-06-29 Didier Verna <didier@xemacs.org>
15706
15707 * gnus-art.el (article-display-face): Display faces in correct
15708 order.
15709
15710 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15711
15712 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15713 (gnus-fill-real-hashtb): Use hash table instead of obarray.
15714 (gnus-nocem-check-article): Fetch the Type header.
15715 (gnus-nocem-message-wanted-p): Fix the way to examine types.
15716 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15717 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15718 make sure gnus-nocem-hashtb is initialized.
15719 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15720 (gnus-nocem-unwanted-article-p): Ditto.
15721
15722 * pgg.el (pgg-verify): Return the verification result.
15723
15724 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15725
15726 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15727 is ascii.
15728
15729 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15730
15731 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15732 `show-nonbreak-escape'.
15733
15734 2005-06-23 Lute Kamstra <lute@gnu.org>
15735
15736 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15737
15738 * dig.el (dig-mode):
15739 * smime.el (smime-mode): Use gnus-run-mode-hooks.
15740
15741 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15742
15743 * nnimap.el (nnimap-split-download-body): Fix spellings.
15744
15745 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15746
15747 * gnus-art.el (gnus-article-encrypt-body):
15748 * gnus-cus.el (gnus-score-customize):
15749 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15750 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15751
15752 2005-06-16 Arne Jørgensen <arne@arnested.dk>
15753
15754 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15755 header by looking for magic "MII" at the beginnig.
15756
15757 2005-06-16 Miles Bader <miles@gnu.org>
15758
15759 * assistant.el (assistant-field): Remove "-face" suffix from face name.
15760 (assistant-field-face): New backward-compatibility alias for renamed
15761 face.
15762 (assistant-render-text): Use renamed assistant-field face.
15763
15764 * spam.el (spam): Remove "-face" suffix from face name.
15765 (spam-face): New backward-compatibility alias for renamed face.
15766 (spam-face, spam-initialize): Use renamed spam face.
15767
15768 * message.el (message-header-to, message-header-cc)
15769 (message-header-subject, message-header-newsgroups)
15770 (message-header-other, message-header-name)
15771 (message-header-xheader, message-separator, message-cited-text)
15772 (message-mml): Remove "-face" suffix from face names.
15773 (message-header-to-face, message-header-cc-face)
15774 (message-header-subject-face, message-header-newsgroups-face)
15775 (message-header-other-face, message-header-name-face)
15776 (message-header-xheader-face, message-separator-face)
15777 (message-cited-text-face, message-mml-face):
15778 New backward-compatibility aliases for renamed faces.
15779 (message-font-lock-keywords): Use renamed message faces.
15780
15781 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15782 (sieve-test-commands, sieve-tagged-arguments):
15783 Remove "-face" suffix from face names.
15784 (sieve-control-commands-face, sieve-action-commands-face)
15785 (sieve-test-commands-face, sieve-tagged-arguments-face):
15786 New backward-compatibility aliases for renamed faces.
15787 (sieve-control-commands-face, sieve-action-commands-face)
15788 (sieve-test-commands-face, sieve-tagged-arguments-face):
15789 Use renamed sieve faces.
15790
15791 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15792 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15793 (gnus-group-news-3-empty, gnus-group-news-4)
15794 (gnus-group-news-4-empty, gnus-group-news-5)
15795 (gnus-group-news-5-empty, gnus-group-news-6)
15796 (gnus-group-news-6-empty, gnus-group-news-low)
15797 (gnus-group-news-low-empty, gnus-group-mail-1)
15798 (gnus-group-mail-1-empty, gnus-group-mail-2)
15799 (gnus-group-mail-2-empty, gnus-group-mail-3)
15800 (gnus-group-mail-3-empty, gnus-group-mail-low)
15801 (gnus-group-mail-low-empty, gnus-summary-selected)
15802 (gnus-summary-cancelled, gnus-summary-high-ticked)
15803 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15804 (gnus-summary-high-ancient, gnus-summary-low-ancient)
15805 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15806 (gnus-summary-low-undownloaded)
15807 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15808 (gnus-summary-low-unread, gnus-summary-normal-unread)
15809 (gnus-summary-high-read, gnus-summary-low-read)
15810 (gnus-summary-normal-read, gnus-splash):
15811 Remove "-face" suffix from face names.
15812 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15813 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15814 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15815 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15816 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15817 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15818 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15819 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15820 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15821 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15822 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15823 (gnus-summary-selected-face, gnus-summary-cancelled-face)
15824 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15825 (gnus-summary-normal-ticked-face)
15826 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15827 (gnus-summary-normal-ancient-face)
15828 (gnus-summary-high-undownloaded-face)
15829 (gnus-summary-low-undownloaded-face)
15830 (gnus-summary-normal-undownloaded-face)
15831 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15832 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15833 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15834 (gnus-splash-face):
15835 New backward-compatibility aliases for renamed faces.
15836 (gnus-group-startup-message): Use renamed gnus faces.
15837
15838 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15839 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15840 (gnus-server-agent): Remove "-face" suffix from face names.
15841 (gnus-server-agent-face, gnus-server-opened-face)
15842 (gnus-server-closed-face, gnus-server-denied-face)
15843 (gnus-server-offline-face):
15844 New backward-compatibility aliases for renamed faces.
15845 (gnus-server-agent-face, gnus-server-opened-face)
15846 (gnus-server-closed-face, gnus-server-denied-face)
15847 (gnus-server-offline-face): Use renamed gnus faces.
15848
15849 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15850 Remove "-face" suffix from face names.
15851 (gnus-picon-xbm-face, gnus-picon-face):
15852 New backward-compatibility aliases for renamed faces.
15853
15854 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15855 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15856 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15857 (gnus-cite-11): Remove "-face" suffix from face names.
15858 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15859 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15860 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15861 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15862 New backward-compatibility aliases for renamed faces.
15863 (gnus-cite-attribution-face, gnus-cite-face-list)
15864 (gnus-article-boring-faces): Use renamed gnus faces.
15865
15866 * gnus-art.el (gnus-signature, gnus-header-from)
15867 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15868 (gnus-header-content): Remove "-face" suffix from face names.
15869 (gnus-signature-face, gnus-header-from-face)
15870 (gnus-header-subject-face, gnus-header-newsgroups-face)
15871 (gnus-header-name-face, gnus-header-content-face):
15872 New backward-compatibility aliases for renamed faces.
15873 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15874
15875 * gnus-sum.el (gnus-summary-selected-face)
15876 (gnus-summary-highlight): Use renamed gnus faces.
15877 * gnus-group.el (gnus-group-highlight): Likewise.
15878
15879 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15880
15881 * gnus-sieve.el (gnus-sieve-article-add-rule):
15882 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15883 * spam-stat.el (spam-stat-buffer-change-to-spam)
15884 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15885
15886 * message.el (message-is-yours-p):
15887 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15888
15889 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15890
15891 * mm-view.el (mm-inline-text): Withdraw the last change.
15892
15893 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15894
15895 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15896 executing enriched-decode.
15897
15898 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15899
15900 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15901 charset of tar files.
15902
15903 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15904
15905 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15906
15907 2005-06-04 Lute Kamstra <lute@gnu.org>
15908
15909 * nnfolder.el (nnfolder-read-folder): Make sure that undo
15910 information is never recorded.
15911
15912 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15913
15914 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15915
15916 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
15917
15918 * pop3.el (pop3-apop): Run md5 in the binary mode.
15919
15920 * starttls.el (starttls-set-process-query-on-exit-flag):
15921 Use eval-and-compile.
15922
15923 2005-05-31 Simon Josefsson <jas@extundo.com>
15924
15925 * smime.el (smime-replace-in-string): Define.
15926 (smime-cert-by-ldap-1): Use it.
15927
15928 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
15929
15930 * gnus-art.el (article-display-x-face): Replace
15931 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15932
15933 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15934 set-process-query-on-exit-flag or process-kill-without-query.
15935
15936 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15937 loop instead of replace-regexp.
15938
15939 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15940 instead of process-kill-without-query if it is available.
15941
15942 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15943 instead of find-file-hooks if it is available.
15944
15945 * mml1991.el: Bind pgg-default-user-id when compiling.
15946
15947 * mml2015.el: Bind pgg-default-user-id when compiling.
15948
15949 * nndraft.el (nndraft-request-associate-buffer):
15950 Use write-contents-functions instead of write-contents-hooks if it is
15951 available.
15952
15953 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15954 instead of find-file-hooks if it is available.
15955
15956 * nntp.el (nntp-open-connection): Replace
15957 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15958 (nntp-open-ssl-stream): Ditto.
15959 (nntp-open-tls-stream): Ditto.
15960
15961 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15962 set-process-query-on-exit-flag or process-kill-without-query.
15963 (starttls-open-stream-gnutls): Use it instead of
15964 process-kill-without-query.
15965 (starttls-open-stream): Ditto.
15966
15967 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
15968
15969 * smime.el (smime-cert-by-ldap-1): Don't use
15970 replace-regexp-in-string.
15971
15972 2005-05-31 Arne Jørgensen <arne@arnested.dk>
15973
15974 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15975
15976 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15977 in PEM format. Adjust to the XEmacs compatibility.
15978
15979 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
15980
15981 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15982 by `string-to-number'.
15983 * gnus-agent.el (gnus-agent-regenerate-group)
15984 (gnus-agent-fetch-articles): Ditto.
15985 * gnus-art.el (gnus-button-fetch-group): Ditto.
15986 * gnus-cache.el (gnus-cache-generate-active)
15987 (gnus-cache-articles-in-group): Ditto.
15988 * gnus-group.el (gnus-group-set-current-level)
15989 (gnus-group-insert-group-line): Ditto.
15990 * gnus-score.el (gnus-score-set-expunge-below)
15991 (gnus-score-set-mark-below, gnus-summary-score-effect)
15992 (gnus-summary-score-entry): Ditto.
15993 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15994 (gnus-soup-pack): Ditto.
15995 * gnus-spec.el (gnus-xmas-format): Ditto.
15996 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15997 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15998 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15999 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16000 * nndb.el (nndb-get-remote-expire-response): Ditto.
16001 * nndiary.el (nndiary-parse-schedule-value)
16002 (nndiary-string-to-number, nndiary-request-replace-article)
16003 (nndiary-request-article): Ditto.
16004 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16005 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16006 * nneething.el (nneething-make-head): Ditto.
16007 * nnfolder.el (nnfolder-request-article)
16008 (nnfolder-retrieve-headers): Ditto.
16009 * nnheader.el (nnheader-file-to-number): Ditto.
16010 * nnkiboze.el (nnkiboze-request-article): Ditto.
16011 * nnmail.el (nnmail-process-unix-mail-format)
16012 (nnmail-process-babyl-mail-format): Ditto.
16013 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16014 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16015 (nnmh-request-create-group, nnmh-request-list-1)
16016 (nnmh-request-group, nnmh-request-article): Ditto.
16017 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16018 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16019 * nnsoup.el (nnsoup-make-active): Ditto.
16020 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16021 * nntp.el (nntp-find-group-and-number)
16022 (nntp-retrieve-headers-with-xover): Ditto.
16023 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16024 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16025 (pgg-format-key-identifier): Ditto.
16026 * pop3.el (pop3-last, pop3-stat): Ditto.
16027 * qp.el (quoted-printable-decode-region): Ditto.
16028
16029 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16030 of concat.
16031
16032 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16033
16034 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16035
16036 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16037
16038 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16039
16040 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16041
16042 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16043
16044 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16045
16046 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16047 (gnus-carpal-mode): Ditto.
16048
16049 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16050 (gnus-browse-mode): Ditto.
16051
16052 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16053
16054 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16055
16056 2005-05-29 Richard M. Stallman <rms@gnu.org>
16057
16058 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16059
16060 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
16061
16062 * gnus-util.el (gnus-run-mode-hooks): New function.
16063
16064 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16065
16066 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16067
16068 * gnus-agent.el (gnus-agent-make-mode-line-string):
16069 Use mode-line-highlight as mouse-face.
16070
16071 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
16072
16073 * canlock.el (canlock): Change the parent group to news.
16074
16075 * deuglify.el (gnus-outlook-deuglify): Add :group.
16076
16077 * dig.el (dig): Add :group.
16078
16079 * dns-mode.el (dns-mode): Add :group.
16080
16081 * encrypt.el (encrypt): Add :group.
16082
16083 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16084 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16085 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16086 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16087 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16088
16089 * gnus-diary.el (gnus-diary): Add :group.
16090
16091 * gnus.el (gnus-group-news-1-face): Add :group.
16092 (gnus-group-news-1-empty-face): Ditto.
16093 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16094 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16095 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16096 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16097 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16098 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16099 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16100 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16101 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16102 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16103 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16104 (gnus-summary-high-ticked-face): Ditto.
16105 (gnus-summary-low-ticked-face): Ditto.
16106 (gnus-summary-normal-ticked-face): Ditto.
16107 (gnus-summary-high-ancient-face): Ditto.
16108 (gnus-summary-low-ancient-face): Ditto.
16109 (gnus-summary-normal-ancient-face): Ditto.
16110 (gnus-summary-high-undownloaded-face): Ditto.
16111 (gnus-summary-low-undownloaded-face): Ditto.
16112 (gnus-summary-normal-undownloaded-face): Ditto.
16113 (gnus-summary-high-unread-face): Ditto.
16114 (gnus-summary-low-unread-face): Ditto.
16115 (gnus-summary-normal-unread-face): Ditto.
16116 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16117 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16118
16119 * hashcash.el (hashcash): New custom group.
16120 (hashcash-default-payment): Add :group.
16121 (hashcash-payment-alist): Ditto.
16122 (hashcash-default-accept-payment): Ditto.
16123 (hashcash-accept-resources): Ditto.
16124 (hashcash-path): Ditto.
16125 (hashcash-extra-generate-parameters): Ditto.
16126 (hashcash-double-spend-database): Ditto.
16127 (hashcash-in-news): Ditto.
16128
16129 * message.el (message-minibuffer-local-map): Add :group.
16130
16131 * netrc.el (netrc): Add :group.
16132
16133 * sieve-manage.el (sieve-manage-log): Add :group.
16134 (sieve-manage-default-user): Diito.
16135 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16136 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16137 (sieve-manage-authenticators): Ditto.
16138 (sieve-manage-authenticator-alist): Ditto.
16139 (sieve-manage-default-port): Ditto.
16140
16141 * sieve-mode.el (sieve-control-commands-face): Add :group.
16142 (sieve-action-commands-face): Ditto.
16143 (sieve-test-commands-face): Ditto.
16144 (sieve-tagged-arguments-face): Ditto.
16145
16146 * smime.el (smime): Add :group.
16147
16148 * spam-report.el (spam-report): Add :group.
16149
16150 * spam.el (spam, spam-face): Add :group.
16151
16152 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16153
16154 * nntp.el (nntp-next-result-arrived-p): Some news servers may
16155 return \n.\n.\n at the end of articles. Protect against that.
16156 (nntp-with-open-group): Allow debugging.
16157
16158 * nnheader.el (mail-header-set-extra): Make into a function
16159 because I just could't understand how to quote the list properly.
16160
16161 * dns.el (query-dns-cached): New function.
16162
16163 2005-05-26 Lute Kamstra <lute@gnu.org>
16164
16165 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16166
16167 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
16168
16169 * gnus-art.el: Don't autoload mail-extract-address-components.
16170
16171 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16172 eval-and-compile to evaluate it.
16173
16174 * hashcash.el: Don't autoload executable-find.
16175
16176 * nndb.el: Don't declare the nndb back end two or more times; don't
16177 autoload news-reply-mode, news-setup, cancel-timer and telnet.
16178
16179 * nntp.el: Autoload format-spec instead of format; use
16180 eval-and-compile to evaluate autoload forms.
16181
16182 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
16183
16184 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16185
16186 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16187
16188 * gnus.el (gnus-version-number): Bump version.
16189
16190 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16191
16192 * gnus.el: No Gnus v0.3 is released.
16193
16194 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
16195
16196 * gnus-art.el (gnus-article-edit-part): Disable undo.
16197
16198 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16199
16200 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16201 gnus-article-date-lapsed-new-header is t if date timer is active;
16202 skip headers in which the original date value is empty.
16203 (gnus-article-save-original-date): Redefine it as a macro.
16204 (gnus-display-mime): Use it.
16205
16206 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
16207
16208 * gnus-art.el (article-date-ut): Support converting date in
16209 forwarded parts as well.
16210 (gnus-article-save-original-date): New function.
16211 (gnus-display-mime): Use it.
16212
16213 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
16214
16215 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16216 enclosure element of <item>.
16217
16218 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
16219
16220 * message.el (message-kill-buffer-query): Rename from
16221 `message-kill-buffer-query-if-modified'. Add :version.
16222
16223 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16224
16225 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16226 window layout.
16227
16228 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16229
16230 * mml.el: Autoload dnd when compiling.
16231
16232 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16233
16234 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16235 x-dnd-*.
16236
16237 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16238
16239 * qp.el (quoted-printable-encode-region): Save excursion.
16240
16241 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
16242
16243 * message.el (message-kill-buffer-query-if-modified): Add new variable
16244 so the user can kill a modified message buffer quickly.
16245 (message-kill-buffer): Use it.
16246
16247 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
16248
16249 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
16250 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16251
16252 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
16253
16254 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16255 contained in text because xml.el decodes entities) with LFs.
16256
16257 2005-04-11 Lute Kamstra <lute@gnu.org>
16258
16259 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16260 differently.
16261
16262 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16263
16264 * mm-util.el (mm-detect-coding-region): Typo.
16265
16266 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
16267
16268 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16269
16270 2005-04-06 Deepak Goel <deego@gnufans.org>
16271
16272 * spam-stat.el (spam-stat-score-buffer): Add a call to a
16273 user-function allow user modifications of the scores.
16274 (spam-stat-score-buffer-user): New function, to allow
16275 user-computed modifications to the score.
16276 (spam-stat-score-buffer-user-functions): List of additional
16277 scoring functions.
16278 (spam-stat-error-holder): Global temporary error holder.
16279 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16280 variable.
16281
16282 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
16283
16284 * gnus-registry.el (gnus-registry-clean-empty-function)
16285 (gnus-registry-trim, gnus-registry-fetch-groups)
16286 (gnus-registry-delete-group): Groups that match
16287 `gnus-registry-ignored-groups' are removed from the registry
16288 entries, not just ignored for splitting. This helps clean up the
16289 registry. Also, `gnus-registry-fetch-groups' is a convenient way
16290 to get all the groups a message ID is in.
16291
16292 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16293 (spam-stat-split-fancy): Change "threshhold" to "threshold".
16294 (spam-stat-score-buffer-user-functions): Add :number custom type.
16295
16296 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16297
16298 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16299 argument in XEmacs.
16300
16301 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16302 (nnrss-request-group): Decode group name first.
16303 (nnrss-request-article): Make a text/plain article if mml-to-mime
16304 failed.
16305 (nnrss-get-encoding): Return a compatible encoding according to
16306 nnrss-compatible-encoding-alist.
16307 (nnrss-find-el): Use consp instead of listp.
16308 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16309
16310 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16311
16312 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16313 which Emacs 20 doesn't support.
16314 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16315
16316 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
16317
16318 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16319 silence the byte compiler inside the defun.
16320
16321 * gnus-demon.el (parse-time-string): Add autoload.
16322
16323 * gnus-delay.el (parse-time-string): Add autoload.
16324
16325 * gnus-art.el (parse-time-string): Add autoload.
16326
16327 * nnultimate.el (parse-time): Require for `parse-time-string'.
16328
16329 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16330
16331 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16332
16333 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16334
16335 * smime.el (smime-ldap-host-list): Add :version.
16336
16337 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
16338
16339 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16340 pass it to `gnus-browse-read-group'.
16341 (gnus-browse-read-group): Add NUMBER argument and pass it to
16342 `gnus-group-read-ephemeral-group'.
16343
16344 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16345 argument and pass it to `gnus-group-read-group'.
16346
16347 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
16348
16349 * mm-util.el (mm-xemacs-find-mime-charset): Only call
16350 mm-xemacs-find-mime-charset-1 if we have the mule feature
16351 available at runtime.
16352
16353 2005-03-25 Werner Lemberg <wl@gnu.org>
16354
16355 * nnmaildir.el: Replace `illegal' with `invalid'.
16356
16357 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16358
16359 * gnus-start.el (gnus-display-time-event-handler):
16360 Check display-time-timer at runtime rather than only at load time
16361 in case display-time-mode is turned off in the mean time.
16362
16363 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
16364
16365 * nnimap.el (nnimap-open-connection): Print which authinfo file is
16366 used.
16367
16368 * nneething.el (nneething-map-file-directory): Derive from
16369 `gnus-directory'.
16370
16371 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16372 the To/Cc button.
16373
16374 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
16375
16376 * nnmaildir.el (nnmaildir-request-accept-article):
16377 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16378
16379 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
16380
16381 * gnus-async.el: Require timer-funcs at compile time when in
16382 XEmacs for `run-with-idle-timer'.
16383
16384 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
16385
16386 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16387 autoloaded function.
16388
16389 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16390
16391 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16392
16393 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
16394
16395 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16396
16397 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16398
16399 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16400 Add gnus-expert-user to default.
16401
16402 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
16403
16404 * nnimap.el (nnimap-open-server): Ditto.
16405
16406 * imap.el (imap-authenticate): Fix typo.
16407
16408 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
16409
16410 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16411 buffer (since IMAP server might return FETCH response out of
16412 order, and the nntp buffer must be sorted).
16413
16414 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
16415
16416 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16417 comparison on string.
16418
16419 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16420 (gnus-agent-score): Rename category keywords to match gnus-cus.
16421 (gnus-agent-summary-fetch-series): Modify to protect against
16422 gnus-agent-summary-fetch-group clearing processable flags.
16423 (gnus-agent-synchronize-group-flags): Update live group buffer as
16424 synchronization may occur due to the user toggle the plugged
16425 status.
16426 (gnus-agent-fetch-group-1): Clear downloadable flag when article
16427 successfully downloaded.
16428 (gnus-agent-expire-group-1): Avoid using markers when the overview
16429 is in ascending order; greatly improves performance.
16430 (gnus-agent-regenerate-group):
16431 Use gnus-agent-synchronize-group-flags to reset read status in both
16432 gnus and server.
16433 (gnus-agent-update-files-total-fetched-for): Fix initial size.
16434
16435 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
16436
16437 * message.el: Don't autoload former message-utils variables.
16438 (message-strip-subject-trailing-was): Change doc string.
16439
16440 * nnweb.el: Fixes for `gnus-group-make-web-group'.
16441 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
16442 (nnweb-google-search): Add "hl=en" here.
16443 (nnweb-google-parse-1, nnweb-google-create-mapping):
16444 Don't hardcode URL.
16445
16446 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
16447
16448 * message.el (message-get-reply-headers, message-followup):
16449 Mention related variables `message-use-followup-to' and
16450 `message-use-mail-followup-to', in the information buffer.
16451
16452 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16453 of broken groups(-beta).google.com.
16454
16455 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
16456
16457 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16458 parameter to invoked gnus-request-move-article; remove the
16459 redundant gnus-sum-hint-move-is-internal variable; apply the marks
16460 all at once instead of once per article.
16461 (gnus-summary-remove-process-mark): Accept a list of articles as
16462 well as a single article for processing.
16463
16464 * gnus-int.el (gnus-request-move-article): Add move-is-internal
16465 parameter.
16466
16467 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16468
16469 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16470
16471 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16472 parameter.
16473
16474 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16475 parameter.
16476
16477 * nnimap.el (nnimap-request-move-article): Add move-is-internal
16478 parameter and remove the gnus-sum-hint-move-is-internal variable.
16479
16480 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16481 parameter.
16482
16483 * nndraft.el (nndraft-request-move-article): Add move-is-internal
16484 parameter.
16485
16486 * nndiary.el (nndiary-request-move-article): Add move-is-internal
16487 parameter.
16488
16489 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16490
16491 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16492 parameter.
16493
16494 * nnagent.el (nnagent-request-move-article): Add move-is-internal
16495 parameter.
16496
16497 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
16498
16499 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16500 a more conservative way.
16501
16502 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16503
16504 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16505 buffer, so it moves the window's cursor.
16506
16507 2005-02-26 Arne Jørgensen <arne@arnested.dk>
16508
16509 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16510 `mm-dissect-multipart' and receive the from field as an (optional)
16511 argument from `mm-dissect-multipart'.
16512 (mm-dissect-multipart): Receive the from field as an argument and
16513 pass it on when we call `mm-dissect-buffer' on MIME parts.
16514 Fixes verification/decryption of signed/encrypted MIME parts.
16515
16516 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
16517
16518 * gnus-sum.el (gnus-summary-move-article):
16519 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16520 whatever it calls (right now, only nnimap-request-move article
16521 respects it).
16522
16523 * nnimap.el (nnimap-request-move-article):
16524 When gnus-sum-hint-move-is-internal is set, don't do the extra
16525 nnimap-request-article.
16526
16527 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16528
16529 * nnheader.el (nnheader-find-file-noselect): Add doc string.
16530
16531 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16532 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16533
16534 * gnus-sum.el (gnus-summary-caesar-message):
16535 Apply `gnus-treat-article' after rotation.
16536
16537 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16538 doc string.
16539
16540 2005-02-22 Simon Josefsson <jas@extundo.com>
16541
16542 * encrypt.el (encrypt-password-cache-expiry): Remove (use
16543 `password-cache-expiry' instead). Reported by Arne Jørgensen
16544 <arne@arnested.dk>.
16545 (encrypt): Add password-cache and password-cache-expiry as group
16546 members.
16547
16548 2005-02-22 Arne Jørgensen <arne@arnested.dk>
16549
16550 * smime.el (smime-ldap-host-list): Doc fix.
16551 (smime-ask-passphrase): Use `password-read-and-add' to read (and
16552 cache) password.
16553 (smime-sign-region): Use it.
16554 (smime-decrypt-region): Use it.
16555 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16556 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16557 fails.
16558 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16559 certificate from DER to PEM format rather than calling openssl.
16560
16561 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16562
16563 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16564 for signing/encryption.
16565
16566 * mml.el (mml-parse-1): Use them.
16567
16568 2005-02-21 Arne Jørgensen <arne@arnested.dk>
16569
16570 * nnrss.el (nnrss-verbose): Remove.
16571 (nnrss-request-group): Use `nnheader-message' instead.
16572
16573 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
16574
16575 * nnrss.el (nnrss-verbose): New variable.
16576 (nnrss-request-group): Make it say nnrss is requesting a group.
16577
16578 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16579
16580 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16581 Handle news URL with given port correctly.
16582
16583 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16584
16585 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16586 containing special characters.
16587
16588 * gnus-sum.el (gnus-summary-edit-article): Ditto.
16589
16590 * mml.el (mime-to-mml): Ditto.
16591
16592 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16593 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16594 (rfc2047-decode-region): Quote decoded words containing special
16595 characters when rfc2047-quote-decoded-words-containing-tspecials
16596 is non-nil.
16597
16598 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
16599
16600 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16601
16602 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16603
16604 2005-02-15 Simon Josefsson <jas@extundo.com>
16605
16606 * nnimap.el (nnimap-debug): Doc fix.
16607
16608 * imap.el (imap-debug): Doc fix.
16609
16610 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16611
16612 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16613
16614 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16615
16616 * gnus.el (spam-contents): Improve docs for spam-contents
16617 parameter in its variable incarnation.
16618
16619 2005-02-14 Simon Josefsson <jas@extundo.com>
16620
16621 * smime-ldap.el: Use require instead of load-library for ldap.
16622 (smime-ldap-search): Indent.
16623 (smime-ldap-search-internal): Shorten line.
16624
16625 * smime.el (smime-cert-by-dns): Add doc-string.
16626 (smime-cert-by-ldap-1): Indent.
16627
16628 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16629 mml-smime-get-dns-ldap.
16630 (mml-smime-encrypt-query): Use new function. Default to ldap.
16631
16632 2005-02-14 Arne Jørgensen <arne@arnested.dk>
16633
16634 * smime.el: Require smime-ldap.
16635 (smime-ldap-host-list): New variable.
16636 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16637
16638 * mml-smime.el (mml-smime-encrypt-query): New function.
16639 (mml-smime-encrypt-query): Use it.
16640
16641 * smime-ldap.el: New file.
16642
16643 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16644
16645 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16646
16647 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16648
16649 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16650 argument in doc string. Make query for type more clear.
16651
16652 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
16653
16654 * gnus.el (gnus-group-startup-message): Search for gnus images in
16655 etc/images/gnus.
16656 * mm-util.el (mm-image-load-path): Likewise.
16657 * smiley.el (smiley-data-directory): Search for smilies in
16658 etc/images/smilies.
16659
16660 2005-02-09 Kim F. Storm <storm@cua.dk>
16661
16662 Change Emacs release version from 21.4 to 22.1 throughout.
16663 Change Emacs development version from 21.3.50 to 22.0.50.
16664
16665 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
16666
16667 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16668
16669 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16670 non-Mule XEmacs as well.
16671 (mm-decompress-buffer): Signal an error intentionally if it does
16672 not decompress compressed data because auto-compression-mode is
16673 disabled.
16674
16675 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
16676
16677 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16678 an ID in the registry even if it has no groups.
16679
16680 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
16681
16682 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16683 merge it into mm-decompress-buffer.
16684 (gnus-mime-copy-part): Use the MIME part charset, the value which
16685 a user specified or gnus-newsgroup-charset for decoding, like
16686 gnus-mime-inline-part does; set buffer-file-coding-system to tell
16687 save-buffer what was used. Suggested by Kevin Ryde
16688 <user42@zip.com.au>.
16689 (gnus-mime-inline-part): Allow the name parameter as well as the
16690 filename parameter; force decompressing of compressed data; always
16691 display contents being not decoded as unibyte.
16692
16693 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16694 as well as the filename parameter.
16695
16696 * mm-util.el (mm-decompress-buffer):
16697 Merge gnus-mime-jka-compr-maybe-uncompress.
16698 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16699 of compressed data.
16700
16701 2005-02-08 Simon Josefsson <jas@extundo.com>
16702
16703 * imap.el (imap-log): Doc fix.
16704
16705 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16706
16707 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16708 the coding cookies; decompress compressed parts.
16709
16710 * mml.el (mml-generate-mime-1): Add the charset parameter according
16711 to the value which a user specified manually or the coding cookie.
16712
16713 * mm-util.el (mm-string-to-multibyte): New function.
16714 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16715 (mm-coding-system-to-mime-charset): New function.
16716 (mm-decompress-buffer): New function.
16717 (mm-find-buffer-file-coding-system): New function.
16718
16719 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16720 (mm-display-inline-fontify): Rewrite for decoding and decompressing
16721 parts.
16722
16723 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16724
16725 * mm-view.el (mm-display-inline-fontify): Decode a part according
16726 to the charset parameter.
16727
16728 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
16729
16730 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16731 prefix arg is neither nil nor a number, as info specifies.
16732
16733 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
16734
16735 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16736 timestamps.
16737
16738 2005-02-02 Jari Aalto <jari.aalto@cante.net>
16739
16740 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16741 groups error checking and notify user.
16742
16743 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
16744
16745 * message.el (message-send-mail-function): Check existence of
16746 sendmail-program first before using default value
16747 `message-send-mail-with-sendmail'. Otherwise use more generic
16748 `smtpmail-send-it'.
16749
16750 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
16751
16752 * nntp.el (nntp-request-update-info): Always return nil.
16753
16754 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
16755
16756 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16757
16758 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
16759
16760 * message.el (message-beginning-of-line): Change the behavior when
16761 invoked between BOL and : so that it first moves backward.
16762
16763 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16764
16765 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16766 article buffer when editing of the article is discarded.
16767 (gnus-article-prepare): Revert.
16768
16769 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16770
16771 * gnus-art.el (gnus-article-prepare):
16772 Remove message-strip-forbidden-properties from the local hook.
16773
16774 2005-01-27 Simon Josefsson <jas@extundo.com>
16775
16776 * password.el (password-cache-add): Only start one timer per key.
16777 Reported by Derek Atkins <warlord@MIT.EDU>.
16778
16779 2005-01-26 Steve Youngs <steve@sxemacs.org>
16780
16781 * run-at-time.el: Remove. It is no longer needed as
16782 timer-funcs.el in the xemacs-base package has a working version of
16783 `run-at-time'.
16784
16785 * password.el: Require timer-funcs instead of run-at-time in
16786 XEmacs.
16787 Remove `password-run-at-time' macro.
16788 (password-cache-add): Use `run-at-time' instead of
16789 `password-run-at-time'.
16790
16791 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16792 for `run-with-idle-timer'.
16793
16794 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16795 for `run-at-time'.
16796
16797 * mm-url.el: Require timer-funcs at compile time when in XEmacs
16798 for `with-timeout'.
16799
16800 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16801
16802 * mml.el (mml-generate-mime-1): Convert string into unibyte when
16803 inserting " *mml*" buffer's contents into a unibyte temp buffer.
16804
16805 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
16806
16807 * mail-source.el (mail-source-fetch-imap): Search for ^From case
16808 sensitively.
16809
16810 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
16811
16812 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16813
16814 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
16815
16816 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16817 which will be inserted according to the multibyteness of a buffer
16818 rather than the type of contents. Suggested by ARISAWA Akihiro
16819 <ari@mbf.ocn.ne.jp>.
16820
16821 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16822 of string which old xml.el may return rather than a string.
16823
16824 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
16825
16826 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16827
16828 2005-01-16 Simon Josefsson <jas@extundo.com>
16829
16830 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16831 idn/idna.el isn't available.
16832 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
16833 <michael@waxrat.com>.
16834
16835 * hashcash.el: Remove non-FSF copyright header.
16836
16837 * hashcash.el (hashcash-extra-generate-parameters): New variable.
16838 (hashcash-generate-payment): Use it.
16839 (hashcash-generate-payment-async): Use it.
16840
16841 2005-01-15 Simon Josefsson <jas@extundo.com>
16842
16843 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16844 Suggested by Raymond Scholz <ray-2005@zonix.de>.
16845
16846 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16847 gnus-summary-idna-message.
16848 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16849 (gnus-summary-idna-message): New function.
16850
16851 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
16852
16853 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16854 gnus-novice-user.
16855
16856 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
16857
16858 * nnrss.el (nnrss-request-delete-group): Delete entries in
16859 nnrss-group-alist as well.
16860 (nnrss-save-server-data): Insert newline.
16861
16862 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
16863
16864 * gnus.el (gnus-user-agent): Use list of symbols instead of
16865 symbols. Display full version number for (S)XEmacs.
16866 Optionally display (S)XEmacs codename.
16867
16868 * gnus-util.el (gnus-emacs-version): Update for new
16869 `gnus-user-agent'.
16870
16871 * gnus-msg.el (gnus-extended-version): Make it possible to omit
16872 Gnus version.
16873
16874 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16875
16876 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
16877 which is unreadable in some setups.
16878
16879 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16880
16881 * gnus-spec.el (gnus-update-format-specifications): Flush the
16882 group format spec cache if it doesn't support decoded group names.
16883
16884 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16885
16886 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16887 Allow to apply decay on score files matching a regexp.
16888
16889 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
16890
16891 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16892 compatibility in %g and %c.
16893
16894 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
16895
16896 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16897 name for only %g and %c.
16898 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16899 of gnus-tmp-group to decoded group name.
16900 (gnus-group-make-rss-group): Exclude `/'s from group names.
16901
16902 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
16903
16904 * nnrss.el (nnrss-get-encoding): Fix regexp.
16905
16906 2004-12-27 Simon Josefsson <jas@extundo.com>
16907
16908 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16909 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16910 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
16911
16912 2004-12-17 Kim F. Storm <storm@cua.dk>
16913
16914 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16915
16916 * gnus-sum.el (gnus-summary-mode-map): Likewise.
16917
16918 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16919
16920 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16921
16922 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
16923
16924 * nnrss.el: Require rfc2047 and mml.
16925 (nnrss-file-coding-system): New variable.
16926 (nnrss-format-string): Redefine it as an inline function.
16927 (nnrss-decode-group-name): New function.
16928 (nnrss-string-as-multibyte): Remove.
16929 (nnrss-retrieve-headers): Decode group name; don't use
16930 nnrss-format-string.
16931 (nnrss-request-group): Decode group name.
16932 (nnrss-request-article): Decode group name; allow a Message-ID as
16933 well as an article number; don't use nnrss-format-string; encode a
16934 Message-ID string which may contain non-ASCII characters; use
16935 mml-to-mime to compose a MIME article.
16936 (nnrss-request-expire-articles): Decode group name.
16937 (nnrss-request-delete-group): Decode group name.
16938 (nnrss-fetch): Clarify error message.
16939 (nnrss-read-server-data): Use insert-file-contents instead of load;
16940 bind file-name-coding-system; use multibyte buffer.
16941 (nnrss-save-server-data): Bind coding-system-for-write to the
16942 value of nnrss-file-coding-system; bind file-name-coding-system;
16943 add coding cookie.
16944 (nnrss-read-group-data): Use insert-file-contents instead of load;
16945 bind file-name-coding-system; use multibyte buffer.
16946 (nnrss-save-group-data): Bind coding-system-for-write to the
16947 value of nnrss-file-coding-system; bind file-name-coding-system.
16948 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16949 make it work with non-ASCII text.
16950 (nnrss-find-el): Make it work with old xml.el as well.
16951
16952 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16953
16954 * nnrss.el (nnrss-get-encoding): New function.
16955 (nnrss-fetch): Use unibyte buffer initially; bind
16956 coding-system-for-read while performing mm-url-insert; remove ^Ms;
16957 decode contents according to the encoding attribute.
16958 (nnrss-save-group-data): Add coding cookie.
16959 (nnrss-mime-encode-string): New function.
16960 (nnrss-check-group): Use it to encode subject and author.
16961
16962 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
16963
16964 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16965 imaginary variable.
16966
16967 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16968
16969 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16970 correctly even if there are wide characters.
16971
16972 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16973
16974 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16975 downcased symbol names; make a new cache instead of reusing
16976 bbdb-hashtable.
16977
16978 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
16979
16980 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16981 concatenating segments rather than before concatenating them.
16982 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16983
16984 * message.el (message-get-reply-headers): Bind `extra'.
16985
16986 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16987
16988 * message.el (message-extra-wide-headers): New variable.
16989 (message-get-reply-headers): Use it.
16990
16991 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
16992
16993 * gnus-agent.el (gnus-agent-group-path): Decode group name.
16994 (gnus-agent-group-pathname): Ditto.
16995
16996 * gnus-cache.el (gnus-cache-file-name): Decode group name.
16997
16998 * gnus-group.el (gnus-group-make-group): Decode group name.
16999 (gnus-group-make-rss-group): Register the group data after opening
17000 the nnrss group.
17001
17002 2004-12-17 Paul Jarc <prj@po.cwru.edu>
17003
17004 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17005 by expiry now get marked as read.
17006
17007 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
17008
17009 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17010
17011 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
17012
17013 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17014 unify Latin characters in XEmacs.
17015 (mm-find-mime-charset-region): Use it.
17016
17017 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
17018
17019 * gnus-util.el (gnus-delete-directory): New function.
17020
17021 * gnus-agent.el (gnus-agent-delete-group): Use it.
17022
17023 * gnus-cache.el (gnus-cache-delete-group): Use it.
17024
17025 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
17026
17027 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17028 names.
17029
17030 2004-12-16 Simon Josefsson <jas@extundo.com>
17031
17032 * hashcash.el (hashcash-payment-alist): Fix custom :type.
17033
17034 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
17035
17036 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17037
17038 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17039 (gnus-group-set-current-level): Decode group name.
17040
17041 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
17042
17043 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17044 failed.
17045
17046 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
17047
17048 * gnus-group.el (gnus-group-delete-group): Decode group name.
17049 (gnus-group-make-rss-group): Encode group name.
17050 (gnus-group-catchup-current): Decode group name.
17051 (gnus-group-kill-group): Decode group name.
17052
17053 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
17054
17055 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17056
17057 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
17058
17059 * gnus-group.el (gnus-group-make-rss-group):
17060 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17061
17062 * gnus-start.el (gnus-setup-news): Honor user's setting to
17063 gnus-message-archive-method. Suggested by Lute Kamstra
17064 <lute@gnu.org>.
17065
17066 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
17067
17068 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17069 global counterparts of the buffer-local variables.
17070
17071 2004-11-16 Romain Francoise <romain@orebokech.com>
17072
17073 * gnus-sum.el (gnus-summary-exit): Don't clear the global
17074 counterparts of the buffer-local variables.
17075
17076 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
17077
17078 * message.el (message-forbidden-properties): Fix typo in doc
17079 string.
17080
17081 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
17082
17083 * gnus-util.el (gnus-replace-in-string): Add doc string.
17084
17085 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17086 to avoid problems when splitting mails with many recipients.
17087
17088 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17089
17090 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17091 pop-to-buffer, covered by the subsequent gnus-configure-windows.
17092
17093 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
17094
17095 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17096 if there is no hashtable in memory or file modification time is
17097 newer than cached timestamp.
17098
17099 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
17100
17101 * gnus-sum.el (gnus-summary-limit-to-recipient):
17102 Implement not-matching option.
17103
17104 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
17105
17106 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17107 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17108 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17109 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17110 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
17111 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17112
17113 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
17114
17115 * message.el (message-forward-make-body-mml): Remove headers
17116 according to message-forward-ignored-headers if a message is decoded.
17117
17118 2004-12-02 Romain Francoise <romain@orebokech.com>
17119
17120 * message.el (message-forward-make-body-plain): Always remove
17121 headers according to message-forward-ignored-headers.
17122
17123 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
17124
17125 * spam.el (spam-summary-prepare-exit): Remove the
17126 gnus-summary-limit pop for now, it has problems with ham marks for
17127 me.
17128
17129 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
17130
17131 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17132 correctly.
17133
17134 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
17135
17136 * format-spec.el (format-spec): Message the char.
17137
17138 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
17139
17140 * gnus-art.el (gnus-split-methods): Reformat comments.
17141
17142 * spam.el (spam-summary-prepare-exit): Remove article limits
17143 before exiting the summary buffer.
17144
17145 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
17146
17147 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17148 order to silence the byte compiler.
17149
17150 * spam.el: Fix the way to silence the byte compiler, which
17151 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17152 bbdb-search-simple, spam-BBDB-register-routine,
17153 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17154 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17155 spam-stat-buffer-is-spam, spam-stat-load,
17156 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17157 spam-stat-save and spam-stat-split-fancy.
17158
17159 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
17160
17161 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17162 which may confuse users.
17163 (canlock-password-for-verify): Ditto.
17164
17165 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17166
17167 * gnus-art.el (gnus-emphasis-alist): Ditto.
17168
17169 * gnus-registry.el (gnus-registry-max-entries): Ditto.
17170
17171 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17172
17173 * gnus-start.el (gnus-save-killed-list): Ditto.
17174
17175 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17176 (gnus-sum-thread-tree-root): Ditto.
17177 (gnus-sum-thread-tree-false-root): Ditto.
17178 (gnus-sum-thread-tree-single-indent): Ditto.
17179
17180 * message.el (message-courtesy-message): Ditto.
17181 (message-archive-note): Ditto.
17182 (message-subscribed-address-file): Ditto.
17183 (message-user-fqdn): Ditto.
17184
17185 * spam-report.el (spam-report-gmane-regex): Ditto.
17186
17187 * spam.el (spam-blackhole-good-server-regex): Ditto.
17188
17189 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17190
17191 * mml.el (mml-preview): Widen the message buffer before copying
17192 the contents to the preview buffer; sort headers before previewing.
17193
17194 * message.el (message-hidden-headers): Fix the way to avoid a bug
17195 in the `repeat' widget in Emacs 21.3 or earlier.
17196
17197 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17198
17199 * message.el (message-hidden-headers): Default to "^References:".
17200 Improve customization type. Suggested by Reiner Steib
17201 <Reiner.Steib@gmx.de>.
17202
17203 2004-11-25 Romain Francoise <romain@orebokech.com>
17204
17205 * message.el (message-strip-forbidden-properties): Remove check for
17206 obsolete `message-hidden' text property, hidden headers are not
17207 accessible in the buffer anymore.
17208
17209 2004-11-22 Romain Francoise <romain@orebokech.com>
17210
17211 * message.el (message-header-format-alist): Add `From' in list
17212 so that it can be sorted.
17213 (message-fix-before-sending): Widen and sort headers before
17214 sending.
17215 (message-hide-headers): Use narrowing to hide headers by moving
17216 them to the top of the buffer and narrowing to the region
17217 underneath.
17218
17219 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17220
17221 * message.el (message-strip-forbidden-properties):
17222 Bind buffer-read-only (etc) to nil.
17223
17224 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
17225
17226 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17227 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17228
17229 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
17230
17231 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17232
17233 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17234
17235 * dns.el (query-dns): Use sit-for to time instead of
17236 accept-process-output, since that doesn't seem to work on udp
17237 sockets.
17238
17239 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
17240
17241 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17242
17243 2004-11-15 Jesper Harder <harder@ifa.au.dk>
17244
17245 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17246 doc string. Improve doc string.
17247
17248 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
17249
17250 * nntp.el (nntp-request-update-info): Return nil if
17251 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17252 may not call gnus-activate-group which uselessly issues the GROUP
17253 commands for all nntp groups and wastes time. Reported by Romain
17254 Francoise <romain@orebokech.com>.
17255
17256 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17257
17258 2004-11-15 Simon Josefsson <jas@extundo.com>
17259
17260 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17261 headers separately.
17262 (gnus-button-openpgp): New function, inspired by Jochen Küpper
17263 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17264
17265 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
17266
17267 * gnus-start.el (gnus-convert-old-newsrc):
17268 Assign legacy-gnus-agent to 5.10.7.
17269
17270 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17271
17272 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17273 start of the lines.
17274
17275 2004-11-14 Magnus Henoch <mange@freemail.hu>
17276
17277 * hashcash.el (hashcash-default-payment): Change default to 20.
17278 (hashcash-default-accept-payment): Change default to 20.
17279 (hashcash-process-alist): New variable.
17280 (hashcash-generate-payment-async): Add.
17281 (hashcash-already-paid-p): Add.
17282 (hashcash-insert-payment): Don't generate payments twice.
17283 (hashcash-insert-payment-async): Add.
17284 (hashcash-insert-payment-async-2): Add.
17285 (hashcash-cancel-async): Add.
17286 (hashcash-wait-async): Add.
17287 (hashcash-processes-running-p): Add.
17288 (hashcash-wait-or-cancel): Add.
17289 (mail-add-payment): New optional argument. Conditionally start
17290 asynchronous calculation.
17291 (mail-add-payment-async): Add.
17292
17293 * message.el (message-send-mail): Wait for asynchronous hashcash
17294 results. Don't clobber existing X-Hashcash headers.
17295 (message-setup-1): Call mail-add-payment-async when
17296 message-generate-hashcash is non-nil.
17297
17298 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17299
17300 * message.el (message-use-alternative-email-as-from): Examine the
17301 From header as well; use message-make-from in order to include a
17302 user's full name.
17303
17304 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
17305
17306 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17307 default; improve customization type.
17308 (gnus-emphasis-custom-with-format): New macro.
17309 (gnus-emphasis-custom-value-to-external): New function.
17310 (gnus-emphasis-custom-value-to-internal): New function.
17311
17312 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
17313
17314 * dns.el (query-dns): Resolve reverse addresses.
17315
17316 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17317
17318 * gnus-group.el (gnus-group-get-new-news): Use it.
17319
17320 * gnus-start.el (gnus-check-reasonable-setup): New function.
17321
17322 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
17323
17324 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17325 "Args out of range" error. Reported by Arnaud Giersch
17326 <arnaud.giersch@free.fr>.
17327
17328 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
17329
17330 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17331
17332 2004-11-04 Richard M. Stallman <rms@gnu.org>
17333
17334 * spam.el (spam group): Add :version.
17335
17336 * pgg-def.el (pgg group): Add :version.
17337
17338 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
17339
17340 * gnus-art.el (gnus-article-edit-article): Don't associate the
17341 article buffer with a draft file. This is a temporary measure
17342 against the 2004-08-22 change to gnus-article-edit-mode.
17343
17344 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
17345
17346 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17347 (html2text-format-tags): Remove unused variable `attr'.
17348
17349 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
17350
17351 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17352
17353 * spam-stat.el (spam-stat): Add :version.
17354
17355 * sieve.el (sieve): Add :version.
17356
17357 * sha1.el (sha1): Add :version.
17358 (sha1-use-external): Remove redundant version.
17359
17360 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17361 (nnmail-cache-ignore-groups, nnmail-spool-hook)
17362 (nnmail-split-fancy-match-partial-words)
17363 (nnmail-split-lowercase-expanded): Add :version.
17364
17365 * nndiary.el (nndiary): Add :version.
17366
17367 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17368
17369 * mml-sec.el (mml-default-sign-method)
17370 (mml-default-encrypt-method, mml-signencrypt-style-alist):
17371 Add :version.
17372
17373 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17374
17375 * mm-url.el (mm-url-use-external, mm-url-program)
17376 (mm-url-arguments): Add :version.
17377
17378 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17379 (mm-attachment-file-modes, mm-decrypt-option)
17380 (mm-w3m-safe-url-regexp): Add :version.
17381
17382 * message.el (message-cite-prefix-regexp)
17383 (message-sendmail-envelope-from, message-minibuffer-local-map)
17384 (message-user-fqdn, message-completion-alist): Add :version.
17385
17386 * gnus-win.el (gnus-configure-windows-hook)
17387 (gnus-use-frames-on-any-display): Add :version.
17388
17389 * gnus-art.el (gnus-article-address-banner-alist)
17390 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17391 (gnus-treat-from-picon, gnus-treat-mail-picon)
17392 (gnus-treat-x-pgp-sig): Add :version.
17393
17394 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17395 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17396 (gnus-summary-article-delete-hook)
17397 (gnus-summary-display-while-building): Add :version.
17398
17399 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17400 (gnus-get-top-new-news-hook): Add :version.
17401
17402 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17403 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17404
17405 * gnus-registry.el (gnus-registry): Add :version.
17406
17407 * gnus-spec.el (gnus-use-correct-string-widths)
17408 (gnus-make-format-preserve-properties): Add :version.
17409
17410 * gnus.el (gnus-group-charter-alist)
17411 (gnus-group-fetch-control-use-browse-url)
17412 (gnus-install-group-spam-parameters): Add :version.
17413
17414 * gnus-diary.el (gnus-diary): Add :version.
17415
17416 * gnus-delay.el (gnus-delay): Add :version.
17417
17418 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17419 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17420 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17421 Add :version.
17422
17423 * gnus-agent.el (gnus-agent-max-fetch-size)
17424 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17425 (gnus-agent-prompt-send-queue): Add :version.
17426
17427 * deuglify.el (gnus-outlook-deuglify): Add :version.
17428
17429 * html2text.el: Beautify code. Improve doc strings.
17430 Some checkdoc cleanup.
17431 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17432
17433 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17434
17435 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17436
17437 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
17438
17439 * gnus-registry.el (gnus-registry-hashtb): Create the registry
17440 when package is loaded.
17441
17442 * spam.el (spam-summary-score-preferred-header): Add global preference
17443 for people who want to override the default SpamAssassin over
17444 Bogofilter preference (when both are set).
17445 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17446 (spam-user-format-function-S):
17447 Check spam-summary-score-preferred-header.
17448 (spam-extra-header-to-number): Add X-Bogosity header parsing.
17449 (spam-user-format-function-S): Format the score correctly.
17450
17451 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
17452
17453 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17454 signature file. Suggested by Manoj Srivastava
17455 <srivasta@golden-gryphon.com>.
17456
17457 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17458 iso-2022-jp even in the Japanese language environment.
17459 Suggested by Jason Rumney <jasonr@gnu.org>.
17460
17461 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
17462
17463 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17464 use the same characters as the dummy marks; make it free from
17465 getting affected by the language environment.
17466 (gnus-summary-read-group-1): Update mark positions only when the
17467 format spec is updated.
17468
17469 * gnus-spec.el (gnus-update-format-specifications): Return a list
17470 of updated types.
17471
17472 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
17473
17474 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17475 of boundp to check if display-warning is available.
17476
17477 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
17478
17479 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17480
17481 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
17482
17483 * nnspool.el (nnspool-spool-directory): Use news-path if the
17484 news-directory variable is not bound.
17485
17486 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17487 function instead of display-warning if it is not available.
17488
17489 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17490
17491 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17492 v5-10: Use `point-at-bol'.
17493
17494 2004-10-26 Simon Josefsson <jas@extundo.com>
17495
17496 * hashcash.el: Fix URL in comment, reported by Cheng Gao
17497 <chenggao@gmail.com>.
17498
17499 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
17500
17501 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
17502 instead.
17503
17504 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
17505
17506 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17507 to remove a server from the nnimap-server-buffer-alist.
17508 (nnimap-open-connection, nnimap-close-server): Use it.
17509
17510 * gnus-encrypt.el: Remove file in favor of encrypt.el.
17511
17512 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
17513
17514 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17515 running the major-mode function.
17516
17517 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17518
17519 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17520 dummy marks in the right way.
17521
17522 2004-10-18 David Edmondson <dme@dme.org>
17523
17524 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17525 excessively.
17526
17527 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
17528
17529 * gnus-util.el (gnus-split-references): Accept a nil references
17530 string and go on blissfully.
17531
17532 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17533 cases where the references string is non-nil but has no references.
17534
17535 * encrypt.el: Add autoload tags.
17536
17537 * spam.el (spam-resolve-registrations-routine): Remove article
17538 from unregistration list too. Reported by David Hanak
17539 <dhanak@isis.vanderbilt.edu>
17540
17541 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
17542
17543 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17544 nil. Change custom type.
17545
17546 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
17547
17548 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17549
17550 * gnus-sum.el (gnus-summary-move-article): Use it.
17551
17552 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
17553
17554 * encrypt.el: Add autoload cookies.
17555
17556 * spam.el (spam-backend-article-list-property)
17557 (spam-backend-get-article-todo-list)
17558 (spam-backend-put-article-todo-list)
17559 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17560 Resolve registrations separately.
17561 (spam-register-routine): Format comments.
17562 (spam-unregister-routine, spam-register-routine): Always call with
17563 specific-articles, no default list.
17564 (spam-summary-prepare-exit): Use the spam-classifications function.
17565
17566 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17567 gnus-encrypt.el.
17568
17569 * encrypt.el: Copied from gnus-encrypt.el.
17570
17571 * gnus-encrypt.el: Commented that it's obsolete.
17572
17573 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17574
17575 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17576 (gnus-score-save): Use it.
17577
17578 * message.el (message-bury): Use `window-dedicated-p'.
17579
17580 2004-10-15 Simon Josefsson <jas@extundo.com>
17581
17582 * pop3.el (top-level): Don't require nnheader.
17583 (pop3-read-timeout): Add.
17584 (pop3-accept-process-output): Add.
17585 (pop3-read-response, pop3-retr): Use it.
17586
17587 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
17588
17589 * spam.el (spam-register-routine): Move comment.
17590 (spam-verify-bogofilter): Use 'unknown for the initial
17591 spam-bogofilter-valid state, not 'never.
17592
17593 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17594 for netrc-machine.
17595
17596 * nnimap.el (nnimap-open-connection):
17597 Use netrc-machine-user-or-password.
17598
17599 2004-10-17 Richard M. Stallman <rms@gnu.org>
17600
17601 * gnus-registry.el (gnus-registry-unload-hook):
17602 Set as a variable with add-hook.
17603
17604 * nnspool.el (nnspool-spool-directory): Use news-directory instead
17605 of news-path.
17606
17607 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17608
17609 * spam.el: Delete duplicate `provide'.
17610 (spam-unload-hook): Set as a variable with add-hook.
17611
17612 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17613
17614 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17615 in the doc string.
17616
17617 * message.el (message-ignored-news-headers)
17618 (message-ignored-supersedes-headers)
17619 (message-ignored-resent-headers)
17620 (message-forward-ignored-headers): Improve custom type.
17621
17622 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
17623
17624 * message.el (message-tokenize-header): Fix 2004-09-06 change
17625 which used point-min in the wrong place.
17626
17627 2004-10-12 Simon Josefsson <jas@extundo.com>
17628
17629 * tls.el (tls-certtool-program): New variable.
17630 (tls-certificate-information): New function, based on
17631 ssl-certificate-information.
17632
17633 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
17634
17635 * compface.el: Move the version of ELisp-based uncompface program
17636 to the contrib directory because of the copyright problem.
17637
17638 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17639
17640 * message.el (message-kill-buffer): Raise the current frame.
17641
17642 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
17643
17644 * gnus-sum.el: Mention that multibyte characters don't work as marks.
17645
17646 * gnus.el (message-y-or-n-p): Autoload.
17647
17648 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17649 (pop3-password-required, pop3-authentication-scheme)
17650 (pop3-leave-mail-on-server): Make customizable.
17651 (pop3): New custom group.
17652 (pop3-retr): Remove `sleep-for' statements.
17653 Suggested by Dave Love <fx@gnu.org>.
17654
17655 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17656 Windows/DOS.
17657
17658 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17659 (imap-parse-body): Fix incorrect use of `assert'.
17660 Suggested by Dave Love <fx@gnu.org>.
17661
17662 * mml.el (mml-minibuffer-read-disposition): Require match.
17663 Suggested by Dave Love <fx@gnu.org>.
17664
17665 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17666
17667 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
17668 doc string.
17669
17670 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
17671
17672 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17673
17674 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17675
17676 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17677 instead of calling `mm-insert-inline', to decode text/* parts
17678 before displaying them.
17679
17680 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
17681
17682 * mm-uu.el (mm-uu-text-plain-type): New variable.
17683 (mm-uu-pgp-signed-extract-1): Use it.
17684 (mm-uu-pgp-encrypted-extract-1): Use it.
17685 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17686 bind mm-uu-text-plain-type with that value.
17687 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17688 mm-uu-dissect.
17689
17690 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17691
17692 * gnus-group.el (gnus-update-group-mark-positions):
17693 * gnus-sum.el (gnus-update-summary-mark-positions):
17694 * message.el (message-check-news-body-syntax):
17695 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17696 of string-as-multibyte.
17697
17698 2004-10-05 Juri Linkov <juri@jurta.org>
17699
17700 * gnus-group.el (gnus-update-group-mark-positions):
17701 * gnus-sum.el (gnus-update-summary-mark-positions):
17702 * message.el (message-check-news-body-syntax):
17703 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17704 8-bit unibyte values to a multibyte string for search functions.
17705
17706 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17707
17708 * mm-uu.el (mm-uu-dissect): Allow optional arg.
17709 (mm-uu-dissect-text-parts): New function.
17710
17711 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17712 dissect text parts.
17713
17714 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17715 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17716
17717 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17718
17719 * gnus-topic.el (gnus-topic-hierarchical-parameters):
17720 Use gnus-current-topics instead of gnus-current-topic.
17721
17722 2004-10-06 Jesper Harder <harder@ifa.au.dk>
17723
17724 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17725
17726 2004-10-05 Jesper Harder <harder@ifa.au.dk>
17727
17728 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17729 where approriate.
17730
17731 * nnml.el (nnml-generate-active-info): do.
17732
17733 * nndiary.el (nndiary-generate-active-info): do.
17734
17735 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17736 (gnus-topic-move): do.
17737
17738 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17739 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17740
17741 * gnus-srvr.el (gnus-server-prepare)
17742 (gnus-server-open-all-servers): do.
17743
17744 * gnus-msg.el (gnus-summary-cancel-article)
17745 (gnus-summary-resend-message)
17746 (gnus-summary-mail-crosspost-complaint): do.
17747
17748 * gnus-move.el (gnus-change-server): do.
17749
17750 * gnus-group.el (gnus-group-unmark-all-groups)
17751 (gnus-group-set-current-level): do.
17752
17753 2004-10-04 Simon Josefsson <jas@extundo.com>
17754
17755 * message.el (message-generate-hashcash): Doc fix.
17756
17757 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
17758
17759 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17760 avoid infinite recursion via gnus-get-function.
17761
17762 2004-10-02 Jesper Harder <harder@ifa.au.dk>
17763
17764 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17765
17766 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17767
17768 * nnmail.el (nnmail-split-history): do.
17769
17770 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17771 (nnml-request-delete-group): do.
17772
17773 * nnslashdot.el (nnslashdot-read-groups): do.
17774
17775 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17776 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17777
17778 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17779 (nnspool-sift-nov-with-sed): Use last.
17780 (nnspool-retrieve-headers-with-nov): Use mapc.
17781 (nnspool-request-newgroups): Use dolist.
17782 (nnspool-request-group): Use last.
17783
17784 * nntp.el (nntp-read-server-type): Use dolist.
17785
17786 * nnvirtual.el (nnvirtual-create-mapping)
17787 (nnvirtual-update-read-and-marked): Use dolist.
17788 (nnvirtual-convert-headers): Simplify.
17789
17790 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17791
17792 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17793 Add support for sync'ing tick marks.
17794
17795 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
17796
17797 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17798 there's no visible header.
17799
17800 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17801
17802 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17803 When necessary, pass full group name to gnus-request-set-marks.
17804
17805 2004-10-01 Simon Josefsson <jas@extundo.com>
17806
17807 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
17808 acroread.
17809
17810 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17811
17812 * spam-report.el (spam-report-gmane): Fix interactive.
17813
17814 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17815
17816 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17817 when writing file.
17818 (gnus-agent-synchronize-flags): Don't default to being
17819 interactive.
17820
17821 2004-09-30 Simon Josefsson <jas@extundo.com>
17822
17823 * message.el (message-generate-hashcash): Add.
17824 (message-send-mail): Use it, call mail-add-payment.
17825
17826 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
17827
17828 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17829
17830 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
17831
17832 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17833 gnus-requst-update-info with explicit code to sync the in-memory
17834 info read flags with the marks being sync'd to the backend.
17835
17836 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17837
17838 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17839
17840 * spam.el (spam-verify-bogofilter): Add new function.
17841 (spam-check-bogofilter)
17842 (spam-bogofilter-register-with-bogofilter): Use it.
17843 (spam-verify-bogofilter): Add small fixes.
17844
17845 2004-09-28 Simon Josefsson <jas@extundo.com>
17846
17847 * hashcash.el (hashcash-generate-payment): Revert.
17848
17849 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17850
17851 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17852 Use gnus-extract-references instead of gnus-split-references.
17853
17854 * gnus-util.el (gnus-extract-references): Add new function, analogous
17855 to gnus-split-references but extracts only the message-ID without
17856 anything extra.
17857
17858 * hashcash.el (hashcash-generate-payment)
17859 (hashcash-check-payment): Do the right thing if hashcash-path is
17860 nil (because the hashcash program could not be found).
17861
17862 * spam.el (spam-use-hashcash): Remove comment.
17863
17864 2004-09-27 Jesper Harder <harder@ifa.au.dk>
17865
17866 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17867 (gnus-cache-enter-article, gnus-cache-remove-article)
17868 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17869
17870 * gnus-async.el (gnus-async-prefetch-remove-group): do.
17871
17872 * gnus-art.el (article-hide-boring-headers)
17873 (article-translate-strings, article-display-face)
17874 (gnus-article-mime-match-handle-first)
17875 (gnus-article-highlight-headers)
17876 (gnus-article-add-buttons-to-head): do.
17877
17878 2004-09-27 Simon Josefsson <jas@extundo.com>
17879
17880 * hashcash.el: New version, from
17881 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
17882 ../contrib/.
17883
17884 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17885
17886 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17887
17888 2004-09-26 Jesper Harder <harder@ifa.au.dk>
17889
17890 * gnus-dup.el (gnus-dup-open): Use mapc.
17891 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17892
17893 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17894 Reported by Stefan Wiens <s.wi@gmx.net>.
17895
17896 * gnus.el (gnus-shutdown): Use dolist.
17897
17898 * gnus-undo.el (gnus-undo): Use mapc.
17899
17900 * nnrss.el (nnrss-generate-active): do.
17901
17902 * message.el (message-cite-original-without-signature)
17903 (message-cite-original): Use mapc.
17904 (message-do-actions, message-make-forward-subject): Use dolist.
17905
17906 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17907
17908 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17909 deletion to remove entire duplicate line. Fixes merged article
17910 number bug.
17911
17912 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17913
17914 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17915 servers that are offline. Avoids having gnus-agent-toggle-plugged
17916 first ask if you want to open a server and then, even when you
17917 responded with no, asking if you want to synchronize the server's
17918 flags.
17919 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17920 multi-line expressions.
17921 (gnus-agent-synchronize-group-flags): New internal function.
17922 Updates marks in memory (in the info structure) AND in the
17923 backend.
17924
17925 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17926
17927 * nnagent.el (nnagent-request-set-mark):
17928 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17929 method, to ensure that synchronization updates marks in the
17930 backend and in the info (in memory) structure.
17931
17932 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
17933
17934 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17935 convention fully; don't miss the root article of a thread; make
17936 the X-Draft-From header with correct article numbers.
17937
17938 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
17939
17940 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17941 unless plugged. Disable the agent so that an open failure causes
17942 an error.
17943
17944 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17945 Revert 2004-09-21 change. The backend must be opened while
17946 synchronizing flags even when the backend stores the flags
17947 locally.
17948
17949 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
17950
17951 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17952 in `header' match. Reported by Svend Tollak Munkejord.
17953
17954 * message.el (message-cite-original): Fix use of
17955 `message-cite-articles-with-x-no-archive'.
17956
17957 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
17958
17959 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17960 (gnus-window-to-buffer): Ditto.
17961
17962 * mml.el (mml-preview-buffer): New variable.
17963 (mml-preview): Manage window layout with gnus-buffer-configuration.
17964
17965 * gnus-msg.el (gnus-setup-message): Put article numbers into the
17966 X-Draft-From header even if those articles aren't quoted.
17967
17968 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
17969
17970 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17971 (gnus-request-set-mark, gnus-request-update-mark): Use new
17972 g-s-t-u-l-m to decide to use backend even when unplugged.
17973
17974 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
17975
17976 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17977 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
17978
17979 2004-09-20 Simon Josefsson <jas@extundo.com>
17980
17981 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17982 "utf-16-le".
17983
17984 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17985
17986 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17987
17988 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17989
17990 * uudecode.el (uudecode-use-external): Add :version.
17991
17992 * smime.el (smime-CA-file, smime-encrypt-cipher)
17993 (smime-dns-server): Add :version.
17994
17995 * smiley.el (gnus-smiley-file-types): Add :version.
17996
17997 * sha1.el (sha1-use-external): Add :version.
17998
17999 * pgg-def.el (pgg-query-keyserver): Add :version.
18000
18001 * nnmail.el (nnmail-fancy-expiry-targets)
18002 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18003 Add :version.
18004
18005 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18006 (nnimap-retrieve-groups-asynchronous): Add :version.
18007 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
18008
18009 * mml.el (mml-content-disposition-parameters)
18010 (mml-insert-mime-headers-always): Add :version.
18011
18012 * mm-util.el (mm-coding-system-priorities): Add :version.
18013
18014 * mm-decode.el (mm-inline-text-html-with-images)
18015 (mm-keep-viewer-alive-types, mm-external-terminal-program)
18016 (mm-verify-option): Add :version.
18017 (mm-text-html-renderer): Change :version.
18018
18019 * message.el (message-fcc-externalize-attachments)
18020 (message-required-headers, message-draft-headers)
18021 (message-subject-trailing-was-query)
18022 (message-subject-trailing-was-ask-regexp)
18023 (message-subject-trailing-was-regexp, message-mark-insert-begin)
18024 (message-mark-insert-end, message-archive-header)
18025 (message-archive-note, message-cross-post-default)
18026 (message-cross-post-note, message-followup-to-note)
18027 (message-cross-post-note-function, message-use-mail-followup-to)
18028 (message-subscribed-address-functions)
18029 (message-subscribed-address-file, message-subscribed-addresses)
18030 (message-subscribed-regexps, message-allow-no-recipients)
18031 (message-yank-cited-prefix, message-signature-insert-empty-line)
18032 (message-hidden-headers, message-hierarchical-addresses)
18033 (message-mail-user-agent, message-use-idna)
18034 (message-valid-fqdn-regexp)
18035 (message-strip-special-text-properties, message-header-synonyms)
18036 (message-beginning-of-line, message-tab-body-function): Add :version.
18037 (message-insert-canlock, message-wide-reply-confirm-recipients):
18038 Change :version.
18039
18040 * mail-source.el (mail-source-ignore-errors): Add :group, :type
18041 and :version.
18042 (mail-source-delete-old-incoming-confirm)
18043 (mail-source-movemail-program): Add :version.
18044
18045 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18046 (gnus-agent-cache, gnus-agent): Change :version.
18047
18048 * gnus-util.el (gnus-use-byte-compile): Change :version.
18049
18050 * gnus-sum.el (gnus-summary-make-false-root-always)
18051 (gnus-summary-default-high-score)
18052 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18053 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18054 (gnus-read-all-available-headers, gnus-article-emulate-mime)
18055 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18056 (gnus-sum-thread-tree-single-indent)
18057 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18058 (gnus-sum-thread-tree-leaf-with-other)
18059 (gnus-sum-thread-tree-single-leaf): Add :version.
18060 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18061 (gnus-article-loose-mime): Change :version.
18062
18063 * gnus-start.el (gnus-backup-startup-file)
18064 (gnus-save-startup-file-via-temp-buffer): Add :version.
18065
18066 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18067 (gnus-server-offline-face): Add :version.
18068
18069 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18070
18071 * gnus-msg.el (gnus-gcc-externalize-attachments)
18072 (gnus-debug-files, gnus-debug-exclude-variables)
18073 (gnus-discouraged-post-methods): Change :version.
18074 (gnus-confirm-mail-reply-to-news)
18075 (gnus-confirm-treat-mail-like-news): Add :version.
18076
18077 * gnus-int.el (gnus-server-unopen-status): Add :version.
18078
18079 * gnus-group.el (gnus-group-jump-to-group-prompt)
18080 (gnus-large-ephemeral-newsgroup)
18081 (gnus-fetch-old-ephemeral-headers): Add :version.
18082
18083 * gnus-fun.el (gnus-x-face-directory)
18084 (gnus-convert-pbm-to-x-face-command)
18085 (gnus-convert-image-to-x-face-command)
18086 (gnus-convert-image-to-face-command): Add :version.
18087
18088 * gnus-delay.el (gnus-delay-default-hour): Add :version.
18089
18090 * gnus-cite.el (gnus-cite-blank-line-after-header)
18091 (gnus-article-boring-faces): Add :version.
18092
18093 * gnus-art.el (gnus-buttonized-mime-types)
18094 (gnus-inhibit-mime-unbuttonizing)
18095 (gnus-treat-display-face)
18096 (gnus-treat-body-boundary): Change :version.
18097 (gnus-body-boundary-delimiter, gnus-picon-databases)
18098 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18099 (gnus-treat-date-english, gnus-treat-fold-headers)
18100 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18101 (gnus-treat-mail-picon, gnus-treat-wash-html)
18102 (gnus-article-encrypt-protocol)
18103 (gnus-use-idna, gnus-article-over-scroll)
18104 (gnus-mime-display-multipart-alternative-as-mixed)
18105 (gnus-mime-display-multipart-related-as-mixed)
18106 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18107 (gnus-ctan-url, gnus-button-ctan-handler)
18108 (gnus-button-handle-ctan-bogus-regexp)
18109 (gnus-button-ctan-directory-regexp)
18110 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18111 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18112 (gnus-button-man-level, gnus-button-emacs-level)
18113 (gnus-button-message-level, gnus-button-browse-level): Add :version.
18114
18115 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18116 (gnus-agent-go-online): Change :version.
18117 (gnus-agent-expire-unagentized-dirs)
18118 (gnus-agent-auto-agentize-methods): Add :version.
18119
18120 * flow-fill.el (fill-flowed-display-column)
18121 (fill-flowed-encode-column): Add :version.
18122
18123 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18124 (gnus-outlook-deuglify-unwrap-max)
18125 (gnus-outlook-deuglify-cite-marks)
18126 (gnus-outlook-deuglify-unwrap-stop-chars)
18127 (gnus-outlook-deuglify-no-wrap-chars)
18128 (gnus-outlook-deuglify-attrib-cut-regexp)
18129 (gnus-outlook-deuglify-attrib-verb-regexp)
18130 (gnus-outlook-deuglify-attrib-end-regexp)
18131 (gnus-outlook-display-hook): Add :version.
18132
18133 * binhex.el (binhex-use-external): Add :version.
18134
18135 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
18136
18137 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18138 and `invisible'.
18139
18140 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
18141
18142 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18143 in gnus-registry-trim.
18144
18145 2004-09-13 Simon Josefsson <jas@extundo.com>
18146
18147 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18148
18149 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18150
18151 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18152 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18153 <yamaoka@jpl.org>.
18154 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18155 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18156 <yamaoka@jpl.org>.
18157
18158 * sieve.el (sieve-manage-mode): Ditto.
18159
18160 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
18161
18162 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18163
18164 2004-09-11 Simon Josefsson <jas@extundo.com>
18165
18166 * dns-mode.el: Add.
18167
18168 * mm-view.el (mm-display-dns-inline): Add.
18169
18170 * mm-decode.el (mm-inline-media-tests): Add text/dns.
18171 (mm-automatic-display): Ditto.
18172
18173 * mailcap.el (mailcap-mime-data): Add text/dns.
18174 (mailcap-mime-extensions): Map .soa to text/dns.
18175
18176 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
18177
18178 * gnus-art.el (article-decode-mime-words, article-babel)
18179 (gnus-article-highlight-signature, gnus-article-add-buttons)
18180 (gnus-signature-toggle): Remove unnecessary bindings of
18181 `inhibit-read-only' inherited from v5.10 merge.
18182
18183 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
18184
18185 * nntp.el (nntp): New customization group.
18186 (nntp-authinfo-file): Add customization group.
18187
18188 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18189
18190 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18191
18192 * gnus.el (to-address, to-list, subscribed)
18193 (large-newsgroup-initial): Ditto.
18194
18195 * flow-fill.el (fill-flowed-display-column)
18196 (fill-flowed-encode-column): Ditto.
18197
18198 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18199
18200 * message.el (message-tokenize-header, message-send-mail-with-qmail):
18201 Use point-min rather than 1.
18202 (message-send-mail): Use buffer-size rather than point-max.
18203
18204 * gnus-sum.el (gnus-summary-search-article-forward):
18205 Signal a specific `search-failed' rather than a generic `error'.
18206
18207 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18208 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18209 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18210
18211 2004-09-10 Simon Josefsson <jas@extundo.com>
18212
18213 * nndb.el (require): Remove tcp and duplicate cl.
18214
18215 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
18216
18217 * gnus-agent.el (directory-files-and-attributes): Move forward.
18218
18219 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
18220
18221 * gnus-agent.el (directory-files-and-attributes):
18222 Optionally defined to support XEmacs.
18223
18224 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
18225
18226 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18227 to avoid run-time CL dependencies.
18228 (gnus-agent-unfetch-articles): New function.
18229 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18230 article numbers even when local .overview file is missing.
18231 (gnus-agent-read-article-number): New function. Only accepts
18232 27-bit article numbers.
18233 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18234 Use gnus-agent-read-article-number.
18235 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18236 from backend while recognizing that article numbers in .overview
18237 must be valid.
18238 (gnus-agent-update-files-total-fetched-for):
18239 Use directory-files-and-attributes to improve performance.
18240 * gnus-int.el (gnus-request-move-article):
18241 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18242 improve performance.
18243
18244 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18245 some users confused by references to .newsrc when they only have a
18246 .newsrc.eld file.
18247 (gnus-convert-mark-converter-prompt)
18248 (gnus-convert-converter-needs-prompt): Fix use of property list.
18249 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18250 New function. Used internally to only display 'gnus converting
18251 files' message when actually necessary.
18252
18253 * gnus-sum.el (): Remove (require 'gnus-agent) as required
18254 methods now autoloaded.
18255
18256 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
18257
18258 * gnus-sum.el (gnus-summary-insert-subject): Remove list
18259 identifiers.
18260
18261 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
18262
18263 * gnus-picon.el: Fix indentation and closing parenthesis.
18264
18265 2004-09-01 Simon Josefsson <jas@extundo.com>
18266
18267 * message.el (message-canlock-generate): Require sha1, not
18268 sha1-el. (Can we get rid of this require altogether? It is ugly
18269 to require within a function. Sadly, if sha1.el isn't loaded, the
18270 let binding in m-c-g will hide the defcustom definition, which is
18271 bad.)
18272
18273 * canlock.el: Require sha1, not sha1-el.
18274
18275 * message.el: Don't autoload sha1 (there is a autoload cookie in
18276 sha1.el).
18277
18278 * sha1-el.el: Rename to sha1.el.
18279
18280 2004-08-30 Juanma Barranquero <lektu@terra.es>
18281
18282 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18283
18284 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18285
18286 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18287
18288 2004-08-30 Kim F. Storm <storm@cua.dk>
18289
18290 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18291
18292 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18293 Add :group 'nnimap.
18294
18295 2004-08-30 Andreas Schwab <schwab@suse.de>
18296
18297 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18298 ?* and ?\;.
18299
18300 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18301 and ?\' to symbol instead of whitespace.
18302
18303 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
18304
18305 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18306
18307 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18308 instead of re-search-forward.
18309
18310 * gnus-uu.el (gnus-uu-save-article): Ditto.
18311 (gnus-uu-post-encode-uuencode): Ditto.
18312
18313 * html2text.el (html2text-clean-list-items): Ditto.
18314 (html2text-clean-dtdd): Ditto.
18315 (html2text-format-tags): Ditto.
18316
18317 * message.el (message-send-mail-with-sendmail): Fix regexp.
18318 (message-fill-field-general): Use search-forward instead of
18319 re-search-forward.
18320 (unbold-region): Ditto.
18321
18322 * nnrss.el (nnrss-request-article): Ditto.
18323
18324 * nnslashdot.el (nnslashdot-request-article): Ditto.
18325
18326 * nnweb.el (nnweb-gmane-wash-article): Ditto.
18327
18328 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18329 "Unrecognized menu descriptor" error in XEmacs.
18330
18331 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
18332
18333 * gnus-sum.el (gnus-read-header): Don't remove a header for the
18334 parent article of a sparse article in the thread hashtb.
18335
18336 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
18337
18338 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18339 (nnmail-expand-newtext): Lowercase expanded entries if
18340 nnmail-split-lowercase-expanded is non-nil.
18341
18342 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
18343
18344 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18345
18346 * gnus-group.el (gnus-group-line-format-alist): Convert the value
18347 of gnus-tmp-news-method into string under XEmacs. It will be
18348 passed to gnus-correct-length which takes only a string argument.
18349
18350 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
18351
18352 * gnus-util.el (gnus-bind-print-variables): New macro.
18353 (gnus-prin1): Use it.
18354 (gnus-prin1-to-string): Use it.
18355 (gnus-pp): New function.
18356 (gnus-pp-to-string): New function.
18357
18358 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18359 Replace pp-to-string with gnus-pp-to-string.
18360 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18361 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18362 * gnus-msg.el (gnus-debug): Ditto.
18363 * gnus-score.el (gnus-score-save): Ditto.
18364 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18365 gnus-pp-to-string.
18366 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18367 with gnus-pp.
18368 * score-mode.el (gnus-score-pretty-print): Ditto.
18369 * webmail.el (webmail-debug): Ditto.
18370
18371 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
18372
18373 * gnus-art.el (article-display-face, article-display-x-face):
18374 Use buffer-read-only.
18375
18376 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
18377
18378 * gnus-art.el (article-hide-list-identifiers):
18379 Bind inhibit-read-only as t.
18380
18381 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
18382
18383 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18384
18385 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18386
18387 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18388 (gnus-narrow-to-page): Don't assume point-min == 1.
18389 (gnus-article-edit-mode): Derive from message-mode.
18390
18391 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18392 point-min == 1.
18393
18394 * imap.el (imap-parse-address-list, imap-parse-body-ext):
18395 Disable incorrect use of `assert'.
18396
18397 * message.el (message-mode): Set comment-start-skip.
18398
18399 2004-08-22 Sam Steingold <sds@gnu.org>
18400
18401 * pop3.el (pop3-leave-mail-on-server): New user variable.
18402 (pop3-movemail): Delete mail only when it is nil.
18403
18404 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
18405
18406 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18407
18408 * mml.el (mml-preview): Use `pop-to-buffer'.
18409
18410 * message.el (message-goto-mail-followup-to): Insert after "To".
18411 (message-carefully-insert-headers): Add comment.
18412
18413 * gnus.el: Remove unused variable `gnus-article-check-size'.
18414
18415 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18416
18417 * gnus-art.el (gnus-button-alist):
18418 Improve `gnus-button-handle-library' entry.
18419
18420 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
18421
18422 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18423 Use downcase, since XEmacs capitalizes error messages differently.
18424
18425 2004-08-18 Jesper Harder <harder@ifa.au.dk>
18426
18427 * nntp.el: Add (require 'gnus) due to reference to
18428 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
18429
18430 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
18431
18432 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18433 Bind `mm-fill-flowed'.
18434
18435 * mm-decode.el (mm-dissect-singlepart): Check it.
18436
18437 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
18438
18439 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18440 'imap' for netrc parsing.
18441
18442 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
18443
18444 * mailcap.el (mailcap-mime-data): Mark as risky.
18445
18446 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
18447
18448 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18449 may be included in the encoded word.
18450 (rfc2047-encode): Don't append a space if the encoded word
18451 includes close parenthesis.
18452
18453 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
18454
18455 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18456 of text within parentheses.
18457
18458 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
18459
18460 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18461 (gnus-encrypt-write-file-contents): Make the password key the file
18462 name PLUS the cipher, not just the cipher. Also remove failed
18463 passwords from the cache.
18464
18465 2004-08-06 Simon Josefsson <jas@extundo.com>
18466
18467 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18468 Doc fix.
18469
18470 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
18471
18472 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18473 LWSP.
18474
18475 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
18476
18477 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18478 Try to append in-reply-to: data to the references: header.
18479
18480 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18481 (netrc-parse): Use gnus-encrypt.el functions.
18482
18483 * gnus-encrypt.el: Add new file for encryption support; currently
18484 does only a few GPG ciphers and an internal XOR cipher.
18485
18486 * password.el: Add comments on using password-read-and-add.
18487 (password-read-and-add): Add function to read and add the
18488 password to the cache at once.
18489
18490 2004-07-28 Simon Josefsson <jas@extundo.com>
18491
18492 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18493 parameter (but don't use it, for now).
18494
18495 * imap.el (imap-ssl-open): Use imap-process-connection-type,
18496 instead of hard coding to nil.
18497
18498 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
18499
18500 * mm-view.el (mm-inline-image-emacs): Open lines under an image
18501 as mm-inline-image-xemacs does.
18502
18503 2004-07-26 Simon Josefsson <jas@extundo.com>
18504
18505 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18506 Revert part of 2004-07-17 change below.
18507
18508 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
18509
18510 * rfc2047.el (rfc2047-encode-region): Don't infloop.
18511 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18512
18513 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
18514
18515 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18516 quotes that actually start with ">" at the beginning of the
18517 lines.
18518
18519 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
18520
18521 * rfc2047.el (rfc2047-encode-region): Fix last change.
18522 (rfc2047-encode-parameter): Remove useless concat.
18523
18524 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
18525
18526 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18527 encode special characters; fix some kind of misconfigured headers;
18528 signal a real error if debug-on-quit or debug-on-error is non-nil.
18529 (rfc2047-encode-max-chars): New variable.
18530 (rfc2047-encode-1): Use it.
18531 (rfc2047-encode-parameter): New function.
18532
18533 * mml.el (mml-insert-parameter): Remove an excessive space.
18534
18535 2004-07-17 Simon Josefsson <jas@extundo.com>
18536
18537 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18538 Kai Grossjohann <kai@emptydomain.de>.
18539 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18540 (gnus-group-make-menu-bar): Ditto.
18541
18542 * gnus-util.el (gnus-group-server): Add.
18543
18544 2004-07-16 Jesper Harder <harder@ifa.au.dk>
18545
18546 * message.el (message-clone-locals): Clone sendmail and smtp
18547 variables.
18548
18549 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18550
18551 * rfc2047.el (rfc2047-encode-region): Fix last change.
18552
18553 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18554
18555 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18556 characters as non-special.
18557
18558 2004-07-09 Simon Josefsson <jas@extundo.com>
18559
18560 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18561 Users will lose all flag changes made while unplugged with
18562 e.g. nntp unless flag synchronization happens, thus `nil' is not a
18563 good default. See numerous reports on ding mailing list.
18564
18565 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
18566
18567 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18568 add generate-head-function and generate-article-function to the
18569 rfc822-forward entry.
18570 (nndoc-rfc822-forward-generate-article): New function.
18571 (nndoc-rfc822-forward-generate-head): New function.
18572
18573 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18574
18575 2004-07-06 Dan Christensen <jdc@uwo.ca>
18576
18577 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18578 respect display group parameter and gnus-summary-expunge-below.
18579 (gnus-articles-to-read): Remove unused reference to display group
18580 parameter.
18581
18582 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18583
18584 * nnheader.el (nnheader-uniquify-message-id): New experimental
18585 variable.
18586 (nnheader-nov-read-message-id): Use it.
18587
18588 * spam-report.el (spam-report-gmane): Add interactive.
18589
18590 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
18591
18592 * mm-encode.el (mm-content-transfer-encoding-defaults):
18593 Use qp-or-base64 for the application/* types.
18594
18595 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
18596
18597 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18598
18599 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
18600
18601 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18602 trim value.
18603
18604 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18605
18606 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18607 New macro and function.
18608 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18609
18610 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18611
18612 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18613 after-load-alist.
18614
18615 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18616
18617 * gnus-group.el (gnus-group-get-new-news-this-group):
18618 Don't update info that isn't there.
18619
18620 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
18621
18622 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18623 entry.
18624
18625 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18626
18627 * mm-view.el (mm-inline-render-with-function): Use multibyte
18628 buffer; decode html source by charset.
18629
18630 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18631
18632 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18633 Mule-UCS is loaded under XEmacs.
18634 (mm-mime-mule-charset-alist): Avoid duplicated entries.
18635
18636 2004-06-28 Jesper Harder <harder@ifa.au.dk>
18637
18638 * nnheader.el (nnheader-max-head-length): Increase to 8192.
18639
18640 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
18641
18642 * mm-util.el (mm-coding-system-p): Return a coding-system.
18643 (mm-mime-mule-charset-alist): Use shift_jis instead of
18644 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18645 entries for the mime charsets iso-2022-jp-3 and shift_jis.
18646 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18647 instead of japanese-shift-jis and iso-latin-1 respectively in
18648 order to share the default value with both Emacs and XEmacs-mule.
18649 (mm-mule-charset-to-mime-charset):
18650 Make mm-coding-system-priorities effective.
18651 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18652 while predicating of candidates upon the priorities.
18653
18654 2004-06-27 Jesper Harder <harder@ifa.au.dk>
18655
18656 * gnus-sum.el (gnus-summary-make-menu-bar):
18657 Add gnus-uu-invert-processable.
18658
18659 * gnus.el: Autoload gnus-uu-invert-processable.
18660
18661 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
18662
18663 * mm-util.el (mm-with-multibyte-buffer): New macro.
18664
18665 * rfc2047.el (rfc2047-encode-string): Use it.
18666 (rfc2047-encode-region): Move point to the end of the region after
18667 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18668
18669 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18670
18671 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18672 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18673
18674 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18675
18676 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18677 (gnus-cite-parse): Ignore quoted envelope From_.
18678 Suggested by Karl Chen <quarl@nospam.quarl.org>.
18679
18680 2004-06-23 Jesper Harder <harder@ifa.au.dk>
18681
18682 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18683 invalid addresses.
18684
18685 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
18686
18687 * spam.el: Change section markers, revise TODO list.
18688 (spam-backends): Make new master list of all installed backends.
18689 (spam-summary-exit-behavior): Add new variable to determine how
18690 messages moves are done at summary exit.
18691 (spam-move-spam-nonspam-groups-only)
18692 (spam-process-ham-in-nonham-groups)
18693 (spam-process-ham-in-spam-groups): Remove variables, the
18694 spam-summary-exit-behavior variable should be used to manage this
18695 behavior.
18696 (spam-old-ham-articles, spam-old-spam-articles): Remove.
18697 (spam-old-articles): Add variable, replacing spam-old-ham-articles
18698 and spam-old-spam-articles.
18699 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18700 Add empty variables, placeholders for the backends they represent.
18701 (spam-set-difference): Move, unchanged.
18702 (spam-list-of-processors): Declare OBSOLETE, not used anymore
18703 unless the user has a processor variable.
18704 (spam-classifications, spam-classification-valid-p)
18705 (spam-backend-properties, spam-backend-property-valid-p)
18706 (spam-backend-function-type-valid-p)
18707 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18708 (spam-report-articles-gmane, spam-report-articles-resend):
18709 Remove functions, they are not needed.
18710 (spam-install-backend-super, spam-backend-list)
18711 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18712 (spam-backend-function, spam-backend-ham-registration-function)
18713 (spam-backend-spam-registration-function)
18714 (spam-backend-ham-unregistration-function)
18715 (spam-backend-spam-unregistration-function)
18716 (spam-backend-statistical-p, spam-backend-mover-p)
18717 (spam-install-backend-alias, spam-install-checkonly-backend)
18718 (spam-install-mover-backend, spam-install-nocheck-backend)
18719 (spam-install-backend, spam-install-statistical-backend)
18720 (spam-install-statistical-checkonly-backend): Add backend installation
18721 support.
18722 (spam-summary-prepare-exit): Rewrite to use the new backend code.
18723 (spam-group-processor-p): Use the new backend code and respect the
18724 summary exit behavior.
18725 (spam-mark-spam-as-expired-and-move-routine): Remove.
18726 (spam-summary-prepare): Change to use the new spam-old-articles
18727 variable.
18728 (spam-copy-or-move-routine, spam-copy-spam-routine)
18729 (spam-move-spam-routine, spam-copy-ham-routine)
18730 (spam-move-ham-routine): Add code to copy/move ham or spam.
18731 (spam-fetch-field-fast): Improve doc and code, plus allow the
18732 'number request.
18733 (spam-list-of-checks, spam-list-of-statistical-checks):
18734 Remove variables.
18735 (spam-split, spam-find-spam): Use the new backend code.
18736 (spam-registration-functions): Remove variable.
18737 (spam-unregister-routine): Add convenience wrapper.
18738 (spam-log-undo-registration, spam-register-routine)
18739 (spam-log-processing-to-registry)
18740 (spam-log-unregistration-needed-p): Rename "check" to "backend"
18741 where possible.
18742 (spam-check-gmane-xref, spam-check-regex-headers)
18743 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18744 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18745 (spam-check-bogofilter-headers, spam-check-spamoracle)
18746 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18747 (spam-check-crm114-headers): Use the spam-split-group that
18748 spam-split prepares, no need to determine it every time.
18749
18750 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18751 to the nnheader-parse-naked-head call.
18752
18753 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18754
18755 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18756 the nnheader-nov-read-message-id call.
18757
18758 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
18759
18760 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18761 gnus-activate-group twice. Suggested by Markus Peter
18762 <warp@spin.de>.
18763
18764 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
18765
18766 * gnus-art.el (gnus-article-time-format): Exchange the order of
18767 day and month in the default value; fix customization type.
18768 (article-date-ut): Use add-text-properties.
18769 (article-make-date-line): Use message-make-date instead of
18770 current-time-string.
18771
18772 * message.el (message-fetch-field): Don't use set-text-properties.
18773 (message-make-date): Simplify.
18774
18775 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
18776
18777 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18778 (rfc2047-encode-region): Treat text within parentheses as special;
18779 show the original text when error has occurred.
18780
18781 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18782 already-computed method to gnus-activate-group.
18783
18784 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18785 same select-methods identical Lisp objects.
18786
18787 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18788 object when modifying the info.
18789
18790 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
18791
18792 * gnus-srvr.el (gnus-server-set-info): Remove the server from
18793 gnus-opened-servers since it has never been opened with the new
18794 configuration yet.
18795
18796 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
18797
18798 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18799 arg to nnheader-generate-fake-message-id.
18800
18801 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
18802
18803 * nnheader.el (nnheader-generate-fake-message-id): Accept a
18804 number and build a fake message ID localized to a group and
18805 article number (so it's repeatable from that point on).
18806 (nnheader-fake-message-id-p): Change regex to accommodate new fake
18807 ID format.
18808
18809 * gnus-sum.el (gnus-get-newsgroup-headers):
18810 Call nnheader-generate-fake-message-id with the article number.
18811
18812 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
18813
18814 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18815 end-of-buffer.
18816
18817 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18818
18819 * message.el (message-ignored-supersedes-headers): Add Approved.
18820
18821 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
18822
18823 * rfc2047.el (rfc2047-encode-message-header): Remove useless
18824 goto-char.
18825 (rfc2047-encode): Fold the line before encoding.
18826
18827 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18828
18829 * rfc2047.el (rfc2047-encode-message-header): Disabled header
18830 folding -- not all headers can be folded, and this should be done
18831 by the message composition mode. Probably. I think.
18832
18833 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
18834
18835 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18836 fast.
18837
18838 * gnus-ems.el (gnus-remove-image): Don't use
18839 message-text-with-property; remove only the image found first.
18840
18841 2004-06-09 Jesper Harder <harder@ifa.au.dk>
18842
18843 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18844
18845 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18846
18847 * message.el (message-text-with-property): Make it fast and accept
18848 optional arguments.
18849 (message-strip-forbidden-properties): Use it.
18850 (message-fix-before-sending): Follow the m-t-w-p change.
18851
18852 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18853
18854 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
18855
18856 * gnus-art.el (article-hide-headers): Don't change the buffer
18857 mistakenly when performing mml-preview even if
18858 gnus-single-article-buffer is nil.
18859
18860 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
18861
18862 * message.el (message-expand-name-databases): New user option.
18863 (message-expand-name): Use it.
18864
18865 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
18866
18867 * spam.el (spam-report-articles-resend)
18868 (spam-report-resend-register-routine): Allow ham reporting.
18869 (spam-report-resend-register-ham-routine): Add wrapper.
18870 (spam-registration-functions): Add ham resending functions.
18871 (spam-list-of-processors): Add ham resend processor.
18872
18873 * gnus.el (ham-resend-to): Add new group parameter.
18874 (spam-process): Add ham resend option.
18875
18876 * spam-report.el (spam-report-resend): Allow reporting ham.
18877 (spam-report-resend-ham): Add wrapper.
18878
18879 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18880
18881 * message.el (message-cite-articles-with-x-no-archive):
18882 New variable.
18883 (message-cite-original): Use it.
18884
18885 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18886
18887 * message.el (message-cite-original): Respect X-No-Archive.
18888
18889 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
18890
18891 * gnus-art.el (article-hide-headers): Refer to the values for
18892 gnus-ignored-headers and gnus-visible-headers in the summary
18893 buffer since a user may have set them as group parameters.
18894
18895 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
18896
18897 * assistant.el (assistant-node-name): Add convenience function.
18898 (assistant-render-text, assistant-render-node): Add error handling,
18899 plus handle multiple next nodes.
18900 (assistant-find-next-node): Comment out for now.
18901 (assistant-find-next-nodes): Add function, returns list of next
18902 nodes.
18903
18904 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
18905
18906 * mail-source.el (mail-source-directory): Fix doc-string.
18907
18908 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
18909
18910 * assistant.el (assistant-render-text, assistant-eval): Add :set
18911 widget type, which is different because it takes and returns a
18912 list. Much hilarity ensues.
18913
18914 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
18915
18916 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18917
18918 * gnus-group.el (gnus-group-get-new-news-this-group):
18919 Add doc-string.
18920
18921 * gnus-start.el (gnus-activate-group): Add doc-string.
18922
18923 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
18924
18925 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18926
18927 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
18928
18929 * assistant.el (assistant-render-text): Try to add a :set
18930 widget, more to come.
18931
18932 * spam.el (spam-group-spam-contents-p): Handle empty groupname
18933 strings.
18934 (spam-report-articles-resend)
18935 (spam-register-routine): Do registration iff any articles warrant
18936 it.
18937 (spam-summary-prepare-exit): Change log message for nil group
18938 destinations.
18939
18940 2004-05-27 Daniel Pittman <daniel@rimspace.net>
18941
18942 * spam.el (spam-report-resend-register-routine):
18943 Allow spam-report-resend-to to be a group parameter or a global value.
18944
18945 2004-05-26 Simon Josefsson <jas@extundo.com>
18946
18947 * starttls.el: Merge with my GNUTLS based starttls.el.
18948 (starttls-gnutls-program, starttls-use-gnutls)
18949 (starttls-extra-arguments, starttls-process-connection-type)
18950 (starttls-connect, starttls-failure, starttls-success):
18951 New variables.
18952 (starttls-program, starttls-extra-args): Doc fix.
18953 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18954 New functions.
18955 (starttls-negotiate, starttls-open-stream):
18956 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18957 function if it is set.
18958
18959 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18960
18961 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18962 structured fields.
18963
18964 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18965
18966 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18967
18968 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
18969
18970 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18971 Add variable.
18972 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
18973 assigning the spam-mark to new messages.
18974
18975 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
18976
18977 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18978
18979 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18980
18981 * rfc2047.el (rfc2047-encodable-p): Don't move point.
18982 (rfc2047-decode): Treat the ascii coding-system as raw-text by
18983 default.
18984
18985 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
18986
18987 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18988 correct data.
18989
18990 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
18991
18992 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18993 (spam-group-processor-p): Fix function.
18994 (spam-group-processor-multiple-p)
18995 (spam-group-spam-processor-report-gmane-p)
18996 (spam-group-spam-processor-report-resend-p)
18997 (spam-group-spam-processor-bogofilter-p)
18998 (spam-group-spam-processor-blacklist-p)
18999 (spam-group-spam-processor-ifile-p)
19000 (spam-group-ham-processor-ifile-p)
19001 (spam-group-spam-processor-spamoracle-p)
19002 (spam-group-spam-processor-crm114-p)
19003 (spam-group-ham-processor-bogofilter-p)
19004 (spam-group-spam-processor-stat-p)
19005 (spam-group-ham-processor-stat-p)
19006 (spam-group-ham-processor-whitelist-p)
19007 (spam-group-ham-processor-BBDB-p)
19008 (spam-group-ham-processor-spamoracle-p)
19009 (spam-group-ham-processor-copy-p): Remove functions with some
19010 prejudice against unneeded code.
19011 (spam-report-articles-resend)
19012 (spam-report-resend-register-routine): Allow the group/topic
19013 spam-resend-to value to override spam-report-resend-to.
19014 (spam-summary-prepare-exit): Invoke spam-group-processor-p
19015 properly now.
19016
19017 * gnus.el (spam-resend-to): Add group/topic parameter.
19018 (spam-process): Move the OBSOLETE processors to the end of the
19019 choices.
19020
19021 2004-05-24 Daniel Pittman <daniel@rimspace.net>
19022
19023 * spam-report.el (spam-report-resend-to, spam-report-resend):
19024 Start with resend-to set to nil, and then ask the user if necessary.
19025 (spam-report-resend): spam-report-resend takes a list of articles, not
19026 separate article numbers.
19027
19028 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
19029
19030 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19031 addition to emacs-w3m.
19032
19033 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19034
19035 * assistant.el (assistant-authinfo-data): New function.
19036 (assistant-eval): Eval for entire assistant.
19037
19038 * netrc.el (netrc-services-file): New variable.
19039 (netrc-parse-services): New function.
19040 (netrc-find-service-name): New function.
19041 (netrc-find-service-number): New function.
19042 (netrc-port-equal): New function.
19043 (netrc-machine): Use it.
19044
19045 * nnimap.el (nnimap-open-connection): Use netrc.
19046
19047 * gnus-util.el (gnus-netrc-get): Remove aliases.
19048
19049 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19050
19051 * assistant.el (wid-edit): Fix compilation.
19052
19053 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19054
19055 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
19056
19057 * gnus-util.el (gnus-set-file-modes): New function. (small
19058 patch).
19059
19060 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19061
19062 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19063
19064 * assistant.el (assistant-render-node): Fix up rendering and
19065 read-only text.
19066 (assistant-render-node): Reset.
19067 (assistant-make-read-only): Not sticky.
19068
19069 2004-05-20 Danny Siu <dsiu@adobe.com>
19070
19071 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19072 centered even when gnus-auto-center-summary is t
19073
19074 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
19075
19076 * dns.el (dns-get-txt-answer): New function.
19077 (dns-read-txt): Ditto.
19078 (query-dns): Use it.
19079
19080 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
19081
19082 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19083 active for foreign groups even if the group level is higher than
19084 the specified value.
19085
19086 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19087
19088 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19089 non-active groups.
19090
19091 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19092
19093 2004-05-20 Magnus Henoch <mange@freemail.hu>
19094
19095 * dns.el (dns-read-type): Add support for SVR. (small patch)
19096
19097 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
19098
19099 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19100 (spam-crm114-header, spam-crm114-spam-switch)
19101 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19102 (spam-crm114-positive-spam-header)
19103 (spam-crm114-database-directory, spam-list-of-processors)
19104 (spam-group-spam-processor-crm114-p)
19105 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19106 (spam-generic-score, spam-list-of-checks)
19107 (spam-list-of-statistical-checks, spam-registration-functions)
19108 (spam-check-crm114-headers, spam-crm114-score)
19109 (spam-check-crm114, spam-crm114-register-with-crm114)
19110 (spam-crm114-register-spam-routine)
19111 (spam-crm114-unregister-spam-routine)
19112 (spam-crm114-register-ham-routine)
19113 (spam-crm114-unregister-ham-routine): Add CRM114 support.
19114 From asjo@koldfront.dk (Adam Sjøgren).
19115
19116 * gnus.el: Add spam-use-crm114.
19117
19118 * spam.el (spam-list-of-processors, spam-registration-functions):
19119 Add spam-use-resend.
19120 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19121 (spam-report-articles-gmane): Add doc fix.
19122 (spam-report-articles-resend, spam-report-resend-register-routine):
19123 Add wrappers around spam-report-resend-to.
19124
19125 * spam-report.el (spam-report-resend-to, spam-report-resend):
19126 Add support for resending spam.
19127 (spam-report-gmane): Fix line length >80.
19128
19129 * gnus.el (spam-process): Add spam-use-resend.
19130
19131 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19132
19133 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19134 number of processed spam messages.
19135 (spam-ham-copy-or-move-routine): Return the number of processed
19136 ham messages.
19137 (spam-summary-prepare-exit): Use the above values to decide
19138 whether status messages shouled be displayed.
19139
19140 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
19141
19142 * rfc2047.el (rfc2047-encode-function-alist): Rename from
19143 `rfc2047-encoding-function-alist' in order to avoid conflicting
19144 with the old version.
19145 (rfc2047-encode-region): Concatenate words containing non-ASCII
19146 characters in structured fields; don't encode space-delimited
19147 ASCII words even in unstructured fields; don't break words at
19148 char-category boundaries.
19149 (rfc2047-encode-1): New function.
19150 (rfc2047-encode): Use it; encode text so that it occupies the
19151 maximum width within 76-column; work correctly on Q encoding for
19152 iso-2022-* charsets.
19153 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19154 sure not to break a line just after the header name.
19155 (rfc2047-b-encode-region): Remove.
19156 (rfc2047-b-encode-string): New function.
19157 (rfc2047-q-encode-region): Remove.
19158 (rfc2047-q-encode-string): New function.
19159
19160 * mm-util.el (mm-replace-in-string): New function.
19161
19162 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19163
19164 * gnus-msg.el (gnus-inews-make-draft-meta-information):
19165 Really get it right.
19166 (gnus-inews-make-draft): Really.
19167
19168 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
19169
19170 * nnmh.el (nnmh-request-list-1): Don't check the link count
19171 before descending. (small patch)
19172
19173 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19174
19175 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19176 stuff.
19177
19178 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19179 Match on real group name.
19180
19181 * gnus-art.el (gnus-signature-limit): Doc fix.
19182
19183 * gnus-msg.el (gnus-inews-make-draft): Quote list.
19184
19185 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19186
19187 * gnus-draft.el (gnus-draft-send):
19188 Bind rfc2047-encode-encoded-words.
19189
19190 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19191 (rfc2047-encodable-p): Say that =? needs encoding.
19192 (rfc2047-encode-encoded-words): New variable.
19193
19194 * gnus-group.el (gnus-group-select-group): Doc fix.
19195
19196 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19197
19198 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19199 to nil.
19200
19201 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19202
19203 * nnheader.el (nnheader-get-lines-and-char): New function.
19204
19205 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
19206
19207 * gnus-msg.el (gnus-summary-followup-with-original):
19208 Document yanking of region when active.
19209
19210 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
19211
19212 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19213 groups if the group level is higher than the specified value.
19214
19215 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19216
19217 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19218 (gnus-group-jump-to-group): Add prefix argument using
19219 `gnus-group-jump-to-group-prompt'. Query before jumping to
19220 non-active group.
19221
19222 * compface.el (uncompface): Be verbose when changing
19223 `uncompface-use-external'.
19224
19225 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19226 handle manual section.
19227
19228 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19229
19230 * gnus-art.el (gnus-button-alist): Revert previous change.
19231
19232 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19233
19234 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19235
19236 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19237
19238 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19239 whether backend can accept message.
19240
19241 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19242
19243 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
19244
19245 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19246 Avoid creating directory when nntp-marks-is-evil is true.
19247 Reported by Reiner Steib.
19248
19249 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19250
19251 * gnus-picon.el (gnus-picon-style): New variable.
19252 (gnus-picon-insert-glyph): Add optional `nostring' argument.
19253 (gnus-picon-transform-address): Support `gnus-picon-style'.
19254 From Jesper Harder <harder@ifa.au.dk>.
19255
19256 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19257
19258 * message.el (message-fill-field): Return point.
19259 (message-generate-headers): Go to end of field.
19260
19261 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19262 stuff for non-living groups.
19263
19264 2004-05-18 Jesper Harder <harder@ifa.au.dk>
19265
19266 * gnus-art.el (gnus-article-followup-with-original)
19267 (gnus-article-reply-with-original): gnus-mark-active-p ->
19268 gnus-region-active-p.
19269
19270 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
19271
19272 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19273 only when there is spam or ham to be processed.
19274
19275 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19276
19277 * mail-source.el (mail-source-delete-crash-box): Refactor.
19278 (mail-source-fetch): Use it.
19279 (mail-source-fetch-file): Ditto.
19280 (mail-source-fetch-directory): Run postscript in loop.
19281 (mail-source-fetch-pop): Delete.
19282 (mail-source-fetch-maildir): Ditto.
19283 (mail-source-fetch-imap): Ditto.
19284
19285 * imap.el (imap-authenticators): Comment out sasl.
19286
19287 * message.el (message-skip-to-next-address): New function.
19288 (message-fill-header-address): Refactor.
19289 (message-fill-address): Use it.
19290 (message-delete-address): Use it.
19291 (message-fill-header-general): Refactor.
19292 (message-fill-field-address): Rename.
19293 (message-narrow-to-field): Find the start of the header.
19294 (message-header-format-alist): Don't pre-fill.
19295 (message-fill-header): Remove.
19296 (message-insert-header): New function.
19297 (message-shorten-references): Use it.
19298
19299 * rfc2047.el (rfc2047-field-value): Strip props.
19300
19301 * mail-parse.el (mail-header-make-address): New alias.
19302
19303 * ietf-drums.el (ietf-drums-make-address): New function.
19304
19305 * imap.el: Add compiler directives.
19306
19307 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19308
19309 * gnus-art.el (article-decode-idna-rhs): Don't use
19310 message-idna-inside-rhs-p.
19311
19312 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19313
19314 * message.el (message-idna-inside-rhs-p): Remove.
19315 (message-idna-to-ascii-rhs-1): Use proper address parsing.
19316
19317 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19318 false positives.
19319
19320 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19321
19322 * imap.el (imap-sasl-make-mechanisms): Use sasl.
19323
19324 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19325
19326 * nneething.el (nneething-file-name): Don't create spurious
19327 files.
19328
19329 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19330 (gnus-inews-do-gcc): Remove sleep.
19331
19332 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19333 part under point.
19334
19335 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19336 (gnus-agent-regenerate-group): Using nil messages aren't valid.
19337
19338 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
19339
19340 * spam.el (spam-summary-prepare-exit): Fix (length).
19341
19342 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
19343
19344 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19345 as expired without moving it" message when there are spam
19346 messages left.
19347
19348 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
19349
19350 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19351 header is not nil.
19352
19353 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
19354
19355 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19356 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19357 (nntp-marks-changed-p): New arg SERVER.
19358 (nntp-request-update-info): Adjust caller.
19359
19360 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
19361
19362 * nntp.el (nntp-save-marks): Pass missing arg.
19363
19364 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
19365
19366 * nntp.el: Support marks.
19367 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19368 (nntp-marks-modtime, nntp-marks-directory): New variables.
19369 (nntp-request-set-mark, nntp-request-update-info)
19370 (nntp-possibly-create-directory, nntp-marks-changed-p)
19371 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19372 New functions.
19373
19374 2004-05-12 Jesper Harder <harder@ifa.au.dk>
19375
19376 * gnus-score.el (gnus-score-insert-help):
19377 Use gnus-select-lowest-window.
19378
19379 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19380 appt-select-lowest-window and rename to gnus-select-lowest-window.
19381
19382 * gnus.el: do.
19383
19384 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19385
19386 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19387 encodings of MIME-encoded words, in order to improve
19388 interoperability with several broken MUAs.
19389
19390 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19391
19392 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19393 tags, only when charsets are not specified in headers.
19394 (mm-inline-text-html-render-with-w3m): Ditto.
19395
19396 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19397
19398 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19399 instead of MIME-decoded from fields when checking
19400 `gnus-article-address-banner-alist'.
19401
19402 2004-05-03 Jesper Harder <harder@ifa.au.dk>
19403
19404 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19405 description rather than subject.
19406
19407 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19408
19409 * gnus.el (gnus-version-number): Bump.
19410
19411 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19412
19413 * gnus.el: No Gnus v0.2 is released.
19414
19415 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19416
19417 * gnus-agent.el (gnus-agent-read-agentview):
19418 Inline gnus-uncompress-range.
19419
19420 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19421
19422 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19423 `exec-installed-p'.
19424
19425 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19426
19427 * gnus.el (spam-process, spam-autodetect-methods):
19428 Add bsfilter and bsfilter-headers.
19429
19430 * spam.el (spam-bsfilter): New customize group.
19431 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19432 (spam-bsfilter-header, spam-bsfilter-probability-header)
19433 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19434 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19435 (spam-bsfilter-database-directory): New options.
19436 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19437 (spam-list-of-statistical-checks, spam-registration-functions):
19438 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19439 (spam-bsfilter-score): New command.
19440 (spam-check-bsfilter-headers, spam-check-bsfilter)
19441 (spam-bsfilter-register-with-bsfilter)
19442 (spam-bsfilter-register-spam-routine)
19443 (spam-bsfilter-unregister-spam-routine)
19444 (spam-bsfilter-register-ham-routine)
19445 (spam-bsfilter-unregister-ham-routine): New functions.
19446 (spam-generic-score): Support bsfilter; Accept an optional argument
19447 to recalcurate spam score even if scoring header has already been
19448 added.
19449 (spam-bogofilter-score, spam-spamassassin-score): Accept an
19450 optional argument to recalcurate spam score even if scoring header
19451 has already been added.
19452
19453 2004-04-29 Jesper Harder <harder@ifa.au.dk>
19454
19455 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19456 strings! Reported by David D. Smith <davidsmith@acm.org>.
19457 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19458 link is missing.
19459
19460 2004-04-28 Jesper Harder <harder@ifa.au.dk>
19461
19462 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19463 (html2text-get-attr): Rewrite.
19464
19465 * message.el (message-setup-1): Remove redundant put-text-property
19466 on mail-header-separator.
19467
19468 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
19469
19470 * gnus-registry.el (gnus-registry-cache-whitespace)
19471 (gnus-registry-action, gnus-registry-spool-action)
19472 (gnus-registry-split-fancy-with-parent): Change message levels
19473 from 5 to 3 or 7, as needed.
19474
19475 * spam.el (spam-summary-prepare-exit)
19476 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19477 (spam-split, spam-find-spam, spam-log-undo-registration)
19478 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19479 level from 5 to 6.
19480
19481 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
19482
19483 * gnus-ems.el: Autoload appt-select-lowest-window (revert
19484 2004-03-04 change).
19485
19486 2004-04-25 Jesper Harder <harder@ifa.au.dk>
19487
19488 * sieve-manage.el (sieve-manage-open):
19489 * nnweb.el (nnweb-insert-html):
19490 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19491 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19492 * nnspool.el (nnspool-request-group):
19493 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19494 * nnml.el (nnml-request-update-info):
19495 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19496 (nnmh-request-create-group, nnmh-update-gnus-unreads):
19497 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19498 (nnimap-request-set-mark):
19499 * nnfolder.el (nnfolder-request-update-info):
19500 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19501 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19502 * gnus-uu.el (gnus-uu-find-articles-matching):
19503 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19504 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19505 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19506 * gnus-nocem.el (gnus-nocem-scan-groups):
19507 * gnus-int.el (gnus-start-news-server):
19508 * gnus-group.el (gnus-group-make-kiboze-group)
19509 (gnus-group-browse-foreign-server):
19510 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19511 Use mapc when appropriate.
19512
19513 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
19514
19515 FIXME: Make separate entries for each person.
19516
19517 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19518 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19519 <shields@msrl.com>:
19520
19521 * spam.el (spam-necessary-extra-headers): Get the extra headers we
19522 may need for spam sorting and scoring.
19523 (spam-user-format-function-S): Add user format function suitable for
19524 general use.
19525 (spam-article-sort-by-spam-status): Add sorting function for summary
19526 sorting.
19527 (spam-extra-header-to-number): Add function to get a score from a
19528 header.
19529 (spam-summary-score): Add function to get a numeric score from the
19530 headers.
19531 (spam-generic-score): Fix function doc, was in wrong place.
19532 (spam-initialize): Take symbols when it's run, and install the
19533 extra headers that spam-necessary-extra-headers thinks we need.
19534
19535 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
19536
19537 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19538 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19539
19540 2004-04-17 Jesper Harder <harder@ifa.au.dk>
19541
19542 * gnus-sum.el (gnus-set-global-variables)
19543 (gnus-build-all-threads, gnus-get-newsgroup-headers)
19544 (gnus-article-get-xrefs, gnus-summary-best-group)
19545 (gnus-summary-next-article, gnus-summary-enter-digest-group)
19546 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19547 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19548 Use with-current-buffer.
19549
19550 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
19551
19552 * spam.el (spam-summary-prepare-exit): Simplify logic.
19553 (spam-fetch-article-header): Read the article header if it's not
19554 available.
19555 (spam-list-articles): Simplify logic.
19556 (spam-filelist-register-routine): Fix bug with unregister-list.
19557
19558 * gnus-registry.el: Fix comments at beginning.
19559
19560 2004-04-16 Jesper Harder <harder@ifa.au.dk>
19561
19562 * message.el (message-cater-to-broken-inn): Remove.
19563 (message-shorten-references): Make sure the total folded length of
19564 References is shorter than 998 characters to cater to a bug in INN
19565 2.3. Also, don't pretend that references aren't folded -- this
19566 hasn't worked for a while.
19567
19568 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19569
19570 * gnus-agent.el (gnus-agentize):
19571 gnus-agent-send-mail-real-function no longer set to current value
19572 of message-send-mail-function but rather a lambda that calls
19573 message-send-mail-function. The change makes the agent real-time
19574 responsive to user changes to message-send-mail-function.
19575
19576 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19577
19578 * legacy-gnus-agent.el
19579 (gnus-agent-convert-to-compressed-agentview): Fix typos with
19580 help from Florian Weimer <fw@deneb.enyo.de>
19581
19582 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
19583
19584 * nnmail.el (nnmail-cache-insert): Revert last change.
19585
19586 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
19587
19588 * nnmail.el (nnmail-cache-insert): Always check whether
19589 nnmail-cache-ignore-groups matches a group name.
19590
19591 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
19592
19593 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19594 (spam-find-spam, spam-log-processing-to-registry)
19595 (spam-log-registered-p, spam-log-unregistration-needed-p)
19596 (spam-log-undo-registration): Use gnus-message instead of
19597 gnus-error, none of these errors are fatal.
19598
19599 * gnus-registry.el (gnus-registry-clean-empty-function)
19600 (gnus-registry-clean-empty): Remove only empty entries without
19601 extra data.
19602
19603 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
19604
19605 * spam-stat.el (spam-stat-buffer-change-to-spam)
19606 (spam-stat-buffer-change-to-non-spam): Change (error) to
19607 (gnus-message 8) invocation.
19608
19609 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
19610
19611 * nntp.el (nntp-via-netcat-command): New variable.
19612 (nntp-via-netcat-switches): New variable.
19613 (nntp-open-via-rlogin-and-netcat): New function.
19614 (nntp-open-connection-function): Doc fix.
19615 (nntp-telnet-command): Doc fix.
19616 (nntp-end-of-line): Doc fix.
19617 (nntp-via-rlogin-command): Doc fix.
19618 (nntp-via-user-name): Doc fix.
19619 (nntp-via-address): Doc fix.
19620
19621 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
19622
19623 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19624 error in Emacs 21.1.
19625
19626 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
19627
19628 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19629
19630 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
19631
19632 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19633 (gnus-agent-with-refreshed-group): New macro.
19634 (gnus-agent-rename-group): New function.
19635 (gnus-agent-delete-group): New function.
19636 (gnus-agent-save-group-info): Use gnus-command-method when
19637 `method' parameter is nil. Don't write nil entries into the
19638 active file.
19639 (gnus-agent-get-group-info): New function.
19640 (gnus-agent-fetch-articles):
19641 Use gnus-agent-update-files-total-fetched-for to increment disk space
19642 used.
19643 (gnus-agent-fetch-headers, gnus-agent-save-alist):
19644 Use gnus-agent-update-view-total-fetched-for to increment disk space
19645 used.
19646 (gnus-agent-get-local): Add optional parameters to avoid calling
19647 gnus-group-real-name and gnus-find-method-for-group.
19648 (gnus-agent-set-local): Delete stored entry if either min, or max,
19649 are nil.
19650 (gnus-agent-fetch-session): Reworded error/quit messages.
19651 On quit, use gnus-agent-regenerate-group to record existence of any
19652 articles fetched to disk before the quit occurred.
19653 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19654 gnus-agent-update-view-total-fetched-for, and
19655 gnus-agent-update-files-total-fetched-for to decrement disk space
19656 used.
19657 (gnus-agent-retrieve-headers):
19658 Use gnus-agent-update-view-total-fetched-for to increment disk space
19659 used.
19660 (gnus-agent-regenerate-group): Replace gnus-group-update-group
19661 with gnus-agent-update-files-total-fetched-for to decrement disk
19662 space and fresh group buffer.
19663 (gnus-agent-inhibit-update-total-fetched-for): New variable.
19664 (gnus-agent-need-update-total-fetched-for): New variable.
19665 (gnus-agent-update-files-total-fetched-for): New function.
19666 (gnus-agent-update-view-total-fetched-for): New function.
19667 (gnus-agent-total-fetched-for): New function.
19668
19669 * gnus-cache.el (gnus-cache-save-buffers):
19670 Use gnus-cache-update-overview-total-fetched-for to change disk space
19671 used by this group.
19672 (gnus-cache-possibly-enter-article):
19673 Use gnus-cache-update-file-total-fetched-for to increment disk space
19674 used by this group.
19675 (gnus-cache-possibly-remove-article):
19676 Use gnus-cache-update-file-total-fetched-for to decrement disk space
19677 used by this group.
19678 (gnus-cache-generate-nov-databases): Purge total fetched cache.
19679 (gnus-cache-rename-group): New function.
19680 (gnus-cache-delete-group): New function.
19681 (gnus-cache-inhibit-update-total-fetched-for): New variable.
19682 (gnus-cache-need-update-total-fetched-for): New variable.
19683 (gnus-cache-with-refreshed-group): New macro.
19684 (gnus-cache-update-file-total-fetched-for): New function.
19685 (gnus-cache-update-overview-total-fetched-for): New function.
19686 (gnus-cache-rename-group-total-fetched-for): New function.
19687 (gnus-cache-delete-group-total-fetched-for): New function.
19688 (gnus-cache-total-fetched-for): New function.
19689
19690 * gnus-group.el: Require gnus-sum and autoload functions to
19691 resolve warnings when gnus-group.el compiled alone.
19692 (gnus-group-line-format): Documented new %F.
19693 (size of Fetched data) group line format; identifies disk space
19694 used by agent and cache.
19695 (gnus-group-line-format-alist): Defined new F format.
19696 (gnus-total-fetched-for): New function.
19697 (gnus-group-delete-group): No longer update
19698 gnus-cache-active-altered as gnus-request-delete-group now keeps
19699 the cache in sync.
19700 (gnus-group-list-active): Let the agent store a server's active
19701 list if currently plugged.
19702
19703 * gnus-int.el (gnus-request-delete-group):
19704 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19705 local disk in sync with the server.
19706 (gnus-request-rename-group):
19707 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19708 local disk in sync with the server.
19709
19710 * gnus-start.el (gnus-get-unread-articles):
19711 Cosmetic simplification to logic.
19712
19713 * gnus-util.el (gnus-rename-file): New function.
19714
19715 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
19716
19717 * mm-util.el (mm-image-load-path): Handle nil in load-path.
19718
19719 2004-04-07 Jesper Harder <harder@ifa.au.dk>
19720
19721 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19722 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
19723
19724 2004-04-06 Jesper Harder <harder@ifa.au.dk>
19725
19726 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19727 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
19728
19729 2004-04-03 Jesper Harder <harder@ifa.au.dk>
19730
19731 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19732
19733 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
19734
19735 * spam.el (spam-set-difference): Add function to replace
19736 gnus-set-difference in spam.el.
19737 (spam-summary-prepare-exit): Use spam-set-difference.
19738
19739 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
19740
19741 * gnus-registry.el (gnus-registry-cache-file): Update to use
19742 gnus-dribble-directory OR gnus-home-directory OR ~.
19743 (gnus-registry-split-fancy-with-parent): Fix doc.
19744
19745 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
19746
19747 * message.el (message-exchange-point-and-mark):
19748 Use message-mark-active-p. Suggested by Jesper Harder
19749 <harder@ifa.au.dk>.
19750
19751 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
19752
19753 * message.el (message-exchange-point-and-mark): Don't activate
19754 region if it was inactive. Suggested by Hiroshi Fujishima
19755 <pooh@nature.tsukuba.ac.jp>.
19756
19757 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
19758
19759 * gnus-art.el (article-display-face): Display Faces in the same
19760 order as X-Faces.
19761
19762 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
19763
19764 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19765
19766 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
19767
19768 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19769 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19770 (gnus-article-mime-hierarchy): Remove.
19771 (gnus-article-mime-hierarchy-next): Remove.
19772 (gnus-article-mode): Revert 2004-03-19 change.
19773 (gnus-article-setup-buffer): Revert 2004-03-19 change.
19774 (gnus-insert-mime-button): Revert 2004-03-19 change.
19775 (gnus-mime-accumulate-hierarchy): Remove.
19776 (gnus-mime-enter-multipart): Remove.
19777 (gnus-mime-leave-multipart): Remove.
19778 (gnus-mime-display-part): Revert 2004-03-19 change.
19779 (gnus-mime-display-alternative): Revert 2004-03-19 change.
19780
19781 * mml.el (mml-preview): Revert 2004-03-19 change.
19782
19783 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
19784
19785 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19786
19787 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
19788
19789 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19790 t while entering a file name using the mm-with-multibyte macro.
19791 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19792
19793 * mm-util.el (mm-with-multibyte): New macro.
19794
19795 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
19796
19797 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19798 New user option.
19799 (gnus-mime-multipart-functions): Doc and customization fix.
19800 (gnus-article-mime-hierarchy): New variable.
19801 (gnus-article-mime-hierarchy-next): New variable.
19802 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19803 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19804 gnus-article-mime-hierarchy-next to nil.
19805 (gnus-insert-mime-button): Show hierarchy numbers.
19806 (gnus-mime-accumulate-hierarchy): New function.
19807 (gnus-mime-enter-multipart): New function.
19808 (gnus-mime-leave-multipart): New function.
19809 (gnus-mime-display-part): Recompute hierarchical MIME structure.
19810 (gnus-mime-display-alternative): Show hierarchy numbers.
19811
19812 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19813 gnus-article-mime-hierarchy-next to nil.
19814
19815 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
19816
19817 * dns.el: Don't require gnus-xmas.
19818
19819 2004-03-17 Jesper Harder <harder@ifa.au.dk>
19820
19821 * mml.el (mml-generate-mime-1): Don't use format=flowed with
19822 inline PGP.
19823 (mml-menu): Disable mml-quote-region if mark is inactive.
19824
19825 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
19826
19827 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19828 when the group's active is not available.
19829
19830 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
19831
19832 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19833 error.
19834
19835 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
19836
19837 * imap.el (imap-store-password): New variable.
19838 (imap-interactive-login): Use it.
19839 Suggested by Mark Plaksin <happy@mcplaksin.org>.
19840
19841 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
19842
19843 * gnus-art.el (gnus-article-read-summary-keys): Restore new
19844 window-start and hscroll to summary window.
19845
19846 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
19847
19848 * gnus-start.el (gnus-convert-old-newsrc): Only write the
19849 conversion message to newsrc-dribble when an actual conversion is
19850 performed.
19851
19852 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
19853
19854 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19855
19856 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
19857
19858 * mm-decode.el (mm-complicated-handles): New function reviving
19859 former definition of mm-multiple-handles.
19860
19861 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19862 (gnus-mime-delete-part): Use it.
19863
19864 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
19865
19866 * gnus-agent.el (gnus-agent-read-local):
19867 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19868 avoid the implicit assumption that they will always be equal.
19869 (gnus-agent-save-local): Bind buffer-file-coding-system, not
19870 coding-system-for-write, as the with-temp-file macro first prints
19871 to a buffer then saves the buffer.
19872
19873 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
19874
19875 * gnus-art.el (gnus-article-edit-part): New function.
19876 (gnus-mime-save-part-and-strip): Use it; do query instead of
19877 signaling an error; don't use mm-multiple-handles.
19878 (gnus-mime-delete-part): Ditto.
19879
19880 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
19881
19882 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19883 old file versions.
19884 (gnus-group-prepare-hook): Remove function that converted list
19885 form of gnus-agent-expire-days to group properties.
19886
19887 * gnus-int.el: Autoload gnus-agent-regenerate-group.
19888 (gnus-request-accept-article): Re-indented.
19889
19890 * gnus-start.el (gnus-convert-old-newsrc): Registered new
19891 converters to handle old agent file formats. Add logic for a
19892 "backup before upgrading warning".
19893 (gnus-convert-mark-converter-prompt): Developers can mark
19894 functions as needing (default), or not needing,
19895 gnus-convert-old-newsrc's "backup before upgrading warning".
19896 (gnus-convert-converter-needs-prompt): Tests whether the user
19897 should be protected from potentially irreversable changes by the
19898 function.
19899
19900 * legacy-gnus-agent.el: New. Provides converters that are only
19901 loaded when gnus-convert-old-newsrc needs to call them.
19902
19903 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
19904
19905 * mail-source.el (mail-source-touch-pop): Doc fix.
19906
19907 * message.el (message-smtpmail-send-it): Doc fix.
19908
19909 2004-03-05 Jesper Harder <harder@ifa.au.dk>
19910
19911 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19912
19913 * nnmail.el (nnmail-split-fancy): do.
19914
19915 * gnus-kill.el (gnus-kill, gnus-execute): do.
19916
19917 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
19918
19919 * gnus-sum.el (gnus-widget-reversible-match)
19920 (gnus-widget-reversible-to-internal)
19921 (gnus-widget-reversible-to-external): New functions.
19922 (gnus-widget-reversible): New widget.
19923 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19924
19925 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
19926
19927 * gnus-sum.el (gnus-thread-sort-functions)
19928 (gnus-article-sort-functions): Document `(not F)' items.
19929
19930 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
19931
19932 * spam.el (spam-use-gmane-xref): Add new backend.
19933 (spam-gmane-xref-spam-group): Add variable to control the name of the
19934 Gmane spam group.
19935 (spam-blackhole-servers, spam-blackhole-good-server-regex)
19936 (spam-regex-headers-spam, spam-regex-headers-ham)
19937 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19938 (spam-list-of-checks): Add spam-use-gmane-xref to list of
19939 backends and checks.
19940 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19941
19942 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19943 an autodetect method.
19944
19945 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19946
19947 * gnus-int.el (gnus-request-accept-article): Inform the agent that
19948 articles are being added to a group.
19949 (gnus-request-replace-article): Inform the agent that articles
19950 need to be uncached as the cached contents are no longer valid.
19951
19952 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19953
19954 * binhex.el: Don't autoload executable-find.
19955
19956 * canlock.el: Don't autoload mail-fetch-field.
19957
19958 * gnus-ems.el: Don't autoload appt-select-lowest-window.
19959
19960 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19961 rmail-dont-reply-to and rmail-output.
19962
19963 * gnus-score.el: Don't autoload ffap-string-at-point.
19964
19965 * gnus-setup.el: Don't autoload sc-cite-original.
19966
19967 * imap.el: Don't autoload base64-decode-string,
19968 base64-encode-string and md5.
19969
19970 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19971 and rmail-msg-restore-non-pruned-header.
19972
19973 * mm-decode.el: Don't autoload executable-find.
19974
19975 * mm-url.el: Don't autoload executable-find.
19976
19977 * mm-view.el: Don't autoload diff-mode.
19978
19979 * nndb.el: Don't autoload news-reply-mode, news-setup,
19980 cancel-timer and telnet.
19981
19982 * password.el: Don't autoload run-at-time for Emacs.
19983
19984 * sha1-el.el: Don't autoload executable-find.
19985
19986 * sieve-mode.el: Don't autoload c-mode.
19987
19988 * uudecode.el: Don't autoload executable-find.
19989
19990 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19991
19992 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19993 (gnus-agent-possibly-alter-active): Avoid null in numeric
19994 comparison.
19995 (gnus-agent-set-local): Refuse to save null in local object table.
19996 (gnus-agent-regenerate-group): The REREAD parameter can now be a
19997 list of articles that will be marked as unread.
19998
19999 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
20000
20001 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20002
20003 2004-03-04 Jesper Harder <harder@ifa.au.dk>
20004
20005 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20006 language tags.
20007
20008 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
20009
20010 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20011 Don't bind "obarray".
20012
20013 * gnus-sum.el (gnus-thread-sort-functions):
20014 Add `gnus-thread-sort-by-most-recent-number' and
20015 `gnus-thread-sort-by-most-recent-date'.
20016 Reported by Kai Grossjohann <kai@emptydomain.de>.
20017
20018 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
20019
20020 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20021
20022 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
20023
20024 * gnus-cus.el (gnus-agent-customize-category):
20025 Remove ignore-errors macro reference that required cl to be loaded at
20026 run-time.
20027
20028 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20029 single-interval range of the form (min . max). Previously the
20030 range had to look like ((min . max)). Likewise, return
20031 (min . max) rather than ((min . max)).
20032 (gnus-range-map): Use gnus-range-normalize to accept
20033 single-interval range.
20034
20035 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20036 the cache, but not the agent, now appear with their usual face.
20037
20038 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
20039
20040 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20041 w3m-safe-url-regexp variable buffer-local.
20042
20043 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20044
20045 2004-02-27 Simon Josefsson <jas@extundo.com>
20046
20047 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20048 gnus-group-real-prefix.
20049 (gnus-summary-move-article): Use it, instead of
20050 gnus-group-real-prefix.
20051
20052 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
20053
20054 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20055 w3m-safe-url-regexp variable buffer-local and set it as the value
20056 of mm-w3m-safe-url-regexp.
20057
20058 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20059
20060 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20061 parsing gnus-posting-styles when the message is not for replying.
20062
20063 * nnrss.el (nnrss-opml-export):
20064 Use mm-set-buffer-file-coding-system instead of
20065 set-buffer-file-coding-system.
20066
20067 2004-02-27 Jesper Harder <harder@ifa.au.dk>
20068
20069 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20070 of checkdoc.el).
20071 * nnrss.el: do.
20072 * gnus-mlspl.el: do.
20073 * gnus-ml.el: do.
20074 * gnus-srvr.el: do.
20075
20076 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20077
20078 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
20079
20080 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20081 Corrections to custom-manual links.
20082
20083 * gnus-art.el (gnus-article): Ditto.
20084
20085 * mm-decode.el (mime-display, mime-security): Ditto.
20086
20087 2004-02-26 Jesper Harder <harder@ifa.au.dk>
20088
20089 * flow-fill.el: Typo.
20090
20091 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
20092
20093 * spam-wash.el: New file.
20094
20095 2004-02-26 Mark A. Hershberger <mah@everybody.org>
20096
20097 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20098
20099 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
20100
20101 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20102 to be run with new-articles as LIST1, not LIST2.
20103 (spam-registration-functions): Add spam-use-ham-copy as a nil
20104 registration backend.
20105
20106 2004-02-26 Jesper Harder <harder@ifa.au.dk>
20107
20108 * spam-stat.el (spam-stat-washing-hook): New option.
20109 (spam-stat-buffer-words): Use it.
20110 (spam-stat-process-directory, spam-stat-test-directory):
20111 Use insert-file-contents-literally.
20112 (spam-stat-coding-system): New variable.
20113 (spam-stat-load, spam-stat-save): Use it.
20114
20115 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
20116
20117 * spam-report.el (spam-report-plug-agent):
20118 Quote spam-report-url-to-file and spam-report-url-ping-plain.
20119
20120 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
20121
20122 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20123 Allow / in mailto URLs.
20124
20125 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20126
20127 * spam-report.el (spam-report-process-queue): Fix interactive use.
20128 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20129 (spam-report-unplug-agent): Doc fixes.
20130 (spam-report-url-ping-mm-url, spam-report-url-to-file)
20131 (spam-report-agentize, spam-report-deagentize):
20132 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
20133
20134 * message.el (message-setup-fill-variables): Add mml tags to
20135 paragraph-start and paragraph-separate. Suggested by Andrew Korty
20136 <ajk@iu.edu>.
20137 (message-mode): Don't modify paragraph-separate there.
20138
20139 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
20140
20141 * compface.el (uncompface-use-external): Default to undecided.
20142 (uncompface-use-external-threshold): New variable.
20143 (uncompface-float-time): New macro.
20144 (uncompface): Determine whether to use the external decoder if
20145 uncompface-use-external is undecided.
20146
20147 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20148
20149 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20150 after images.
20151
20152 * gnus-art.el (gnus-mime-display-single): Remove dead code.
20153
20154 2004-02-14 Jesper Harder <harder@ifa.au.dk>
20155
20156 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20157
20158 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20159
20160 * gnus-sum.el (gnus-summary-limit-to-age)
20161 (gnus-summary-limit-children): do.
20162
20163 * gnus-int.el (gnus-request-scan): do.
20164
20165 * gnus-group.el (gnus-group-suspend): do.
20166
20167 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20168
20169 * gnus-cite.el (gnus-cite-parse-attributions): do.
20170
20171 * gnus-agent.el (gnus-summary-set-agent-mark)
20172 (gnus-agent-regenerate-group): do.
20173
20174 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20175
20176 * binhex.el (binhex-decode-region-internal): do.
20177
20178 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
20179
20180 * gnus-fun.el (gnus-face-properties-alist): New user option.
20181 (gnus-display-x-face-in-from): Use it.
20182
20183 * gnus-art.el (article-display-face): Ditto.
20184
20185 * compface.el (uncompface-use-external): Default to nil.
20186
20187 2004-02-12 Jesper Harder <harder@ifa.au.dk>
20188
20189 * nntp.el (nntp-erase-buffer): New function.
20190 (nntp-retrieve-data, nntp-send-command)
20191 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20192 (nntp-possibly-change-group): Use it.
20193
20194 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20195 Use with-current-buffer.
20196
20197 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
20198
20199 * compface.el: Merge the ELisp-based uncompface program.
20200 (compface): New customization group.
20201 (uncompface-use-external): New user option.
20202 (uncompface): Call uncompface-internal if uncompface-use-external
20203 is nil.
20204 (uncompface-internal): New function. Note that there are also
20205 some other functions and variables added for this function.
20206
20207 2004-02-10 Jesper Harder <harder@ifa.au.dk>
20208
20209 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20210 if necessary.
20211
20212 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
20213
20214 * spam-report.el (spam-report-unplug-agent)
20215 (spam-report-plug-agent, spam-report-deagentize)
20216 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20217 Add support for the Agent in spam-report: when unplugged, report to a
20218 file; when plugged, submit all the requests.
20219
20220 * spam.el (spam-register-routine): Fix message about
20221 registration.
20222
20223 2004-02-09 Jesper Harder <harder@ifa.au.dk>
20224
20225 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20226 dependencies.
20227 (rfc2047-encode): Use it.
20228
20229 * gnus-art.el (gnus-button-marker-list): Move before first
20230 reference.
20231
20232 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20233 (imap-parse-body): Fix format string mismatch.
20234
20235 * gnus-score.el (gnus-summary-increase-score): do.
20236
20237 * nnrss.el (nnrss-close): New function.
20238
20239 2004-02-08 Jesper Harder <harder@ifa.au.dk>
20240
20241 * nnrss.el (nnrss-make-filename): New function.
20242 (nnrss-request-delete-group, nnrss-read-server-data)
20243 (nnrss-save-server-data, nnrss-read-group-data)
20244 (nnrss-save-group-data): Use it.
20245 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20246 (nnrss-read-server-data, nnrss-read-group-data): Use load.
20247 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20248
20249 2004-02-07 Jesper Harder <harder@ifa.au.dk>
20250
20251 * mml.el (mml-compute-boundary-1): Don't uncompress files.
20252
20253 2004-02-06 Jesper Harder <harder@ifa.au.dk>
20254
20255 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20256 files.
20257
20258 * message.el (message-generate-headers-first): Don't quote nil
20259 and t in docstrings.
20260
20261 * imap.el (imap-id): do.
20262
20263 * gnus-agent.el (gnus-agent-consider-all-articles)
20264 (gnus-agent-queue-mail): do.
20265
20266 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
20267
20268 * spam-report.el (spam-report-process-queue): New function.
20269 Process requests from `spam-report-requests-file'.
20270 (spam-report-process-queue): Doc fix.
20271
20272 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
20273
20274 * spam.el (spam-register-routine)
20275 (spam-log-processing-to-registry, spam-log-registered-p)
20276 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20277 Change "check" to "spam-check" for semi-clarity.
20278
20279 2004-02-05 Jesper Harder <harder@ifa.au.dk>
20280
20281 * pop3.el: Require nnheader.
20282
20283 * mml-smime.el: Require cl. Autoload message-fetch-field.
20284
20285 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20286
20287 * gnus-picon.el: Require cl.
20288
20289 * gnus-fun.el: Require gnus-ems and gnus-util.
20290
20291 * gnus.el (gnus-method-to-server): Move defsubst before first use.
20292
20293 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20294
20295 * gnus-art.el (gnus-article-edit-mode): Define before first
20296 reference.
20297
20298 2004-02-04 Jesper Harder <harder@ifa.au.dk>
20299
20300 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20301 (gnus-uu-post-encoded): Use point-at-bol.
20302
20303 * gnus-topic.el (gnus-group-active-topic-p): do.
20304
20305 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20306
20307 * gnus-group.el (gnus-group-kill-region): do.
20308
20309 * gnus-art.el (article-date-ut): do.
20310
20311 * message.el (message-fetch-field): Remove redundant
20312 case-fold-search binding.
20313 (message-narrow-to-field): Simplify.
20314
20315 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
20316
20317 * spam.el (spam-directory): Derive from `gnus-directory'.
20318
20319 * spam-report.el (spam-report-url-to-file)
20320 (spam-report-requests-file): New function and variable for offline
20321 reporting.
20322 (spam-report-url-ping-function): Add `spam-report-url-to-file'
20323 and user defined function.
20324 (spam-report-url-ping-mm-url): Remove doubled slash.
20325
20326 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
20327
20328 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20329
20330 2004-02-03 Jesper Harder <harder@ifa.au.dk>
20331
20332 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20333 Fix format string mismatch.
20334
20335 * sieve.el (sieve-deactivate-all): do.
20336
20337 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20338
20339 * nnlistserv.el (nnlistserv-kk-wash-article): do.
20340
20341 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20342
20343 * mm-bodies.el (mm-7bit-chars): Don't include \r.
20344
20345 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
20346
20347 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20348 the list of checks.
20349
20350 2004-01-31 Jesper Harder <harder@ifa.au.dk>
20351
20352 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20353 padding.
20354
20355 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
20356
20357 * mm-view.el (mm-fill-flowed): New variable.
20358 (mm-inline-text): Use it.
20359
20360 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
20361
20362 * spam.el (spam-spamassassin-register-ham-routine)
20363 (spam-spamassassin-register-spam-routine): Fix function names.
20364
20365 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
20366
20367 * gnus.el (gnus-tmp-grouplens): Remove.
20368 (gnus-summary-line-format): Remove grouplens.
20369
20370 * gnus-group.el (gnus-group-line-format): Ditto.
20371
20372 * gnus-spec.el (gnus-format-specs): Ditto.
20373 (gnus-update-format-specifications): Flush the group format spec
20374 cache if there's the grouplens stuff.
20375 (gnus-parse-simple-format): Replace %l with the empty string.
20376
20377 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
20378
20379 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20380 omission.
20381
20382 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
20383
20384 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20385 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20386
20387 2004-01-25 Paul Jarc <prj@po.cwru.edu>
20388
20389 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20390 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20391 New macros and functions.
20392 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20393 Handle > NLINK_MAX messages.
20394 * nnmaildir.el (nnmaildir-request-set-mark):
20395 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20396
20397 2004-01-25 Alex Schroeder <alex@gnu.org>
20398
20399 * spam-stat.el (spam-stat-process-directory-age): New option.
20400 (spam-stat-process-directory): Use it.
20401
20402 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
20403
20404 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20405 (spam-stat-save): Accept prefix argument.
20406
20407 2004-01-23 Paul Jarc <prj@po.cwru.edu>
20408
20409 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20410 links" error.
20411
20412 2004-01-23 Jesper Harder <harder@ifa.au.dk>
20413
20414 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20415 compatibility with old .newsrc.eld files.
20416
20417 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20418
20419 * gnus-start.el (gnus-1): do.
20420
20421 * gnus-group.el (gnus-group-line-format-alist): do.
20422
20423 * gnus.el (gnus-use-grouplens, gnus-visual): do.
20424
20425 * gnus-gl.el: Remove.
20426
20427 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
20428
20429 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20430 marks consisting of a single range {for example, (3 . 5)} rather
20431 than a list of a single range { ((3 . 5)) }.
20432
20433 2004-01-23 Jesper Harder <harder@ifa.au.dk>
20434
20435 * spam-stat.el (spam-stat-store-gnus-article-buffer):
20436 Use with-current-buffer.
20437 (spam-stat-store-current-buffer): Use insert-buffer-substring to
20438 avoid consing a string.
20439
20440 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20441 Remove obsolete entries for big5 and gb2312.
20442
20443 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
20444
20445 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20446 uncompressed list.
20447
20448 2004-01-22 Jesper Harder <harder@ifa.au.dk>
20449
20450 * spam-stat.el (spam-stat-strip-xref): New function.
20451 (spam-stat-process-directory): Use it.
20452
20453 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20454 here -- it's done in message-fetch-field.
20455
20456 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
20457
20458 * gnus-agent.el (gnus-agent-queue-mail)
20459 (gnus-agent-prompt-send-queue): New variables.
20460 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20461 * gnus-draft.el (gnus-group-send-queue): Pass the group name
20462 "nndraft:queue" along to gnus-draft-send.
20463 Use gnus-agent-prompt-send-queue.
20464 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20465 is "nndraft:queue". Suggested by Gaute Strokkenes
20466 <gs234@srcf.ucam.org>
20467
20468 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20469 (agent-enable-undownloaded-faces): Add.
20470 (gnus-agent-cat-groups): Use eval-and-compile, not
20471 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20472 method of gnus-agent-cat-groups even when the buffer has been
20473 evaled.
20474 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20475 delete gnus-agent-save-active-1.
20476 (gnus-agent-save-groups): Delete. Identical to
20477 gnus-agent-save-active.
20478 (gnus-agent-write-active): No longer adjust agent's copy of active
20479 file as agent's adjustments are now stored in their own
20480 file. Remove optional parameter.
20481 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20482 servers. Add use of min/max range limits from server's local
20483 file.
20484 (gnus-agent-save-alist): Remove unused optional argument.
20485 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20486 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20487 (gnus-agent-set-local): A per-server file that keeps min/max range
20488 limits for articles known to the agent. Provides a fast mechanism
20489 for altering many active ranges.
20490 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20491 active file (local makes it unnecessary).
20492 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20493
20494 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20495 (agent-enable-undownloaded-faces): Add.
20496
20497 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20498 disable it when sending to "nndraft:queue".
20499 (gnus-group-send-queue): Add safety check to avoid sending queue
20500 when unplugged.
20501
20502 * gnus-group.el (gnus-group-catchup): Use new
20503 gnus-sequence-of-unread-articles, not
20504 gnus-list-of-unread-articles, to avoid exhausting memory with huge
20505 numbers of articles. Use gnus-range-map to avoid having to
20506 uncompress the unread list.
20507 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20508 Fix invalid ange-ftp reference.
20509
20510 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20511 (gnus-sorted-range-intersection): Intersection of two ranges
20512 without requiring that they first be uncompressed.
20513
20514 * gnus-start.el (gnus-activate-group): Unless blocked by the
20515 caller, possibly expand the active range to include both cached
20516 and agentized articles.
20517 (gnus-convert-old-newsrc): Rewrote in anticipation of having
20518 multiple version-dependent converters.
20519 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20520 gnus-agent-save-active.
20521 (gnus-save-newsrc-file): Save dirty agent range limits.
20522
20523 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20524 gnus-agent-possibly-alter-active.
20525 (gnus-adjust-marked-articles): Faster handling of simple lists
20526
20527 2004-01-21 Jesper Harder <harder@ifa.au.dk>
20528
20529 * spam-stat.el (spam-stat-test-directory): New optional argument
20530 displays a list of files detected. Suggested by Andrew Cohen
20531 <cohen@andy.bu.edu>.
20532 (spam-stat-buffer-words-with-scores): Don't narrow and change
20533 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
20534
20535 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
20536
20537 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20538 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20539 (spam-spamassassin-arguments)
20540 (spam-spamassassin-spam-flag-header)
20541 (spam-spamassassin-positive-spam-flag-header)
20542 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20543 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20544 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20545 (spam-list-of-processors, spam-list-of-checks)
20546 (spam-list-of-statistical-checks, spam-registration-functions)
20547 (spam-check-spamassassin-headers, spam-check-spamassassin)
20548 (spam-spamassassin-score)
20549 (spam-spamassassin-register-with-sa-learn)
20550 (spam-spamassassin-register-spam-routine)
20551 (spam-spamassassin-register-ham-routine)
20552 (spam-assassin-register-spam-routine)
20553 (spam-assassin-register-ham-routine): Add SpamAssassin support.
20554 (spam-bogofilter-score): Fix to show article before scoring.
20555
20556 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
20557
20558 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20559 default scoring function.
20560 (spam-generic-score): Call spam-spamassassin-score if
20561 spam-use-spamassassin or spam-use-spamassassin-headers is on;
20562 spam-bogofilter-score otherwise.
20563
20564 * gnus.el (spam-process, spam-autodetect-methods):
20565 Add spamassassin and spamassassin-headers.
20566
20567 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
20568
20569 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20570 Suppress unnecessary messages.
20571
20572 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20573
20574 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20575 make-hash-table.
20576
20577 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
20578
20579 * canlock.el (base64-encode-string): Don't autoload it.
20580
20581 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
20582
20583 * run-at-time.el: Remove useless (require 'itimer),
20584 eval-and-compile and (featurep 'xemacs).
20585
20586 2004-01-16 Jesper Harder <harder@ifa.au.dk>
20587
20588 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20589 GROUP is a virtual group.
20590
20591 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
20592
20593 * gnus.el: Autoload `message-y-or-n-p'.
20594
20595 2004-01-15 Jesper Harder <harder@ifa.au.dk>
20596
20597 * pgg-parse.el: Remove unnecessary (require 'custom).
20598
20599 * pgg-def.el: do.
20600
20601 * nnmail.el: do.
20602
20603 * gnus-undo.el: do.
20604
20605 * gnus-picon.el: do.
20606
20607 * gnus-util.el: do.
20608
20609 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
20610
20611 * gnus-sum.el (gnus-pick-line-number): Add autoload.
20612
20613 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
20614
20615 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20616 handle, as well as a list.
20617
20618 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20619 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20620 (mm-w3m-cid-retrieve): Simplify.
20621
20622 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
20623
20624 * message.el (message-kill-to-signature): Allow prefix arg to
20625 specify number of lines to keep before signature.
20626
20627 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
20628
20629 * message.el (message-kill-to-signature): Change docstring.
20630
20631 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
20632
20633 * canlock.el: Always require sha1-el.
20634 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20635
20636 * message.el: Autoload sha1 only when compiling.
20637
20638 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
20639
20640 * message.el (message-canlock-generate): Require sha1-el.
20641
20642 2004-01-13 Jesper Harder <harder@ifa.au.dk>
20643
20644 * message.el (message-expand-name): Silence the byte compiler.
20645
20646 2004-01-13 Simon Josefsson <jas@extundo.com>
20647
20648 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20649 Invoke gnus-score-mode.
20650 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20651
20652 * gnus-range.el (gnus-compress-sequence): Doc fix.
20653 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20654
20655 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20656
20657 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20658
20659 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
20660
20661 * spam.el (spam-get-article-as-string): Update to use
20662 gnus-request-article-this-buffer, much simpler.
20663 (spam-get-article-as-buffer): Remove.
20664
20665 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
20666
20667 * message.el (message-expand-name): Use EUDC if the user uses that.
20668
20669 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20670
20671 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20672 character for the encoding to avoid consing a string.
20673
20674 * rfc2047.el (rfc2047-decode-string): Don't cons a string
20675 unnecessarily.
20676
20677 * mm-util.el (mm-replace-chars-in-string): Remove.
20678
20679 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20680 of mm-replace-chars-in-string.
20681
20682 2004-01-11 Jesper Harder <harder@ifa.au.dk>
20683
20684 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20685
20686 * mm-util.el (mm-subst-char-in-string): Support inplace.
20687
20688 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20689 a new string in every iteration. Use shy groups.
20690
20691 2004-01-10 Jesper Harder <harder@ifa.au.dk>
20692
20693 * gnus-srvr.el (gnus-browse-unsubscribe-group):
20694 * gnus-soup.el (gnus-soup-group-brew):
20695 * gnus-msg.el (gnus-put-message):
20696 * gnus-move.el (gnus-group-move-group-to-server):
20697 * gnus-kill.el (gnus-batch-score):
20698 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20699 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20700 (gnus-group-update-group, gnus-group-read-group)
20701 (gnus-group-make-group, gnus-group-make-help-group)
20702 (gnus-group-make-archive-group, gnus-group-make-directory-group)
20703 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20704 (gnus-group-sort-by-unread, gnus-group-catchup)
20705 (gnus-group-unsubscribe-group, gnus-group-kill-group)
20706 (gnus-group-yank-group, gnus-group-set-info)
20707 (gnus-group-list-groups):
20708 * gnus.el (gnus-generate-new-group-name):
20709 * gnus-delay.el (gnus-delay-send-queue):
20710 * nnvirtual.el (nnvirtual-catchup-group):
20711 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20712 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20713 (gnus-group-prepare-topics, gnus-topic-check-topology):
20714 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20715 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20716 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20717 (gnus-group-make-articles-read):
20718 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20719 (gnus-group-change-level, gnus-kill-newsgroup)
20720 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20721 (gnus-get-unread-articles, gnus-make-articles-unread)
20722 (gnus-make-ascending-articles-unread): Use accessor
20723 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20724 to get group information for improved readability.
20725
20726 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20727
20728 * gnus-art.el (article-decode-mime-words, article-babel)
20729 (gnus-article-highlight-signature, gnus-article-add-buttons)
20730 (gnus-signature-toggle): Use gnus-with-article-buffer.
20731
20732 * gnus-art.el (gnus-article-highlight-headers)
20733 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20734
20735 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20736 (gnus-article-set-globals, gnus-request-article-this-buffer)
20737 (gnus-button-message-id, gnus-article-maybe-hide-headers)
20738 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20739 (gnus-mime-display-alternative): Use with-current-buffer.
20740
20741 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20742
20743 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20744 also under 80 char limit, and call gnus-error if needed.
20745 (spam-fetch-article-header): Fix - it was a
20746 buffer-local variable (gnus-newsgroup-data).
20747 (spam-find-spam): Use spam-generate-fake-headers, forget about
20748 spam-insert-fake-headers.
20749 (spam-insert-fake-headers): Remove.
20750
20751 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20752
20753 * deuglify.el (gnus-article-outlook-unwrap-lines)
20754 (gnus-outlook-rearrange-article)
20755 (gnus-outlook-repair-attribution-outlook)
20756 (gnus-outlook-repair-attribution-block)
20757 (gnus-outlook-repair-attribution-other): Remove redundant
20758 save-excursion.
20759
20760 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20761
20762 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20763 (spam-fetch-field-subject-fast)
20764 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20765 (spam-fetch-article-header): Add functions to deal with Gnus
20766 internals for fast retrieval of article header data.
20767 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20768
20769 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20770
20771 * pop3.el (pop3-md5): Remove.
20772 (pop3-apop): Replace pop3-md5 with md5.
20773
20774 * mm-bodies.el: base64 is always built-in.
20775
20776 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20777 Use with-current-buffer.
20778
20779 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
20780
20781 * canlock.el (canlock-insert-header): Remove excessive grouping in
20782 regexp.
20783
20784 * gnus-sum.el (gnus-summary-read-document): Ditto.
20785
20786 * gnus-uu.el (gnus-uu-part-number): Ditto.
20787
20788 * html2text.el (html2text-remove-tags): Ditto.
20789 (html2text-format-tags): Ditto.
20790 (html2text-format-single-elements): Ditto.
20791
20792 * mml.el (mml-parse-1): Ditto.
20793
20794 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20795
20796 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20797
20798 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20799
20800 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20801
20802 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20803
20804 2003-11-15 Simon Josefsson <jas@extundo.com>
20805
20806 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20807 (pgg-gpg-lookup-key): Use regexp match instead of
20808 split-string (split-string is different between emacs 21.2 and
20809 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
20810
20811 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20812
20813 * gnus-art.el (gnus-mime-view-all-parts)
20814 (gnus-article-part-wrapper, gnus-article-view-part):
20815 Use with-current-buffer.
20816
20817 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20818
20819 * spam.el (spam-disable-spam-split-during-ham-respool)
20820 (spam-spamoracle-database, spam-cache-lookups)
20821 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20822 (spam-group-ham-mark-p, spam-group-spam-mark-p)
20823 (spam-group-ham-marks, spam-group-spam-marks)
20824 (spam-group-spam-contents-p, spam-group-ham-contents-p)
20825 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20826 also add spam-use-blackholes to the statistical checks.
20827 (spam-fetch-field-fast): Add interface to fetching fields, may
20828 become a macro.
20829 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20830 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20831 (spam-insert-fake-headers): Fake an article when needed.
20832 (spam-find-spam): Fake article when possible.
20833 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20834 (spam-check-bogofilter-headers): Use message-fetch-field instead
20835 of nnmail-fetch-field.
20836
20837 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
20838
20839 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20840
20841 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20842
20843 * spam.el (spam-split): Do not require spam-use-CHECK to be
20844 enabled if that check is passed to spam-split explicitly; also
20845 fix so 'spam doesn't get converted to spam-split-group when
20846 spam-split-symbolic-return is t.
20847 (spam-find-spam): Find registrations of the article and use those
20848 instead of re-running spam-split to find the spam/ham
20849 classification of the article.
20850 (spam-log-processing-to-registry, spam-log-registered-p)
20851 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20852 Use gnus-error instead of gnus-message.
20853 (spam-log-registration-type): Add function to determine the
20854 classification of a message based on registry entries; will
20855 return nil if both 'spam and 'ham are found.
20856 (spam-check-BBDB): Expand all the BBDB macros here so we can have
20857 a reasonably fast local cache without the loading errors.
20858 (spam-cache-lookups): Set to t by default.
20859 (spam-find-spam): Don't try to guess spam-cache-lookups.
20860 (spam-enter-whitelist, spam-enter-blacklist): Clear the
20861 spam-caches entry.
20862 (spam-filelist-build-cache, spam-filelist-check-cache):
20863 Fix caching of whitelist/blacklist entries.
20864 (spam-check-whitelist, spam-check-blacklist):
20865 Invoke spam-from-listed-p with a type, not a cache variable.
20866 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20867
20868 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20869
20870 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20871
20872 * nnmail.el (nnmail-split-fancy): do.
20873
20874 * mml.el (mml-parse): do.
20875
20876 * gnus-score.el (gnus-enter-score-words-into-hashtb)
20877 (gnus-score-adaptive): do.
20878
20879 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20880
20881 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20882 (gnus-mime-button-map): Don't set keymap parent.
20883 (gnus-button-ctan-directory-regexp): Use shy grouping.
20884 (gnus-prev-page-map): Don't set keymap parent.
20885 (gnus-prev-page-map): Remove duplicated one.
20886 (gnus-next-page-map): Don't set keymap parent.
20887 (gnus-mime-security-button-map): Ditto.
20888
20889 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20890 version number.
20891
20892 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20893
20894 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20895
20896 * canlock.el (canlock-sha1-function): Remove.
20897 (canlock-sha1-function-for-verify): Remove.
20898 (canlock-openssl-program): Remove.
20899 (canlock-openssl-args): Remove.
20900 (canlock-ignore-errors): Remove.
20901 (canlock-sha1-with-openssl): Remove.
20902 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20903 (canlock-verify): Don't use canlock-ignore-errors.
20904
20905 * sha1-el.el (sha1-string-external): Make it can return a string
20906 in binary form.
20907 (sha1-region-external): Ditto.
20908 (sha1-string-internal): Ditto.
20909 (sha1-region-internal): Ditto.
20910 (sha1-region): Ditto.
20911 (sha1-string): Ditto.
20912 (sha1): Ditto.
20913
20914 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20915
20916 * spam.el (spam-report-articles-gmane): New command.
20917
20918 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20919
20920 * gnus.el: Don't make unnecessary *Group* buffer when loading.
20921
20922 * run-at-time.el (run-at-time-saved): Remove.
20923 (run-at-time): Doc fix.
20924
20925 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20926
20927 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20928 (gnus-summary-limit-map): Add it.
20929 (gnus-summary-make-menu-bar): do.
20930
20931 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
20932
20933 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20934 Make attempt at some caching support (done for BBDB only now).
20935 (spam-find-spam): Set spam-cache-lookups if there are more than 2
20936 addresses to be checked.
20937 (spam-clear-cache-BBDB): Add function, to be invoked by
20938 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20939 (spam-check-BBDB): Check and use the caches, if
20940 spam-cache-lookups is on, remove superfluous (provide).
20941
20942 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
20943
20944 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20945
20946 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
20947
20948 * run-at-time.el (run-at-time-saved): Move to after the definition
20949 of `run-at-time'.
20950
20951 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20952
20953 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20954 mm-w3m-local-map-property.
20955
20956 * mm-view.el (mm-w3m-mode-map): Remove.
20957 (mm-w3m-local-map-property): Remove.
20958 (mm-inline-text-html-render-with-w3m): Don't use
20959 mm-w3m-local-map-property.
20960
20961 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20962
20963 * run-at-time.el: New file.
20964
20965 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20966 of gnus-set-text-properties.
20967
20968 * gnus-uu.el (gnus-uu-save-article): Ditto.
20969
20970 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20971
20972 * gnus-cite.el (gnus-cite-parse): Ditto.
20973
20974 * gnus-art.el (gnus-button-push): Use set-text-properties instead
20975 of gnus-.
20976
20977 * gnus.el: Change calls to nnheader-run-at-time and
20978 password-run-at-time throughout to use run-at-time directly.
20979
20980 * password.el: Remove definition of run-at-time.
20981
20982 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
20983
20984 * mml.el (mml-minibuffer-read-disposition): Show attachment type
20985 in prompt.
20986
20987 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20988
20989 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20990 XEmacs version.
20991
20992 * dns.el (dns-make-network-process): Use `open-network-stream'
20993 instead of `gnus-xmas-open-network-stream'.
20994
20995 * .cvsignore: Add auto-autoloads.el, custom-load.el.
20996
20997 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20998
20999 * gnus-art.el (gnus-mime-display-alternative)
21000 (gnus-insert-mime-button, gnus-insert-mime-security-button)
21001 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21002 Don't use gnus-local-map-property.
21003
21004 * gnus-util.el (gnus-local-map-property): Remove.
21005
21006 * mm-view.el (mm-view-pkcs7-decrypt):
21007 Replace gnus-completing-read-maybe-default with completing-read.
21008
21009 * gnus-util.el (gnus-completing-read): do.
21010 (gnus-completing-read-maybe-default): Remove.
21011
21012 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
21013
21014 * password.el: Only autoload `run-at-time' if not XEmacs.
21015 Only autoload the itimer functions if XEmacs.
21016
21017 2004-01-06 Jesper Harder <harder@ifa.au.dk>
21018
21019 * gnus-art.el (gnus-read-string): Remove.
21020 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21021 read-string.
21022
21023 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
21024
21025 * netrc.el: Autoload password-read.
21026 (netrc): Add configuration group.
21027 (netrc-encoding-method, netrc-openssl-path):
21028 Add variables for encoding and decoding of files with symmetric
21029 ciphers.
21030 (netrc-encode): Add assistant function to encode a file with
21031 netrc-encoding-method.
21032 (netrc-parse): Add interactive parameter, added optional
21033 decoding if netrc-encoding-method is non-nil but otherwise
21034 behavior is standard.
21035 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21036 Do s/encode/encrypt/ everywhere.
21037
21038 * spam.el: Remove executable-find autoload.
21039
21040 2004-01-05 Jesper Harder <harder@ifa.au.dk>
21041
21042 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21043
21044 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21045
21046 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21047
21048 * gnus-art.el (gnus-treat-ansi-sequences)
21049 (article-treat-ansi-sequences): New variable and function.
21050 Suggested by Dan Jacobson <jidanni@jidanni.org>.
21051
21052 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21053 Use it.
21054
21055 2004-01-05 Jesper Harder <harder@ifa.au.dk>
21056
21057 * mm-util.el (mm-quote-arg): Remove.
21058
21059 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21060 shell-quote-argument.
21061
21062 * gnus-uu.el (gnus-uu-command): do.
21063
21064 * gnus-sum.el (gnus-summary-insert-pseudos): do.
21065
21066 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21067 with make-char.
21068
21069 * mm-util.el (mm-make-char): Remove.
21070
21071 * mml.el (mml-mode): Replace gnus-add-minor-mode with
21072 add-minor-mode.
21073
21074 * gnus-undo.el (gnus-undo-mode): do.
21075
21076 * gnus-topic.el (gnus-topic-mode): do.
21077
21078 * gnus-sum.el (gnus-dead-summary-mode): do.
21079
21080 * gnus-start.el (gnus-slave-mode): do.
21081
21082 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21083
21084 * gnus-ml.el (gnus-mailing-list-mode): do.
21085
21086 * gnus-gl.el (gnus-grouplens-mode): do.
21087
21088 * gnus-draft.el (gnus-draft-mode): do.
21089
21090 * gnus-dired.el (gnus-dired-mode): do.
21091
21092 * gnus-ems.el (gnus-add-minor-mode): Remove.
21093
21094 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21095 Replace gnus-char-width with char-width.
21096
21097 * gnus-ems.el (gnus-char-width): Remove.
21098
21099 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21100 Replace gnus-char-width with char-width.
21101
21102 * gnus-ems.el (gnus-char-width): Remove.
21103
21104 * spam-stat.el (with-syntax-table): Remove with-syntax-table
21105 definition.
21106 Remove Emacs 20 hash table compatibility code.
21107
21108 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21109 20 compatibility code.
21110
21111 * spam.el (spam-point-at-eol): Replace with point-at-eol.
21112
21113 * smime.el (smime-point-at-eol): Replace with point-at-eol.
21114
21115 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21116 Replace with point-at-{eol,bol}.
21117
21118 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21119
21120 * imap.el (imap-point-at-eol): Replace with point-at-eol.
21121
21122 * flow-fill.el (fill-flowed-point-at-bol)
21123 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21124
21125 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21126 Replace with point-at-{eol,bol} throughout all files.
21127
21128 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
21129
21130 * ntlm.el (ntlm-string-as-unibyte): New macro.
21131 (ntlm-build-auth-response): Use it.
21132
21133 Remove Emacs 20 stuff:
21134 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21135 of delq and copy-sequence.
21136 * gnus-art.el (popup-menu): Remove the compiler macro.
21137 * nnmail.el (nnmail-split-fancy): Don't support customizing with
21138 Emacs 20.
21139
21140 2004-01-05 Simon Josefsson <jas@extundo.com>
21141
21142 * ntlm.el: Fix namespace. Change smb-passwd-hash into
21143 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21144 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21145 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21146 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21147 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21148 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21149 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21150 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21151 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21152 ntlm-string-permute, string-lshift into ntlm-string-lshift,
21153 string-xor into ntlm-string-xor.
21154 Suggested by Jesper Harder <harder@myrealbox.com>.
21155
21156 * ntlm.el: Don't include poem.
21157
21158 * md4.el (print-int32, print-string-hexa): Remove.
21159 Suggested by Jesper Harder <harder@myrealbox.com>.
21160
21161 * sasl-ntlm.el, ntlm.el, md4.el: New files.
21162
21163 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
21164 probably breaks emacs with DL patch, but do we care? Is anyone
21165 still using the DL stuff?)
21166
21167 * sieve-manage.el: Use the password package.
21168 (sieve-manage-read-passwd): Remove.
21169 (sieve-manage-interactive-login): Use password. Re-add
21170 condition-case around loop.
21171
21172 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21173 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21174 Use the password package.
21175
21176 2003-02-19 Simon Josefsson <jas@extundo.com>
21177
21178 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21179 token.
21180
21181 2002-08-07 Simon Josefsson <jas@extundo.com>
21182
21183 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21184 (sieve-manage-authenticators):
21185 (sieve-manage-authenticator-alist): Add some SASL mechs.
21186 (sieve-sasl-auth): New function.
21187 (sieve-manage-cram-md5-auth):
21188 (sieve-manage-plain-auth): Rewrite using SASL library.
21189 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21190 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21191 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21192 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21193
21194 2004-01-05 Simon Josefsson <jas@extundo.com>
21195
21196 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21197 New files.
21198
21199 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21200
21201 * gnus-group.el (gnus-no-groups-message): Update.
21202
21203 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21204
21205 2003-11-09 Simon Josefsson <jas@extundo.com>
21206
21207 * imap.el: Support for ID IMAP extension (RFC 2971).
21208 (imap-local-variables): Add imap-id.
21209 (imap-id): New variable.
21210 (imap-id): New function.
21211 (imap-parse-response): Parse untagged ID response.
21212 * nnimap.el (nnimap-id): New variable.
21213 (nnimap-open-connection): Use it.
21214
21215 2003-12-28 Simon Josefsson <jas@extundo.com>
21216
21217 * gnus-score.el (gnus-score-edit-all-score): New.
21218 * gnus-group.el (gnus-group-score-map): Bind it to W e.
21219
21220 2004-01-04 Simon Josefsson <jas@extundo.com>
21221
21222 * password.el: Add.
21223
21224 2004-01-04 Mario Lang <lang@zid.tugraz.at>
21225
21226 * dns.el (dns-query-types): Fix typo.
21227 (dns-query-types): New function.
21228 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
21229 PTR and SOA replies, see RFC 1035.
21230
21231 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21232
21233 * gnus.el (gnus-logo-color-style): Change colors to `no'.
21234
21235 * Move to Changelog.2.
21236
21237 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21238
21239 * gnus.el (gnus-version-number): Bump version.
21240
21241 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21242
21243 * gnus.el: No Gnus v0.1 is released.
21244
21245 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21246
21247 * gnus.el: No Gnus v0.0 is released.
21248
21249 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21250
21251 * gnus.el (gnus-version-number): Bump.
21252 (gnus-version): No.
21253
21254 See ChangeLog.2 for earlier changes.
21255
21256 Copyright (C) 2004-2011 Free Software Foundation, Inc.
21257
21258 This file is part of GNU Emacs.
21259
21260 GNU Emacs is free software: you can redistribute it and/or modify
21261 it under the terms of the GNU General Public License as published by
21262 the Free Software Foundation, either version 3 of the License, or
21263 (at your option) any later version.
21264
21265 GNU Emacs is distributed in the hope that it will be useful,
21266 but WITHOUT ANY WARRANTY; without even the implied warranty of
21267 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21268 GNU General Public License for more details.
21269
21270 You should have received a copy of the GNU General Public License
21271 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21272
21273 ;; Local Variables:
21274 ;; coding: utf-8
21275 ;; fill-column: 79
21276 ;; add-log-time-zone-rule: t
21277 ;; End: