Merge from trunk.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
2
3 * nntp.el (nntp-record-command):
4 * gnus-util.el (gnus-message-with-timestamp-1):
5 Use format-time-string rather than decoding time stamps by hand.
6 This is simpler and insulates the code from potential changes to
7 current-time format.
8
9 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
10
11 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
12
13 2011-07-01 Daiki Ueno <ueno@unixuser.org>
14
15 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
16 (plstore-save): Support public key encryption.
17 (plstore--init-from-buffer): New function.
18 (plstore-open): Use it; fix error when opening a non-existent file.
19 (plstore-revert): Use plstore--init-from-buffer.
20
21 2011-07-01 Daiki Ueno <ueno@unixuser.org>
22
23 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
24
25 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
26
27 * mml2015.el (mml2015-use): Replace string-match-p with string-match
28 for old Emacsen.
29
30 2011-06-30 Daiki Ueno <ueno@unixuser.org>
31
32 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
33 is not fully working.
34
35 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
36
37 * dgnushack.el: Autoload sha1 on XEmacs.
38
39 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
40 quit window configuration.
41
42 * auth-source.el (epg-context-set-passphrase-callback): Remove
43 duplicate autoload.
44
45 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
46
47 * nnir.el (nnir-request-article): Allow requesting articles by
48 Message-ID with nnimap.
49
50 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
51 current server.
52
53 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
54
55 * auth-source.el: Autoload EPA/EPG functions.
56 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
57 changed when EPA/EPG is not available.
58 (auth-source-backend): Rename "arg" member to "data".
59 (auth-source-backend-parse, auth-source-plstore-search)
60 (auth-source-plstore-create): Use it.
61
62 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
63
64 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
65 `gnus-refer-article-methods'.
66
67 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
68
69 * auth-source.el: Require EPA and EPG.
70 (auth-source-passphrase-alist): New variable.
71 (auth-source-passphrase-callback-function)
72 (auth-source-token-passphrase-callback-function): Callbacks for the
73 netrc field encryption (GPG tokens).
74 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
75 Symmetric encryption and decryption of the netrc GPG tokens.
76 (auth-source-netrc-normalize): Use them, simplifying the closure.
77
78 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
79
80 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
81 non-nil, and `nnimap-split-methods' is nil, use the former.
82
83 2011-06-30 Daiki Ueno <ueno@unixuser.org>
84
85 * plstore.el (plstore-revert): New function.
86 (plstore-open): Use it; hide the buffer from user.
87
88 2011-06-30 Daiki Ueno <ueno@unixuser.org>
89
90 * auth-source.el (auth-source-backend): New member "arg".
91 (auth-source-backend-parse): Handle new backend 'plstore.
92 * plstore.el: New file.
93
94 2011-06-30 Glenn Morris <rgm@gnu.org>
95
96 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
97
98 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
99
100 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
101
102 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
103 expiring articles to.
104
105 * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
106 variations as ASCII (bug#5458).
107
108 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
109
110 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
111
112 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
113
114 * message.el (message-point-in-header-p): Tweak the function to default
115 to saying that we're not in the headers if there is no separator at
116 all. This makes it possible to use the Message version of `M-q' in
117 buffers with no headers (bug#7987).
118 (message-point-in-header-p): Fix last checkin to work with an empty
119 mail-header-separator, too.
120
121 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
122 again, save the choice via customize.
123
124 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
125
126 * message.el (message-send-mail-function): Add `sendmail-query-once'.
127
128 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
129 ended the connection, bail out before waiting infinitely on a new
130 connection.
131
132 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
133
134 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
135 reports.
136
137 * gnus.el (gnus-bug-package): Use "gnus."
138 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
139
140 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
141
142 * gnus-art.el (gnus-article-stop-animations): New function to stop any
143 animations going on at article exit time.
144
145 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
146 since removing it breaks people upgrading.
147
148 * shr.el (shr-put-image): Use the new interface for animating images.
149 (shr-put-image): Animate for 60 seconds.
150
151 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
152 error with `find-file-hooks' on Emacs 22.
153 (with-auth-source-epa-overrides): Ugly hack to Wrap the
154 `find-file-hook' things in `symbol-value' to avoid compilation warnings
155 on all architectures.
156
157 * spam.el (spam-stat): Require in a normal fashion without binding
158 `spam-stat-install-hooks' to avoid compilation warnings.
159
160 * spam-stat.el (spam-stat-install-hooks): Removed.
161 (spam-stat-install-hooks): Don't run automatically.
162
163 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
164
165 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
166 and keystroke.
167
168 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
169
170 * auth-source.el (auth-source-netrc-cache): Move forward.
171
172 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
173
174 * auth-source.el (auth-source-netrc-create): Don't query the bits that
175 we already know.
176 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
177 (auth-source-netrc-create): Don't prompt for the stuff we already know.
178
179 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
180
181 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
182 %S format, since that looks odd.
183 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
184 file, especially when saving.
185
186 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
187
188 * nnimap.el (nnimap-find-article-by-message-id): return nil when no
189 article found.
190
191 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
192
193 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
194 `auth-source-save-secrets' with a more sensitive alist that can be
195 configured per file. Experimental, so defaults to 'never.
196 (auth-source-netrc-create): Use it. Still experimental code.
197 (with-auth-source-epa-overrides): Use `find-file-hooks' if
198 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
199
200 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
201
202 * auth-source.el (auth-source-save-secrets): New variable to control if
203 secret tokens should be saved encrypted.
204 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
205 to `auth-source-netrc-normalize'.
206 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
207 on the EPA variables being defined.
208 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
209 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
210 the lexical-let closure.
211 (auth-source-netrc-create): Create "gpg:" tokens according to
212 `auth-source-save-secrets'.
213
214 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
215
216 * gnus-group.el (gnus-group-update-group): Add new argument
217 `info-unchanged' that stops updating dribble buffer.
218
219 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
220 deletes lines matching to it in dribble buffer.
221
222 * gnus-agent.el (gnus-agent-fetch-group-1):
223 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
224 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
225 * gnus-start.el (gnus-group-change-level):
226 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
227
228 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
229 if newsgroup info is not changed.
230
231 * gnus-group.el (gnus-group-get-new-news-this-group):
232 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
233 Don't update dribble buffer.
234
235 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
236
237 * gnus-registry.el (gnus-registry-remove-ignored): New function to
238 remove entries with groups we ignore.
239
240 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
241
242 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
243 the underline comes at the bottom.
244
245 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
246
247 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
248 `gnus-registry-user-format-function-M' and declare the latter obsolete.
249 (gnus-registry-article-marks-to-names): Rename from
250 `gnus-registry-user-format-function-M2'.
251
252 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
253
254 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
255 ephemeral group.
256
257 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
258
259 * shr.el (shr-browse-image): Copy the URL if called interactively.
260
261 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
262
263 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
264 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
265 done, then unselected articles may be marked as read.
266
267 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
268 since not doing this seems to lead to a race condition in pop3-logon.
269
270 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
271 so that the call chain it correct when we call "upwards".
272
273 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
274 in read-only groups.
275
276 * gnus-group.el (gnus-group-mark-article-read): Ditto.
277
278 * message.el (message-cite-reply-position): Doc string fix.
279
280 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
281 avoid regexp overflow.
282 (nnimap-transform-split-mail): Ditto.
283
284 * pop3.el (pop3-retr): Error out if the server closes the connection.
285
286 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
287
288 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
289 mm-with-unibyte-current-buffer. The buffer should not contain any
290 multibyte chars anyway at this stage.
291
292 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
293
294 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
295 at the end of lines.
296
297 2011-05-29 Julien Danjou <julien@danjou.info>
298
299 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
300
301 2011-05-27 Glenn Morris <rgm@gnu.org>
302
303 * gnus-group.el (gnus-bug-group-download-format-alist):
304 Use the "maintainer" version of debian reports as well.
305
306 2011-05-26 Glenn Morris <rgm@gnu.org>
307
308 * gnus-group.el (gnus-bug-group-download-format-alist):
309 Use the "maintainer" version of debbugs.gnu.org reports.
310
311 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
312
313 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
314
315 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
316
317 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
318 the thread moves us backwards and so we loop forever.
319
320 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
321
322 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
323 whitespace in base64 data lines.
324
325 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
326
327 * gnus-registry.el (gnus-registry-user-format-function-M):
328 Use `mapconcat'.
329 (gnus-registry-user-format-function-M2): Use to see the full text of
330 the marks. Make "," the mark text separator.
331
332 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
333 authentication with auth-source.
334
335 2011-05-17 Glenn Morris <rgm@gnu.org>
336
337 * gnus-group.el (gnus-import-other-newsrc-file):
338 Use insert-file-contents.
339
340 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
341
342 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
343 1000 iterations.
344
345 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
346
347 * nntp.el (nntp-open-connection): Check if process-type is available.
348
349 2011-05-16 Julien Danjou <julien@danjou.info>
350
351 * shr.el (shr-tag-del): Add support for del tag.
352
353 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
354
355 * gnus-html.el (gnus-html-put-image): Register a displayer.
356
357 * shr.el (shr-image-displayer): Don't remove text props from alt text.
358
359 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
360
361 * registry.el (prune-factor): New initialization parameter defaulting
362 to 0.1.
363 (registry-prune-hard): Use it.
364
365 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
366 0.1 expicitly.
367
368 2011-05-13 Glenn Morris <rgm@gnu.org>
369
370 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
371 is bound, since this function requires sendmail.
372
373 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
374
375 * registry.el (registry-usage-test): Disable pruning test.
376
377 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
378
379 * registry.el (registry-prune-hard-candidates)
380 (registry-prune-soft-candidates): Helper methods for registry pruning.
381 (registry-prune): Use them. Make the sort function optional.
382
383 2011-05-10 Jim Meyering <meyering@redhat.com>
384
385 * shr.el (shr-colorize-region): Fix typo "on on -> on".
386
387 2011-05-10 Julien Danjou <julien@danjou.info>
388
389 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
390 symbol and not a list.
391
392 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
393
394 * gnus-art.el (gnus-article-mode): Move binding of
395 shr-put-image-function here from gnus-article-prepare-display.
396
397 * shr.el (shr-put-image-function): New variable.
398 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
399 (shr-put-image): Return scaled image.
400
401 * gnus-art.el (gnus-shr-put-image): New function.
402 (gnus-article-prepare-display): Bind shr-put-image-function to it.
403
404 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
405 original ones, as deletable.
406
407 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
408
409 * nntp.el (nntp-open-connection): Set TCP keepalive option.
410
411 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
412
413 * registry.el (registry-full): Add convenience method. Fix logic.
414 (registry-insert): Use it. Fix logic here too.
415
416 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
417 `registry-prune' if `registry-full' returns t.
418 (gnus-registry-handle-action)
419 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
420 (gnus-registry-usage-test): Use it.
421
422 2011-05-07 Julien Danjou <julien@danjou.info>
423
424 * shr.el (shr-link): Make shr-link inherit from link by default.
425
426 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
427
428 * shr.el (shr-urlify, shr-link): Fix shr-link face.
429
430 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
431
432 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
433 error out because the face is not a list.
434
435 2011-05-05 Glenn Morris <rgm@gnu.org>
436
437 * gnus-start.el (gnus-propagate-marks): Declare.
438
439 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
440
441 * registry.el (registry-reindex): Fix percentage message.
442
443 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
444
445 * shr.el: Add shr-link face for links.
446 (shr-urlify): Use it.
447
448 * registry.el (registry-insert): Make error message more helpful.
449
450 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
451
452 * gnus-html.el (gnus-html-schedule-image-fetching):
453 Use url-queue-retrieve, if it exists.
454
455 * shr.el (shr-tag-img): Ditto.
456
457 * gnus.el: Autoload more gnus-agent functions.
458
459 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
460 agent if we haven't already (bug#8502).
461
462 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
463 into the Agent, too.
464
465 * gnus-agent.el (gnus-agent-store-article): New function.
466
467 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
468 and moved from that file for reuse.
469
470 * pop3.el (pop3-open-server): Error messages are "-ERR".
471
472 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
473
474 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
475 (open-tls-stream): Remove superfluous tls/starttls autoloads.
476
477 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
478
479 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
480 buffer has moved to a different frame.
481
482 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
483
484 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
485 to get the conversion from unibyte to multibyte buffers to work on
486 Emacs 22.
487
488 * nntp.el (nntp-request-article): Slight clean-up.
489
490 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
491
492 * shr.el (shr-strike-through): New face.
493 (shr-tag-s): Use it to provide <s> support.
494 (shr-tag-s): Remove duplicate definition.
495
496 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
497
498 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
499 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
500
501 2011-04-23 Glenn Morris <rgm@gnu.org>
502
503 * gnus-sum.el (gnus-extra-headers): Bump :version.
504
505 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
506
507 * shr.el (shr-tag-sup): New function.
508 (shr-tag-sub): Ditto.
509
510 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
511
512 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
513 for the case where `gnus-registry-ignored-groups' is a list of lists,
514 and don't call `gnus-parameter-registry-ignore' otherwise.
515
516 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
517
518 * nnimap.el (nnimap-user): New backend variable.
519 (nnimap-open-connection-1): Use it.
520 (nnimap-credentials): Accept user parameter so it's explicit what user
521 name is desired.
522
523 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
524 default.
525
526 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
527 not gnus-registry.el.
528
529 * gnus-registry.el: Mention in comments how to modify
530 `gnus-extra-headers' for proper recipient tracking and that it may
531 already have To and Cc recently, which it does as of this commit.
532 (gnus-registry-ignored-groups): Remove defcustom.
533 Explain why in comments.
534 (gnus-registry-action): Fix data-header reference to use the extra
535 headers. Explain in package commentary how to add To and Cc headers to
536 the gnus-extra-headers.
537 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
538 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
539 parameter list or a string list in `gnus-registry-ignored-groups'.
540 Fix logic error.
541
542 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
543
544 * shr.el (shr-expand-url): Protect against null urls.
545
546 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
547
548 * shr.el (shr-base): New binding.
549 (shr-tag-base): Keep track of <base>.
550 (shr-expand-url): New function used throughout.
551
552 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
553
554 * gnus-registry.el
555 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
556 (gnus-registry-ignored-groups): New variable.
557 (gnus-registry-ignore-group-p): Use it.
558 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
559 set the destination group to nil (same as delete) if it's ignored.
560
561 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
562
563 * gnus-registry.el (gnus-registry-action)
564 (gnus-registry-fetch-header-fast):
565 Don't use mail-header that looks an internal function of mailheader.el.
566
567 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
568
569 * gnus-registry.el: Eliminate cl functions.
570 (gnus-registry-sort-addresses): New function that replaces mapcan.
571 (gnus-registry-action, gnus-registry-spool-action)
572 (gnus-registry-split-fancy-with-parent)
573 (gnus-registry-fetch-recipients-fast): Use it.
574 (gnus-registry-import-eld): Replace delete* with dolist + delq.
575
576 * registry.el (initialize-instance, registry-lookup)
577 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
578 (registry-lookup-secondary-value, registry-search, registry-delete)
579 (registry-insert, registry-reindex, registry-size, registry-prune):
580 Use eval-and-compile.
581
582 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
583
584 * registry.el (registry-reindex): New method to recreate the secondary
585 registry indices.
586
587 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
588 tracked field changes.
589 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
590 (gnus-registry-action, gnus-registry-spool-action)
591 (gnus-registry-handle-action)
592 (gnus-registry--split-fancy-with-parent-internal)
593 (gnus-registry-split-fancy-with-parent)
594 (gnus-registry-register-message-ids): Add recipient tracking on spool,
595 move, and delete actions, and for fancy splitting with parent.
596 (gnus-registry-extract-addresses)
597 (gnus-registry-fetch-recipients-fast)
598 (gnus-registry-fetch-header-fast): Convenience functions.
599 (gnus-registry-misc-test): ERT test of
600 `gnus-registry-extract-addresses'.
601
602 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
603
604 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
605 Track by subject first, then sender.
606
607 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
608
609 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
610
611 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
612 Lisp.
613
614 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
615 (gnus-draft-send): Use it to avoid popping
616 up frames from gnus-group-send-queue.
617
618 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
619
620 * gnus-registry.el: Updated gnus-registry docs.
621
622 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
623
624 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
625 Fix logic bug.
626 (gnus-registry-post-process-groups): Fix logging of no results and
627 quote sender and subject.
628
629 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
630
631 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
632 (gnus-read-active-for-groups): Don't try to finish getting stuff where
633 we had no early-data returned.
634 (gnus-get-unread-articles): Add a sanity check so that we don't issue
635 two async commands to the same server at the same time.
636
637 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
638
639 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
640
641 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
642
643 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
644 "warning" level.
645
646 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
647 (mm-url-insert-file-contents): Don't set the package names.
648
649 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
650
651 * gnus-registry.el (gnus-registry-action): Remove properties and
652 simplify subject in `gnus-registry-handle-action'.
653 (gnus-registry-spool-action): Get subject and sender from message if
654 they are not passed in.
655 (gnus-registry-handle-action): Remove properties and simplify subject
656 consistently.
657
658 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
659
660 * registry.el: Require CL before using defmacro*.
661
662 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
663
664 * gnus-art.el (article-treat-date): Assume that
665 gnus-article-date-headers may be a group parameter.
666
667 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
668
669 * gnus-registry.el (gnus-registry-handle-action): More debugging.
670
671 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
672 interactively so the newsrc file can contain foreign groups too.
673 Useful for debugging but not much for users.
674
675 2011-04-07 David Engster <dengste@eml.cc>
676
677 * registry.el (registry-usage-test): Only do
678 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
679 lexical binding.
680
681 2011-04-06 David Engster <dengste@eml.cc>
682
683 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
684 argument NOERROR for `require', since XEmacs 21.4 does not support it.
685
686 2011-04-06 David Engster <dengste@eml.cc>
687
688 * registry.el (initialize-instance): Change :after to :AFTER to be
689 compatible with old EIEIO version in XEmacs.
690
691 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
692
693 * gnus-registry.el (gnus-registry-post-process-groups)
694 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
695 and provide better messaging.
696
697 2011-04-06 David Engster <dengste@eml.cc>
698
699 * Makefile.in (fail-on-warning): New rule to compile with warnings as
700 errors.
701
702 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
703
704 * gnus-registry.el: Don't use ERT if it's not available. Load it
705 unconditionally anyway, discarding errors.
706 (gnus-registry-delete-entries): New convenience function.
707 (gnus-registry-import-eld): Import from old .eld registry.
708
709 * registry.el: Don't use ERT if it's not available. Load it
710 unconditionally anyway, discarding errors.
711
712 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
713 version from the Claudio Bley GnuTLS patch (extra optional parameters
714 and host name).
715
716 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
717
718 * gnus-registry.el (gnus-registry-fixup-registry): New function to
719 fixup the parameters that can be customized by the user between
720 save/read cycles.
721 (gnus-registry-read): Use it.
722 (gnus-registry-make-db): Use it.
723 (gnus-registry-spool-action, gnus-registry-handle-action):
724 Fix messaging.
725 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
726 Map references to actual group names with sender and subject tracking.
727 (gnus-registry-post-process-groups): Use `cond' for better messaging.
728 (gnus-registry-usage-test): Add subject lookup test.
729
730 * registry.el (registry-db, initialize-instance): Set up constructor
731 instead of :initform arguments for the sake of older Emacsen.
732 (registry-lookup-breaks-before-lexbind): New method to demonstrate
733 pre-lexbind merge bug.
734 (registry-usage-test): Use it.
735 (initialize-instance, registry-db): Move the non-function initforms
736 back to the class definition.
737
738 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
739
740 * registry.el: New library to manage gnus-registry-style data.
741
742 * gnus-registry.el: Use it (major rewrite).
743
744 * nnregistry.el: Use it.
745
746 * spam.el: Use it.
747
748 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
749
750 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
751 marks on non-selected articles.
752
753 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
754
755 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
756
757 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
758 parameter to open-protocol-stream.
759
760 2011-04-01 Julien Danjou <julien@danjou.info>
761
762 * mm-view.el (mm-display-inline-fontify): Do not fontify with
763 fundamental-mode.
764
765 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
766
767 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
768 servers.
769
770 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
771
772 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
773 made marks not propagate, again.
774
775 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
776
777 * proto-stream.el (open-protocol-stream): Bring back `network' type.
778 Make this the default type.
779 (proto-stream-open-plain): Rename from proto-stream-open-default.
780 (open-protocol-stream, proto-stream-open-starttls)
781 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
782 with `plain'.
783
784 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
785 value.
786
787 * nntp.el (nntp-open-connection-function): Document the fact that some
788 values are not functions but are instead handled specially.
789 Recognize nntp-open-plain-stream value.
790 (nntp-open-connection): Recognize that value.
791
792 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
793
794 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
795 stuff.
796
797 * gnus-score.el (gnus-score-string): Fix calling convention of
798 `gnus-simplify-buffer-fuzzy' after last patches.
799
800 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
801 server for articles we didn't get any headers for. This is a sanity
802 check.
803
804 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
805
806 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
807 new CAPABILITY, use it.
808
809 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
810
811 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
812 downloading anything.
813
814 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
815
816 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
817
818 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
819 colors.
820 (gnus-splash-svg-color-symbols): New function.
821
822 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
823
824 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
825 instead of using the global gnus-simplify-subject-fuzzy-regexp.
826 (gnus-simplify-subject-fuzzy): Use the local
827 gnus-simplify-subject-fuzzy-regex instead of the global one.
828 This makes using this variable in group parameters work.
829
830 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
831
832 * gnus-registry.el (gnus-registry-unfollowed-groups):
833 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
834 archive:sent-YYYY-MM-DD groups).
835 (gnus-registry-split-fancy-with-parent): Bail out early in sender
836 tracking if there are more than `gnus-registry-max-track-groups'
837 matches.
838
839 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
840
841 * message.el (message--yank-original-internal): New function to do the
842 insertion cleanly inside eval in `message-yank-original'.
843 (message-yank-original): Use it.
844
845 2011-03-29 Julien Danjou <julien@danjou.info>
846
847 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
848 local variables disabled rather than `normal-mode'.
849
850 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
851
852 * proto-stream.el: Changes preparatory to merging open-protocol-stream
853 with open-network-stream.
854 (proto-stream-always-use-starttls): Option removed.
855 (open-protocol-stream): Return a process object by default. Provide a
856 new parameter :return-list specifying a list-type return value, which
857 now has the form (PROP . PLIST) instead of a fixed-length list. Change
858 :type `network' to `try-starttls', and `network-only' to `default'.
859 Make `default' the default, for compatibility with open-network-stream.
860 Handle the no-parameter case exactly as open-network-stream, with no
861 additional stream processing. Search plists using plist-get.
862 Explicitly add :end-of-commend parameter if it is missing.
863 (proto-stream-open-default): Rename from
864 proto-stream-open-network-only. Return 'default as the type.
865 (proto-stream-open-starttls): Rename from proto-stream-open-network.
866 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
867 failed. Always return a list with a (possibly dead) process as the
868 first element, for compatibility with open-network-stream.
869 (proto-stream-open-tls): Use plist-get. Always return a list.
870 (proto-stream-open-shell): Return `default' as connection type.
871 (proto-stream-capability-open): Use plist-get.
872 (proto-stream-eoc): Function deleted.
873
874 * nnimap.el (nnimap-stream, nnimap-open-connection)
875 (nnimap-open-connection-1): Handle renaming of :type parameter for
876 open-protocol-stream.
877 (nnimap-open-connection-1): Pass a :return-list parameter
878 open-protocol-stream to obtain a list return value. Parse this list
879 using plist-get.
880
881 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
882 for open-protocol-stream. Accept open-protocol-stream return value
883 that is a subprocess object instead of a list. Handle the case of a
884 dead returned process.
885
886 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
887
888 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
889
890 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
891
892 2011-03-21 Julien Danjou <julien@danjou.info>
893
894 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
895 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
896 query.
897 (mm-inline-text): Render normal text with fontification whenever
898 possible.
899
900 * gnus-sum.el (gnus-summary-save-parts-1):
901 * gnus-art.el (gnus-article-browse-html-save-cid-content)
902 (gnus-article-browse-html-parts, gnus-mime-delete-part)
903 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
904 Use `mm-handle-filename'.
905
906 * mm-util.el (mm-handle-filename): New function, return the filename of
907 an handle.
908
909 2011-03-18 Julien Danjou <julien@danjou.info>
910
911 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
912 (gnus-buffer-live-p): Check that buffer is not nil.
913
914 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
915
916 * gnus-art.el: Require mouse, which the build bot seems to say is
917 needed.
918
919 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
920 XEmacs, since it doesn't have url-retrieve-synchronously.
921
922 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
923
924 * gnus-group.el (gnus-group-list-ticked): New function.
925 (gnus-group-make-menu-bar): Provide a menu entry for it.
926 (gnus-group-list-map): Provide a binding for it.
927
928 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
929
930 * shr.el (shr-visit-file): New command.
931
932 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
933
934 2011-03-17 Bjørn Mork <bjorn@mork.no>
935
936 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
937 servers.
938
939 2011-03-16 Julien Danjou <julien@danjou.info>
940
941 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
942 inline.
943
944 * gnus-art.el (article-hide-list-identifiers):
945 Use gnus-group-get-list-identifiers.
946
947 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
948 (gnus-summary-remove-list-identifiers):
949 Use gnus-group-get-list-identifiers to get regexp.
950 (gnus-select-newsgroup, gnus-summary-insert-subject)
951 (gnus-summary-insert-articles):
952 Call gnus-summary-remove-list-identifiers unconditionally.
953
954 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
955
956 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
957 we're selecting a group with unread articles.
958
959 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
960
961 * gssapi.el: New file separated out from imap.el to provide a general
962 Kerberos 5 connection facility for Emacs.
963
964 * message.el (message-elide-ellipsis): Document the format spec
965 ellipsis.
966
967 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
968
969 * message.el (message-elide-region): Allow the ellipsis to say how many
970 lines were removed.
971
972 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
973
974 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
975 window configurations containing buffers that are now dead.
976
977 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
978 parsing to avoid integer overflows.
979 (nnimap-parse-flags): Simplify the last change.
980 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
981 too large for 32-bit Emacsen.
982
983 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
984
985 * auth-source.el (auth-source-netrc-create):
986 * message.el (message-yank-original): Fix use of `case'.
987
988 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
989
990 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
991 XEmacs, which was one character too wide.
992
993 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
994
995 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
996 default number of articles to display.
997 (gnus-articles-to-read): Use pretty names for prompt.
998
999 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1000
1001 * gnus-int.el (gnus-open-server): Ditto.
1002
1003 * gnus-start.el (gnus-activate-group): Give a backtrace if
1004 debug-on-quit is set and the user hits `C-g'.
1005 (gnus-read-active-file): Ditto.
1006
1007 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1008
1009 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
1010
1011 * message.el (message-yank-original): Use cond instead of CL case.
1012
1013 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1014
1015 * auth-source.el (auth-source-netrc-create): Use usual format for the
1016 default in prompts.
1017
1018 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
1019
1020 * auth-source.el (auth-source-netrc-create): Show the default in the
1021 prompt when prompting for token creation.
1022
1023 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1024
1025 * auth-source.el (auth-source-format-prompt): Always convert the value
1026 to a string to avoid evaluating non-string arguments.
1027 (auth-source-netrc-create): Offer default properly, not as initial
1028 content in `read-string'.
1029 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1030 of line to determine if we've been run before. If so, don't run again,
1031 but print a trivial message to indicate the cache was hit instead.
1032
1033 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1034
1035 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1036 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
1037 The user will have to run `gnus-sync-read' manually and wait for Cloudy
1038 Gnus.
1039
1040 2011-03-11 Julien Danjou <julien@danjou.info>
1041
1042 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1043 modified file".
1044
1045 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
1046
1047 * auth-source.el (auth-source-read-char-choice): New function to read a
1048 character choice using `dropdown-list', `read-char-choice', or
1049 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
1050 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
1051 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
1052 (auth-source-netrc-saver): Use it.
1053 (auth-source-pick-first-password): New convenience function.
1054
1055 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1056
1057 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1058 parameter in the credentials.
1059 (nnimap-open-connection-1): Use it after a successful login.
1060 (nnimap-credentials): Add IMAP-specific user and password prompt.
1061
1062 * auth-source.el (auth-source-search): Add :require parameter, taking a
1063 list. Document it and the :save-function return token. Pass :require
1064 down. Change the CREATED message from a warning to a debug statement.
1065 (auth-source-search-backends): Pass :require down.
1066 (auth-source-netrc-search): Pass :require down.
1067 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1068 Change save prompt to indicate all modifications saved here are
1069 deletions.
1070 (auth-source-netrc-create): Take user login name as default in user
1071 prompt. Move all the save functionality to a lexically bound function
1072 under the :save-function token in the returned list. Set up clearer
1073 default prompts for user, host, port, and secret.
1074 (auth-source-netrc-saver): New function, intended to be wrapped for
1075 :save-function.
1076
1077 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1078
1079 * Version 23.3 released.
1080
1081 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1082
1083 * shr.el (shr-table-horizontal-line): Change the defaults for the table
1084 lines to be spaces instead.
1085
1086 2011-03-07 Julien Danjou <julien@danjou.info>
1087
1088 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1089 (sieve-sasl-auth): Check that auth-source-search did return something,
1090 or just return an empty string.
1091
1092 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
1093
1094 * gnus.el (gnus-interactive): Use read-directory-name.
1095
1096 * gnus-uu.el (gnus-uu-decode-uu-and-save)
1097 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1098 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1099 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1100 Likewise.
1101
1102 * gnus-group.el (gnus-group-make-directory-group): Likewise.
1103
1104 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1105
1106 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1107 onto the list of killed groups, too. This makes killed nnimap groups,
1108 for instance, more reliably not reappear.
1109
1110 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1111 the parent.
1112
1113 * gnus-sum.el (gnus-update-read-articles): Fix typo.
1114
1115 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1116 really have server-side marks.
1117
1118 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1119 since most backends do not usefully have server-side marks.
1120 (gnus-update-read-articles): Propagate marks to all backends that
1121 really have server-side marks.
1122
1123 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
1124
1125 * message.el (message-cite-reply-position, message-cite-style):
1126 New variables.
1127 (message-yank-original): Use the new citation styles.
1128
1129 2011-03-04 Daiki Ueno <ueno@unixuser.org>
1130
1131 * message.el (message-options): Revert the change that's a workaround
1132 for XEmacs buffer-local issue; don't mark it buffer-local when running
1133 under XEmacs.
1134
1135 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
1136
1137 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1138 numbers too big to be `read'.
1139
1140 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
1141
1142 * message.el (message-options): Make buffer-local two ways to attempt
1143 to fix a XEmacs bug.
1144
1145 2011-03-02 Julien Danjou <julien@danjou.info>
1146
1147 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1148
1149 2011-03-01 Julien Danjou <julien@danjou.info>
1150
1151 * gnus-art.el (list-identifier): Add list-identifier as a parameter
1152 group.
1153 (article-hide-list-identifiers): Use list-identifier group parameter.
1154
1155 2011-02-28 Julien Danjou <julien@danjou.info>
1156
1157 * sieve.el (sieve-buffer-script-name): New local variable to store
1158 sieve script name.
1159 (sieve-edit-script): Store sieve script name.
1160 (sieve-upload): Use sieve script name when uploading.
1161 (sieve-upload): Use substitute-command-keys.
1162 (sieve-edit-script): Use substitute-command-keys.
1163 (sieve-refresh-scriptlist): Use substitute-command-keys.
1164 (sieve-manage-mode-map): Define keymap properly.
1165 (sieve-manage-mode): Do not set mode name manually, change mode-name to
1166 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1167 Remove commented code about cvs.
1168 (sieve-manage-quit): New function.
1169 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1170
1171 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1172
1173 * gnus-group.el (gnus-import-other-newsrc-file): New function.
1174
1175 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
1176
1177 * auth-source.el (auth-source-search): Cache empty result sets.
1178
1179 * auth-source.el (auth-source-save-behavior): New variable to replace
1180 `auth-source-never-create'.
1181 (auth-source-netrc-create): Use it.
1182 (auth-source-never-save): Remove.
1183
1184 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
1185
1186 * nnimap.el (nnimap-stream): Doc fix.
1187 (nnimap-open-connection-1): Reverse the order of the ports to that the
1188 prompted-for port is first.
1189
1190 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1191 retrieval by the no-group selection.
1192
1193 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1194 numerical parameters.
1195
1196 2011-02-25 Julien Danjou <julien@danjou.info>
1197
1198 * gnus-gravatar.el: Use gnus-with-article-buffer.
1199
1200 * gnus-art.el (gnus-with-article-buffer): Check that the
1201 gnus-article-buffer is alive.
1202
1203 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
1204
1205 * auth-source.el (auth-source-creation-prompts): New variable to manage
1206 creation-time prompts.
1207 (auth-source-search): Document it.
1208 (auth-source-format-prompt): Add utility function.
1209 (auth-source-netrc-create): Don't default the user name to
1210 user-login-name. Use `auth-source-creation-prompts' and some default
1211 prompts for user, host, port, and password (the default generic prompt
1212 remains ugly).
1213 (auth-source-never-save): Add customizable option to never save info.
1214 (auth-source-netrc-create): Use it and improve save prompts. Fix help
1215 mode excursion.
1216
1217 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
1218
1219 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1220 argument that XEmacs doesn't support.
1221
1222 2011-02-23 Julien Danjou <julien@danjou.info>
1223
1224 * gnus-art.el (article-make-date-line): Ignore errors if time is
1225 invalid and not convertible.
1226 (article-make-date-line): Only add lapsed time if time is not nil.
1227
1228 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
1229
1230 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1231 `read-char-choice' for backwards compatibility.
1232 (auth-source-netrc-element-or-first): New function to DTRT for
1233 parameter extraction.
1234 (auth-source-netrc-create): Use it and fix multiple parameter print
1235 bug. Use the default passed from above (given-default) or the
1236 built-in (user-login-name for :user).
1237
1238 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
1239
1240 * gnus-start.el (gnus-dribble-read-file):
1241 Set buffer-save-without-query, since we always want to save the dribble
1242 file, probably.
1243
1244 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1245 nnimap.
1246
1247 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1248 -summary- since it's a user-visible variable.
1249
1250 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1251 first time you use the new Gnus.
1252
1253 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1254
1255 * auth-source.el: Don't load netrc.el.
1256 (auth-sources): Search ~/.netrc as well by default.
1257 (auth-source-debug): Add 'trivia option for extra output.
1258 (auth-source-do-trivia): Use it.
1259 (auth-source-search): Simplify logic to use
1260 `auth-source-search-backends'. Use `auth-source-do-trivia' where
1261 appropriate. Don't keep a running count at this level. Layer :create
1262 and :delete options appropriately on the first and second passes.
1263 Don't track the backend with the search results.
1264 (auth-source-search-backends): New function to search a list of
1265 backends for a processed spec.
1266 (auth-source-netrc-parse): Cache all netrc files, making
1267 auth-source-netrc-cache an alist keyed by the file name and using the
1268 file mtime as the caching criterion. Keep the obfuscated data secret
1269 with a lexical bind.
1270 (auth-source-netrc-search): Don't calculate the length of the results
1271 unnecessarily.
1272 (auth-source-search-backends): Fix bug.
1273 (auth-source-netrc-create): Rework prompts.
1274
1275 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
1276
1277 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1278 Lower case names of search constraints.
1279 (nnir-run-query): Cache and reuse search constraints for all imap
1280 servers.
1281
1282 2011-02-22 Sam Steingold <sds@gnu.org>
1283
1284 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
1285
1286 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
1287
1288 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1289 after exit.
1290 (gnus-setup-message): Define missing variable from last checkin.
1291
1292 * gnus-sum.el (gnus-summary-show-article): When called with t as the
1293 value, show the raw article.
1294
1295 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1296
1297 * nnimap.el (nnimap-open-connection-1): Revert last change, since
1298 auth-source now accepts numbers.
1299
1300 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1301 spec, too.
1302 (auth-source-ensure-strings): New function.
1303
1304 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1305 (gnus-article-setup-buffer): Always restart the date timer so that user
1306 changes to the frequency is respected.
1307
1308 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1309 port numbers, so make sure it gets that if nnimap-server-port is
1310 explicit.
1311
1312 2011-02-21 Simon Josefsson <simon@josefsson.org>
1313
1314 * nnimap.el (nnimap-inbox): Doc fix.
1315
1316 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
1317
1318 * shr-color.el (shr-color->hexadecimal): Use renamed function names
1319 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1320 color-lab-to-srgb.
1321
1322 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1323
1324 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1325 given method as in the group name if we're using an extended method.
1326 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1327 command, if we're using that, instead of waiting for the beginning.
1328
1329 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1330 we're sure to get unique server names, and we don't output two async
1331 commands in the same buffer. This fixes an NNTP hang for some users.
1332
1333 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1334
1335 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1336 summary buffer before reading going to the next buffer. This avoids
1337 putting the point in the group buffer if you `C-g' the command.
1338
1339 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1340 cache (for now) to make ~/.authinfo.gpg files usable.
1341
1342 * nnfolder.el (copyright-update): Define for the compiler.
1343
1344 * auth-source.el (auth-source-search): Fix unbound variable.
1345
1346 2011-02-19 Glenn Morris <rgm@gnu.org>
1347
1348 * gnus.el (gnus-meta): Doc fix.
1349
1350 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1351
1352 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1353 in case it's not yet loaded.
1354
1355 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1356
1357 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1358 line we're waiting for.
1359
1360 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1361
1362 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1363 face with line-width greater than zero will cause RET in gnus summary
1364 buffer to scroll down article page-wise because auto vscroll happens,
1365 it should be temporalily disabled when doing a scroll-up.
1366
1367 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
1368
1369 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1370 outputs from the server.
1371
1372 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1373
1374 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1375 later so that bbdb can hook in easier.
1376
1377 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
1378
1379 * auth-source.el (auth-source-search): Don't try to create credentials
1380 if the caller doesn't want that.
1381 (auth-source-search): If we don't find a match, don't bug out on
1382 non-bound variables.
1383 (auth-source-search): Only ask a single backend to create the
1384 credentials.
1385
1386 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1387 logging.
1388 (nnimap-credentials): Protect against auth-source-search returning nil.
1389 (nnimap-request-list): Protect against not being able to open the
1390 server.
1391
1392 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
1393
1394 * auth-source.el (auth-source-search): Do a two-phase search, one with
1395 no :create to get the responses from all backends.
1396
1397 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1398 when getting credentials.
1399
1400 * gnus-util.el (gnus-delete-duplicates): New function.
1401
1402 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1403
1404 * nnimap.el (nnimap-credentials): Instead of picking the first port as
1405 a creation default, pass the whole port list down. It will be
1406 completed.
1407
1408 * auth-source.el (auth-source-search): Updated docs to talk about
1409 multiple creation choices.
1410 (auth-source-netrc-create): Accept a list as a value (from the search
1411 parameters) and do completion on that list. Keep a separate netrc line
1412 with the password obscured for showing the user.
1413
1414 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1415 first choice to `auth-source-search' so it will be used for entry
1416 creation instead of the server's Gnus-specific name.
1417 (nnimap-credentials): Rely on the auth-source library to select which
1418 port is actually wanted in the new netrc entry, so don't override
1419 `auth-source-creation-defaults'.
1420
1421 * auth-source.el (auth-source-netrc-parse): Use :port instead of
1422 :protocol and accept a missing user, host, or port as a wildcard match.
1423 (auth-source-debug): Default to off.
1424
1425 (auth-source-netrc-search, auth-source-netrc-create)
1426 (auth-source-secrets-search, auth-source-secrets-create)
1427 (auth-source-user-or-password, auth-source-backend, auth-sources)
1428 (auth-source-backend-parse-parameters, auth-source-search): Use :port
1429 instead of :protocol.
1430
1431 * nnimap.el (nnimap-credentials): Pass a port default to
1432 `auth-source-search' in case an entry needs to be created.
1433 (nnimap-open-connection-1): Use :port instead of :protocol.
1434
1435 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
1436
1437 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
1438 instead of delete-dups that is not available in XEmacs 21.4.
1439
1440 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
1441
1442 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1443 nil means that nnimap doesn't get updated.
1444
1445 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
1446
1447 * auth-source.el (auth-source-netrc-create): Return a synthetic search
1448 result when the user doesn't want to write to the file.
1449 (auth-source-netrc-search): Expect a synthetic result and proceed
1450 accordingly.
1451 (auth-source-cache-expiry): New variable to override
1452 `password-cache-expiry'.
1453 (auth-source-remember): Use it.
1454
1455 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1456 parameter. Create entry if necessary by using :create t.
1457 (nnimap-open-connection-1): Don't pass `inhibit-create'.
1458
1459 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
1460
1461 * auth-source.el (auth-source-debug): Enable by default and don't
1462 mention the obsolete `auth-source-hide-passwords'.
1463 (auth-source-do-warn): New function to debug unconditionally.
1464 (auth-source-do-debug): Use it.
1465 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1466 and for Secrets API entries when the secrets.el library is not
1467 available.
1468
1469 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1470
1471 * gnus-sum.el (gnus-propagate-marks): Default to nil.
1472 (gnus-summary-exit): Kill the correct article buffer on exit from a
1473 `C-d' group.
1474
1475 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1476 gnus-propagate-marks.
1477
1478 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1479 before killing the buffers so that a non-full window conf gets handled
1480 correctly.
1481 (gnus-summary-exit): Ditto.
1482 (gnus-summary-read-group-1): Ditto.
1483
1484 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1485 async code again so that we can debug it properly.
1486
1487 * message.el (message-reply): Take an optional switch-buffer parameter
1488 so that Gnus window confs are respected better.
1489
1490 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1491
1492 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1493 `plist-get' to accept non-list parameters (XEmacs issue).
1494 Fix docstring.
1495 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1496 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1497 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1498 Login collection is "Login" and not "login".
1499
1500 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1501
1502 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1503 multiple headers.
1504
1505 * nnimap.el (nnimap-inhibit-logging): New variable.
1506 (nnimap-log-command): Don't log login commands.
1507
1508 * auth-source.el (auth-source-netrc-search): The asserts seem to want
1509 to have more parameters.
1510
1511 * nnimap.el (nnimap-send-command): Mark the command time for each
1512 command, so that we don't get NOOPs stepping on our toes.
1513
1514 * gnus-art.el (article-date-ut): Get the date from the Date header on
1515 `t'.
1516
1517 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1518
1519 * auth-source.el (auth-source-search): Use copy-sequence instead of
1520 the cl.el copy-list.
1521
1522 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
1523
1524 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1525 Improve prompt.
1526
1527 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1528
1529 * gnus-art.el (gnus-article-mode-line-format): Remove the article
1530 washing status from the default format. It isn't very informative.
1531
1532 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
1533
1534 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1535 Fix Gcc processing on imap.
1536
1537 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1538
1539 * message.el (message-bury): Don't pop up a new window when selected
1540 window is dedicated.
1541
1542 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1543
1544 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1545
1546 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
1547
1548 * sieve-manage.el: Autoload `auth-source-search'.
1549 (sieve-sasl-auth): Use it.
1550
1551 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1552
1553 * nnimap.el: Autoload `auth-source-forget+'.
1554 (nnimap-open-connection-1): Use it if the connection fails.
1555
1556 * auth-source.el: Require `password-cache'.
1557 (auth-source-hide-passwords, auth-source-cache): Remove and mark
1558 obsolete.
1559 (auth-source-magic): Marker for `password-cache' keys.
1560 (auth-source-do-cache): Update docstring.
1561 (auth-source-search): Use and check cache.
1562 (auth-source-forget-all-cached, auth-source-remember)
1563 (auth-source-recall, auth-source-forget, auth-source-forget+)
1564 (auth-source-specmatchp): Caching support functions.
1565 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1566 Remove and obsolete.
1567 (auth-source-user-or-password): Remove caching to further discourage
1568 using it. Always hide passwords.
1569
1570 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1571
1572 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1573 code for now, since it doesn't work for all users.
1574
1575 2011-02-09 Julien Danjou <julien@danjou.info>
1576
1577 * message.el (message-options): Make message-options really buffer
1578 local.
1579
1580 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
1581
1582 * mail-source.el: Autoload `auth-source-search'.
1583 (mail-source-keyword-map): Note order matters.
1584 (mail-source-set-1): Get all the mail-source source values and
1585 defaults and search auth-source on those if needed. This can all
1586 probably be simplified.
1587
1588 * nnimap.el: Autoload `auth-source-search'.
1589 (nnimap-credentials): Use it.
1590 (nnimap-open-connection-1): Ask for the virtual server and physical
1591 address in one shot.
1592
1593 * nntp.el: Autoload `auth-source-search'.
1594 (nntp-send-authinfo): Use it. Note TODO.
1595
1596 2011-02-08 Julien Danjou <julien@danjou.info>
1597
1598 * shr.el (shr-tag-body): Add support for text attribute in body
1599 markups.
1600
1601 * message.el (message-options): Make message-options a local variable.
1602
1603 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
1604
1605 * auth-source.el (auth-source-secrets-search)
1606 (auth-source-user-or-password): Use `append' instead of `nconc'.
1607 (auth-source-user-or-password): Build return list better and protect
1608 against nil :secret.
1609
1610 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1611
1612 * nnimap.el (nnimap-update-info): Refactor slightly.
1613 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1614 (nnimap-update-info): Clean up slightly.
1615 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1616 characters.
1617 (nnimap-process-quirk): Rename function to avoid collision.
1618 (nnimap-update-info): Fix macrology bug-out.
1619 (nnimap-update-info): Simplify split history test.
1620
1621 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
1622
1623 * auth-source.el (top): Require 'eieio unconditionally.
1624 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1625 (auth-source-secrets-search): Limit search when `max' is greater than
1626 number of results.
1627
1628 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1629
1630 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1631 part not returning any data.
1632
1633 * proto-stream.el (open-protocol-stream): Document the return value.
1634
1635 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1636
1637 * auth-source.el (auth-source-secrets-search): Add examples.
1638
1639 2011-02-06 Julien Danjou <julien@danjou.info>
1640
1641 * message.el (message-setup-1): Handle message-generate-headers-first
1642 set to t.
1643
1644 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1645
1646 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1647 API with a string "secrets:collection-name" and with 'default.
1648 (auth-source-backend-parse): Parse "secrets:collection-name" and
1649 'default. Recurse on parses instead of repeating code. Use the
1650 Secrets API is the source is not nil and 'ignore otherwise. Emit a
1651 message when ignoring a source.
1652 (auth-source-search): List ignored search keys at the top level.
1653 (auth-source-netrc-create): Use `case' instead of `cond'.
1654 (auth-source-secrets-search): Created with TODOs.
1655 (auth-source-secrets-create): Created with TODOs.
1656 (auth-source-retrieve, auth-source-create, auth-source-delete)
1657 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1658 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1659 (auth-source-user-or-password-sftp)
1660 (auth-source-user-or-password-smtp): Remove.
1661 (auth-source-user-or-password): Deprecated and modified to be a wrapper
1662 around `auth-source-search'. Not tested thoroughly.
1663
1664 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1665
1666 * auth-source.el: Bring in assoc and eioeio libraries.
1667 (secrets-enabled): New variable to track the status of the Secrets API.
1668 (auth-source-backend): New EIOEIO class to represent a backend.
1669 (auth-source-creation-defaults): New variable to set prompt defaults
1670 during token creation (see the `auth-source-search' docstring for
1671 details).
1672 (auth-sources): Simplify to allow a simple string as a netrc backend
1673 spec.
1674 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1675 (auth-source-backend-parse-parameters): Fill in the backend parameters.
1676 (auth-source-search): Main auth-source API entry point.
1677 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1678 (auth-source-search-collection): Helper function for searching.
1679 (auth-source-netrc-parse, auth-source-netrc-normalize)
1680 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1681 Supports search, create, and delete.
1682 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1683 backend stubs.
1684 (auth-source-user-or-password): Call `auth-source-search' but it's not
1685 ready yet.
1686
1687 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1688
1689 * message.el (message-setup-1): Remove the read-only stuff, since it
1690 doesn't work under XEmacs, for some reason.
1691
1692 * gnus-sum.el (gnus-user-date): Rename back from
1693 gnus-summary-user-date since user code refers to it.
1694
1695 * shr.el (shr-render-td): Store the actual background colour used.
1696
1697 * message.el (message-setup-1): Don't bind the constant
1698 -forbidden-properties.
1699 (message-setup-1): Revert previous change, since it needs to bind the
1700 props to insert them.
1701 (message-resend): Allow removing the read-only separator line.
1702
1703 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1704
1705 * nnimap.el (nnimap-request-accept-article): Give an error message if
1706 the APPEND wasn't successful.
1707
1708 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
1709
1710 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1711 that have no groups.
1712
1713 2011-02-03 Julien Danjou <julien@danjou.info>
1714
1715 * gnus-draft.el: Remove progn around gnus-draft-setup.
1716
1717 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1718
1719 * gnus-start.el (gnus-read-active-for-groups): This function is never
1720 called with a nil `infos', so clean that up.
1721 (gnus-get-unread-articles): Request active files from primary/secondary
1722 methods that have no groups (yet).
1723
1724 2011-02-03 Julien Danjou <julien@danjou.info>
1725
1726 * message.el (message-setup-1): Always generate References first.
1727 (message-mail): Return the return value of message-setup, not always t.
1728 (message-setup-1): Insert mail-header-separator with read-only and
1729 intangible properties set.
1730
1731 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1732 user-date in docstring.
1733
1734 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1735
1736 * gnus.el (gnus-summary-line-format): Mention &user-date format in
1737 docstring.
1738
1739 * gnus.el (gnus-user-date-format-alist): Change default value. Use
1740 defcustom, with type and group. Move from gnus-util.el. Rename to
1741 gnus-summary-user-date-format-alist.
1742
1743 2011-02-03 Glenn Morris <rgm@gnu.org>
1744
1745 * nnimap.el (gnus-fetch-headers): Declare.
1746
1747 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1748
1749 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1750
1751 * message.el (message-forward-make-body-digest-plain)
1752 (message-followup, message-reply): Clean up things noted by Stefan.
1753
1754 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1755 gnus-article-update-date-headers is nil.
1756 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1757 it didn't really work with defcustom.
1758 (article-update-date-lapsed): Make sure the window start doesn't move,
1759 either.
1760
1761 2011-02-01 Julien Danjou <julien@danjou.info>
1762
1763 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1764 format.
1765
1766 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1767 standard in Emacs nowadays.
1768
1769 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * message.el (message-expand-name): Don't trust the return value of
1772 bbdb-complete-name.
1773 (message-check-news-header-syntax): Remove unused var `start'.
1774 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1775 (message-inhibit-body-encoding): Move to before first use.
1776 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1777 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1778 (Organization, Message-ID, Date, mh-previous-window-config):
1779 Defvar the vars using dynamic scoping.
1780
1781 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1782
1783 * shr.el (shr-render-td): Only do colours at the final rendering.
1784 Should be slightly faster.
1785 (shr-insert-table): Fix up TD background colours when doing the
1786 vertical padding.
1787
1788 * gnus-art.el (article-date-ut): Protect against articles with no Date
1789 header.
1790 (article-update-date-lapsed): Don't use current-column to find the
1791 horizontal position. It's fragile in the presence of \003 characters.
1792
1793 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1794
1795 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1796
1797 * gnus-art.el (article-transform-date): Rewrite to still work when
1798 there are several rfc2822 parts.
1799 (article-transform-date): Fix infinite recursion.
1800 (article-date-ut): Replace infinitely many Date headers with a single
1801 one when called interactively.
1802
1803 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1804 secure manner.
1805
1806 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1807 move around by not using save-window-excursion. It seems to work...
1808
1809 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
1810
1811 * gnus-art.el (article-make-date-line): Work for user-defined format.
1812
1813 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1814
1815 * nntp.el (nntp-retrieve-group-data-early)
1816 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1817 fetching functions.
1818
1819 * gnus-start.el (gnus-read-active-for-groups): Read the active files
1820 thoroughly for all backends that have no known groups. This should
1821 allow new nnml methods to retrieve mail.
1822
1823 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1824 that Gnus doesn't know exists again.
1825
1826 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1827 (gnus-treat-date-ut): Ditto.
1828 (gnus-article-update-date-header): Rename.
1829 (gnus-treat-date-local): Remove.
1830 (gnus-treat-date-english): Remove.
1831 (gnus-treat-date-lapsed): Remove.
1832 (gnus-treat-date-combined-lapsed): Remove.
1833 (gnus-treat-date-original): Remove.
1834 (gnus-treat-date-iso8601): Remove.
1835 (gnus-treat-date-user-defined): Remove.
1836 (gnus-article-date-headers): New variable to control all the date
1837 header options.
1838 (article-date-ut): Rewrite to allow using the new way to format date
1839 headers(s).
1840
1841 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1842
1843 * nnmail.el (nnmail-article-group): Check for a direct fancy split
1844 method.
1845 (nnmail-article-group): A better test for fanciness.
1846
1847 * nnimap.el (nnimap-request-head): Protect against not finding the
1848 article by Message-ID.
1849
1850 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
1851
1852 * gnus-art.el (article-update-date-lapsed): Try a better way to really
1853 keep point at the "same place".
1854
1855 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1856
1857 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1858 data if the group is unactivated.
1859
1860 2011-01-28 Julien Danjou <julien@danjou.info>
1861
1862 * gnus-win.el: Remove dead function gnus-window-configuration-element.
1863 (gnus-all-windows-visible-p): Remove old compatibility code.
1864 (gnus-window-top-edge): Add docstring.
1865
1866 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1867
1868 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1869
1870 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1871 older request-update-info.
1872
1873 * gnus-art.el (article-make-date-line): Limit the length a bit more.
1874
1875 2011-01-28 Daiki Ueno <ueno@unixuser.org>
1876
1877 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1878 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1879
1880 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1881
1882 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1883 groups. This makes the nndraft:queue group pop up if it's not already
1884 there.
1885
1886 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1887 messages" logic, which was reversed.
1888
1889 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1890 the "same place" even if point is on the line being replaced.
1891 (article-update-date-lapsed): Allow updating both the combined lapsed
1892 and the lapsed headers.
1893 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1894 (article-make-date-line): Limit the number of segments dynamically to
1895 avoid too-long lines.
1896
1897 2011-01-27 Julien Danjou <julien@danjou.info>
1898
1899 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1900 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1901
1902 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1903
1904 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1905 Use plist-get instead of the cl function getf.
1906
1907 2011-01-27 Glenn Morris <rgm@gnu.org>
1908
1909 * gnus-util.el (float-time): Get rid of compiler warning, again.
1910
1911 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1912
1913 * shr.el (shr-put-color): Special-case background colours: Do put them
1914 at the blank parts at the front of the lines.
1915
1916 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1917 exit hook to nix out all data on readedness on group exit.
1918
1919 * gnus-util.el (float-time): If float-time is bound, always use it on
1920 all Emacsen. It's unclear why the subrp check was there.
1921 (time-date): Require to make some autoload issues on XEmacs go away.
1922
1923 * shr.el (shr-put-color): Don't do the box padding in tables, since
1924 they're already padded.
1925
1926 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1927
1928 * gnus-art.el (gnus-article-next-page): When the last line of the
1929 article is displayed, scroll down once more instead of going to the
1930 next article at once.
1931 (article-lapsed-string): Refactor out and allow specifying how many
1932 segments you want.
1933 (gnus-article-setup-buffer): Start updating the lapsed header directly.
1934 (gnus-article-update-lapsed-header): New variable.
1935
1936 * shr.el: Revert change that made headings use different-sized faces.
1937 The Emacs display engine isn't advanced enough that, for instance,
1938 tables can comfortably use differently-sized faces.
1939
1940 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1941
1942 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1943 used.
1944 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1945 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1946 we're using an encrypted connection.
1947
1948 * proto-stream.el: Alter the interface functions to also return the
1949 actual stream type used: network or tls.
1950
1951 2011-01-25 Julien Danjou <julien@danjou.info>
1952
1953 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1954 (mm-display-javascript-inline): New function.
1955
1956 * mm-decode.el (mm-inline-media-tests): Add application/javascript
1957 viewing function.
1958
1959 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
1960
1961 * shr.el (shr-expand-newlines): Fix variable name.
1962
1963 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1964
1965 * shr.el (shr-expand-newlines): Make nested boxes work.
1966
1967 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1968
1969 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1970 backgrounds.
1971 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1972 in a more sensible manner.
1973
1974 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1975
1976 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1977 if EPG is loaded.
1978
1979 2011-01-24 Julien Danjou <julien@danjou.info>
1980
1981 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1982 tags.
1983
1984 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1985
1986 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1987 commands.
1988
1989 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1990 in the article buffer.
1991 (gnus-gravatar-insert): Use blank space from the current buffer to
1992 avoid breaking text properties. This makes X-Sent updating work again.
1993
1994 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1995
1996 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
1997
1998 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1999 fix the bug in url-http.el instead.
2000
2001 * shr.el (shr-image-fetched): Ditto.
2002
2003 * shr.el (shr-image-fetched): Avoid having point move in the article
2004 buffer.
2005
2006 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2007 buffer after being called. It's apparently being killed by url.el, and
2008 killing it made point move to end-of-buffer in a random buffer.
2009
2010 * shr.el (shr-image-fetched): Ditto.
2011
2012 2011-01-23 Julien Danjou <julien@danjou.info>
2013
2014 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2015
2016 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2017 text/x-org.
2018
2019 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2020
2021 * gnus-sum.el (gnus-summary-move-article): Protect against backends
2022 (i.e., nnimap) returning nil as the article number.
2023
2024 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2025
2026 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2027 "DelSp" parameter in RFC3676.
2028
2029 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2030
2031 * message.el (message-check-recipients): Display the encoded version of
2032 the bogus address if they differ.
2033
2034 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2035 after sending.
2036
2037 * gnus-agent.el (gnus-agent-send-mail): Ditto.
2038
2039 * gnus-group.el (gnus-group-refresh-group): New convenience function.
2040
2041 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2042 group buffer after sending the queue.
2043
2044 * gnus-agent.el (gnus-agent-send-mail): Ditto.
2045
2046 2011-01-22 Julien Danjou <julien@danjou.info>
2047
2048 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2049
2050 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2051
2052 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2053 nested related parts.
2054
2055 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2056 unexpired articles. This fixes the regression that led expiry marks to
2057 disappear from nnfolder groups.
2058
2059 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2060
2061 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2062 Don't confuse the "ret" of "retrograde" with RET.
2063
2064 2011-01-21 Julien Danjou <julien@danjou.info>
2065
2066 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2067 than mm-insert-inline.
2068
2069 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
2070
2071 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2072 Widen article buffer.
2073
2074 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2075
2076 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2077 the temp buffer.
2078 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2079
2080 2011-01-20 Julien Danjou <julien@danjou.info>
2081
2082 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2083
2084 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2085 than mm-insert-inline to insert inline part: this respect
2086 mm-inline-media-tests displayers.
2087
2088 * mm-view.el (mm-display-shell-script-inline): New function.
2089
2090 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2091
2092 * mm-uu.el (mm-uu-type-alist): Add org block.
2093 (mm-uu-org-src-code-block-extract): New function.
2094
2095 * mm-view.el (mm-display-org-inline): New function.
2096
2097 * mm-decode.el (mm-automatic-display): Add text/org.
2098
2099 * mailcap.el (mailcap-mime-extensions): Add .org.
2100
2101 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
2102
2103 * gnus-art.el (gnus-article-highlight): Remove argument passed to
2104 gnus-article-add-buttons.
2105
2106 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
2107
2108 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2109 From header with a date and "nobody" as the sender.
2110
2111 2011-01-19 Julien Danjou <julien@danjou.info>
2112
2113 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2114 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2115 if you have the same regexp several times.
2116 (gnus-button-push): Fix matching when regexp is symbol.
2117
2118 2011-01-15 Glenn Morris <rgm@gnu.org>
2119
2120 * message.el (message-mail): A compose-mail function should
2121 accept headers as strings.
2122
2123 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2124
2125 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2126 Add :vert-only tags.
2127 (message-mail): New arg RETURN-ACTION.
2128 (message-return-action): New var.
2129 (message-bury): Use it.
2130 (message-mode): Make it buffer-local.
2131 (message-send-and-exit): Always call message-bury.
2132
2133 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
2134 message-mail.
2135
2136 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2137
2138 * nnimap.el (nnimap-convert-partial-article): Protect against
2139 zero-length body parts.
2140
2141 * mm-decode.el (mm-preferred-alternative-precedence):
2142 Discourage showing empty parts.
2143
2144 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2145 and stuff if the backend didn't return the article number. This fixes
2146 an Exchange-related nnimap bug.
2147
2148 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2149 group window, because it does the wrong thing when a separate frame
2150 displays the group buffer.
2151
2152 * proto-stream.el (open-protocol-stream): Protect against the low-level
2153 transport functions returning nil.
2154
2155 2011-01-07 Daiki Ueno <ueno@unixuser.org>
2156
2157 * mml2015.el (epg-sub-key-fingerprint): Autoload.
2158 (mml2015-epg-find-usable-secret-key): New function.
2159 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2160 mml2015-epg-find-usable-key (Bug#7797).
2161 (mml2015-epg-encrypt): Ditto.
2162
2163 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2164
2165 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2166
2167 2011-01-03 Glenn Morris <rgm@gnu.org>
2168
2169 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2170
2171 * sieve.el (sieve-open-server): Give a more explicit error if
2172 sieve-manage-open returns nil. (Bug#7720)
2173
2174 2011-01-02 Karl Fogel <kfogel@red-bean.com>
2175
2176 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2177
2178 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2179
2180 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2181 This avoids sending passwords in plain text over non-encrypted
2182 channels.
2183
2184 * shr.el (shr-rescale-image): Display all GIF images as animated images.
2185
2186 * nnimap.el (nnimap-login): Refactored out into own function, and
2187 implement CRAM-MD5.
2188 (nnimap-wait-for-line): Refactored out.
2189
2190 * mm-view.el (mml-smime): Require.
2191
2192 2010-12-20 David Engster <deng@eml.cc>
2193
2194 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2195 use EPG to decrypt S/MIME messages instead of openssl.
2196
2197 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2198
2199 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2200
2201 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2202 status is the group clearly is unreachable.
2203
2204 * auth-source.el (auth-source-create): Add the optional second
2205 parameter to `local-variable-p' to be compatible with XEmacs.
2206
2207 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
2208
2209 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2210 work when using a compressed nnml folder.
2211
2212 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2213
2214 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2215 backends after sanitising on entry, because this never makes sense:
2216 If the articles have gone missing, then the data no longer exists on
2217 the backend, and if they haven't, then Gnus is wrong, and shouldn't
2218 overwrite anything anyway.
2219
2220 * shr.el (shr-insert-document): Bind shr-width dynamically to
2221 window-width if it's nil.
2222
2223 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2224
2225 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2226 with the meaning of using the full emacs window width for rendering.
2227
2228 2010-12-27 Daiki Ueno <ueno@unixuser.org>
2229
2230 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2231 case when sender is not given.
2232
2233 2010-12-23 Julien Danjou <julien@danjou.info>
2234
2235 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2236 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2237 the addresses, otherwise we might misplaced the gravatar.
2238
2239 2010-12-21 Daiki Ueno <ueno@unixuser.org>
2240
2241 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2242 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2243 obsolete in Emacs.
2244
2245 2010-12-20 Julien Danjou <julien@danjou.info>
2246
2247 * gnus-util.el (gnus-rescale-image): Revert last change.
2248
2249 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2250
2251 * gnus-group.el (gnus-group-delete-articles): New command.
2252
2253 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
2254
2255 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2256
2257 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2258
2259 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2260 here, since it's up to the backends to do CRLF removal if their
2261 protocol has it.
2262
2263 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2264
2265 2010-12-17 Julien Danjou <julien@danjou.info>
2266
2267 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2268 they are from file. Can also scale up.
2269
2270 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
2271
2272 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2273 gnus-use-agent.
2274 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2275
2276 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2277
2278 2010-12-17 Julien Danjou <julien@danjou.info>
2279
2280 * gravatar.el (gravatar-retrieve-synchronously): New function.
2281 (gravatar-get-data): Make more robust.
2282
2283 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2284
2285 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2286 to really consider the last line.
2287
2288 2010-12-16 Daiki Ueno <ueno@unixuser.org>
2289
2290 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2291 list of recipient keys, or use symmetric encryption if not a list.
2292 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2293 EPA override, replacing the call to `netrc-store-data'.
2294
2295 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
2296
2297 * gnus-srvr.el: Avoid passing nil regexp argument to
2298 delete-matching-lines.
2299
2300 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2301
2302 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2303 fetching stops when Gnus exits.
2304
2305 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2306 function.
2307 (nnfolder-request-expire-articles): Save all the buffers after doing
2308 expiry.
2309
2310 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2311 the last article", since that led to serious performance regressions
2312 when expiring nnml groups.
2313
2314 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
2315
2316 * nnir.el: Improve customizations.
2317
2318 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2319
2320 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2321
2322 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2323 group has been killed.
2324 (gnus-group-yank-group): Ditto.
2325
2326 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2327
2328 * nnimap.el (nnimap-request-update-group-status): New function.
2329
2330 * gnus-int.el (gnus-request-update-group-status): New interface
2331 function.
2332
2333 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2334 copying read-ness to the backends.
2335
2336 * nnimap.el (nnimap-quirk): New function.
2337 (nnimap-retrieve-group-data-early): Use it.
2338 (nnimap-quirks): New alist.
2339
2340 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
2341
2342 * shr.el (shr-insert): Set shr-start after deleting trailing space;
2343 don't delete it within indentation.
2344
2345 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2346
2347 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2348 previous line.
2349
2350 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2351
2352 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2353 QRESYNC command by deleting a superfluous space which broke Cyrus
2354 servers. This change will break other servers that are buggy the other
2355 way around.
2356
2357 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2358
2359 * spam.el: Reindent and fix long lines.
2360 (spam-copy-or-move-routine): Exclude invalid move destinations.
2361
2362 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2363
2364 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2365 installed the registry.
2366
2367 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2368
2369 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2370 groupname doesn't contain "gmane".
2371
2372 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2373
2374 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2375 (gnus-1): Don't create the nndrafts group twice.
2376 (gnus-setup-news): There's no need to read the active file here, since
2377 that's done again later on a per-backend basis.
2378 (gnus-start-draft-setup): Make sure that the new group is started out
2379 empty.
2380
2381 * gnus-agent.el (gnus-agentize): Don't create the queue group
2382 automatically on startup. It'll be created later, if needed.
2383
2384 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2385 of automatically subscribed groups.
2386 (gnus-auto-subscribed-categories): New variable.
2387 (gnus-matches-options-n): Use it.
2388 (gnus-default-subscribed-newsgroups): Remove unused variable.
2389 (gnus-start-draft-setup): Message a bit less.
2390
2391 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2392
2393 * nnir.el (nnir-run-imap): Return article list in order of increasing
2394 UID.
2395
2396 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2397
2398 * gnus-sum.el (gnus-summary-enter-digest-group):
2399 Mention gnus-auto-select-on-ephemeral-exit.
2400
2401 * proto-stream.el (proto-stream-open-network-only): Fix the calling
2402 convention of the network-only option.
2403
2404 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2405
2406 * proto-stream.el (proto-stream-open-network-only): New function to
2407 have a way to specify non-STARTTLS upgrade connections.
2408
2409 2010-12-10 Julien Danjou <julien@danjou.info>
2410
2411 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2412 email address is nil.
2413
2414 * message.el (message-bogus-recipient-p): Set address to "" if nil.
2415
2416 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
2417
2418 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2419 deletion.
2420 (nnir-run-imap): Only need to parse list once.
2421
2422 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2423
2424 * shr.el (shr-tag-script): Ignore <script>.
2425 (shr-tag-label): Add <label> support.
2426
2427 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
2428
2429 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2430
2431 * shr.el (shr-image-displayer): Work for images lined side by side.
2432
2433 2010-12-08 Robert Pluim <rpluim@gmail.com>
2434
2435 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2436 parameter, since XEmacs doesn't accept t as a parameter.
2437
2438 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
2439
2440 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2441 ids.
2442 (nnir-run-gmane): Simplify groupspec formatting.
2443 (nnir-request-expire-articles): New function.
2444
2445 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2446
2447 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2448 overflow, possibly.
2449
2450 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2451 (shr-render-td): Handle td style="" better.
2452 (shr-tag-table): Use the color from the style sheet.
2453 (shr-render-td): Make sure we copy over all the overlays, too.
2454
2455 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
2456
2457 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2458 (nnir-request-article): Improve article retrieval.
2459
2460 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2461
2462 * mm-util.el (mm-extra-numeric-entities): New variable.
2463
2464 * mm-url.el (mm-url-decode-entities):
2465 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2466
2467 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2468
2469 * message.el: Use completion-at-point.
2470 (message-completion-function): New fun, extracted from message-tab.
2471 (message-mode): Use it for completion-at-point-functions.
2472 (message-tab): Use it and completion-at-point.
2473
2474 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2475
2476 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2477 character if a non-breakable character follows.
2478
2479 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2480
2481 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2482 any stream.
2483
2484 * shr.el (shr-tag-font): Colorize the region.
2485 (shr-tag-body): Ditto.
2486 (shr-tag-font): Actually let the styles be inherited instead of
2487 overwriting them.
2488 (shr-tag-font): Get the background color right.
2489 (shr-tag-style): Ignore all <style> tags for the moment.
2490
2491 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2492 a Message-ID to avoid having nnimap depend on gnus-sum.
2493
2494 * shr.el (shr-descend): Only colorize something if we have a node that
2495 sets colors.
2496
2497 2010-12-06 Julien Danjou <julien@danjou.info>
2498
2499 * shr.el (shr-render-td): Render td content with shr-descend, so style
2500 will be applied to <td> too.
2501 (shr-colorize-region): Colorize region even if we only have a background.
2502 (shr-tag-body): Fix color and background color inheritance.
2503 Do not recolorize after shr-generic.
2504 (shr-tag-font): Let shr-generic colorize via inheritance.
2505
2506 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2507
2508 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2509
2510 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
2511
2512 * nnir.el (nnir-request-move-article): Remove obsolete code.
2513
2514 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2515
2516 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2517
2518 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2519
2520 * gnus-sum.el (gnus-summary-respool-article): The completion function
2521 expects a list instead of an alist.
2522
2523 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2524 string as the parameter.
2525
2526 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2527
2528 * shr.el (shr-stylesheet): New dynamic variable for cascading the
2529 styles.
2530 (shr-colorize-region): New function.
2531 (shr-insert-background-overlay): Remove.
2532 (shr-render-td): Background setting should be taken care of on a higher
2533 level.
2534 (shr-tag-body): Use post-hoc colorizations.
2535 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2536 (shr-put-color-1): Don't overwrite old colors.
2537 (shr-colorize-region): When the background color isn't explicit, use
2538 a fixed background.
2539
2540 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2541 nnmail variables.
2542
2543 2010-12-05 Bjørn Mork <bjorn@mork.no>
2544
2545 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2546 unless necessary.
2547
2548 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
2549
2550 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2551 server.
2552
2553 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2554
2555 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2556 so that TAB works.
2557
2558 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2559 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2560
2561 * shr.el (shr-urlify): Show the URL before the title to avoid
2562 misleading URLs.
2563
2564 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
2565
2566 * shr.el (shr-urlify): Display the title in <a> tags.
2567
2568 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
2569
2570 * nnir.el (nnir-categorize): Replace mapcar with mapc.
2571
2572 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
2573
2574 * nnir.el: Rearrange code to allow macros to be autoloaded by
2575 gnus-sum.el.
2576 (nnir-retrieve-headers-override-function): Make this variable
2577 customizable.
2578 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2579
2580 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2581 from nnir.el.
2582
2583 2010-12-03 Julien Danjou <julien@danjou.info>
2584
2585 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2586
2587 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2588
2589 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2590 allow optional argument `environment'.
2591
2592 2010-12-03 Glenn Morris <rgm@gnu.org>
2593
2594 * mm-extern.el (message-goto-body): Update declaration.
2595
2596 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2597
2598 * gnus-util.el (gnus-macroexpand-all): New function.
2599
2600 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2601 instead of macroexpand-all that is unavailable in XEmacs.
2602
2603 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
2604
2605 * nnir.el (nnir-summary-line-format): New variable.
2606 (nnir-mode): Use it.
2607 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2608 (nnir-article-ids): Reimplement as defsubst.
2609 (nnir-retrieve-headers): Don't mangle the subject header.
2610 (nnir-run-imap): Use 100 as RSV score.
2611 (nnir-run-find-grep): Fix for full server searching.
2612 (nnir-run-gmane): Better restriction to gmane groups.
2613
2614 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2615 summary buffers.
2616
2617 2010-12-02 Julien Danjou <julien@danjou.info>
2618
2619 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2620
2621 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2622
2623 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2624 support.
2625
2626 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
2627
2628 * nnir.el: Update to handle the registry better.
2629 (autoload): Silence byte-compiler.
2630 (nnir-open-server): Add a hook for nnir groups.
2631 (nnir-request-move-article): Don't mangle the header. Better to use
2632 formating variables (which will be added in the future).
2633 (nnir-registry-action): Update the registry using the original article
2634 group name.
2635 (nnir-mode): Install nnir-specific hooks for updating the registry.
2636
2637 * gnus-sum.el
2638 (gnus-article-original-subject,gnus-newsgroup-original-name):
2639 Remove obsolete variables.
2640 (gnus-summary-move-article): Remove use of obsolete variables.
2641 (gnus-summary-local-variables): Make move and delete hooks local to
2642 summary buffers.
2643
2644 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2645
2646 * rtree.el: New file.
2647
2648 2010-12-01 Julien Danjou <julien@danjou.info>
2649
2650 * message.el (message-user-organization): Do not use
2651 gnus-local-organization.
2652
2653 * gnus.el: Remove gnus-local-organization.
2654
2655 * gnus-msg.el: Remove nastygram thing.
2656
2657 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
2658
2659 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2660 funcall.
2661
2662 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2663
2664 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2665 names.
2666
2667 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2668 characters.
2669
2670 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2671 to t of inhibit-read-only since it is inside gnus-with-article-headers.
2672 Suggested by Štěpán Němec <stepnem@gmail.com>.
2673 (gnus-gravatar-transform-address): Use mail-extract-address-components
2674 that supports non-ASCII names rather than mail-header-parse-addresses.
2675
2676 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2677
2678 * proto-stream.el (open-protocol-stream): All starttls connections are
2679 handled by the network handler.
2680
2681 2010-11-30 Julien Danjou <julien@danjou.info>
2682
2683 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2684 (nnimap-open-connection-1): Fix PREAUTH.
2685
2686 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2687
2688 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2689
2690 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2691 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2692 (shr-insert): Use them.
2693 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2694
2695 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2696
2697 * nnir.el (nnir-request-move-article): Bail out if original group
2698 doesn't support article moves.
2699 (nnir-get-active): Improve active list retrieval.
2700
2701 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2702
2703 * shr.el (shr-find-fill-point): Don't break before apostrophes.
2704
2705 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
2706
2707 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2708 seem to accept strings-with-numbers as port numbers,
2709
2710 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2711
2712 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2713 change the registry.
2714
2715 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
2716
2717 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2718 delete-dups that is not available in XEmacs 21.4.
2719
2720 * mm-util.el (mm-delete-duplicates): Add comment.
2721
2722 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
2723
2724 * nnir.el (nnir-ignored-newsgroups): New variable.
2725 (nnir-get-active): Use it.
2726
2727 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2728
2729 * proto-stream.el (proto-stream-open-network): Add some comments.
2730
2731 * nntp.el (nntp-open-connection): Provide a :success condition.
2732
2733 * nnimap.el (nnimap-open-connection-1): Ditto.
2734
2735 * proto-stream.el (proto-stream-open-network): See what the response to
2736 the STARTTLS command is.
2737
2738 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2739 backwards compatibility).
2740 (nnimap-open-connection-1): Really respect nnimap-server-port.
2741
2742 * proto-stream.el (proto-stream-open-network): When doing opportunistic
2743 TLS upgrades we don't really care about the identity of the peer.
2744 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2745 that what we've checked for.
2746 (proto-stream-always-use-starttls): Only default to t if
2747 open-gnutls-stream exists.
2748 (proto-stream-open-network): If STARTTLS failed, then just open a
2749 normal connection.
2750 (proto-stream-open-network): Wait until the greeting before doing
2751 STARTTLS.
2752
2753 * nntp.el (nntp-open-connection): Report what the connection error is.
2754
2755 * proto-stream.el (open-protocol-stream): Rename from
2756 open-proto-stream.
2757
2758 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2759
2760 * nnimap.el (nnimap-stream): Change default to `undecided'.
2761 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2762 first, and then network.
2763 (nnimap-open-connection-1): Respect nnimap-server-port.
2764 (nnimap-open-connection): Be more backwards-compatible.
2765
2766 * proto-stream.el (proto-stream-always-use-starttls): New variable.
2767 (proto-stream-open-starttls): De-duplicate the starttls code.
2768 (proto-stream-open-starttls): Folded back into the main function.
2769 (proto-stream-open-network): Fix typo in the gnutls path.
2770 (proto-stream-command): Refactor out.
2771
2772 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2773
2774 * proto-stream.el (proto-stream-open-starttls): Actually implement the
2775 starttls.el STARTTLS.
2776
2777 * color.el (color-lab->srgb): Fix function call name.
2778
2779 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2780 if we're using tls.el.
2781 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2782 built in, then don't try to establish a STARTTLS connection.
2783
2784 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2785 servers.
2786
2787 * proto-stream.el (open-proto-stream): Use network, not stream.
2788 (open-proto-stream): Add a way to specify what the end of a command is.
2789
2790 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2791 connections types.
2792 (nntp-open-network-stream): Remove.
2793 (nntp-open-ssl-stream): Remove.
2794 (nntp-open-tls-stream): Remove.
2795 (nntp-ssl-program): Remove.
2796
2797 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2798
2799 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
2800
2801 * nnir.el: Fix typos.
2802 (nnir-retrieve-headers-override-function): Rename variable to reflect
2803 new semantics.
2804 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2805 macros.
2806 (nnir-request-article, nnir-request-move-article): Use them.
2807 (nnir-categorize): New function.
2808 (nnir-run-query): Use it.
2809 (nnir-retrieve-headers): Rewrite to batch header retrieval.
2810 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2811 sorted.
2812 (nnir-group-full-name): Use gnus-group-full-name instead.
2813 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2814 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2815
2816 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2817
2818 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2819
2820 * proto-stream.el: New library to provide protocol-specific
2821 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2822 protocols.
2823 (open-proto-stream): Complete the documentation.
2824 (proto-stream-open-network): Fix some typos.
2825
2826 * nnimap.el (nnimap-open-connection): Use it.
2827
2828 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
2829
2830 * pop3.el (pop3-open-server): Read server greeting before starting TLS
2831 negotiation.
2832
2833 2010-11-26 Julien Danjou <julien@danjou.info>
2834
2835 * color.el: Rename various rgb functions to srgb.
2836
2837 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2838
2839 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2840 names.
2841
2842 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
2843
2844 * shr.el (shr-insert): Revert last change.
2845 (shr-find-fill-point): Never leave point being at bol;
2846 relax the kinsoku limitation when rendering tables.
2847
2848 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2849
2850 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2851 results from -accept-article.
2852
2853 * shr-color.el: Require cl when compiling.
2854
2855 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2856 checkin.
2857
2858 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2859
2860 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2861
2862 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2863 'add and 'delete to set backend marks.
2864
2865 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2866
2867 * nnheader.el (nnheader-update-marks-actions): Refactor out.
2868
2869 * nntp.el (nntp-request-set-mark): Use it.
2870
2871 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2872
2873 * nnml.el (nnml-request-set-mark): Ditto.
2874
2875 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2876 introduces regressions in article selection.
2877 (nnimap-find-uid-response): New function.
2878 (nnimap-request-accept-article): Use the UID returned, if any.
2879 (nnimap-request-move-article): Use the UID returned, if any.
2880 (nnimap-get-groups): Reimplement to work with folded lines.
2881 (nnimap-find-uid-response): The UID is the last element in the list.
2882 (nnimap-request-set-mark): Extend syntax with 'set.
2883
2884 * nnml.el (nnml-request-set-mark): Ditto.
2885
2886 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2887
2888 * nntp.el (nntp-request-set-mark): Ditto.
2889
2890 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2891
2892 * message.el (message-called-interactively-p): A temporary macro.
2893 (message-goto-body): Use it temporarily.
2894
2895 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2896
2897 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2898 (nnimap-last-response-string): Unfold quoted lines, if they exist.
2899 (nnimap-last-response-string): Fix last unfolding fix.
2900
2901 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2902
2903 * shr.el (shr-insert): Fix the way to fold lines.
2904
2905 2010-11-25 Julien Danjou <julien@danjou.info>
2906
2907 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2908
2909 * color.el: Rename from color-lab.el
2910 (color-rgb->hex): Add.
2911 (color-complement): Add.
2912 (color-complement-hex): Add.
2913
2914 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2915
2916 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2917
2918 * shr-color.el (shr-color-visible): Don't bug out if the colour names
2919 don't exist.
2920
2921 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2922
2923 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2924 assuming that article displaying or another mml-preview may be
2925 interrupted for an error or for the like.
2926
2927 * shr.el (shr-get-background): Fix argument name.
2928
2929 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2930
2931 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2932
2933 * gnus-sum.el (gnus-summary-include-articles): New function.
2934
2935 * message.el (message-goto-body): called-interactively-p needs a
2936 parameter, so use `any'.
2937
2938 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2939 clear marks before moving, since they're synced from the Gnus side
2940 first.
2941
2942 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2943 (gnus-summary-move-article): Copy over all marks before moving, so that
2944 IMAP doesn't think a new article has arrived.
2945
2946 2010-11-24 Julien Danjou <julien@danjou.info>
2947
2948 * shr.el (shr-insert-background-overlay): Fix typo.
2949 (shr-render-td): Copy the background before rendering.
2950
2951 * shr-color.el (shr-color-visible): Fix docstring.
2952
2953 * shr.el (shr-tag-table): Add bgcolor support.
2954 (shr-render-td): Add bgcolor support.
2955 (shr-get-background): Add.
2956 (shr-insert-foreground-overlay): Use shr-get-background.
2957
2958 * message.el (message-goto-body): Use called-interactively-p.
2959 (message-in-body-p): message-goto-body returns point.
2960
2961 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2962
2963 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
2964 Fixes something or other in Emacs 23, and is backwards compatible.
2965
2966 * message.el (message-goto-body): Remove the <#secure special-casing,
2967 which is too special.
2968
2969 * shr.el (shr-parse-style): Drop !important from styles.
2970
2971 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
2972
2973 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2974 this function to return incorrect results when calling it with an
2975 explicit article argument different from
2976 (gnus-summary-article-number).
2977
2978 2010-11-24 Julien Danjou <julien@danjou.info>
2979
2980 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2981 (shr-tag-body): Add background support.
2982 (shr-descend): Add background support.
2983 (shr-tag-title): Add.
2984
2985 * shr-color.el (shr-color-visible): Really return original background
2986 if fixed.
2987
2988 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2989
2990 * shr.el (shr-color-check): Protect against non-existent colour names.
2991
2992 2010-11-24 Julien Danjou <julien@danjou.info>
2993
2994 * color-lab.el: Require 'cl when compiling.
2995
2996 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2997
2998 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2999 matched part.
3000
3001 * color-lab.el: Fix all expt calls to use float type.
3002
3003 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
3004
3005 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3006 expression to shr-color-check as is.
3007
3008 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3009
3010 * color-lab.el: Add coding cookie.
3011 (float-pi): Use eval-and-compile.
3012
3013 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3014
3015 * shr.el (shr-insert-color-overlay): Split stuff like
3016 "#444444 !important" to find the real colour.
3017 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3018 parse <font color="red"> entries.
3019
3020 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
3021
3022 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
3023 point when parsing headers.
3024
3025 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
3026 is positioned properly when parsing headers.
3027
3028 2010-11-23 Julien Danjou <julien@danjou.info>
3029
3030 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3031
3032 * shr-color.el (shr-color->hexadecimal): Add support for color names.
3033
3034 * shr.el (shr-parse-style): Replace \n with space in style parsing.
3035
3036 * shr-color.el (shr-color-hsl-to-rgb-fractions):
3037 Use shr-color-hue-to-rgb.
3038 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3039
3040 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3041
3042 * shr.el (shr-color->hexadecimal): Autoload.
3043 (shr-descend): Add color to all tags.
3044
3045 2010-11-22 Julien Danjou <julien@danjou.info>
3046
3047 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3048 shr-color->hexadecimal.
3049
3050 * shr-color.el (shr-color->hexadecimal): Add converting functions for
3051 RGB() or HSL() color representation.
3052
3053 * shr.el (shr-tag-font): Add.
3054 (shr-tag-color-check): New function to get better colors.
3055 (shr-tag-insert-color-overlay): Factorize code between tag-font and
3056 tag-span.
3057
3058 * shr-color.el: New file.
3059
3060 * color-lab.el: New file.
3061
3062 * gnus-art.el (gnus-url-mailto): Do not downcase args.
3063
3064 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
3065
3066 * nnir.el: Fix typo in comments.
3067 (nnir-run-imap): Simplify code. No need to reverse artlist.
3068 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3069
3070 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3071
3072 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3073
3074 * nnimap.el (nnimap-get-capabilities): Refactor out.
3075 (nnimap-open-connection): Re-request capabilities after STARTTLS.
3076
3077 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
3078
3079 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3080 appearing when `mm-uu-hide-markers' is nil.
3081
3082 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3083
3084 * nnimap.el (nnimap-unselect-group): Make into its own function.
3085 (nnimap-request-rename-group): Unselect group before renaming.
3086 This had gotten lost somewhere.
3087 (nnimap-request-accept-article): Keep track of examined groups, and
3088 unselect the group before APPENDing to read-only groups.
3089 (nnimap-request-move-article): Clear flags before moving so that they
3090 can be re-set later.
3091
3092 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
3093
3094 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3095 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3096
3097 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
3098
3099 * gnus-art.el (gnus-mime-display-single)
3100 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3101 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3102 parameter.
3103
3104 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3105
3106 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3107 (shr-table-vertical-line): New variable.
3108 (shr-insert-table): Use it.
3109
3110 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3111
3112 * gnus-html.el (gnus-html-wash-images): Don't display images if
3113 gnus-inhibit-images is non-nil; register displayer for cid images.
3114 (gnus-html-display-image): Work for cid image.
3115 (gnus-html-insert-image): Allow arguments.
3116 (gnus-html-put-image): Inhibit read-only.
3117 (gnus-html-prefetch-images): Don't prefetch images if
3118 gnus-inhibit-images is non-nil.
3119
3120 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3121
3122 * shr.el (shr-put-image): Break lines when inserting big pictures.
3123
3124 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3125
3126 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3127 sender, thanks Katsumi Yamaoka.
3128
3129 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
3130
3131 * nnir.el (nnir-run-imap): Reverse the article list for each group
3132 rather than the whole list.
3133
3134 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
3135
3136 * shr.el (shr-image-displayer): Protect function against non-existent
3137 image source.
3138
3139 * gnus-art.el (gnus-inhibit-images): New user option.
3140 (gnus-mime-display-single): Don't display image if it is non-nil.
3141
3142 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3143 gnus-inhibit-images.
3144
3145 * shr.el (shr-image-displayer): New function.
3146 (shr-tag-img): Use it.
3147
3148 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3149
3150 * mml2015.el (mml2015-epg-sign): Use From header.
3151
3152 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3153
3154 * gnus-html.el (gnus-html-wash-images): Register a displayer.
3155
3156 * gnus-util.el (gnus-find-text-property-region): Return markers.
3157
3158 * shr.el (shr-tag-img): Put a displayer in the text property.
3159
3160 * gnus-util.el (gnus-find-text-property-region): New utility function.
3161
3162 * gnus-html.el (gnus-html-display-image): Make the alt optional.
3163 (gnus-html-show-images): Remove.
3164
3165 * gnus-art.el (gnus-article-show-images): New, more general function.
3166
3167 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3168 image url text properties.
3169
3170 * shr.el: Ditto.
3171
3172 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3173 gnus-agent-auto-agentize-methods is set. Which it isn't.
3174
3175 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3176
3177 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3178 work for two or more articles.
3179
3180 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3181
3182 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3183 divide an image that's in an html article to two or more when washing
3184 non-ASCII characters in alt text of it.
3185
3186 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3187
3188 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3189 smime-decrypt-region using function argument.
3190 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3191
3192 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3193
3194 * smime.el (smime-decrypt-region): Catch it.
3195
3196 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3197
3198 * smime.el (smime-mode-map): Move initialization into declaration.
3199 (gnus-run-mode-hooks): Don't autoload.
3200 (smime-mode): Use define-derived-mode.
3201
3202 2010-11-11 Glenn Morris <rgm@gnu.org>
3203
3204 * smime.el (from): Restrict declaration to XEmacs.
3205
3206 * nnir.el (gnus-group-topic-name): Autoload.
3207
3208 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3209
3210 * shr.el (shr-insert): Don't break long line if it is because of
3211 kinsoku-bol characters in the line end.
3212
3213 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
3214
3215 * nnir.el (nnir-request-move-article): Fix to provide original group
3216 and subject.
3217 (nnir-warp-to-article): Don't fail on articles whose headers haven't
3218 been retrieved.
3219
3220 * gnus-sum.el (gnus-summary-move-article): Use original group and
3221 subject for virtual articles such as those in an nnir summary buffer.
3222
3223 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3224
3225 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3226 least 21.5).
3227
3228 * smime.el (from): Declare it again for XEmacs.
3229
3230 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3231
3232 * message.el (message-resend): Don't disable encoding unless it's
3233 already encoded.
3234
3235 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3236 low-numbered articles.
3237
3238 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3239
3240 * rfc2047.el (rfc2047-syntax-table): Simplify.
3241
3242 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3243 set-char-table-range for XEmacs.
3244
3245 2010-11-10 Glenn Morris <rgm@gnu.org>
3246
3247 * smime.el (from): Remove unused declaration.
3248
3249 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3250 (gnus-float-time): On Emacs, always an alias.
3251
3252 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3253 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3254
3255 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3256
3257 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3258
3259 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3260
3261 * shr.el (browse-url-mailto): Autoload.
3262
3263 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3264
3265 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3266 regexp doesn't need quoting.
3267
3268 2010-11-09 Sven Joachim <svenjoac@gmx.de>
3269
3270 * message.el (message-subject-trailing-was-ask-regexp)
3271 (message-subject-trailing-was-regexp): Match was: in addition to was.
3272
3273 2010-11-09 Glenn Morris <rgm@gnu.org>
3274
3275 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3276 (nnbabyl-check-mbox): Use point-at-bol.
3277
3278 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3279
3280 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3281
3282 * message.el (message-mailto): New function.
3283 (message-mailto): Should accept other parameters.
3284 (message-mailto): Remove since it duplicates browse-url-mailto
3285 functionality.
3286
3287 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3288
3289 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3290 methods.
3291 (gnus-read-active-file): Ditto.
3292
3293 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3294 ": " from the prompt.
3295 (gnus-group-make-group): Ditto.
3296
3297 2010-11-07 Glenn Morris <rgm@gnu.org>
3298
3299 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3300 (gnus-bookmark-kill-line): Use point-at-eol.
3301
3302 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
3303
3304 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3305 asterisks in From header.
3306
3307 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3308
3309 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3310 string to avoid making the From headers syntactically invalid.
3311
3312 * message.el (message-send-mail): Don't insert courtesy messages if the
3313 message already has List-Post and List-ID messages.
3314
3315 2010-11-06 Glenn Morris <rgm@gnu.org>
3316
3317 * gnus-art.el (gnus-treat-article): Give dynamic local variables
3318 `condition', `type', `length' a prefix.
3319 (gnus-treat-predicate): Update for above name changes.
3320
3321 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
3322
3323 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3324 binding. Handled by `gnus-summary-refer-thread' instead.
3325 (nnir-warp-to-article): New backend function.
3326
3327 * nnimap.el (nnimap-request-thread): Force dependency updating.
3328
3329 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3330 (gnus-summary-refer-thread): Rework to improve thread-referral.
3331
3332 * gnus-int.el (gnus-warp-to-article): New function.
3333
3334 * gnus-sum.el (gnus-summary-article-map): Bind it.
3335
3336 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
3337
3338 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3339 gnus-summary-refer-thread.
3340
3341 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3342 headers.
3343 (gnus-summary-limit-include-thread): Prevent articles in thread from
3344 being cut in gnus-cut-threads.
3345 (gnus-summary-refer-thread): Limit retrieved headers to those in
3346 thread.
3347
3348 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3349
3350 * message.el (message-send-mail): Use the value of
3351 message-courtesy-message from the message buffer.
3352
3353 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3354
3355 * shr.el (shr-browse-url): Implement mailto: URLs.
3356
3357 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3358 "raw".
3359
3360 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3361 if it's already selected.
3362
3363 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3364
3365 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
3366
3367 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3368 to measure the length and truncate alt text.
3369
3370 2010-11-03 Glenn Morris <rgm@gnu.org>
3371
3372 * nndiary.el (nndiary-generate-nov-databases-1)
3373 (nndiary-generate-active-info): Rename dynamic variable `files' to
3374 something less generic.
3375
3376 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
3377
3378 * nnir.el (nnir-request-move-article): Call the underlying backend to
3379 move articles from nnir.
3380
3381 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3382
3383 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3384
3385 2010-11-02 Julien Danjou <julien@danjou.info>
3386
3387 * nnir.el: Remove wais support.
3388
3389 2010-11-02 Glenn Morris <rgm@gnu.org>
3390
3391 * gnus-html.el: Reorder requirements to quieten compiler.
3392
3393 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
3394
3395 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3396 properly for XEmacs as well.
3397 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3398 (gnus-article-natural-long-line-p): Use window-width rather than
3399 frame-width.
3400
3401 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
3402
3403 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
3404 (nnir-read-parms): Don't modify query.
3405 (nnir-run-query): Add ability to search topic on current line.
3406 (nnir-get-active): Clean up.
3407
3408 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3409
3410 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3411 degenerate articles.
3412
3413 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3414 (gnus-print-buffer): Just print the buffer as is, without any copying
3415 to a buffer and then re-highlighting.
3416
3417 * nnimap.el (nnimap-request-group): Store the new updated info.
3418 (nnimap-request-group): Select the group when we don't know whether it
3419 exists or not.
3420
3421 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3422 groups.
3423
3424 * gnus-group.el (gnus-group-find-new-groups): Display all the new
3425 groups.
3426
3427 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3428 groups.
3429
3430 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3431 long-lines case by only filling the long lines.
3432
3433 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3434 (bug #7311).
3435
3436 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3437
3438 * shr.el: No need to declare `declare-function' since shr.el is for
3439 only Emacsen that provide `libxml-parse-html-region'.
3440
3441 2010-11-01 Glenn Morris <rgm@gnu.org>
3442
3443 * mm-util.el (gnus-completing-read): Autoload.
3444 (mm-read-coding-system): Simplify Emacs definition.
3445
3446 * nnmail.el (gnus-activate-group):
3447 * nnimap.el (gnutls-negotiate):
3448 * nntp.el (netrc-parse): Fix declarations.
3449
3450 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3451
3452 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3453 string-match-p in Emacs >=23.
3454
3455 * gnus-msg.el (gnus-configure-posting-styles)
3456 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3457
3458 2010-11-01 Glenn Morris <rgm@gnu.org>
3459
3460 * nnir.el (declare-function): Add compat stub.
3461 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3462 (nnir-run-gmane): Require 'mm-url.
3463
3464 * mm-util.el (mm-string-to-multibyte): Simplify.
3465
3466 * shr.el (declare-function): Add compat stub.
3467 (url-cache-create-filename): Declare.
3468 (mm-disable-multibyte, widget-convert-button): Autoload.
3469
3470 * smime.el (ldap-search): Declare.
3471 (smime-cert-by-ldap-1): Require ldap on Emacs.
3472
3473 * nnimap.el: Require nnmail, and gnus-sum when compiling.
3474 (nnimap-keepalive): Use gnus-float-time.
3475
3476 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3477 (mail-source-delete-crash-box): Use gnus-float-time.
3478
3479 * gnus-dired.el (gnus-completing-read): Autoload.
3480
3481 * mm-view.el (gnus-rescale-image): Autoload.
3482
3483 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3484
3485 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3486
3487 * sieve-manage.el: Require 'cl when compiling.
3488
3489 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3490 (gnus-iswitchb-completing-read): Require iswitchb.
3491 (gnus-select-frame-set-input-focus): Silence compiler.
3492
3493 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3494
3495 * message.el (message-subject-trailing-was-query): Change default to t,
3496 since I think that's what most people want.
3497
3498 * nnimap.el (nnimap-request-accept-article): Erase buffer before
3499 appending for easier debugging.
3500 (nnimap-wait-for-connection): Take a regexp.
3501 (nnimap-request-accept-article): Wait for the continuation line before
3502 sending anything unless we're streaming.
3503
3504 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3505 leave the header washing to take place.
3506
3507 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3508
3509 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3510 regular expression match and replace in posting styles.
3511
3512 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
3513
3514 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3515 an entire server.
3516 (nnir-get-active): New function.
3517 (nnir-run-imap): Use it.
3518 (nnir-run-gmane): Who knew, gmane search returns an article score!
3519
3520 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3521 server on the current line with nnir.
3522
3523 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3524
3525 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3526 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3527 left edge.
3528 (gnus-article-foldable-buffer): Skip past the prefix when determining
3529 raggedness.
3530
3531 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3532 the raw article, and change `C-u g' to show the article without doing
3533 treatments.
3534
3535 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3536 on to `gnus-treat-article'.
3537 (gnus-inhibit-article-treatments): New variable.
3538
3539 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3540
3541 * gnus-art.el (gnus-treatment-function-alist): Have
3542 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3543 (gnus-treat-fill-long-lines): Change default to fill all text/plain
3544 sections.
3545
3546 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3547 parameter.
3548 (gnus-article-fill-cited-long-lines): New function.
3549 (gnus-article-fill-cited-article): Allow filling only long sections.
3550
3551 * shr.el (shr-find-fill-point): Don't break lines between punctuation
3552 and non-punctuation (like after the apostrophe in "'We").
3553
3554 * gnus-sum.el (gnus-summary-select-article): Make sure
3555 gnus-original-article-buffer is alive.
3556
3557 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3558 reflect the order they're in in the digest.
3559
3560 * gnus.el (gnus-group-startup-message): Move point to the start of the
3561 buffer.
3562
3563 * nnimap.el (nnimap-capability): New function.
3564 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3565 is set.
3566
3567 2010-10-31 David Engster <dengste@eml.cc>
3568
3569 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3570 conform with changes to gnus-completing-read.
3571
3572 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3573
3574 * shr.el (shr-tag-img): Output "*" instead of "[img]".
3575
3576 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3577
3578 * nnir.el: Move defvar, defcustom around to keep file organized
3579 and keep byte-compiler quiet.
3580 (nnir-read-parms): Accept search-engine as arg.
3581 (nnir-run-query): Pass search-engine as arg.
3582 (nnir-search-engine): Remove.
3583
3584 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3585
3586 * shr.el (shr-generic): The text nodes should be text, not :text.
3587
3588 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3589 later in the file.
3590
3591 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3592
3593 * nnir.el: General clean up. Allow searching with multiple engines.
3594 Allow separate extra-parameters for each engine.
3595 Batch queries when possible.
3596 (nnir-imap-default-search-key,nnir-method-default-engines):
3597 Add customize interface.
3598 (nnir-run-gmane): New engine.
3599 (nnir-engines): Use it. Qualify all prompts with engine name.
3600 (nnir-search-engine): Remove global variable.
3601 (nnir-run-hyrex): Restore for now.
3602 (nnir-extra-parms,nnir-search-history): New variables.
3603 (gnus-group-make-nnir-group): Use them.
3604 (nnir-group-server): Remove in favor of gnus-group-server.
3605 (nnir-request-group): Avoid searching twice.
3606 (nnir-sort-groups-by-server): New function.
3607
3608 2010-10-30 Julien Danjou <julien@danjou.info>
3609
3610 * gnus-group.el: Remove gnus-group-fetch-control.
3611
3612 * gnus-start.el (gnus-find-new-newsgroups):
3613 Remove gnus-check-first-time-used.
3614
3615 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3616
3617 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3618
3619 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3620 set on groups that don't have \* permanentflags.
3621
3622 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3623
3624 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3625 control the background color.
3626 (shr-tag-img): Ignore very small web bug type images.
3627 (shr-put-image): Add help-echo alt texts to the images.
3628 (shr-tag-video): Show the video poster image.
3629
3630 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3631
3632 * shr.el (shr-table-depth): New variable.
3633 (shr-tag-table-1): Only insert the images after the top-level table.
3634
3635 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3636
3637 * gnus-util.el (gnus-list-memq-of-list): New function.
3638
3639 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3640 selected.
3641 (nnimap-unsplittable-articles): New slot.
3642 (nnimap-new-articles): Use it.
3643
3644 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
3645
3646 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3647 move to the previous line on `M-g'.
3648
3649 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3650
3651 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3652 *-request-group, which seems unnecessary.
3653
3654 * nnimap.el (nnimap-quote-specials): Function copied over from
3655 imap.el.
3656 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3657 they support that. Suggested by Tom Regner.
3658
3659 2010-10-29 Julien Danjou <julien@danjou.info>
3660
3661 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3662 defalias.
3663 (gnus-summary-delete-marked-with): Remove obsolete defalias.
3664
3665 * gnus.el: Remove `gnus-nntp-service' variable.
3666 (gnus-secondary-servers): Make obsolete.
3667 (gnus-nntp-server): Make obsolete.
3668
3669 * gnus-start.el (gnus-1): Remove x-splash calls.
3670
3671 * gnus-ems.el (gnus-x-splash): Remove.
3672
3673 * gnus.el (gnus-group-startup-message): Simplify/update code.
3674
3675 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3676 capability before doing anything.
3677 (gnus-group-insert-group-line): Remove useless
3678 gnus-group-remove-excess-properties.
3679
3680 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3681
3682 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3683
3684 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3685
3686 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3687 config after reselecting.
3688
3689 2010-10-28 Julien Danjou <julien@danjou.info>
3690
3691 * shr.el (shr-put-image): Use point even if only inserting text.
3692 (shr-put-image): Save excursion when inserting alt text on non-graphic
3693 display, so the behaviour is the same when we are on a graphic display.
3694
3695 * nnir.el (nnir-run-swish-e): Remove hyrex support.
3696
3697 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
3698
3699 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3700 (gnus-mime-copy-part): Check coding system, not charset.
3701 (gnus-mime-view-part-externally): Never remove part.
3702 (gnus-mime-view-part-internally): Don't remove part here.
3703 (gnus-article-part-wrapper): Make sure MIME tag is visible.
3704 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3705 multipart/alternative.
3706
3707 * mm-decode.el (mm-display-part): Take optional arg `force'.
3708
3709 2010-10-26 Julien Danjou <julien@danjou.info>
3710
3711 * gnus-group.el (gnus-group-default-list-level): Add this function to
3712 compute the default list level.
3713 (gnus-group-default-list-level): Add possibility to use a function.
3714
3715 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
3716
3717 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3718
3719 * gnus-group.el (gnus-group-completing-read)
3720 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3721 gnus-replace-in-string.
3722
3723 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
3724
3725 * shr.el (shr-tag-div): Add.
3726
3727 2010-10-25 Julien Danjou <julien@danjou.info>
3728
3729 * gnus-util.el: Remove `gnus-with-local-quit'.
3730
3731 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3732
3733 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3734
3735 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3736 the original article buffer.
3737
3738 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3739
3740 * nnimap.el (nnimap-request-head): New function.
3741 (nnimap-request-move-article): Try to be slighly faster by not
3742 requesting the entire message when moving.
3743 (nnimap-transform-headers): Don't bug out on bodiless articles.
3744 (nnimap-send-command): Have no outstanding messages if the IMAP server
3745 doesn't support streaming.
3746 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3747
3748 2010-10-24 Julien Danjou <julien@danjou.info>
3749
3750 * message.el (message-default-headers): Fix type.
3751
3752 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3753
3754 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3755 prefetching images.
3756
3757 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3758 backend for unknown groups. This is mainly useful for nnimap groups.
3759
3760 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3761 group isn't covered by the agent.
3762
3763 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
3764
3765 * nnir.el (nnir-method-default-engines): New variable.
3766 (nnir-run-query): Use it.
3767 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3768 (gnus-summary-nnir-goto-thread): Change group if needed.
3769
3770 * gnus-group.el (gnus-group-group-map): Add key binding for
3771 gnus-group-make-nnir-group.
3772
3773 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3774
3775 * shr.el (shr-tag-object): Add.
3776
3777 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3778 original article buffer live.
3779 (gnus-summary-select-article-buffer):
3780 Mention gnus-widen-article-buffer.
3781
3782 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3783
3784 * shr.el (shr-tag-strong): Add.
3785
3786 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3787
3788 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3789 group names. They mess up the group buffer badly.
3790
3791 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3792
3793 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3794 instead of the summary one.
3795
3796 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
3797
3798 * mml.el (mml-preview): Work properly when editing article.
3799
3800 * gnus-start.el (gnus-read-active-file-1): Don't add method to
3801 gnus-have-read-active-file if it's already been in.
3802
3803 2010-10-22 Tom Tromey <tromey@redhat.com>
3804
3805 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3806 gnus-group-completing-read.
3807
3808 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3809
3810 * message.el (message-mode-map): Don't bind M-; to comment region, to
3811 allow the global comment-dwim to work.
3812
3813 2010-10-21 Julien Danjou <julien@danjou.info>
3814
3815 * message.el (message-setup-1): Allow message-default-headers to be a
3816 function.
3817
3818 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3819
3820 * shr.el (shr-tag-table): Simplify.
3821
3822 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3823
3824 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3825 to avoid trying to snarf invalid stuff.
3826
3827 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3828
3829 * gnus.el (gnus-message-archive-group): Quote value.
3830 (gnus-message-archive-group): Mark as changed.
3831
3832 * shr.el (shr-add-font): Don't put the font properties on the newline
3833 or the indentation.
3834
3835 * message.el (message-fix-before-sending): Change options when sending
3836 non-printable characters.
3837
3838 * gnus.el (gnus-message-archive-method): Change the default to
3839 monthly outgoing groups.
3840
3841 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3842 that have gotten new numbers.
3843
3844 * nnimap.el (nnimap-request-replace-article): New function.
3845
3846 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3847
3848 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3849 (nnrss-request-article): Don't use special html washing code.
3850
3851 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3852
3853 * shr.el (shr-tag-table): Remove useless nconc.
3854
3855 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3856
3857 * gnus-art.el (article-wash-html): Simplify and remove the charset
3858 stuff. Use the normal html rendering code instead of the special html
3859 washing code.
3860
3861 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3862 `gnus-w3m' symbols.
3863 (mm-text-html-washer-alist): Remove.
3864
3865 * mm-decode.el (mm-inline-text-html-renderer): Remove.
3866 (mm-inline-media-tests): Remove use.
3867 (mm-text-html-renderer): Change default to the `shr' symbol.
3868
3869 * mm-view.el (mm-inline-text-html): Remove use.
3870
3871 * gnus-art.el (gnus-blocked-images): New function. Allow the
3872 `gnus-blocked-images' to be a function.
3873 (gnus-article-wash-function): Remove.
3874
3875 2010-10-20 Julien Danjou <julien@danjou.info>
3876
3877 * spam.el (spam-list-of-processors): Mark as obsolete.
3878
3879 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3880 (nnimap-insert-partial-structure): Fix boundary detection.
3881
3882 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
3883
3884 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3885 run file-truename on remote files. This can be expensive and even
3886 prevent one from editing drafts if some unrelated buffer has a stale
3887 connection.
3888
3889 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3890
3891 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3892 kinsoku-eol regardless of shr-kinsoku-shorten.
3893 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3894 (shr-tag-table): Support caption, thead, and tfoot.
3895
3896 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3897
3898 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3899 lines.
3900 (shr-save-contents): New command and keystroke.
3901
3902 * nndoc.el (nndoc-type-alist): Add git support.
3903 (nndoc-git-type-p): New function.
3904 (nndoc-transform-git-article): Ditto.
3905 (nndoc-transform-git-headers): Ditto.
3906 (nndoc-transform-git-headers): Generate Subject headers.
3907
3908 * shr.el (shr-parse-style): New function.
3909 (shr-tag-span): Ditto.
3910
3911 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3912 to `G G' to avoid collisions.
3913
3914 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3915
3916 * shr.el: Load kinsoku if necessary.
3917 (shr-kinsoku-shorten): New internal variable.
3918 (shr-find-fill-point): Make kinsoku shorten text line if
3919 shr-kinsoku-shorten is bound to non-nil.
3920 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3921 shr-indentation too when testing if table is wider than frame width.
3922 (shr-insert-table): Use `string-width' instead of `length' to measure
3923 text width.
3924 (shr-insert-table-ruler): Make sure indentation is done at bol.
3925
3926 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3927
3928 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3929 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3930 undecoded network data.
3931
3932 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3933
3934 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3935 name in the mode line spec so that the mode line menu works
3936 (bug #2431).
3937
3938 * message.el (message-get-reply-headers): If we're fed `to-address',
3939 then always use that.
3940
3941 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3942 aren't so wide as to need to switch off the edit menu.
3943
3944 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3945 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3946
3947 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3948 `M-g'.
3949 (nnimap-update-info): Update flags/read marks even if \* isn't part of
3950 the permanent marks.
3951
3952 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
3953
3954 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3955 Splitting according to references/in-reply-to obeys the ignore-groups
3956 variable, while splitting by sender and subject do not.
3957
3958 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3959
3960 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3961 alist, so that we can look for non-Unicode chars.
3962 (article-translate-strings): Allow both character and string maps.
3963
3964 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3965
3966 * shr.el (shr-insert): Don't insert space behind a wide character
3967 categorized as kinsoku-bol, or between characters both categorized as
3968 nospace.
3969
3970 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
3971
3972 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
3973 headers to gnus-newsgroup-headers.
3974
3975 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3976
3977 * shr.el (shr-tag-img): Don't align images -- since we're not
3978 rescaling, this often leads to ugly displays.
3979
3980 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
3981
3982 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3983 duplicates.
3984
3985 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3986
3987 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3988 call.
3989
3990 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3991
3992 * gnus.el: Autoload gnus-html-show-images.
3993
3994 * nnimap.el: Use nnheader-message throughout.
3995
3996 * shr.el (shr-tag-img): Ignore images with no data.
3997
3998 2010-10-15 Julien Danjou <julien@danjou.info>
3999
4000 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4001 a possibility to disable format=flow encoding when using hard newlines.
4002
4003 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
4004
4005 * shr.el (shr-insert): Remove space inserted before or after a
4006 breakable character or at the beginning or the end of a line.
4007 (shr-find-fill-point): Do kinsoku; find the second best point or give
4008 it up if there's no breakable point.
4009
4010 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4011
4012 * nnimap.el (nnimap-open-connection): Message when opening connection
4013 for debugging purposes.
4014
4015 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4016 on every setup buffer call to allow this to change from article to
4017 article.
4018
4019 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4020 buffers where we have a wide table.
4021
4022 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
4023
4024 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4025 uses *-request-thread.
4026
4027 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4028
4029 * nnimap.el (nnimap-open-connection): Remove %s from openssl
4030 incantation, which is no longer valid.
4031
4032 2010-10-14 Julien Danjou <julien@danjou.info>
4033
4034 * shr.el: Fix defcustom type (char -> character).
4035
4036 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4037
4038 * nnimap.el (nnimap-open-connection): tls-program should be a list of
4039 programs.
4040
4041 2010-10-14 Julien Danjou <julien@danjou.info>
4042
4043 * shr.el (shr-tag-a): Use url-link as widget type.
4044
4045 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4046 `gnus-group-get-icon'.
4047
4048 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4049
4050 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4051 This should make server editing work better.
4052
4053 * shr.el (shr-find-fill-point): Don't inloop on indented text.
4054
4055 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4056 (nnimap-parse-flags): Fix regexp.
4057
4058 * shr.el (shr-find-fill-point): Use a filling algorithm that should
4059 probably work for CJVK text, too.
4060
4061 * nnimap.el (nnimap-extend-tls-programs): Remove.
4062 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4063
4064 2010-10-13 Julien Danjou <julien@danjou.info>
4065
4066 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4067 responses.
4068
4069 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4070
4071 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4072
4073 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4074 anything in Emacs.
4075
4076 * shr.el (shr-current-column): Remove buggy and unnecessary function.
4077
4078 2010-10-13 Julien Danjou <julien@danjou.info>
4079
4080 * shr.el (shr-width): Make shr-width a defcustom with default to
4081 fill-column.
4082 (shr-tag-img): Use shr-width rather than fill-column.
4083
4084 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
4085
4086 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4087
4088 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4089 position when (X-)Faces exist.
4090 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4091 avatars when called interactively.
4092
4093 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
4094
4095 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4096 gnus-article-x-face-too-ugly is bound.
4097
4098 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4099
4100 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4101
4102 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4103 mailbox that doesn't exist.
4104
4105 2010-10-12 Julien Danjou <julien@danjou.info>
4106
4107 * shr.el (shr-tag-img): Encode URL properly when retrieving.
4108 (shr-get-image-data): Encode URL properly when fetching from cache.
4109 (shr-tag-img): Use aligned-to spaces to align correctly images.
4110
4111 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4112 before inserting the Gravatar.
4113
4114 * shr.el (shr-tag-img): Add align attribute support for <img>.
4115
4116 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4117
4118 * gnus-gravatar.el (gnus-art): Require.
4119
4120 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4121 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4122 Remove long obsoleted functions.
4123
4124 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4125
4126 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4127
4128 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4129 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4130 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
4131 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
4132 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
4133 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
4134 Fix comment for declare-function.
4135
4136 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4137
4138 * nnimap.el (nnimap-request-rename-group): Select group read-only
4139 before renaming it.
4140
4141 * shr.el (shr-insert): Fix up the white space only regexp.
4142
4143 * nnimap.el (nnimap-transform-split-mail): Not all articles have
4144 bodies. Protect against this. Reported by Michael Welsh Duggan.
4145
4146 * shr.el (shr-current-column): New function.
4147 (shr-find-fill-point): New function.
4148
4149 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4150
4151 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4152 numbers.
4153
4154 2010-10-11 Julien Danjou <julien@danjou.info>
4155
4156 * shr.el (shr-hr-line): Add.
4157 (shr-tag-hr): Use shr-hr-line to specify which character to use to
4158 display hr lines.
4159 (shr-max-columns): Do not change state to nil if we just inserting
4160 spaces.
4161
4162 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4163
4164 * gnus-topic.el (gnus-topic-read-group): If after the last group,
4165 select the last group.
4166
4167 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
4168
4169 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4170
4171 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4172
4173 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4174 for Gnus.
4175 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4176 (nnimap-update-qresync-info): Mark \Seen articles as read.
4177
4178 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4179 non-variable, too.
4180
4181 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4182 available.
4183 (nnimap-update-info): Rely more on the current active than the param
4184 active to avoid marking articles as read too much.
4185
4186 * auth-source.el (auth-source-create): Use (user-login-name) for the
4187 user name default.
4188
4189 * nnimap.el (nnimap-update-info): If the server doesn't return any
4190 useful info, just use the previous info.
4191 (nnimap-update-info): Prefer old info over start-article.
4192 (nnimap-update-qresync-info): Finish implementing QRESYNC.
4193
4194 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
4195
4196 * nnir.el (autoload): Clean up autoloads.
4197 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4198 Use key rather than value.
4199 (nnir-imap-search-other): New variable.
4200 (nnir-read-parm): Use it.
4201 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4202 (gnus-summary-nnir-goto-thread): Modify to work with imap.
4203
4204 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4205
4206 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4207 the process, too.
4208
4209 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4210
4211 * spam.el (gnus-summary-mode-map): Bind to "$".
4212 Suggested by Russ Allbery.
4213
4214 * shr.el: Rework the way things are indented by <li> slightly.
4215
4216 * gnus.el (gnus-group-set-parameter): Fix typo.
4217
4218 * nnimap.el: Start implementing QRESYNC support.
4219
4220 2010-10-09 Julien Danjou <julien@danjou.info>
4221
4222 * nnir.el (nnir-engines): Fix too many arguments.
4223
4224 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4225
4226 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4227 group is the "last", so that the backends like nnfolder actually save
4228 their folders.
4229
4230 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4231 try to use that for the tls stream.
4232 (nnimap-retrieve-group-data-early): Rework the marks code to heed
4233 UIDVALIDITY and find out which groups are read-only and not.
4234 (nnimap-get-flags): Use the same marks parsing code as the rest of
4235 nnimap.
4236
4237 2010-10-09 Julien Danjou <julien@danjou.info>
4238
4239 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4240
4241 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4242 retrieving gravatars.
4243
4244 * shr.el (shr-table-corner): Add.
4245 (shr-table-line): Add.
4246 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4247
4248 2010-10-08 Julien Danjou <julien@danjou.info>
4249
4250 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4251
4252 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
4253
4254 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4255
4256 * gnus-sum.el (gnus-mark-article-as-unread)
4257 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4258 (gnus-summary-set-bookmark): Use it.
4259
4260 * gnus-msg.el (gnus-setup-message): Use it.
4261
4262 * gnus-demon.el (gnus-demon-remove-handler): Use it.
4263
4264 * gnus.el (gnus-group-remove-parameter): Use it.
4265
4266 * gnus-group.el (gnus-group-make-web-group): Use it.
4267
4268 * gnus-demon.el (gnus-demon-remove-handler): Use it.
4269
4270 * nnregistry.el: Update docs to mention manual.
4271
4272 * gnus-registry.el: Update docs to mention nnregistry.el.
4273 (gnus-registry-initialize): Don't install nnregistry refer method
4274 automatically.
4275 (gnus-registry-install-nnregistry): Remove it.
4276
4277 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4278
4279 * shr.el (shr-insert): Don't insert double spaces.
4280
4281 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
4282
4283 * gnus-gravatar.el (gnus-treat-from-gravatar)
4284 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4285 called interactively.
4286
4287 * gnus-art.el (gnus-mime-view-part-externally)
4288 (gnus-mime-view-part-internally): Make predicate function passed to
4289 gnus-mime-view-part-as-type assume argument is a mime type, not a list
4290 of a mime type.
4291
4292 * shr.el (shr-table-widths): Don't use cl function `reduce'.
4293
4294 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4295
4296 * shr.el (require): Require cl when compiling.
4297 (shr-tag-hr): New function.
4298
4299 * nnimap.el (nnimap-update-info): Remove double setting of high.
4300 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4301 This makes nnimap work properly on Courier again.
4302
4303 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4304 the variable for backwards compatibility.
4305
4306 * mm-decode.el (mm-save-part): If given a non-directory result, expand
4307 the file name before using to avoid setting mm-default-directory to
4308 nil.
4309
4310 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4311 bidning gnus-agent variables.
4312
4313 * shr.el (shr-render-td): Use a cache for the table rendering function
4314 to avoid getting an exponential rendering behaviour in nested tables.
4315 (shr-insert): Rework the line-breaking algorithm.
4316 (shr-insert): Don't leave trailing spaces.
4317 (shr-insert-table): Also insert empty TDs.
4318 (shr-tag-blockquote): Ensure paragraphs after </ul>.
4319
4320 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4321
4322 * gnus-sum.el (gnus-number): Rename from `number'.
4323 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4324 (gnus-summary-limit-children): Update uses correspondingly.
4325
4326 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4327
4328 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4329 (gnus-gravatar-transform-address): Don't show avatars of people of
4330 which mail addresses match gnus-gravatar-too-ugly.
4331
4332 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4333
4334 * shr.el (shr-table-widths): Expand TD elements to fill available
4335 space.
4336
4337 2010-10-07 Julien Danjou <julien@danjou.info>
4338
4339 * nnimap.el (nnimap-request-rename-group): Add this method.
4340
4341 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4342
4343 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4344 name from XEmacs' function-arglist.
4345
4346 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4347 gravatar under XEmacs.
4348
4349 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
4350
4351 * auth-source.el: Update docs with TODO items.
4352
4353 * gnus-sync.el: Update docs to explain state and plans.
4354
4355 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4356 Hooks for mark updates.
4357 (gnus-request-set-mark, gnus-request-update-mark): Use them.
4358
4359 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4360 hooks with arguments, which is needed for mark update hooks.
4361
4362 2010-10-06 Julien Danjou <julien@danjou.info>
4363
4364 * gnus.el (gnus-expand-group-parameter): Only return and act on what
4365 was matched.
4366
4367 * sieve-manage.el: Update example in `Commentary'.
4368
4369 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4370
4371 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4372 not 2000.
4373 (sieve-manage-authenticate): Re-add function.
4374
4375 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4376
4377 * shr.el (shr-insert): Get 'space transition right.
4378 (shr-render-td): Only delete space at the end of the TD.
4379
4380 * nnimap.el (nnimap-open-connection): Prepare to support
4381 open-gnutls-stream.
4382
4383 * shr.el: Rearrange function order to be more logical.
4384
4385 2010-10-06 Julien Danjou <julien@danjou.info>
4386
4387 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4388 (nnrss-discover-feed): Remove 404 URL in docstring.
4389
4390 * nnir.el: Fix Swish-E URL.
4391 Fix Namazu URL.
4392
4393 * message.el (message-change-subject): Remove 404 URL in a comment.
4394
4395 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
4396
4397 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4398 called interactively.
4399
4400 * gnus-util.el (gnus-remove-if): Allow hash table.
4401 (gnus-remove-if-not): New function.
4402
4403 * gnus-art.el (gnus-mime-view-part-as-type)
4404 * gnus-score.el (gnus-summary-score-effect)
4405 * gnus-sum.el (gnus-read-move-group-name):
4406 Replace remove-if-not with gnus-remove-if-not.
4407
4408 * gnus-group.el (gnus-group-completing-read):
4409 Regard collection as a hash table if it is not a list.
4410
4411 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4412
4413 * shr.el (shr-render-td): Allow blank/missing <TD>s.
4414
4415 * shr.el: Document the table-rendering algorithm.
4416
4417 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4418 invalid URLs.
4419
4420 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4421 line-broken.
4422 (shr-tag-img): Ignore image fetching errors.
4423 (shr-overlays-in-region): Compute overlay positions correctly.
4424
4425 * mm-decode.el (mm-shr): Require shr.
4426
4427 * gnus-art.el (gnus-blocked-images): Move variable here.
4428
4429 * shr.el (shr-insert-table): Bind free variable.
4430
4431 * mm-decode.el (mm-shr): Bind shr-content-function.
4432
4433 * shr.el (shr-content-function): New variable.
4434
4435 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4436 added for symmetry.
4437
4438 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4439
4440 * gnus-group.el (gnus-group-make-group): Doc fix.
4441
4442 * nnimap.el (nnimap-request-newgroups): Return success.
4443
4444 * shr.el (shr-find-elements): New function.
4445 (shr-tag-table): Put all the images after the table.
4446 (shr-tag-table): Really inhibit images inside the table.
4447 (shr-collect-overlays): Copy over overlays from the TD elements to the
4448 main document.
4449
4450 * mm-decode.el (mm-shr): Bind shr-blocked-images to
4451 gnus-blocked-images.
4452
4453 2010-10-05 Julien Danjou <julien@danjou.info>
4454
4455 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4456
4457 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4458 (gnus-html-maximum-image-size): Add this function.
4459 (gnus-html-put-image): Use gnus-html-maximum-image-size.
4460
4461 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4462 server-value of the capability is nil.
4463
4464 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4465
4466 * shr.el (shr-tag-em): Add <EM> tag.
4467
4468 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
4469
4470 * sieve-manage.el (sieve-manage-default-stream): Make default stream
4471 customizable.
4472
4473 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4474 handing broken links to browse-url.
4475
4476 2010-10-05 Julien Danjou <julien@danjou.info>
4477
4478 * gnus-util.el (gnus-emacs-completing-read)
4479 (gnus-iswitchb-completing-read): Use autoload rather than require.
4480
4481 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
4482
4483 * gnus-util.el (gnus-completing-read-function): Exclude
4484 gnus-icompleting-read and gnus-ido-completing-read from candidates for
4485 XEmacs since iswitchb.el is very old and ido.el is unavailable in
4486 XEmacs.
4487
4488 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4489 not to use `delete-dups' that is unavailable in XEmacs 21.4.
4490
4491 * gnus-html.el: Don't require help-fns under XEmacs.
4492 (gnus-html-schedule-image-fetching): Work for XEmacs.
4493
4494 * mm-decode.el (mm-shr): Decode contents by charset.
4495
4496 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4497
4498 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4499 unknown.
4500
4501 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4502 (shr-get-image-data): Ensure against the cache file missing.
4503
4504 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4505 for data.
4506
4507 * spam-report.el (spam-report-url-ping-plain): Don't query about
4508 killing the process.
4509
4510 * shr.el (shr-render-td): Protect against too-wide text.
4511
4512 2010-10-04 Julien Danjou <julien@danjou.info>
4513
4514 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4515 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4516
4517 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4518 retrieved.
4519
4520 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4521
4522 * shr.el (browse-url): Require.
4523 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4524 lines.
4525 (shr-show-alt-text, shr-browse-image): New commands.
4526 (shr-browse-url, shr-copy-url): New commands.
4527
4528 * gnus-sum.el (gnus-widen-article-window): New variable.
4529 (gnus-summary-select-article-buffer): Use it.
4530
4531 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4532 without @ signs.
4533
4534 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4535
4536 * nnir.el (nnir-run-imap): Remove spurious space in search string.
4537
4538 2010-10-04 Julien Danjou <julien@danjou.info>
4539
4540 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4541 for XEmacs.
4542
4543 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4544
4545 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4546
4547 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4548 (nnimap-close-server): Implement.
4549
4550 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4551 (shr-insert): Tweak line breaking.
4552 (shr-insert): Handle <pre> better.
4553 (shr-tag-li): Get <li> indentation right.
4554 (shr-tag-li): Get <li> indentation even righter.
4555 (shr-tag-blockquote): Ensure paragraph start.
4556 (shr-make-table): Tweak table generation.
4557 (shr-make-table): Fix typo.
4558
4559 * shr.el: Implement table rendering.
4560
4561 2010-10-04 Julien Danjou <julien@danjou.info>
4562
4563 * gnus-html.el (gnus-html-put-image): Fix resize image code.
4564
4565 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4566
4567 * shr.el (shr-insert): Use string anchors instead of line anchors.
4568
4569 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4570
4571 * shr.el: Add headings.
4572 (shr-ensure-paragraph): Actually work.
4573 (shr-tag-li): Make <ul> prettier.
4574 (shr-insert): Get white space at the beginning/end of elements right.
4575 (shr-tag-p): Collapse subsequent <p>s.
4576 (shr-ensure-paragraph): Don't insert double line feeds after blank
4577 lines.
4578 (shr-insert): \t is also space.
4579 (shr-tag-s): Fix "s" tag name function.
4580 (shr-tag-s): Fix face prop name.
4581
4582 2010-10-03 Julien Danjou <julien@danjou.info>
4583
4584 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4585
4586 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4587 gnus-window-inside-pixel-edges.
4588
4589 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4590 gnus-ems.
4591
4592 * mm-view.el (mm-inline-image-emacs): Support image resizing.
4593
4594 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4595 function.
4596
4597 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4598 resize choice.
4599
4600 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4601
4602 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4603 beginning of the buffer.
4604
4605 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4606 article buffer again.
4607
4608 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4609
4610 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4611 when it's at the start of the buffer.
4612
4613 * shr.el (shr-tag-blockquote): Convert name.
4614 (shr-rescale-image): Use the right image-size variant.
4615
4616 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4617 buffer isn't shown, then select the current article first instead of
4618 bugging out.
4619 (gnus-summary-select-article-buffer): Show both the article and summary
4620 buffers again.
4621
4622 * shr.el (shr-fontize-cont): Protect against regions with no text.
4623 Rename tag functions to shr-tag-* for enhanced security.
4624 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4625
4626 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
4627
4628 * shr.el (shr-insert):
4629 * pop3.el (pop3-movemail):
4630 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4631 loaded.
4632
4633 2010-10-03 Glenn Morris <rgm@gnu.org>
4634
4635 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4636
4637 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4638
4639 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4640
4641 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4642
4643 * gnus-util.el (gnus-make-local-hook): Simplify.
4644
4645 2010-10-02 Julien Danjou <julien@danjou.info>
4646
4647 * gnus-util.el (gnus-iswitchb-completing-read): New function.
4648 (gnus-ido-completing-read): New function.
4649 (gnus-emacs-completing-read): New function.
4650 (gnus-completing-read): Use gnus-completing-read-function.
4651 Add gnus-completing-read-function.
4652
4653 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4654
4655 * shr.el (shr-insert-document): Autoload.
4656 (shr-img): Be silent.
4657 (shr-insert): Add a newline after every picture before text.
4658 (shr-add-font): Use overlays for combining faces.
4659 (shr-insert): Pass upwards the text start point.
4660
4661 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4662 possible.
4663 (mm-shr): New function.
4664
4665 2010-10-02 Julien Danjou <julien@danjou.info>
4666
4667 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4668 should go backward.
4669
4670 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
4671
4672 * shr.el (shr): Fix typo in provide call.
4673
4674 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4675
4676 * shr.el: New file.
4677
4678 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4679
4680 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4681 completing read.
4682
4683 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4684
4685 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4686 we're being queried about. Suggested by Dan Jacobson.
4687
4688 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4689 Suggested by Jason Eisner.
4690
4691 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4692 table, too. Suggested by Stefan Wiens.
4693 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4694 the table unnecessary. Suggested by Stefan Wiens.
4695
4696 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4697 longer needed, and probably doesn't work either, as pointed out by
4698 Stefan Wiens.
4699 (gnus-summary-exit): Remove call to the clearing function.
4700 (gnus-summary-exit-no-update): Ditto.
4701
4702 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4703 instead of gnus-eval-in-buffer-window to avoid popping up frames.
4704 Reported by Stefan Monnier.
4705 (gnus-summary-save-in-rmail): Ditto.
4706
4707 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4708 article buffer, instead of both the article buffer and the summary
4709 buffer. Sort of suggested by Dan Jacobson.
4710
4711 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4712
4713 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4714 Suggested by Dan Jacobson.
4715
4716 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4717 documentation clearer.
4718
4719 * message.el (message-shorten-references): Comment on the number "21".
4720 Suggested by Stefan Monnier.
4721
4722 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4723 Suggested by Dan Jacobson.
4724
4725 * gnus.el (gnus-large-newsgroup):
4726 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
4727
4728 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4729 externalize attachments. Bug reported by Steve Wen.
4730
4731 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4732 really message anything to the user.
4733
4734 * nnmail.el (nnmail-article-group): Allow using the fancy split method
4735 directly.
4736
4737 * nnimap.el (nnimap-request-group): Low higher than high to signal no
4738 messages in empty groups.
4739
4740 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
4741
4742 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4743 non-UIDNEXT group.
4744
4745 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4746
4747 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4748 not the value from the collection.
4749
4750 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4751 values. This sometimes happens on some groups that have no info.
4752 (nnimap-request-newgroups): New function.
4753
4754 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
4755
4756 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4757 check into `gnus-registry-initialize'.
4758 (gnus-registry-initialize): Ditto.
4759 Fix and extend header docs.
4760
4761 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4762
4763 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4764 regexp backtrace overflows.
4765
4766 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4767 for starttls that tls.el implements; i.e. openssl.
4768
4769 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
4770
4771 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4772 (gravatar-create-image): New function that's an alias to
4773 gnus-xmas-create-image, gnus-create-image, or create-image.
4774 (gravatar-data->image): Use it.
4775
4776 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4777
4778 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4779 install the nnregistry refer method.
4780 (gnus-registry-install-hooks): Use it.
4781 (gnus-registry-unfollowed-groups): Add nnmairix to the default
4782 unfollowed groups.
4783
4784 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
4785
4786 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4787 expanding threads.
4788
4789 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4790
4791 * nnir.el: Use the server names without suffixes (bug #7009).
4792
4793 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4794 unencrypted to STARTTLS, if possible.
4795
4796 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4797
4798 * message.el (message-ignored-supersedes-headers): Strip Injection-*
4799 headers before superseding.
4800
4801 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4802
4803 * nnrss.el (nnrss-use-local): Add documentation.
4804
4805 * nnimap.el (nnimap-extend-tls-programs): New function.
4806 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4807 (nnimap-wait-for-connection): Accept the greeting from the stupid
4808 output from openssl s_client -starttls, too.
4809
4810 * nnimap.el (nnimap-find-article-by-message-id): Really return the
4811 article number.
4812 (nnimap-split-fancy): New variable.
4813 (nnimap-split-incoming-mail): Use it.
4814
4815 * nntp.el (nntp-server-list-active-group): Document.
4816
4817 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4818 SELECT to get the message-id.
4819
4820 * mail-source.el (mail-sources): Remove webmail support.
4821 (defvar): Ditto.
4822 (mail-source-fetcher-alist): Ditto.
4823 (mail-source-fetch-webmail): Remove.
4824
4825 * webmail.el: Remove -- doesn't seem relevant any more.
4826
4827 * gnus.el: Fix up make-obsolete-variable declarations throughout.
4828
4829 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4830 the \r.
4831
4832 2010-09-30 Julien Danjou <julien@danjou.info>
4833
4834 * gnus-agent.el (gnus-agent-add-group): Fix call to
4835 gnus-completing-read.
4836
4837 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4838
4839 * nndoc.el (nndoc-retrieve-groups): New function.
4840
4841 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4842 `default', use nnmail-split-methods.
4843 (nnimap-request-article): Downcase the NILs so that they are nil.
4844
4845 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4846 symbol.
4847
4848 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4849 code, since if the user has requested network, that's what they ought
4850 to get.
4851 (nnimap-request-set-mark): Erase the buffer before issuing commands.
4852 (nnimap-split-rule): Mark as obsolete.
4853
4854 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4855 New variable.
4856
4857 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4858 correct slot, too.
4859
4860 2010-09-29 Julien Danjou <julien@danjou.info>
4861
4862 * gnus.el (gnus-local-domain): Declare variable obsolete.
4863
4864 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4865 Fix history computing.
4866 (gnus-ido-completing-read): Require ido.
4867
4868 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4869
4870 * gnus-registry.el: Don't prompt on load, which makes it impossible to
4871 build Gnus.
4872
4873 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4874 when interpreting the structures.
4875 (nnimap-request-accept-article): Add \r\n to the lines to make this
4876 work with Cyrus.
4877
4878 * nndraft.el (nndraft-request-expire-articles): Use the group name
4879 instead if "nndraft". Fix found by Nils Ackermann.
4880
4881 2010-09-29 Ludovic Courtes <ludo@gnu.org>
4882
4883 * nnregistry.el: Add.
4884
4885 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4886
4887 * nnmail.el (group, group-art-list, group-art):
4888 Remove unneeded directives.
4889
4890 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4891
4892 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4893 (mm-mime-charset)
4894 * rfc2047.el (rfc2047-syntax-table)
4895 * utf7.el (utf7-utf-16-coding-system): Comment fix.
4896
4897 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4898 rather than `insert-file-contents' and `eval-region'.
4899
4900 2010-09-29 Julien Danjou <julien@danjou.info>
4901
4902 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4903 replacement of `gnus-gravatar-relief' to mimic
4904 `gnus-faces-properties-alist'.
4905 Add :version property.
4906
4907 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4908
4909 * mail-source.el (mail-source-report-new-mail)
4910 * message.el (message-default-mail-headers)
4911 * mm-decode.el (mm-valid-image-format-p): Comment fix.
4912
4913 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4914
4915 2010-09-28 Julien Danjou <julien@danjou.info>
4916
4917 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4918 mail-address contains the same string as real-name.
4919
4920 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4921 non-blank in header, otherwise it'll get stripped.
4922
4923 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4924 real-name, and then for mail address rather than doing : or , search.
4925
4926 2010-09-27 Julien Danjou <julien@danjou.info>
4927
4928 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4929 right completing-read function.
4930 (gnus-use-ido): New variable
4931 (gnus-completing-read-with-default): Remove.
4932 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4933 (gnus-agent-add-group):
4934 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4935 * mm-view.el (mm-view-pkcs7-decrypt):
4936 * mm-util.el (mm-codepage-setup):
4937 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4938 * mml-smime.el (mml-smime-openssl-sign-query):
4939 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4940 (mml-insert-multipart):
4941 * gnus-msg.el (gnus-summary-yank-message):
4942 * gnus-int.el (gnus-start-news-server):
4943 * mm-decode.el (mm-interactively-view-part):
4944 * gnus-dired.el (gnus-dired-attach):
4945 * gnus.el (gnus-read-method):
4946 * gnus-bookmark.el (gnus-bookmark-jump):
4947 * gnus-art.el (gnus-mime-view-part-as-type)
4948 (gnus-mime-action-on-part, gnus-article-encrypt-body):
4949 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4950 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4951 * nnmairix.el (nnmairix-create-server-and-default-group)
4952 (nnmairix-update-groups, nnmairix-get-server)
4953 (nnmairix-backend-to-server, nnmairix-goto-original-article)
4954 (nnmairix-get-group-from-file-path):
4955 * nnrss.el (nnrss-find-rss-via-syndic8):
4956 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4957 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4958 (gnus-group-browse-foreign-server):
4959 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4960 (gnus-summary-execute-command, gnus-summary-respool-article)
4961 (gnus-read-move-group-name):
4962 * gnus-score.el (gnus-summary-increase-score)
4963 (gnus-summary-score-effect):
4964 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4965
4966 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4967
4968 * nnimap.el (auth-source-forget-user-or-password)
4969 (auth-source-user-or-password): Autoload.
4970
4971 * message.el (message-from-style, message-interactive)
4972 (message-signature): Remove comment.
4973 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4974 always.
4975 (message-sendmail-envelope-from): Comment fix.
4976 (message-yank-prefix): Default to mail-yank-prefix always.
4977 (message-indentation-spaces):
4978 Default to mail-indentation-spaces always.
4979 (message-signature-file): Default to mail-signature-file always.
4980
4981 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4982
4983 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4984 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4985 new articles.
4986
4987 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4988 parts.
4989 (nnimap-request-article): Work with the t setting, too.
4990
4991 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4992 that you don't get flashes of other buffers.
4993 (gnus-summary-show-complete-article): Intern before setting.
4994
4995 2010-09-27 David Engster <dengste@eml.cc>
4996
4997 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4998 well as HEADERS.
4999 (nnmairix-retrieve-headers): Provide new argument for the above.
5000
5001 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5002
5003 * gnus-sum.el (gnus-summary-move-article): Don't alter
5004 gnus-newsgroup-active. This makes `/ N' work after copying to the same
5005 group.
5006
5007 * nnimap.el (nnimap-update-info): Don't destructively alter active.
5008
5009 * message.el (message-cite-prefix-regexp): Revert my last edit.
5010
5011 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5012 variable instead of the Gnus variable.
5013
5014 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5015
5016 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5017
5018 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5019 since some servers don't like it.
5020 (nnimap-open-connection): Forget credentials if the server says the
5021 password was wrong.
5022 (nnimap-parse-line): Protect against invalid data.
5023
5024 * gnus-sum.el (gnus-summary-move-article): Add comment.
5025 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5026 nothing alters it while scanning for new messages.
5027
5028 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5029 which may or may not help.
5030 (nnimap-open-connection): If we're doing a stream connection, and then
5031 discover we're on a STARTTLS-capable server, then open a STARTTLS
5032 connection instead.
5033
5034 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5035
5036 * nnimap.el (utf7): Require.
5037
5038 * message.el (message-cite-prefix-regexp): Remove "}" from citation
5039 prefix.
5040
5041 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
5042
5043 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5044
5045 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5046
5047 * nnimap.el (nnimap-request-accept-article): Message the error on
5048 error.
5049
5050 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
5051
5052 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5053
5054 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5055
5056 * nndoc.el (nndoc-request-list): Return success always.
5057
5058 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5059 `fetch-old' -- we only want to fetch the articles we've requested.
5060 The rest are in the agent, probably.
5061 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5062 disappeared server" to something low. It's not important.
5063
5064 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5065 arrived before the FETCH data.
5066
5067 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5068 target here, because we don't know the Gnus name of the group.
5069
5070 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5071 for the correct group.
5072
5073 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5074
5075 * gnus.el (gnus): Give a final warning after startup.
5076
5077 * gnus-util.el (gnus-action-message-log): New variable.
5078 (gnus-message): Use it.
5079 (gnus-final-warning): New function.
5080
5081 * nnimap.el (nnimap-open-connection): Record the greeting.
5082 (nnimap): Add greeting.
5083
5084 2010-09-26 Julien Danjou <julien@danjou.info>
5085
5086 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5087 arguments.
5088 (gnus-html-wash-images): Fix spec computing to include start/end.
5089
5090 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5091
5092 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5093
5094 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5095 deletion.
5096 (nnimap-retrieve-headers): Don't select the group, because that's
5097 already done by nnimap-possibly-change-group.
5098
5099 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5100 (gnus-picon-transform-address): Use it.
5101
5102 * mail-source.el (mail-source-value): Revert previous patch.
5103
5104 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5105 on failure.
5106 (nnimap-open-connection): Look up both virtual and physical server name
5107 credentials.
5108
5109 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5110
5111 2009-02-08 Dave Love <fx@gnu.org>
5112
5113 * gnus-win.el (gnus-window-to-buffer-helper)
5114 (gnus-all-windows-visible-p): Function needn't be a symbol.
5115
5116 * mail-source.el (mail-source-value): Function needn't be a symbol.
5117
5118 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5119
5120 * message.el (message-cite-prefix-regexp): Remove } from the cite
5121 prefix.
5122
5123 * gnus-art.el (gnus-treatment-function-alist): Do picons before
5124 highlight again, so that the highlight is correct.
5125
5126 * gnus-picon.el (gnus-picon): Remove again.
5127 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5128
5129 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5130 doing the header highlightling, so that the background colour of the
5131 picon is correct.
5132
5133 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5134 (gnus-picon): Ditto.
5135 (gnus-picon): Reinstate. The background colour for picons is white.
5136 (gnus-picon-insert-glyph): Make the background white.
5137
5138 * nnml.el (nnml-open-nov): Don't return dead buffers.
5139
5140 * auth-source.el (auth-source-create): Query the user for whether to
5141 store the credentials.
5142
5143 * auth-source.el (auth-source-user-or-password): Use the existing auth
5144 sources, if any, for creation.
5145
5146 * gnus.el (gnus-group-fast-parameter): Return the last matching
5147 parameter instead of the first matching parameter.
5148
5149 2010-09-26 Julien Danjou <julien@danjou.info>
5150
5151 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5152
5153 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5154
5155 * mml2015.el (mml2015-use): Remove gpg support.
5156
5157 * mml1991.el (mml1991-function-alist): Remove gpg function.
5158 (mml1991-gpg-sign): Remove.
5159
5160 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
5161
5162 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5163 (gnus-browse-unsubscribe-current-group): Document it.
5164 (gnus-browse-unsubscribe-group): Use it.
5165
5166 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5167
5168 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5169 address to the To list for easier response.
5170
5171 * gnus.el (gnus-play-startup-jingle): Remove.
5172 (gnus-splash): Don't play jingle.
5173 (gnus): Silence gnus-load message.
5174
5175 * gnus-art.el (gnus-treat-play-sounds): Remove.
5176
5177 * gnus.el (gnus-play-jingle): Remove audio support.
5178
5179 * gnus-cus.el (gnus-score-customize): Remove audio reference.
5180
5181 * earcon.el: Remove -- no users.
5182
5183 * gnus-audio.el: Remove -- no users of this package.
5184
5185 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5186
5187 * gnus-start.el (gnus-setup-news): Remove nocem support.
5188
5189 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5190
5191 * gnus.el (gnus-use-nocem): Remove.
5192
5193 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5194 Remove.
5195
5196 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
5197 uses NoCeM any more.
5198
5199 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5200 (gnus-button-ctan-handler): Ditto.
5201 (gnus-button-handle-ctan-bogus-regexp): Ditto.
5202 (gnus-button-ctan-directory-regexp): Ditto.
5203 (gnus-button-handle-ctan): Ditto.
5204 (gnus-button-tex-level): Ditto.
5205 (gnus-button-alist): Remove CTAN stuff.
5206
5207 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5208
5209 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5210 nnimap-streaming test.
5211
5212 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5213 servers twice.
5214
5215 * nnimap.el (nnimap-open-connection): Add more error reporting when
5216 nnimap fails early.
5217
5218 * nnheader.el (nnheader-get-report-string): New function.
5219 (nnheader-get-report): Use it.
5220
5221 * gnus-int.el (gnus-check-server): Say what the error was when opening
5222 failed.
5223
5224 * nnimap.el (nnimap-wait-for-response): Search further when we're not
5225 using streaming.
5226
5227 2010-09-25 Julien Danjou <julien@danjou.info>
5228
5229 * gnus-html.el (gnus-html-rescale-image): Use our defalias
5230 gnus-window-inside-pixel-edges.
5231
5232 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5233
5234 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5235
5236 * mm-decode.el (mm-save-part): Allow saving to other directories the
5237 normal Emacs way.
5238
5239 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5240 Suggested by Jay Berkenbilt.
5241
5242 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5243 there isn't a single byte.
5244
5245 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5246 just do it. It doesn't really seem to matter what the user responds
5247 here, I think, so it's just a confusing question.
5248
5249 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5250 non-streaming case.
5251
5252 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5253 (gnus-article-encrypt-body): Use it.
5254
5255 * gnus-sum.el (gnus-summary-show-complete-article): New command and
5256 keystroke.
5257
5258 * nnimap.el (nnimap-find-wanted-parts-1):
5259 Use gnus-fetch-partial-articles.
5260
5261 * gnus-art.el (gnus-fetch-partial-articles): New variable.
5262
5263 * nnimap.el (nnimap-insert-partial-structure): New function.
5264 (nnimap-get-partial-article): New function.
5265 (nnimap-request-article): Use it.
5266 (nnimap-wait-for-response): Return whether the wait was successful.
5267 (nnimap-finish-retrieve-group-infos): Don't do anything if the
5268 retrieval wasn't successful.
5269 (nnimap-retrieve-group-data-early): Allow throttling servers.
5270 (nnimap-streaming): New variable.
5271 (nnimap-fetch-partial-articles): Remove.
5272
5273 * mm-decode.el (mm-with-part): Protect against killed buffers.
5274
5275 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5276 for prettier summary display.
5277
5278 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
5279
5280 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5281
5282 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5283
5284 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5285 apparently third-party libraries depend on it.
5286
5287 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5288 before starting negotiation.
5289
5290 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5291 privacy reasons.
5292 (gnus-treat-mail-gravatar): Ditto.
5293
5294 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5295 buffer when inserting images. Inserting text into the headers, for
5296 instance, can make them invalid.
5297
5298 2010-09-25 Julien Danjou <julien@danjou.info>
5299
5300 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5301 variables.
5302
5303 * nnheader.el: Remove useless variables news-reply-yank-from and
5304 news-reply-yank-message-id.
5305
5306 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5307 variables.
5308
5309 * mml1991.el: Remove useless mml1991-verbose.
5310
5311 * gnus.el: Remove useless variable gnus-use-generic-from.
5312 Remove obsolete variable gnus-topic-indentation.
5313
5314 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5315
5316 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5317
5318 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5319
5320 * gnus-group.el: Remove useless gnus-group-icon-cache.
5321 Remove useless gnus-ephemeral-group-server.
5322
5323 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5324
5325 * mml2015.el: Remove useless mml2015-verbose.
5326
5327 * mml-smime.el: Remove useless mml-smime-verbose.
5328
5329 * gnus.el: Remove useless gnus-local-domain.
5330
5331 * gnus-gravatar.el (gnus-gravatar-transform-address):
5332 Use gnus-gravatar-size.
5333
5334 * gnus-art.el: Remove useless gnus-treat-translate.
5335
5336 2010-09-24 Julien Danjou <julien@danjou.info>
5337
5338 * gnus-sum.el: Add support for Gravatars.
5339
5340 * gnus-art.el: Add support for Gravatars.
5341
5342 * gnus-gravatar.el: Add this file.
5343
5344 * gravatar.el: Add this file.
5345
5346 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5347
5348 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5349
5350 * gnus-group.el (gnus-group-fetch-faq): Remove.
5351
5352 * gnus.el (gnus-group-faq-directory): Remove.
5353
5354 * gnus-group.el (gnus-group-fetch-charter): Remove.
5355
5356 * gnus.el (gnus-group-charter-alist): Remove.
5357
5358 * gnus-group.el (gnus-group-archive-directory): Remove.
5359 (gnus-group-recent-archive-directory): Ditto.
5360 (gnus-group-make-archive-group): Remove.
5361
5362 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5363
5364 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5365 use the same article number for all the cached articles.
5366
5367 * nnimap.el (nnimap-command): Register the last command time so
5368 that we can use it for idling NOOPs.
5369 (nnimap-open-connection): Start the keeplive timer.
5370 (nnimap-make-process-buffer): Store all the process buffers.
5371 (nnimap-keepalive): New function.
5372
5373 * starttls.el (starttls-open-stream): Add autoload cookie.
5374
5375 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5376
5377 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5378 handling.
5379
5380 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5381
5382 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5383 its data structures.
5384
5385 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5386 instead of the cl.el copy-list.
5387 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5388 equalp.
5389
5390 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5391
5392 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5393 and tool-bar-local-item-from-menu.
5394
5395 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5396 mode-line-highlight face for Emacs.
5397
5398 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5399 loading gnus-sum.elc; fix comment for canlock-verify.
5400 (gnus-article-jump-to-part): Use read-number.
5401 (gnus-insert-mime-button, gnus-insert-mime-security-button):
5402 Remove Emacs pre-21 compatible code for help-echo.
5403 (gnus-article-next-page-1): No need to adjust the number of lines.
5404 (gnus-article-describe-bindings): Always use help-buffer.
5405
5406 * gnus-audio.el (gnus-audio-inline-sound)
5407 * gnus-cus.el (gnus-custom-mode)
5408 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5409
5410 * gnus-sum.el (gnus-remove-overlays): Doc fix.
5411
5412 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5413 compatible code.
5414
5415 2010-09-24 Glenn Morris <rgm@gnu.org>
5416
5417 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5418 visiting the fcc file in rmail-mode.
5419
5420 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5421
5422 * nnir.el: Silence the byte compiler.
5423
5424 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5425 alias to browse-url-url-encode-chars if any.
5426 (gnus-html-encode-url): Use it.
5427
5428 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5429
5430 * gnus-start.el (gnus-use-backend-marks): New variable.
5431 (gnus-get-unread-articles-in-group): Use it.
5432
5433 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5434 makeover.
5435
5436 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5437
5438 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5439
5440 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5441
5442 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5443 Remove.
5444 (gnus-setup-news-hook):
5445 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5446
5447 * gnus-int.el (gnus-request-update-info): Protect against backends not
5448 having the function.
5449
5450 * nnimap.el (nnimap-stream): Mention starttls.
5451 (nnimap-open-connection): Add starttls support.
5452
5453 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5454
5455 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5456
5457 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5458
5459 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5460 BODYSTRUCTUREs.
5461 (nnimap-transform-headers): Unfold quoted {42} headers.
5462
5463 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5464 the info.
5465 (gnus-get-unread-articles): Only call updatep on backends that support
5466 it.
5467
5468 * nnweb.el (nnweb-request-update-info): NOOP.
5469
5470 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5471
5472 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5473 since it only deals with marks.
5474
5475 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5476 gnus-request-marks, and make a new gnus-request-update-info.
5477
5478 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5479 the active instead of the high number, which is usually too low.
5480
5481 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
5482
5483 * encrypt.el: Remove.
5484
5485 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5486
5487 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5488 server in symbolic form.
5489
5490 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5491
5492 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5493
5494 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5495 (nnimap-update-info): Fix up code slightly.
5496
5497 * gnus-int.el (gnus-open-server): Add tracing for performance
5498 debugging.
5499
5500 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5501 (gnus-group-insert-group-line): Pass the real group name so that it
5502 gets the right data.
5503
5504 * gnus-start.el (gnus-get-unread-articles): Don't have
5505 `gnus-get-unread-articles-in-group' update info, since that can be
5506 really slow and doesn't seem to be needed?
5507
5508 2010-09-22 Julien Danjou <julien@danjou.info>
5509
5510 * gnus-group.el (gnus-group-insert-group-line):
5511 Call gnus-group-highlight-line.
5512 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5513 default hook list.
5514 (gnus-group-update-eval-form): Add new function.
5515 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5516 (gnus-group-get-icon): Use gnus-group-update-eval-form.
5517
5518 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5519
5520 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5521 immediate, then expire all articles.
5522 (nnimap-update-info): Fix off-by-one errors.
5523 (nnimap-flags-to-marks): Would return no marks lists for group with no
5524 flags. Instead return the other data.
5525
5526 2010-09-22 Julien Danjou <julien@danjou.info>
5527
5528 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5529 Only return an icon.
5530 (gnus-group-insert-group-line): Compute icon to return.
5531
5532 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5533 (gnus-html-image-fetched): Only cache if
5534 gnus-html-image-automatic-caching is set.
5535 (gnus-html-image-fetched): Check for errors.
5536
5537 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5538
5539 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5540 once per method on `g'. This ensures that backends like nnfolder don't
5541 open all their folders.
5542
5543 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5544 (nnimap-request-list): Nix out group in the correct buffer.
5545 (nnimap-parse-flags): Implement by using `read' instead of
5546 hand-parsing.
5547 (nnimap-flags-to-marks): Pass on permanent-flags.
5548 (nnimap-make-process-buffer): Record the server name.
5549 (nnimap-parse-flags): Fix typo.
5550 (nnimap-request-scan): Run split on the server in general, not just a
5551 single group.
5552
5553 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5554 parameter, and propagate this downwards.
5555
5556 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5557 since EXAMINE changes it on the server.
5558
5559 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5560 this command might take a while.
5561
5562 2010-09-22 Julien Danjou <julien@danjou.info>
5563
5564 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
5565 harmful if you have 2 images side-by-side, they can't be properly
5566 update on text deletion. Using text-property is safer here.
5567 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5568 data.
5569
5570 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5571
5572 * nnimap.el (nnimap-expunge-inbox): Remove.
5573 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5574 (nnimap-expunge): Flip default to t.
5575
5576 * gnus.el (gnus-method-to-server): Don't push things to the cache
5577 unless it's unique.
5578 (gnus-server-to-method): Ditto.
5579
5580 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
5581
5582 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5583
5584 2010-09-22 Julien Danjou <julien@danjou.info>
5585
5586 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5587 get the start of data.
5588 (gnus-html-encode-url): Add this function to encode special chars in
5589 URL.
5590 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5591 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5592
5593 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5594 default.
5595 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5596
5597 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5598 images alt-text.
5599 (gnus-html-put-image): Put alt-text as help-echo.
5600
5601 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
5602
5603 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5604 * mm-util.el (mm-decompress-buffer)
5605 * nnir.el (nnir-run-find-grep)
5606 * pop3.el (pop3-list): Use 3rd arg of split-string.
5607
5608 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5609
5610 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5611 outside the active range. Suggested by Dan Christensen.
5612
5613 * gnus-start.el (gnus-get-unread-articles): Get the extended method
5614 slightly later to avoid double-getting it.
5615
5616 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5617 previous patch.
5618
5619 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5620
5621 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
5622
5623 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5624
5625 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5626
5627 * gnus-int.el (gnus-open-server): Give a better error message in the
5628 "go offline" case.
5629
5630 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5631 marks for nnimap, which is seldom the right thing to do.
5632
5633 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5634 (gnus-same-method-different-name): New function.
5635
5636 * nnimap.el (parse-time): Require.
5637
5638 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5639 method in the presence of many similar methods.
5640
5641 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5642
5643 * nnimap.el (nnimap-find-expired-articles): Don't refer to
5644 nnml-inhibit-expiry.
5645
5646 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5647 find out whether methods are equal.
5648
5649 * nnimap.el (nnimap-find-expired-articles): New function.
5650 (nnimap-process-expiry-targets): New function.
5651 (nnimap-request-move-article): Request the article before looking at
5652 what the Message-ID is. Fix found by Andrew Cohen.
5653 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5654
5655 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5656 for oldness in addition to being a predicate.
5657
5658 * nnimap.el (nnimap-request-group): When we have zero articles, return
5659 the right data to Gnus.
5660 (nnimap-request-expire-articles): Only delete articles immediately if
5661 the target is 'delete.
5662
5663 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5664 method, this would bug out.
5665
5666 * gnus-group.el (gnus-group-expunge-group): Rename from
5667 gnus-group-nnimap-expunge, and implemented as a normal interface
5668 function.
5669
5670 * gnus-int.el (gnus-request-expunge-group): New function.
5671
5672 * nnimap.el (nnimap-request-create-group): Implement.
5673 (nnimap-request-expunge-group): New function.
5674
5675 2010-09-21 Julien Danjou <julien@danjou.info>
5676
5677 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5678 (gnus-html-cache-expired): Add new function.
5679 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5680 wethever we should display image for fetch it.
5681 Compute alt-text earlier to pass it to the fetching function too.
5682 (gnus-html-schedule-image-fetching): Change function argument to only
5683 get one image at a time, not a list.
5684 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5685 cache.
5686 (gnus-html-get-image-data): New function to retrieve image data from
5687 cache.
5688 (gnus-html-put-image): Change buffer argument to use image data rather
5689 than file, and place image above region rather than inserting a new
5690 one. Do not take alt-text as argument, since it's useless now: we place
5691 the image above alt-text.
5692 (gnus-html-prune-cache): Remove.
5693 (gnus-html-show-images): Start to fetch image when we find one, do not
5694 push into a temporary list.
5695 (gnus-html-prefetch-images): Only fetch image if they have expired.
5696 (gnus-html-browse-image): Fix, use 'gnus-image-url.
5697 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5698
5699 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5700
5701 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5702
5703 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5704
5705 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5706 spec inser "*" if the group isn't active instead of 0.
5707
5708 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5709 opening the server.
5710 (nnimap-request-delete-group): Implement group deletion.
5711 (nnimap-transform-headers): Return the size of the entire message in
5712 the Bytes header, not just the size of the first part.
5713 (nnimap-request-move-article): When moving an article from nnimap,
5714 request the article first so the accepting form has an article to
5715 accept. Reported by Dan Christensen.
5716 (nnimap-command): Make sure that the error message doesn't error out.
5717
5718 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
5719
5720 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5721 we haven't requested anything.
5722
5723 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5724
5725 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5726 "". Fix found by Andrew Cohen.
5727
5728 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5729 instead of -encode-string.
5730
5731 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5732
5733 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5734
5735 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5736 by mm-subst-char-in-string.
5737
5738 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5739
5740 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5741 waiting for the connection string.
5742
5743 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5744 arriving.
5745
5746 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5747 bogus characters. This allows selecting certain Gmail groups.
5748
5749 * nnimap.el (nnimap-find-wanted-parts-1): New function.
5750 (nnimap-fetch-partial-articles): New variable.
5751 (nnimap-open-connection): When looking for credentials, also use the
5752 nnimap-server-port.
5753 (nnimap-request-article): Return the group/article number, so that Gnus
5754 `^' works as expected.
5755 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5756
5757 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5758 comments.
5759 (gnus-methods-sloppily-equal): New function.
5760 (gnus): When using the development version of Gnus, load the gnus-load
5761 file.
5762
5763 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5764 `gnus-open-server' on each method before trying to scan them etc.
5765 This ensures that all the backend parameters are set correctly.
5766
5767 * nnimap.el (nnimap-authenticator): New variable.
5768 (nnimap-open-connection): Allow anonymous login.
5769 (nnimap-transform-headers): The chars header is called Chars not Bytes.
5770 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5771
5772 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5773 patch, found by Knut Anders Hatlen.
5774
5775 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
5776
5777 * gnus-agent.el (gnus-agent-batch-confirmation)
5778 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5779 to gnus-message.
5780 * gnus-art.el (gnus-article-describe-briefly): Likewise.
5781 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5782 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5783 * gnus-int.el (gnus-open-server): Likewise.
5784 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5785 (gnus-score-check-syntax): Likewise.
5786 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5787 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5788 Likewise.
5789 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5790
5791 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5792
5793 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5794 calling conventions so that prefetch doesn't bug out.
5795
5796 2010-09-19 Julien Danjou <julien@danjou.info>
5797
5798 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5799 rather than `subst-char-in-region' in order to be able to replace ASCII
5800 char by UTF-8 ones.
5801
5802 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5803 than curl.
5804 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5805 the right URL and ALT text on images.
5806 (gnus-html-wash-tags): Fix tag case.
5807 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
5808 (gnus-article-html): Add -o display_ins_del=2 option.
5809 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5810
5811 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5812
5813 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5814 the extra mail headers, which sometimes seem to happen for unknown
5815 reasons.
5816
5817 * mail-parse.el (mail-header-encode-parameter): Define as
5818 rfc2045-encode-string instead of as rfc2231-encode-string, since some
5819 (or most, perhaps?) mail readers don't understand the latter, but do
5820 understand the former.
5821
5822 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5823 to nil, so that no methods are automatically agentized. I think this
5824 is probably what most users want.
5825
5826 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5827 from url-retrieve, for instance about invalid URLs.
5828
5829 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5830 groups that have no articles.
5831 (nnimap-request-article): Check that we really got an article when we
5832 requested one.
5833
5834 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5835 doesn't exist.
5836
5837 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5838 nntp buffer so the agent can save it.
5839 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5840 that CRLF doesn't get translated to \n.
5841 (nnimap-open-connection): Don't make 'shell commands only send \n.
5842
5843 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5844
5845 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5846 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5847 Update var name.
5848 (nnml-generate-nov-file): Use dolist.
5849 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5850 Use with-current-buffer.
5851
5852 2010-09-18 Julien Danjou <julien@danjou.info>
5853
5854 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5855 parallel.
5856
5857 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5858
5859 * nnimap.el (nnimap-update-info): When doing partial marks update, get
5860 the range update right.
5861 (nnimap-request-group): Don't make `M-g' bug out on group with no
5862 marks.
5863 (nnoo): Require, so that other packages can require nnimap.
5864 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5865 command we're looking for. This helps when the server sends more
5866 responses after we've gotten everything we expected.
5867 (nnimap): Add a `newlinep' field to keep track of end-of-line
5868 conventions.
5869 Don't send CRLF to things that don't want it.
5870 (nnimap-request-accept-article): Ditto.
5871
5872 2010-09-18 Julien Danjou <julien@danjou.info>
5873
5874 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5875 than curl to retrieve images.
5876
5877 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5878
5879 * nnimap.el (nnimap-update-info): Extend the info so that we can set
5880 the marks.
5881 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5882 (nnimap-wait-for-connection): New function.
5883 (nnimap-open-connection): If we have PREAUTH, don't query for login
5884 credentials.
5885 (nnimap-update-info): Fix off-by-one error when concatenating ranges
5886 when doing a partial update.
5887
5888 2010-09-18 Julien Danjou <julien@danjou.info>
5889
5890 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5891 tags.
5892
5893 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5894
5895 * nnimap.el (nnimap-credentials): New function.
5896 (nnimap-open-connection): Use the new function to look for credentials
5897 also on the numeric equivalents of "imap" and "imaps".
5898
5899 * gnus-start.el (gnus-activate-group): Send the info to
5900 gnus-request-group.
5901
5902 * nnimap.el (nnimap-request-group): Have the "check" version of the
5903 function parse flags and update the info, so that a `M-g' get a total
5904 resync of all flags from the group.
5905
5906 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5907 to allow backends to alter the info on group selection. Also alter all
5908 the backend -request-group functions to take the parameter.
5909
5910 * nnimap.el (nnimap-store-info): New function.
5911 (nnimap-update-info): Store the info for later usage.
5912 (nnimap-request-group): Use the stored info for the dont-check case, so
5913 that we don't retrieve all marks when we enter a group.
5914
5915 * nnimap.el: Use deffoo instead of defun for interface functions.
5916
5917 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5918 update the group info. This makes the nndraft groups, for instance, go
5919 back to their old behaviour.
5920
5921 * gnus-sum.el (gnus-select-newsgroup): Indent.
5922
5923 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5924 in.
5925 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5926 nothing.
5927
5928 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5929 from methods that are denied.
5930
5931 * gnus-int.el (gnus-method-denied-p): New function.
5932
5933 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5934 store the password instead of netrc.
5935 (nnimap-open-connection): Don't error out when we can't make a
5936 connections.
5937
5938 * auth-source.el (auth-source-create): In the password prompt, say what
5939 we're querying for. Also prompt for user name if that hasn't been
5940 given.
5941
5942 * nnimap.el (nnimap-with-process-buffer): Remove.
5943
5944 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5945
5946 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5947 method when we're reading from the agent.
5948
5949 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5950
5951 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5952 that's probably most useful for users.
5953
5954 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5955 "failed" all the time.
5956
5957 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5958 ...)) with (with-current-buffer ... ).
5959
5960 * nntp.el (nntp-open-server): Return whether the open was successful or
5961 not.
5962
5963 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5964 select an unread unseen article first.
5965
5966 * nnimap.el (nnimap-open-connection): If the user doesn't have a
5967 /etc/services, supply some sensible port defaults.
5968
5969 2010-09-17 Julien Danjou <julien@danjou.info>
5970
5971 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5972
5973 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
5974
5975 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5976 doesn't have any parameters.
5977
5978 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5979
5980 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5981 only upcased checks.
5982
5983 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5984
5985 * nnimap.el (nnimap-open-shell-stream): New function.
5986 (nnimap-open-connection): Use it.
5987 (nnimap-transform-headers): Get the number of lines in each message.
5988 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5989 number of lines.
5990 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
5991 problem.
5992
5993 * utf7.el (utf7-encode): Autoload.
5994
5995 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5996 to allow the mail splitting to not return a default group. This is
5997 useful for nnimap, which will leave unmatched mail in the inbox.
5998
5999 * nnimap.el: Rewritten.
6000
6001 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6002 nnimap usage.
6003
6004 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6005 if the move is internal, so that nnimap can do fast internal moves.
6006
6007 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6008 data.
6009 (gnus-read-active-for-groups): Support finishing the early retrieval of
6010 data.
6011
6012 * gnus-range.el (gnus-range-nconcat): New function.
6013
6014 * gnus-int.el (gnus-finish-retrieve-group-infos)
6015 (gnus-retrieve-group-data-early): New functions.
6016
6017 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6018
6019 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6020 (nnrss-retrieve-groups):
6021 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6022 (pop3-quit): Use with-current-buffer.
6023
6024 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
6025
6026 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6027 instead of nnheader-accept-process-output.
6028
6029 * gnus-html.el (gnus-html-schedule-image-fetching)
6030 (gnus-html-prefetch-images): Replace process-kill-without-query by
6031 gnus-set-process-query-on-exit-flag.
6032
6033 2010-09-16 Romain Francoise <romain@orebokech.com>
6034
6035 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6036
6037 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6038
6039 * gnus-registry.el (gnus-registry-install-shortcuts): The second
6040 parameter to unintern is mandatory-ish in Emacs 24.
6041
6042 * gnus-html.el (gnus-html-schedule-image-fetching)
6043 (gnus-html-prefetch-images): Check for curl before using it.
6044
6045 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6046 depend on curl, which isn't essential.
6047
6048 * imap.el: Revert back to version
6049 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6050 seem problematic.
6051
6052 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6053
6054 * gnus-registry.el (gnus-registry-install-shortcuts):
6055 Explicitly pass `obarray' to `unintern' to avoid a warning.
6056
6057 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6058
6059 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6060 change.
6061
6062 * nnrss.el (nnrss-request-list): Remove this function and related
6063 functions, including the moreover stuff.
6064
6065 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6066
6067 * nnrss.el (nnrss-retrieve-groups): New function.
6068
6069 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6070
6071 * .dir-locals.el: Add no-byte-compile cookie.
6072
6073 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6074
6075 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6076 for back end that doesn't support request-scan.
6077
6078 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6079
6080 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6081 then do request scans from the backends.
6082
6083 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6084 avoid running a hook per line, since this takes a lot of time,
6085 profiling shows.
6086 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6087 directly if gnus-visual-p is true.
6088
6089 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6090
6091 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6092 groups; replace mapcar with dolist which is a bit faster; pass groups
6093 info to gnus-read-active-file-1.
6094 (gnus-read-active-file-1): Scan only specified groups if the new
6095 optional arg `infos' is given.
6096
6097 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6098
6099 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6100
6101 * pop3.el (pop3-movemail): Remove.
6102 (pop3-streaming-movemail): Rename to pop3-movemail.
6103
6104 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6105 don't restrict end-tag searches to the end of the line.
6106
6107 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6108
6109 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6110 articles of every unchecked group to t, which means unknown since the
6111 server has never been opened.
6112
6113 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6114
6115 * gnus-html.el (gnus-html-show-alt-text): New command.
6116 (gnus-html-browse-image): Ditto.
6117 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6118 to browse the image directly.
6119 (gnus-html-wash-tags): Search for images first, so that <a><img> works
6120 better.
6121
6122 * gnus-async.el (gnus-async-article-callback):
6123 Call `gnus-html-prefetch-images' unconditionally.
6124
6125 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6126 before feeding URLs to curl.
6127
6128 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
6129
6130 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6131 internal images as deletable by `W D D'.
6132
6133 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6134 (gnus-async-article-callback): Fix typo.
6135
6136 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6137
6138 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6139 current line to work around bugs in the output from w3m.
6140
6141 * gnus-async.el (gnus-async-article-callback): Always prefetch images
6142 for groups that want that.
6143
6144 * nntp.el (nntp-wait-for-string): Supply a timeout for
6145 accept-process-output to ensure progress.
6146
6147 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6148 level to get unread articles from, then use that for foreign groups,
6149 too.
6150
6151 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6152 confuses the rest of the function.
6153
6154 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6155 for the methods that support -retrieve-groups, too.
6156
6157 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6158
6159 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6160
6161 * pop3.el: Require cl when compiling.
6162 (pop3-number-of-responses): Search for "+OK", not "+OK ".
6163
6164 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6165
6166 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6167 that aren't going to be activated.
6168 (gnus-get-unread-articles): Fix up the last commit.
6169
6170 * gnus-html.el (gnus-article-html): Allow calling without specifying
6171 the handle. In that case, dissect the buffer first.
6172
6173 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6174
6175 * nnimap.el (nnimap-open-connection): Revert the change that would look
6176 into authinfo for imaps instead of imap.
6177
6178 * gnus-start.el (gnus-activate-group): Take an optional parameter to
6179 say that you don't want to call gnus-request-group with don-check, but
6180 do check the reponse. This is for virtual groups only.
6181 (gnus-get-unread-articles): Count the archive groups as secondary, so
6182 that they're activated the same way as before.
6183
6184 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6185 case-insensitively.
6186 (nnimap-debug): Remove.
6187
6188 * mail-source.el (mail-source-fetch): Don't message if we're fetching
6189 mail from a file, and the file doesn't exist.
6190
6191 * pop3.el (pop3-streaming-movemail): Return t for success.
6192
6193 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6194 .authinfo if we're using ssl connection.
6195
6196 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6197 already have if we're in a main Gnus `g' run.
6198
6199 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6200
6201 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6202
6203 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6204
6205 * nnmh.el (nnmh-request-list-1): Bind `file'.
6206
6207 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6208 alias to set-process-query-on-exit-flag or process-kill-without-query.
6209 (pop3-open-server): Use it.
6210
6211 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6212
6213 * mail-source.el (mail-source-delete-crash-box): Always move the crash
6214 box to the Incoming file. Fixes mistake in previous checkin.
6215
6216 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6217 request loop (for debugging purposes) removed.
6218
6219 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6220 culprit is more visible.
6221 (nnml-save-incremental-nov, nnml-open-incremental-nov)
6222 (nnml-add-incremental-nov): New functions to do "incremental" nov
6223 updates, where we just append to the end of the existing nov files
6224 without reading/writing them in full.
6225
6226 * mail-source.el (mail-source-delete-crash-box): Really only check the
6227 incoming files once in a while.
6228
6229 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6230
6231 * mail-source.el (mail-source-delete-crash-box): Only check the
6232 incoming files for deletion once per day to save a lot of file
6233 accesses.
6234
6235 * pop3.el (pop3-logon): Fix up unbound variable typo.
6236
6237 * mail-source.el (pop3-streaming-movemail): Autoload.
6238
6239 * pop3.el (pop3-streaming-movemail):
6240 Respect pop3-leave-mail-on-server.
6241
6242 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6243 retrieval.
6244
6245 * pop3.el (pop3-process-filter): Remove unused function.
6246 (pop3-streaming-movemail, pop3-send-streaming-command)
6247 (pop3-wait-for-messages, pop3-write-to-file)
6248 (pop3-number-of-responses): New functions for streaming pop3
6249 retrieval.
6250
6251 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6252 come from no known methods.
6253 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6254 list.
6255
6256 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6257 message sizes.
6258 (pop3-movemail): Use erase-buffer instead of looping and deleting
6259 regions, which seems rather odd.
6260
6261 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6262 file once per `g' run.
6263
6264 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6265 directories. This makes the draft queue directory work.
6266
6267 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6268 data from the backends, so that we only request the list of groups from
6269 each method once. This should speed things up considerably.
6270
6271 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6272 detect that it's not implemented.
6273
6274 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6275 we actually do recurse down into the tree, but don't stat all leaf
6276 nodes.
6277
6278 * gnus-html.el (gnus-html-show-images): If there are no images to show,
6279 then say so instead of bugging out.
6280
6281 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6282 files exist before trying to read them.
6283
6284 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6285 around <pre_int>.
6286
6287 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6288
6289 * nnmh.el (nnmh-request-list-1): Optimize for speed.
6290
6291 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6292
6293 * mm-util.el (mm-image-load-path): Just return the image directories,
6294 not all directories in the path in addition to the image directories.
6295 (mm-image-load-path): Maintain a cache of the image directories so that
6296 the `g' command in Gnus doesn't have to stat dozens of directories each
6297 time.
6298
6299 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6300 (gnus-html-wash-tags): Add a new `i' command to insert images.
6301 (gnus-html-insert-image): New command and keystroke.
6302 (gnus-html-redisplay-with-images): New command and keystroke.
6303 (gnus-html-show-images): Rename command.
6304 (gnus-html-wash-tags): Remove more white space before <pre_int> image
6305 spacers.
6306 (gnus-html-wash-tags): Decode entities at the end, so that entities
6307 inside the tags don't mess up the rest of the "parsing".
6308
6309 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6310 so that nnimap methods aren't agentized by default. There's apparently
6311 many problems related to agent/imap behaviour.
6312
6313 * gnus-art.el (gnus-article-copy-string): New command and key binding.
6314
6315 * gnus-html.el: Doc fix.
6316
6317 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
6318
6319 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6320 glyph-width and glyph-height instead of display-graphic-p and
6321 image-size; make avoidance of displaying small images work for XEmacs.
6322
6323 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6324 for XEmacs.
6325
6326 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6327 of symbol that holds plist data.
6328 (gnus-process-plist): Remove plist of process after getting it.
6329
6330 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6331
6332 * message.el (message-generate-hashcash): Change default to
6333 'opportunistic if hashcash is installed.
6334
6335 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6336 (gnus-html-put-image): Only call image-size once, since it's somewhat
6337 time-consuming on remote X servers.
6338
6339 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
6340
6341 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6342 decoded contents.
6343 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6344
6345 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6346
6347 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6348 group line format, since it isn't very interesting.
6349
6350 * gnus-agent.el (gnus-agent-short-article),
6351 (gnus-agent-long-article): Increase values for these two variables,
6352 since most people are likely to have more network connection and
6353 storage than before.
6354
6355 * gnus.el (gnus-refer-article-method): Change default to 'current.
6356 When referring an article, the common behaviour is to refer it from the
6357 current select method, not the native select method. The chances of
6358 the native select method having the message in question is rather slim
6359 these days.
6360
6361 * gnus-sum.el (gnus-auto-select-subject): Change default to
6362 `unseen-or-unread'. I think it's likely that most people want to
6363 select an unseen article over a previously seen, but unread one.
6364
6365 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
6366 means that in the article buffer none of the minor mode elements will
6367 be shown, usually, and this is not desirable in most cases.
6368
6369 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6370 that commands like `d' (and the like) go to the next line in the
6371 buffer, instead of the next unread article. I think this is the
6372 behaviour that is most natural for most users.
6373 (gnus-single-article-buffer): Change default to nil, so that people can
6374 have as many article buffers open as they have summary buffer. I think
6375 this is the most natural way for the groups to behave.
6376
6377 * message.el (message-generate-new-buffers): Change default to
6378 `unsent', so that all new message buffers start their names with the
6379 string "*unsent", and it's easier to find the buffers if you move from
6380 them.
6381
6382 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6383
6384 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6385 small. They're probably tracking images.
6386 (gnus-html-wash-tags): Remove all <pre_int> place holders.
6387 (gnus-html-rescale-image): Yet another try at getting the image sizing
6388 right.
6389
6390 * nntp.el (nntp-request-set-mark): Refuse to do marks if
6391 nntp-marks-file-name is nil.
6392
6393 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6394
6395 * gnus-html.el (gnus-html-wash-tags)
6396 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6397 Better logging.
6398
6399 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6400
6401 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6402
6403 * gnus-html.el (gnus-html-wash-tags): Check the value of
6404 gnus-blocked-images in the summary buffer.
6405
6406 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6407
6408 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6409
6410 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6411
6412 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6413 like "a", it seems like.
6414 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6415 since it needs to be picked from the correct buffer.
6416
6417 * nnwfm.el: Remove.
6418
6419 * nnlistserv.el: Remove.
6420
6421 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6422
6423 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6424 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6425
6426 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6427
6428 * nnkiboze.el: Remove.
6429
6430 * nndb.el: Remove.
6431
6432 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6433 alt text.
6434 (gnus-html-rescale-image): Try to get the rescaling logic right for
6435 images that are just wide and not tall.
6436
6437 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6438 overshadow variable bindings.
6439
6440 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6441
6442 * gnus-html.el (gnus-html-wash-tags)
6443 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6444 Add extra logging.
6445
6446 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6447
6448 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6449 (gnus-max-image-proportion): New variable.
6450 (gnus-html-rescale-image): New function.
6451 (gnus-html-put-image): Rescale images.
6452
6453 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6454
6455 Fix up some byte-compiler warnings.
6456 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6457 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6458 (gnus-article-fill-cited-article, gnus-article-hide-citation)
6459 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6460 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6461 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6462 (gnus-group-update-group): Use save-excursion and with-current-buffer.
6463
6464 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6465
6466 * gnus-html.el (gnus-article-html): Decode contents by charset.
6467
6468 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6469
6470 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6471 (gnus-html-frame-width, gnus-blocked-images)
6472 * message.el (message-prune-recipient-rules): Add custom version.
6473 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6474
6475 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6476 functions.
6477
6478 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6479 gnus-process-get.
6480
6481 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
6482
6483 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6484 instead of lsub directly.
6485
6486 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6487
6488 * nnwarchive.el: Remove.
6489
6490 * gnus-soup.el: Remove.
6491
6492 * nnsoup.el: Remove.
6493
6494 * nnultimate.el: Remove.
6495
6496 * gnus-html.el (gnus-blocked-images): New variable.
6497
6498 * message.el (message-prune-recipients): New function.
6499 (message-prune-recipient-rules): New variable.
6500
6501 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6502 guess whether a long line is natural text or not.
6503
6504 * gnus-html.el (gnus-html-schedule-image-fetching):
6505 Use gnus-process-plist and friends for compatibility.
6506
6507 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6508
6509 * gnus-html.el: Require packages that define macros used in this file.
6510 (gnus-article-mouse-face): Declare to silence byte-compiler.
6511 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6512 process-get.
6513 (gnus-html-put-image): Use plist-get to avoid getf.
6514 (gnus-html-prefetch-images): Use with-current-buffer.
6515
6516 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6517
6518 * gnus-ems.el: Provide compatibility functions for
6519 gnus-set-process-plist.
6520
6521 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6522 * gnus.el (gnus-valid-select-methods)
6523 * message.el (message-send-mail-partially-limit)
6524 * mm-decode.el (mm-text-html-renderer)
6525 * mml.el (mml-insert-mime-headers-always)
6526 * smiley.el (smiley-regexp-alist): Bump custom version.
6527
6528 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6529
6530 * gnus-html.el: require mm-url.
6531 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6532 with the url to `url'.
6533 (gnus-html-wash-tags): Support cid: URLs/images.
6534
6535 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6536
6537 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6538 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6539 bindings, as they aren't useful at all. `w' is moved to `W w'.
6540
6541 * gnus-move.el: Remove file, since it doesn't really work.
6542
6543 * gnus-html.el (gnus-article-html): Tell w3m that the input is
6544 UTF-8. This seems to fix problems with some German web feeds.
6545
6546 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6547 at the top so that the proper colours are applied.
6548
6549 * gnus-art.el (gnus-article-view-part): Doc fix.
6550
6551 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6552 XEmacs-compatible.
6553 (gnus-html-put-image): Don't do images on non-graphic displays.
6554
6555 * nnslashdot.el: Remove this unused backend.
6556
6557 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6558 actions.
6559 (gnus-undo-register-1): Revert last change.
6560
6561 * gnus-group.el (gnus-group-completing-read): Protect against not
6562 having completion-styles bound.
6563
6564 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6565 make broken recipients happier.
6566
6567 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6568
6569 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6570 point parameter.
6571
6572 * gnus-group.el (gnus-group-completing-read): Add 'substring to
6573 completion-styles for group selection.
6574
6575 2009-02-04 Andreas Schwab <schwab@suse.de>
6576
6577 * gnus-score.el (gnus-score-string): Fix regex for matching extra
6578 headers and regexp-quote the match if necessary.
6579
6580 2009-03-24 Miles Bader <miles@gnu.org>
6581
6582 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6583 the blinking smiley.
6584
6585 2009-03-24 Simon Josefsson <simon@josefsson.org>
6586
6587 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6588 blink smiley.
6589
6590 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6591
6592 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6593 where the dribbel file lives exists.
6594
6595 * message.el (message-send-mail-partially-limit): Change the default to
6596 nil, since most people don't want this.
6597
6598 * mm-url.el (mm-url-decode-entities): Also decode entities like
6599 &#x3212.
6600
6601 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
6602
6603 * gnus-sum.el (gnus-summary-idna-message):
6604 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6605 Hyperlink urls in docstrings with URL `...'.
6606
6607 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
6608
6609 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6610 functions.
6611
6612 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6613
6614 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6615 say what the mouseover text should be.
6616
6617 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6618 version of the mm-w3m-safe-url-regexp variable to only download images
6619 in the groups where we want that to happen.
6620
6621 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6622
6623 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6624 easier debugging.
6625 (gnus-article-beginning-of-window): Add kludge to allow spacing past
6626 big pictures in the article buffer.
6627
6628 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6629 gnus-article-html.
6630 (mm-text-html-renderer): gnus-article-html needs curl in addition to
6631 w3m.
6632
6633 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6634
6635 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6636
6637 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6638 which doesn't exist.
6639
6640 * message.el (message-inhibit-ecomplete): New variable to allow some
6641 function to inhibit ecomplete address storage.
6642 (message-resend): Disable ecomplete message storage when resending
6643 messages.
6644
6645 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6646
6647 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
6648
6649 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6650 Save excursion while copying, moving, and deleting articles in order to
6651 prevent the cursor from jumping to unforeseen place.
6652
6653 2010-08-17 Glenn Morris <rgm@gnu.org>
6654
6655 * gnus-sync.el: Require gnus components whose functions are used.
6656
6657 * gnus-art.el (bookmark-make-record-function):
6658 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6659 Declare for compiler.
6660
6661 * mm-url.el (mml-compute-boundary): Autoload.
6662
6663 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
6664
6665 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6666
6667 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
6668
6669 Typo fix "hoo4a" -> "hook".
6670
6671 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6672
6673 2010-08-14 Glenn Morris <rgm@gnu.org>
6674
6675 * gnus-sync.el (gnus-sync): Fix defgroup version.
6676
6677 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
6678
6679 Doc fixes and keep unknown groups (ammended for nunion bug fix).
6680
6681 * gnus-sync.el: Fix docs.
6682 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6683 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6684
6685 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6686
6687 Optimizations for gnus-sync.el.
6688
6689 * gnus-sync.el: Add docs about gnus-sync-backend
6690 possibilities.
6691 (gnus-sync-save): Remove unnecessary message.
6692 (gnus-sync-read): Optimize and show what groups were skipped.
6693
6694 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6695
6696 Minor bug fixes for gnus-sync.el.
6697
6698 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6699 Don't read the sync on get-new-news.
6700
6701 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6702 quiet.
6703
6704 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6705 (fix typo).
6706
6707 2010-07-30 Lawrence Mitchell <wence@gmx.li>
6708
6709 Make saving and restoring of hidden threads work with overlays.
6710 Patch applied by Ted Zlatanov.
6711
6712 * gnus-sum.el (gnus-hidden-threads-configuration)
6713 (gnus-restore-hidden-threads-configuration): Update to deal with text
6714 properties, rather than searching for a magic character.
6715
6716 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6717
6718 New gnus-sync.el library for synchronization of marks.
6719
6720 * gnus-sync.el: New library for synchronization of marks.
6721
6722 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6723 renamed from `gnus-registry-grep-in-list'.
6724
6725 * gnus-registry.el (gnus-registry-follow-group-p):
6726 Use `gnus-grep-in-list'.
6727
6728 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6729
6730 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
6731
6732 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6733 determining charset of text fails.
6734
6735 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6736
6737 * nnmail.el (nnmail-get-new-mail-1): Revert.
6738
6739 * nnml.el (nnml-active-number): Make sure names of newly created groups
6740 in nnml-group-alist are encoded.
6741
6742 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6743
6744 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6745 containing non-ASCII characters in active file for nnml back end.
6746
6747 2010-07-24 David Engster <dengste@eml.cc>
6748
6749 * mml-smime.el (mml-smime-epg-verify): Also accept the older
6750 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6751
6752 2010-07-21 Daiki Ueno <ueno@unixuser.org>
6753
6754 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6755 tag (Bug#6654).
6756
6757 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
6758
6759 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6760 the article buffer, not the summary buffer.
6761
6762 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
6763
6764 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6765 Emacs 23 as well.
6766
6767 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6768
6769 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6770 Patch applied by Karl Fogel.
6771
6772 * gnus-sum.el (gnus-summary-bookmark-make-record):
6773 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6774
6775 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6776
6777 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6778 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
6779 C-w still not working correctly from Article buffers; Thierry's
6780 patch to fix that will be applied after this.
6781
6782 * gnus-art.el (bookmark-make-record-function): New local variable.
6783
6784 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6785 article buffer.
6786 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6787
6788 2010-07-13 Karl Fogel <kfogel@red-bean.com>
6789
6790 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6791 on changes in bookmark.el.
6792
6793 2010-06-22 Mark A. Hershberger <mah@everybody.org>
6794
6795 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6796 the *other* type of HTML form submission.
6797
6798 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
6799
6800 * auth-source.el (auth-source-pick): If choice does not contain a
6801 questioned keyword, set the check to t.
6802
6803 2010-06-12 Romain Francoise <romain@orebokech.com>
6804
6805 * gnus-util.el (gnus-date-get-time): Move up before first use.
6806
6807 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
6808
6809 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6810 (gnus-article-edit-part): Bind it to make last part that is substituted
6811 or deleted visible.
6812 (gnus-mime-display-single): Buttonize part of which id equals to
6813 gnus-mime-buttonized-part-id.
6814
6815 2010-06-10 Dan Christensen <jdc@uwo.ca>
6816
6817 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6818 (gnus-dd-mmm): Use gnus-date-get-time.
6819 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6820 simplify logic.
6821 (gnus-summary-limit-to-age): Use gnus-date-get-time.
6822 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6823
6824 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
6825
6826 * auth-source.el (top): Autoload `secrets-list-collections',
6827 `secrets-create-item', `secrets-delete-item'.
6828 (auth-sources): Fix tag string.
6829 (auth-get-source, auth-source-retrieve, auth-source-create)
6830 (auth-source-delete): New defuns.
6831 (auth-source-pick): Rewrite in order to avoid 2 passes.
6832 (auth-source-forget-user-or-password): New parameter USERNAME.
6833 (auth-source-user-or-password): New parameters CREATE-MISSING and
6834 DELETE-EXISTING. Retrieve password interactively, if needed.
6835
6836 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6837
6838 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6839 deleting unused directories when gnus-expert-user is t.
6840
6841 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
6842
6843 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6844 for each temp file when gnus-article-browse-delete-temp is ask.
6845
6846 2010-05-20 Kevin Ryde <user42@zip.com.au>
6847
6848 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
6849
6850 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
6851
6852 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6853 article unless decoding article to be saved.
6854
6855 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6856
6857 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6858 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6859 generated within the mm-with-unibyte-current-buffer macro.
6860
6861 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6862
6863 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6864 to nil when we're in a mml-preview buffer and no group is selected.
6865
6866 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
6867
6868 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6869 when catching the `C-g'. Reported by "Leo".
6870
6871 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6872
6873 * message.el (message-forward-make-body-plain)
6874 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6875 multibyte-string-p.
6876
6877 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6878
6879 * message.el (message-forward-make-body-mml): Assume original message
6880 is multibyte string; error on unibyte.
6881 (message-forward-make-body-plain): Ditto; don't add excessive newline
6882 in body end.
6883
6884 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
6885
6886 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6887 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
6888
6889 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
6890
6891 * mm-extern.el (mm-extern-url): Don't use
6892 mm-with-unibyte-current-buffer.
6893 (mm-extern-cache-contents): Use with-current-buffer instead of
6894 save-excursion + set-buffer.
6895
6896 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6897
6898 * mm-util.el (mm-emacs-mule): Remove.
6899
6900 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
6901
6902 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6903 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6904 change.
6905
6906 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6907
6908 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6909 bind the default value of enable-multibyte-characters to nil.
6910
6911 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6912
6913 * message.el (message-forward-make-body-plain)
6914 (message-forward-make-body-mml):
6915 Don't use mm-with-unibyte-current-buffer.
6916
6917 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
6918
6919 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6920 (Bug#5592).
6921
6922 2010-05-07 Julien Danjou <julien@danjou.info>
6923
6924 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6925 it to mm-pipe-part.
6926
6927 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6928 it is given.
6929
6930 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
6931
6932 * nnweb.el (nnweb-gmane-search)
6933 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6934 XEmacs.
6935
6936 * gnus-art.el (gnus-article-browse-html-parts)
6937 * gnus-group.el (gnus-read-ephemeral-gmane-group)
6938 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6939 make-temp-file.
6940
6941 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6942 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6943 compiling.
6944
6945 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6946 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6947 XEmacs when compiling.
6948
6949 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6950 gnus-pick-mode-off-hook for XEmacs when compiling.
6951 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6952 gnus-binary-mode-off-hook for XEmacs when compiling.
6953
6954 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6955 Return nil if char-charset is not available.
6956
6957 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
6958 macro.
6959
6960 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6961 instead of encode-coding-string.
6962
6963 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6964 'xemacs) instead of mm-emacs-mule to switch function definitions.
6965 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6966
6967 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
6968
6969 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6970
6971 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
6972
6973 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6974 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6975
6976 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
6977
6978 * mm-util.el (mm-decompress-buffer): Use `delete-file';
6979 alias `jka-compr-delete-temp-file' no longer exists.
6980
6981 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6982
6983 Use define-minor-mode in Gnus where applicable.
6984 * mml.el (mml-mode): Use define-minor-mode.
6985 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6986 (gnus-undo-mode): Use define-minor-mode.
6987 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6988 (gnus-dead-summary-mode): Use define-minor-mode.
6989 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6990 Initialize in declaration.
6991 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6992 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6993 (gnus-mailing-list-mode): Use define-minor-mode.
6994 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6995 (gnus-draft-mode): Use define-minor-mode.
6996 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6997 (gnus-dired-mode): Use define-minor-mode.
6998
6999 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
7000
7001 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7002 handles on recursive mml-to-mime translation and check them for
7003 boundary delimiter collisions. Reported by Greg Troxel.
7004
7005 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
7006
7007 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7008
7009 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7010
7011 * mm-util.el (mm-find-buffer-file-coding-system):
7012 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7013
7014 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
7015
7016 * message.el (message-generate-headers): Record insertion of optional
7017 headers as well. Otherwise the check to prevent repeated insertion of
7018 optional headers is a no-op.
7019
7020 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
7021
7022 * smime.el: Don't mention CVS.
7023
7024 * nnrss.el (nnrss-fetch): Don't mention CVS.
7025
7026 * nnir.el: Don't mention CVS.
7027
7028 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7029
7030 * gnus-sum.el (gnus-summary-bookmark-make-record):
7031 Add `location' field.
7032
7033 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7034
7035 * gnus-sum.el: Add bookmark declarations to silence the compiler.
7036 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7037 Use with-current-buffer to silence the byte-compiler.
7038 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7039 bother to require `gnus'.
7040 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
7041
7042 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7043
7044 * gnus-sum.el (gnus-summary-bookmark-make-record)
7045 (gnus-summary-bookmark-jump): New functions.
7046 (gnus-summary-mode): Setup bookmark support.
7047
7048 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
7049
7050 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7051 if set.
7052
7053 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
7054
7055 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7056 gnus-article-browse-html-save-cid-image; make it work recursively for
7057 forwarded messages as well.
7058 (gnus-article-browse-html-parts): Work when prefix arg is given.
7059 (gnus-article-browse-html-article): Doc fix.
7060
7061 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
7062
7063 * message.el (message-default-mail-headers):
7064 (message-default-headers): Carry the value mail-default-headers over
7065 into message-default-mail-headers, rather than message-default-headers.
7066
7067 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
7068
7069 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7070 charset.
7071
7072 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7073 charset into the <meta> tag when the article is encoded to utf-8.
7074
7075 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
7076
7077 * gnus-art.el (gnus-article-browse-delete-temp-files):
7078 Delete directories as well.
7079 (gnus-article-browse-html-parts): Work for images that do not specify
7080 file names; delete temp directory when quitting; insert header at the
7081 right place; use file: scheme for image files.
7082
7083 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
7084
7085 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7086 (gnus-article-browse-html-parts): Use it to make temporary cid image
7087 files in addition to html file so that browser may display them.
7088
7089 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
7090
7091 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7092
7093 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
7094
7095 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7096
7097 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
7098
7099 * auth-source.el (auth-sources): Change default to be simpler.
7100 Explain about Secret Service API sources. Improve Customize options.
7101 (auth-source-pick): Change to accept any number of search parameters.
7102 Implement fallbacks iteratively, not recursively. Add scoring on the
7103 second pass and sort by score. Call Secret Service API when needed.
7104 (auth-source-user-or-password): Use it. Call Secret Service API
7105 directly when needed to get the user name and the password.
7106
7107 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
7108
7109 * message.el (message-interactive): Doc fix.
7110 (message-qmail-inject-args): Reflow.
7111 (message-kill-to-signature): Fix typo in docstring.
7112
7113 * smiley.el (smiley-buffer): Fix typo in docstring.
7114
7115 2010-03-24 Glenn Morris <rgm@gnu.org>
7116
7117 * mail-source.el (gnus-message): Declare.
7118 (mail-source-delete-old-incoming): Require gnus-util.
7119
7120 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
7121
7122 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7123
7124 * message.el (ecomplete-setup): Autoload it for Emacs <23.
7125
7126 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7127 password-cache's default if it is not bound.
7128 (mml-secure-passphrase-cache-expiry): Default to 16 that is
7129 password-cache-expiry's default if it is not bound.
7130
7131 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7132 available in Emacs 21.
7133
7134 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
7135
7136 * auth-source.el (auth-sources): Fix up definition so extra parameters
7137 are always inline.
7138
7139 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
7140
7141 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7142 wasn't updated after mismatch. Clear cached mailbox info correctly
7143 when uidvalidity changes.
7144 (nnimap-group-prefixed-name): New function to avoid some code
7145 duplication.
7146 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7147 (nnimap-request-group): Use it.
7148 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7149 (nnimap-update-unseen): Significantly improved speed of Gnus startup
7150 with many imap folders. This is done by caching the group status from
7151 the imap server persistently in a group parameter `imap-status'. (This
7152 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7153 but not persistently, so every Gnus startup was still very slow.)
7154
7155 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7156
7157 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
7158 secrets.el dependency.
7159 (auth-sources): Add optional user name. Add secrets.el configuration
7160 choice (unused right now).
7161
7162 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7163
7164 * gnus-sum.el (gnus-summary-make-menu-bar):
7165 Let `gnus-registry-install-shortcuts' fill in the functions.
7166
7167 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7168 warnings.
7169 (gnus-registry-misc-menus): Variable to hold registry mark menus.
7170 (gnus-registry-install-shortcuts): Populate and use it in a
7171 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7172
7173 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
7174
7175 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7176 In-place substitutions for the group name encoding/decoding.
7177 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7178 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7179 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7180 (nnimap-update-unseen, nnimap-request-list)
7181 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7182 (nnimap-request-set-mark, nnimap-split-to-groups)
7183 (nnimap-split-articles, nnimap-request-newgroups)
7184 (nnimap-request-create-group, nnimap-request-accept-article)
7185 (nnimap-request-delete-group, nnimap-request-rename-group)
7186 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
7187 `encoded-mbx' for consistency.
7188 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7189 variable `imap-current-mailbox'.
7190
7191 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7192 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7193
7194 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
7195
7196 * pop3.el (pop3-display-message-size-flag): Display message size byte
7197 counts during POP3 download.
7198 (pop3-movemail): Use it.
7199 (pop3-list): Implement listing of available messages.
7200
7201 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
7202
7203 * nnir.el (nnir-get-article-nov-override-function): New function to
7204 override the normal NOV retrieval.
7205 (nnir-retrieve-headers): Use it.
7206
7207 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
7208
7209 * auth-source.el (netrc-machine-user-or-password): Autoload.
7210
7211 2010-03-19 Glenn Morris <rgm@gnu.org>
7212
7213 Stop message.el from loading about 40 libraries it doesn't always need.
7214 The general approach is to autoload rather than require, and to
7215 require in the specific functions rather than the file. (Bug#5642)
7216
7217 * gmm-utils.el: Don't require wid-edit.
7218 (widget-create-child-value, widget-convert, widget-default-get):
7219 Autoload.
7220
7221 * gnus-util.el: Don't require time-date, netrc.
7222 (message-fetch-field, gnus-group-name-decode): Declare rather than
7223 autoloading.
7224 (gnus-fetch-field): Require message.
7225 (gnus-decode-newsgroups): Require gnus-group.
7226
7227 * ietf-drums.el: Don't require time-date.
7228
7229 * message.el: Don't require hashcash, canlock, ecomplete.
7230 Do require mail-utils. Require nnheader only when compiling.
7231 (smtpmail-default-smtp-server): Remove declaration.
7232 (message-send-mail-function): Check smtpmail-default-smtp-server
7233 is bound rather than requiring smtpmail.
7234 (message-auto-save-directory, message-insert-signature):
7235 Use expand-file-name rather than nnheader-concat.
7236 (nnheader-insert-file-contents): Autoload.
7237 (hashcash-wait-async): Declare.
7238 (message-send-mail): Only call gnus-setup-posting-charset if
7239 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
7240 (message-send-mail-with-sendmail): Require sendmail.
7241 (canlock-password, canlock-password-for-verify): Declare.
7242 (message-canlock-password): Require canlock.
7243 (nnheader-get-report): Autoload.
7244 (gnus-setup-posting-charset): Declare.
7245 (message-send-news): Require gnus-msg.
7246 (message-make-references, message-make-in-reply-to): Use mail-header-id
7247 rather than the alias mail-header-message-id.
7248 (ecomplete-add-item, ecomplete-save): Declare.
7249 (message-put-addresses-in-ecomplete): Require ecomplete.
7250 (ecomplete-display-matches): Autoload.
7251
7252 * mm-decode.el: Don't require mailcap, gnus-util.
7253 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7254 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7255 Autoload.
7256 (mailcap-mime-extensions): Declare.
7257
7258 * mm-encode.el: Don't require mailcap.
7259 (mailcap-extension-to-mime): Autoload.
7260
7261 * mml-sec.el: Don't require password-cache.
7262
7263 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7264 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7265 (mml-minibuffer-read-type): Require mailcap.
7266 (mml-preview): Require gnus-msg.
7267
7268 * mml1991.el: Require password-cache.
7269 (password-cache-expiry): Remove declaration.
7270
7271 * mml2015.el: Require password-cache.
7272 (password-cache-expiry): Remove declaration.
7273
7274 * nneething.el (mailcap): Require mailcap.
7275
7276 * nnheader.el (declare-function): Add compatibility stub.
7277 (message-remove-header): Declare rather than autoload.
7278 (nnheader-replace-header): Require message.
7279
7280 * nnimap.el (declare-function): Add compatibility stub.
7281 (netrc-parse, netrc-machine-user-or-password): Declare.
7282 (nnimap-open-connection): Require netrc.
7283
7284 * nntp.el (declare-function): Add compatibility stub.
7285 (netrc-parse, netrc-machine, netrc-get): Declare.
7286 (nntp-send-authinfo): Require netrc.
7287
7288 * rfc2047.el: Don't require qp.
7289 (quoted-printable-encode-region, quoted-printable-decode-string):
7290 Autoload.
7291
7292 * sieve-mode.el: Don't require easymenu.
7293 (easy-menu-add-item): Autoload it.
7294
7295 * spam-stat.el (time-to-number-of-days): Autoload it.
7296
7297 2010-03-17 Kevin Ryde <user42@zip.com.au>
7298
7299 * mml.el (mml-read-tag): Unquote values with `read' to reverse
7300 prin1 in mml-insert-tag (just stripping the quotes gave wrong
7301 value if any backslash escapes).
7302
7303 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7304
7305 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7306 if it is available. (bug#5647)
7307
7308 2010-02-26 Glenn Morris <rgm@gnu.org>
7309
7310 * message.el (message-send-mail-function): Change the default, so that
7311 it inherits from a customized send-mail-function. (Bug#5643)
7312
7313 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7314
7315 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7316 shell-command-to-string signals an error (bug#5299).
7317
7318 2010-02-24 Glenn Morris <rgm@gnu.org>
7319
7320 * message.el (message-smtpmail-send-it)
7321 (message-send-mail-with-mailclient): Doc fixes.
7322
7323 2010-02-16 Glenn Morris <rgm@gnu.org>
7324
7325 * message.el (message-default-mail-headers): Change the default value
7326 to ease the transition from mail-mode to message-mode. (Bug#5555)
7327
7328 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
7329
7330 * message.el (message-mail): Just pass yank-action on to message-setup.
7331 (message-setup): Handle (FUN . ARGS) form of yank-action.
7332 (message-with-reply-buffer, message-widen-reply)
7333 (message-yank-original): Handle non-buffer values of
7334 message-reply-buffer (Bug#4080).
7335 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7336
7337 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
7338
7339 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7340 Fix typo in docstring.
7341
7342 2010-01-08 Jason Rumney <jasonr@gnu.org>
7343
7344 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7345 response.
7346
7347 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7348
7349 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7350
7351 * message.el (message-check-news-header-syntax): Protect against a
7352 string that `rfc822-addresses' returns when parsing fails.
7353
7354 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7355
7356 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7357 (gnus-previous-char-property-change): New functions.
7358
7359 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7360
7361 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
7362
7363 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7364 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
7365
7366 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
7367
7368 * message.el (message-exchange-point-and-mark): Rework last change to
7369 avoid using optional arg of exchange-point-and-mark, for backward
7370 compatibility.
7371
7372 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
7373
7374 * message.el (message-exchange-point-and-mark):
7375 Call exchange-point-and-mark with an argument rather than setting
7376 mark-active by hand (Bug#5175).
7377
7378 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7379
7380 * nntp.el (nntp-service-to-port): Work for service expressed with
7381 numeric string; replace [:digit:] with [0-9] for XEmacs.
7382
7383 2009-12-17 Glenn Morris <rgm@gnu.org>
7384
7385 * gnus-group.el (gnus-bug-group-download-format-alist):
7386 Change emacs entry to debbugs.gnu.org. Bump :version.
7387
7388 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7389
7390 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7391
7392 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7393
7394 * message.el (message-info): Explain why we use `Info-goto-node'.
7395
7396 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7397
7398 * message.el (message-completion-in-region): New compatibility function.
7399 (message-expand-group): Use it.
7400
7401 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
7402
7403 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7404 with no unread article should be listed if the 2nd arg `predicate' is
7405 given.
7406
7407 2009-11-29 Juri Linkov <juri@jurta.org>
7408
7409 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7410 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
7411 on `gnus-recenter'. (Bug#4698, Bug#4981)
7412
7413 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7414
7415 * message.el (message-from-style, message-interactive)
7416 (message-signature): Always set default values from the corresponding
7417 mail-* variables.
7418 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7419 (message-yank-prefix, message-indentation-spaces)
7420 (message-signature-file, message-default-headers): Use boundp rather
7421 than (featurep 'xemacs) to check if the corresponding mail-* variables
7422 exist.
7423
7424 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7425
7426 * message.el (message-send-mail-with-sendmail): Revert last change.
7427
7428 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7429
7430 * message.el (message-from-style, message-interactive)
7431 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7432 (message-yank-prefix, message-indentation-spaces, message-signature)
7433 (message-signature-file, message-default-headers): For GNU Emacs, set
7434 default values from the corresponding mail-* variables.
7435 (message-send-mail-with-sendmail): Use envelope-from only if
7436 mail-specify-envelope-from is non-nil.
7437
7438 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7439
7440 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7441 containing tspecial characters if they have been already quoted.
7442
7443 2009-10-24 Glenn Morris <rgm@gnu.org>
7444
7445 * gnus-art.el (help-xref-stack-item): Define for compiler.
7446
7447 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7448
7449 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7450
7451 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7452
7453 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7454 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7455
7456 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
7457
7458 * gnus.el (gnus-overlay-get): New alias to overlay-get.
7459 (gnus-overlays-in): New alias to overlays-in.
7460
7461 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7462 gnus-overlay-get, and gnus-delete-overlay.
7463 (gnus-summary-show-thread): Make it work as well for systems in which
7464 next-single-char-property-change is not available.
7465 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7466
7467 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
7468
7469 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7470
7471 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7472
7473 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7474 and XEmacs that don't have `remove-overlays'.
7475
7476 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7477
7478 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7479 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7480 selective display. Use overlays instead.
7481
7482 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7483
7484 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7485
7486 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7487
7488 * spam-stat.el (spam-stat-load): Fix typo in message.
7489
7490 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
7491
7492 * gnus-art.el (gnus-article-encrypt-body):
7493 * message.el (message-check-recipients):
7494 * mm-util.el (mm-codepage-setup):
7495 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7496 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7497
7498 2009-09-22 Daiki Ueno <ueno@unixuser.org>
7499
7500 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7501 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7502 keys from the menu if mm-{sign,encrypt}-option is 'guided.
7503 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7504 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7505
7506 2009-09-18 Glenn Morris <rgm@gnu.org>
7507
7508 * gnus-diary.el (gnus-diary-check-message):
7509 * message.el (message-insert-formatted-citation-line):
7510 * nnbabyl.el (top-level):
7511 * nndiary.el (nndiary-schedule):
7512 Fix typos in condition-case handlers.
7513
7514 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7515
7516 * gnus-art.el (gnus-article-edit-part): Work for the buffer
7517 configuration that provides the sole article window in a frame;
7518 position point correctly after deleting a part.
7519
7520 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
7521
7522 * spam.el (spam-unregister-on-reregister): Add boolean variable.
7523 (spam-resolve-registrations-routine): Use it to unregister articles
7524 that change status.
7525
7526 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7527
7528 * nnrss.el (nnrss-request-article): Remove binding of
7529 default-enable-multibyte-characters that has gotten needless by
7530 the 2007-07-13 change in rfc2047-encode-message-header.
7531
7532 * mml.el (mml-insert-multipart): Error on the message header.
7533 (mml-insert-part): Error on the message header; position point at
7534 the end of a MIME tag.
7535
7536 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7537
7538 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7539 (gnus-float-time): Alias to float-time if it exists.
7540
7541 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7542 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7543 float-time is available; suppress compile warning for time-to-seconds.
7544
7545 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7546
7547 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7548 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7549 Add the optional argument `encoding' that overrides the default.
7550
7551 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7552 mm-encode-buffer.
7553
7554 2009-09-04 Glenn Morris <rgm@gnu.org>
7555
7556 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7557 mm-disable-multibyte, rather than default-enable-multibyte-characters.
7558 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7559 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7560 * mm-util.el (mm-with-unibyte-current-buffer)
7561 (mm-find-buffer-file-coding-system):
7562 * yenc.el (yenc-decode-region): Use default-value rather than
7563 default-enable-multibyte-characters.
7564
7565 2009-09-03 Glenn Morris <rgm@gnu.org>
7566
7567 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7568 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7569 than default-enable-multibyte-characters.
7570
7571 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
7572
7573 * gnus-art.el (gnus-article-read-summary-keys):
7574 Fix gnus-buffer-configuration's value temporarily used.
7575
7576 2009-09-02 Glenn Morris <rgm@gnu.org>
7577
7578 * gnus-util.el (gnus-float-time): New function.
7579 * gnus-delay.el (gnus-delay-article):
7580 * gnus-sum.el (gnus-thread-latest-date):
7581 * gnus-util.el (gnus-user-date): Use gnus-float-time.
7582 * nnspool.el (nnspool-request-newgroups):
7583 Use gnus-float-time rather than time-to-seconds.
7584 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7585
7586 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7587 (gnus-header-subject-face, gnus-header-newsgroups-face)
7588 (gnus-header-name-face, gnus-header-content-face):
7589 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7590 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7591 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7592 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7593 (gnus-cite-face-11):
7594 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7595 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7596 (gnus-server-closed-face, gnus-server-denied-face)
7597 (gnus-server-offline-face):
7598 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7599 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7600 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7601 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7602 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7603 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7604 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7605 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7606 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7607 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7608 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7609 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7610 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7611 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7612 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7613 (gnus-summary-high-undownloaded-face)
7614 (gnus-summary-low-undownloaded-face)
7615 (gnus-summary-normal-undownloaded-face)
7616 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7617 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7618 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7619 (gnus-splash-face):
7620 * message.el (message-header-to-face, message-header-cc-face)
7621 (message-header-subject-face, message-header-newsgroups-face)
7622 (message-header-other-face, message-header-name-face)
7623 (message-header-xheader-face, message-separator-face)
7624 (message-cited-text-face, message-mml-face):
7625 * sieve-mode.el (sieve-control-commands-face)
7626 (sieve-action-commands-face, sieve-test-commands-face)
7627 (sieve-tagged-arguments-face):
7628 * spam.el (spam-face):
7629 Mark face aliases with "-face" in the name as obsolete.
7630
7631 2009-09-01 Glenn Morris <rgm@gnu.org>
7632
7633 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7634 than goto-line.
7635
7636 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7637
7638 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7639 Don't move point if the command is invoked inside the message header.
7640
7641 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7642
7643 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7644 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7645 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7646 * nnir.el (nnir-swish-e-index-file):
7647 * gnus-sum.el (gnus-summary-delete-marked-as-read)
7648 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7649 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7650 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7651 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7652 (gnus-treat-display-xface): Add Emacs version of obsolescence.
7653
7654 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
7655
7656 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7657 Don't save excursion.
7658
7659 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7660
7661 * nnheader.el (nnheader-find-file-noselect):
7662 * mm-util.el (mm-insert-file-contents):
7663 Use (default-value 'major-mode) instead of default-major-mode.
7664
7665 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7666
7667 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7668
7669 2009-08-25 Glenn Morris <rgm@gnu.org>
7670
7671 * nnir.el (top-level): Don't require cl at run-time.
7672 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7673 Replace cl-function substitute with gnus-replace-in-string.
7674 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7675 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7676 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7677 simplified expansions.
7678
7679 2009-08-22 Glenn Morris <rgm@gnu.org>
7680
7681 * gnus-art.el (gnus-button-patch): Use forward-line rather than
7682 goto-line.
7683
7684 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
7685
7686 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7687
7688 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7689 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7690 (gnus-mm-display-part, gnus-mime-display-single)
7691 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7692 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7693
7694 * gnus-sum.el
7695 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7696 (gnus-summary-move-article): Add expirable mark to articles copied or
7697 moved to group that has auto-expire turned on if the option is non-nil.
7698
7699 2009-07-24 Glenn Morris <rgm@gnu.org>
7700
7701 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7702 Fix typo. (Bug#3903)
7703
7704 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
7705
7706 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7707 gnus-article-read-summary-keys rather than gnus-summary-edit-article
7708 that should not be used for draft articles.
7709 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7710 that has no concern in minor mode keys.
7711 (gnus-article-summary-command, gnus-article-summary-command-nosave):
7712 Abolish.
7713
7714 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7715
7716 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7717 article without making inquiry to a user for unknown encoding.
7718
7719 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7720 (nnmaildir--scan): Assume i-node and device number that file-attributes
7721 returns might be cons-cell.
7722
7723 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
7724
7725 * auth-source.el: Remove docs now in auth.texi. Don't use
7726 `gnus-message' for logging. Add new variables `auth-source-debug' and
7727 `auth-source-hide-passwords' and use them.
7728
7729 2009-07-15 Glenn Morris <rgm@gnu.org>
7730
7731 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7732
7733 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7734
7735 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7736 excessive whitespace from the default values of title and description.
7737
7738 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
7739
7740 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7741 mail-fetch-field to fetch Content-Description header in order to
7742 exclude newlines.
7743
7744 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
7745
7746 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7747 to deleted part.
7748
7749 2009-05-30 David Engster <dengste@eml.cc>
7750
7751 * nnmairix.el: Remove old documentation in the commentary block.
7752 (nnmairix-request-group): Do not update active file for nnml back ends.
7753 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7754 end so that overview files are ignored.
7755 (nnmairix-update-groups): Make updating the groups more robust by using
7756 marks.
7757 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7758 with dollar characters in message-id.
7759
7760 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
7761
7762 * spam.el: Use dns-query instead of query-dns. Was renamed on
7763 2008-12-25 in dns.el.
7764
7765 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7766
7767 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7768 could happen if the text is only composed of spaces and/or tabs.
7769
7770 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
7771
7772 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7773 when sending a queued message to avoid extra mml tags.
7774
7775 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7776
7777 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7778
7779 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
7780
7781 * gnus-dired.el: Remove autoload for gnus-setup-message.
7782 (gnus-dired-attach): Fake this-command value to prevent Gnus from
7783 displaying Gnus logo; always use compose-mail.
7784
7785 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
7786
7787 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7788
7789 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
7790
7791 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7792 (gnus-nocem-issuers): List currently active issuers; fix custom type.
7793 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7794 available.
7795 (gnus-nocem-epg-verify): New function.
7796
7797 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
7798
7799 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7800
7801 2009-02-15 Glenn Morris <rgm@gnu.org>
7802
7803 * gnus-util.el (rmail-insert-rmail-file-header)
7804 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7805 autoloads.
7806 (rmail-default-rmail-file): Remove unnecessary declaration.
7807 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7808
7809 2009-02-14 Glenn Morris <rgm@gnu.org>
7810
7811 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7812 variable (only used in gnus-util, which declares it anyway).
7813 (rmail-output-to-rmail-file): Remove autoload of deleted function,
7814 which was only needed by gnus-art (changed to not use it any more).
7815 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7816 only used in gnus-util, which autoloads it itself.
7817 (rmail-update-summary): Fix autoload.
7818
7819 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7820 rather than rmail-output-to-rmail-file.
7821
7822 2009-02-07 Glenn Morris <rgm@gnu.org>
7823
7824 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7825 autoload of function that no longer exists.
7826 (rmail-toggle-header): Declare.
7827 (message-forward-rmail-make-body): Handle mbox Rmail.
7828
7829 2009-01-31 Glenn Morris <rgm@gnu.org>
7830
7831 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7832 2009-01-09 change.
7833
7834 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
7835
7836 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7837 (auth-source-forget-all-cached): New convenience function.
7838 (auth-source-user-or-password): Accept list of modes or a single mode.
7839
7840 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7841 auth-source modes.
7842
7843 * nnimap.el (nnimap-open-connection): Use list of
7844 auth-source modes.
7845
7846 * nntp.el (nntp-send-authinfo): Use list of
7847 auth-source modes.
7848
7849 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7850
7851 * auth-source.el: Update docs to reflect epa-file-enable is to be used
7852 now.
7853
7854 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7855
7856 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7857 coding system in XEmacs; add a workaround for XEmacs.
7858
7859 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
7860
7861 * mm-util.el (mm-coding-system-priorities): Protect against nil value
7862 of current-language-environment.
7863
7864 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7865
7866 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7867 available at runtime.
7868
7869 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7870
7871 * gnus-art.el (article-date-ut): Fix end point of narrowing.
7872
7873 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
7874
7875 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7876 the greatest positive fixnum value doesn't work under an XEmacs with
7877 bignum support; use the most-positive-fixnum constant instead,
7878 available since Emacs 21.1 with cl and XEmacs 21.1.
7879
7880 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7881
7882 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7883 XEmacs gets not to work.
7884
7885 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7886
7887 * mm-util.el (mm-coding-system-priorities): Allow the value like
7888 "Japanese (UTF-8)" of current-language-environment.
7889
7890 2009-01-09 Glenn Morris <rgm@gnu.org>
7891
7892 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7893 with last-command-event.
7894
7895 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
7896
7897 * message.el (message-fix-before-sending): Amend comment.
7898
7899 2009-01-07 David Engster <dengste@eml.cc>
7900
7901 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7902 simplified server definitions by converting it via
7903 gnus-server-to-method.
7904
7905 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7906
7907 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7908 parameter's operands.
7909
7910 2009-01-06 David Engster <dengste@eml.cc>
7911
7912 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7913 primary select method (for gnus-group-mark-article-as-read).
7914
7915 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
7916
7917 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7918 `(gnus)Face', not `(gnus)X-Face'.
7919
7920 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
7921
7922 * mm-util.el (mm-ucs-to-char): New function.
7923
7924 * mm-url.el (mm-url-decode-entities): Use it.
7925
7926 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7927
7928 * message.el (message-fix-before-sending): Add `eight-bit' to
7929 illegible-text check.
7930
7931 2009-01-03 Michael Olson <mwolson@gnu.org>
7932
7933 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7934 `headers' is nil. This can occur if the IMAP server does not have
7935 permissions to read messages from a folder, but can write new messages
7936 to the folder.
7937 (nnimap-request-article-part): Do not insert `data' if it is nil.
7938
7939 2009-01-01 Dave Love <fx@gnu.org>
7940
7941 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7942
7943 * nnimap.el: Fix author email.
7944 (nnimap-split-rule): Add FIXME comment.
7945 (nnimap-debug): Fix doc string.
7946
7947 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
7948
7949 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7950 overlay-arrow-position and overlay-arrow-string buffer-local; no need
7951 to check if those variables exist (first appeared in Emacs 18.50).
7952
7953 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
7954
7955 * mm-util.el (mm-line-number-at-pos): New function.
7956
7957 * spam-report.el (spam-report-process-queue): Use it.
7958
7959 2008-12-24 David Engster <dengste@eml.cc>
7960
7961 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7962 parameters that haven't existed as variables as buffer-local variables.
7963
7964 2008-12-23 Dave Love <fx@gnu.org>
7965
7966 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7967 cadar.
7968
7969 * sieve-manage.el (sieve-manage-starttls-p): Rename from
7970 imap-starttls-p.
7971 (sieve-manage-starttls-open): Rename from imap-starttls-open.
7972
7973 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
7974
7975 * spam-report.el (spam-report-gmane-max-requests): New constant.
7976 (spam-report-gmane-wait): New variable.
7977 (spam-report-gmane-ham, spam-report-gmane-spam)
7978 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7979 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7980 the server.
7981
7982 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7983 Add explanations.
7984
7985 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7986 nnheader-accept-process-output and nnheader-read-timeout if available.
7987 (pop3-movemail): Use it.
7988
7989 * message.el (message-check-news-body-syntax): Fix signature check if
7990 there's an attachment.
7991
7992 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7993
7994 * mm-util.el: Add comments to the mm- emulating functions.
7995
7996 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
7997
7998 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7999 Reported by Stephen Berman <stephen.berman@gmx.net>.
8000
8001 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
8002
8003 * mm-util.el (mm-substring-no-properties): New function.
8004 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8005 (mm-special-display-p): Enable those lambda forms to be byte compiled.
8006 (mm-string-to-multibyte): Doc fix.
8007
8008 * mml.el (mml-attach-file): Use mm-substring-no-properties.
8009
8010 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8011
8012 * mml.el (mml-attach-file): Strip text properties from file name.
8013 (Bug#1574)
8014
8015 2008-12-16 Glenn Morris <rgm@gnu.org>
8016
8017 * mm-util.el (mm-charset-override-alist): Declare for compiler.
8018
8019 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8020
8021 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8022 knows since the charset specified might be a bogus alias that
8023 mm-charset-synonym-alist provides.
8024
8025 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
8026
8027 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8028 "ISO_8859-1".
8029
8030 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8031
8032 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8033
8034 * mm-util.el (mm-charset-eval-alist):
8035 Define it before mm-charset-to-coding-system.
8036 (mm-charset-to-coding-system): Add optional argument `silent';
8037 define it before mm-charset-override-alist.
8038 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8039 default value if it can be used in Emacs currently running;
8040 silence mm-charset-to-coding-system.
8041
8042 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
8043
8044 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8045 `allow-override' which says whether to use `mm-charset-override-alist'.
8046 (rfc2047-decode-encoded-words): Use it.
8047
8048 * mm-util.el (mm-charset-override-alist): Fix custom type;
8049 add `(gb2312 . gbk)' to choices.
8050
8051 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
8052
8053 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8054 fast.
8055
8056 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8057
8058 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
8059
8060 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8061 on links.
8062
8063 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8064
8065 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
8066
8067 * message.el (message-idna-to-ascii-rhs-1): Protect against local
8068 users' addresses that don't have domain parts.
8069 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8070 rather than message-narrow-to-head since there will be the message
8071 header separator.
8072
8073 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8074
8075 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8076 since the result is inserted in a unibyte buffer anyway.
8077 (nnimap-demule-use-string-to-multibyte): Remove.
8078 (nnimap-demule): Alias it to mm-string-to-multibyte.
8079
8080 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8081
8082 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8083 variable for debugging bug#464 and bug#1174.
8084 (nnimap-demule): Use it.
8085
8086 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
8087
8088 * gnus-score.el (gnus-score-find-trace): Handle default score in total
8089 score calculation correctly.
8090
8091 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8092
8093 * message.el (message-send-mail): Just set the buffer to unibyte
8094 rather than use mm-with-unibyte-current-buffer which does a lot more.
8095 (message-send-mail-partially): Don't bother with
8096 mm-with-unibyte-current-buffer since it's already been made unibyte by
8097 message-send-mail.
8098
8099 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
8100
8101 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8102
8103 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
8104
8105 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8106
8107 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8108
8109 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8110 require itself and to remove `with-no-warnings'.
8111
8112 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
8113
8114 * starttls.el (starttls-any-program-available): Get the name of the
8115 available TLS layer program.
8116 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8117 well as the host name in the "opening" message.
8118
8119 * auth-source.el (auth-source-cache, auth-source-do-cache)
8120 (auth-source-user-or-password): Cache passwords and logins by default,
8121 allow override with `auth-source-do-cache'.
8122 (auth-source-forget-user-or-password): Allow users to remove cache
8123 entries if needed.
8124
8125 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
8126
8127 * ietf-drums.el (ietf-drums-remove-comments): Localize second
8128 condition-case to only the forward-sexp call.
8129
8130 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
8131
8132 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8133 quotes contained. Make it more robust regardless by an extra
8134 condition-case wrapper.
8135
8136 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
8137
8138 * nnml.el (nnml-request-expire-articles): Check if the function set to
8139 `nnmail-expiry-target' returns the symbol `delete'.
8140
8141 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8142
8143 * nnmail.el (nnmail-expiry-target): Fix custom type.
8144
8145 2008-10-02 Glenn Morris <rgm@gnu.org>
8146
8147 * mm-util.el (mm-codepage-setup): Tweak codepage error.
8148 Silence compiler warning.
8149
8150 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
8151
8152 * mml.el (mml-menu): Don't assume mml2015 is bound.
8153
8154 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
8155
8156 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8157 exists.
8158
8159 2008-09-27 Glenn Morris <rgm@gnu.org>
8160
8161 * gnus-util.el (mail-header-remove-comments): Autoload it.
8162
8163 2008-09-27 Andreas Schwab <schwab@suse.de>
8164
8165 * gnus-util.el (gnus-split-references): Strip comments.
8166 (gnus-parent-id): Likewise.
8167
8168 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
8169
8170 * message.el (message-confirm-send): Fix version.
8171
8172 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
8173
8174 * message.el (message-idna-to-ascii-rhs-1): Use
8175 mail-extract-address-components rather than mail-header-parse-addresses
8176 that is an alias by default to ietf-drums-parse-addresses that does not
8177 support non-ASCII names in headers' contents.
8178
8179 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8180
8181 * message.el (message-confirm-send): Fix variable documentation to
8182 avoid the "y/n" wording.
8183
8184 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
8185
8186 * message.el (message-set-auto-save-file-name): Save to a different
8187 filename so multiple messages (especially drafts) can be recovered.
8188
8189 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
8190
8191 * message.el (message-confirm-send): Add appropriate version.
8192
8193 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
8194
8195 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8196 defvar.
8197
8198 2008-09-22 Daiki Ueno <ueno@unixuser.org>
8199
8200 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8201 (mm-pkcs7-enveloped-magic): Ditto.
8202
8203 2008-09-17 Simon Josefsson <simon@josefsson.org>
8204
8205 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8206 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8207
8208 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
8209
8210 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8211 default, it's better.
8212
8213 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
8214
8215 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8216 summary line gnus-number property and ignore them (with a warning
8217 message).
8218
8219 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8220
8221 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8222 macro caddr in the interactive form since it won't be expanded.
8223
8224 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8225
8226 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8227 `charset'; fix name of function called recursively.
8228 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8229
8230 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8231
8232 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8233 (gnus-mime-set-charset-parameters): New function.
8234 (gnus-mime-view-part-as-charset): Use it to correctly display part
8235 specifying wrong charset.
8236
8237 2008-09-08 David Engster <dengste@eml.cc>
8238
8239 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8240 in completing-read for back end server.
8241
8242 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
8243
8244 * message.el (message-confirm-send): New variable to confirm sending a
8245 message.
8246 (message-send): Use it.
8247
8248 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
8249
8250 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8251
8252 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
8253
8254 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8255
8256 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
8257
8258 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8259 prevent tracking too many groups.
8260 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8261 Use it.
8262
8263 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
8264
8265 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8266 moving point to the bottom of the window in order to avoid recentering.
8267
8268 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
8269
8270 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8271 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8272 (gnus-article-beginning-of-window): Fix calculation.
8273
8274 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
8275
8276 * gnus-msg.el (gnus-summary-supersede-article)
8277 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8278 value of gnus-newsgroup-charset to decode non-MIME encoded text in
8279 message header.
8280
8281 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8282
8283 * message.el:
8284 * gnus-start.el:
8285 * gnus-registry.el: Remove VMS support.
8286
8287 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
8288
8289 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8290 macro.
8291 (rfc2104-hash): Use it.
8292
8293 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
8294
8295 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8296 (gnus-summary-sort-by-most-recent-date): New commands.
8297 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8298 and menu entries.
8299
8300 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
8301
8302 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8303 don't redisplay article for raw contents; remove plural articles stuff.
8304
8305 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8306 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8307 on gnus-summary-save-article; display results properly.
8308
8309 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
8310
8311 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8312
8313 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
8314
8315 * gnus-art.el (gnus-summary-save-in-pipe):
8316 Consider gnus-save-all-headers.
8317
8318 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8319
8320 * gnus-util.el (ns-focus-frame): Remove declaration.
8321 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
8322 like x.
8323
8324 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8325
8326 * rfc2104.el (rfc2104-zero): Delete defconst.
8327 (rfc2104-hex-alist): Likewise.
8328 (rfc2104-hex-to-int): Delete func.
8329 (rfc2104-hexstring-to-bitstring): Likewise.
8330 (rfc2104-nybbles): New defconst.
8331 (rfc2104-hash): Rewrite for speed.
8332
8333 2008-07-16 Glenn Morris <rgm@gnu.org>
8334
8335 * gnus-util.el (ns-focus-frame): Declare for compiler.
8336
8337 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
8338
8339 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8340 set as a group parameter.
8341 (gnus-summary-save-in-pipe): Work when it is called independently.
8342 (gnus-summary-pipe-to-muttprint): Don't modify
8343 gnus-summary-pipe-output-default-command.
8344
8345 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8346
8347 * message.el (message-send-mail-with-sendmail):
8348 Display the error message.
8349
8350 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
8351
8352 * gnus-art.el (gnus-default-article-saver):
8353 Add gnus-summary-save-in-pipe to choices.
8354 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8355 gnus-summary-pipe-output-default-command as the default command.
8356 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8357 instead of gnus-last-shell-command.
8358
8359 * gnus-sum.el (gnus-summary-pipe-output-default-command):
8360 New user option.
8361 (gnus-summary-muttprint-program): Mention the value will be changed.
8362 (gnus-summary-save-article): Force showing of all headers.
8363 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8364
8365 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
8366
8367 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8368
8369 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
8370
8371 * nnimap.el (nnimap-id):
8372 * sieve-manage.el (sieve-manage-open): Doc fixes.
8373
8374 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
8375
8376 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8377 if available.
8378
8379 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8380
8381 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8382
8383 * nnkiboze.el (nnkiboze-generate-group):
8384 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8385
8386 * nnmairix.el: Require CL.
8387
8388 2008-06-15 David Engster <dengste@eml.cc>
8389
8390 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8391
8392 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
8393
8394 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8395 New macros that expand to an `aset'/`aref' call under Emacs, and to a
8396 runtime choice under XEmacs.
8397
8398 * gnus-sum.el (gnus-summary-set-display-table):
8399 Use `gnus-put-display-table', `gnus-get-display-table',
8400 `gnus-set-display-table' for the display table, instead of `aset'.
8401
8402 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8403
8404 * nnmairix.el: Add autoloads.
8405
8406 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8407
8408 * nnmairix.el (nnmairix-delete-recreate-group)
8409 (nnmairix-update-and-clear-marks): Fix error messages.
8410
8411 2008-06-14 David Engster <dengste@eml.cc>
8412
8413 * nnmairix.el: Upgrade to version 0.6.
8414 (nnmairix-group-toggle-propmarks-this-group)
8415 (nnmairix-group-toggle-readmarks-this-group)
8416 (nnmairix-group-delete-recreate-this-group)
8417 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8418 (nnmairix-remove-tick-mark-original-article): New commands.
8419 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8420 (nnmairix-propagate-marks-to-nnmairix-groups)
8421 (nnmairix-only-use-registry, nnmairix-allowfast-default)
8422 (nnmairix-marks-cache, nnmairix-version-output): New variables.
8423 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8424 functions needed for marks propagation and manipulation of read marks.
8425 (nnmairix-update-groups): New function.
8426 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8427 (nnmairix-determine-original-group-from-registry)
8428 (nnmairix-determine-original-group-from-path)
8429 (nnmairix-get-group-from-file-path, nnmairix-map-range)
8430 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8431 New helper functions.
8432 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8433 keystrokes for new commands.
8434 (nnmairix-delete-and-create-on-change): Doc string cleanup.
8435 (nnmairix-request-group): Check allow-fast group parameter.
8436 (nnmairix-request-create-group): Set allow-fast group parameter if
8437 nnmairix-allowfast-default is set.
8438 (nnmairix-close-group): Propagate marks upon closing if needed.
8439 (nnmairix-group-toggle-threads-this-group): Use new.
8440 nnmairix-group-toggle-parameter helper function.
8441 (nnmairix-search): Better check for empty search result.
8442 (nnmairix-goto-original-article): Use new helper functions for
8443 determining original article.
8444 (nnmairix-show-original-article): Make sure message-id is in brackets.
8445 (nnmairix-call-mairix-binary): Change variable name.
8446 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8447 helper function.
8448 (nnmairix-widget-toggle-activate): Fix doc string.
8449
8450 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
8451
8452 * nnir.el: Require edmacro when compiling with XEmacs.
8453 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8454 available in Emacs 21.
8455
8456 2008-06-11 Glenn Morris <rgm@gnu.org>
8457
8458 * gnus-util.el (x-focus-frame):
8459 * gnus.el (image-size):
8460 * mm-decode.el (image-size): Declare.
8461
8462 * gnus-picon.el (declare-function): Add compat definition.
8463 (image-size): Declare.
8464
8465 * gnus-group.el (tool-bar-map):
8466 * gnus-sum.el (tool-bar-map): Define for compiler.
8467
8468 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8469
8470 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8471
8472 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8473 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8474 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8475 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8476 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8477 * sieve-manage.el, spam-report.el, spam.el:
8478 Remove unnecessary eval-and-compile of autoloads.
8479
8480 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
8481
8482 * auth-source.el: Precise Tramp doc.
8483
8484 2008-06-07 Glenn Morris <rgm@gnu.org>
8485
8486 * nnmairix.el: Remove unnecessary eval-when-compile.
8487
8488 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
8489
8490 * nnir.el: New file.
8491
8492 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8493
8494 * gnus-util.el (gnus-read-shell-command): New function.
8495 * mm-decode.el (mm-pipe-part):
8496 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8497
8498 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8499
8500 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8501
8502 2008-06-03 Glenn Morris <rgm@gnu.org>
8503
8504 * pop3.el (nnheader-accept-process-output): Autoload it.
8505
8506 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8507
8508 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8509 are not 2-digit hexadecimal characters that follow `%'s.
8510
8511 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8512
8513 * message.el (message-bogus-recipient-p): Fix type in doc string.
8514 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8515 (message-bogus-addresses): Rename from message-bogus-address-regexp.
8516 Improve custom options.
8517 (message-bogus-recipient-p): Adjust accordingly.
8518
8519 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
8520
8521 * nnmairix.el: Require edmacro when compiling with XEmacs.
8522
8523 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
8524
8525 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8526 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8527
8528 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
8529
8530 * auth-source.el: Add more docs.
8531
8532 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8533
8534 * nnheader.el (nnheader-read-timeout): Change the default timeout from
8535 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
8536 retrieval faster in some cases, but might make CPU usage larger.
8537 If this has any bad side effects, we might revert this change.
8538
8539 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8540 seems to make mail retrieval much, much faster.
8541 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8542 unconditionally.
8543
8544 * gnus-draft.el (gnus-group-send-queue):
8545 Bind message-send-mail-partially-limit to nil to avoid being prompted.
8546
8547 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
8548
8549 * mml.el (mml-attach-buffer): Prompt for `disposition'.
8550
8551 * message.el (message-bogus-address-regexp): Fix and improve custom
8552 type.
8553 (message-setup-hook): Add message-check-recipients as custom option.
8554
8555 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
8556
8557 * message.el (message-cite-function): Remove bogus autoload which crept
8558 in during merge from v5-10.
8559
8560 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
8561
8562 * nnimap.el (nnimap-open-connection): Fix login/password bug.
8563
8564 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8565
8566 * auth-source.el: Preliminary Tramp docs.
8567 (auth-sources): Change the default auth-sources to use
8568 EPA .gpg files.
8569
8570 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
8571
8572 * nntp.el: Autoload `auth-source-user-or-password'.
8573 (nntp-send-authinfo): Use it.
8574
8575 * nnimap.el: Autoload `auth-source-user-or-password'.
8576 (nnimap-open-connection): Use it.
8577
8578 * auth-source.el: Add docs on using with url-auth. Import gnus-util
8579 for the gnus-message function.
8580 (auth-source-user-or-password): Use it.
8581
8582 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8583
8584 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8585 rfc2104-hexstring-to-byte-list. Return a unibyte string.
8586 (rfc2104-hash): Use it.
8587
8588 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8589
8590 * gnus-art.el (gnus-article-toggle-truncate-lines):
8591 Don't use `iff' in docstring.
8592
8593 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
8594
8595 * gnus-registry.el: Adjusted copyright dates and added a keyword.
8596
8597 * gnus-util.el (gnus-extract-address-component-name)
8598 (gnus-extract-address-component-email): Convenience functions around
8599 `gnus-extract-address-components'.
8600
8601 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8602 Use `gnus-extract-address-component-email' to fix bug of comparing full
8603 sender name to `user-mail-address'.
8604
8605 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
8606
8607 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8608 catch/throw to optimize.
8609 (gnus-registry-find-keywords): Just use member to find a keyword.
8610
8611 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8612
8613 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8614 is current before calling gnus-server-prepare.
8615 (gnus-server-setup-buffer, gnus-server-update-server)
8616 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8617
8618 2008-05-04 Juri Linkov <juri@jurta.org>
8619
8620 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8621 (mailcap-file-default-commands): Use mailcap-replace-in-string
8622 instead of replace-regexp-in-string, and mailcap-delete-duplicates
8623 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
8624
8625 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
8626
8627 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8628
8629 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8630
8631 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8632 hooks.
8633 (gnus-update-read-articles): Speed up non-marks-using users.
8634 (gnus-use-marks): Define gnus-use-marks.
8635 (gnus-propagate-marks): Rename variable to something more sensible.
8636
8637 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
8638
8639 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8640 (gmm-image-load-path-for-library): Fix typos in docstrings.
8641 (gmm-message): Reflow docstring.
8642
8643 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
8644
8645 * mail-source.el (mail-source-set-1, mail-source-bind):
8646 Move auth-source code out of the macro to clean it up and fix bugs.
8647
8648 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
8649
8650 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8651 by sender if it's equal to user-mail-address, it's likely to be
8652 useless.
8653
8654 * mail-source.el (mail-source-bind): Don't use user or password if they
8655 are not bound. Unintern them if they are nil. Don't use server unless
8656 it's bound, and default it to empty string otherwise.
8657
8658 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
8659
8660 * mail-source.el: Load auth-source.el.
8661 (mail-source-bind): Add comments. Call auth-source-user-or-password to
8662 get user name or password, if auth-sources is set up.
8663
8664 * gnus-registry.el (gnus-registry-split-strategy): New variable for
8665 strategy of splitting with parent.
8666 (gnus-registry-split-fancy-with-parent)
8667 (gnus-registry-post-process-groups): Use it and fix prior
8668 bug (returning a list as the split result).
8669
8670 * auth-source.el (auth-sources): Remove server parameter.
8671 (auth-source-pick, auth-source-user-or-password)
8672 (auth-source-user-or-password-imap)
8673 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8674 (auth-source-user-or-password-sftp)
8675 (auth-source-user-or-password-smtp): Remove server parameter.
8676
8677 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
8678
8679 * smime.el (smime-sign-region, smime-encrypt-region)
8680 (smime-decrypt-region):
8681 Remove redundant calls to `generate-new-buffer-name'.
8682
8683 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
8684
8685 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8686 Don't use QP for message/rfc822.
8687 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8688
8689 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8690
8691 * sieve-manage.el (sieve-string-bytes): Remove.
8692 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8693 correct byte-length only if the process's coding-system is the same as
8694 the one used internally by Emacs to represent strings.
8695
8696 2008-04-22 Juri Linkov <juri@jurta.org>
8697
8698 * mailcap.el (mailcap-file-default-commands): New function.
8699
8700 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8701
8702 * message.el (message-signature-separator, message-cite-function):
8703 Change custom version.
8704
8705 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8706
8707 * mm-decode.el (mm-display-external): Make temp file read-only.
8708
8709 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
8710
8711 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8712 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
8713 `C-c C-f d'.
8714
8715 2008-04-12 Adrian Aichner <adrian@xemacs.org>
8716
8717 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8718
8719 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
8720
8721 * auth-source.el: Add docs.
8722 (auth-sources): Modify format to support server.
8723 (auth-source-pick, auth-source-user-or-password)
8724 (auth-source-user-or-password-imap)
8725 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8726 (auth-source-user-or-password-sftp)
8727 (auth-source-user-or-password-smtp): Add server parameter.
8728
8729 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
8730
8731 * gnus-registry.el: Initialize the registry when gnus-registry-install
8732 is t.
8733
8734 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
8735
8736 * compface.el (uncompface): Make buffer unibyte.
8737
8738 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8739
8740 * mail-source.el (mail-source-value):
8741 Prefer fboundp to functionp so it works with macros as well.
8742
8743 2008-04-05 Glenn Morris <rgm@gnu.org>
8744
8745 * gnus-ems.el (mm-disable-multibyte): Autoload it.
8746
8747 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8748
8749 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8750 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8751
8752 * nnheader.el (nnheader-init-server-buffer): Change buffer's
8753 multibyteness after rather than before erasing it.
8754
8755 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8756 mm-with-multibyte.
8757 (gnus-request-article-this-buffer): Make sure the proper decoding is
8758 used if gnus-original-article-buffer happens to be unibyte.
8759
8760 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8761 default-enable-multibyte-characters.
8762
8763 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8764 default-enable-multibyte-characters.
8765
8766 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8767
8768 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8769
8770 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8773 Fix last change in case the element is not even a symbol.
8774
8775 2008-04-02 Simon Josefsson <simon@josefsson.org>
8776
8777 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8778 imap-enable-exchange-bug-workaround.
8779 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8780
8781 2008-04-01 Simon Josefsson <simon@josefsson.org>
8782
8783 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8784 a 100 byte status-checks into a 2-3MB transfer for each group.
8785 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8786 to enable bug workaround or not.
8787 (nnimap-find-minmax-uid): Only enable workaround conditionally.
8788
8789 2008-03-31 Glenn Morris <rgm@gnu.org>
8790
8791 * message.el (mml2015-use): Declare for compiler.
8792 (message-info): Require mml2015 when appropriate.
8793
8794 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8795
8796 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8797 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8798 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8799 (nntp-service-to-port): New function.
8800 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8801 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8802 (nntp-open-netcat-stream): New function.
8803 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8804
8805 2008-03-29 Sven Joachim <svenjoac@gmx.de>
8806
8807 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8808
8809 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8810
8811 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8812
8813 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
8814
8815 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8816
8817 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8818
8819 * message.el (message-signature-separator): Change default.
8820 Improve custom type.
8821 (message-cite-function): Change default to
8822 message-cite-original-without-signature.
8823
8824 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8825 toggle.
8826
8827 * message.el (message-check-news-body-syntax): Fix signature check.
8828 (message-setup-1): Mark buffer as unmodified _after_ running
8829 message-setup-hook and handling message-alternative-emails.
8830 (message-shorten-references): Be more strict when building list of
8831 valid references to comply with GNKSA.
8832
8833 * gnus-group.el (gnus-read-ephemeral-bug-group)
8834 (gnus-read-ephemeral-debian-bug-group)
8835 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8836
8837 * message.el (message-info): Don't use booleanp which isn't supported
8838 in Emacs 21 and XEmacs.
8839
8840 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
8841
8842 * gnus-group.el (gnus-gmane-group-download-format): Rename from
8843 gnus-group-gmane-group-download-format.
8844 (gnus-group-read-ephemeral-gmane-group): Rename from
8845 gnus-group-read-ephemeral-gmane-group.
8846 (gnus-read-ephemeral-gmane-group-url): Rename from
8847 gnus-group-read-ephemeral-gmane-group-url.
8848 (gnus-bug-group-download-format-alist): New variable.
8849 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8850 (gnus-read-ephemeral-emacs-bug-group): New commands.
8851
8852 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8853
8854 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8855 (gnus-visible-headers): Improve custom type.
8856
8857 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
8858
8859 * mml.el (mml-menu): Add workarounds for XEmacs.
8860
8861 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8862 X-Boundary header.
8863
8864 * message.el (message-simplify-recipients): Fix previous commit.
8865
8866 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8867
8868 * mm-util.el (mm-set-buffer-multibyte): New function.
8869 * mm-decode.el (mm-copy-to-buffer): Use it.
8870
8871 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8872 Prefer fboundp to functionp so it works with macros as well.
8873
8874 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
8875
8876 * message.el (message-alter-recipients-discard-bogus-full-name):
8877 New function.
8878 (message-alter-recipients-function): New variable.
8879 (message-get-reply-headers): Use it.
8880 (message-replace-header): New helper function.
8881 (message-recipients-without-full-name): New variable.
8882 (message-simplify-recipients): New command.
8883
8884 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8885
8886 * message.el (message-info): Handle EasyPG manual.
8887
8888 * mml.el (mml-menu): Add entry for EasyPG.
8889
8890 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
8891
8892 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8893 parameter.
8894
8895 * message.el (message-disassociate-draft): Specify drafts group name
8896 fully.
8897
8898 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
8899
8900 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8901 Eliminate unnecessary duplicates from the match list.
8902
8903 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
8904
8905 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8906 args of `how-many' of which the XEmacs version doesn't take; declare
8907 Info-index-next as function.
8908
8909 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8910
8911 * gnus-score.el (gnus-score-headers): Fix handling of
8912 gnus-inhibit-slow-scoring.
8913
8914 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8915 string.
8916 (gnus-button-url-regexp): Improve handling of parenthesis.
8917 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8918 (gnus-button-handle-info-keystrokes): Handle index entries.
8919
8920 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
8921
8922 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8923 Incoming* files.
8924
8925 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8926
8927 * auth-source.el (auth-sources): Rename from auth-source-choices.
8928 (auth-source-pick): Use it.
8929
8930 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8931
8932 * auth-source.el (auth-source-protocols)
8933 (auth-source-protocols-customize, auth-source-choices): Add and
8934 modified variable customizations and defaults.
8935 (auth-source-pick, auth-source-user-or-password)
8936 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8937 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8938 (auth-source-user-or-password-sftp)
8939 (auth-source-user-or-password-smtp): Use new variables and provide an
8940 interface to netrc.el.
8941
8942 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
8943
8944 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8945 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8946 Make sure the nntp port to specify is a string.
8947
8948 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8949
8950 * nntp.el: Use with-current-buffer.
8951 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8952 dubious mm-with-unibyte-current-buffer.
8953 (nntp-with-open-group-function): New function extracted from
8954 nntp-with-open-group macro.
8955 (nntp-with-open-group): Use the function, so it's easier to debug.
8956 Add indentation and debugging info.
8957 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8958 Recommend the use of the netcat alternatives.
8959
8960 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8961 Avoid mm-string-as-multibyte as well.
8962
8963 * nnweb.el (nnweb-insert-html):
8964 Remove use of nnheader-string-as-multibyte.
8965
8966 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8967 (nnheader-string-as-multibyte): Remove.
8968
8969 * mm-view.el: Use inhibit-read-only.
8970 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8971 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8972 or unibyte-string.
8973
8974 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8975 (mm-uu-yenc-extract): Use with-current-buffer.
8976
8977 * gnus-soup.el (gnus-soup-send-packet): Don't use
8978 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8979
8980 * nnmh.el: Use with-current-buffer.
8981 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8982 mm-string-as-multibyte on the output of mm-encode-coding-string.
8983
8984 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8985 (nnimap-request-move-article): Use with-current-buffer.
8986
8987 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8988 inserting the handle-buffer's text, so the implicit multibyte->unibyte
8989 conversion uses string-make-unibyte rather than string-as-unibyte.
8990
8991 * gnus-msg.el: Use with-current-buffer.
8992
8993 * message.el (message-ignored-resent-headers): Add "Delivered-To".
8994
8995 2008-03-10 Daiki Ueno <ueno@unixuser.org>
8996
8997 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8998 string for caching if it is 'PIN.
8999
9000 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
9001
9002 * mail-source.el (mail-source-delete-old-incoming-confirm):
9003 Change default to nil.
9004 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9005
9006 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
9007
9008 * gnus-art.el (gnus-narrow-to-page): Position point properly.
9009 (gnus-article-goto-prev-page): Work for articles having ^L's.
9010
9011 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9012
9013 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9014
9015 2008-03-07 Karl Fogel <kfogel@red-bean.com>
9016
9017 * gnus-bookmark.el: Adjust for renames in bookmark.el.
9018 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9019 (gnus-bookmark-jump): Adjust some variable names.
9020
9021 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
9022
9023 * auth-source.el: New package.
9024 (auth-source-choices): Add customization entry point variable.
9025
9026 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9027 bug.
9028
9029 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
9030
9031 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9032 (gnus-registry-initialize, gnus-registry-install-p): Use it.
9033 (gnus-registry-install-shortcuts): Rename from
9034 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
9035 the `gnus-registry-mark-map' keymap dynamically from
9036 `gnus-registry-marks'. The generated functions update the summary line
9037 when a registry mark is added or deleted, and will call
9038 `gnus-registry-install-p' (see the comments in the code).
9039 (gnus-registry-user-format-function-M): Use concat intelligently.
9040
9041 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9042 the registry mark functions.
9043
9044 2008-03-05 Glenn Morris <rgm@gnu.org>
9045
9046 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9047 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9048 gnus-art.
9049 (top-level): No need to load own source when compiling.
9050
9051 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
9052
9053 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9054 Suggested by <chris.anderton@zetnet.co.uk>.
9055
9056 2008-03-04 Glenn Morris <rgm@gnu.org>
9057
9058 * gnus-sum.el (top-level): No need to require gnus when compiling,
9059 since unconditionally required near start of file.
9060 (gnus-summary-display-while-building): Move definition before use.
9061
9062 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
9063
9064 * gnus-registry.el (gnus-registry-user-format-function-M):
9065 Add formatting function.
9066
9067 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
9068
9069 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9070 with plists.
9071 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9072 Use new format.
9073
9074 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
9075
9076 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9077 `where-is-internal' that returns a range of key sequences.
9078
9079 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9080
9081 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9082
9083 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9084 (gnus-summary-jump-to-group): Consider windows on other displayed
9085 frames as well. Similar changes might be needed elsewhere, but that's
9086 the one I've bumped into during my use.
9087
9088 * nndoc.el (nndoc-oe-dbx-type-p):
9089 * gnus-msg.el (gnus-debug):
9090 * gnus-group.el (gnus-update-group-mark-positions):
9091 Use mm-string-to-multibyte.
9092
9093 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
9094
9095 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9096 doesn't handle NotDashEscaped.
9097
9098 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
9099 (mml-dnd-attach-options): Fix typo in custom choice.
9100
9101 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9102 Change nndoc-article-type to mbox.
9103 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9104
9105 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
9106 to nil, instead of html2text.
9107
9108 * imap.el (imap-debug): Add `imap-ping-server'.
9109
9110 * gnus-bookmark.el: Add FIXMEs.
9111
9112 * message.el (message-form-letter-separator)
9113 (message-send-form-letter-delay): New variables.
9114 (message-send-form-letter): Use them. New command to send form
9115 letters. Requested by Uwe Siart.
9116 (message-send-mail-function): Doc fix. Add "Other" custom option.
9117
9118 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
9119
9120 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9121 empty author.
9122
9123 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
9124
9125 * gnus-registry.el (gnus-registry-marks): Add variable for
9126 customization of marks and their appearance.
9127 (gnus-registry-read-mark): Use it.
9128 (gnus-registry-do-marks): Add utility function to loop through
9129 `gnus-registry-marks'.
9130 (gnus-registry-install-shortcuts-and-menus): Add function to install
9131 shortcuts and menus.
9132 (gnus-registry-initialize): Use it.
9133 (gnus-registry-default-mark): Clarify documentation.
9134
9135 2008-02-29 Glenn Morris <rgm@gnu.org>
9136
9137 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9138 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9139 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9140 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9141 Change defcustom :version from 23.0 to 23.1.
9142
9143 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
9144
9145 * gnus-registry.el (gnus-registry-follow-group-p)
9146 (gnus-registry-post-process-groups): Add functions to aid registry
9147 splitting and improve logging. Clarify behavior in function
9148 documentation.
9149 (gnus-registry-split-fancy-with-parent): Use them.
9150
9151 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9152
9153 * gnus-art.el: Use with-current-buffer.
9154
9155 2008-02-27 David Engster <dengste@eml.cc>
9156
9157 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9158 Express real group name in the response.
9159
9160 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
9161
9162 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9163 (nnmairix-last-server, nnmairix-current-server): Defvar them.
9164 (nnmairix-goto-original-article): Defvar gnus-registry-install and
9165 autoload gnus-registry-fetch-group when compiling.
9166 (nnmairix-request-group-with-article-number-correction):
9167 Remove unreferenced argument passed to nnmairix-call-backend.
9168
9169 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
9170
9171 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9172 (mm-uu-extract): Improve face for low color ttys.
9173 Reported by Sascha Wilde.
9174
9175 2008-02-27 Glenn Morris <rgm@gnu.org>
9176
9177 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9178 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9179 variables to defconsts. Convert comments to doc-strings.
9180 (nnmairix-last-server, nnmairix-current-server): Convert from free
9181 variables to defvars. Convert comments to doc-strings.
9182 (gnus-registry-fetch-group): Autoload.
9183 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9184 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9185 (nnmairix-widget-build-editable-fields): Use car cddr rather than
9186 caddr.
9187 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9188 nnmairix-request-group-with-article-number-correction call.
9189 (nnmairix-fast, nnmairix-group): New, less general names, for free
9190 variables passed from nnmairix-request-group to
9191 nnmairix-request-group-with-article-number-correction. Declare.
9192 (nnmairix-request-group-with-article-number-correction):
9193 Use nnmairix-fast, nnmairix-group rather than fast, group.
9194
9195 2008-02-26 David Engster <dengste@eml.cc>
9196
9197 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
9198 version 0.5.
9199
9200 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
9201
9202 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9203 instead of making an extra function call. Don't add the current group
9204 to articles only when they have the group. Use
9205 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9206 Reported by David <de_bb@arcor.de>.
9207
9208 2008-02-24 Miles Bader <miles@gnu.org>
9209
9210 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9211 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9212 (mm-find-mime-charset-region):
9213 * mm-bodies.el (mm-encode-body):
9214 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9215
9216 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
9217
9218 * mail-source.el (mail-source-delete-incoming): Change default.
9219 Supplement doc string.
9220
9221 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9222
9223 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
9224
9225 * nnmail.el (nnmail-message-id-cache-file): Derive from
9226 `gnus-home-directory'.
9227
9228 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
9229
9230 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9231 Document negative prefix.
9232
9233 * gnus-group.el (gnus-group-read-group): Document negative prefix.
9234
9235 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9236
9237 * message.el (message-unsent-separator): Add the Exim bounce
9238 separator.
9239
9240 2008-02-10 Daiki Ueno <ueno@unixuser.org>
9241
9242 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9243 list.
9244 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9245 recipient/signer list.
9246
9247 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
9248
9249 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9250 fbound (Emacs 23 unicode), signal an error.
9251
9252 2008-02-08 Glenn Morris <rgm@gnu.org>
9253
9254 * gnus-art.el (pgg-display-output-buffer): Declare as function.
9255
9256 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
9257
9258 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9259 ports to the calls to `netrc-machine-user-or-password' in addition to
9260 "imap" and "imaps".
9261
9262 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
9263
9264 * gnus.el (gnus-group-startup-message): Add `find-image' call before
9265 image-load-path is let-bound. Reported by Harald Hanche-Olsen
9266 <hanche@math.ntnu.no>.
9267
9268 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
9269
9270 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9271
9272 2008-02-01 Zhang Wei <id.brep@gmail.com>
9273
9274 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9275
9276 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9277
9278 2008-02-01 Miles Bader <miles@gnu.org>
9279
9280 * mml.el (mml-parse-1): Remove apparently vestigial use of
9281 `mm-hack-charsets'.
9282 * mm-bodies.el (mm-encode-body): Likewise.
9283
9284 2008-02-01 Kenichi Handa <handa@m17n.org>
9285
9286 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9287 rfc2104-hexstring-to-bitstring and changed to return a byte list.
9288 (rfc2104-hash): Convert the result of concat to unibyte string.
9289
9290 2008-02-01 Dave Love <fx@gnu.org>
9291
9292 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9293 coding-system-for-read.
9294 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9295
9296 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9297 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
9298 (mm-find-mime-charset-region): Remove hack-charsets stuff.
9299
9300 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
9301
9302 * mail-source.el (mail-sources): Add `group' choice.
9303
9304 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9305 parameter `in-group' to control into which group the articles go.
9306 Add treatment of `group' mail-source.
9307
9308 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9309
9310 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9311 * message.el (message-beginning-of-line): Use featurep instead of bound
9312 tests in order to resolve conditionals at compile time.
9313
9314 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
9315
9316 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9317
9318 * mm-decode.el (mm-dissect-buffer): Decode description.
9319
9320 * mml.el (mml-to-mime): Encode message header first.
9321
9322 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
9323
9324 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9325 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9326
9327 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
9328
9329 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9330
9331 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
9332
9333 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9334 prefix keys.
9335 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9336 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9337 gnus-xmas.el.
9338
9339 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
9340
9341 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9342 Add new variables for article mark management.
9343 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9344 list of extra data entries which, when present, will indicate that the
9345 article ID should not be trimmed from the registry.
9346 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9347 functions.
9348 (gnus-registry-read-mark): New function to read a mark name from the
9349 user.
9350 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9351 (gnus-registry-set-article-mark-internal): New functions to add and
9352 remove marks.
9353 (gnus-registry-get-article-marks): New function to show the marks for
9354 an article, or retrieve them for further use.
9355
9356 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9357
9358 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9359 keys when no argument is given.
9360
9361 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9362
9363 * gnus-sum.el (gnus-article-sort-by-random)
9364 (gnus-thread-sort-by-random): Fix doc strings.
9365 Reported by jidanni@jidanni.org.
9366
9367 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
9368
9369 * gnus-art.el (gnus-article-describe-bindings): New function.
9370 (gnus-article-read-summary-keys): Use it.
9371 (gnus-article-mode-map): Bind `C-h b' to it.
9372
9373 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9374
9375 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9376 XEmacs.
9377 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9378 Protect against non-character events.
9379
9380 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
9381
9382 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9383 New command.
9384 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9385 instead of END. Change name of the temp file.
9386 (gnus-group-gmane-group-download-format): Add doc string. Make it
9387 customizable.
9388
9389 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
9390
9391 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9392 bind `S W' to gnus-article-wide-reply-with-original; set default
9393 binding to gnus-article-read-summary-send-keys.
9394 (gnus-article-read-summary-keys): Fix the order of keys; display
9395 continuation keys correctly in the echo area; describe bindings
9396 correctly when keys end with `C-h'.
9397 (gnus-article-read-summary-send-keys): New function.
9398 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9399 Work for gnus-article-read-summary-send-keys; display continuation keys
9400 correctly in the echo area.
9401 (gnus-article-reply-with-original): Ignore prefix argument.
9402 (gnus-article-wide-reply-with-original): New function.
9403
9404 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
9405
9406 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9407 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9408
9409 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
9410
9411 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9412 (gnus-group-read-ephemeral-gmane-group): New command.
9413
9414 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
9415
9416 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9417
9418 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9419
9420 * message.el (message-send-mail-function): Increase custom version.
9421
9422 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9423 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
9424
9425 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9426
9427 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9428 html parts correctly; support forwarded messages.
9429 (gnus-article-browse-html-article): Remove work buffers.
9430
9431 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9432 compiling.
9433 (netrc-bound-and-true-p): New macro.
9434 (netrc-parse): Use it instead of bound-and-true-p that is not available
9435 in XEmacs 21.4.
9436
9437 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
9438
9439 * gnus-registry.el (gnus-registry-mark-article)
9440 (gnus-registry-article-marks): Add functionality to mark articles
9441 through the Gnus registry.
9442
9443 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9444 (netrc-parse): Use encrypt-file-alist to determine if
9445 encrypt-find-model or encrypt-insert-file-contents should be used.
9446
9447 2007-12-19 Glenn Morris <rgm@gnu.org>
9448
9449 * mml.el (message-options-set, message-narrow-to-head)
9450 (message-in-body-p, message-mail-p, message-encode-message-body):
9451 Autoload.
9452 (message-remove-header, message-narrow-to-headers-or-head)
9453 (message-subscribed-p, message-make-mail-followup-to)
9454 (message-position-on-field, message-news-p)
9455 (message-options-set-recipient, message-generate-headers)
9456 (message-sort-headers): Declare as functions.
9457
9458 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9459
9460 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9461 convention in doc string.
9462
9463 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9464
9465 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9466 title to html parts.
9467 (gnus-article-browse-html-article): Pass message header to it.
9468
9469 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9470
9471 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
9472
9473 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9474 or password compatible with XEmacs.
9475
9476 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
9477
9478 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9479 format document.
9480 (gnus-mime-delete-part): Don't write description line if empty.
9481 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9482
9483 2007-12-14 Johan Bockgård <bojohan@gnu.org>
9484
9485 * gnus-sum.el (gnus-summary-mark-unread-as-read)
9486 (gnus-summary-mark-read-and-unread-as-read)
9487 (gnus-summary-mark-current-read-and-unread-as-read)
9488 (gnus-summary-mark-unread-as-ticked): Doc fix.
9489 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9490
9491 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9492
9493 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9494 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9495
9496 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9497
9498 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9499 yes-or-no-p.
9500
9501 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
9502
9503 * mm-decode.el (mm-add-meta-html-tag): New function.
9504 (mm-save-part-to-file, mm-pipe-part): Use it.
9505
9506 * gnus-art.el (gnus-article-browse-delete-temp-files):
9507 Use gnus-y-or-n-p instead of y-or-n-p.
9508 (gnus-article-browse-html-parts): Work with message/external-body; use
9509 mm-add-meta-html-tag.
9510
9511 2007-12-11 Glenn Morris <rgm@gnu.org>
9512
9513 * gnus-cache.el: Require gnus-sum not just when compiling.
9514
9515 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9516
9517 * gnus-int.el (gnus-server-opened, gnus-status-message):
9518 Move definitions before use.
9519
9520 * mm-decode.el: Require gnus-util.
9521 (mm-remove-part): Only call delete-annotation on XEmacs.
9522
9523 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9524
9525 * nnmail.el: Require gnus-int.
9526
9527 * spam.el: Move `require's before `eval-when-compile's.
9528
9529 * gnus-ems.el (gnus-alive-p):
9530 * gnus-fun.el (message-goto-eoh):
9531 * gnus-util.el (gnus-group-name-decode):
9532 * mail-source.el (gnus-compress-sequence):
9533 * message.el (Info-goto-node, format-spec):
9534 * mm-bodies.el (message-options-get):
9535 * mm-decode.el (mm-view-pkcs7):
9536 * mm-util.el (gmm-write-region):
9537 * mml-smime.el (mml-compute-boundary)
9538 (gnus-completing-read-with-default):
9539 * mml.el (widget-button-press, gnus-make-hashtable):
9540 * mml1991.el (mm-decode-content-transfer-encoding)
9541 (mm-encode-content-transfer-encoding)
9542 (message-options-get, message-options-set):
9543 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9544 * nnfolder.el (gnus-request-group):
9545 * nnheader.el (ietf-drums-unfold-fws):
9546 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9547 * smime.el (gnus-run-mode-hooks):
9548 * spam-stat.el (gnus-message): Autoload.
9549
9550 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9551 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9552 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9553 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9554 Add declare-function compatibility definition.
9555
9556 * gnus-cache.el (nnvirtual-find-group-art):
9557 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9558 (gnus-add-image, gnus-add-wash-type):
9559 * gnus-group.el (nnkiboze-score-file):
9560 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9561 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9562 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9563 (message-tokenize-header, gnus-get-buffer-create)
9564 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9565 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9566 * gnus.el (gnus-group-decoded-name):
9567 * mail-source.el (imap-capability):
9568 * mm-bodies.el (message-options-set):
9569 * mm-decode.el (gnus-configure-windows):
9570 * mm-extern.el (message-goto-body):
9571 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9572 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9573 (epg-sub-key-validity, message-options-set):
9574 * mml.el (widget-event-point, gnus-configure-windows):
9575 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9576 * mml2015.el (epg-check-configuration, epg-configuration)
9577 (message-options-set):
9578 * nndb.el (nndb-request-article):
9579 * nnfolder.el (gnus-request-create-group):
9580 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9581 * nnmaildir.el (gnus-group-mark-article-read):
9582 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9583 * rfc1843.el (message-fetch-field):
9584 * spam.el (gnus-extract-address-components):
9585 Declare as functions.
9586
9587 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
9588
9589 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9590
9591 2007-12-09 Glenn Morris <rgm@gnu.org>
9592
9593 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9594
9595 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9596 * message.el, mm-view.el, sieve-manage.el, smime.el:
9597 Add declare-function compatibility definition.
9598
9599 * gnus-art.el (w3-region, w3m-region, Info-menu):
9600 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9601 * gnus-sum.el (gnus-get-predicate):
9602 * gnus-util.el (mm-append-to-file, w32-focus-frame):
9603 * message.el (mail-abbrev-in-expansion-header-p):
9604 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9605 (w3m-detect-meta-charset, w3m-region):
9606 * sieve-manage.el (password-read, password-cache-add)
9607 (password-cache-remove):
9608 * smime.el (password-read-and-add): Declare as functions.
9609
9610 2007-12-08 David Kastrup <dak@gnu.org>
9611
9612 * gnus-sum.el (gnus-summary-simplify-subject-query):
9613 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9614 `message'.
9615
9616 2007-12-07 Glenn Morris <rgm@gnu.org>
9617
9618 * gnus-art.el (article-make-date-line): Revert previous change.
9619
9620 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
9621
9622 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9623
9624 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
9625
9626 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9627 Call gnus-add-to-range ranges only once with a prepared article-list.
9628
9629 2007-12-06 Paul Jarc <prj@po.cwru.edu>
9630
9631 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9632 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9633 group names with backslashes.
9634 Reported by Tassilo Horn <tassilo@member.fsf.org>.
9635
9636 2007-12-06 Deepak Goel <deego3@gmail.com>
9637
9638 * gnus-art.el (article-make-date-line):
9639 * gnus-start.el (gnus-load):
9640 * pop3.el (pop3-read-response): Fix buggy call to `error'.
9641
9642 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9643
9644 * gnus-art.el (gnus-use-idna)
9645 * gnus-start.el (gnus-site-init-file)
9646 * message.el (message-use-idna)
9647 * mm-uu.el (mm-uu-hide-markers)
9648 * smiley.el (smiley-style): Revert changes that suppress warnings.
9649
9650 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9651
9652 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9653 specify charset to html source.
9654 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9655
9656 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9657
9658 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9659 idna-program in order to suppress byte compile warning issued by XEmacs
9660 that came to byte compile the default value section of defcustom forms
9661 recently.
9662
9663 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9664 value of installation-directory.
9665
9666 * message.el (message-use-idna): Don't directly refer to the value of
9667 idna-program.
9668
9669 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9670
9671 * smiley.el (smiley-style): Don't directly call face-attribute.
9672
9673 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
9674
9675 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9676
9677 * gnus-dired.el: Reduce Gnus dependencies.
9678 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9679 Don't require. Use autoloads instead.
9680 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9681 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9682 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9683 (gnus-dired-mode): Adjust doc string.
9684 (gnus-dired-mail-mode): New variable.
9685 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9686 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9687 (gnus-dired-mail-buffers): New function. Return mail or message
9688 composition buffers.
9689 (gnus-dired-attach): Use it.
9690 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9691 NO-DECODE.
9692 (gnus-dired-print): Use `gnus-print-buffer' depending on
9693 `gnus-dired-mail-mode'.
9694
9695 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
9696
9697 * rfc2047.el (rfc2047-encoded-word-regexp)
9698 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9699 explaining what regexp patterns are for.
9700
9701 2007-12-04 Glenn Morris <rgm@gnu.org>
9702
9703 * password.el: Move to ../password-cache.el.
9704
9705 * mml1991.el (password-read, password-cache-add, password-cache-remove):
9706 * mml2015.el (password-read, password-cache-add, password-cache-remove):
9707 * mml-smime.el (password-read, password-cache-add)
9708 (password-cache-remove):
9709 No need to autoload, since mml-sec requires password.
9710
9711 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9712 * message.el (gnus-extract-address-components):
9713 * mml-smime.el (gnus-extract-address-components): Define for compiler.
9714
9715 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9716 password.
9717
9718 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9719
9720 * mailcap.el: Reduce dependencies.
9721 (mail-header-parse-content-type): Autoload.
9722 (mailcap-delete-duplicates): New alias.
9723 (mailcap-mime-info): Add optional argument NO-DECODE.
9724 (mailcap-mime-types): Use mailcap-delete-duplicates.
9725
9726 * message.el (message-ignored-supersedes-headers): Add "X-ID".
9727
9728 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9729
9730 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9731 function.
9732
9733 * gnus-uu.el (gnus-uu-decode-yenc): New command.
9734 (gnus-uu-yenc-article): New function.
9735
9736 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9737
9738 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9739
9740 2007-12-02 Glenn Morris <rgm@gnu.org>
9741
9742 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
9743 Move to ../net.
9744
9745 * binhex.el, uudecode.el: Move to ../mail.
9746
9747 * encrypt.el: Remove file.
9748
9749 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
9750
9751 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9752 matches on patches.
9753
9754 * gnus-art.el (gnus-article-browse-html-article):
9755 Mention `mm-text-html-renderer' in the doc string.
9756
9757 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9758 string. Add comments.
9759
9760 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9761 if rhs is ASCII.
9762
9763 2007-12-01 Glenn Morris <rgm@gnu.org>
9764
9765 * dig.el, dns.el: Move to ../net.
9766 * format-spec.el, hex-util.el, sha1.el: Move to ../.
9767
9768 * mail-source.el (top-level): Require format-spec before
9769 eval-when-compile.
9770
9771 2007-11-30 Glenn Morris <rgm@gnu.org>
9772
9773 * encrypt.el: Require password, rather than autoloading password-read.
9774
9775 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
9776
9777 * gnus.el (gnus-method-to-server): Add an optional parameter so the
9778 caller can indicate whether the cache should be disregarded for this
9779 call. This way the result of the call is reproducible at all times and
9780 can be considered a canonical server name for the supplied method.
9781 (gnus-agent-method-p): Canonicalize server names by pushing their
9782 method through `gnus-method-to-server' using the no-cache argument.
9783
9784 * gnus-srvr.el (gnus-server-insert-server-line):
9785 Call `gnus-method-to-server' with `no-cache' argument.
9786
9787 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9788 gnus-agent-possibly-synchronize-flags as this should be called when the
9789 server is actually being opened.
9790 (gnus-agent-possibly-synchronize-flags)
9791 (gnus-agent-possibly-synchronize-flags-server): Move check for the
9792 flags file of an agentized server to the latter function.
9793
9794 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9795 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9796 after a connection has been established successfully.
9797
9798 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
9799
9800 * gnus-art.el (article-display-face): Force to display face if called
9801 interactively; check if gnus-article-x-face-too-ugly matches author.
9802 (article-display-x-face): Display face even if From header is missing
9803 as article-display-face does.
9804
9805 2007-11-28 Richard Stallman <rms@gnu.org>
9806
9807 * md4.el: Move to ../.
9808 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9809
9810 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
9811
9812 * mail-source.el (mail-sources): Default to fetch from file for
9813 compatibility with default of nnmail-spool-file.
9814
9815 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
9816
9817 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9818 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9819 to look for encoded word that should be encoded again.
9820 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9821 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9822 encoding pattern.
9823 (rfc2047-decode-region): Switch strict regexp and loose one according
9824 to rfc2047-allow-irregular-q-encoded-words.
9825
9826 2007-11-26 Simon Josefsson <simon@josefsson.org>
9827
9828 * imap.el: Move to ../net directory.
9829
9830 2007-11-25 Romain Francoise <romain@orebokech.com>
9831
9832 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9833
9834 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9835
9836 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9837 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9838
9839 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9840 `nnmail-spool-file'.
9841
9842 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9843 `nnmail-spool-file'.
9844
9845 * gnus-move.el (gnus-change-server): Ditto.
9846
9847 * gnus-kill.el (gnus-batch-score): Ditto.
9848
9849 * gnus-cache.el (gnus-jog-cache): Ditto.
9850
9851 * gnus-msg.el (gnus-summary-reply):
9852 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9853
9854 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9855
9856 * gnus-cache.el (gnus-cache-generate-nov-databases):
9857 Use nnml-generate-nov-databases-directory instead of
9858 nnml-generate-nov-databases-1.
9859
9860 2007-11-24 Glenn Morris <rgm@gnu.org>
9861
9862 * message.el (message-tool-bar-retro): Update for rename
9863 mail_send.xpm->mail-send.xpm.
9864
9865 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9866
9867 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9868 `smime-ldap-search' for Emacs 22 and up.
9869
9870 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9871
9872 * hashcash.el: Move to ../mail directory.
9873
9874 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
9875
9876 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9877 `smime-ldap-search' for Emacs 22 and up.
9878
9879 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9880
9881 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9882
9883 * message.el (message-send-mail-function): Fix error convention.
9884 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9885 (message-widen-reply, message-send-mail, message-talkative-question)
9886 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9887 (message-clone-locals, message-send-news): Use with-current-buffer.
9888 (message-insert-or-toggle-importance): Remove unused var `valid'.
9889 (message-make-references): Remove unused var `new-references'.
9890 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9891
9892 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
9893
9894 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9895 (spam-split-symbolic-return-positive): Reflow docstring.
9896 (spam-backends, spam-summary-exit-behavior)
9897 (spam-mark-ham-unread-before-move-from-spam-group)
9898 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9899 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9900 (spam-clear-cache, spam-backend-check, spam-install-backend)
9901 (spam-install-statistical-backend, spam-list-of-processors)
9902 (spam-group-processor-p, spam-split, spam-bogofilter-score)
9903 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9904 (spam-check-crm114, spam-initialize, spam-unload-hook):
9905 Fix typos in docstrings.
9906
9907 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9908
9909 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9910 been checked if they have never been read and those group levels are
9911 higher than the one that a user specified.
9912
9913 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9914
9915 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9916 foreign groups unless a group level is specified by a user.
9917 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9918
9919 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
9920
9921 * message.el (message-send-mail-function): Require sendmail.
9922
9923 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
9924
9925 * message.el (message-send-mail-function): Check for smtpmail too.
9926
9927 * utf7.el (utf7-encode, utf7-decode): Use coding system
9928 `utf-7'/`utf-7-imap' from utf-7.el' if available.
9929
9930 * message.el (message-send-mail-function): New function.
9931 (message-send-mail-function): Set default using
9932 message-send-mail-function. Adjust doc string.
9933 (message-send-mail-with-mailclient): New function.
9934
9935 2007-11-17 Richard Stallman <rms@gnu.org>
9936
9937 * assistant.el: Remove file.
9938
9939 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
9940
9941 * smime.el (from):
9942 * rfc2047.el (message-posting-charset):
9943 * qp.el (mm-use-ultra-safe-encoding):
9944 * pop3.el (parse-time-months):
9945 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9946 * nnml.el (files):
9947 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9948 (jka-compr-compression-info-list, ange-ftp-path-format)
9949 (efs-path-regexp):
9950 * nndiary.el (files):
9951 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9952 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9953 (epg-digest-algorithm-alist, inhibit-redisplay)
9954 (password-cache-expiry):
9955 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9956 (pgg-output-buffer, password-cache-expiry):
9957 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9958 (efs-path-regexp):
9959 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9960 (inhibit-redisplay):
9961 * mm-uu.el (file-name, start-point, end-point, entry)
9962 (gnus-newsgroup-name, gnus-newsgroup-charset):
9963 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9964 (latin-unity-ucs-list):
9965 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9966 (mm-uu-binhex-decode-function):
9967 * message.el (gnus-message-group-art, gnus-list-identifiers)
9968 (rmail-enable-mime-composing, gnus-local-organization)
9969 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9970 (gnus-read-active-file, facemenu-add-face-function)
9971 (facemenu-remove-face-function, gnus-article-decoded-p)
9972 (tool-bar-mode):
9973 * mail-source.el (display-time-mail-function):
9974 * gnus-util.el (nnmail-pathname-coding-system)
9975 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9976 (gnus-original-article-buffer, gnus-user-agent)
9977 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9978 (xemacs-codename, sxemacs-codename, emacs-program-version):
9979 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9980 * gnus-start.el (gnus-agent-covered-methods)
9981 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9982 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9983 (gnus-newsgroup-headers, gnus-group-list-mode)
9984 (gnus-group-mark-positions, gnus-newsgroup-data)
9985 (gnus-newsgroup-unreads, nnoo-state-alist)
9986 (gnus-current-select-method, mail-sources)
9987 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9988 (nnmail-spool-file, gnus-cache-active-hashtb):
9989 * gnus-mh.el (mh-lib-progs):
9990 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9991 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9992 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9993 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9994 (gnus-group-buffer):
9995 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9996 (font-lock-set-defaults):
9997 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9998 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9999 (gnus-summary-post-menu, total-parts, type, condition, length):
10000 * gnus-agent.el (gnus-agent-read-agentview):
10001 * flow-fill.el (show-trailing-whitespace):
10002 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10003 eval-and-compile wrappers for byte compiler pacifiers.
10004
10005 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10006 (mm-display-inline-fontify): Check for featurep 'xemacs not
10007 extent-list.
10008
10009 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10010 itimer-list.
10011 (mm-create-image-xemacs): Only do something for XEmacs.
10012 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10013
10014 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10015
10016 * gnus-registry.el (gnus-adaptive-word-syntax-table):
10017 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10018
10019 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
10020
10021 * nnimap.el (nnimap-split-download-body):
10022 * gnus-demon.el (gnus-demon):
10023 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10024
10025 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
10026
10027 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10028 New macros.
10029 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10030 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10031 copy data from unibyte buffer to multibyte current buffer.
10032 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10033 to copy data from unibyte current buffer to multibyte buffer.
10034 (nntp-make-process-buffer): Make process buffer unibyte.
10035
10036 * pop3.el (pop3-open-server): Fix typo in Lisp code.
10037
10038 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
10039
10040 * pop3.el (pop3-open-server): Accept and process data more robustly at
10041 connexion start to avoid spurious "POP SSL connexion failed" errors.
10042
10043 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10044
10045 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10046 read group names.
10047
10048 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
10049
10050 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10051
10052 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
10053
10054 * nnmail.el (nnmail-parse-active): Make group names unibyte.
10055 (nnmail-save-active): Use a unibyte buffer when saving active file,
10056 which may contain non-ASCII group names.
10057
10058 * nnml.el (nnml-request-group): Decode group names in messages.
10059
10060 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
10061
10062 * message.el (message-citation-line-function)
10063 (message-insert-formatted-citation-line): Fix spelling of
10064 `message-insert-formated-citation-line'.
10065
10066 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
10067
10068 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10069
10070 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10071
10072 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10073 nnmail-pathname-coding-system.
10074
10075 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10076 that a user enters; decode group names in messages.
10077
10078 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10079
10080 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
10081
10082 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10083
10084 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10085
10086 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10087 risky local variable.
10088
10089 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10090
10091 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
10092
10093 * encrypt.el: Improve documentation to fix function name typo.
10094 Reported by Daiki Ueno <ueno@unixuser.org>.
10095
10096 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
10097
10098 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10099 even if the point is not in the last page of an article.
10100 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10101 back to the previous page.
10102
10103 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
10104
10105 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10106
10107 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
10108
10109 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10110
10111 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
10112
10113 * message.el (message-check-news-body-syntax):
10114 Avoid mm-string-as-multibyte.
10115 (message-hide-headers): Don't assume (point-min)==1.
10116
10117 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10118
10119 * message.el (message-remove-blank-cited-lines): Fix if remove is
10120 given.
10121 (message-bogus-address-regexp): New variable.
10122 (message-bogus-recipient-p): New function.
10123 (message-check-recipients): New command.
10124 (message-syntax-checks): Add `bogus-recipient'.
10125 (message-fix-before-sending): Add `bogus-recipient'.
10126
10127 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10128 (gnus-treat-body-boundary): Don't test window-system.
10129
10130 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
10131
10132 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10133
10134 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10135
10136 * gnus.el: Bump version to Gnus v5.13.
10137
10138 2007-10-28 Miles Bader <miles@gnu.org>
10139
10140 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10141 at compile-time too.
10142
10143 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
10144
10145 * gnus-msg.el (gnus-message-setup-hook):
10146 Add `message-remove-blank-cited-lines' to options.
10147
10148 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10149
10150 * message.el (message-remove-blank-cited-lines): New function.
10151 Suggested by Karl Plästerer.
10152
10153 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
10154
10155 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10156 mapc.
10157
10158 * imap.el (imap-open): Replace mapcar called for effect with mapc.
10159 (top-level): Use mapc to set functions to be traced for debugging.
10160
10161 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10162 called for effect with while loop.
10163
10164 * message.el (message-talkative-question): Replace mapcar called for
10165 effect with mapc.
10166
10167 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10168 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10169 called for effect with dolist.
10170
10171 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10172
10173 * nndiary.el: Use dolist instead of mapcar to add diary headers to
10174 gnus-extra-headers and nnmail-extra-headers.
10175
10176 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10177 called for effect with dolist.
10178 (top-level): Use mapc to set functions to be traced for debugging.
10179
10180 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10181 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10182 dolist.
10183
10184 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10185 Replace mapcar called for effect with mapc.
10186 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10187 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10188 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10189 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10190
10191 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10192 remove-if that's a cl function.
10193
10194 * webmail.el (webmail-debug): Replace mapcar called for effect with
10195 dolist.
10196
10197 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
10198
10199 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10200 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10201 with while loop.
10202
10203 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10204 functions from article-* functions.
10205 (gnus-multi-decode-header): Replace mapcar called for effect with
10206 dolist.
10207
10208 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10209 (gnus-bookmark-show-details): Replace mapcar called for effect with
10210 while loop.
10211
10212 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10213 called for effect with while loop.
10214
10215 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10216 with dolist.
10217
10218 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10219 Replace mapcar called for effect with dolist.
10220
10221 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10222
10223 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10224 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10225 Replace mapcar called for effect with dolist.
10226 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10227 mapc.
10228
10229 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10230 Replace mapcar called for effect with dolist.
10231 (gnus-topic-list): Replace mapcar called for effect with mapc.
10232
10233 * gnus.el: Use mapc instead of mapcar to add autoloads.
10234
10235 2007-10-23 Richard Stallman <rms@gnu.org>
10236
10237 * gnus-group.el (gnus-group-highlight): Mark as risky.
10238
10239 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
10240
10241 * gnus.el (gnus-server-to-method): Return method found first in
10242 gnus-newsrc-alist.
10243
10244 * gnus-art.el (gnus-article-highlight-signature)
10245 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10246 button overlay without the front stickiness.
10247
10248 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
10249
10250 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10251 overview buffer needed a catch to receive its throw.
10252 (gnus-agent-flush-cache): Declare as interactive to make this function
10253 easier to use.
10254
10255 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
10256
10257 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10258 `next-line'.
10259
10260 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
10261
10262 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10263 exclude address matching message-dont-reply-to-names.
10264
10265 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10266
10267 * gnus-util.el (gnus-string<): New function.
10268
10269 * gnus-sum.el (gnus-article-sort-by-author)
10270 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10271
10272 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10273
10274 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10275 the frame-focus tag is set in gnus-buffer-configuration.
10276
10277 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
10278
10279 * gnus-art.el (gnus-article-add-button): Make a button overlay without
10280 the front stickiness.
10281
10282 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
10283
10284 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10285 url pattern; remove duplicate one.
10286 (gnus-article-extend-url-button): New function.
10287 (gnus-article-add-buttons): Use it.
10288 (gnus-button-push): Use concatenated url that it makes.
10289
10290 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
10291
10292 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10293 (sieve-manage-open): Use `mapc' instead of `mapcar'.
10294
10295 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10296
10297 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10298 Don't hardcode point-min==1.
10299
10300 2007-09-30 David Kastrup <dak@gnu.org>
10301
10302 * gnus-art.el (gnus-article-reply-with-original)
10303 (gnus-article-followup-with-original): When `transient-mark-mode' is
10304 off, refrain from active-region behavior for followups.
10305
10306 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
10307
10308 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10309 Fix comment about "iso8859-1".
10310
10311 2007-10-08 Daiki Ueno <ueno@unixuser.org>
10312
10313 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10314 ones returned from the verify-function.
10315
10316 * mm-uu.el (mm-uu-pgp-signed-extract-1):
10317 Call mml2015-extract-cleartext-signature if extraction failed.
10318
10319 2007-10-07 Daiki Ueno <ueno@unixuser.org>
10320
10321 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10322 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10323 failed.
10324
10325 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
10326
10327 * Relicense "GPLv2 or later" files to "GPLv3 or later".
10328
10329 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
10330
10331 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10332 to mark a thread as expirable. Add variable `hide' to handle hiding of
10333 thread for both the null and zero (kill/expire thread) universal prefix
10334 cases.
10335 (gnus-summary-expire-thread): Add new function to expire a thread,
10336 using gnus-summary-kill-thread.
10337 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10338 shortcuts for gnus-summary-expire-thread.
10339 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10340 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
10341
10342 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
10343
10344 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10345 extras value, so an extras entry can be deleted.
10346 (gnus-registry-delete-extra-entry): Use it.
10347 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10348 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10349 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10350 storage through the gnus-registry, and provide an appropriate API for
10351 it.
10352
10353 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10354
10355 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10356 Suggested by Leo <sdl.web@gmail.com>.
10357
10358 * gnus.el: Do.
10359
10360 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10361
10362 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10363 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
10364
10365 * gnus-agent.el (gnus-agent-fetch-headers): Do.
10366
10367 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10368 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10369
10370 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10371
10372 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10373 newline.
10374 (nnmbox-request-accept-article): Don't change article in source buffer;
10375 narrow to header to use message-fetch-field rather than
10376 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10377 (nnmbox-request-replace-article): Quote lines that'll be misidentified
10378 as delimiters; make sure article ends with newline.
10379 (nnmbox-delete-mail): Correct last position of article to be deleted;
10380 ignore X-Gnus-Newsgroup header in article body.
10381 (nnmbox-save-mail): Quote lines looking like delimiters at the right
10382 positions; make sure article ends with newline.
10383
10384 * message.el (message-display-abbrev): Don't infloop when a user
10385 inserts SPC in the beginning of header.
10386
10387 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
10388
10389 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10390 list of groups not followed by default. Fix type to be regexp.
10391 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10392
10393 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
10394
10395 * hmac-def.el (define-hmac-function): Switch from old-style to
10396 new-style backquotes.
10397
10398 * md4.el (md4-make-step): Likewise.
10399
10400 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10401
10402 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10403 raw-text coding system when saving .newsrc file, which may contain
10404 non-ASCII group names.
10405
10406 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10407
10408 * gnus-cus.el (gnus-score-extra): New widget.
10409 (gnus-score-extra-convert): New function.
10410 (gnus-score-customize): Use it for Extra.
10411
10412 2007-08-31 Daiki Ueno <ueno@unixuser.org>
10413
10414 * mml2015.el (mml2015-extract-cleartext-signature): New function.
10415 (mml2015-mailcrypt-clear-verify): Use it.
10416 (mml2015-gpg-clear-verify): Use it.
10417 (mml2015-pgg-clear-verify): Use it.
10418 (mml2015-epg-clear-verify): Replace the current part with the output
10419 from GnuPG; don't extract the plaintext by itself.
10420
10421 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10422 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10423 mml2015-clear-verify-function; don't touch the armor headers or
10424 dash-escaped text here.
10425
10426 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10427
10428 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10429 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10430 parts, or application/octet-stream as a last resort.
10431 (gnus-mime-view-part-as-type): Don't toggle display.
10432 (gnus-mime-view-part-as-charset): Don't turn off display before
10433 querying charset.
10434
10435 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10436 stuff to undisplayer function in Emacs.
10437 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10438
10439 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10440 text/calendar parts.
10441
10442 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10443
10444 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10445 decoding text/calendar parts.
10446
10447 * message.el (message-forward-make-body-mime): Always mark body as
10448 having no illegible text; remove signed-or-encrypted argument.
10449 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10450
10451 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10452 (mml-generate-mime-1): Don't encode body if it is specified to be in
10453 raw form; don't make buffer be unibyte when inserting multibyte string.
10454
10455 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10456
10457 * sha1.el: Fix up comment style.
10458 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10459 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10460
10461 * hex-util.el: Fix up comment style.
10462 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10463
10464 * gnus-salt.el: Use with-current-buffer.
10465 (gnus-pick-setup-message): Fix long-standing typo.
10466
10467 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
10468
10469 * imap.el (imap-logout-timeout): New variable.
10470 (imap-logout, imap-logout-wait): New functions.
10471 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10472
10473 * nnimap.el (nnimap-logout-timeout): New server variable.
10474 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10475 nnimap-logout-timeout.
10476
10477 * gnus-art.el (gnus-article-summary-command-nosave)
10478 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10479
10480 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
10481
10482 * gnus.el (gnus-maximum-newsgroup): New variable.
10483
10484 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10485 according to gnus-maximum-newsgroup.
10486
10487 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10488 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10489 Limit the range of articles according to gnus-maximum-newsgroup.
10490
10491 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
10492
10493 * gnus-art.el (gnus-sticky-article): Fix problems described in
10494 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
10495 Don't perform gnus-configure-windows here; reuse existing sticky
10496 article buffer.
10497
10498 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10499 it doesn't exist in gnus-article-mode.
10500
10501 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
10502
10503 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10504 (gnus-agent-decoded-group-name): New function.
10505 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10506 (gnus-agent-expire-group-1): Use it; decode group name in messages.
10507
10508 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
10509
10510 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10511 Add binding for gnus-sticky-article.
10512 (gnus-summary-exit): Don't kill sticky article buffers.
10513
10514 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10515 article buffer.
10516 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10517 (gnus-kill-sticky-article-buffers): New commands.
10518
10519 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
10520
10521 * nntp.el (nntp-xref-number-is-evil): New server variable.
10522 (nntp-find-group-and-number): If it is non-nil, don't trust article
10523 numbers in the Xref header.
10524
10525 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10526
10527 * gnus-agent.el (gnus-agent-read-group): New function.
10528 (gnus-agent-flush-group, gnus-agent-expire-group)
10529 (gnus-agent-regenerate-group): Use it.
10530 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10531 nnmail-pathname-coding-system.
10532
10533 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10534
10535 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10536
10537 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10538 that are unread as unread, and also as selected so that information of
10539 marks having been changed by a user may be updated when exiting group.
10540
10541 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
10542
10543 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10544
10545 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
10546
10547 * gnus-art.el (gnus-mime-display-single): Pass part number that is
10548 calculated ignoring signature parts to gnus-treat-article.
10549
10550 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
10551
10552 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10553 a point here in order to keep the window start.
10554 (gnus-insert-mime-security-button): Make a button overlay without the
10555 front stickiness.
10556 (gnus-mime-display-security): Goto the end of a button.
10557
10558 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10559
10560 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10561
10562 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10563 group-name-at-point.
10564 (gnus-group-completing-read): New function that offers decoded
10565 non-ASCII group names for completion.
10566 (gnus-fetch-group, gnus-group-read-ephemeral-group)
10567 (gnus-group-jump-to-group, gnus-group-make-group-simple)
10568 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10569 (gnus-group-fetch-control): Use it.
10570 (gnus-fetch-group): Use group-name-at-point for the initial value
10571 rather than the default value; use gnus-alive-p.
10572
10573 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10574 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10575 (gnus-summary-post-news): Use gnus-group-completing-read.
10576
10577 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10578 (gnus-read-move-group-name): Decode group name for completion.
10579
10580 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
10581
10582 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10583 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10584 Yamaoka slightly modified the code).
10585
10586 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
10587
10588 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10589 (nnmail-split-incoming): Bind it.
10590
10591 * nnml.el (nnml-group-name-charset): New function.
10592 (nnml-decoded-group-name): Use it; don't decode group name if
10593 nnmail-group-names-not-encoded-p is non-nil.
10594 (nnml-encoded-group-name): New function.
10595 (nnml-group-pathname): Inline nnml-decoded-group-name.
10596 (nnml-request-expire-articles): Decode group name in message.
10597 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10598 nnmail-pathname-coding-system.
10599 (nnml-save-mail, nnml-active-number): Work with decoded group names and
10600 not decoded ones according to nnmail-group-names-not-encoded-p.
10601 (nnml-generate-active-info): Use nnml-encoded-group-name.
10602
10603 2007-08-08 Glenn Morris <rgm@gnu.org>
10604
10605 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10606 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10607 doc-strings and comments.
10608
10609 2007-07-25 Glenn Morris <rgm@gnu.org>
10610
10611 * Relicense all FSF files to GPLv3 or later.
10612
10613 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10614
10615 * gnus-sum.el (gnus-summary-move-article):
10616 Make gnus-summary-respool-article work.
10617
10618 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
10619
10620 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10621 string.
10622
10623 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
10624
10625 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
10626 that should be ignored when comparing distant RSS articles with local
10627 ones.
10628 (nnrss-make-hash-index): New function. Create a hash index according
10629 to the ignored fields.
10630 (nnrss-check-group): Use it.
10631
10632 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10633
10634 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10635
10636 * gnus-art.el (article-decode-group-name): Decode Xref header too.
10637
10638 * gnus-group.el (gnus-group-make-group): Encode group name here unless
10639 the new optional argument ENCODED is non-nil.
10640 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10641 coding system for encoding group name.
10642 (gnus-group-make-rss-group): Pass un-encoded group name to
10643 gnus-group-make-group.
10644 (gnus-group-set-info): Tell gnus-group-make-group that group name is
10645 encoded.
10646
10647 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10648 Encode group name to which articles are moved or copied.
10649 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10650 coding system for encoding Newsgroup, Followup-To and Xref headers.
10651
10652 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10653 marks; use nnheader-file-coding-system to write a file.
10654 (nnagent-retrieve-headers): Bind file-name-coding-system to
10655 nnmail-pathname-coding-system.
10656
10657 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10658
10659 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10660 (nnml-request-article, nnml-request-create-group)
10661 (nnml-request-rename-group, nnml-find-id)
10662 (nnml-possibly-change-directory, nnml-possibly-create-directory)
10663 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10664 (nnml-save-marks): Use nnml-group-pathname instead of
10665 nnmail-group-pathname.
10666
10667 (nnml-request-create-group, nnml-request-expire-articles)
10668 (nnml-request-move-article, nnml-request-delete-group)
10669 (nnml-deletable-article-p, nnml-possibly-create-directory)
10670 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10671 (nnml-open-marks): Bind file-name-coding-system to
10672 nnmail-pathname-coding-system.
10673
10674 (nnml-request-article): Pass server argument to nnml-find-group-number.
10675 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10676 Pass server argument to nnml-possibly-create-directory.
10677 (nnml-request-accept-article): Pass server argument to
10678 nnml-active-number and nnml-save-mail.
10679 (nnml-find-group-number): Pass server argument to nnml-find-id.
10680 (nnml-request-update-info): Pass server argument to
10681 nnml-marks-changed-p.
10682
10683 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10684 (nnml-save-mail, nnml-active-number): Add server argument.
10685
10686 (nnml-request-delete-group): Warn if group is missing.
10687 (nnml-get-nov-buffer): Decode group name.
10688 (nnml-generate-active-info): Encode group name.
10689 (nnml-open-marks): Decode group name in messages.
10690
10691 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10692
10693 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10694 if it is not specified.
10695 (gnus-article-pipe-part, gnus-article-save-part)
10696 (gnus-article-interactively-view-part, gnus-article-copy-part)
10697 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10698 (gnus-article-inline-part, gnus-article-save-part-and-strip)
10699 (gnus-article-replace-part, gnus-article-delete-part)
10700 (gnus-article-view-part-as-type): Pass raw prefix argument to
10701 gnus-article-part-wrapper.
10702
10703 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
10704
10705 * gnus-agent.el (gnus-agent-save-active):
10706 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10707
10708 * gnus-cache.el (gnus-cache-save-buffers)
10709 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10710 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10711 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10712 (gnus-cache-braid-nov, gnus-cache-braid-heads)
10713 (gnus-cache-generate-active, gnus-cache-rename-group)
10714 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10715 (gnus-cache-update-overview-total-fetched-for):
10716 Bind file-name-coding-system to nnmail-pathname-coding-system.
10717 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10718 New variables.
10719 (gnus-cache-decoded-group-name): New function.
10720 (gnus-cache-file-name): Use it.
10721 (gnus-cache-generate-active): Use non-decoded group name for active.
10722
10723 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10724 right place.
10725 (gnus-write-active-file): Don't break non-ASCII group names.
10726
10727 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10728 nnmail-pathname-coding-system.
10729
10730 * gnus-uu.el (gnus-uu-decode-save): Typo.
10731
10732 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10733
10734 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10735
10736 2007-07-14 David Kastrup <dak@gnu.org>
10737
10738 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10739 finishing actions if we did not edit the article.
10740
10741 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10742
10743 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10744 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10745 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10746 (gnus-agent-flush-group, gnus-agent-flush-cache)
10747 (gnus-agent-fetch-headers, gnus-agent-load-alist)
10748 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10749 (gnus-agent-retrieve-headers, gnus-agent-request-article)
10750 (gnus-agent-regenerate-group)
10751 (gnus-agent-update-files-total-fetched-for)
10752 (gnus-agent-update-view-total-fetched-for):
10753 Bind file-name-coding-system to nnmail-pathname-coding-system.
10754 (gnus-agent-group-pathname): Don't encode file names by
10755 nnmail-pathname-coding-system.
10756 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10757 coding-system-for-write instead of buffer-file-coding-system to
10758 gnus-agent-file-coding-system.
10759
10760 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10761 Decode group name.
10762
10763 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10764
10765 * gnus-start.el (gnus-update-active-hashtb-from-killed)
10766 (gnus-read-newsrc-el-file): Make group names unibyte.
10767
10768 * nnmail.el (nnmail-group-pathname): Don't encode file names by
10769 nnmail-pathname-coding-system.
10770
10771 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10772 (nnrss-request-delete-group): Bind file-name-coding-system to
10773 nnmail-pathname-coding-system.
10774 (nnrss-read-server-data, nnrss-read-group-data):
10775 Bind file-name-coding-system correctly.
10776 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10777
10778 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10779 (nntp-server-to-method-cache): New variable.
10780 (nntp-group-pathname): New function that decodes non-ASCII group names.
10781 (nntp-possibly-create-directory, nntp-marks-changed-p)
10782 (nntp-save-marks, nntp-open-marks): Use it.
10783 (nntp-possibly-create-directory, nntp-open-marks):
10784 Bind file-name-coding-system to nnmail-pathname-coding-system.
10785 (nntp-open-marks): Decode group names when bootstrapping marks.
10786
10787 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10788 Newsgroups and Folowup-To headers.
10789
10790 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10791
10792 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10793 (gnus-server-closed-face, gnus-server-denied-face)
10794 (gnus-server-offline-face): Remove variable.
10795 (gnus-server-font-lock-keywords): Use faces that are not aliases.
10796
10797 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10798 of modifying message-stack directly for XEmacs.
10799
10800 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10801 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10802 if the coding-system argument is nil for XEmacs.
10803
10804 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10805 mm-charset-override-alist.
10806
10807 * rfc2047.el: Don't require base64; require rfc2045 for the function
10808 rfc2045-encode-string.
10809 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10810 to quote the parameter value.
10811
10812 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
10813
10814 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10815 form in gnus-group-name-charset-method-alist.
10816
10817 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10818 overrides the default layout edit-form.
10819
10820 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10821
10822 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10823
10824 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
10825
10826 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10827 as unfetched articles.
10828
10829 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
10830
10831 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10832
10833 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10834
10835 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10836 original back end that keeps marks in the local system.
10837
10838 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
10839
10840 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10841 arg of pop-to-buffer for XEmacs.
10842 (gnus-article-read-summary-keys): Ditto; don't restore window
10843 configuration if summary command ends up with neither article buffer
10844 nor summary buffer; describe bindings if summary keys end with C-h.
10845
10846 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10847
10848 * message.el (message-fix-before-sending): Skip raw message part to be
10849 forwarded while checking illegible text.
10850 (message-forward-make-body-mime, message-forward-make-body):
10851 Mark signed or encrypted raw message as having no illegible text.
10852
10853 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10854
10855 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10856 (gnus-message-with-timestamp-1): New macro.
10857 (gnus-message-with-timestamp): New function.
10858 (gnus-message): Use them.
10859
10860 * nnheader.el (nnheader-message): Use them.
10861
10862 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
10863
10864 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10865 .newsrc.eld file.
10866
10867 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10868
10869 * gnus-agent.el (gnus-agent-fetch-headers)
10870 (gnus-agent-retrieve-headers):
10871 Bind gnus-decode-encoded-address-function to identity.
10872
10873 * nntp.el (nntp-send-xover-command): Recognize an xover command is
10874 available also when the server returns simply a dot.
10875
10876 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10877
10878 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10879
10880 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10881
10882 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
10883
10884 * gnus-ems.el (gnus-x-splash): Make it work.
10885
10886 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10887 from being used.
10888
10889 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10890
10891 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10892 the front stickiness.
10893 (gnus-article-summary-command-nosave): Correct the order of the
10894 arguments passed to pop-to-buffer.
10895 (gnus-article-read-summary-keys): Ditto; make it work properly when the
10896 summary command ends up with the article buffer.
10897
10898 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10899 the same faces.
10900
10901 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10902
10903 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10904
10905 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10906
10907 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10908 * gnus-sum.el (gnus-summary-highlight):
10909 * mail-source.el (mail-source-delete-old-incoming-confirm):
10910 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10911
10912 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10913
10914 * gnus-art.el (gnus-mime-view-part-externally)
10915 (gnus-mime-view-part-internally): Fix predicate function passed to
10916 completing-read.
10917
10918 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10919
10920 * gnus.el (gnus-update-message-archive-method): Add :version.
10921
10922 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10923
10924 * gnus.el (gnus-update-message-archive-method): New variable.
10925
10926 * gnus-start.el (gnus-setup-news): Update saved "archive" method
10927 according to gnus-message-archive-method if
10928 gnus-update-message-archive-method is non-nil.
10929
10930 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10931
10932 * gnus-sum.el (gnus-summary-limit-to-address): New function.
10933 Suggested by Loic Dachary <loic@dachary.org>.
10934 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10935
10936 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10937
10938 * message.el (message-pop-to-buffer): Add switch-function argument.
10939 (message-mail): Pass switch-function argument to it.
10940
10941 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
10942
10943 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10944 Improve doc string.
10945
10946 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10947
10948 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10949 (gnus-header-content)
10950 * gnus-cite.el (gnus-cite-10)
10951 * gnus-srvr.el (gnus-server-closed)
10952 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10953 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10954 (gnus-group-mail-3-empty, gnus-group-mail-low)
10955 (gnus-group-mail-low-empty, gnus-splash)
10956 * message.el (message-header-to, message-header-cc)
10957 (message-header-subject, message-header-other, message-header-name)
10958 (message-header-xheader, message-separator, message-cited-text)
10959 (message-mml): Lighten colors of faces used for dark background.
10960
10961 2007-05-24 Simon Josefsson <simon@josefsson.org>
10962
10963 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10964 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
10965
10966 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10967
10968 * message.el (message-narrow-to-headers-or-head):
10969 Ignore mail-header-separator in the body.
10970
10971 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10972
10973 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10974 same as window size.
10975
10976 2007-05-22 Kevin Ryde <user42@zip.com.au>
10977
10978 * message.el (message-font-lock-keywords): Use message-header-xheader
10979 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
10980 ahead of the anything pattern, to get it recognised.
10981
10982 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
10983
10984 * gnus-sum.el (gnus-articles-to-read)
10985 (gnus-summary-insert-old-articles): Don't truncate group name for
10986 `read-string'.
10987
10988 * gnus-util.el (gnus-limit-string): Delete this function.
10989
10990 * gnus-sum.el (gnus-simplify-subject-fully):
10991 Use `truncate-string-to-width' instead.
10992
10993 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
10994
10995 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10996 Tell if, on summary exit, the next group has to be selected.
10997 (gnus-summary-exit): Use it.
10998
10999 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
11000
11001 * gnus-art.el (gnus-article-mode): Fix comment about displaying
11002 non-break space.
11003
11004 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11005
11006 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11007 Check if group is not a directory.
11008 (nnfolder-request-expire-articles): Don't delete articles if the target
11009 group is not available.
11010
11011 * nnml.el (nnml-request-create-group): Properly check if group is not a
11012 file.
11013 (nnml-request-expire-articles): Don't delete articles if the target
11014 group is not available.
11015
11016 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11017 Don't quote characters that are within parentheses.
11018
11019 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
11020
11021 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11022 (gnus-handle-ephemeral-exit): Select article according to it.
11023
11024 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
11025
11026 * message.el (message-insert-formated-citation-line): Remove newline.
11027 (message-citation-line-format): Add final \n here so that the user can
11028 avoid a blank line.
11029
11030 2007-05-03 Dan Christensen <jdc@uwo.ca>
11031
11032 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11033 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11034 Update lanl/arXiv support.
11035
11036 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
11037
11038 * gnus.el: Bump version number.
11039
11040 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11041
11042 * gnus.el (gnus-version-number): Bump version.
11043
11044 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11045
11046 * gnus.el: No Gnus v0.6 is released.
11047
11048 2007-04-27 Didier Verna <didier@xemacs.org>
11049
11050 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11051 * gmm-utils.el (gmm-regexp-concat): ... here.
11052 * message.el: Don't require 'gnus-util.
11053 (message-dont-reply-to-names): Handle name change above.
11054 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11055
11056 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11057
11058 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11059 since the initial value varies according to the system.
11060
11061 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
11062
11063 * mm-util.el (mm-charset-synonym-alist): Defcustom.
11064
11065 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
11066
11067 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11068
11069 2007-04-24 Didier Verna <didier@xemacs.org>
11070
11071 Improve the type of gnus-ignored-from-addresses.
11072 * gnus-util.el (gnus-orify-regexp): New function.
11073 * message.el (gnus-util): Require it.
11074 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11075 * gnus-sum.el (gnus-ignored-from-addresses): New function.
11076 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11077
11078 2007-04-24 Didier Verna <didier@xemacs.org>
11079
11080 * gnus-sum.el:
11081 * gnus-utils.el: Fix some trailing whitespaces.
11082
11083 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
11084
11085 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11086 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11087 article's Message-ID; refer parent article in summary buffer.
11088
11089 * message.el (message-bounce): Call mime-to-mml.
11090
11091 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
11092
11093 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11094
11095 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
11096
11097 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11098 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11099 displayed of multipart/alternative part if it is invoked from summary
11100 buffer.
11101
11102 * mm-view.el (mm-inline-text-html-render-with-w3m)
11103 (mm-inline-text-html-render-with-w3m-standalone)
11104 (mm-inline-render-with-function): Use mail-parse-charset by default.
11105
11106 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
11107
11108 * parse-time.el (parse-time-string-chars): Check if CHAR
11109 is less than the length of parse-time-syntax.
11110
11111 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
11112
11113 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11114 from gnus-newsgroup-processable.
11115
11116 2007-04-16 Didier Verna <didier@xemacs.org>
11117
11118 * gnus-msg.el (gnus-configure-posting-styles):
11119 Handle message-signature-directory properly with :file syntax.
11120 Reported by "Leo".
11121
11122 2007-04-11 Didier Verna <didier@xemacs.org>
11123
11124 New user option: message-signature-directory.
11125 * gnus-msg.el (gnus-configure-posting-styles): Support it.
11126 * message.el (message-insert-signature): Ditto.
11127 * message.el (message-signature-file): Doc update.
11128 * message.el (message-signature-directory): New.
11129
11130 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
11131
11132 * gnus-msg.el (gnus-inews-yank-articles):
11133 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11134
11135 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11136
11137 * message.el (message-yank-original): Make sure cited text ends with
11138 newline; don't exchange point and mark.
11139
11140 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
11141
11142 * tls.el (open-tls-stream): Properly handle case where there
11143 is no associated buffer.
11144
11145 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
11146
11147 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11148 message-yank-original, make sure (< mark TEXT point).
11149
11150 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
11151
11152 * message.el (message-fill-column): New variable.
11153 (message-mode): Use it. Add comment on a possible new hook.
11154
11155 * nnmail.el (nnmail-spool-file): Mark as obsolete.
11156 (nnmail-get-new-mail): Reformat.
11157
11158 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11159
11160 * gmm-utils.el: Fix Commentary.
11161 (gmm-tool-bar-from-list): Fix typo in doc string.
11162
11163 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
11164
11165 * message.el (message-yank-original): Don't switch point and mark
11166 unnecessarily to put point and mark as documented.
11167
11168 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11169
11170 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11171 from the message heads.
11172
11173 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
11174
11175 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11176 article buffer does not have a window. This may not be the best
11177 solution but is certainly better than setting the start of the null,
11178 that is the current, window.
11179
11180 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
11181
11182 * gnus-draft.el (gnus-draft-setup-hook): New hook.
11183 (gnus-draft-setup): Run it.
11184
11185 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11186 gnus-score-fast-scoring. Allow regexp.
11187 (gnus-score-headers): Use it.
11188
11189 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11190 XEmacs.
11191
11192 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11193 string.
11194 (gnus-button-alist): Also catch `<f1> k ...'.
11195 (gnus-treat-display-x-face): Fix doc string.
11196
11197 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11198
11199 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11200 evaluation of gnus-extended-version to ensure correct generation of the
11201 User-Agent header when message-generate-headers-first is used.
11202
11203 2007-03-24 Simon Josefsson <simon@josefsson.org>
11204
11205 * hashcash.el (hashcash-generate-payment-async): Don't crash if
11206 hashcash-path is nil. Don't call callback with incorrect number of
11207 parameters if val is 0.
11208
11209 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11210
11211 * message.el (message-required-news-headers):
11212 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11213
11214 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11215
11216 * message.el (message-generate-new-buffers): Change the meaning of the
11217 nil value; add `standard' to the choices; treat t as `unique'; improve
11218 doc string.
11219 (gnus-select-frame-set-input-focus): Autoload.
11220 (message-buffer-name): Search for the existing message buffer if
11221 message-generate-new-buffers is nil or `standard'; treat the value t of
11222 message-generate-new-buffers as `unique'.
11223 (message-pop-to-buffer): Raise the frame already displaying the message
11224 buffer; clear the echo area after querying.
11225 (message-setup): Pass the `continue' argument to compose-mail.
11226 (message-mail): Prefer `switch-function' if it is given; search for the
11227 existing message buffer if the `continue' argument is non-nil; pass
11228 continue and switch-function arguments to compose-mail by way of
11229 message-setup.
11230 (message-mail-other-window): Adjust argument of message-setup.
11231 (message-mail-other-frame): Ditto.
11232
11233 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11234
11235 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11236 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11237 to turn font-lock on when turning gnus-message-citation-mode on.
11238
11239 2007-03-06 Daiki Ueno <ueno@unixuser.org>
11240
11241 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11242 (mml-smime-function-alist): New variable; add epg as the backend.
11243 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11244 mml-smime- functions instead.
11245 * mm-view.el: Require smime.
11246
11247 2007-03-05 Didier Verna <didier@xemacs.org>
11248
11249 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11250 instead of just inheritance for posting styles.
11251 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11252
11253 2007-02-24 John Paul Wallington <jpw@pobox.com>
11254
11255 * tls.el (tls-certtool-program): Fix custom type.
11256
11257 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11258
11259 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11260 and point-at-eol instead of line-(beginning|end)-position.
11261
11262 * assistant.el (assistant-parse-buffer): Ditto.
11263
11264 2007-02-28 Daiki Ueno <ueno@unixuser.org>
11265
11266 * mml2015.el (mml2015-epg-find-usable-key): New function.
11267 (mml2015-epg-sign): Use it.
11268 (mml2015-epg-encrypt): Use it.
11269
11270 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11271
11272 * message.el (message-make-in-reply-to): Quote name containing
11273 non-ASCII characters. It will make the RFC2047 encoder cause an error
11274 if there are special characters. Reported by NAKAJI Hiroyuki
11275 <nakaji@jp.freebsd.org>.
11276
11277 2007-02-27 Didier Verna <didier@xemacs.org>
11278
11279 Include the group parameters as well as the topic ones in the
11280 inheritance filter process.
11281 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11282 argument GROUP-PARAMS-LIST.
11283 * gnus-topic.el (gnus-group-topic-parameters): Use it.
11284
11285 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11286
11287 * nntp.el (nntp-never-echoes-commands)
11288 (nntp-open-connection-functions-never-echo-commands): New variables.
11289 (nntp-send-command): Use them.
11290
11291 2007-02-20 Daiki Ueno <ueno@unixuser.org>
11292
11293 * mml2015.el (mml2015-epg-verify): Simplify.
11294
11295 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
11296
11297 * mml.el (mml-content-disposition-alist): New user option.
11298 (mml-content-disposition): New function.
11299 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11300 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11301
11302 2007-02-19 Daiki Ueno <ueno@unixuser.org>
11303
11304 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11305 verification.
11306
11307 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11308
11309 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11310 articles posted in the last 24 hours.
11311
11312 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
11313
11314 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11315
11316 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
11317
11318 * nntp.el (nntp-send-command): Don't wait for echoes when
11319 nntp-open-ssl-stream is used.
11320
11321 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
11322
11323 * gnus-cite.el (gnus-test-font-lock-add-keywords)
11324 (gnus-message-add-citation-keywords)
11325 (gnus-message-remove-citation-keywords): Remove.
11326 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11327 directly, make the variables in font-lock-defaults buffer-local, add
11328 gnus-message-citation-keywords to them and then update the value of
11329 font-lock-keywords.
11330
11331 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
11332
11333 * message.el (message-cite-original-1): Don't call
11334 gnus-article-highlight-citation.
11335
11336 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11337 citations; fix line count.
11338
11339 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11340
11341 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11342 (gnus-message-add-citation-keywords)
11343 (gnus-message-remove-citation-keywords): Use it; fix the emulating
11344 versions of font-lock-add-keywords and font-lock-remove-keywords to
11345 work with XEmacs correctly.
11346
11347 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11348
11349 * gnus-cite.el (gnus-cite-face-list): Set the values of
11350 gnus-message-max-citation-depth and gnus-message-citation-keywords.
11351 (gnus-message-max-citation-depth): Use defvar rather than defconst.
11352 (gnus-message-cite-prefix-regexp): New variable.
11353 (gnus-message-search-citation-line): Use it; protect against long
11354 citation prefix; fill match data with nil rather than 0 for XEmacs; set
11355 the 0th match data for Emacs.
11356 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11357 (gnus-message-add-citation-keywords): Append keywords rather than
11358 prepending; emulate font-lock-add-keywords if it is not available.
11359 (gnus-message-remove-citation-keywords):
11360 Emulate font-lock-remove-keywords if it is not available.
11361
11362 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11363
11364 * message.el (message-cite-prefix-regexp): Set the value of
11365 gnus-message-cite-prefix-regexp.
11366
11367 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11368
11369 * nnweb.el (nnweb-google-parse-1): Update parser.
11370
11371 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
11372
11373 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11374
11375 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11376
11377 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11378 regexp.
11379
11380 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11381
11382 * uudecode.el (uudecode-string-to-multibyte): New function emulating
11383 string-to-multibyte.
11384 (uudecode-decode-region-internal): Use it.
11385
11386 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
11387
11388 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11389 Fix custom choice.
11390
11391 * gnus-art.el (gnus-signature-limit): Fix custom choice.
11392
11393 2007-01-22 Daiki Ueno <ueno@unixuser.org>
11394
11395 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11396
11397 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11398 `write-region' to respect `mm-inhibit-file-name-handlers'.
11399
11400 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
11401
11402 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11403 Use gnus-home-directory instead of "~/" or "$HOME".
11404
11405 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
11406
11407 * encrypt.el (encrypt-insert-file-contents): Add better prompt
11408 to mention filename.
11409 Add comments at beginning regarding usage.
11410 (encrypt-write-file-contents): Change interactive so a string is
11411 acceptable. If the file has no associated model, show an error instead
11412 of a nonsense prompt.
11413
11414 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11415
11416 * spam.el (spam-bsfilter-ham-switch): Fix typo.
11417 Thanks to Yoshihiko Yamada for kind notification of this typo.
11418
11419 2007-01-12 Kenichi Handa <handa@m17n.org>
11420
11421 * uudecode.el (uudecode-decode-region-internal): Make it work in a
11422 multibyte buffer.
11423
11424 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
11425
11426 * gnus-score.el (gnus-score-fast-scoring): New variable.
11427 (gnus-score-headers): Use it.
11428
11429 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11430
11431 * message.el (message-cite-original-1):
11432 Call gnus-article-highlight-citation if requested.
11433 (message-make-from): Allow name and address as optional arguments.
11434
11435 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11436
11437 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11438 bugs to doc string.
11439 (gnus-button-alist): Add mid\\|message-id.
11440 (gnus-button-fetch-group): Extend for use in
11441 `browse-url-browser-function'.
11442 (gnus-button-url-regexp): Try to catch paired parentheses like in
11443 Wikipedia URLs.
11444
11445 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11446 Suggested by Simon Krahnke <overlord@gmx.li>.
11447
11448 2007-01-13 Romain Francoise <romain@orebokech.com>
11449
11450 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11451 Update copyright.
11452
11453 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
11454
11455 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11456
11457 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
11458
11459 * gnus-registry.el (gnus-registry-unfollowed-groups)
11460 (gnus-registry-split-fancy-with-parent): Fix documentation.
11461
11462 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11463
11464 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11465 from nnweb groups.
11466
11467 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11468
11469 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11470 Xref urls. Erase buffer before requesting head.
11471
11472 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11473
11474 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
11475
11476 * gnus-soup.el (gnus-soup): New custom group. Make user variables
11477 customizable.
11478
11479 2007-01-05 Daiki Ueno <ueno@unixuser.org>
11480
11481 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11482 no signing key is found.
11483 (mml2015-epg-encrypt): Ask user whether to skip or abort if
11484 no encrypting and/or signing key is found.
11485
11486 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11487
11488 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11489
11490 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11491
11492 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11493 headers read from disk with the ones newly found in the current search.
11494 This should no longer cause problems, because the article numbers in
11495 Gmane's `nov.php' output are ignored since the previous change.
11496
11497 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11498
11499 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11500
11501 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
11502
11503 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11504
11505 2007-01-01 Romain Francoise <romain@orebokech.com>
11506
11507 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11508
11509 2006-12-31 Steve Youngs <steve@sxemacs.org>
11510
11511 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11512 `define-minor-mode' macro definition expanded properly.
11513 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11514 exclude it there.
11515
11516 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11517 of 2006-12-30. The default is nil on (S)XEmacs already because of the
11518 `fboundp' test.
11519 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11520 This is OK to autoload in (S)XEmacs now.
11521
11522 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11523
11524 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11525 keystroke.
11526 (gnus-summary-limit-to-singletons): Fix typo.
11527
11528 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11529 else fails.
11530
11531 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11532
11533 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11534 docstring.
11535
11536 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11537 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11538 (gnus-summary-insert-dormant-articles): Fix typo in message.
11539
11540 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
11541
11542 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11543 nil for XEmacs.
11544 (gnus-message-citation-mode): Don't autoload in XEmacs.
11545
11546 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11547
11548 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
11549
11550 * nnimap.el (nnimap-expunge-search-string):
11551 Mention nnimap-search-uids-not-since-is-evil in docstring.
11552
11553 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
11554
11555 * spam.el: Revert to make-obsolete-variable because
11556 define-obsolete-variable-alias is not supported in Emacs 21.
11557
11558 * spam.el (spam-ifile-path, spam-ifile-database-path)
11559 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11560 make-obsolete-variable.
11561 (spam-bsfilter-path, spam-bsfilter-program)
11562 (spam-spamassassin-path, spam-spamassassin-program)
11563 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11564 Don't use "path" inappropriately.
11565 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11566 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11567 variable names.
11568
11569 2006-12-28 Daiki Ueno <ueno@unixuser.org>
11570
11571 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11572 summary buffer.
11573
11574 * password.el (password-cache-remove): Use clear-string to burn
11575 password, if available.
11576
11577 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11578
11579 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11580
11581 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11582
11583 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11584 (gnus-message-highlight-citation): Move defcustom here from
11585 gnus-cite.el.
11586 (gnus-message-citation-mode): Autoload.
11587
11588 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
11589 checks to make it compile with XEmacs.
11590 (gnus-message-citation-mode): New minor mode.
11591 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11592 (gnus-message-highlight-citation): New variables.
11593 (gnus-message-search-citation-line)
11594 (gnus-message-add-citation-keywords)
11595 (gnus-message-remove-citation-keywords)
11596 (turn-on-gnus-message-citation-mode)
11597 (turn-off-gnus-message-citation-mode): New functions.
11598
11599 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
11600
11601 * gnus-cite.el: Enable highlighting of different citation levels in
11602 message-mode.
11603
11604 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11605
11606 * message.el (message-make-fqdn): Fix comment.
11607 (message-bogus-system-names): Add ".local".
11608
11609 * spam.el (spam-ifile-path, spam-ifile-program)
11610 (spam-ifile-database-path, spam-ifile-database)
11611 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11612 Don't use "path" inappropriately.
11613 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11614 strings.
11615 (spam-check-ifile, spam-ifile-register-with-ifile)
11616 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11617 Use new variable names.
11618
11619 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11620 (gnus-treat-display-smileys): Simplify using
11621 gnus-image-type-available-p.
11622
11623 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11624 available.
11625
11626 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11627
11628 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11629 one after turning on the buffer's multibyteness instead of decoding
11630 them directly in the unibyte buffer that causes unexpected conversion
11631 in Emacs 23 (unicode).
11632
11633 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11634
11635 * message.el (message-generate-hashcash): Fix custom type.
11636
11637 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11638
11639 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11640
11641 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11642
11643 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11644 disconnect icons. Add help text.
11645
11646 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
11647
11648 * spam.el (spam-extra-header-to-number): CRM114 spam score is
11649 negated to be consistent with the others we handle.
11650
11651 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11652
11653 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11654 version of gnus-summary-buffer to something, so that we can use two
11655 article buffers at the same time.
11656
11657 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
11658
11659 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11660 trigger all the extra headers.
11661 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11662 sorting.
11663
11664 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11665
11666 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11667 solid groups.
11668
11669 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11670
11671 * legacy-gnus-agent.el: Add Copyright notice.
11672
11673 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
11674
11675 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11676
11677 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11678
11679 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11680
11681 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11682 to make it work reliably in CVS Emacs.
11683 (gnus-summary-limit-strange-charsets-predicate)
11684 (gnus-summary-limit-to-predicate): New functions.
11685
11686 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
11687
11688 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11689 specifying array size.
11690 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11691 array if it is too small.
11692 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11693 (gnus-sort-threads-loop): New function.
11694
11695 2006-12-06 Chris Moore <dooglus@gmail.com>
11696
11697 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11698 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11699
11700 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
11701
11702 * mm-url.el (mm-url-predefined-programs): Call curl with correct
11703 options.
11704
11705 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11706
11707 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11708 DOS-ing the recipient.
11709
11710 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11711 the headers when creating the mapping to avoid mismappings.
11712 (nnweb-gmane-create-mapping): Always nix out old mapping.
11713
11714 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11715
11716 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11717 and mm-verify-option to never.
11718
11719 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11720
11721 * message.el (message-signed-or-encrypted-p): New function.
11722 (message-forward-make-body): Use it.
11723
11724 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11725 Replace encode-coding-string with mm-encode-coding-string.
11726
11727 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
11728
11729 * nneething.el (nneething-decode-file-name):
11730 Replace decode-coding-string with mm-decode-coding-string.
11731
11732 * gnus-int.el (gnus-open-server): Say failed server's name.
11733
11734 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
11735
11736 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11737 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11738
11739 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11740 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11741 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11742 (gnus-group-make-directory-group, gnus-group-transpose-groups):
11743 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11744 (gnus-subscribe-newsgroup, gnus-1):
11745 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11746 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11747 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11748 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11749
11750 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11751
11752 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11753 keystroke.
11754 (gnus-summary-limit-to-bodies): Implement headersp.
11755
11756 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11757
11758 * dns.el (query-dns): Protect against "Process dns deleted" strings.
11759
11760 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
11761
11762 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11763
11764 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11765
11766 * message.el (message-generate-hashcash): Expand range of values to
11767 include `opportunistic'.
11768 (message-send-mail): Use it.
11769
11770 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11771
11772 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11773 and comment it.
11774
11775 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11776
11777 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
11778
11779 * gnus-util.el (gnus-extract-address-components): Improve comment.
11780
11781 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11782
11783 * gnus-util.el (gnus-extract-address-components): Work with address in
11784 which the name portion contains @.
11785
11786 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11787
11788 * gnus.el (gnus-start): Move custom group up.
11789 (gnus-select-method): Don't autoload, but make it available for
11790 `customize-variable'.
11791 (gnus-getenv-nntpserver): Don't autoload.
11792
11793 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
11794
11795 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11796
11797 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11798
11799 * message.el (message-sendmail-extra-arguments): New variable.
11800 (message-send-mail-with-sendmail): Use it.
11801
11802 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11803
11804 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11805 mm-with-unibyte-current-buffer to make string unibyte.
11806
11807 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11808 mm-string-as-multibyte.
11809
11810 2006-11-14 Daiki Ueno <ueno@unixuser.org>
11811
11812 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11813 Reported by Werner Koch <wk@gnupg.org>.
11814
11815 2006-11-14 Daiki Ueno <ueno@p360>
11816
11817 * mml2015.el: Autoload epa-select-keys when compiling.
11818
11819 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11820
11821 * mml2015.el (mml2015-epg-sign): Save the signing keys in
11822 message-options.
11823 (mml2015-epg-encrypt): Save the recipient keys in message-options.
11824
11825 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11826
11827 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11828 EasyPG (< 0.0.6).
11829 (mml2015-always-trust): New user option.
11830 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11831 prompt.
11832
11833 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
11834
11835 * nntp.el (nntp-authinfo-force): New variable.
11836 (nntp-send-authinfo): Use it.
11837
11838 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
11839
11840 * message.el (message-strip-subject-encoded-words): Allow _not_ to
11841 decode encoded words. Improve prompt. Add comment about forwarding.
11842 (message-replacement-char): Move up.
11843
11844 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11845
11846 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11847 instead of gnus-intersection because arguments of gnus-sorted-nunion
11848 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
11849
11850 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
11851
11852 * message.el (message-strip-subject-encoded-words): Reformat prompt.
11853 (message-simplify-subject-functions):
11854 Enable message-strip-subject-encoded-words by default.
11855
11856 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
11857
11858 * message.el (message-strip-subject-encoded-words): New function.
11859 (message-simplify-subject-functions): New variable.
11860 (message-simplify-subject): Use it. Fix typo in doc string.
11861 Support message-strip-subject-encoded-words.
11862
11863 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
11864
11865 * gnus-diary.el (gnus-diary-delay-format-function):
11866 * nndiary.el (nndiary-reminders):
11867 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11868
11869 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11870
11871 * gnus-art.el (article-hide-boring-headers): Fetch date from
11872 gnus-original-article-buffer to avoid problems with localized date
11873 strings.
11874
11875 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11876
11877 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11878
11879 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
11880
11881 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11882 New variables.
11883 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11884 (mm-charset-synonym-alist): Move some entries to
11885 mm-codepage-iso-8859-list.
11886 (mm-charset-synonym-alist, mm-charset-override-alist):
11887 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11888
11889 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11890
11891 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11892
11893 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11894
11895 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11896 with Emacs 21 and XEmacs.
11897
11898 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
11899
11900 * spam.el (spam-parse-address): New function for better parsing,
11901 catching errors, etc.
11902 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11903
11904 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11905
11906 * mm-view.el: Add interactive arg to html2text autoload.
11907
11908 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
11909
11910 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11911
11912 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
11913
11914 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11915 New variables.
11916 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11917 (mm-charset-synonym-alist): Move some entries to
11918 mm-codepage-iso-8859-list.
11919
11920 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11921
11922 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
11923
11924 * message.el (message-citation-line-format)
11925 (message-insert-formated-citation-line): Fix implementation of %E, %N
11926 and %n according to the doc string.
11927
11928 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
11929
11930 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11931 Use car-safe to avoid bad parses.
11932
11933 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11934
11935 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11936 names.
11937
11938 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11939
11940 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11941
11942 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11943 header.
11944
11945 * message.el (message-draft-headers): Add Date.
11946 (message-headers-to-generate): Fix typo in docstring.
11947
11948 * nndraft.el (nndraft-required-headers): New variable.
11949 (nndraft-generate-headers): Use it.
11950
11951 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11952
11953 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11954
11955 * gnus-registry.el (gnus-registry-wash-for-keywords)
11956 (gnus-registry-find-keywords): New functions to allow easy searching of
11957 articles that are in the registry.
11958
11959 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11960
11961 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11962 Use ietf-drums-parse-address instead of gnus-extract-address-components.
11963 Reported by Damien Elmes <damien@repose.cx>.
11964
11965 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11966
11967 * gnus.el (gnus-mime): Remove unused custom group.
11968
11969 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11970
11971 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11972 "blank line" when searching for end of armor headers.
11973
11974 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11975
11976 * gmm-utils.el (gmm-write-region): Fix variable name.
11977
11978 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11979
11980 * gmm-utils.el (gmm-write-region): New function based on compatibility
11981 code from `mm-make-temp-file'.
11982
11983 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11984
11985 * nnmaildir.el (nnmaildir--update-nov)
11986 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11987 Use `gmm-write-region'.
11988
11989 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11990
11991 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11992 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11993
11994 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11995
11996 * message.el (message-replacement-char): New variable.
11997 (message-fix-before-sending): Use it.
11998 (message-simplify-subject): New function to remove duplicate code.
11999 (message-reply, message-followup): Use it.
12000
12001 * gnus-sum.el (gnus-summary-make-menu-bar):
12002 Clarify gnus-summary-limit-to-articles.
12003
12004 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12005
12006 * gnus-util.el (gnus-with-local-quit): New macro.
12007
12008 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12009
12010 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
12011
12012 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12013 ignore non-string data.
12014
12015 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
12016
12017 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12018 non-string data (needs to be done in the registry too).
12019
12020 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12021
12022 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12023 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12024 (gnus-registry-split-fancy-with-parent)
12025 (gnus-registry-fetch-simplified-message-subject-fast)
12026 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12027 Remove text properties on ingress into the registry and when it's saved.
12028 (gnus-registry-clean-empty-function): Fix bug with cleaning the
12029 registry from entries with no groups.
12030
12031 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12032
12033 * gnus-util.el (gnus-string-remove-all-properties): Add utility
12034 function to remove string properties.
12035
12036 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
12037
12038 * gmm-utils.el (gmm): Adjust custom version.
12039
12040 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12041 Adjust custom version.
12042
12043 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12044
12045 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
12046
12047 * gnus-art.el (gnus-insert-prev-page-button)
12048 (gnus-insert-next-page-button): Simplify. Reformat.
12049
12050 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
12051
12052 * gnus-art.el (gnus-insert-prev-page-button)
12053 (gnus-insert-next-page-button): Apply gnus-article-button-face.
12054
12055 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
12056
12057 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12058
12059 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
12060
12061 * gnus-art.el (gnus-insert-mime-button)
12062 (gnus-insert-mime-security-button):
12063 Apply gnus-article-button-face to MIME and security buttons.
12064
12065 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
12066
12067 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12068 readable.
12069
12070 2006-09-20 Steve Youngs <steve@sxemacs.org>
12071
12072 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12073 `browse-url-of-file' instead of `browse-url'.
12074
12075 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12076
12077 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12078 regexp. Articles containing quotation were cut prematurely.
12079
12080 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
12081
12082 * message.el (message-cite-original-1): Use nobody by default for the
12083 value of From header.
12084 (message-reply): Ditto.
12085
12086 2006-09-11 Daiki Ueno <ueno@unixuser.org>
12087
12088 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12089 to the gnus-info. This fixes a bug of inline-PGP message verification.
12090 Reported by Michael Piotrowski <mxp@dynalabs.de>.
12091
12092 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
12093
12094 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12095 mails in the doc string. Add some URLs in comment.
12096 (pop3-movemail): Warn about pop3-leave-mail-on-server.
12097
12098 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
12099
12100 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12101 backslashes handling and the way to find boundaries of quoted strings.
12102
12103 2006-09-07 Daiki Ueno <ueno@unixuser.org>
12104
12105 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12106 mml1991-encrypt-to-self is set and mml1991-signers is not set.
12107 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12108 mml2015-encrypt-to-self is set and mml2015-signers is not set.
12109
12110 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
12111
12112 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
12113 doc string.
12114 (gnus-button-regexp, gnus-button-last): Remove unused variables.
12115
12116 2006-09-06 Simon Josefsson <jas@extundo.com>
12117
12118 * mml2015.el (mml2015-use): Doc fix, mention epg.
12119
12120 2006-09-06 Daiki Ueno <ueno@unixuser.org>
12121
12122 * mml2015.el (mml2015-use): Default to epg, if available.
12123
12124 2006-09-06 Daiki Ueno <ueno@unixuser.org>
12125
12126 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12127 message-sender.
12128 (mml1991-epg-encrypt): Ditto.
12129 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12130 message-sender.
12131 (mml2015-epg-encrypt): Ditto.
12132
12133 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
12134
12135 * message.el (message-send-mail-with-sendmail): Look for sendmail in
12136 several common directories.
12137
12138 2006-09-05 Daiki Ueno <ueno@unixuser.org>
12139
12140 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12141 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12142
12143 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
12144
12145 * gnus-art.el (article-decode-encoded-words): Make it fast.
12146
12147 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
12148
12149 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12150
12151 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12152 in quoted string into `\'.
12153
12154 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12155
12156 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12157 Use standard-syntax-table.
12158
12159 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12160
12161 * gnus-art.el (gnus-decode-address-function): New variable.
12162 (article-decode-encoded-words): Use it to decode headers which are
12163 assumed to contain addresses.
12164 (gnus-mime-delete-part): Remove useless `or'.
12165
12166 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12167 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12168 (gnus-nov-parse-line): Use it to decode From header.
12169 (gnus-get-newsgroup-headers): Ditto.
12170 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12171
12172 * mail-parse.el (mail-decode-encoded-address-region): New alias.
12173 (mail-decode-encoded-address-string): New alias.
12174
12175 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12176 New function.
12177 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12178 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12179 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12180 (rfc2047-decode-string): Ditto.
12181 (rfc2047-decode-address-region): New function.
12182 (rfc2047-decode-address-string): New function.
12183
12184 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
12185
12186 * message.el (message-caesar-buffer-body): Allow rotating headers.
12187
12188 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12189
12190 * message.el (message-insert-formated-citation-line): Fix %f.
12191 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12192
12193 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
12194
12195 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12196 (gnus-bookmark-mouse-available-p): New macro.
12197 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12198 (gnus-bookmark-bmenu-show-infos): Use it.
12199 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12200 (gnus-bookmark-bmenu-hide-infos): Ditto.
12201 (gnus-bookmark-remove-properties): New function.
12202 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12203 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12204 (gnus-bookmark-write-file): Bind coding-system-for-write.
12205 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12206 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12207 group before selecting it.
12208 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12209 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12210 quit-window if it is not available; use gnus-mouse-2 and bind it to
12211 gnus-bookmark-bmenu-select-by-mouse.
12212 (gnus-bookmark-show-details): Remove unused variable `details-list'.
12213 (gnus-bookmark-bmenu-select-by-mouse): New function.
12214
12215 2006-08-13 Romain Francoise <romain@orebokech.com>
12216
12217 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12218 space.
12219
12220 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
12221
12222 * compface.el (uncompface): Use binary rather than raw-text-unix.
12223
12224 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
12225
12226 * compface.el (uncompface): Make sure the eol conversion doesn't take
12227 place when communicating with the external programs.
12228 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12229
12230 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
12231
12232 * nnheader.el (nnheader-insert-head): Fix typo in comment.
12233
12234 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12235
12236 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12237 Make it more robust by parsing author and date independently.
12238
12239 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
12240
12241 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12242
12243 2006-07-28 Daiki Ueno <ueno@unixuser.org>
12244
12245 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12246 first matching secret key.
12247 (mml2015-epg-encrypt): Ditto.
12248
12249 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12250 first matching secret key.
12251 (mml1991-epg-encrypt): Ditto.
12252
12253 * mml2015.el (mml2015-encrypt-to-self): New user option.
12254 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12255 mml2015-epg-encrypt-to-self is set.
12256
12257 * mml1991.el (mml1991-encrypt-to-self): New variable.
12258 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12259 mml1991-epg-encrypt-to-self is set.
12260
12261 * mml2015.el (mml2015-signers): New user option.
12262 (mml2015-epg-sign): Reflect the value of mml2015-signers.
12263 (mml2015-epg-encrypt): Allow to select signing keys.
12264
12265 * mml1991.el (mml1991-signers): New variable.
12266 (mml1991-epg-sign): Reflect the value of mml1991-signers.
12267 (mml1991-epg-encrypt): Allow to select signing keys.
12268
12269 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
12270
12271 * nnheader.el (nnheader-insert-head): Make it work even if the file
12272 uses CRLF for the line-break code.
12273
12274 2006-07-25 Daiki Ueno <ueno@unixuser.org>
12275
12276 * mml2015.el: Require mml-sec instead of password.
12277 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12278 (mml2015-cache-passphrase): Inherit the default value from
12279 mml-secure-cache-passphrase.
12280 (mml2015-passphrase-cache-expiry): Inherit the default value from
12281 mml-secure-passphrase-cache-expiry.
12282
12283 * mml1991.el: Require mml-sec instead of password.
12284 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12285 (mml1991-cache-passphrase): Inherit the default value from
12286 mml-secure-cache-passphrase.
12287 (mml1991-passphrase-cache-expiry): Inherit the default value from
12288 mml-secure-passphrase-cache-expiry.
12289
12290 * mml-sec.el: Require password.
12291 (mml-secure-verbose): New user option.
12292 (mml-secure-cache-passphrase): New user option.
12293 (mml-secure-passphrase-cache-expiry): New user option.
12294
12295 2006-07-24 Daiki Ueno <ueno@unixuser.org>
12296
12297 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12298 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
12299 andreas@altroot.de (Andreas Vögele).
12300
12301 FIXME: Use `tiny change'?
12302
12303 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12304
12305 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12306 workaround for the url package included with Emacs.
12307
12308 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12309
12310 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
12311
12312 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12313 correctly. This fixes a bug caused by the 2006-05-12 change.
12314
12315 2006-07-18 Karl Fogel <kfogel@red-bean.com>
12316
12317 * nnmail.el (nnmail-article-group): If splitting raises an error, give
12318 some information about the error when saying that the `bogus' mail
12319 group will be used.
12320
12321 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
12322
12323 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12324 string.
12325
12326 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
12327
12328 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12329
12330 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12331
12332 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12333
12334 2006-07-10 Daiki Ueno <ueno@unixuser.org>
12335
12336 * mml1991.el (mml1991-function-alist): Add epg.
12337 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12338 (mml1991-epg-encrypt): New functions.
12339
12340 2006-07-10 Daiki Ueno <ueno@unixuser.org>
12341
12342 * mml2015.el (mml2015-verbose): New variable.
12343 (mml2015-cache-passphrase): Ditto.
12344 (mml2015-passphrase-cache-expiry): Ditto.
12345 (mml2015-function-alist): Add epg.
12346 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12347 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12348 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12349 New functions.
12350
12351 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12352
12353 * message.el (message-cite-original-1): Preserve region when removing
12354 quoted text due to X-No-Archive in order to avoid bogus attribution
12355 when citing multiple messages.
12356
12357 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12358
12359 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12360 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12361
12362 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
12363
12364 * gnus-diary.el (gnus-user-format-function-d)
12365 (gnus-user-format-function-D): Autoload.
12366
12367 * imap.el (Commentary): Fix typo.
12368
12369 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12370 2006-04-22 contribution.
12371
12372 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12373
12374 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12375 It didn't really fix the bogosity I'm seeing with solid web groups.
12376
12377 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12378
12379 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12380 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12381 created using server names. If we use the feature without declaring
12382 it, Gnus does not properly manage server and group state.
12383
12384 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12385 bound.
12386
12387 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12388
12389 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12390 looking up the method using GROUP's prefix before inventing a new one.
12391 It is used on killed/unknown groups in various places where returning
12392 an all-new method isn't expected by the caller.
12393
12394 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12395 and match semantics of gnus-group-real-prefix.
12396
12397 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
12398
12399 * nnmail.el (nnmail-broken-references-mailers): New variable.
12400 (nnmail-ignore-broken-references): New function generalizing
12401 nnmail-fix-eudora-headers.
12402 (nnmail-fix-eudora-headers): Now obsolete.
12403
12404 * gnus-art.el (gnus-button-handle-custom):
12405 Support `customize-apropos*'.
12406
12407 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12408
12409 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12410
12411 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12412 articles.
12413
12414 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
12415
12416 * message.el (message-cite-reply-above): New variable.
12417 (message-yank-original): Use it.
12418
12419 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
12420
12421 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12422
12423 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
12424
12425 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12426 as read.
12427
12428 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12429
12430 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
12431
12432 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12433 (gnus-bookmark-default-file): Use gnus-directory.
12434 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12435 Remove "*" in doc string.
12436 (gnus-bookmark-write-file): Simplify.
12437 (gnus-bookmark-maybe-sort-alist): Use `when'.
12438 (gnus-bookmark-get-bookmark): Fix typo in doc string.
12439 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12440 Add FIXME about Emacs 21 and XEmacs compatibility.
12441 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12442 compatibility.
12443 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12444 compatibility.
12445 (gnus-bookmark-menu-heading): Fix version.
12446
12447 2006-06-19 Bastien Guerry <bzg@altern.org>
12448
12449 * gnus-bookmark.el: New file.
12450
12451 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
12452
12453 * message.el (message-syntax-checks): Doc fix.
12454
12455 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12456
12457 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12458 unsubscribed groups as if they were killed ones. It causes duplicate
12459 entries in gnus-newsrc-alist.
12460
12461 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12462
12463 * message.el (message-syntax-checks): Doc fix.
12464 (message-send-mail): Add check for continuation headers.
12465 (message-check-news-header-syntax): Fix regexp used to check for
12466 continuation headers.
12467
12468 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12469
12470 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12471
12472 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
12473
12474 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12475
12476 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12477
12478 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12479 default-truncate-lines.
12480
12481 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
12482
12483 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12484 to fill the utf-8 entry.
12485
12486 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12487
12488 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12489
12490 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
12491
12492 * gnus-agent.el (directory-files-and-attributes): Move all the way
12493 forward (the third and final move).
12494 (gnus-agent-read-agentview): Trap reconstruction errors due to
12495 nonexistent directory. Handle by returning nil.
12496
12497 2006-05-30 Didier Verna <didier@xemacs.org>
12498
12499 * message.el (message-dont-reply-to-names): Update the custom type.
12500 * message.el (message-dont-reply-to-names): New defsubst: potentially
12501 convert a list of regexps into a single one.
12502 * message.el (message-get-reply-headers): Use it.
12503 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12504
12505 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12506
12507 * gnus-agent.el (directory-files-and-attributes): Move forward.
12508
12509 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12510
12511 * gnus-ml.el (gnus-mailing-list-subscribe)
12512 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12513 (gnus-mailing-list-message): Fix doc strings.
12514
12515 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12516
12517 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12518 of doing it manually.
12519
12520 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12521
12522 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12523 comment.
12524
12525 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
12526
12527 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12528 (gnus-agent-read-agentview): Fix handling of end-of-file error.
12529 (gnus-agent-read-local): All symbols allocated in my-obarray.
12530 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12531 (gnus-agent-regenerate-group): Check numeric names to see if they are
12532 messages or groups.
12533 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12534 better way of do this...)
12535
12536 * gnus-cache.el (gnus-agent-total-fetched-for):
12537 Ignore 'dummy.group' (there should be a better way of do this...)
12538
12539 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
12540
12541 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12542 (gnus-saved-headers): Ditto.
12543 (gnus-default-article-saver): Mention functions may have properties.
12544 (gnus-article-save): Override gnus-save-all-headers and
12545 gnus-saved-headers by :headers property which saver function may have.
12546 (gnus-summary-save-in-file): Add :headers property.
12547 (gnus-summary-write-to-file): Ditto.
12548
12549 * gnus-sum.el (gnus-summary-save-article): Bind
12550 gnus-prompt-before-saving to t when saving many articles in a file;
12551 always show all headers.
12552
12553 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12554
12555 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12556 marks.
12557
12558 * message.el (message-indent-citation): Add optional arguments to allow
12559 using it outside of message buffers.
12560
12561 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12562 (gnus-article-treat-unfold-headers): Use it.
12563 (gnus-article-truncate-lines): New variable.
12564 (gnus-article-mode): Use it.
12565 (gnus-article-toggle-truncate-lines): New function.
12566
12567 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12568 Add gnus-article-toggle-truncate-lines.
12569
12570 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12571 coding system in XEmacs, use binary.
12572
12573 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12574
12575 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12576 after-load-alist.
12577
12578 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12579 this function should save decoded articles.
12580 (gnus-summary-write-to-file): Use property to specify this function
12581 should save decoded articles and specify gnus-summary-save-in-file
12582 should be used to save articles other than the first one when saving
12583 many articles.
12584 (gnus-summary-save-body-in-file): Use property to specify this
12585 function should save decoded articles.
12586 (gnus-summary-write-body-to-file): Use property to specify this
12587 function should save decoded articles and specify
12588 gnus-summary-save-body-in-file should be used to save articles other
12589 than the first one when saving many articles.
12590
12591 * gnus-sum.el (gnus-summary-save-article): Simplify.
12592
12593 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
12594
12595 * gnus-art.el (gnus-default-article-saver):
12596 Add gnus-summary-write-body-to-file.
12597 (gnus-article-save-coding-system): Don't use coding system object
12598 in XEmacs.
12599 (gnus-read-save-file-name): Add optional `dir-var' argument which
12600 specifies directory in which files are saved; work even if optional
12601 `variable' argument is not specified.
12602 (gnus-summary-write-to-file): Read file name.
12603 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12604 (gnus-summary-write-body-to-file): New function.
12605
12606 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12607 (gnus-summary-local-variables): Add it.
12608 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12609 (gnus-summary-save-article): Remove optional `decode' argument;
12610 determine whether to decode articles by the value of
12611 gnus-default-article-saver; when saving many files using
12612 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12613 it first and use gnus-summary-save-in-file or
12614 gnus-summary-save-body-in-file thereafter unless
12615 gnus-prompt-before-saving is always; move point to article which
12616 will be saved.
12617 (gnus-summary-save-article-file): Revert.
12618 (gnus-summary-write-article-file): Revert.
12619 (gnus-summary-save-article-body-file): Revert.
12620 (gnus-summary-write-article-body-file): New function.
12621
12622 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12623
12624 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12625
12626 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
12627
12628 * gnus-art.el (gnus-default-article-saver): Doc fix.
12629 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12630 from gnus-summary-save-article-coding-system, and default to a
12631 certain coding system.
12632 (gnus-output-to-file): Add coding cookie and encode text according
12633 to gnus-article-save-coding-system; don't use mm-append-to-file.
12634
12635 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12636 gnus-art.el and rename to gnus-article-save-coding-system.
12637 (gnus-summary-save-article): Require gnus-art; don't show all
12638 headers if it decodes articles; don't add coding cookie here;
12639 don't bind mm-text-coding-system-for-write.
12640 (gnus-summary-save-article-file): Save decoded articles.
12641 (gnus-summary-write-article-file): When saving many files, use
12642 gnus-summary-write-to-file first and gnus-summary-save-in-file
12643 thereafter unless gnus-prompt-before-saving is always.
12644 (gnus-summary-save-article-body-file): Save decoded articles.
12645
12646 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12647
12648 * nnrss.el (nnrss-check-group): Bind hash-index.
12649
12650 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
12651
12652 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12653 its hash index. Store this hash in `nnrss-group-data'.
12654 (nnrss-read-group-data): Update accordingly.
12655
12656 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12657
12658 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12659 entry.
12660
12661 * gnus-sum.el (gnus-summary-make-menu-bar):
12662 Add gnus-article-browse-html-article.
12663
12664 2006-05-23 Hynek Schlawack <hynek@ularx.de>
12665
12666 * gnus-sum.el (gnus-summary-mime-map):
12667 Add gnus-article-browse-html-article.
12668
12669 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12670
12671 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12672 suitable coding systems in customize.
12673
12674 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12675
12676 * mail-source.el (mail-sources): Fix custom type.
12677
12678 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12679
12680 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12681 (gnus-summary-expire-articles-now): Shorten prompt.
12682
12683 * gmm-utils.el (wid-edit): Require.
12684 (defun-gmm): Rename from `gmm-defun-compat'.
12685 (gmm-image-search-load-path): Use it.
12686 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
12687
12688 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
12689
12690 * gnus-sum.el (gnus-summary-save-article-coding-system):
12691 New variable.
12692 (gnus-summary-save-article): Add optional `decode' argument.
12693 If it is set and gnus-summary-save-article-coding-system is non-nil,
12694 save decoded article.
12695 (gnus-summary-write-article-file): Save decoded article if
12696 gnus-summary-save-article-coding-system is non-nil.
12697
12698 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12699 type.
12700
12701 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
12702
12703 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12704
12705 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
12706
12707 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12708 first to test gnus-single-article-buffer which may be buffer-local.
12709
12710 * gnus-sum.el (gnus-summary-setup-buffer):
12711 Make gnus-single-article-buffer buffer-local and nil in ephemeral
12712 group; make gnus-article-buffer, gnus-article-current, and
12713 gnus-original-article-buffer always buffer-local.
12714 (gnus-summary-exit): Kill article buffer belonging to ephemeral
12715 group.
12716 (gnus-handle-ephemeral-exit): Don't move to next summary line.
12717
12718 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
12719
12720 * nnml.el (nnml-request-compact-group): Compressed files might not
12721 have .gz extension.
12722
12723 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12724
12725 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12726 (mm-copy-to-buffer): Use with-current-buffer.
12727 (mm-display-part): Simplify.
12728 (mm-inlinable-p): Add optional arg `type'.
12729
12730 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12731
12732 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12733 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12734 Try harder to show the attachment internally or externally using
12735 gnus-mime-view-part-as-type.
12736
12737 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12738
12739 * message.el (message-from-style, message-signature-separator)
12740 (message-user-organization-file, message-send-mail-function)
12741 (message-citation-line-function, message-yank-prefix)
12742 (message-indent-citation-function, message-signature)
12743 (message-signature-file, message-signature-insert-empty-line):
12744 Remove autoloads.
12745
12746 * gnus-art.el (gnus-buttonized-mime-types):
12747 Remove "multipart/signed". Revert 2006-04-26 change.
12748
12749 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12750
12751 * gnus.el (gnus-version-number): Bump version.
12752
12753 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12754
12755 * gnus.el: No Gnus v0.5 is released.
12756
12757 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12758
12759 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12760 fetching articles by message-id.
12761
12762 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12763
12764 * message.el (hashcash): Require hashcash as normal.
12765
12766 * ecomplete.el (ecomplete-highlight-match-line):
12767 Use point-at-eol.
12768 (ecomplete-highlight-match-line): Use `highlight', because that
12769 face exists in both Emacs and XEmacs.
12770
12771 * message.el (message-display-abbrev): Use point-at-bol.
12772
12773 * mail-source.el: Don't require timer/timer-funcs.
12774
12775 * gnus-async.el: Ditto.
12776
12777 * password.el: Ditto.
12778
12779 * mm-url.el: Ditto.
12780
12781 * mm-util.el: Require timer/timer-funcs.
12782
12783 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12784
12785 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12786 Close.
12787
12788 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12789
12790 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12791 unibyte after clear-decrypt function runs.
12792
12793 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12794 returns as a unibyte string.
12795
12796 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
12797
12798 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12799 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12800 (mml1991-pgg-encrypt): Ditto.
12801
12802 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
12803
12804 * message.el (message-user-organization-file): Check several
12805 locations of the organization file.
12806
12807 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12808 Add gnus-article-view-part-as-type.
12809
12810 * gnus-art.el (gnus-article-view-part-as-type): New function.
12811
12812 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12813 .mobi and .travel. Remove .nato, .bitnet and .uucp.
12814
12815 * mml.el: Simplify autoload.
12816 (mml-mode): defvar dnd-protocol-alist instead of using
12817 symbol-value.
12818 (mml-default-directory): New variable.
12819 (mml-minibuffer-read-file): Use it.
12820 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12821
12822 * message.el (message-citation-line-format): New variable.
12823 (message-insert-formated-citation-line): New function.
12824 (message-citation-line-function):
12825 Add `message-insert-formated-citation-line' to custom type.
12826
12827 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12828 to doc string.
12829
12830 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12831 depending on mm-verify-option.
12832
12833 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12834
12835 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12836 binding pgg-* variables; reimplement the section which prevents
12837 MIME header from being signed.
12838 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12839 pgg-text-mode; remove a blank line at the top of body.
12840
12841 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12842 lines at the top of body; use gnus-newsgroup-charset if there's no
12843 Charset header.
12844
12845 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12846
12847 * message.el (message-self-insert-commands): Doc fix.
12848
12849 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12850 (mm-uu-pgp-encrypted-test): Ditto.
12851 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12852 between header and body; return application/pgp-encrypted handle
12853 if decryption failed; decode decrypted body by charset.
12854
12855 * mm-decode.el (mm-automatic-display): Don't make application/pgp
12856 element match to application/pgp-*.
12857
12858 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12859
12860 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12861 HTML.
12862
12863 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12864
12865 * mail-source.el (mail-source-call-script): Message the error
12866 string.
12867
12868 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12869
12870 * gnus-util.el (gnus-byte-compile): Use it.
12871
12872 2006-04-22 xyblor <fake@invalid.email> (tiny change)
12873
12874 * gnus-util.el (kill-empty-logs): New function.
12875
12876 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12877
12878 * message.el (message-mail-alias-type): Doc fix.
12879 (message-mail-alias-type-p): New function.
12880 (message-send): Use it.
12881 (message-mode): Ditto.
12882 (message-strip-forbidden-properties): Ditto.
12883
12884 * ecomplete.el (ecomplete-database-file-coding-system):
12885 New variable.
12886 (ecomplete-save): Use it.
12887 (ecomplete-setup): Use it.
12888
12889 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12890
12891 * message.el (message-self-insert-commands): New variable.
12892 (message-strip-forbidden-properties): Use it.
12893
12894 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12895
12896 * message.el (message-put-addresses-in-ecomplete): Use a regexp
12897 that doesn't make XEmacs choke.
12898
12899 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
12900
12901 * gnus-util.el (gnus-replace-in-string):
12902 Prefer replace-regexp-in-string over of replace-in-string.
12903
12904 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
12905
12906 * gnus-util.el (gnus-select-frame-set-input-focus):
12907 Use select-frame-set-input-focus if it is available in XEmacs; use
12908 definition defined in Emacs 22 for old Emacsen.
12909
12910 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12911
12912 * mm-view.el (mm-inline-text): Use equal instead of equalp.
12913
12914 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
12915
12916 * gnus-registry.el (gnus-registry-cache-save): Remove text
12917 properties when saving via the temp buffer.
12918
12919 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12920
12921 * message.el (message-generate-hashcash): Honor custom type.
12922
12923 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12924
12925 * message.el (message-generate-hashcash): Default to non-nil when
12926 hashcash is found.
12927
12928 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12929 (gnus-refer-thread-limit): Increase default to 500.
12930
12931 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12932
12933 * flow-fill.el (fill-flowed): Allow delete-space.
12934
12935 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12936
12937 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12938 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12939 Remove autoloads.
12940
12941 2006-04-18 Simon Josefsson <jas@extundo.com>
12942
12943 * message.el (message-generate-hashcash): Default to.
12944
12945 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12946
12947 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12948 concatenating segments rather than before concatenating them.
12949
12950 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12951
12952 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12953
12954 * imap.el (imap-quote-specials): New function.
12955 (imap-login-auth): Quote specials.
12956
12957 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12958
12959 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12960
12961 * message.el (message-forward-make-body-plain):
12962 Allow message-forward-ignored-headers to be a list.
12963 (message-remove-ignored-headers): Factor out into function.
12964 (message-forward-make-body-mml): Use it.
12965 * rfc2231.el (rfc2231-parse-string): Remove dead code.
12966 (rfc2231-parse-string): Allow concatanation of parameters that
12967 aren't contiguous. The test case is
12968 (mail-header-parse-content-type "message/external-body;
12969 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12970 access-type=LOCAL-FILE;
12971 name*1*=plugh%2fhello-sailor%2fbing.pdf")
12972
12973 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12974
12975 * nntp.el (nntp-accept-process-output): Return the value of
12976 `nnheader-accept-process-output'.
12977
12978 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12979
12980 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12981 (gnus-button-alist): Recognize more diff formats.
12982 (gnus-button-patch): Strip directory.
12983
12984 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12985
12986 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12987 Emacs 22 when setting focus.
12988
12989 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12990
12991 * gnus-art.el (gnus-article-treat-types): Do treatment of
12992 text/x-verbatim parts.
12993 (gnus-button-patch): New command.
12994
12995 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12996 addresses that contain invalid characters.
12997
12998 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12999
13000 * message.el (message-put-addresses-in-ecomplete):
13001 Use gnus-replace-in-string.
13002 (message-is-yours-p): Use the more correct
13003 mail-header-parse-address instead of
13004 mail-extract-address-components.
13005 (message-put-addresses-in-ecomplete): Fix typo.
13006
13007 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13008 keystroke.
13009
13010 * gnus-art.el (gnus-treatment-function-alist): Change order of
13011 newsgroups/generic header folding to avoid double-folding.
13012
13013 * message.el (message-hidden-headers): Add X-Draft-From.
13014
13015 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13016 New command.
13017 (gnus-summary-repeat-search-article-backward): New command.
13018
13019 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13020 groups in the parent topic.
13021
13022 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
13023
13024 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13025 (spam-extra-header-to-number): Return the CRM114 number as a
13026 number instead of a string.
13027
13028 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13029
13030 * gnus-art.el (gnus-face-properties-alist): Move here from
13031 gnus-fun.
13032
13033 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13034
13035 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13036
13037 * message.el (message-strip-forbidden-properties): Only display on
13038 self-insert-command.
13039
13040 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13041 reindent.
13042 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13043
13044 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
13045
13046 * smiley.el (smiley-style): Fix typo.
13047
13048 2006-03-23 Kenichi Handa <handa@m17n.org>
13049
13050 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13051 instead of set-buffer-multibyte.
13052
13053 2006-03-23 Kenichi Handa <handa@m17n.org>
13054
13055 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13056 buffer and then decode the buffer text if necessary.
13057 (rfc2231-encode-string): Be sure to work on multibyte buffer at
13058 first, and after mm-encode-body, change the buffer to unibyte.
13059
13060 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13061
13062 * hashcash.el (hashcash-insert-payment-async-2):
13063 Use message-goto-eoh instead of doing it manually.
13064 (mail-add-payment): Use message-narrow-to-header instead of trying
13065 to do the same itself.
13066
13067 * message.el (message-hidden-headers): Add Face.
13068
13069 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13070 reparenting code.
13071 (gnus-summary-reparent-children): Refactored out code.
13072 (gnus-summary-thread-map): New keystroke.
13073 (gnus-summary-reparent-children): Make into command.
13074
13075 * smiley.el (smiley-style): Default to `medium' if using a large
13076 font.
13077
13078 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13079 does it itself.
13080
13081 * message.el (message-point-in-header-p): Simplify definition.
13082
13083 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13084
13085 * nnagent.el (nnagent-request-set-mark): Silence log file
13086 writing.
13087 (nnagent-request-set-mark): Use write-region instead of
13088 append-to-file.
13089
13090 * gnus-sum.el (gnus-read-header): Fudge article number if using a
13091 strange select method.
13092
13093 * ecomplete.el (ecomplete-display-matches): Get highlightling
13094 right.
13095 (ecomplete-display-matches): Use literals.
13096 (ecomplete-display-matches): Disable message logging.
13097
13098 * message.el (message-display-abbrev): Small optimization.
13099
13100 * ecomplete.el (ecomplete-display-matches): Allow automatic
13101 display.
13102
13103 * message.el (message-strip-forbidden-properties):
13104 Display abbrevs.
13105 (message-display-abbrev): Get automatic display right.
13106
13107 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13108 keystrokes.
13109
13110 2006-04-13 Romain Francoise <romain@orebokech.com>
13111
13112 TODO: Backport to v5-10!
13113
13114 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13115 Move here (and rename) from gnus-registry.el.
13116
13117 * gnus-registry.el: Require gnus-util.
13118 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13119
13120 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13121
13122 * gnus-group.el (gnus-group-catchup-current):
13123 Change if-then-else-if-then-else into cond.
13124 (gnus-group-catchup): Indent.
13125 (group-name-at-point): New function.
13126 (gnus-fetch-group): Provide default from thing at point.
13127
13128 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13129
13130 * message.el (message-display-abbrev): Fix regexp.
13131
13132 * ecomplete.el (ecomplete-highlight-match-line):
13133 Reimplement choosing.
13134 (ecomplete-highlight-match-line): Fix up code rewrite, remove
13135 dead variables.
13136
13137 * message.el (message-newline-and-indent): Remove debugging.
13138 (message-display-abbrev): Use new implementation.
13139
13140 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13141
13142 * gnus-art.el (gnus-article-mode):
13143 Set cursor-in-non-selected-windows to nil.
13144
13145 * smiley.el: Revert previous change.
13146 (smiley-data-directory): defvar it before using it in the
13147 defcustom of `smiley-style'.
13148
13149 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13150
13151 * message.el (message-newline-and-indent): New function.
13152
13153 * ecomplete.el: Implement more bits.
13154
13155 * message.el (message-put-addresses-in-ecomplete): Clean up the
13156 string.
13157
13158 * ecomplete.el (ecomplete-add-item): Chop off decimals.
13159
13160 * gnus-sum.el (gnus-summary-save-parts):
13161 Bind gnus-summary-save-parts-counter and use it to make unique file
13162 names.
13163
13164 * gnus-art.el (gnus-ignored-headers): Add some more headers.
13165
13166 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13167 parameter to say whether to actually parse the individual
13168 addresses.
13169
13170 * message.el (message-put-addresses-in-ecomplete): New function.
13171 (ecomplete): Require.
13172 (message-mail-alias-type): Add ecomplete as an option.
13173
13174 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
13175
13176 * flow-fill.el (fill-flowed): Remove trailing space from blank
13177 quoted lines.
13178
13179 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13180
13181 * smiley.el (smiley-style): Move definition later to avoid a
13182 compilation warning.
13183
13184 2006-04-12 Kenichi Handa <handa@m17n.org>
13185
13186 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13187 buffer and then decode the buffer text if necessary.
13188 (rfc2231-encode-string): Be sure to work on multibyte buffer at
13189 first, and after mm-encode-body, change the buffer to unibyte.
13190 Use mm-disable-multibyte instead of set-buffer-multibyte.
13191
13192 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
13193
13194 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13195 Content-Type header instead of Content-Disposition header.
13196 (gnus-mime-inline-part): Ditto.
13197 (gnus-mime-view-part-as-charset): Ignore charset that the part
13198 specifies.
13199
13200 * mm-decode.el (mm-display-part): Work with external parts and
13201 usual parts similarly.
13202
13203 * mm-extern.el (mm-inline-external-body): Use mm-display-part
13204 instead of gnus-display-mime.
13205
13206 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13207 instead of with-temp-buffer.
13208
13209 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13210 tag to summarized topics part in order to encode non-ASCII text.
13211
13212 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
13213
13214 * smiley.el (smiley-style): New variable.
13215 (smiley-directory): New function.
13216 (smiley-data-directory): Derive from `smiley-style' using
13217 `smiley-directory'.
13218 (smiley-regexp-alist): Add new entries.
13219
13220 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13221 (gnus-article-browse-delete-temp): Add :version.
13222
13223 2006-04-11 Arne Jørgensen <arne@arnested.dk>
13224
13225 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13226 the sieve region.
13227
13228 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13229
13230 * gnus.el (gnus-version-number): Bump version.
13231
13232 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
13233
13234 * gnus.el: No Gnus v0.4 is released.
13235
13236 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13237
13238 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13239 layout.
13240
13241 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13242 unknown charset.
13243
13244 * message.el (message-header-synonyms): Add Original-To to the
13245 default.
13246
13247 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13248 optional parameter.
13249
13250 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13251
13252 * gnus-fun.el (gnus): Require it for gnus-directory.
13253
13254 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
13255
13256 * gnus-fun.el (gnus-face-properties-alist): Add :version.
13257
13258 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13259
13260 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13261
13262 2006-04-05 Simon Josefsson <jas@extundo.com>
13263
13264 * password.el (password-reset): New function.
13265
13266 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13267
13268 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13269 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13270
13271 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13272
13273 * nnweb.el (nnweb-google-create-mapping): Update regexp.
13274 Some whitespace was matched into the url, which broke browsing hits
13275 > 100 when mm-url-use-external was nil.
13276
13277 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
13278
13279 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13280 Check gnus-extra-headers for 'Newsgroups.
13281
13282 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13283 bound.
13284
13285 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13286
13287 * pgg-gpg.el: Clean up process buffers every time gpg processes
13288 complete.
13289
13290 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13291
13292 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13293 doc string.
13294
13295 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13296
13297 * pgg-gpg.el (pgg-gpg-process-filter)
13298 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13299
13300 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13301 lines, temporary fix.
13302
13303 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13304
13305 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13306
13307 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13308
13309 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13310 default-enable-multibyte-characters. This reverts the change from
13311 revision 6.17 which is no longer necessary because the passphrase
13312 is sent separately now. GnuPG messages are unreadable under
13313 multibyte locales with default-enable-multibyte-characters set to
13314 nil.
13315
13316 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
13317
13318 * message.el (message-tool-bar-gnome): Move "spell".
13319
13320 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
13321
13322 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13323 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
13324 instead.
13325
13326 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
13327
13328 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13329 Improve newsgroups handling for NNTP overviews which don't include
13330 Newsgroups.
13331
13332 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13333
13334 * message.el (message-resend): Bind message-generate-hashcash to nil.
13335
13336 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13337
13338 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13339 when searching for already-paid recipients.
13340
13341 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13342
13343 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13344 passphrases when it is not needed.
13345 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13346 passphrase stuff from gpg, should only be necessary when you use
13347 gpg with a smartcard.
13348
13349 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
13350
13351 * mml.el (mml-insert-mime): Ignore cached contents of
13352 message/external-body part.
13353
13354 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13355 (mm-insert-part): Ditto.
13356
13357 2006-03-23 Simon Josefsson <jas@extundo.com>
13358
13359 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13360 Reiner.
13361 (pgg-gpg-use-agent-p): Use it again.
13362
13363 2006-03-23 Simon Josefsson <jas@extundo.com>
13364
13365 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13366 older emacsen.
13367 (pgg-gpg-use-agent-p): Don't use it.
13368
13369 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
13370
13371 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13372 if we can.
13373
13374 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13375
13376 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13377 (pgg-gpg-update-agent): New function.
13378 (pgg-gpg-use-agent-p): New function.
13379 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13380 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13381 (pgg-gpg-sign-region): Use it.
13382
13383 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
13384
13385 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13386 Reported by Ralf Wachinger <rwachinger@gmx.de>.
13387
13388 2006-03-21 Simon Josefsson <jas@extundo.com>
13389
13390 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13391 <wilde@sha-bang.de>.
13392 (pgg-gpg-use-agent): New variable.
13393 (pgg-gpg-process-region): Use it.
13394 (pgg-gpg-encrypt-region): Likewise.
13395 (pgg-gpg-encrypt-symmetric-region): Likewise.
13396 (pgg-gpg-decrypt-region): Likewise.
13397 (pgg-gpg-sign-region): Likewise.
13398 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13399
13400 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13401
13402 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13403
13404 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13405 Add comment on version.
13406
13407 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13408
13409 * smiley.el: Add missing test smiley.
13410
13411 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13412
13413 * mm-decode.el (mm-with-part): New macro.
13414 (mm-get-part): Use it; work with message/external-body as well.
13415 (mm-save-part): Treat name and filename equally.
13416
13417 * mm-extern.el (mm-extern-cache-contents): New function.
13418 (mm-inline-external-body): Use it; force the part to be displayed;
13419 move undisplayer added to the cached handle to the parent.
13420
13421 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13422 (gnus-mime-view-part-as-type): Work with message/external-body.
13423
13424 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13425
13426 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13427
13428 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13429 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
13430 Emacs.]
13431
13432 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
13433
13434 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13435 path rather than symbol. Always return list of directories.
13436 Guarantee that image directory comes first. [Sync with image.el,
13437 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
13438
13439 * message.el (message-make-tool-bar): Adjust to new API of
13440 `gmm-image-load-path-for-library'.
13441
13442 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13443
13444 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13445
13446 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13447
13448 * gnus-art.el (gnus-article-only-boring-p):
13449 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13450 intangible text.
13451 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13452
13453 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
13454
13455 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13456 Use `defun' instead of `gmm-defun-compat'.
13457
13458 2006-03-14 Simon Josefsson <jas@extundo.com>
13459
13460 * message.el (message-unique-id): Don't use message-number-base36
13461 if (user-uid) is a float.
13462 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13463
13464 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13465
13466 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13467
13468 * gnus-art.el (gnus-mime-display-single): Make sure there is an
13469 empty line between a part and a message part.
13470
13471 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
13472
13473 * smiley.el: Add more test smileys.
13474 (smiley-data-directory, smiley-regexp-alist)
13475 (gnus-smiley-file-types): Fix doc strings.
13476 (smiley-update-cache): Clear smiley-cached-regexp-alist before
13477 adding new elements.
13478 (smiley-mouse-map): Unused code. Make it a comment.
13479
13480 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
13481
13482 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13483 scan latest NoCeM messages instead of old ones.
13484 (gnus-nocem-check-article): Fix regexps so as to match to PGP
13485 delimiters that are recently used.
13486 (gnus-nocem-load-cache): Add autoload cookie.
13487
13488 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13489
13490 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13491 level which is larger than gnus-use-nocem is specified.
13492
13493 * gnus-group.el (gnus-group-get-new-news): Ditto.
13494
13495 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13496
13497 * gnus-util.el (gnus-tool-bar-update): New function.
13498
13499 * gnus-group.el (gnus-group-update-tool-bar): New variable.
13500 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13501
13502 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13503
13504 * gnus-group.el (gnus-group-redraw-when-idle)
13505 (gnus-group-redraw-check): Remove.
13506 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13507
13508 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
13509
13510 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13511 if optional last element is specified in splits (FIELD VALUE...).
13512
13513 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
13514
13515 * message.el (message-make-tool-bar): Rename gmm-image-load-path
13516 to gmm-image-load-path-for-library. Call with no-error argument.
13517 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13518
13519 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13520
13521 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13522
13523 * gmm-utils.el (gmm-image-load-path): Remove alias.
13524
13525 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
13526
13527 * gmm-utils.el (gmm-image-load-path): Add alias.
13528
13529 * nnml.el (nnml-generate-nov-databases-directory): Rename from
13530 nnml-generate-nov-databases-1.
13531 (nnml-generate-nov-databases): Use it.
13532 (nnml-generate-nov-databases-directory): Document no-active
13533 argument.
13534
13535 * gmm-utils.el (gmm-image-load-path-for-library): Return single
13536 directory if path is t. Add no-error.
13537
13538 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13539 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13540
13541 * gnus-art.el (gnus-article-browse-delete-temp-files):
13542 Simplify resetting gnus-article-browse-html-temp-list.
13543
13544 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13545 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
13546 Add example to docstring. Rename local variables. Move error
13547 checks to default case in cond and simplify.
13548
13549 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
13550
13551 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13552 handle is multipart when calling it recursively.
13553 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13554
13555 2006-03-03 Daniel Pittman <daniel@rimspace.net>
13556
13557 * nnimap.el (nnimap-request-update-info-internal): Optimize.
13558 Don't `gnus-uncompress-range' to avoid excessive memory usage.
13559
13560 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13561
13562 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13563 is loaded.
13564
13565 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13566 loaded.
13567
13568 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
13569
13570 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13571 to "Emacs 23 (unicode)" in doc string.
13572
13573 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13574 "Emacs 23 (unicode)" in comment.
13575
13576 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13577
13578 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13579
13580 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13581 characters 160 through 255 in Emacs 23.
13582
13583 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13584
13585 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13586 gnus-article-browse-html-temp.
13587 (gnus-article-browse-delete-temp): Make it customizable.
13588 Add `file'. Adjust doc string.
13589 (gnus-article-browse-delete-temp-files): Add argument.
13590 Allow query for each file. Adjust doc string.
13591 (gnus-article-browse-html-parts):
13592 Add `gnus-article-browse-delete-temp-files' to
13593 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13594
13595 2006-03-02 Hynek Schlawack <hynek@ularx.de>
13596
13597 * gnus-art.el (gnus-article-browse-html-temp)
13598 (gnus-article-browse-delete-temp): New variables.
13599 (gnus-article-browse-delete-temp-files): New function.
13600 (gnus-article-browse-html-parts): Use it.
13601
13602 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13603
13604 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13605
13606 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13607 string.
13608
13609 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13610 gnus-summary-insert-new-articles when unplugged.
13611 Remove gnus-summary-search-article-forward.
13612
13613 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13614 display-visual-class instead of display-color-cells.
13615
13616 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
13617
13618 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13619 message/* containing non-ASCII text properly.
13620
13621 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
13622
13623 * message.el: Require gmm-utils, remove autoloads.
13624 (message-tool-bar): Set default based on
13625 gmm-tool-bar-style.
13626 (message-tool-bar-gnome): Add gmm-customize-mode.
13627
13628 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13629 gmm-tool-bar-style.
13630 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13631
13632 * gnus-group.el (gnus-group-tool-bar): Set default based on
13633 gmm-tool-bar-style.
13634 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13635
13636 * gmm-utils.el (gmm-image-directory): Rename variable from
13637 gmm-image-load-path.
13638 (gmm-image-load-path): Use gmm-image-directory.
13639 (gmm-customize-mode): New function.
13640 (gmm-tool-bar-style): New variable.
13641
13642 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13643 gnus-group-redraw-line-number.
13644 (gnus-group-redraw-check): Simplify.
13645 (gnus-group-tool-bar-update): Remove redraw check.
13646 (gnus-group-make-tool-bar): Add redraw check.
13647
13648 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13649
13650 * gnus-art.el (gnus-button): Add missing parentheses.
13651
13652 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13653
13654 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13655
13656 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13657
13658 * gnus-art.el (gnus-button): New face.
13659 (gnus-article-button-face): Use it.
13660
13661 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13662 Add gnus-summary-next-page. Re-order.
13663
13664 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13665 next-node are now included.
13666 (gnus-group-redraw-line-number): New internal variable.
13667 (gnus-group-redraw-check): Helper function for updating the tool
13668 bar.
13669 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13670
13671 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13672
13673 * spam.el (spam-spamassassin-score-regexp): New internal variable.
13674 (spam-extra-header-to-number, spam-check-spamassassin-headers):
13675 Use it to match format of Spamassassin 3.0 and later.
13676 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13677 (spam-check-bogofilter)
13678 (spam-bogofilter-register-with-bogofilter): Fix args of
13679 `gnus-error' calls.
13680
13681 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13682
13683 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13684 unnecessary interaction when sending queued mails.
13685 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13686
13687 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13688
13689 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13690 first or last are nil.
13691
13692 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13693
13694 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13695
13696 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13697
13698 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13699
13700 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13701
13702 * dns.el (query-dns): Protect more against buggy tcp output.
13703
13704 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13705
13706 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13707 nov.php.
13708
13709 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13710
13711 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13712 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13713 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
13714 output on the server side.
13715 (nnweb-google-create-mapping): Update regexps and add some
13716 progress indication.
13717
13718 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
13719
13720 * gnus-group.el (gnus-group-tool-bar-gnome):
13721 Fix gnus-agent-toggle-plugged. Re-order icons.
13722 (gnus-group-tool-bar-gnome):
13723 Add gnus-group-{prev,next}-unread-group.
13724 (gnus-group-tool-bar-gnome): Re-order icons.
13725
13726 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13727 Move gnus-summary-insert-new-articles.
13728
13729 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13730 Fix comments.
13731
13732 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
13733 also available in Emacs 21.3.
13734
13735 * message.el (message-fix-before-sending): Change "Emacs 22" to
13736 "Emacs 23 (unicode)" in comment.
13737
13738 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13739 "Emacs 23 (unicode)" in comment.
13740
13741 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13742 comment.
13743 (mm-coding-system-p): Add comment about no-MULE XEmacs.
13744
13745 * mm-view.el (mm-fill-flowed): Add :version.
13746
13747 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
13748
13749 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13750 and load-path.
13751
13752 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
13753
13754 * message.el: Autoload gmm-image-load-path.
13755 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13756 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
13757 consitency.
13758
13759 * gmm-utils.el (gmm-image-load-path): Also search in
13760 "../etc/images". Don't set gmm-image-load-path if we don't find
13761 the image.
13762
13763 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
13764
13765 * gmm-utils.el (gmm-image-load-path): Don't make
13766 `gmm-image-load-path' include subdirectories which the second arg
13767 `image' might specify.
13768
13769 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13770 subdirectory to icon file names.
13771
13772 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13773
13774 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
13775
13776 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13777 gmm-image-load-path calls.
13778
13779 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13780
13781 * message.el (message-make-tool-bar): Ditto.
13782
13783 * mml.el (mml-preview): Add comment concerning tool bar icons.
13784
13785 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13786 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13787
13788 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13789 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13790
13791 * message.el (message-tool-bar-gnome): Use new icon names.
13792 (message-make-tool-bar): Use `gmm-image-load-path'.
13793
13794 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13795 New functions from MH-E.
13796 (gmm-image-load-path): New variable from MH-E.
13797 (gmm-image-load-path): New function from MH-E. Add arguments
13798 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
13799 *-image-load-path-called-flag.
13800
13801 2006-02-21 Milan Zamazal <pdm@brailcom.org>
13802
13803 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13804
13805 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
13806
13807 * nnimap.el (nnimap-request-move-article): Change folder back to
13808 source group before deleting.
13809
13810 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
13811
13812 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13813
13814 * gnus-art.el (mm-url-insert-file-contents-external):
13815 Autoload mm-url.
13816
13817 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13818
13819 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
13820
13821 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13822 coding system which mm-charset-to-coding-system returns for a
13823 given charset is valid.
13824
13825 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13826
13827 * html2text.el (html2text-remove-tag-list):
13828 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13829
13830 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13831
13832 * gnus-cus.el: Revert 2005-10-17 change.
13833
13834 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
13835
13836 * gnus-art.el (article-strip-banner):
13837 Call article-really-strip-banner only when the regexp match is made.
13838
13839 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
13840
13841 * gnus-art.el (article-strip-banner):
13842 Use gnus-extract-address-components instead of
13843 mail-header-parse-addresses to make it work with non-ASCII text;
13844 remove mail-encode-encoded-word-string.
13845
13846 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13847 values which are surrounded with \"...\"; make it never cause a
13848 Lisp error; give up parsing of parameters if it failed in
13849 extracting type.
13850
13851 2006-02-14 Arne Jørgensen <arne@arnested.dk>
13852
13853 * smime.el (smime-cert-by-ldap-1): Fix bug where
13854 `smime-ldap-search' returns results without userCertificates.
13855
13856 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13857
13858 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13859
13860 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13861
13862 * spam.el (spam-check-spamassassin-headers): Adapt format for
13863 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
13864 <ari@mbf.ocn.ne.jp>.
13865 (spam-list-of-processors): Add spam-use-gmane.
13866
13867 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13868
13869 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13870 make-temp-file; make it work with XEmacs as well.
13871
13872 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13873 mm-make-temp-file.
13874
13875 * mm-decode.el (mm-display-external): Use the 3rd arg of
13876 mm-make-temp-file.
13877 (mm-create-image-xemacs): Ditto.
13878
13879 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13880
13881 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13882 with message-narrow-to-headers.
13883 (gnus-draft-setup): Narrow to header to run message-fetch-field.
13884 (gnus-draft-check-draft-articles): New function.
13885 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13886
13887 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
13888
13889 * gnus-art.el (gnus-article-browse-html-parts):
13890 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13891 Don't use suffix argument for mm-make-temp-file for Emacs 21
13892 compatibility. Remove useless `format'.
13893
13894 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13895
13896 * nnweb.el (nnweb-google-wash-article): Update regexps.
13897 (nnweb-group-alist): Use defvoo instead of defvar.
13898
13899 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13900
13901 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13902 re-loading nn* modules.
13903
13904 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13905
13906 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13907 for `tool-bar-mode' and don't check it's default-value.
13908
13909 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13910
13911 * message.el (message-make-tool-bar): Ditto.
13912
13913 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13914 `substring'. Shorten tmp-file name.
13915
13916 * gnus.el: Remove bogus comment.
13917
13918 2006-02-10 Hynek Schlawack <hynek@ularx.de>
13919
13920 * gnus-art.el (gnus-article-browse-html-parts): New function.
13921 (gnus-article-browse-html-article): New function for viewing html
13922 articles with a browser.
13923
13924 2006-02-09 Daiki Ueno <ueno@unixuser.org>
13925
13926 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13927 (mml2015-pgg-encrypt): Ditto.
13928
13929 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13930 (mml1991-pgg-encrypt): Ditto.
13931
13932 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13933
13934 * nnfolder.el (nnfolder-insert-newsgroup-line):
13935 Use message-make-date instead of current-time-string.
13936
13937 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13938 to gnus-decoded which mm-uu might set.
13939
13940 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13941
13942 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13943 don't decode quoted parameters; remove misimported Emacs code.
13944 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13945 (rfc2231-decode-encoded-string): Don't use split-string which
13946 behaves differently according to Emacs version; use
13947 mm-decode-coding-region to convert charset to coding-system.
13948 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13949 (rfc2231-encode-string): Remove misimported Emacs code.
13950
13951 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13952
13953 * gnus-art.el (article-decode-charset): Don't use ignore-errors
13954 when calling mail-header-parse-content-type.
13955 (article-de-quoted-unreadable): Ditto.
13956 (article-de-base64-unreadable): Ditto.
13957 (article-wash-html): Ditto.
13958
13959 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13960 calling mail-header-parse-content-type and
13961 mail-header-parse-content-disposition.
13962 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13963 mail-header-parse-content-type.
13964
13965 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13966 insert charset and format parameters; encode description after
13967 inserting it to buffer.
13968 (mml-insert-parameter): Fold lines properly even if a parameter is
13969 segmented into two or more lines; change the max column to 76.
13970
13971 * rfc1843.el (rfc1843-decode-article-body): Don't use
13972 ignore-errors when calling mail-header-parse-content-type.
13973
13974 * rfc2231.el (rfc2231-parse-string): Return at least type if
13975 possible; don't cause an error even if it fails in parsing of
13976 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13977 (rfc2231-encode-string): Don't break lines at the beginning, leave
13978 it to mml-insert-parameter.
13979
13980 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13981 calling mail-header-parse-content-type.
13982
13983 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
13984
13985 * spam-report.el (spam-report-gmane-use-article-number):
13986 Improve doc string.
13987 (spam-report-gmane-internal): Check if a suitable header was found
13988 in the article.
13989
13990 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
13991
13992 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13993 (rfc2231-encode-string): Make param*=value always begin with LWSP.
13994
13995 2006-02-05 Romain Francoise <romain@orebokech.com>
13996
13997 Update copyright notices of all files in the gnus directory.
13998
13999 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14000
14001 * nnweb.el (nnweb-request-group): Avoid growing overview files.
14002
14003 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
14004
14005 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14006 segmented lines of parameter value to cope with Thunderbird 1.5
14007 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14008 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14009 (rfc2231-encode-string): Don't make lines exceeding 76 column.
14010
14011 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
14012
14013 * mml.el (mml-generate-mime-1): Correct the order of inline signed
14014 parts.
14015
14016 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14017
14018 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14019 there's only one active file for all servers.
14020 (nnweb-request-scan): Make sure nnweb-articles is initialized on
14021 solid groups. Gnus might have used a FAST request to select the group.
14022 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14023 and nnweb-search redundantly in the active file.
14024 (nnweb-request-list): Don't list bogus groups. There can only be one.
14025 (nnweb-request-create-group): Don't use ARGS.
14026 (nnweb-possibly-change-server, nnweb-request-group): Remove some
14027 initialisations. Let nnoo do the work.
14028
14029 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
14030
14031 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14032 Say the part has been decoded.
14033
14034 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14035
14036 2006-01-31 Kevin Ryde <user42@zip.com.au>
14037
14038 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14039 mailcap-viewer-test-cache when there's no 'test clause, since that
14040 will invert the meaning of a "nil" test previously determined by
14041 mailcap-mailcap-entry-passes-test.
14042
14043 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
14044
14045 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14046 compiling.
14047
14048 * gnus-sum.el: Ditto.
14049
14050 * message.el: Don't bind tool-bar-map when compiling.
14051
14052 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
14053
14054 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14055
14056 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14057
14058 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14059 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14060 current Google Groups.
14061
14062 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
14063
14064 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14065 and tool-bar-mode.
14066
14067 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14068 and tool-bar-mode.
14069
14070 * message.el (message-tool-bar-update): Simplify.
14071 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14072
14073 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14074 gnus-summary-buffer.
14075 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14076 gnus-summary-reply.
14077
14078 * gmm-utils.el (gmm): Add :version.
14079
14080 2006-01-26 Steve Youngs <steve@sxemacs.org>
14081
14082 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14083 Don't autoload.
14084
14085 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14086
14087 * gmm-utils.el (gmm-verbose): Add :group.
14088
14089 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
14090
14091 * message.el: Change some comments WRT tool-bars.
14092
14093 * gnus-sum.el (gnus-summary-tool-bar)
14094 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14095 (gnus-summary-tool-bar-zap-list): New variables.
14096 (gnus-summary-make-tool-bar): Complete rewrite using
14097 `gmm-tool-bar-from-list'.
14098
14099 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14100 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14101 New variables.
14102 (gnus-group-make-tool-bar): Complete rewrite using
14103 `gmm-tool-bar-from-list'.
14104 (gnus-group-tool-bar-update): New function.
14105
14106 * message.el (message-mode-field-menu): Add "Show hidden Headers".
14107
14108 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
14109
14110 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14111 is dissected into a single part of which the type is the same as
14112 the given one; decode charset.
14113
14114 2006-01-21 Kevin Ryde <user42@zip.com.au>
14115
14116 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14117 into alists as symbol not string, since that's what
14118 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14119 look for.
14120
14121 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
14122
14123 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14124 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14125
14126 * message.el (message-tool-bar-gnome): Use gmm-ignore.
14127
14128 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14129
14130 * gnus-art.el (gnus-mime-security-button-commands): New variable.
14131 (gnus-mime-security-button-menu): New definition.
14132 (gnus-mime-security-button-map): Use them.
14133 (gnus-mime-security-button-menu): New function.
14134 (gnus-insert-mime-security-button): Addition to help echo.
14135 (gnus-mime-security-run-function, gnus-mime-security-save-part)
14136 (gnus-mime-security-pipe-part): New functions.
14137
14138 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14139 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14140
14141 * mm-decode.el (mm-handle-set-disposition): Remove.
14142 (mm-handle-set-description): Remove.
14143
14144 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14145
14146 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14147 (mm-w3m-standalone-supports-m17n-p): New function.
14148 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14149 w3m usage.
14150
14151 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14152 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14153
14154 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
14155
14156 * message.el (message-tool-bar-zap-list):
14157 Use gmm-tool-bar-zap-list as custom type.
14158 (message-tool-bar-update): New function.
14159 (message-tool-bar, message-tool-bar-gnome)
14160 (message-tool-bar-retro): Add message-tool-bar-update.
14161 (message-tool-bar-gnome): Add flyspell-buffer.
14162
14163 * gnus-util.el (gnus-error): Describe `args'.
14164
14165 * gmm-utils.el (gmm-error): Describe `args'.
14166 (gmm-tool-bar-zap-list): New widget.
14167 (gmm-tool-bar-from-list): Improve description of `zap-list'.
14168
14169 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14170
14171 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14172 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14173 the number of recursive calls.
14174
14175 * mm-decode.el (mm-handle-set-disposition): New macro.
14176 (mm-handle-set-description): New macro.
14177
14178 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14179
14180 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14181 encoding.
14182
14183 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
14184
14185 * message.el (message-tool-bar-zap-list, message-tool-bar)
14186 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14187 (message-tool-bar-local-item-from-menu): Remove.
14188 (message-tool-bar-map): Replace by `message-make-tool-bar'.
14189 (message-make-tool-bar): New function.
14190 (message-mode): Use `message-make-tool-bar'.
14191
14192 * gmm-utils.el: New file.
14193 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14194 (gmm-lazy): New widget copied from `nnmail.el'.
14195 (gmm-tool-bar-from-list): New function for creating customizable
14196 tool bars.
14197 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
14198 output.
14199 (gmm): Add :prefix to defgroup.
14200
14201 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
14202
14203 * gmm-utils.el (gmm-widget-p): New function.
14204
14205 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
14206
14207 * mml.el (mml-attach-file): Describe `description' in doc string.
14208 (mml-menu): Add Emacs MIME manual and PGG manual.
14209
14210 2006-01-20 Richard M. Stallman <rms@gnu.org>
14211
14212 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14213
14214 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
14215
14216 * nntp.el (nntp-end-of-line): Doc fix.
14217
14218 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
14219
14220 * imap.el (imap-open): Handle case where buffer is a buffer
14221 object.
14222
14223 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14224
14225 * gnus-delay.el (gnus-delay): Don't autoload.
14226 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14227 to be re-loaded when customizing the `gnus-delay' group.
14228
14229 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
14230
14231 * message.el (message-insert-citation-line): Use newlines.
14232
14233 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
14234
14235 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14236
14237 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14238
14239 2006-01-19 Mark D. Baushke <mdb@gnu.org>
14240
14241 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14242
14243 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14244
14245 * mm-decode.el (mm-inlined-types): Add application/pgp.
14246 (mm-automatic-display): Ditto.
14247
14248 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14249 part as text.
14250
14251 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
14252
14253 * nnrss.el: Update copyright.
14254 (nnrss-opml-import): Query whether to subscribe to each entry.
14255
14256 * gnus-art.el:
14257 * gnus-sum.el:
14258 * mm-uu.el:
14259 * mm-view.el: Update copyright.
14260
14261 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
14262
14263 * message.el (message-info): New function.
14264 (message-mode-menu): Add it.
14265 Update copyright.
14266
14267 * ChangeLog: Fix and update copyright.
14268
14269 2006-01-13 Romain Francoise <romain@orebokech.com>
14270
14271 * message.el (message-forward-subject-name-subject): Prefer the
14272 address to 'nowhere' if the sender has no name.
14273 Fix typo. Update copyright year.
14274
14275 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
14276
14277 * gnus-art.el (article-wash-html):
14278 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14279 (gnus-article-wash-html-with-w3m-standalone): New function.
14280
14281 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14282 mm-inline-text-html-render-with-w3m-standalone.
14283 (mm-text-html-washer-alist): Map w3m-standalone to
14284 gnus-article-wash-html-with-w3m-standalone.
14285 (mm-inline-text-html-render-with-w3m-standalone): New function.
14286
14287 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
14288
14289 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14290 Improve LaTeX.
14291
14292 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
14293
14294 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14295 (nnrss-request-article): Render text/plain parts as HTML.
14296
14297 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14298 the buffer.
14299
14300 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
14301
14302 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14303 custom definition of `gnus-posting-styles'.
14304
14305 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14306 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14307
14308 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
14309
14310 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14311 Use nntp for bug archive.
14312
14313 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
14314
14315 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14316 parts.
14317 (nnrss-normalize-date): New function converts ISO 8601 date into
14318 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14319 (nnrss-check-group): Use it.
14320
14321 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
14322
14323 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14324
14325 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14326 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14327 (nnrss-insert-w3): Ditto.
14328
14329 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14330
14331 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14332 the articles to be forwarded including the case where neither a
14333 number of articles nor a region is specified.
14334
14335 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
14336
14337 * nnrss.el (nnrss-request-article): Fix last change; fill
14338 text/plain parts.
14339
14340 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
14341
14342 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14343 in text/plain part.
14344 (nnrss-check-group): Don't add excessive newline to dc:subject.
14345
14346 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
14347
14348 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14349 article.
14350
14351 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
14352
14353 * nnml.el: Don't require gnus-bcklg. Autoload it.
14354 (nnml-use-compressed-files, nnml-save-mail): Support other
14355 comression programs such as bzip2.
14356
14357 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14358
14359 * dns.el (query-dns): Make sure we check the buffer size before
14360 removing tcp headers.
14361
14362 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
14363
14364 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14365 remove MIME buttons associated with multipart/alternative parts.
14366 (gnus-mime-display-alternative): Tag buttons using `article-type'
14367 text property.
14368
14369 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14370 associated with multipart/alternative parts.
14371
14372 * gnus-art.el (gnus-signature-separator): Fix custom type.
14373
14374 * mm-decode.el (mm-inlined-types): Fix custom type.
14375 (mm-keep-viewer-alive-types): Ditto.
14376 (mm-automatic-display): Ditto.
14377 (mm-attachment-override-types): Ditto.
14378 (mm-inline-override-types): Ditto.
14379 (mm-automatic-external-display): Ditto.
14380
14381 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
14382
14383 * spam-report.el (spam-report-user-mail-address)
14384 (spam-report-user-agent): New variables.
14385 (spam-report-url-ping-plain): Use spam-report-user-agent.
14386
14387 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
14388
14389 * gnus-art.el (gnus-button-handle-custom): Do not just use
14390 `customize-apropos' for any "M-x customize-*" button but the
14391 function called for. Accept both the function name and its
14392 argument in order to achieve this.
14393 (gnus-button-alist): Remove support for "custom:" URL's.
14394 Pass function name to `gnus-button-handle-custom' in case of "M-x
14395 customize-*" buttons.
14396
14397 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14398
14399 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14400 multipart/alternative and add xref to mm-discouraged-alternatives
14401 in doc string.
14402
14403 * mm-decode.el (mm-discouraged-alternatives): Add xref to
14404 gnus-buttonized-mime-types in doc string.
14405
14406 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
14407
14408 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14409 Suggest image/.* in the doc string.
14410
14411 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
14412
14413 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14414 message-marks (Debian bug #342521).
14415
14416 2005-12-12 Simon Josefsson <jas@extundo.com>
14417
14418 * password.el (password-read-from-cache): Add.
14419 (password-read): Use it.
14420
14421 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14422
14423 * rfc2047.el (rfc2047-charset-to-coding-system):
14424 Recognize us-ascii as a MIME charset.
14425
14426 * mm-bodies.el (mm-decode-content-transfer-encoding):
14427 Protect against the case where the 2nd arg TYPE is nil.
14428
14429 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14430
14431 * pop3.el (pop3-stream-type): Fix custom version.
14432
14433 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14434
14435 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14436
14437 * mm-decode.el (mm-display-external): Add missing cdr.
14438
14439 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
14440
14441 * mm-decode.el (mm-display-external): Use nametemplate (defined in
14442 RFC1524) if it is in mailcap or add a suffix according to
14443 mailcap-mime-extensions when generating a temp filename; postpone
14444 deleting a temp file for 2 seconds for some wrappers, shell
14445 scripts, and so on, which might exit right after having started a
14446 viewer command as a background job.
14447
14448 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14449
14450 * nntp.el (nntp-marks-directory): Fix custom group.
14451
14452 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14453 steps when < 10.
14454
14455 * gnus-start.el (gnus-no-server-1):
14456 Mention `gnus-level-default-subscribed' in doc string.
14457
14458 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14459
14460 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14461 parens.
14462
14463 2005-11-26 Dave Love <fx@gnu.org>
14464
14465 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14466 (tls-program, tls-success): Provide openssl alternative.
14467
14468 * starttls.el: Doc fixes.
14469 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14470 SERVICE to PORT.
14471
14472 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
14473 port null or service name.
14474 (starttls-negotiate): Autoload.
14475
14476 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14477
14478 * message.el (message-kill-to-signature): Fix interactive spec.
14479
14480 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
14481
14482 * pop3.el (pop3-open-server): Recognize a string as a service name.
14483
14484 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
14485
14486 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14487
14488 2005-11-23 Dave Love <fx@gnu.org>
14489
14490 Add pop3s, pop3/starttls.
14491
14492 * pop3.el (pop3-authentication-scheme): Clarify doc.
14493 (open-tls-stream, starttls-open-stream): Autoload.
14494 (pop3-stream-type): New.
14495 (pop3-open-server): Use it.
14496
14497 * mail-source.el (mail-sources): Fix some :types. Add stream type
14498 for POP.
14499 (mail-source-keyword-map): Add :stream for POP.
14500 (mail-source-fetch-pop): Use pop3-stream-type.
14501
14502 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
14503
14504 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14505 of current-time-string.
14506
14507 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
14508
14509 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14510 date header.
14511
14512 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14513
14514 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14515 it can seriously impact performance as it bypasses the agent's
14516 local caches.
14517
14518 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14519
14520 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14521 must be explicitly online rather than "not explicitly offline" for
14522 its flags to be synchronized.
14523
14524 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14525 that gnus-uu-unmark-thread will function correctly.
14526
14527 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14528 1024K is instead displayed as 1M.
14529
14530 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14531
14532 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14533
14534 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
14535
14536 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14537
14538 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
14539
14540 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14541 error message to display actual error condition.
14542 (gnus-agent-save-local): Avoid saving symbols that are bound to
14543 nil as they simply result in a warning message in
14544 gnus-agent-read-local.
14545
14546 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14547
14548 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14549 rather than make-variable-buffer-local for file-precious-flag.
14550
14551 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14552
14553 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14554 for duplicates which are removed. The invalid sort check then
14555 triggers a rescan after the sort as sorting may have moved
14556 duplicate entries such that they can be cheaply detected.
14557
14558 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14559
14560 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14561
14562 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14563
14564 * gnus-agent.el (gnus-agent-article-alist-save-format):
14565 Change internal variable to a custom variable. Change default value
14566 from compressed(2) to uncompressed(1).
14567 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14568 support for uncompressed agentview files. Taken together, reading
14569 the agentview file should now be 6-7 times faster.
14570
14571 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
14572
14573 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14574 as a buffer-local variable. This avoids creating truncated
14575 dribble files as a result of a hang up, eg.
14576
14577 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14578
14579 * gnus-start.el (gnus-start-draft-setup):
14580 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14581
14582 * gnus.el (gnus-splash): Change custom group.
14583 (gnus-group-get-parameter, gnus-group-parameter-value):
14584 Describe allow-list argument.
14585
14586 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14587 string.
14588
14589 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14590
14591 * gnus-art.el (gnus-default-article-saver): Add user-defined
14592 `function' to custom type.
14593
14594 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14595
14596 * imap.el (imap-open): Handle case where buffer is a buffer
14597 object.
14598
14599 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14600
14601 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14602 long lines.
14603 (gnus-cache-delete-group): Wrap doc strings.
14604
14605 * gnus-agent.el (gnus-agent-rename-group)
14606 (gnus-agent-delete-group): Wrap doc strings.
14607
14608 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14609
14610 * gnus-start.el (gnus-1): Add "native" to
14611 gnus-predefined-server-alist.
14612
14613 * gnus.el (gnus-method-to-server): Don't add "native" to the
14614 lists here, because that leads to problems when
14615 gnus-select-method is bound.
14616
14617 2005-11-09 Simon Josefsson <jas@extundo.com>
14618
14619 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14620 use (not sort-by-date) instead.
14621
14622 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14623
14624 * gnus-delay.el (gnus-delay-group): Don't autoload.
14625 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14626 to be re-loaded when customizing the `gnus-delay' group.
14627
14628 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
14629
14630 * message.el: Revert last changes.
14631 (message-insert-citation-line): Use newlines.
14632
14633 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14634
14635 * message.el (message-courtesy-message)
14636 (message-mark-insert-begin, message-mark-insert-end)
14637 (message-elide-ellipsis, message-cancel-message)
14638 (message-add-header, message-change-subject)
14639 (message-cross-post-followup-to-header)
14640 (message-cross-post-insert-note, message-reduce-to-to-cc)
14641 (message-widen-reply, message-delete-not-region)
14642 (message-kill-to-signature, message-insert-signature)
14643 (message-insert-importance-high, message-insert-importance-low)
14644 (message-insert-or-toggle-importance)
14645 (message-insert-disposition-notification-to)
14646 (message-indent-citation, message-yank-original)
14647 (message-cite-original-without-signature, message-cite-original)
14648 (message-insert-citation-line, message-position-on-field)
14649 (message-fix-before-sending, message-send-mail-partially)
14650 (message-send-mail, message-send-mail-with-sendmail)
14651 (message-send-mail-with-qmail, message-send-news)
14652 (message-check-news-header-syntax, message-generate-headers)
14653 (message-insert-courtesy-copy, message-fill-address)
14654 (message-fill-header, message-shorten-references)
14655 (message-setup-1, message-cancel-news)
14656 (message-forward-make-body-plain, message-forward-make-body-mime)
14657 (message-forward-make-body-mml, message-encode-message-body)
14658 (message-forward-make-body-digest-plain)
14659 (message-forward-make-body-digest-mime)
14660 (message-use-alternative-email-as-from): Insert `hard-newline'
14661 instead of ordinary newlines.
14662
14663 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
14664
14665 * message.el (message-generate-headers): Downcase the argument
14666 given to message-check-element.
14667
14668 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
14669
14670 * nntp.el (nntp-authinfo-rejected): New error condition.
14671 (nntp-wait-for): Use new error condition to signal authentication
14672 error.
14673 (nntp-retrieve-data): Rethrow new error condition to break out of
14674 recursive call to nntp-send-authinfo.
14675
14676 2005-11-08 Romain Francoise <romain@orebokech.com>
14677
14678 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14679 (gnus-summary-exit-map): Bind to `Z p'.
14680 (gnus-summary-make-menu-bar): Add menu item.
14681
14682 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
14683
14684 * gnus-art.el (gnus-article-treat-custom): Add `first'.
14685 (gnus-treat-*): Add `first' in all doc strings.
14686
14687 * gnus-group.el (gnus-group-compact-group): Fix typo.
14688
14689 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14690
14691 * gnus.el (gnus-parameters-case-fold-search): New variable.
14692 (gnus-parameters-get-parameter): Use it.
14693
14694 * gnus-score.el (gnus-home-score-file): Doc fix.
14695
14696 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
14697
14698 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14699
14700 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
14701
14702 * mm-util.el (mm-special-display-p): New function.
14703
14704 * mml.el (mml-preview): Use it; doc fix.
14705
14706 2005-10-29 Romain Francoise <romain@orebokech.com>
14707
14708 * message.el (message-fix-before-sending): Fix comment.
14709
14710 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14711
14712 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14713
14714 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14715
14716 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14717 Used in gnus-score.el.
14718
14719 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14720
14721 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14722
14723 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14724
14725 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14726 whitespace removed in revision 7.8. Use concatenated string to
14727 protect trailing whitespace.
14728
14729 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
14730
14731 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14732 (nnimap-request-expire-articles): Use it to avoid sending 'UID
14733 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14734 Courier IMAP ("some version from 2004"). Mostly based on similar
14735 code in the same function.
14736
14737 2005-10-26 Didier Verna <didier@xemacs.org>
14738
14739 * gnus-group.el (gnus-group-compact-group): Invalidate original
14740 article buffer.
14741 * gnus-srvr.el (gnus-server-compact-server): Ditto.
14742 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14743 NOV database and in article itself.
14744 Invalidate article backlog.
14745
14746 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14747
14748 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14749
14750 2005-10-26 Simon Josefsson <jas@extundo.com>
14751
14752 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14753 part of 2004-07-25 change.
14754
14755 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
14756
14757 * message.el (message-display-completion-list): New function.
14758 (message-expand-group): Use it; make sure the Completions buffer
14759 is modifiable.
14760
14761 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14762
14763 * imap.el (imap-open): Handle case where buffer is a buffer object.
14764
14765 2005-10-24 Eli Zaretskii <eliz@gnu.org>
14766
14767 * pgg-def.el:
14768 * pgg-gpg.el:
14769 * pgg-parse.el:
14770 * pgg-pgp.el:
14771 * pgg-pgp5.el:
14772 * pgg.el: Move to the parent lisp directory.
14773
14774 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14775
14776 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14777 user-mail-name is an empty string.
14778
14779 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14780
14781 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14782 depending on gnus-score-decay-constant.
14783
14784 * encrypt.el (encrypt-insert-file-contents)
14785 (encrypt-write-file-contents): Don't use `gnus-message'.
14786
14787 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14788 arguments.
14789 (mm-uu-type-alist): Add message-marks and insert-marks.
14790 Pass arguments to mm-uu-verbatim-marks-extract.
14791 (mm-uu-hide-markers): New variable.
14792 (mm-uu-extract): Use face similar to `gnus-cite-3'.
14793
14794 * gnus-fun.el (gnus-convert-image-to-x-face-command)
14795 (gnus-convert-image-to-face-command): Use "convert" by default to
14796 allow other input image formats.
14797 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14798 accordingly.
14799
14800 2005-10-23 Simon Josefsson <jas@extundo.com>
14801
14802 * imap.el (imap-gssapi-program): Align command line parameters
14803 with latest GNU SASL.
14804 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14805
14806 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14807
14808 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14809 HTML.
14810 (nnslashdot-request-article): Ditto.
14811
14812 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14813
14814 * mail-source.el (mail-source-fetch-pop): Require pop3.
14815 (mail-source-check-pop): Ditto.
14816
14817 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14818
14819 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14820 errors.
14821
14822 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14823
14824 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14825 (gnus-treat-strip-leading-blank-lines): Improve doc string.
14826
14827 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14828
14829 * mm-bodies.el (mm-decode-string):
14830 Call `mm-charset-to-coding-system' with allow-override argument.
14831
14832 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14833
14834 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14835 (rfc2047-charset-to-coding-system): New function.
14836 (rfc2047-decode-encoded-words): New function.
14837 (rfc2047-decode-region): Use them.
14838 (rfc2047-decode-cte): Remove.
14839 (rfc2047-parse-and-decode): Remove.
14840 (rfc2047-decode): Remove.
14841
14842 2005-10-15 Kenichi Handa <handa@m17n.org>
14843
14844 * rfc2047.el (rfc2047-decode-cte): New function.
14845 (rfc2047-decode-region): Change the way to decode successive
14846 encoded-words: decode B- or Q-encoding in each encoded-word,
14847 concatenate them, and decode it as charset.
14848
14849 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14850
14851 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
14852 widget-move-and-invoke.
14853 (gnus-custom-mode): Use gnus-custom-map.
14854
14855 2005-10-15 Bill Wohler <wohler@newt.com>
14856
14857 * message.el (message-tool-bar-map): Rename image file from
14858 mail_send to mail/send.
14859
14860 2005-10-16 Masatake YAMATO <jet@gyve.org>
14861
14862 * message.el (message-expand-group): Pass the common
14863 prefix substring of completion to `display-completion-list'.
14864
14865 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
14866
14867 * mml-sec.el (mml-secure-method): New internal variable.
14868 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14869 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14870 New functions using mml-secure-method.
14871
14872 * mml.el (mml-mode-map): Add key bindings for those functions.
14873 (mml-menu): Simplify security menu entries. Suggested by Jesper
14874 Harder <harder@myrealbox.com>.
14875 (mml-attach-file, mml-attach-buffer, mml-attach-external):
14876 Goto end of message if point is the headers of the message.
14877
14878 * message.el (message-in-body-p): New function.
14879
14880 * assistant.el: Autoload gnus-util and netrc.
14881
14882 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14883 Use `mm-charset-override-alist' only when decoding.
14884
14885 * mm-bodies.el (mm-decode-body):
14886 Call `mm-charset-to-coding-system' with allow-override argument.
14887
14888 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14889 `filename' from Content-Disposition if Content-Type doesn't
14890 provide `name'.
14891 (gnus-mime-view-part-as-type): Set default instead of
14892 initial-input.
14893
14894 2005-10-09 Daniel Brockman <daniel@brockman.se>
14895
14896 * format-spec.el (format-spec): Propagate text properties of % spec.
14897
14898 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14899
14900 * gnus-art.el (gnus-treat-predicate): Add `first'.
14901
14902 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
14903
14904 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14905 (mm-charset-override-alist): New variable.
14906 (mm-charset-to-coding-system): Use it.
14907 (mm-codepage-setup): New helper function.
14908 (mm-charset-eval-alist): New variable.
14909 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14910 Warn about unknown charsets.
14911
14912 2005-10-04 David Hansen <david.hansen@gmx.net>
14913
14914 * nnrss.el (nnrss-request-article): Add support for the comments tag.
14915 (nnrss-check-group): Ditto.
14916
14917 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14918
14919 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14920 Rename x-gnus-verbatim to x-verbatim.
14921 (mm-uu-type-alist): Fix regexp for verbatim-marks.
14922
14923 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14924 x-verbatim.
14925
14926 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14927
14928 * gnus-util.el (gnus-remove-duplicates): Remove.
14929
14930 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14931 instead of gnus-remove-duplicates.
14932
14933 * message.el (message-remove-duplicates): Remove.
14934 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14935 message-remove-duplicates.
14936
14937 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14938 available, else use implementation from `delete-dups'.
14939
14940 * message.el (message-insert-expires): New function.
14941 (message-mode-map): Add key binding.
14942 (message-mode-field-menu): Add menu entry.
14943 (message-mode): Document it.
14944 (message-make-expires-date): Use `message-make-date'.
14945
14946 2005-10-04 Josh Huber <huber@alum.wpi.edu>
14947
14948 * message.el (message-make-expires-date): New function.
14949
14950 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
14951
14952 * time-date.el: Autoload parse-time-string, XEmacs needs it.
14953
14954 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14955
14956 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14957 function rather than the diff-mode.el package.
14958 (mm-display-external): Use with-current-buffer.
14959 (mm-viewer-completion-map, mm-viewer-completion-map):
14960 Move initialization inside declaration.
14961
14962 2005-09-29 Simon Josefsson <jas@extundo.com>
14963
14964 * spam.el: Load hashcash when compiling, to avoid warnings.
14965 Don't autoload mail-check-payment.
14966 (spam-check-hashcash): Define unconditionally, since hashcash.el
14967 is part of Gnus now. Ignore errors from payment checking.
14968
14969 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14970
14971 * message.el (message-bold-region, message-unbold-region):
14972 Rename from `bold-region' and `unbold-region'.
14973
14974 * message.el: Remove useless autoloads.
14975
14976 2005-09-28 Simon Josefsson <jas@extundo.com>
14977
14978 * message.el (message-use-idna): Default to t.
14979 (message-use-idna): Test whether encoding works too. Doc fix.
14980
14981 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
14982
14983 * nntp.el (nntp-warn-about-losing-connection): Remove.
14984
14985 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14986
14987 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14988 customizable. Change default value.
14989 (mm-uu-diff-groups-regexp): Change default value.
14990 (mm-uu-type-alist): Add doc string.
14991 (mm-uu-configure): Add doc string. Make it interactive.
14992 (mm-uu-tex-groups-regexp): New variable.
14993 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14994 (mm-uu-type-alist): Add LaTeX documents.
14995 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14996 of "text/verbatim".
14997 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14998
14999 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15000 instead of "text/verbatim".
15001
15002 * message.el (message-mark-inserted-region)
15003 (message-mark-insert-file): Use slrn style marks when called with
15004 prefix argument.
15005
15006 2005-09-27 Simon Josefsson <jas@extundo.com>
15007
15008 * message.el (message-idna-to-ascii-rhs-1): Reformat.
15009
15010 2005-09-27 Arne Jørgensen <arne@arnested.dk>
15011
15012 * message.el (message-remove-duplicates): New function.
15013 Implementation borrowed from `gnus-remove-duplicates'.
15014 (message-idna-to-ascii-rhs): Also encode idna addresses in
15015 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15016 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15017 only ask about the same idna domain once per header and also tell
15018 in what header to replace the idna domain.
15019
15020 * gnus-art.el (article-decode-idna-rhs): Also decode idna
15021 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15022 (article-decode-idna-rhs): Fix regexp so that all idna-address in
15023 a header is decoded and not just the last one.
15024
15025 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
15026
15027 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15028 has been decoded.
15029
15030 * mm-decode.el (mm-automatic-display): Add text/verbatim.
15031 (mm-insert-part): Don't modify text if it has been decoded.
15032
15033 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15034 decoded.
15035
15036 * mm-view.el (mm-inline-text): Don't strip text props unless
15037 decoding enriched or richtext parts.
15038
15039 2005-09-25 Romain Francoise <romain@orebokech.com>
15040
15041 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15042 * gnus-start.el (gnus-subscribe-interactively):
15043 * gnus-uu.el (gnus-uu-grab-articles):
15044 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15045 space.
15046
15047 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
15048
15049 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15050 * mm-view.el (mm-view-pkcs7-decrypt):
15051 * gnus-sum.el (gnus-summary-limit-to-extra)
15052 (gnus-summary-respool-article, gnus-read-move-group-name):
15053 * gnus-score.el (gnus-summary-increase-score):
15054 * gnus-util.el (gnus-completing-read-with-default):
15055 * gnus-art.el (gnus-read-save-file-name)
15056 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15057 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15058 * message.el (message-check-news-header-syntax):
15059 Follow convention for reading with the minibuffer.
15060
15061 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
15062
15063 * spam-report.el (spam-report-url-ping-plain):
15064 Use gnus-extended-version as User-Agent.
15065
15066 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15067 default value is nil.
15068
15069 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15070 (mm-uu-verbatim-marks-extract): New function.
15071 (mm-uu-extract): New face.
15072 (mm-uu-copy-to-buffer): Use it.
15073
15074 * spam-report.el (spam-report-gmane-ham): Rename from
15075 `spam-report-gmane-unspam'.
15076 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15077 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
15078
15079 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15080 Autoload.
15081 (spam-report-gmane-unregister-routine):
15082 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15083
15084 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
15085
15086 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15087 (spam-report-gmane-unregister-routine): Add support for gmane
15088 unregistration.
15089
15090 * spam-report.el (spam-report-gmane-unspam)
15091 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15092 (spam-report-gmane): Change to take a single article and do unspam
15093 registration.
15094
15095 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15096
15097 * mm-url.el (mm-url-decode-entities): Fix regexp.
15098
15099 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15100
15101 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15102 default to nil, to be able to use Gnus at all. If the default
15103 switches to something else, then the function should be fixed not
15104 be exceedingly slow.
15105
15106 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
15107
15108 * gnus-start.el (gnus-activate-group): If the server is nil, don't
15109 fail hard.
15110
15111 * spam-report.el: Add better Keywords line.
15112
15113 * spam.el: Add Maintainer and better Keywords line.
15114
15115 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15116
15117 * gnus-art.el (gnus-article-replace-part)
15118 (gnus-mime-replace-part): New functions.
15119 (gnus-mime-action-alist, gnus-mime-button-commands)
15120 (gnus-mime-save-part-and-strip): Add file argument.
15121 (gnus-article-part-wrapper): Add interactive argument.
15122
15123 * gnus-sum.el (gnus-summary-mime-map):
15124 Add `gnus-article-replace-part'.
15125
15126 2005-09-19 Didier Verna <didier@xemacs.org>
15127
15128 The nnml compaction feature:
15129 * nnml.el (nnml-request-compact-group): New function.
15130 * nnml.el (nnml-request-compact): New function.
15131 * gnus-int.el (gnus-request-compact-group): New function.
15132 * gnus-int.el (gnus-request-compact): New function.
15133 * gnus-group.el (gnus-group-compact-group): New function.
15134 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15135 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15136 * gnus-srvr.el (gnus-server-compact-server): New function.
15137 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15138 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15139
15140 2005-09-18 Deepak Goel <deego@gnufans.org>
15141
15142 * sieve.el (sieve-help): Fix `message' call: first arg should be a
15143 format spec.
15144
15145 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
15146
15147 * gnus.el (gnus-group-startup-message): Bind image-load-path.
15148
15149 2005-09-15 Romain Francoise <romain@orebokech.com>
15150
15151 * message.el (message-fill-paragraph): Clarify docstring.
15152
15153 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
15154
15155 * gnus-art.el (gnus-mime-display-part): Protect against broken
15156 MIME messages.
15157
15158 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15159
15160 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15161 before parsing header.
15162
15163 2005-09-11 Jari Aalto <jari.aalto@cante.net>
15164
15165 * html2text.el (html2text-replace-list): Add new entities.
15166
15167 2005-09-11 Romain Francoise <romain@orebokech.com>
15168
15169 * message.el (message-alternative-emails): Improve docstring.
15170 (message-setup-1): Call `message-use-alternative-email-as-from'
15171 after `message-setup-hook' to give it precedence over posting
15172 styles, etc.
15173 (message-use-alternative-email-as-from): Add docstring.
15174 Remove the original From header if present.
15175
15176 * nnml.el (nnml-compressed-files-size-threshold): New variable.
15177 (nnml-save-mail): Use it.
15178
15179 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15180 articles. Add new argument `silent'.
15181 (gnus-uu-mark-all): Report the total number of marked articles.
15182
15183 2005-09-10 Romain Francoise <romain@orebokech.com>
15184
15185 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15186 (gnus-uu-mark-series): Likewise.
15187
15188 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
15189
15190 * spam-report.el (spam-report-gmane): Fix generation of spam
15191 report URL.
15192
15193 2005-09-10 Simon Josefsson <jas@extundo.com>
15194
15195 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15196 t, based on discussion on the ding list with Robert Epprecht
15197 <epprecht@solnet.ch>.
15198
15199 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
15200
15201 * spam-report.el (spam-report-gmane): Make it work without
15202 X-Report-Spam header. Gmane now only provides Archived-At.
15203 This is only used if `spam-report-gmane-use-article-number' is nil.
15204 (spam-report-gmane-spam-header): Remove. Not used anymore.
15205
15206 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15207 make `gnus-summary-sort-by-recipient' work with threading.
15208
15209 * nnweb.el (nnweb-google-wash-article): Print a message if article
15210 is not available.
15211
15212 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15213
15214 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15215 change. Decode text/* parts content before displaying.
15216
15217 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
15218
15219 * mml-smime.el: Remove defvar of gnus-extract-address-components.
15220
15221 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
15222
15223 * mm-view.el (mm-display-inline-fontify): Disable support modes.
15224
15225 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
15226
15227 * message.el (message-tab-body-function): Fix mismatched custom type.
15228
15229 * gnus.el (gnus-group-change-level-function): Ditto.
15230
15231 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15232
15233 * gnus-art.el (gnus-signature-limit)
15234 (gnus-article-mime-part-function): Ditto.
15235
15236 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
15237
15238 * mml.el (mml-mode): Silence the byte compiler.
15239
15240 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15241 using `(sit-for 0)' before moving the point to the specified part;
15242 skip unbuttonized parts.
15243 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15244 return to the summary window if gnus-auto-select-part is non-nil.
15245
15246 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
15247
15248 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15249 New variables.
15250 (mml-dnd-attach-file, mml-mode): Use them.
15251
15252 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15253 Make fetching article by MID work again for Google Groups.
15254 Add FIXME concerning gnus-group-make-web-group.
15255
15256 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15257 Don't depend on Gnus by using mail-extract-address-components if
15258 gnus-extract-address-components is not bound.
15259
15260 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15261
15262 * gnus-art.el (gnus-mime-display-security): Don't display the
15263 signature, but only the signed part.
15264
15265 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
15266
15267 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15268
15269 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15270 list, not listp.
15271
15272 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
15273
15274 * mm-encode.el (mm-encode-content-transfer-encoding):
15275 Likewise when encoding.
15276
15277 * mm-bodies.el (mm-decode-content-transfer-encoding):
15278 De-canonicalize CRLF for all text content types, not just
15279 text/plain.
15280
15281 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
15282
15283 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15284 valid article; point arrow and cursor at the MIME button.
15285
15286 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
15287
15288 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15289 Suggested by Dan Christensen <jdc@uwo.ca>.
15290
15291 * mm-decode.el (mm-save-part): Enable change of prompt.
15292
15293 2005-08-29 Jari Aalto <jari.aalto@cante.net>
15294
15295 * gnus-msg.el (gnus-inews-add-send-actions):
15296 Make `message-post-method' lambda parameter ARG `&optional'.
15297
15298 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15299
15300 * gnus-sum.el (gnus-summary-mime-map):
15301 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15302 gnus-article-jump-to-part.
15303
15304 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15305 (gnus-article-edit-part): Use it.
15306 (gnus-article-part-wrapper): Add no-handle argument.
15307 (gnus-article-save-part-and-strip, gnus-article-delete-part):
15308 New functions.
15309
15310 2005-08-29 Romain Francoise <romain@orebokech.com>
15311
15312 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15313 docstring.
15314 (gnus-face-from-file): Likewise.
15315
15316 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15317
15318 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15319 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15320 non-nil.
15321 (gnus-auto-select-part): New variable.
15322 (gnus-article-jump-to-part): New function.
15323 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15324 (gnus-mime-delete-part): Allow selecting specified part after
15325 deleting or stripping parts.
15326 (gnus-article-jump-to-part): Don't use `read-number'. Use last
15327 part if argument is bogus.
15328
15329 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15330
15331 * gnus-art.el (w3m-minor-mode-map):
15332 * gnus-spec.el (gnus-newsrc-file-version):
15333 * gnus-util.el (nnmail-active-file-coding-system)
15334 (gnus-original-article-buffer, gnus-user-agent):
15335 * gnus.el (gnus-ham-process-destinations)
15336 (gnus-parameter-ham-marks-alist)
15337 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15338 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15339 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15340 * mm-decode.el (gnus-current-window-configuration):
15341 * mm-extern.el (gnus-article-mime-handles):
15342 * mm-url.el (url-current-object, url-package-name)
15343 (url-package-version):
15344 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15345 (smime-keys, w3m-cid-retrieve-function-alist)
15346 (w3m-current-buffer, w3m-display-inline-images)
15347 (w3m-minor-mode-map):
15348 * mml-smime.el (gnus-extract-address-components):
15349 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15350 (gnus-newsrc-hashtb, message-default-charset)
15351 (message-deletable-headers, message-options)
15352 (message-posting-charset, message-required-mail-headers)
15353 (message-required-news-headers):
15354 * mml1991.el (mc-pgp-always-sign):
15355 * mml2015.el (mc-pgp-always-sign):
15356 * nnheader.el (nnmail-extra-headers):
15357 * rfc1843.el (gnus-decode-encoded-word-function)
15358 (gnus-decode-header-function, gnus-newsgroup-name):
15359 * spam-stat.el (gnus-original-article-buffer): Add defvars.
15360
15361 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
15362
15363 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15364 the end of the date treatments.
15365
15366 2005-08-15 Simon Josefsson <jas@extundo.com>
15367
15368 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15369 it in url-handlers.el and XEmacs in url.el. Reported by Luca
15370 Capello and Romain Francoise.
15371 (pgg-fetch-key-function): Remove, not used?
15372 (pgg-insert-url-with-w3): Require url, to get
15373 url-insert-file-contents regardless of where it is defined.
15374
15375 2005-08-13 Romain Francoise <romain@orebokech.com>
15376
15377 * message.el (message-cite-original-1): New function.
15378 (message-cite-original): Use it.
15379 (message-cite-original-without-signature): Ditto.
15380
15381 2005-08-08 Romain Francoise <romain@orebokech.com>
15382
15383 * message.el (message-yank-empty-prefix): New variable.
15384 (message-indent-citation): Use it.
15385 (message-cite-original-without-signature): Respect X-No-Archive.
15386
15387 2005-08-08 Simon Josefsson <jas@extundo.com>
15388
15389 * pgg.el: Autoload url-insert-file-contents instead of loading
15390 w3/url.
15391 (pgg-insert-url-with-w3): Don't load url here.
15392
15393 2005-08-07 Jesper Harder <harder@phys.au.dk>
15394
15395 * message.el (message-kill-to-signature): Don't insert newline at
15396 bol.
15397 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15398
15399 2005-08-06 Romain Francoise <romain@orebokech.com>
15400
15401 * message.el (message-user-fqdn): Fix typo in docstring.
15402
15403 2005-08-05 Daiki Ueno <ueno@unixuser.org>
15404
15405 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15406
15407 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15408
15409 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
15410
15411 * mm-bodies.el (mm-encode-body): Use coding system rather than
15412 charset to encode text.
15413
15414 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15415 number of charsets if utf-8 is available (XEmacs).
15416
15417 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15418
15419 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15420 taken from `gnus-button-mid-or-mail-regexp'.
15421 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15422 (gnus-button-alist): Improve regexp for domain part of the MIDs
15423 for news:localpart@domain buttons.
15424 (gnus-button-ctan-directory-regexp): Update.
15425
15426 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15427
15428 * sieve-manage.el (sieve-manage-interactive-login):
15429 Use make-local-variable rather than make-variable-buffer-local.
15430 (sieve-manage-open): Ditto.
15431 (sieve-manage-authenticate): Ditto.
15432
15433 * mml.el (mml-generate-mime-1): Make the content type default to
15434 text/plain if the filename is not specified.
15435
15436 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15437
15438 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15439 instead of insert-buffer.
15440
15441 * message.el (message-yank-original): Ditto; set the mark at the
15442 end of the yanked message.
15443
15444 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
15445
15446 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15447 lines to scroll rather than to stop it.
15448
15449 * mml.el (mml-generate-default-type): Add doc string.
15450 (mml-generate-mime-1): Use mm-default-file-encoding or make it
15451 default to application/octet-stream when determining the content
15452 type if it is not specified for the part or the mml contents; add
15453 a comment about mml-generate-default-type.
15454
15455 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
15456
15457 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15458 make it default to application/octet-stream when determining the
15459 content type if it is not specified for the external contents.
15460
15461 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15462
15463 * rfc2231.el (rfc2231-parse-string): Take care that not only a
15464 segmented parameter but also other parameters might be there.
15465
15466 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15467
15468 * mm-decode.el (mm-display-external): Delete temp file, directory
15469 and buffer immediately if the external process is exited.
15470
15471 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
15472
15473 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15474 fewer lines than that of scroll-margin.
15475 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15476
15477 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
15478
15479 * gnus-art.el (gnus-article-next-page): Revert.
15480 (gnus-article-beginning-of-window): New macro.
15481 (gnus-article-next-page-1): Use it.
15482 (gnus-article-prev-page): Ditto.
15483 (gnus-article-edit-part): Use insert-buffer-substring instead of
15484 insert-buffer.
15485 (gnus-article-edit-exit): Ditto.
15486
15487 * gnus-util.el (gnus-beginning-of-window): Remove.
15488 (gnus-end-of-window): Remove.
15489
15490 2005-07-25 Simon Josefsson <jas@extundo.com>
15491
15492 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15493 to have the url package without w3. Reported by Daiki Ueno
15494 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15495
15496 2005-07-20 Didier Verna <didier@xemacs.org>
15497
15498 * gnus-diary.el: Remove the description comment (nndiary is now
15499 properly documented in the Gnus manual).
15500 Fix the spelling of "Back End".
15501 * nndiary.el: Ditto.
15502 Fix the copyright notice.
15503
15504 2005-07-18 Romain Francoise <romain@orebokech.com>
15505
15506 * gnus-sum.el (gnus-summary-to-prefix)
15507 (gnus-summary-newsgroup-prefix): New variables.
15508 (gnus-summary-from-or-to-or-newsgroups): Use them.
15509
15510 2005-07-17 Romain Francoise <romain@orebokech.com>
15511
15512 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15513 space as it's generally not especially interesting to the user.
15514
15515 2005-07-16 Romain Francoise <romain@orebokech.com>
15516
15517 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15518 nil to avoid prompting and file modification if one of the
15519 messages at the top of the nnfolder file contains a copyright
15520 notice.
15521 Update copyright notice.
15522
15523 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15524 instead of `current-time-string' as the latter creates a time
15525 string that is not RFC 2822 compliant (it lacks the zone).
15526 Update copyright notice.
15527
15528 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
15529
15530 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15531 for text/rtf. Display default in prompt. Pass default for M-n.
15532
15533 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15534
15535 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15536
15537 * gnus-msg.el (gnus-button-mailto):
15538 Remove save-selected-window-window hackery because it relies on
15539 save-selected-window internals.
15540
15541 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
15542
15543 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15544 (gnus-article-next-page-1): Use gnus-beginning-of-window.
15545 (gnus-article-prev-page): Ditto.
15546
15547 * gnus-util.el (gnus-beginning-of-window): New function.
15548 (gnus-end-of-window): New function.
15549
15550 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15551
15552 * gnus-score.el (gnus-score-edit-all-score):
15553 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15554 gnus-message.
15555
15556 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15557
15558 * gnus-msg.el (gnus-button-mailto):
15559 Remove save-selected-window-window hackery because it relies on
15560 save-selected-window internals.
15561
15562 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15563
15564 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15565 add-minor-mode.
15566 (gnus-binary-mode): Ditto.
15567
15568 * gnus-topic.el (gnus-topic-mode): Ditto.
15569
15570 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
15571
15572 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15573 (gnus-article-prev-page): Take scroll-margin into consideration.
15574
15575 2005-07-04 Lute Kamstra <lute@gnu.org>
15576
15577 Update FSF's address in GPL notices.
15578
15579 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
15580
15581 * gnus.el (gnus-exit):
15582 * gnus-group.el (gnus-group-icons):
15583 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15584
15585 * gnus-nocem.el (gnus-nocem):
15586 * message.el (message-various, message-buffers, message-sending)
15587 (message-interface, message-forwarding, message-insertion)
15588 (message-headers, message-news, message-mail):
15589 * pgg-gpg.el (pgg-gpg):
15590 * pgg-parse.el (pgg-parse):
15591 * pgg-pgp.el (pgg-pgp):
15592 * pgg-pgp5.el (pgg-pgp5):
15593 * pop3.el (pop3): Finish `defgroup' description with period.
15594
15595 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
15596
15597 * gnus-art.el (article-display-face): Improve the efficiency.
15598 (article-display-x-face): Ditto; remove grey x-face stuff.
15599
15600 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
15601
15602 * gnus-art.el (article-display-face): Correct the position in
15603 which Faces are inserted.
15604
15605 2005-06-29 Didier Verna <didier@xemacs.org>
15606
15607 * gnus-art.el (article-display-face): Display faces in correct
15608 order.
15609
15610 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15611
15612 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15613 (gnus-fill-real-hashtb): Use hash table instead of obarray.
15614 (gnus-nocem-check-article): Fetch the Type header.
15615 (gnus-nocem-message-wanted-p): Fix the way to examine types.
15616 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15617 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15618 make sure gnus-nocem-hashtb is initialized.
15619 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15620 (gnus-nocem-unwanted-article-p): Ditto.
15621
15622 * pgg.el (pgg-verify): Return the verification result.
15623
15624 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15625
15626 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15627 is ascii.
15628
15629 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15630
15631 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15632 `show-nonbreak-escape'.
15633
15634 2005-06-23 Lute Kamstra <lute@gnu.org>
15635
15636 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15637
15638 * dig.el (dig-mode):
15639 * smime.el (smime-mode): Use gnus-run-mode-hooks.
15640
15641 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15642
15643 * nnimap.el (nnimap-split-download-body): Fix spellings.
15644
15645 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15646
15647 * gnus-art.el (gnus-article-encrypt-body):
15648 * gnus-cus.el (gnus-score-customize):
15649 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15650 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15651
15652 2005-06-16 Arne Jørgensen <arne@arnested.dk>
15653
15654 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15655 header by looking for magic "MII" at the beginnig.
15656
15657 2005-06-16 Miles Bader <miles@gnu.org>
15658
15659 * assistant.el (assistant-field): Remove "-face" suffix from face name.
15660 (assistant-field-face): New backward-compatibility alias for renamed
15661 face.
15662 (assistant-render-text): Use renamed assistant-field face.
15663
15664 * spam.el (spam): Remove "-face" suffix from face name.
15665 (spam-face): New backward-compatibility alias for renamed face.
15666 (spam-face, spam-initialize): Use renamed spam face.
15667
15668 * message.el (message-header-to, message-header-cc)
15669 (message-header-subject, message-header-newsgroups)
15670 (message-header-other, message-header-name)
15671 (message-header-xheader, message-separator, message-cited-text)
15672 (message-mml): Remove "-face" suffix from face names.
15673 (message-header-to-face, message-header-cc-face)
15674 (message-header-subject-face, message-header-newsgroups-face)
15675 (message-header-other-face, message-header-name-face)
15676 (message-header-xheader-face, message-separator-face)
15677 (message-cited-text-face, message-mml-face):
15678 New backward-compatibility aliases for renamed faces.
15679 (message-font-lock-keywords): Use renamed message faces.
15680
15681 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15682 (sieve-test-commands, sieve-tagged-arguments):
15683 Remove "-face" suffix from face names.
15684 (sieve-control-commands-face, sieve-action-commands-face)
15685 (sieve-test-commands-face, sieve-tagged-arguments-face):
15686 New backward-compatibility aliases for renamed faces.
15687 (sieve-control-commands-face, sieve-action-commands-face)
15688 (sieve-test-commands-face, sieve-tagged-arguments-face):
15689 Use renamed sieve faces.
15690
15691 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15692 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15693 (gnus-group-news-3-empty, gnus-group-news-4)
15694 (gnus-group-news-4-empty, gnus-group-news-5)
15695 (gnus-group-news-5-empty, gnus-group-news-6)
15696 (gnus-group-news-6-empty, gnus-group-news-low)
15697 (gnus-group-news-low-empty, gnus-group-mail-1)
15698 (gnus-group-mail-1-empty, gnus-group-mail-2)
15699 (gnus-group-mail-2-empty, gnus-group-mail-3)
15700 (gnus-group-mail-3-empty, gnus-group-mail-low)
15701 (gnus-group-mail-low-empty, gnus-summary-selected)
15702 (gnus-summary-cancelled, gnus-summary-high-ticked)
15703 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15704 (gnus-summary-high-ancient, gnus-summary-low-ancient)
15705 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15706 (gnus-summary-low-undownloaded)
15707 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15708 (gnus-summary-low-unread, gnus-summary-normal-unread)
15709 (gnus-summary-high-read, gnus-summary-low-read)
15710 (gnus-summary-normal-read, gnus-splash):
15711 Remove "-face" suffix from face names.
15712 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15713 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15714 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15715 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15716 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15717 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15718 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15719 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15720 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15721 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15722 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15723 (gnus-summary-selected-face, gnus-summary-cancelled-face)
15724 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15725 (gnus-summary-normal-ticked-face)
15726 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15727 (gnus-summary-normal-ancient-face)
15728 (gnus-summary-high-undownloaded-face)
15729 (gnus-summary-low-undownloaded-face)
15730 (gnus-summary-normal-undownloaded-face)
15731 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15732 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15733 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15734 (gnus-splash-face):
15735 New backward-compatibility aliases for renamed faces.
15736 (gnus-group-startup-message): Use renamed gnus faces.
15737
15738 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15739 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15740 (gnus-server-agent): Remove "-face" suffix from face names.
15741 (gnus-server-agent-face, gnus-server-opened-face)
15742 (gnus-server-closed-face, gnus-server-denied-face)
15743 (gnus-server-offline-face):
15744 New backward-compatibility aliases for renamed faces.
15745 (gnus-server-agent-face, gnus-server-opened-face)
15746 (gnus-server-closed-face, gnus-server-denied-face)
15747 (gnus-server-offline-face): Use renamed gnus faces.
15748
15749 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15750 Remove "-face" suffix from face names.
15751 (gnus-picon-xbm-face, gnus-picon-face):
15752 New backward-compatibility aliases for renamed faces.
15753
15754 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15755 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15756 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15757 (gnus-cite-11): Remove "-face" suffix from face names.
15758 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15759 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15760 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15761 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15762 New backward-compatibility aliases for renamed faces.
15763 (gnus-cite-attribution-face, gnus-cite-face-list)
15764 (gnus-article-boring-faces): Use renamed gnus faces.
15765
15766 * gnus-art.el (gnus-signature, gnus-header-from)
15767 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15768 (gnus-header-content): Remove "-face" suffix from face names.
15769 (gnus-signature-face, gnus-header-from-face)
15770 (gnus-header-subject-face, gnus-header-newsgroups-face)
15771 (gnus-header-name-face, gnus-header-content-face):
15772 New backward-compatibility aliases for renamed faces.
15773 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15774
15775 * gnus-sum.el (gnus-summary-selected-face)
15776 (gnus-summary-highlight): Use renamed gnus faces.
15777 * gnus-group.el (gnus-group-highlight): Likewise.
15778
15779 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15780
15781 * gnus-sieve.el (gnus-sieve-article-add-rule):
15782 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15783 * spam-stat.el (spam-stat-buffer-change-to-spam)
15784 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15785
15786 * message.el (message-is-yours-p):
15787 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15788
15789 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15790
15791 * mm-view.el (mm-inline-text): Withdraw the last change.
15792
15793 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15794
15795 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15796 executing enriched-decode.
15797
15798 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15799
15800 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15801 charset of tar files.
15802
15803 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15804
15805 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15806
15807 2005-06-04 Lute Kamstra <lute@gnu.org>
15808
15809 * nnfolder.el (nnfolder-read-folder): Make sure that undo
15810 information is never recorded.
15811
15812 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15813
15814 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15815
15816 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
15817
15818 * pop3.el (pop3-apop): Run md5 in the binary mode.
15819
15820 * starttls.el (starttls-set-process-query-on-exit-flag):
15821 Use eval-and-compile.
15822
15823 2005-05-31 Simon Josefsson <jas@extundo.com>
15824
15825 * smime.el (smime-replace-in-string): Define.
15826 (smime-cert-by-ldap-1): Use it.
15827
15828 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
15829
15830 * gnus-art.el (article-display-x-face): Replace
15831 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15832
15833 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15834 set-process-query-on-exit-flag or process-kill-without-query.
15835
15836 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15837 loop instead of replace-regexp.
15838
15839 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15840 instead of process-kill-without-query if it is available.
15841
15842 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15843 instead of find-file-hooks if it is available.
15844
15845 * mml1991.el: Bind pgg-default-user-id when compiling.
15846
15847 * mml2015.el: Bind pgg-default-user-id when compiling.
15848
15849 * nndraft.el (nndraft-request-associate-buffer):
15850 Use write-contents-functions instead of write-contents-hooks if it is
15851 available.
15852
15853 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15854 instead of find-file-hooks if it is available.
15855
15856 * nntp.el (nntp-open-connection): Replace
15857 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15858 (nntp-open-ssl-stream): Ditto.
15859 (nntp-open-tls-stream): Ditto.
15860
15861 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15862 set-process-query-on-exit-flag or process-kill-without-query.
15863 (starttls-open-stream-gnutls): Use it instead of
15864 process-kill-without-query.
15865 (starttls-open-stream): Ditto.
15866
15867 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
15868
15869 * smime.el (smime-cert-by-ldap-1): Don't use
15870 replace-regexp-in-string.
15871
15872 2005-05-31 Arne Jørgensen <arne@arnested.dk>
15873
15874 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15875
15876 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15877 in PEM format. Adjust to the XEmacs compatibility.
15878
15879 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
15880
15881 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15882 by `string-to-number'.
15883 * gnus-agent.el (gnus-agent-regenerate-group)
15884 (gnus-agent-fetch-articles): Ditto.
15885 * gnus-art.el (gnus-button-fetch-group): Ditto.
15886 * gnus-cache.el (gnus-cache-generate-active)
15887 (gnus-cache-articles-in-group): Ditto.
15888 * gnus-group.el (gnus-group-set-current-level)
15889 (gnus-group-insert-group-line): Ditto.
15890 * gnus-score.el (gnus-score-set-expunge-below)
15891 (gnus-score-set-mark-below, gnus-summary-score-effect)
15892 (gnus-summary-score-entry): Ditto.
15893 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15894 (gnus-soup-pack): Ditto.
15895 * gnus-spec.el (gnus-xmas-format): Ditto.
15896 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15897 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15898 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15899 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15900 * nndb.el (nndb-get-remote-expire-response): Ditto.
15901 * nndiary.el (nndiary-parse-schedule-value)
15902 (nndiary-string-to-number, nndiary-request-replace-article)
15903 (nndiary-request-article): Ditto.
15904 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15905 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15906 * nneething.el (nneething-make-head): Ditto.
15907 * nnfolder.el (nnfolder-request-article)
15908 (nnfolder-retrieve-headers): Ditto.
15909 * nnheader.el (nnheader-file-to-number): Ditto.
15910 * nnkiboze.el (nnkiboze-request-article): Ditto.
15911 * nnmail.el (nnmail-process-unix-mail-format)
15912 (nnmail-process-babyl-mail-format): Ditto.
15913 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15914 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15915 (nnmh-request-create-group, nnmh-request-list-1)
15916 (nnmh-request-group, nnmh-request-article): Ditto.
15917 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15918 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15919 * nnsoup.el (nnsoup-make-active): Ditto.
15920 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15921 * nntp.el (nntp-find-group-and-number)
15922 (nntp-retrieve-headers-with-xover): Ditto.
15923 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15924 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15925 (pgg-format-key-identifier): Ditto.
15926 * pop3.el (pop3-last, pop3-stat): Ditto.
15927 * qp.el (quoted-printable-decode-region): Ditto.
15928
15929 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15930 of concat.
15931
15932 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15933
15934 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15935
15936 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15937
15938 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15939
15940 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15941
15942 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15943
15944 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15945
15946 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15947 (gnus-carpal-mode): Ditto.
15948
15949 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15950 (gnus-browse-mode): Ditto.
15951
15952 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15953
15954 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15955
15956 2005-05-29 Richard M. Stallman <rms@gnu.org>
15957
15958 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15959
15960 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15961
15962 * gnus-util.el (gnus-run-mode-hooks): New function.
15963
15964 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15965
15966 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15967
15968 * gnus-agent.el (gnus-agent-make-mode-line-string):
15969 Use mode-line-highlight as mouse-face.
15970
15971 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15972
15973 * canlock.el (canlock): Change the parent group to news.
15974
15975 * deuglify.el (gnus-outlook-deuglify): Add :group.
15976
15977 * dig.el (dig): Add :group.
15978
15979 * dns-mode.el (dns-mode): Add :group.
15980
15981 * encrypt.el (encrypt): Add :group.
15982
15983 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15984 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15985 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15986 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15987 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15988
15989 * gnus-diary.el (gnus-diary): Add :group.
15990
15991 * gnus.el (gnus-group-news-1-face): Add :group.
15992 (gnus-group-news-1-empty-face): Ditto.
15993 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15994 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15995 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15996 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15997 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15998 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15999 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16000 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16001 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16002 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16003 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16004 (gnus-summary-high-ticked-face): Ditto.
16005 (gnus-summary-low-ticked-face): Ditto.
16006 (gnus-summary-normal-ticked-face): Ditto.
16007 (gnus-summary-high-ancient-face): Ditto.
16008 (gnus-summary-low-ancient-face): Ditto.
16009 (gnus-summary-normal-ancient-face): Ditto.
16010 (gnus-summary-high-undownloaded-face): Ditto.
16011 (gnus-summary-low-undownloaded-face): Ditto.
16012 (gnus-summary-normal-undownloaded-face): Ditto.
16013 (gnus-summary-high-unread-face): Ditto.
16014 (gnus-summary-low-unread-face): Ditto.
16015 (gnus-summary-normal-unread-face): Ditto.
16016 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16017 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16018
16019 * hashcash.el (hashcash): New custom group.
16020 (hashcash-default-payment): Add :group.
16021 (hashcash-payment-alist): Ditto.
16022 (hashcash-default-accept-payment): Ditto.
16023 (hashcash-accept-resources): Ditto.
16024 (hashcash-path): Ditto.
16025 (hashcash-extra-generate-parameters): Ditto.
16026 (hashcash-double-spend-database): Ditto.
16027 (hashcash-in-news): Ditto.
16028
16029 * message.el (message-minibuffer-local-map): Add :group.
16030
16031 * netrc.el (netrc): Add :group.
16032
16033 * sieve-manage.el (sieve-manage-log): Add :group.
16034 (sieve-manage-default-user): Diito.
16035 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16036 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16037 (sieve-manage-authenticators): Ditto.
16038 (sieve-manage-authenticator-alist): Ditto.
16039 (sieve-manage-default-port): Ditto.
16040
16041 * sieve-mode.el (sieve-control-commands-face): Add :group.
16042 (sieve-action-commands-face): Ditto.
16043 (sieve-test-commands-face): Ditto.
16044 (sieve-tagged-arguments-face): Ditto.
16045
16046 * smime.el (smime): Add :group.
16047
16048 * spam-report.el (spam-report): Add :group.
16049
16050 * spam.el (spam, spam-face): Add :group.
16051
16052 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16053
16054 * nntp.el (nntp-next-result-arrived-p): Some news servers may
16055 return \n.\n.\n at the end of articles. Protect against that.
16056 (nntp-with-open-group): Allow debugging.
16057
16058 * nnheader.el (mail-header-set-extra): Make into a function
16059 because I just could't understand how to quote the list properly.
16060
16061 * dns.el (query-dns-cached): New function.
16062
16063 2005-05-26 Lute Kamstra <lute@gnu.org>
16064
16065 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16066
16067 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
16068
16069 * gnus-art.el: Don't autoload mail-extract-address-components.
16070
16071 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16072 eval-and-compile to evaluate it.
16073
16074 * hashcash.el: Don't autoload executable-find.
16075
16076 * nndb.el: Don't declare the nndb back end two or more times; don't
16077 autoload news-reply-mode, news-setup, cancel-timer and telnet.
16078
16079 * nntp.el: Autoload format-spec instead of format; use
16080 eval-and-compile to evaluate autoload forms.
16081
16082 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
16083
16084 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16085
16086 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16087
16088 * gnus.el (gnus-version-number): Bump version.
16089
16090 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16091
16092 * gnus.el: No Gnus v0.3 is released.
16093
16094 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
16095
16096 * gnus-art.el (gnus-article-edit-part): Disable undo.
16097
16098 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16099
16100 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16101 gnus-article-date-lapsed-new-header is t if date timer is active;
16102 skip headers in which the original date value is empty.
16103 (gnus-article-save-original-date): Redefine it as a macro.
16104 (gnus-display-mime): Use it.
16105
16106 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
16107
16108 * gnus-art.el (article-date-ut): Support converting date in
16109 forwarded parts as well.
16110 (gnus-article-save-original-date): New function.
16111 (gnus-display-mime): Use it.
16112
16113 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
16114
16115 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16116 enclosure element of <item>.
16117
16118 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
16119
16120 * message.el (message-kill-buffer-query): Rename from
16121 `message-kill-buffer-query-if-modified'. Add :version.
16122
16123 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16124
16125 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16126 window layout.
16127
16128 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16129
16130 * mml.el: Autoload dnd when compiling.
16131
16132 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16133
16134 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16135 x-dnd-*.
16136
16137 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16138
16139 * qp.el (quoted-printable-encode-region): Save excursion.
16140
16141 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
16142
16143 * message.el (message-kill-buffer-query-if-modified): Add new variable
16144 so the user can kill a modified message buffer quickly.
16145 (message-kill-buffer): Use it.
16146
16147 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
16148
16149 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
16150 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16151
16152 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
16153
16154 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16155 contained in text because xml.el decodes entities) with LFs.
16156
16157 2005-04-11 Lute Kamstra <lute@gnu.org>
16158
16159 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16160 differently.
16161
16162 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16163
16164 * mm-util.el (mm-detect-coding-region): Typo.
16165
16166 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
16167
16168 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16169
16170 2005-04-06 Deepak Goel <deego@gnufans.org>
16171
16172 * spam-stat.el (spam-stat-score-buffer): Add a call to a
16173 user-function allow user modifications of the scores.
16174 (spam-stat-score-buffer-user): New function, to allow
16175 user-computed modifications to the score.
16176 (spam-stat-score-buffer-user-functions): List of additional
16177 scoring functions.
16178 (spam-stat-error-holder): Global temporary error holder.
16179 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16180 variable.
16181
16182 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
16183
16184 * gnus-registry.el (gnus-registry-clean-empty-function)
16185 (gnus-registry-trim, gnus-registry-fetch-groups)
16186 (gnus-registry-delete-group): Groups that match
16187 `gnus-registry-ignored-groups' are removed from the registry
16188 entries, not just ignored for splitting. This helps clean up the
16189 registry. Also, `gnus-registry-fetch-groups' is a convenient way
16190 to get all the groups a message ID is in.
16191
16192 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16193 (spam-stat-split-fancy): Change "threshhold" to "threshold".
16194 (spam-stat-score-buffer-user-functions): Add :number custom type.
16195
16196 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16197
16198 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16199 argument in XEmacs.
16200
16201 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16202 (nnrss-request-group): Decode group name first.
16203 (nnrss-request-article): Make a text/plain article if mml-to-mime
16204 failed.
16205 (nnrss-get-encoding): Return a compatible encoding according to
16206 nnrss-compatible-encoding-alist.
16207 (nnrss-find-el): Use consp instead of listp.
16208 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16209
16210 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16211
16212 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16213 which Emacs 20 doesn't support.
16214 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16215
16216 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
16217
16218 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16219 silence the byte compiler inside the defun.
16220
16221 * gnus-demon.el (parse-time-string): Add autoload.
16222
16223 * gnus-delay.el (parse-time-string): Add autoload.
16224
16225 * gnus-art.el (parse-time-string): Add autoload.
16226
16227 * nnultimate.el (parse-time): Require for `parse-time-string'.
16228
16229 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16230
16231 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16232
16233 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16234
16235 * smime.el (smime-ldap-host-list): Add :version.
16236
16237 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
16238
16239 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16240 pass it to `gnus-browse-read-group'.
16241 (gnus-browse-read-group): Add NUMBER argument and pass it to
16242 `gnus-group-read-ephemeral-group'.
16243
16244 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16245 argument and pass it to `gnus-group-read-group'.
16246
16247 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
16248
16249 * mm-util.el (mm-xemacs-find-mime-charset): Only call
16250 mm-xemacs-find-mime-charset-1 if we have the mule feature
16251 available at runtime.
16252
16253 2005-03-25 Werner Lemberg <wl@gnu.org>
16254
16255 * nnmaildir.el: Replace `illegal' with `invalid'.
16256
16257 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16258
16259 * gnus-start.el (gnus-display-time-event-handler):
16260 Check display-time-timer at runtime rather than only at load time
16261 in case display-time-mode is turned off in the mean time.
16262
16263 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
16264
16265 * nnimap.el (nnimap-open-connection): Print which authinfo file is
16266 used.
16267
16268 * nneething.el (nneething-map-file-directory): Derive from
16269 `gnus-directory'.
16270
16271 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16272 the To/Cc button.
16273
16274 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
16275
16276 * nnmaildir.el (nnmaildir-request-accept-article):
16277 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16278
16279 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
16280
16281 * gnus-async.el: Require timer-funcs at compile time when in
16282 XEmacs for `run-with-idle-timer'.
16283
16284 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
16285
16286 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16287 autoloaded function.
16288
16289 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16290
16291 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16292
16293 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
16294
16295 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16296
16297 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16298
16299 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16300 Add gnus-expert-user to default.
16301
16302 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
16303
16304 * nnimap.el (nnimap-open-server): Ditto.
16305
16306 * imap.el (imap-authenticate): Fix typo.
16307
16308 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
16309
16310 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16311 buffer (since IMAP server might return FETCH response out of
16312 order, and the nntp buffer must be sorted).
16313
16314 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
16315
16316 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16317 comparison on string.
16318
16319 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16320 (gnus-agent-score): Rename category keywords to match gnus-cus.
16321 (gnus-agent-summary-fetch-series): Modify to protect against
16322 gnus-agent-summary-fetch-group clearing processable flags.
16323 (gnus-agent-synchronize-group-flags): Update live group buffer as
16324 synchronization may occur due to the user toggle the plugged
16325 status.
16326 (gnus-agent-fetch-group-1): Clear downloadable flag when article
16327 successfully downloaded.
16328 (gnus-agent-expire-group-1): Avoid using markers when the overview
16329 is in ascending order; greatly improves performance.
16330 (gnus-agent-regenerate-group):
16331 Use gnus-agent-synchronize-group-flags to reset read status in both
16332 gnus and server.
16333 (gnus-agent-update-files-total-fetched-for): Fix initial size.
16334
16335 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
16336
16337 * message.el: Don't autoload former message-utils variables.
16338 (message-strip-subject-trailing-was): Change doc string.
16339
16340 * nnweb.el: Fixes for `gnus-group-make-web-group'.
16341 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
16342 (nnweb-google-search): Add "hl=en" here.
16343 (nnweb-google-parse-1, nnweb-google-create-mapping):
16344 Don't hardcode URL.
16345
16346 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
16347
16348 * message.el (message-get-reply-headers, message-followup):
16349 Mention related variables `message-use-followup-to' and
16350 `message-use-mail-followup-to', in the information buffer.
16351
16352 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16353 of broken groups(-beta).google.com.
16354
16355 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
16356
16357 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16358 parameter to invoked gnus-request-move-article; remove the
16359 redundant gnus-sum-hint-move-is-internal variable; apply the marks
16360 all at once instead of once per article.
16361 (gnus-summary-remove-process-mark): Accept a list of articles as
16362 well as a single article for processing.
16363
16364 * gnus-int.el (gnus-request-move-article): Add move-is-internal
16365 parameter.
16366
16367 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16368
16369 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16370
16371 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16372 parameter.
16373
16374 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16375 parameter.
16376
16377 * nnimap.el (nnimap-request-move-article): Add move-is-internal
16378 parameter and remove the gnus-sum-hint-move-is-internal variable.
16379
16380 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16381 parameter.
16382
16383 * nndraft.el (nndraft-request-move-article): Add move-is-internal
16384 parameter.
16385
16386 * nndiary.el (nndiary-request-move-article): Add move-is-internal
16387 parameter.
16388
16389 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16390
16391 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16392 parameter.
16393
16394 * nnagent.el (nnagent-request-move-article): Add move-is-internal
16395 parameter.
16396
16397 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
16398
16399 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16400 a more conservative way.
16401
16402 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16403
16404 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16405 buffer, so it moves the window's cursor.
16406
16407 2005-02-26 Arne Jørgensen <arne@arnested.dk>
16408
16409 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16410 `mm-dissect-multipart' and receive the from field as an (optional)
16411 argument from `mm-dissect-multipart'.
16412 (mm-dissect-multipart): Receive the from field as an argument and
16413 pass it on when we call `mm-dissect-buffer' on MIME parts.
16414 Fixes verification/decryption of signed/encrypted MIME parts.
16415
16416 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
16417
16418 * gnus-sum.el (gnus-summary-move-article):
16419 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16420 whatever it calls (right now, only nnimap-request-move article
16421 respects it).
16422
16423 * nnimap.el (nnimap-request-move-article):
16424 When gnus-sum-hint-move-is-internal is set, don't do the extra
16425 nnimap-request-article.
16426
16427 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16428
16429 * nnheader.el (nnheader-find-file-noselect): Add doc string.
16430
16431 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16432 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16433
16434 * gnus-sum.el (gnus-summary-caesar-message):
16435 Apply `gnus-treat-article' after rotation.
16436
16437 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16438 doc string.
16439
16440 2005-02-22 Simon Josefsson <jas@extundo.com>
16441
16442 * encrypt.el (encrypt-password-cache-expiry): Remove (use
16443 `password-cache-expiry' instead). Reported by Arne Jørgensen
16444 <arne@arnested.dk>.
16445 (encrypt): Add password-cache and password-cache-expiry as group
16446 members.
16447
16448 2005-02-22 Arne Jørgensen <arne@arnested.dk>
16449
16450 * smime.el (smime-ldap-host-list): Doc fix.
16451 (smime-ask-passphrase): Use `password-read-and-add' to read (and
16452 cache) password.
16453 (smime-sign-region): Use it.
16454 (smime-decrypt-region): Use it.
16455 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16456 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16457 fails.
16458 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16459 certificate from DER to PEM format rather than calling openssl.
16460
16461 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16462
16463 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16464 for signing/encryption.
16465
16466 * mml.el (mml-parse-1): Use them.
16467
16468 2005-02-21 Arne Jørgensen <arne@arnested.dk>
16469
16470 * nnrss.el (nnrss-verbose): Remove.
16471 (nnrss-request-group): Use `nnheader-message' instead.
16472
16473 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
16474
16475 * nnrss.el (nnrss-verbose): New variable.
16476 (nnrss-request-group): Make it say nnrss is requesting a group.
16477
16478 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16479
16480 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16481 Handle news URL with given port correctly.
16482
16483 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16484
16485 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16486 containing special characters.
16487
16488 * gnus-sum.el (gnus-summary-edit-article): Ditto.
16489
16490 * mml.el (mime-to-mml): Ditto.
16491
16492 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16493 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16494 (rfc2047-decode-region): Quote decoded words containing special
16495 characters when rfc2047-quote-decoded-words-containing-tspecials
16496 is non-nil.
16497
16498 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
16499
16500 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16501
16502 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16503
16504 2005-02-15 Simon Josefsson <jas@extundo.com>
16505
16506 * nnimap.el (nnimap-debug): Doc fix.
16507
16508 * imap.el (imap-debug): Doc fix.
16509
16510 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16511
16512 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16513
16514 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16515
16516 * gnus.el (spam-contents): Improve docs for spam-contents
16517 parameter in its variable incarnation.
16518
16519 2005-02-14 Simon Josefsson <jas@extundo.com>
16520
16521 * smime-ldap.el: Use require instead of load-library for ldap.
16522 (smime-ldap-search): Indent.
16523 (smime-ldap-search-internal): Shorten line.
16524
16525 * smime.el (smime-cert-by-dns): Add doc-string.
16526 (smime-cert-by-ldap-1): Indent.
16527
16528 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16529 mml-smime-get-dns-ldap.
16530 (mml-smime-encrypt-query): Use new function. Default to ldap.
16531
16532 2005-02-14 Arne Jørgensen <arne@arnested.dk>
16533
16534 * smime.el: Require smime-ldap.
16535 (smime-ldap-host-list): New variable.
16536 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16537
16538 * mml-smime.el (mml-smime-encrypt-query): New function.
16539 (mml-smime-encrypt-query): Use it.
16540
16541 * smime-ldap.el: New file.
16542
16543 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16544
16545 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16546
16547 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16548
16549 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16550 argument in doc string. Make query for type more clear.
16551
16552 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
16553
16554 * gnus.el (gnus-group-startup-message): Search for gnus images in
16555 etc/images/gnus.
16556 * mm-util.el (mm-image-load-path): Likewise.
16557 * smiley.el (smiley-data-directory): Search for smilies in
16558 etc/images/smilies.
16559
16560 2005-02-09 Kim F. Storm <storm@cua.dk>
16561
16562 Change Emacs release version from 21.4 to 22.1 throughout.
16563 Change Emacs development version from 21.3.50 to 22.0.50.
16564
16565 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
16566
16567 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16568
16569 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16570 non-Mule XEmacs as well.
16571 (mm-decompress-buffer): Signal an error intentionally if it does
16572 not decompress compressed data because auto-compression-mode is
16573 disabled.
16574
16575 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
16576
16577 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16578 an ID in the registry even if it has no groups.
16579
16580 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
16581
16582 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16583 merge it into mm-decompress-buffer.
16584 (gnus-mime-copy-part): Use the MIME part charset, the value which
16585 a user specified or gnus-newsgroup-charset for decoding, like
16586 gnus-mime-inline-part does; set buffer-file-coding-system to tell
16587 save-buffer what was used. Suggested by Kevin Ryde
16588 <user42@zip.com.au>.
16589 (gnus-mime-inline-part): Allow the name parameter as well as the
16590 filename parameter; force decompressing of compressed data; always
16591 display contents being not decoded as unibyte.
16592
16593 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16594 as well as the filename parameter.
16595
16596 * mm-util.el (mm-decompress-buffer):
16597 Merge gnus-mime-jka-compr-maybe-uncompress.
16598 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16599 of compressed data.
16600
16601 2005-02-08 Simon Josefsson <jas@extundo.com>
16602
16603 * imap.el (imap-log): Doc fix.
16604
16605 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16606
16607 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16608 the coding cookies; decompress compressed parts.
16609
16610 * mml.el (mml-generate-mime-1): Add the charset parameter according
16611 to the value which a user specified manually or the coding cookie.
16612
16613 * mm-util.el (mm-string-to-multibyte): New function.
16614 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16615 (mm-coding-system-to-mime-charset): New function.
16616 (mm-decompress-buffer): New function.
16617 (mm-find-buffer-file-coding-system): New function.
16618
16619 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16620 (mm-display-inline-fontify): Rewrite for decoding and decompressing
16621 parts.
16622
16623 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16624
16625 * mm-view.el (mm-display-inline-fontify): Decode a part according
16626 to the charset parameter.
16627
16628 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
16629
16630 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16631 prefix arg is neither nil nor a number, as info specifies.
16632
16633 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
16634
16635 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16636 timestamps.
16637
16638 2005-02-02 Jari Aalto <jari.aalto@cante.net>
16639
16640 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16641 groups error checking and notify user.
16642
16643 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
16644
16645 * message.el (message-send-mail-function): Check existence of
16646 sendmail-program first before using default value
16647 `message-send-mail-with-sendmail'. Otherwise use more generic
16648 `smtpmail-send-it'.
16649
16650 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
16651
16652 * nntp.el (nntp-request-update-info): Always return nil.
16653
16654 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
16655
16656 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16657
16658 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
16659
16660 * message.el (message-beginning-of-line): Change the behavior when
16661 invoked between BOL and : so that it first moves backward.
16662
16663 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16664
16665 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16666 article buffer when editing of the article is discarded.
16667 (gnus-article-prepare): Revert.
16668
16669 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16670
16671 * gnus-art.el (gnus-article-prepare):
16672 Remove message-strip-forbidden-properties from the local hook.
16673
16674 2005-01-27 Simon Josefsson <jas@extundo.com>
16675
16676 * password.el (password-cache-add): Only start one timer per key.
16677 Reported by Derek Atkins <warlord@MIT.EDU>.
16678
16679 2005-01-26 Steve Youngs <steve@sxemacs.org>
16680
16681 * run-at-time.el: Remove. It is no longer needed as
16682 timer-funcs.el in the xemacs-base package has a working version of
16683 `run-at-time'.
16684
16685 * password.el: Require timer-funcs instead of run-at-time in
16686 XEmacs.
16687 Remove `password-run-at-time' macro.
16688 (password-cache-add): Use `run-at-time' instead of
16689 `password-run-at-time'.
16690
16691 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16692 for `run-with-idle-timer'.
16693
16694 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16695 for `run-at-time'.
16696
16697 * mm-url.el: Require timer-funcs at compile time when in XEmacs
16698 for `with-timeout'.
16699
16700 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16701
16702 * mml.el (mml-generate-mime-1): Convert string into unibyte when
16703 inserting " *mml*" buffer's contents into a unibyte temp buffer.
16704
16705 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
16706
16707 * mail-source.el (mail-source-fetch-imap): Search for ^From case
16708 sensitively.
16709
16710 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
16711
16712 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16713
16714 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
16715
16716 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16717 which will be inserted according to the multibyteness of a buffer
16718 rather than the type of contents. Suggested by ARISAWA Akihiro
16719 <ari@mbf.ocn.ne.jp>.
16720
16721 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16722 of string which old xml.el may return rather than a string.
16723
16724 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
16725
16726 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16727
16728 2005-01-16 Simon Josefsson <jas@extundo.com>
16729
16730 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16731 idn/idna.el isn't available.
16732 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
16733 <michael@waxrat.com>.
16734
16735 * hashcash.el: Remove non-FSF copyright header.
16736
16737 * hashcash.el (hashcash-extra-generate-parameters): New variable.
16738 (hashcash-generate-payment): Use it.
16739 (hashcash-generate-payment-async): Use it.
16740
16741 2005-01-15 Simon Josefsson <jas@extundo.com>
16742
16743 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16744 Suggested by Raymond Scholz <ray-2005@zonix.de>.
16745
16746 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16747 gnus-summary-idna-message.
16748 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16749 (gnus-summary-idna-message): New function.
16750
16751 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
16752
16753 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16754 gnus-novice-user.
16755
16756 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
16757
16758 * nnrss.el (nnrss-request-delete-group): Delete entries in
16759 nnrss-group-alist as well.
16760 (nnrss-save-server-data): Insert newline.
16761
16762 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
16763
16764 * gnus.el (gnus-user-agent): Use list of symbols instead of
16765 symbols. Display full version number for (S)XEmacs.
16766 Optionally display (S)XEmacs codename.
16767
16768 * gnus-util.el (gnus-emacs-version): Update for new
16769 `gnus-user-agent'.
16770
16771 * gnus-msg.el (gnus-extended-version): Make it possible to omit
16772 Gnus version.
16773
16774 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16775
16776 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
16777 which is unreadable in some setups.
16778
16779 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16780
16781 * gnus-spec.el (gnus-update-format-specifications): Flush the
16782 group format spec cache if it doesn't support decoded group names.
16783
16784 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16785
16786 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16787 Allow to apply decay on score files matching a regexp.
16788
16789 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
16790
16791 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16792 compatibility in %g and %c.
16793
16794 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
16795
16796 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16797 name for only %g and %c.
16798 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16799 of gnus-tmp-group to decoded group name.
16800 (gnus-group-make-rss-group): Exclude `/'s from group names.
16801
16802 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
16803
16804 * nnrss.el (nnrss-get-encoding): Fix regexp.
16805
16806 2004-12-27 Simon Josefsson <jas@extundo.com>
16807
16808 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16809 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16810 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
16811
16812 2004-12-17 Kim F. Storm <storm@cua.dk>
16813
16814 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16815
16816 * gnus-sum.el (gnus-summary-mode-map): Likewise.
16817
16818 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16819
16820 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16821
16822 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
16823
16824 * nnrss.el: Require rfc2047 and mml.
16825 (nnrss-file-coding-system): New variable.
16826 (nnrss-format-string): Redefine it as an inline function.
16827 (nnrss-decode-group-name): New function.
16828 (nnrss-string-as-multibyte): Remove.
16829 (nnrss-retrieve-headers): Decode group name; don't use
16830 nnrss-format-string.
16831 (nnrss-request-group): Decode group name.
16832 (nnrss-request-article): Decode group name; allow a Message-ID as
16833 well as an article number; don't use nnrss-format-string; encode a
16834 Message-ID string which may contain non-ASCII characters; use
16835 mml-to-mime to compose a MIME article.
16836 (nnrss-request-expire-articles): Decode group name.
16837 (nnrss-request-delete-group): Decode group name.
16838 (nnrss-fetch): Clarify error message.
16839 (nnrss-read-server-data): Use insert-file-contents instead of load;
16840 bind file-name-coding-system; use multibyte buffer.
16841 (nnrss-save-server-data): Bind coding-system-for-write to the
16842 value of nnrss-file-coding-system; bind file-name-coding-system;
16843 add coding cookie.
16844 (nnrss-read-group-data): Use insert-file-contents instead of load;
16845 bind file-name-coding-system; use multibyte buffer.
16846 (nnrss-save-group-data): Bind coding-system-for-write to the
16847 value of nnrss-file-coding-system; bind file-name-coding-system.
16848 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16849 make it work with non-ASCII text.
16850 (nnrss-find-el): Make it work with old xml.el as well.
16851
16852 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16853
16854 * nnrss.el (nnrss-get-encoding): New function.
16855 (nnrss-fetch): Use unibyte buffer initially; bind
16856 coding-system-for-read while performing mm-url-insert; remove ^Ms;
16857 decode contents according to the encoding attribute.
16858 (nnrss-save-group-data): Add coding cookie.
16859 (nnrss-mime-encode-string): New function.
16860 (nnrss-check-group): Use it to encode subject and author.
16861
16862 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
16863
16864 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16865 imaginary variable.
16866
16867 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16868
16869 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16870 correctly even if there are wide characters.
16871
16872 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16873
16874 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16875 downcased symbol names; make a new cache instead of reusing
16876 bbdb-hashtable.
16877
16878 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
16879
16880 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16881 concatenating segments rather than before concatenating them.
16882 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16883
16884 * message.el (message-get-reply-headers): Bind `extra'.
16885
16886 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16887
16888 * message.el (message-extra-wide-headers): New variable.
16889 (message-get-reply-headers): Use it.
16890
16891 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
16892
16893 * gnus-agent.el (gnus-agent-group-path): Decode group name.
16894 (gnus-agent-group-pathname): Ditto.
16895
16896 * gnus-cache.el (gnus-cache-file-name): Decode group name.
16897
16898 * gnus-group.el (gnus-group-make-group): Decode group name.
16899 (gnus-group-make-rss-group): Register the group data after opening
16900 the nnrss group.
16901
16902 2004-12-17 Paul Jarc <prj@po.cwru.edu>
16903
16904 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16905 by expiry now get marked as read.
16906
16907 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16908
16909 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16910
16911 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
16912
16913 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16914 unify Latin characters in XEmacs.
16915 (mm-find-mime-charset-region): Use it.
16916
16917 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16918
16919 * gnus-util.el (gnus-delete-directory): New function.
16920
16921 * gnus-agent.el (gnus-agent-delete-group): Use it.
16922
16923 * gnus-cache.el (gnus-cache-delete-group): Use it.
16924
16925 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
16926
16927 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16928 names.
16929
16930 2004-12-16 Simon Josefsson <jas@extundo.com>
16931
16932 * hashcash.el (hashcash-payment-alist): Fix custom :type.
16933
16934 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
16935
16936 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16937
16938 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16939 (gnus-group-set-current-level): Decode group name.
16940
16941 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
16942
16943 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16944 failed.
16945
16946 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
16947
16948 * gnus-group.el (gnus-group-delete-group): Decode group name.
16949 (gnus-group-make-rss-group): Encode group name.
16950 (gnus-group-catchup-current): Decode group name.
16951 (gnus-group-kill-group): Decode group name.
16952
16953 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16954
16955 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16956
16957 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
16958
16959 * gnus-group.el (gnus-group-make-rss-group):
16960 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16961
16962 * gnus-start.el (gnus-setup-news): Honor user's setting to
16963 gnus-message-archive-method. Suggested by Lute Kamstra
16964 <lute@gnu.org>.
16965
16966 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
16967
16968 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16969 global counterparts of the buffer-local variables.
16970
16971 2004-11-16 Romain Francoise <romain@orebokech.com>
16972
16973 * gnus-sum.el (gnus-summary-exit): Don't clear the global
16974 counterparts of the buffer-local variables.
16975
16976 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16977
16978 * message.el (message-forbidden-properties): Fix typo in doc
16979 string.
16980
16981 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16982
16983 * gnus-util.el (gnus-replace-in-string): Add doc string.
16984
16985 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16986 to avoid problems when splitting mails with many recipients.
16987
16988 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16989
16990 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16991 pop-to-buffer, covered by the subsequent gnus-configure-windows.
16992
16993 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
16994
16995 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16996 if there is no hashtable in memory or file modification time is
16997 newer than cached timestamp.
16998
16999 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
17000
17001 * gnus-sum.el (gnus-summary-limit-to-recipient):
17002 Implement not-matching option.
17003
17004 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
17005
17006 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17007 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17008 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17009 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17010 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
17011 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17012
17013 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
17014
17015 * message.el (message-forward-make-body-mml): Remove headers
17016 according to message-forward-ignored-headers if a message is decoded.
17017
17018 2004-12-02 Romain Francoise <romain@orebokech.com>
17019
17020 * message.el (message-forward-make-body-plain): Always remove
17021 headers according to message-forward-ignored-headers.
17022
17023 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
17024
17025 * spam.el (spam-summary-prepare-exit): Remove the
17026 gnus-summary-limit pop for now, it has problems with ham marks for
17027 me.
17028
17029 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
17030
17031 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17032 correctly.
17033
17034 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
17035
17036 * format-spec.el (format-spec): Message the char.
17037
17038 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
17039
17040 * gnus-art.el (gnus-split-methods): Reformat comments.
17041
17042 * spam.el (spam-summary-prepare-exit): Remove article limits
17043 before exiting the summary buffer.
17044
17045 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
17046
17047 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17048 order to silence the byte compiler.
17049
17050 * spam.el: Fix the way to silence the byte compiler, which
17051 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17052 bbdb-search-simple, spam-BBDB-register-routine,
17053 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17054 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17055 spam-stat-buffer-is-spam, spam-stat-load,
17056 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17057 spam-stat-save and spam-stat-split-fancy.
17058
17059 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
17060
17061 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17062 which may confuse users.
17063 (canlock-password-for-verify): Ditto.
17064
17065 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17066
17067 * gnus-art.el (gnus-emphasis-alist): Ditto.
17068
17069 * gnus-registry.el (gnus-registry-max-entries): Ditto.
17070
17071 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17072
17073 * gnus-start.el (gnus-save-killed-list): Ditto.
17074
17075 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17076 (gnus-sum-thread-tree-root): Ditto.
17077 (gnus-sum-thread-tree-false-root): Ditto.
17078 (gnus-sum-thread-tree-single-indent): Ditto.
17079
17080 * message.el (message-courtesy-message): Ditto.
17081 (message-archive-note): Ditto.
17082 (message-subscribed-address-file): Ditto.
17083 (message-user-fqdn): Ditto.
17084
17085 * spam-report.el (spam-report-gmane-regex): Ditto.
17086
17087 * spam.el (spam-blackhole-good-server-regex): Ditto.
17088
17089 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17090
17091 * mml.el (mml-preview): Widen the message buffer before copying
17092 the contents to the preview buffer; sort headers before previewing.
17093
17094 * message.el (message-hidden-headers): Fix the way to avoid a bug
17095 in the `repeat' widget in Emacs 21.3 or earlier.
17096
17097 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17098
17099 * message.el (message-hidden-headers): Default to "^References:".
17100 Improve customization type. Suggested by Reiner Steib
17101 <Reiner.Steib@gmx.de>.
17102
17103 2004-11-25 Romain Francoise <romain@orebokech.com>
17104
17105 * message.el (message-strip-forbidden-properties): Remove check for
17106 obsolete `message-hidden' text property, hidden headers are not
17107 accessible in the buffer anymore.
17108
17109 2004-11-22 Romain Francoise <romain@orebokech.com>
17110
17111 * message.el (message-header-format-alist): Add `From' in list
17112 so that it can be sorted.
17113 (message-fix-before-sending): Widen and sort headers before
17114 sending.
17115 (message-hide-headers): Use narrowing to hide headers by moving
17116 them to the top of the buffer and narrowing to the region
17117 underneath.
17118
17119 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17120
17121 * message.el (message-strip-forbidden-properties):
17122 Bind buffer-read-only (etc) to nil.
17123
17124 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
17125
17126 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17127 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17128
17129 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
17130
17131 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17132
17133 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17134
17135 * dns.el (query-dns): Use sit-for to time instead of
17136 accept-process-output, since that doesn't seem to work on udp
17137 sockets.
17138
17139 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
17140
17141 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17142
17143 2004-11-15 Jesper Harder <harder@ifa.au.dk>
17144
17145 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17146 doc string. Improve doc string.
17147
17148 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
17149
17150 * nntp.el (nntp-request-update-info): Return nil if
17151 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17152 may not call gnus-activate-group which uselessly issues the GROUP
17153 commands for all nntp groups and wastes time. Reported by Romain
17154 Francoise <romain@orebokech.com>.
17155
17156 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17157
17158 2004-11-15 Simon Josefsson <jas@extundo.com>
17159
17160 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17161 headers separately.
17162 (gnus-button-openpgp): New function, inspired by Jochen Küpper
17163 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17164
17165 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
17166
17167 * gnus-start.el (gnus-convert-old-newsrc):
17168 Assign legacy-gnus-agent to 5.10.7.
17169
17170 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17171
17172 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17173 start of the lines.
17174
17175 2004-11-14 Magnus Henoch <mange@freemail.hu>
17176
17177 * hashcash.el (hashcash-default-payment): Change default to 20.
17178 (hashcash-default-accept-payment): Change default to 20.
17179 (hashcash-process-alist): New variable.
17180 (hashcash-generate-payment-async): Add.
17181 (hashcash-already-paid-p): Add.
17182 (hashcash-insert-payment): Don't generate payments twice.
17183 (hashcash-insert-payment-async): Add.
17184 (hashcash-insert-payment-async-2): Add.
17185 (hashcash-cancel-async): Add.
17186 (hashcash-wait-async): Add.
17187 (hashcash-processes-running-p): Add.
17188 (hashcash-wait-or-cancel): Add.
17189 (mail-add-payment): New optional argument. Conditionally start
17190 asynchronous calculation.
17191 (mail-add-payment-async): Add.
17192
17193 * message.el (message-send-mail): Wait for asynchronous hashcash
17194 results. Don't clobber existing X-Hashcash headers.
17195 (message-setup-1): Call mail-add-payment-async when
17196 message-generate-hashcash is non-nil.
17197
17198 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17199
17200 * message.el (message-use-alternative-email-as-from): Examine the
17201 From header as well; use message-make-from in order to include a
17202 user's full name.
17203
17204 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
17205
17206 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17207 default; improve customization type.
17208 (gnus-emphasis-custom-with-format): New macro.
17209 (gnus-emphasis-custom-value-to-external): New function.
17210 (gnus-emphasis-custom-value-to-internal): New function.
17211
17212 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
17213
17214 * dns.el (query-dns): Resolve reverse addresses.
17215
17216 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17217
17218 * gnus-group.el (gnus-group-get-new-news): Use it.
17219
17220 * gnus-start.el (gnus-check-reasonable-setup): New function.
17221
17222 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
17223
17224 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17225 "Args out of range" error. Reported by Arnaud Giersch
17226 <arnaud.giersch@free.fr>.
17227
17228 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
17229
17230 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17231
17232 2004-11-04 Richard M. Stallman <rms@gnu.org>
17233
17234 * spam.el (spam group): Add :version.
17235
17236 * pgg-def.el (pgg group): Add :version.
17237
17238 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
17239
17240 * gnus-art.el (gnus-article-edit-article): Don't associate the
17241 article buffer with a draft file. This is a temporary measure
17242 against the 2004-08-22 change to gnus-article-edit-mode.
17243
17244 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
17245
17246 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17247 (html2text-format-tags): Remove unused variable `attr'.
17248
17249 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
17250
17251 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17252
17253 * spam-stat.el (spam-stat): Add :version.
17254
17255 * sieve.el (sieve): Add :version.
17256
17257 * sha1.el (sha1): Add :version.
17258 (sha1-use-external): Remove redundant version.
17259
17260 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17261 (nnmail-cache-ignore-groups, nnmail-spool-hook)
17262 (nnmail-split-fancy-match-partial-words)
17263 (nnmail-split-lowercase-expanded): Add :version.
17264
17265 * nndiary.el (nndiary): Add :version.
17266
17267 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17268
17269 * mml-sec.el (mml-default-sign-method)
17270 (mml-default-encrypt-method, mml-signencrypt-style-alist):
17271 Add :version.
17272
17273 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17274
17275 * mm-url.el (mm-url-use-external, mm-url-program)
17276 (mm-url-arguments): Add :version.
17277
17278 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17279 (mm-attachment-file-modes, mm-decrypt-option)
17280 (mm-w3m-safe-url-regexp): Add :version.
17281
17282 * message.el (message-cite-prefix-regexp)
17283 (message-sendmail-envelope-from, message-minibuffer-local-map)
17284 (message-user-fqdn, message-completion-alist): Add :version.
17285
17286 * gnus-win.el (gnus-configure-windows-hook)
17287 (gnus-use-frames-on-any-display): Add :version.
17288
17289 * gnus-art.el (gnus-article-address-banner-alist)
17290 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17291 (gnus-treat-from-picon, gnus-treat-mail-picon)
17292 (gnus-treat-x-pgp-sig): Add :version.
17293
17294 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17295 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17296 (gnus-summary-article-delete-hook)
17297 (gnus-summary-display-while-building): Add :version.
17298
17299 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17300 (gnus-get-top-new-news-hook): Add :version.
17301
17302 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17303 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17304
17305 * gnus-registry.el (gnus-registry): Add :version.
17306
17307 * gnus-spec.el (gnus-use-correct-string-widths)
17308 (gnus-make-format-preserve-properties): Add :version.
17309
17310 * gnus.el (gnus-group-charter-alist)
17311 (gnus-group-fetch-control-use-browse-url)
17312 (gnus-install-group-spam-parameters): Add :version.
17313
17314 * gnus-diary.el (gnus-diary): Add :version.
17315
17316 * gnus-delay.el (gnus-delay): Add :version.
17317
17318 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17319 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17320 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17321 Add :version.
17322
17323 * gnus-agent.el (gnus-agent-max-fetch-size)
17324 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17325 (gnus-agent-prompt-send-queue): Add :version.
17326
17327 * deuglify.el (gnus-outlook-deuglify): Add :version.
17328
17329 * html2text.el: Beautify code. Improve doc strings.
17330 Some checkdoc cleanup.
17331 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17332
17333 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17334
17335 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17336
17337 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
17338
17339 * gnus-registry.el (gnus-registry-hashtb): Create the registry
17340 when package is loaded.
17341
17342 * spam.el (spam-summary-score-preferred-header): Add global preference
17343 for people who want to override the default SpamAssassin over
17344 Bogofilter preference (when both are set).
17345 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17346 (spam-user-format-function-S):
17347 Check spam-summary-score-preferred-header.
17348 (spam-extra-header-to-number): Add X-Bogosity header parsing.
17349 (spam-user-format-function-S): Format the score correctly.
17350
17351 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
17352
17353 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17354 signature file. Suggested by Manoj Srivastava
17355 <srivasta@golden-gryphon.com>.
17356
17357 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17358 iso-2022-jp even in the Japanese language environment.
17359 Suggested by Jason Rumney <jasonr@gnu.org>.
17360
17361 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
17362
17363 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17364 use the same characters as the dummy marks; make it free from
17365 getting affected by the language environment.
17366 (gnus-summary-read-group-1): Update mark positions only when the
17367 format spec is updated.
17368
17369 * gnus-spec.el (gnus-update-format-specifications): Return a list
17370 of updated types.
17371
17372 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
17373
17374 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17375 of boundp to check if display-warning is available.
17376
17377 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
17378
17379 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17380
17381 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
17382
17383 * nnspool.el (nnspool-spool-directory): Use news-path if the
17384 news-directory variable is not bound.
17385
17386 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17387 function instead of display-warning if it is not available.
17388
17389 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17390
17391 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17392 v5-10: Use `point-at-bol'.
17393
17394 2004-10-26 Simon Josefsson <jas@extundo.com>
17395
17396 * hashcash.el: Fix URL in comment, reported by Cheng Gao
17397 <chenggao@gmail.com>.
17398
17399 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
17400
17401 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
17402 instead.
17403
17404 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
17405
17406 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17407 to remove a server from the nnimap-server-buffer-alist.
17408 (nnimap-open-connection, nnimap-close-server): Use it.
17409
17410 * gnus-encrypt.el: Remove file in favor of encrypt.el.
17411
17412 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
17413
17414 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17415 running the major-mode function.
17416
17417 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17418
17419 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17420 dummy marks in the right way.
17421
17422 2004-10-18 David Edmondson <dme@dme.org>
17423
17424 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17425 excessively.
17426
17427 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
17428
17429 * gnus-util.el (gnus-split-references): Accept a nil references
17430 string and go on blissfully.
17431
17432 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17433 cases where the references string is non-nil but has no references.
17434
17435 * encrypt.el: Add autoload tags.
17436
17437 * spam.el (spam-resolve-registrations-routine): Remove article
17438 from unregistration list too. Reported by David Hanak
17439 <dhanak@isis.vanderbilt.edu>
17440
17441 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
17442
17443 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17444 nil. Change custom type.
17445
17446 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
17447
17448 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17449
17450 * gnus-sum.el (gnus-summary-move-article): Use it.
17451
17452 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
17453
17454 * encrypt.el: Add autoload cookies.
17455
17456 * spam.el (spam-backend-article-list-property)
17457 (spam-backend-get-article-todo-list)
17458 (spam-backend-put-article-todo-list)
17459 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17460 Resolve registrations separately.
17461 (spam-register-routine): Format comments.
17462 (spam-unregister-routine, spam-register-routine): Always call with
17463 specific-articles, no default list.
17464 (spam-summary-prepare-exit): Use the spam-classifications function.
17465
17466 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17467 gnus-encrypt.el.
17468
17469 * encrypt.el: Copied from gnus-encrypt.el.
17470
17471 * gnus-encrypt.el: Commented that it's obsolete.
17472
17473 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17474
17475 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17476 (gnus-score-save): Use it.
17477
17478 * message.el (message-bury): Use `window-dedicated-p'.
17479
17480 2004-10-15 Simon Josefsson <jas@extundo.com>
17481
17482 * pop3.el (top-level): Don't require nnheader.
17483 (pop3-read-timeout): Add.
17484 (pop3-accept-process-output): Add.
17485 (pop3-read-response, pop3-retr): Use it.
17486
17487 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
17488
17489 * spam.el (spam-register-routine): Move comment.
17490 (spam-verify-bogofilter): Use 'unknown for the initial
17491 spam-bogofilter-valid state, not 'never.
17492
17493 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17494 for netrc-machine.
17495
17496 * nnimap.el (nnimap-open-connection):
17497 Use netrc-machine-user-or-password.
17498
17499 2004-10-17 Richard M. Stallman <rms@gnu.org>
17500
17501 * gnus-registry.el (gnus-registry-unload-hook):
17502 Set as a variable with add-hook.
17503
17504 * nnspool.el (nnspool-spool-directory): Use news-directory instead
17505 of news-path.
17506
17507 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17508
17509 * spam.el: Delete duplicate `provide'.
17510 (spam-unload-hook): Set as a variable with add-hook.
17511
17512 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17513
17514 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17515 in the doc string.
17516
17517 * message.el (message-ignored-news-headers)
17518 (message-ignored-supersedes-headers)
17519 (message-ignored-resent-headers)
17520 (message-forward-ignored-headers): Improve custom type.
17521
17522 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
17523
17524 * message.el (message-tokenize-header): Fix 2004-09-06 change
17525 which used point-min in the wrong place.
17526
17527 2004-10-12 Simon Josefsson <jas@extundo.com>
17528
17529 * tls.el (tls-certtool-program): New variable.
17530 (tls-certificate-information): New function, based on
17531 ssl-certificate-information.
17532
17533 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
17534
17535 * compface.el: Move the version of ELisp-based uncompface program
17536 to the contrib directory because of the copyright problem.
17537
17538 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17539
17540 * message.el (message-kill-buffer): Raise the current frame.
17541
17542 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
17543
17544 * gnus-sum.el: Mention that multibyte characters don't work as marks.
17545
17546 * gnus.el (message-y-or-n-p): Autoload.
17547
17548 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17549 (pop3-password-required, pop3-authentication-scheme)
17550 (pop3-leave-mail-on-server): Make customizable.
17551 (pop3): New custom group.
17552 (pop3-retr): Remove `sleep-for' statements.
17553 Suggested by Dave Love <fx@gnu.org>.
17554
17555 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17556 Windows/DOS.
17557
17558 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17559 (imap-parse-body): Fix incorrect use of `assert'.
17560 Suggested by Dave Love <fx@gnu.org>.
17561
17562 * mml.el (mml-minibuffer-read-disposition): Require match.
17563 Suggested by Dave Love <fx@gnu.org>.
17564
17565 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17566
17567 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
17568 doc string.
17569
17570 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
17571
17572 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17573
17574 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17575
17576 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17577 instead of calling `mm-insert-inline', to decode text/* parts
17578 before displaying them.
17579
17580 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
17581
17582 * mm-uu.el (mm-uu-text-plain-type): New variable.
17583 (mm-uu-pgp-signed-extract-1): Use it.
17584 (mm-uu-pgp-encrypted-extract-1): Use it.
17585 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17586 bind mm-uu-text-plain-type with that value.
17587 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17588 mm-uu-dissect.
17589
17590 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17591
17592 * gnus-group.el (gnus-update-group-mark-positions):
17593 * gnus-sum.el (gnus-update-summary-mark-positions):
17594 * message.el (message-check-news-body-syntax):
17595 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17596 of string-as-multibyte.
17597
17598 2004-10-05 Juri Linkov <juri@jurta.org>
17599
17600 * gnus-group.el (gnus-update-group-mark-positions):
17601 * gnus-sum.el (gnus-update-summary-mark-positions):
17602 * message.el (message-check-news-body-syntax):
17603 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17604 8-bit unibyte values to a multibyte string for search functions.
17605
17606 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17607
17608 * mm-uu.el (mm-uu-dissect): Allow optional arg.
17609 (mm-uu-dissect-text-parts): New function.
17610
17611 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17612 dissect text parts.
17613
17614 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17615 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17616
17617 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17618
17619 * gnus-topic.el (gnus-topic-hierarchical-parameters):
17620 Use gnus-current-topics instead of gnus-current-topic.
17621
17622 2004-10-06 Jesper Harder <harder@ifa.au.dk>
17623
17624 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17625
17626 2004-10-05 Jesper Harder <harder@ifa.au.dk>
17627
17628 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17629 where approriate.
17630
17631 * nnml.el (nnml-generate-active-info): do.
17632
17633 * nndiary.el (nndiary-generate-active-info): do.
17634
17635 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17636 (gnus-topic-move): do.
17637
17638 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17639 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17640
17641 * gnus-srvr.el (gnus-server-prepare)
17642 (gnus-server-open-all-servers): do.
17643
17644 * gnus-msg.el (gnus-summary-cancel-article)
17645 (gnus-summary-resend-message)
17646 (gnus-summary-mail-crosspost-complaint): do.
17647
17648 * gnus-move.el (gnus-change-server): do.
17649
17650 * gnus-group.el (gnus-group-unmark-all-groups)
17651 (gnus-group-set-current-level): do.
17652
17653 2004-10-04 Simon Josefsson <jas@extundo.com>
17654
17655 * message.el (message-generate-hashcash): Doc fix.
17656
17657 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
17658
17659 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17660 avoid infinite recursion via gnus-get-function.
17661
17662 2004-10-02 Jesper Harder <harder@ifa.au.dk>
17663
17664 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17665
17666 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17667
17668 * nnmail.el (nnmail-split-history): do.
17669
17670 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17671 (nnml-request-delete-group): do.
17672
17673 * nnslashdot.el (nnslashdot-read-groups): do.
17674
17675 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17676 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17677
17678 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17679 (nnspool-sift-nov-with-sed): Use last.
17680 (nnspool-retrieve-headers-with-nov): Use mapc.
17681 (nnspool-request-newgroups): Use dolist.
17682 (nnspool-request-group): Use last.
17683
17684 * nntp.el (nntp-read-server-type): Use dolist.
17685
17686 * nnvirtual.el (nnvirtual-create-mapping)
17687 (nnvirtual-update-read-and-marked): Use dolist.
17688 (nnvirtual-convert-headers): Simplify.
17689
17690 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17691
17692 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17693 Add support for sync'ing tick marks.
17694
17695 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
17696
17697 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17698 there's no visible header.
17699
17700 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17701
17702 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17703 When necessary, pass full group name to gnus-request-set-marks.
17704
17705 2004-10-01 Simon Josefsson <jas@extundo.com>
17706
17707 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
17708 acroread.
17709
17710 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17711
17712 * spam-report.el (spam-report-gmane): Fix interactive.
17713
17714 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17715
17716 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17717 when writing file.
17718 (gnus-agent-synchronize-flags): Don't default to being
17719 interactive.
17720
17721 2004-09-30 Simon Josefsson <jas@extundo.com>
17722
17723 * message.el (message-generate-hashcash): Add.
17724 (message-send-mail): Use it, call mail-add-payment.
17725
17726 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
17727
17728 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17729
17730 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
17731
17732 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17733 gnus-requst-update-info with explicit code to sync the in-memory
17734 info read flags with the marks being sync'd to the backend.
17735
17736 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17737
17738 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17739
17740 * spam.el (spam-verify-bogofilter): Add new function.
17741 (spam-check-bogofilter)
17742 (spam-bogofilter-register-with-bogofilter): Use it.
17743 (spam-verify-bogofilter): Add small fixes.
17744
17745 2004-09-28 Simon Josefsson <jas@extundo.com>
17746
17747 * hashcash.el (hashcash-generate-payment): Revert.
17748
17749 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17750
17751 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17752 Use gnus-extract-references instead of gnus-split-references.
17753
17754 * gnus-util.el (gnus-extract-references): Add new function, analogous
17755 to gnus-split-references but extracts only the message-ID without
17756 anything extra.
17757
17758 * hashcash.el (hashcash-generate-payment)
17759 (hashcash-check-payment): Do the right thing if hashcash-path is
17760 nil (because the hashcash program could not be found).
17761
17762 * spam.el (spam-use-hashcash): Remove comment.
17763
17764 2004-09-27 Jesper Harder <harder@ifa.au.dk>
17765
17766 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17767 (gnus-cache-enter-article, gnus-cache-remove-article)
17768 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17769
17770 * gnus-async.el (gnus-async-prefetch-remove-group): do.
17771
17772 * gnus-art.el (article-hide-boring-headers)
17773 (article-translate-strings, article-display-face)
17774 (gnus-article-mime-match-handle-first)
17775 (gnus-article-highlight-headers)
17776 (gnus-article-add-buttons-to-head): do.
17777
17778 2004-09-27 Simon Josefsson <jas@extundo.com>
17779
17780 * hashcash.el: New version, from
17781 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
17782 ../contrib/.
17783
17784 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17785
17786 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17787
17788 2004-09-26 Jesper Harder <harder@ifa.au.dk>
17789
17790 * gnus-dup.el (gnus-dup-open): Use mapc.
17791 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17792
17793 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17794 Reported by Stefan Wiens <s.wi@gmx.net>.
17795
17796 * gnus.el (gnus-shutdown): Use dolist.
17797
17798 * gnus-undo.el (gnus-undo): Use mapc.
17799
17800 * nnrss.el (nnrss-generate-active): do.
17801
17802 * message.el (message-cite-original-without-signature)
17803 (message-cite-original): Use mapc.
17804 (message-do-actions, message-make-forward-subject): Use dolist.
17805
17806 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17807
17808 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17809 deletion to remove entire duplicate line. Fixes merged article
17810 number bug.
17811
17812 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17813
17814 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17815 servers that are offline. Avoids having gnus-agent-toggle-plugged
17816 first ask if you want to open a server and then, even when you
17817 responded with no, asking if you want to synchronize the server's
17818 flags.
17819 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17820 multi-line expressions.
17821 (gnus-agent-synchronize-group-flags): New internal function.
17822 Updates marks in memory (in the info structure) AND in the
17823 backend.
17824
17825 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17826
17827 * nnagent.el (nnagent-request-set-mark):
17828 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17829 method, to ensure that synchronization updates marks in the
17830 backend and in the info (in memory) structure.
17831
17832 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
17833
17834 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17835 convention fully; don't miss the root article of a thread; make
17836 the X-Draft-From header with correct article numbers.
17837
17838 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
17839
17840 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17841 unless plugged. Disable the agent so that an open failure causes
17842 an error.
17843
17844 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17845 Revert 2004-09-21 change. The backend must be opened while
17846 synchronizing flags even when the backend stores the flags
17847 locally.
17848
17849 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
17850
17851 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17852 in `header' match. Reported by Svend Tollak Munkejord.
17853
17854 * message.el (message-cite-original): Fix use of
17855 `message-cite-articles-with-x-no-archive'.
17856
17857 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
17858
17859 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17860 (gnus-window-to-buffer): Ditto.
17861
17862 * mml.el (mml-preview-buffer): New variable.
17863 (mml-preview): Manage window layout with gnus-buffer-configuration.
17864
17865 * gnus-msg.el (gnus-setup-message): Put article numbers into the
17866 X-Draft-From header even if those articles aren't quoted.
17867
17868 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
17869
17870 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17871 (gnus-request-set-mark, gnus-request-update-mark): Use new
17872 g-s-t-u-l-m to decide to use backend even when unplugged.
17873
17874 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
17875
17876 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17877 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
17878
17879 2004-09-20 Simon Josefsson <jas@extundo.com>
17880
17881 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17882 "utf-16-le".
17883
17884 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17885
17886 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17887
17888 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17889
17890 * uudecode.el (uudecode-use-external): Add :version.
17891
17892 * smime.el (smime-CA-file, smime-encrypt-cipher)
17893 (smime-dns-server): Add :version.
17894
17895 * smiley.el (gnus-smiley-file-types): Add :version.
17896
17897 * sha1.el (sha1-use-external): Add :version.
17898
17899 * pgg-def.el (pgg-query-keyserver): Add :version.
17900
17901 * nnmail.el (nnmail-fancy-expiry-targets)
17902 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17903 Add :version.
17904
17905 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17906 (nnimap-retrieve-groups-asynchronous): Add :version.
17907 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
17908
17909 * mml.el (mml-content-disposition-parameters)
17910 (mml-insert-mime-headers-always): Add :version.
17911
17912 * mm-util.el (mm-coding-system-priorities): Add :version.
17913
17914 * mm-decode.el (mm-inline-text-html-with-images)
17915 (mm-keep-viewer-alive-types, mm-external-terminal-program)
17916 (mm-verify-option): Add :version.
17917 (mm-text-html-renderer): Change :version.
17918
17919 * message.el (message-fcc-externalize-attachments)
17920 (message-required-headers, message-draft-headers)
17921 (message-subject-trailing-was-query)
17922 (message-subject-trailing-was-ask-regexp)
17923 (message-subject-trailing-was-regexp, message-mark-insert-begin)
17924 (message-mark-insert-end, message-archive-header)
17925 (message-archive-note, message-cross-post-default)
17926 (message-cross-post-note, message-followup-to-note)
17927 (message-cross-post-note-function, message-use-mail-followup-to)
17928 (message-subscribed-address-functions)
17929 (message-subscribed-address-file, message-subscribed-addresses)
17930 (message-subscribed-regexps, message-allow-no-recipients)
17931 (message-yank-cited-prefix, message-signature-insert-empty-line)
17932 (message-hidden-headers, message-hierarchical-addresses)
17933 (message-mail-user-agent, message-use-idna)
17934 (message-valid-fqdn-regexp)
17935 (message-strip-special-text-properties, message-header-synonyms)
17936 (message-beginning-of-line, message-tab-body-function): Add :version.
17937 (message-insert-canlock, message-wide-reply-confirm-recipients):
17938 Change :version.
17939
17940 * mail-source.el (mail-source-ignore-errors): Add :group, :type
17941 and :version.
17942 (mail-source-delete-old-incoming-confirm)
17943 (mail-source-movemail-program): Add :version.
17944
17945 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17946 (gnus-agent-cache, gnus-agent): Change :version.
17947
17948 * gnus-util.el (gnus-use-byte-compile): Change :version.
17949
17950 * gnus-sum.el (gnus-summary-make-false-root-always)
17951 (gnus-summary-default-high-score)
17952 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17953 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17954 (gnus-read-all-available-headers, gnus-article-emulate-mime)
17955 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17956 (gnus-sum-thread-tree-single-indent)
17957 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17958 (gnus-sum-thread-tree-leaf-with-other)
17959 (gnus-sum-thread-tree-single-leaf): Add :version.
17960 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17961 (gnus-article-loose-mime): Change :version.
17962
17963 * gnus-start.el (gnus-backup-startup-file)
17964 (gnus-save-startup-file-via-temp-buffer): Add :version.
17965
17966 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17967 (gnus-server-offline-face): Add :version.
17968
17969 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17970
17971 * gnus-msg.el (gnus-gcc-externalize-attachments)
17972 (gnus-debug-files, gnus-debug-exclude-variables)
17973 (gnus-discouraged-post-methods): Change :version.
17974 (gnus-confirm-mail-reply-to-news)
17975 (gnus-confirm-treat-mail-like-news): Add :version.
17976
17977 * gnus-int.el (gnus-server-unopen-status): Add :version.
17978
17979 * gnus-group.el (gnus-group-jump-to-group-prompt)
17980 (gnus-large-ephemeral-newsgroup)
17981 (gnus-fetch-old-ephemeral-headers): Add :version.
17982
17983 * gnus-fun.el (gnus-x-face-directory)
17984 (gnus-convert-pbm-to-x-face-command)
17985 (gnus-convert-image-to-x-face-command)
17986 (gnus-convert-image-to-face-command): Add :version.
17987
17988 * gnus-delay.el (gnus-delay-default-hour): Add :version.
17989
17990 * gnus-cite.el (gnus-cite-blank-line-after-header)
17991 (gnus-article-boring-faces): Add :version.
17992
17993 * gnus-art.el (gnus-buttonized-mime-types)
17994 (gnus-inhibit-mime-unbuttonizing)
17995 (gnus-treat-display-face)
17996 (gnus-treat-body-boundary): Change :version.
17997 (gnus-body-boundary-delimiter, gnus-picon-databases)
17998 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17999 (gnus-treat-date-english, gnus-treat-fold-headers)
18000 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18001 (gnus-treat-mail-picon, gnus-treat-wash-html)
18002 (gnus-article-encrypt-protocol)
18003 (gnus-use-idna, gnus-article-over-scroll)
18004 (gnus-mime-display-multipart-alternative-as-mixed)
18005 (gnus-mime-display-multipart-related-as-mixed)
18006 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18007 (gnus-ctan-url, gnus-button-ctan-handler)
18008 (gnus-button-handle-ctan-bogus-regexp)
18009 (gnus-button-ctan-directory-regexp)
18010 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18011 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18012 (gnus-button-man-level, gnus-button-emacs-level)
18013 (gnus-button-message-level, gnus-button-browse-level): Add :version.
18014
18015 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18016 (gnus-agent-go-online): Change :version.
18017 (gnus-agent-expire-unagentized-dirs)
18018 (gnus-agent-auto-agentize-methods): Add :version.
18019
18020 * flow-fill.el (fill-flowed-display-column)
18021 (fill-flowed-encode-column): Add :version.
18022
18023 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18024 (gnus-outlook-deuglify-unwrap-max)
18025 (gnus-outlook-deuglify-cite-marks)
18026 (gnus-outlook-deuglify-unwrap-stop-chars)
18027 (gnus-outlook-deuglify-no-wrap-chars)
18028 (gnus-outlook-deuglify-attrib-cut-regexp)
18029 (gnus-outlook-deuglify-attrib-verb-regexp)
18030 (gnus-outlook-deuglify-attrib-end-regexp)
18031 (gnus-outlook-display-hook): Add :version.
18032
18033 * binhex.el (binhex-use-external): Add :version.
18034
18035 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
18036
18037 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18038 and `invisible'.
18039
18040 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
18041
18042 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18043 in gnus-registry-trim.
18044
18045 2004-09-13 Simon Josefsson <jas@extundo.com>
18046
18047 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18048
18049 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18050
18051 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18052 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18053 <yamaoka@jpl.org>.
18054 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18055 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18056 <yamaoka@jpl.org>.
18057
18058 * sieve.el (sieve-manage-mode): Ditto.
18059
18060 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
18061
18062 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18063
18064 2004-09-11 Simon Josefsson <jas@extundo.com>
18065
18066 * dns-mode.el: Add.
18067
18068 * mm-view.el (mm-display-dns-inline): Add.
18069
18070 * mm-decode.el (mm-inline-media-tests): Add text/dns.
18071 (mm-automatic-display): Ditto.
18072
18073 * mailcap.el (mailcap-mime-data): Add text/dns.
18074 (mailcap-mime-extensions): Map .soa to text/dns.
18075
18076 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
18077
18078 * gnus-art.el (article-decode-mime-words, article-babel)
18079 (gnus-article-highlight-signature, gnus-article-add-buttons)
18080 (gnus-signature-toggle): Remove unnecessary bindings of
18081 `inhibit-read-only' inherited from v5.10 merge.
18082
18083 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
18084
18085 * nntp.el (nntp): New customization group.
18086 (nntp-authinfo-file): Add customization group.
18087
18088 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18089
18090 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18091
18092 * gnus.el (to-address, to-list, subscribed)
18093 (large-newsgroup-initial): Ditto.
18094
18095 * flow-fill.el (fill-flowed-display-column)
18096 (fill-flowed-encode-column): Ditto.
18097
18098 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18099
18100 * message.el (message-tokenize-header, message-send-mail-with-qmail):
18101 Use point-min rather than 1.
18102 (message-send-mail): Use buffer-size rather than point-max.
18103
18104 * gnus-sum.el (gnus-summary-search-article-forward):
18105 Signal a specific `search-failed' rather than a generic `error'.
18106
18107 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18108 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18109 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18110
18111 2004-09-10 Simon Josefsson <jas@extundo.com>
18112
18113 * nndb.el (require): Remove tcp and duplicate cl.
18114
18115 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
18116
18117 * gnus-agent.el (directory-files-and-attributes): Move forward.
18118
18119 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
18120
18121 * gnus-agent.el (directory-files-and-attributes):
18122 Optionally defined to support XEmacs.
18123
18124 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
18125
18126 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18127 to avoid run-time CL dependencies.
18128 (gnus-agent-unfetch-articles): New function.
18129 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18130 article numbers even when local .overview file is missing.
18131 (gnus-agent-read-article-number): New function. Only accepts
18132 27-bit article numbers.
18133 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18134 Use gnus-agent-read-article-number.
18135 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18136 from backend while recognizing that article numbers in .overview
18137 must be valid.
18138 (gnus-agent-update-files-total-fetched-for):
18139 Use directory-files-and-attributes to improve performance.
18140 * gnus-int.el (gnus-request-move-article):
18141 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18142 improve performance.
18143
18144 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18145 some users confused by references to .newsrc when they only have a
18146 .newsrc.eld file.
18147 (gnus-convert-mark-converter-prompt)
18148 (gnus-convert-converter-needs-prompt): Fix use of property list.
18149 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18150 New function. Used internally to only display 'gnus converting
18151 files' message when actually necessary.
18152
18153 * gnus-sum.el (): Remove (require 'gnus-agent) as required
18154 methods now autoloaded.
18155
18156 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
18157
18158 * gnus-sum.el (gnus-summary-insert-subject): Remove list
18159 identifiers.
18160
18161 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
18162
18163 * gnus-picon.el: Fix indentation and closing parenthesis.
18164
18165 2004-09-01 Simon Josefsson <jas@extundo.com>
18166
18167 * message.el (message-canlock-generate): Require sha1, not
18168 sha1-el. (Can we get rid of this require altogether? It is ugly
18169 to require within a function. Sadly, if sha1.el isn't loaded, the
18170 let binding in m-c-g will hide the defcustom definition, which is
18171 bad.)
18172
18173 * canlock.el: Require sha1, not sha1-el.
18174
18175 * message.el: Don't autoload sha1 (there is a autoload cookie in
18176 sha1.el).
18177
18178 * sha1-el.el: Rename to sha1.el.
18179
18180 2004-08-30 Juanma Barranquero <lektu@terra.es>
18181
18182 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18183
18184 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18185
18186 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18187
18188 2004-08-30 Kim F. Storm <storm@cua.dk>
18189
18190 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18191
18192 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18193 Add :group 'nnimap.
18194
18195 2004-08-30 Andreas Schwab <schwab@suse.de>
18196
18197 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18198 ?* and ?\;.
18199
18200 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18201 and ?\' to symbol instead of whitespace.
18202
18203 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
18204
18205 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18206
18207 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18208 instead of re-search-forward.
18209
18210 * gnus-uu.el (gnus-uu-save-article): Ditto.
18211 (gnus-uu-post-encode-uuencode): Ditto.
18212
18213 * html2text.el (html2text-clean-list-items): Ditto.
18214 (html2text-clean-dtdd): Ditto.
18215 (html2text-format-tags): Ditto.
18216
18217 * message.el (message-send-mail-with-sendmail): Fix regexp.
18218 (message-fill-field-general): Use search-forward instead of
18219 re-search-forward.
18220 (unbold-region): Ditto.
18221
18222 * nnrss.el (nnrss-request-article): Ditto.
18223
18224 * nnslashdot.el (nnslashdot-request-article): Ditto.
18225
18226 * nnweb.el (nnweb-gmane-wash-article): Ditto.
18227
18228 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18229 "Unrecognized menu descriptor" error in XEmacs.
18230
18231 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
18232
18233 * gnus-sum.el (gnus-read-header): Don't remove a header for the
18234 parent article of a sparse article in the thread hashtb.
18235
18236 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
18237
18238 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18239 (nnmail-expand-newtext): Lowercase expanded entries if
18240 nnmail-split-lowercase-expanded is non-nil.
18241
18242 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
18243
18244 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18245
18246 * gnus-group.el (gnus-group-line-format-alist): Convert the value
18247 of gnus-tmp-news-method into string under XEmacs. It will be
18248 passed to gnus-correct-length which takes only a string argument.
18249
18250 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
18251
18252 * gnus-util.el (gnus-bind-print-variables): New macro.
18253 (gnus-prin1): Use it.
18254 (gnus-prin1-to-string): Use it.
18255 (gnus-pp): New function.
18256 (gnus-pp-to-string): New function.
18257
18258 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18259 Replace pp-to-string with gnus-pp-to-string.
18260 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18261 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18262 * gnus-msg.el (gnus-debug): Ditto.
18263 * gnus-score.el (gnus-score-save): Ditto.
18264 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18265 gnus-pp-to-string.
18266 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18267 with gnus-pp.
18268 * score-mode.el (gnus-score-pretty-print): Ditto.
18269 * webmail.el (webmail-debug): Ditto.
18270
18271 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
18272
18273 * gnus-art.el (article-display-face, article-display-x-face):
18274 Use buffer-read-only.
18275
18276 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
18277
18278 * gnus-art.el (article-hide-list-identifiers):
18279 Bind inhibit-read-only as t.
18280
18281 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
18282
18283 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18284
18285 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18286
18287 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18288 (gnus-narrow-to-page): Don't assume point-min == 1.
18289 (gnus-article-edit-mode): Derive from message-mode.
18290
18291 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18292 point-min == 1.
18293
18294 * imap.el (imap-parse-address-list, imap-parse-body-ext):
18295 Disable incorrect use of `assert'.
18296
18297 * message.el (message-mode): Set comment-start-skip.
18298
18299 2004-08-22 Sam Steingold <sds@gnu.org>
18300
18301 * pop3.el (pop3-leave-mail-on-server): New user variable.
18302 (pop3-movemail): Delete mail only when it is nil.
18303
18304 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
18305
18306 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18307
18308 * mml.el (mml-preview): Use `pop-to-buffer'.
18309
18310 * message.el (message-goto-mail-followup-to): Insert after "To".
18311 (message-carefully-insert-headers): Add comment.
18312
18313 * gnus.el: Remove unused variable `gnus-article-check-size'.
18314
18315 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18316
18317 * gnus-art.el (gnus-button-alist):
18318 Improve `gnus-button-handle-library' entry.
18319
18320 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
18321
18322 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18323 Use downcase, since XEmacs capitalizes error messages differently.
18324
18325 2004-08-18 Jesper Harder <harder@ifa.au.dk>
18326
18327 * nntp.el: Add (require 'gnus) due to reference to
18328 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
18329
18330 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
18331
18332 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18333 Bind `mm-fill-flowed'.
18334
18335 * mm-decode.el (mm-dissect-singlepart): Check it.
18336
18337 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
18338
18339 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18340 'imap' for netrc parsing.
18341
18342 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
18343
18344 * mailcap.el (mailcap-mime-data): Mark as risky.
18345
18346 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
18347
18348 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18349 may be included in the encoded word.
18350 (rfc2047-encode): Don't append a space if the encoded word
18351 includes close parenthesis.
18352
18353 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
18354
18355 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18356 of text within parentheses.
18357
18358 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
18359
18360 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18361 (gnus-encrypt-write-file-contents): Make the password key the file
18362 name PLUS the cipher, not just the cipher. Also remove failed
18363 passwords from the cache.
18364
18365 2004-08-06 Simon Josefsson <jas@extundo.com>
18366
18367 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18368 Doc fix.
18369
18370 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
18371
18372 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18373 LWSP.
18374
18375 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
18376
18377 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18378 Try to append in-reply-to: data to the references: header.
18379
18380 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18381 (netrc-parse): Use gnus-encrypt.el functions.
18382
18383 * gnus-encrypt.el: Add new file for encryption support; currently
18384 does only a few GPG ciphers and an internal XOR cipher.
18385
18386 * password.el: Add comments on using password-read-and-add.
18387 (password-read-and-add): Add function to read and add the
18388 password to the cache at once.
18389
18390 2004-07-28 Simon Josefsson <jas@extundo.com>
18391
18392 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18393 parameter (but don't use it, for now).
18394
18395 * imap.el (imap-ssl-open): Use imap-process-connection-type,
18396 instead of hard coding to nil.
18397
18398 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
18399
18400 * mm-view.el (mm-inline-image-emacs): Open lines under an image
18401 as mm-inline-image-xemacs does.
18402
18403 2004-07-26 Simon Josefsson <jas@extundo.com>
18404
18405 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18406 Revert part of 2004-07-17 change below.
18407
18408 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
18409
18410 * rfc2047.el (rfc2047-encode-region): Don't infloop.
18411 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18412
18413 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
18414
18415 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18416 quotes that actually start with ">" at the beginning of the
18417 lines.
18418
18419 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
18420
18421 * rfc2047.el (rfc2047-encode-region): Fix last change.
18422 (rfc2047-encode-parameter): Remove useless concat.
18423
18424 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
18425
18426 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18427 encode special characters; fix some kind of misconfigured headers;
18428 signal a real error if debug-on-quit or debug-on-error is non-nil.
18429 (rfc2047-encode-max-chars): New variable.
18430 (rfc2047-encode-1): Use it.
18431 (rfc2047-encode-parameter): New function.
18432
18433 * mml.el (mml-insert-parameter): Remove an excessive space.
18434
18435 2004-07-17 Simon Josefsson <jas@extundo.com>
18436
18437 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18438 Kai Grossjohann <kai@emptydomain.de>.
18439 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18440 (gnus-group-make-menu-bar): Ditto.
18441
18442 * gnus-util.el (gnus-group-server): Add.
18443
18444 2004-07-16 Jesper Harder <harder@ifa.au.dk>
18445
18446 * message.el (message-clone-locals): Clone sendmail and smtp
18447 variables.
18448
18449 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18450
18451 * rfc2047.el (rfc2047-encode-region): Fix last change.
18452
18453 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18454
18455 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18456 characters as non-special.
18457
18458 2004-07-09 Simon Josefsson <jas@extundo.com>
18459
18460 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18461 Users will lose all flag changes made while unplugged with
18462 e.g. nntp unless flag synchronization happens, thus `nil' is not a
18463 good default. See numerous reports on ding mailing list.
18464
18465 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
18466
18467 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18468 add generate-head-function and generate-article-function to the
18469 rfc822-forward entry.
18470 (nndoc-rfc822-forward-generate-article): New function.
18471 (nndoc-rfc822-forward-generate-head): New function.
18472
18473 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18474
18475 2004-07-06 Dan Christensen <jdc@uwo.ca>
18476
18477 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18478 respect display group parameter and gnus-summary-expunge-below.
18479 (gnus-articles-to-read): Remove unused reference to display group
18480 parameter.
18481
18482 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18483
18484 * nnheader.el (nnheader-uniquify-message-id): New experimental
18485 variable.
18486 (nnheader-nov-read-message-id): Use it.
18487
18488 * spam-report.el (spam-report-gmane): Add interactive.
18489
18490 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
18491
18492 * mm-encode.el (mm-content-transfer-encoding-defaults):
18493 Use qp-or-base64 for the application/* types.
18494
18495 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
18496
18497 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18498
18499 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
18500
18501 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18502 trim value.
18503
18504 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18505
18506 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18507 New macro and function.
18508 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18509
18510 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18511
18512 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18513 after-load-alist.
18514
18515 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18516
18517 * gnus-group.el (gnus-group-get-new-news-this-group):
18518 Don't update info that isn't there.
18519
18520 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
18521
18522 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18523 entry.
18524
18525 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18526
18527 * mm-view.el (mm-inline-render-with-function): Use multibyte
18528 buffer; decode html source by charset.
18529
18530 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18531
18532 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18533 Mule-UCS is loaded under XEmacs.
18534 (mm-mime-mule-charset-alist): Avoid duplicated entries.
18535
18536 2004-06-28 Jesper Harder <harder@ifa.au.dk>
18537
18538 * nnheader.el (nnheader-max-head-length): Increase to 8192.
18539
18540 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
18541
18542 * mm-util.el (mm-coding-system-p): Return a coding-system.
18543 (mm-mime-mule-charset-alist): Use shift_jis instead of
18544 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18545 entries for the mime charsets iso-2022-jp-3 and shift_jis.
18546 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18547 instead of japanese-shift-jis and iso-latin-1 respectively in
18548 order to share the default value with both Emacs and XEmacs-mule.
18549 (mm-mule-charset-to-mime-charset):
18550 Make mm-coding-system-priorities effective.
18551 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18552 while predicating of candidates upon the priorities.
18553
18554 2004-06-27 Jesper Harder <harder@ifa.au.dk>
18555
18556 * gnus-sum.el (gnus-summary-make-menu-bar):
18557 Add gnus-uu-invert-processable.
18558
18559 * gnus.el: Autoload gnus-uu-invert-processable.
18560
18561 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
18562
18563 * mm-util.el (mm-with-multibyte-buffer): New macro.
18564
18565 * rfc2047.el (rfc2047-encode-string): Use it.
18566 (rfc2047-encode-region): Move point to the end of the region after
18567 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18568
18569 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18570
18571 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18572 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18573
18574 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18575
18576 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18577 (gnus-cite-parse): Ignore quoted envelope From_.
18578 Suggested by Karl Chen <quarl@nospam.quarl.org>.
18579
18580 2004-06-23 Jesper Harder <harder@ifa.au.dk>
18581
18582 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18583 invalid addresses.
18584
18585 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
18586
18587 * spam.el: Change section markers, revise TODO list.
18588 (spam-backends): Make new master list of all installed backends.
18589 (spam-summary-exit-behavior): Add new variable to determine how
18590 messages moves are done at summary exit.
18591 (spam-move-spam-nonspam-groups-only)
18592 (spam-process-ham-in-nonham-groups)
18593 (spam-process-ham-in-spam-groups): Remove variables, the
18594 spam-summary-exit-behavior variable should be used to manage this
18595 behavior.
18596 (spam-old-ham-articles, spam-old-spam-articles): Remove.
18597 (spam-old-articles): Add variable, replacing spam-old-ham-articles
18598 and spam-old-spam-articles.
18599 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18600 Add empty variables, placeholders for the backends they represent.
18601 (spam-set-difference): Move, unchanged.
18602 (spam-list-of-processors): Declare OBSOLETE, not used anymore
18603 unless the user has a processor variable.
18604 (spam-classifications, spam-classification-valid-p)
18605 (spam-backend-properties, spam-backend-property-valid-p)
18606 (spam-backend-function-type-valid-p)
18607 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18608 (spam-report-articles-gmane, spam-report-articles-resend):
18609 Remove functions, they are not needed.
18610 (spam-install-backend-super, spam-backend-list)
18611 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18612 (spam-backend-function, spam-backend-ham-registration-function)
18613 (spam-backend-spam-registration-function)
18614 (spam-backend-ham-unregistration-function)
18615 (spam-backend-spam-unregistration-function)
18616 (spam-backend-statistical-p, spam-backend-mover-p)
18617 (spam-install-backend-alias, spam-install-checkonly-backend)
18618 (spam-install-mover-backend, spam-install-nocheck-backend)
18619 (spam-install-backend, spam-install-statistical-backend)
18620 (spam-install-statistical-checkonly-backend): Add backend installation
18621 support.
18622 (spam-summary-prepare-exit): Rewrite to use the new backend code.
18623 (spam-group-processor-p): Use the new backend code and respect the
18624 summary exit behavior.
18625 (spam-mark-spam-as-expired-and-move-routine): Remove.
18626 (spam-summary-prepare): Change to use the new spam-old-articles
18627 variable.
18628 (spam-copy-or-move-routine, spam-copy-spam-routine)
18629 (spam-move-spam-routine, spam-copy-ham-routine)
18630 (spam-move-ham-routine): Add code to copy/move ham or spam.
18631 (spam-fetch-field-fast): Improve doc and code, plus allow the
18632 'number request.
18633 (spam-list-of-checks, spam-list-of-statistical-checks):
18634 Remove variables.
18635 (spam-split, spam-find-spam): Use the new backend code.
18636 (spam-registration-functions): Remove variable.
18637 (spam-unregister-routine): Add convenience wrapper.
18638 (spam-log-undo-registration, spam-register-routine)
18639 (spam-log-processing-to-registry)
18640 (spam-log-unregistration-needed-p): Rename "check" to "backend"
18641 where possible.
18642 (spam-check-gmane-xref, spam-check-regex-headers)
18643 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18644 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18645 (spam-check-bogofilter-headers, spam-check-spamoracle)
18646 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18647 (spam-check-crm114-headers): Use the spam-split-group that
18648 spam-split prepares, no need to determine it every time.
18649
18650 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18651 to the nnheader-parse-naked-head call.
18652
18653 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18654
18655 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18656 the nnheader-nov-read-message-id call.
18657
18658 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
18659
18660 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18661 gnus-activate-group twice. Suggested by Markus Peter
18662 <warp@spin.de>.
18663
18664 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
18665
18666 * gnus-art.el (gnus-article-time-format): Exchange the order of
18667 day and month in the default value; fix customization type.
18668 (article-date-ut): Use add-text-properties.
18669 (article-make-date-line): Use message-make-date instead of
18670 current-time-string.
18671
18672 * message.el (message-fetch-field): Don't use set-text-properties.
18673 (message-make-date): Simplify.
18674
18675 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
18676
18677 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18678 (rfc2047-encode-region): Treat text within parentheses as special;
18679 show the original text when error has occurred.
18680
18681 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18682 already-computed method to gnus-activate-group.
18683
18684 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18685 same select-methods identical Lisp objects.
18686
18687 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18688 object when modifying the info.
18689
18690 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
18691
18692 * gnus-srvr.el (gnus-server-set-info): Remove the server from
18693 gnus-opened-servers since it has never been opened with the new
18694 configuration yet.
18695
18696 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
18697
18698 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18699 arg to nnheader-generate-fake-message-id.
18700
18701 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
18702
18703 * nnheader.el (nnheader-generate-fake-message-id): Accept a
18704 number and build a fake message ID localized to a group and
18705 article number (so it's repeatable from that point on).
18706 (nnheader-fake-message-id-p): Change regex to accommodate new fake
18707 ID format.
18708
18709 * gnus-sum.el (gnus-get-newsgroup-headers):
18710 Call nnheader-generate-fake-message-id with the article number.
18711
18712 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
18713
18714 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18715 end-of-buffer.
18716
18717 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18718
18719 * message.el (message-ignored-supersedes-headers): Add Approved.
18720
18721 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
18722
18723 * rfc2047.el (rfc2047-encode-message-header): Remove useless
18724 goto-char.
18725 (rfc2047-encode): Fold the line before encoding.
18726
18727 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18728
18729 * rfc2047.el (rfc2047-encode-message-header): Disabled header
18730 folding -- not all headers can be folded, and this should be done
18731 by the message composition mode. Probably. I think.
18732
18733 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
18734
18735 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18736 fast.
18737
18738 * gnus-ems.el (gnus-remove-image): Don't use
18739 message-text-with-property; remove only the image found first.
18740
18741 2004-06-09 Jesper Harder <harder@ifa.au.dk>
18742
18743 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18744
18745 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18746
18747 * message.el (message-text-with-property): Make it fast and accept
18748 optional arguments.
18749 (message-strip-forbidden-properties): Use it.
18750 (message-fix-before-sending): Follow the m-t-w-p change.
18751
18752 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18753
18754 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
18755
18756 * gnus-art.el (article-hide-headers): Don't change the buffer
18757 mistakenly when performing mml-preview even if
18758 gnus-single-article-buffer is nil.
18759
18760 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
18761
18762 * message.el (message-expand-name-databases): New user option.
18763 (message-expand-name): Use it.
18764
18765 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
18766
18767 * spam.el (spam-report-articles-resend)
18768 (spam-report-resend-register-routine): Allow ham reporting.
18769 (spam-report-resend-register-ham-routine): Add wrapper.
18770 (spam-registration-functions): Add ham resending functions.
18771 (spam-list-of-processors): Add ham resend processor.
18772
18773 * gnus.el (ham-resend-to): Add new group parameter.
18774 (spam-process): Add ham resend option.
18775
18776 * spam-report.el (spam-report-resend): Allow reporting ham.
18777 (spam-report-resend-ham): Add wrapper.
18778
18779 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18780
18781 * message.el (message-cite-articles-with-x-no-archive):
18782 New variable.
18783 (message-cite-original): Use it.
18784
18785 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18786
18787 * message.el (message-cite-original): Respect X-No-Archive.
18788
18789 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
18790
18791 * gnus-art.el (article-hide-headers): Refer to the values for
18792 gnus-ignored-headers and gnus-visible-headers in the summary
18793 buffer since a user may have set them as group parameters.
18794
18795 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
18796
18797 * assistant.el (assistant-node-name): Add convenience function.
18798 (assistant-render-text, assistant-render-node): Add error handling,
18799 plus handle multiple next nodes.
18800 (assistant-find-next-node): Comment out for now.
18801 (assistant-find-next-nodes): Add function, returns list of next
18802 nodes.
18803
18804 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
18805
18806 * mail-source.el (mail-source-directory): Fix doc-string.
18807
18808 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
18809
18810 * assistant.el (assistant-render-text, assistant-eval): Add :set
18811 widget type, which is different because it takes and returns a
18812 list. Much hilarity ensues.
18813
18814 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
18815
18816 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18817
18818 * gnus-group.el (gnus-group-get-new-news-this-group):
18819 Add doc-string.
18820
18821 * gnus-start.el (gnus-activate-group): Add doc-string.
18822
18823 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
18824
18825 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18826
18827 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
18828
18829 * assistant.el (assistant-render-text): Try to add a :set
18830 widget, more to come.
18831
18832 * spam.el (spam-group-spam-contents-p): Handle empty groupname
18833 strings.
18834 (spam-report-articles-resend)
18835 (spam-register-routine): Do registration iff any articles warrant
18836 it.
18837 (spam-summary-prepare-exit): Change log message for nil group
18838 destinations.
18839
18840 2004-05-27 Daniel Pittman <daniel@rimspace.net>
18841
18842 * spam.el (spam-report-resend-register-routine):
18843 Allow spam-report-resend-to to be a group parameter or a global value.
18844
18845 2004-05-26 Simon Josefsson <jas@extundo.com>
18846
18847 * starttls.el: Merge with my GNUTLS based starttls.el.
18848 (starttls-gnutls-program, starttls-use-gnutls)
18849 (starttls-extra-arguments, starttls-process-connection-type)
18850 (starttls-connect, starttls-failure, starttls-success):
18851 New variables.
18852 (starttls-program, starttls-extra-args): Doc fix.
18853 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18854 New functions.
18855 (starttls-negotiate, starttls-open-stream):
18856 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18857 function if it is set.
18858
18859 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18860
18861 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18862 structured fields.
18863
18864 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18865
18866 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18867
18868 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
18869
18870 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18871 Add variable.
18872 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
18873 assigning the spam-mark to new messages.
18874
18875 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
18876
18877 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18878
18879 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18880
18881 * rfc2047.el (rfc2047-encodable-p): Don't move point.
18882 (rfc2047-decode): Treat the ascii coding-system as raw-text by
18883 default.
18884
18885 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
18886
18887 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18888 correct data.
18889
18890 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
18891
18892 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18893 (spam-group-processor-p): Fix function.
18894 (spam-group-processor-multiple-p)
18895 (spam-group-spam-processor-report-gmane-p)
18896 (spam-group-spam-processor-report-resend-p)
18897 (spam-group-spam-processor-bogofilter-p)
18898 (spam-group-spam-processor-blacklist-p)
18899 (spam-group-spam-processor-ifile-p)
18900 (spam-group-ham-processor-ifile-p)
18901 (spam-group-spam-processor-spamoracle-p)
18902 (spam-group-spam-processor-crm114-p)
18903 (spam-group-ham-processor-bogofilter-p)
18904 (spam-group-spam-processor-stat-p)
18905 (spam-group-ham-processor-stat-p)
18906 (spam-group-ham-processor-whitelist-p)
18907 (spam-group-ham-processor-BBDB-p)
18908 (spam-group-ham-processor-spamoracle-p)
18909 (spam-group-ham-processor-copy-p): Remove functions with some
18910 prejudice against unneeded code.
18911 (spam-report-articles-resend)
18912 (spam-report-resend-register-routine): Allow the group/topic
18913 spam-resend-to value to override spam-report-resend-to.
18914 (spam-summary-prepare-exit): Invoke spam-group-processor-p
18915 properly now.
18916
18917 * gnus.el (spam-resend-to): Add group/topic parameter.
18918 (spam-process): Move the OBSOLETE processors to the end of the
18919 choices.
18920
18921 2004-05-24 Daniel Pittman <daniel@rimspace.net>
18922
18923 * spam-report.el (spam-report-resend-to, spam-report-resend):
18924 Start with resend-to set to nil, and then ask the user if necessary.
18925 (spam-report-resend): spam-report-resend takes a list of articles, not
18926 separate article numbers.
18927
18928 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
18929
18930 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18931 addition to emacs-w3m.
18932
18933 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18934
18935 * assistant.el (assistant-authinfo-data): New function.
18936 (assistant-eval): Eval for entire assistant.
18937
18938 * netrc.el (netrc-services-file): New variable.
18939 (netrc-parse-services): New function.
18940 (netrc-find-service-name): New function.
18941 (netrc-find-service-number): New function.
18942 (netrc-port-equal): New function.
18943 (netrc-machine): Use it.
18944
18945 * nnimap.el (nnimap-open-connection): Use netrc.
18946
18947 * gnus-util.el (gnus-netrc-get): Remove aliases.
18948
18949 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18950
18951 * assistant.el (wid-edit): Fix compilation.
18952
18953 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18954
18955 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
18956
18957 * gnus-util.el (gnus-set-file-modes): New function. (small
18958 patch).
18959
18960 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18961
18962 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18963
18964 * assistant.el (assistant-render-node): Fix up rendering and
18965 read-only text.
18966 (assistant-render-node): Reset.
18967 (assistant-make-read-only): Not sticky.
18968
18969 2004-05-20 Danny Siu <dsiu@adobe.com>
18970
18971 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18972 centered even when gnus-auto-center-summary is t
18973
18974 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18975
18976 * dns.el (dns-get-txt-answer): New function.
18977 (dns-read-txt): Ditto.
18978 (query-dns): Use it.
18979
18980 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
18981
18982 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18983 active for foreign groups even if the group level is higher than
18984 the specified value.
18985
18986 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18987
18988 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18989 non-active groups.
18990
18991 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18992
18993 2004-05-20 Magnus Henoch <mange@freemail.hu>
18994
18995 * dns.el (dns-read-type): Add support for SVR. (small patch)
18996
18997 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
18998
18999 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19000 (spam-crm114-header, spam-crm114-spam-switch)
19001 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19002 (spam-crm114-positive-spam-header)
19003 (spam-crm114-database-directory, spam-list-of-processors)
19004 (spam-group-spam-processor-crm114-p)
19005 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19006 (spam-generic-score, spam-list-of-checks)
19007 (spam-list-of-statistical-checks, spam-registration-functions)
19008 (spam-check-crm114-headers, spam-crm114-score)
19009 (spam-check-crm114, spam-crm114-register-with-crm114)
19010 (spam-crm114-register-spam-routine)
19011 (spam-crm114-unregister-spam-routine)
19012 (spam-crm114-register-ham-routine)
19013 (spam-crm114-unregister-ham-routine): Add CRM114 support.
19014 From asjo@koldfront.dk (Adam Sjøgren).
19015
19016 * gnus.el: Add spam-use-crm114.
19017
19018 * spam.el (spam-list-of-processors, spam-registration-functions):
19019 Add spam-use-resend.
19020 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19021 (spam-report-articles-gmane): Add doc fix.
19022 (spam-report-articles-resend, spam-report-resend-register-routine):
19023 Add wrappers around spam-report-resend-to.
19024
19025 * spam-report.el (spam-report-resend-to, spam-report-resend):
19026 Add support for resending spam.
19027 (spam-report-gmane): Fix line length >80.
19028
19029 * gnus.el (spam-process): Add spam-use-resend.
19030
19031 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19032
19033 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19034 number of processed spam messages.
19035 (spam-ham-copy-or-move-routine): Return the number of processed
19036 ham messages.
19037 (spam-summary-prepare-exit): Use the above values to decide
19038 whether status messages shouled be displayed.
19039
19040 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
19041
19042 * rfc2047.el (rfc2047-encode-function-alist): Rename from
19043 `rfc2047-encoding-function-alist' in order to avoid conflicting
19044 with the old version.
19045 (rfc2047-encode-region): Concatenate words containing non-ASCII
19046 characters in structured fields; don't encode space-delimited
19047 ASCII words even in unstructured fields; don't break words at
19048 char-category boundaries.
19049 (rfc2047-encode-1): New function.
19050 (rfc2047-encode): Use it; encode text so that it occupies the
19051 maximum width within 76-column; work correctly on Q encoding for
19052 iso-2022-* charsets.
19053 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19054 sure not to break a line just after the header name.
19055 (rfc2047-b-encode-region): Remove.
19056 (rfc2047-b-encode-string): New function.
19057 (rfc2047-q-encode-region): Remove.
19058 (rfc2047-q-encode-string): New function.
19059
19060 * mm-util.el (mm-replace-in-string): New function.
19061
19062 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19063
19064 * gnus-msg.el (gnus-inews-make-draft-meta-information):
19065 Really get it right.
19066 (gnus-inews-make-draft): Really.
19067
19068 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
19069
19070 * nnmh.el (nnmh-request-list-1): Don't check the link count
19071 before descending. (small patch)
19072
19073 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19074
19075 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19076 stuff.
19077
19078 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19079 Match on real group name.
19080
19081 * gnus-art.el (gnus-signature-limit): Doc fix.
19082
19083 * gnus-msg.el (gnus-inews-make-draft): Quote list.
19084
19085 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19086
19087 * gnus-draft.el (gnus-draft-send):
19088 Bind rfc2047-encode-encoded-words.
19089
19090 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19091 (rfc2047-encodable-p): Say that =? needs encoding.
19092 (rfc2047-encode-encoded-words): New variable.
19093
19094 * gnus-group.el (gnus-group-select-group): Doc fix.
19095
19096 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19097
19098 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19099 to nil.
19100
19101 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19102
19103 * nnheader.el (nnheader-get-lines-and-char): New function.
19104
19105 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
19106
19107 * gnus-msg.el (gnus-summary-followup-with-original):
19108 Document yanking of region when active.
19109
19110 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
19111
19112 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19113 groups if the group level is higher than the specified value.
19114
19115 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19116
19117 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19118 (gnus-group-jump-to-group): Add prefix argument using
19119 `gnus-group-jump-to-group-prompt'. Query before jumping to
19120 non-active group.
19121
19122 * compface.el (uncompface): Be verbose when changing
19123 `uncompface-use-external'.
19124
19125 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19126 handle manual section.
19127
19128 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19129
19130 * gnus-art.el (gnus-button-alist): Revert previous change.
19131
19132 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19133
19134 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19135
19136 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19137
19138 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19139 whether backend can accept message.
19140
19141 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19142
19143 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
19144
19145 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19146 Avoid creating directory when nntp-marks-is-evil is true.
19147 Reported by Reiner Steib.
19148
19149 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19150
19151 * gnus-picon.el (gnus-picon-style): New variable.
19152 (gnus-picon-insert-glyph): Add optional `nostring' argument.
19153 (gnus-picon-transform-address): Support `gnus-picon-style'.
19154 From Jesper Harder <harder@ifa.au.dk>.
19155
19156 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19157
19158 * message.el (message-fill-field): Return point.
19159 (message-generate-headers): Go to end of field.
19160
19161 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19162 stuff for non-living groups.
19163
19164 2004-05-18 Jesper Harder <harder@ifa.au.dk>
19165
19166 * gnus-art.el (gnus-article-followup-with-original)
19167 (gnus-article-reply-with-original): gnus-mark-active-p ->
19168 gnus-region-active-p.
19169
19170 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
19171
19172 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19173 only when there is spam or ham to be processed.
19174
19175 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19176
19177 * mail-source.el (mail-source-delete-crash-box): Refactor.
19178 (mail-source-fetch): Use it.
19179 (mail-source-fetch-file): Ditto.
19180 (mail-source-fetch-directory): Run postscript in loop.
19181 (mail-source-fetch-pop): Delete.
19182 (mail-source-fetch-maildir): Ditto.
19183 (mail-source-fetch-imap): Ditto.
19184
19185 * imap.el (imap-authenticators): Comment out sasl.
19186
19187 * message.el (message-skip-to-next-address): New function.
19188 (message-fill-header-address): Refactor.
19189 (message-fill-address): Use it.
19190 (message-delete-address): Use it.
19191 (message-fill-header-general): Refactor.
19192 (message-fill-field-address): Rename.
19193 (message-narrow-to-field): Find the start of the header.
19194 (message-header-format-alist): Don't pre-fill.
19195 (message-fill-header): Remove.
19196 (message-insert-header): New function.
19197 (message-shorten-references): Use it.
19198
19199 * rfc2047.el (rfc2047-field-value): Strip props.
19200
19201 * mail-parse.el (mail-header-make-address): New alias.
19202
19203 * ietf-drums.el (ietf-drums-make-address): New function.
19204
19205 * imap.el: Add compiler directives.
19206
19207 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19208
19209 * gnus-art.el (article-decode-idna-rhs): Don't use
19210 message-idna-inside-rhs-p.
19211
19212 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19213
19214 * message.el (message-idna-inside-rhs-p): Remove.
19215 (message-idna-to-ascii-rhs-1): Use proper address parsing.
19216
19217 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19218 false positives.
19219
19220 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19221
19222 * imap.el (imap-sasl-make-mechanisms): Use sasl.
19223
19224 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19225
19226 * nneething.el (nneething-file-name): Don't create spurious
19227 files.
19228
19229 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19230 (gnus-inews-do-gcc): Remove sleep.
19231
19232 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19233 part under point.
19234
19235 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19236 (gnus-agent-regenerate-group): Using nil messages aren't valid.
19237
19238 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
19239
19240 * spam.el (spam-summary-prepare-exit): Fix (length).
19241
19242 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
19243
19244 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19245 as expired without moving it" message when there are spam
19246 messages left.
19247
19248 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
19249
19250 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19251 header is not nil.
19252
19253 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
19254
19255 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19256 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19257 (nntp-marks-changed-p): New arg SERVER.
19258 (nntp-request-update-info): Adjust caller.
19259
19260 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
19261
19262 * nntp.el (nntp-save-marks): Pass missing arg.
19263
19264 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
19265
19266 * nntp.el: Support marks.
19267 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19268 (nntp-marks-modtime, nntp-marks-directory): New variables.
19269 (nntp-request-set-mark, nntp-request-update-info)
19270 (nntp-possibly-create-directory, nntp-marks-changed-p)
19271 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19272 New functions.
19273
19274 2004-05-12 Jesper Harder <harder@ifa.au.dk>
19275
19276 * gnus-score.el (gnus-score-insert-help):
19277 Use gnus-select-lowest-window.
19278
19279 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19280 appt-select-lowest-window and rename to gnus-select-lowest-window.
19281
19282 * gnus.el: do.
19283
19284 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19285
19286 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19287 encodings of MIME-encoded words, in order to improve
19288 interoperability with several broken MUAs.
19289
19290 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19291
19292 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19293 tags, only when charsets are not specified in headers.
19294 (mm-inline-text-html-render-with-w3m): Ditto.
19295
19296 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19297
19298 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19299 instead of MIME-decoded from fields when checking
19300 `gnus-article-address-banner-alist'.
19301
19302 2004-05-03 Jesper Harder <harder@ifa.au.dk>
19303
19304 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19305 description rather than subject.
19306
19307 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19308
19309 * gnus.el (gnus-version-number): Bump.
19310
19311 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19312
19313 * gnus.el: No Gnus v0.2 is released.
19314
19315 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19316
19317 * gnus-agent.el (gnus-agent-read-agentview):
19318 Inline gnus-uncompress-range.
19319
19320 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19321
19322 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19323 `exec-installed-p'.
19324
19325 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19326
19327 * gnus.el (spam-process, spam-autodetect-methods):
19328 Add bsfilter and bsfilter-headers.
19329
19330 * spam.el (spam-bsfilter): New customize group.
19331 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19332 (spam-bsfilter-header, spam-bsfilter-probability-header)
19333 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19334 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19335 (spam-bsfilter-database-directory): New options.
19336 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19337 (spam-list-of-statistical-checks, spam-registration-functions):
19338 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19339 (spam-bsfilter-score): New command.
19340 (spam-check-bsfilter-headers, spam-check-bsfilter)
19341 (spam-bsfilter-register-with-bsfilter)
19342 (spam-bsfilter-register-spam-routine)
19343 (spam-bsfilter-unregister-spam-routine)
19344 (spam-bsfilter-register-ham-routine)
19345 (spam-bsfilter-unregister-ham-routine): New functions.
19346 (spam-generic-score): Support bsfilter; Accept an optional argument
19347 to recalcurate spam score even if scoring header has already been
19348 added.
19349 (spam-bogofilter-score, spam-spamassassin-score): Accept an
19350 optional argument to recalcurate spam score even if scoring header
19351 has already been added.
19352
19353 2004-04-29 Jesper Harder <harder@ifa.au.dk>
19354
19355 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19356 strings! Reported by David D. Smith <davidsmith@acm.org>.
19357 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19358 link is missing.
19359
19360 2004-04-28 Jesper Harder <harder@ifa.au.dk>
19361
19362 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19363 (html2text-get-attr): Rewrite.
19364
19365 * message.el (message-setup-1): Remove redundant put-text-property
19366 on mail-header-separator.
19367
19368 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
19369
19370 * gnus-registry.el (gnus-registry-cache-whitespace)
19371 (gnus-registry-action, gnus-registry-spool-action)
19372 (gnus-registry-split-fancy-with-parent): Change message levels
19373 from 5 to 3 or 7, as needed.
19374
19375 * spam.el (spam-summary-prepare-exit)
19376 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19377 (spam-split, spam-find-spam, spam-log-undo-registration)
19378 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19379 level from 5 to 6.
19380
19381 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
19382
19383 * gnus-ems.el: Autoload appt-select-lowest-window (revert
19384 2004-03-04 change).
19385
19386 2004-04-25 Jesper Harder <harder@ifa.au.dk>
19387
19388 * sieve-manage.el (sieve-manage-open):
19389 * nnweb.el (nnweb-insert-html):
19390 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19391 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19392 * nnspool.el (nnspool-request-group):
19393 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19394 * nnml.el (nnml-request-update-info):
19395 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19396 (nnmh-request-create-group, nnmh-update-gnus-unreads):
19397 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19398 (nnimap-request-set-mark):
19399 * nnfolder.el (nnfolder-request-update-info):
19400 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19401 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19402 * gnus-uu.el (gnus-uu-find-articles-matching):
19403 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19404 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19405 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19406 * gnus-nocem.el (gnus-nocem-scan-groups):
19407 * gnus-int.el (gnus-start-news-server):
19408 * gnus-group.el (gnus-group-make-kiboze-group)
19409 (gnus-group-browse-foreign-server):
19410 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19411 Use mapc when appropriate.
19412
19413 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
19414
19415 FIXME: Make separate entries for each person.
19416
19417 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19418 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19419 <shields@msrl.com>:
19420
19421 * spam.el (spam-necessary-extra-headers): Get the extra headers we
19422 may need for spam sorting and scoring.
19423 (spam-user-format-function-S): Add user format function suitable for
19424 general use.
19425 (spam-article-sort-by-spam-status): Add sorting function for summary
19426 sorting.
19427 (spam-extra-header-to-number): Add function to get a score from a
19428 header.
19429 (spam-summary-score): Add function to get a numeric score from the
19430 headers.
19431 (spam-generic-score): Fix function doc, was in wrong place.
19432 (spam-initialize): Take symbols when it's run, and install the
19433 extra headers that spam-necessary-extra-headers thinks we need.
19434
19435 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
19436
19437 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19438 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19439
19440 2004-04-17 Jesper Harder <harder@ifa.au.dk>
19441
19442 * gnus-sum.el (gnus-set-global-variables)
19443 (gnus-build-all-threads, gnus-get-newsgroup-headers)
19444 (gnus-article-get-xrefs, gnus-summary-best-group)
19445 (gnus-summary-next-article, gnus-summary-enter-digest-group)
19446 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19447 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19448 Use with-current-buffer.
19449
19450 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
19451
19452 * spam.el (spam-summary-prepare-exit): Simplify logic.
19453 (spam-fetch-article-header): Read the article header if it's not
19454 available.
19455 (spam-list-articles): Simplify logic.
19456 (spam-filelist-register-routine): Fix bug with unregister-list.
19457
19458 * gnus-registry.el: Fix comments at beginning.
19459
19460 2004-04-16 Jesper Harder <harder@ifa.au.dk>
19461
19462 * message.el (message-cater-to-broken-inn): Remove.
19463 (message-shorten-references): Make sure the total folded length of
19464 References is shorter than 998 characters to cater to a bug in INN
19465 2.3. Also, don't pretend that references aren't folded -- this
19466 hasn't worked for a while.
19467
19468 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19469
19470 * gnus-agent.el (gnus-agentize):
19471 gnus-agent-send-mail-real-function no longer set to current value
19472 of message-send-mail-function but rather a lambda that calls
19473 message-send-mail-function. The change makes the agent real-time
19474 responsive to user changes to message-send-mail-function.
19475
19476 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19477
19478 * legacy-gnus-agent.el
19479 (gnus-agent-convert-to-compressed-agentview): Fix typos with
19480 help from Florian Weimer <fw@deneb.enyo.de>
19481
19482 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
19483
19484 * nnmail.el (nnmail-cache-insert): Revert last change.
19485
19486 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
19487
19488 * nnmail.el (nnmail-cache-insert): Always check whether
19489 nnmail-cache-ignore-groups matches a group name.
19490
19491 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
19492
19493 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19494 (spam-find-spam, spam-log-processing-to-registry)
19495 (spam-log-registered-p, spam-log-unregistration-needed-p)
19496 (spam-log-undo-registration): Use gnus-message instead of
19497 gnus-error, none of these errors are fatal.
19498
19499 * gnus-registry.el (gnus-registry-clean-empty-function)
19500 (gnus-registry-clean-empty): Remove only empty entries without
19501 extra data.
19502
19503 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
19504
19505 * spam-stat.el (spam-stat-buffer-change-to-spam)
19506 (spam-stat-buffer-change-to-non-spam): Change (error) to
19507 (gnus-message 8) invocation.
19508
19509 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
19510
19511 * nntp.el (nntp-via-netcat-command): New variable.
19512 (nntp-via-netcat-switches): New variable.
19513 (nntp-open-via-rlogin-and-netcat): New function.
19514 (nntp-open-connection-function): Doc fix.
19515 (nntp-telnet-command): Doc fix.
19516 (nntp-end-of-line): Doc fix.
19517 (nntp-via-rlogin-command): Doc fix.
19518 (nntp-via-user-name): Doc fix.
19519 (nntp-via-address): Doc fix.
19520
19521 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
19522
19523 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19524 error in Emacs 21.1.
19525
19526 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
19527
19528 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19529
19530 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
19531
19532 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19533 (gnus-agent-with-refreshed-group): New macro.
19534 (gnus-agent-rename-group): New function.
19535 (gnus-agent-delete-group): New function.
19536 (gnus-agent-save-group-info): Use gnus-command-method when
19537 `method' parameter is nil. Don't write nil entries into the
19538 active file.
19539 (gnus-agent-get-group-info): New function.
19540 (gnus-agent-fetch-articles):
19541 Use gnus-agent-update-files-total-fetched-for to increment disk space
19542 used.
19543 (gnus-agent-fetch-headers, gnus-agent-save-alist):
19544 Use gnus-agent-update-view-total-fetched-for to increment disk space
19545 used.
19546 (gnus-agent-get-local): Add optional parameters to avoid calling
19547 gnus-group-real-name and gnus-find-method-for-group.
19548 (gnus-agent-set-local): Delete stored entry if either min, or max,
19549 are nil.
19550 (gnus-agent-fetch-session): Reworded error/quit messages.
19551 On quit, use gnus-agent-regenerate-group to record existence of any
19552 articles fetched to disk before the quit occurred.
19553 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19554 gnus-agent-update-view-total-fetched-for, and
19555 gnus-agent-update-files-total-fetched-for to decrement disk space
19556 used.
19557 (gnus-agent-retrieve-headers):
19558 Use gnus-agent-update-view-total-fetched-for to increment disk space
19559 used.
19560 (gnus-agent-regenerate-group): Replace gnus-group-update-group
19561 with gnus-agent-update-files-total-fetched-for to decrement disk
19562 space and fresh group buffer.
19563 (gnus-agent-inhibit-update-total-fetched-for): New variable.
19564 (gnus-agent-need-update-total-fetched-for): New variable.
19565 (gnus-agent-update-files-total-fetched-for): New function.
19566 (gnus-agent-update-view-total-fetched-for): New function.
19567 (gnus-agent-total-fetched-for): New function.
19568
19569 * gnus-cache.el (gnus-cache-save-buffers):
19570 Use gnus-cache-update-overview-total-fetched-for to change disk space
19571 used by this group.
19572 (gnus-cache-possibly-enter-article):
19573 Use gnus-cache-update-file-total-fetched-for to increment disk space
19574 used by this group.
19575 (gnus-cache-possibly-remove-article):
19576 Use gnus-cache-update-file-total-fetched-for to decrement disk space
19577 used by this group.
19578 (gnus-cache-generate-nov-databases): Purge total fetched cache.
19579 (gnus-cache-rename-group): New function.
19580 (gnus-cache-delete-group): New function.
19581 (gnus-cache-inhibit-update-total-fetched-for): New variable.
19582 (gnus-cache-need-update-total-fetched-for): New variable.
19583 (gnus-cache-with-refreshed-group): New macro.
19584 (gnus-cache-update-file-total-fetched-for): New function.
19585 (gnus-cache-update-overview-total-fetched-for): New function.
19586 (gnus-cache-rename-group-total-fetched-for): New function.
19587 (gnus-cache-delete-group-total-fetched-for): New function.
19588 (gnus-cache-total-fetched-for): New function.
19589
19590 * gnus-group.el: Require gnus-sum and autoload functions to
19591 resolve warnings when gnus-group.el compiled alone.
19592 (gnus-group-line-format): Documented new %F.
19593 (size of Fetched data) group line format; identifies disk space
19594 used by agent and cache.
19595 (gnus-group-line-format-alist): Defined new F format.
19596 (gnus-total-fetched-for): New function.
19597 (gnus-group-delete-group): No longer update
19598 gnus-cache-active-altered as gnus-request-delete-group now keeps
19599 the cache in sync.
19600 (gnus-group-list-active): Let the agent store a server's active
19601 list if currently plugged.
19602
19603 * gnus-int.el (gnus-request-delete-group):
19604 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19605 local disk in sync with the server.
19606 (gnus-request-rename-group):
19607 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19608 local disk in sync with the server.
19609
19610 * gnus-start.el (gnus-get-unread-articles):
19611 Cosmetic simplification to logic.
19612
19613 * gnus-util.el (gnus-rename-file): New function.
19614
19615 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
19616
19617 * mm-util.el (mm-image-load-path): Handle nil in load-path.
19618
19619 2004-04-07 Jesper Harder <harder@ifa.au.dk>
19620
19621 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19622 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
19623
19624 2004-04-06 Jesper Harder <harder@ifa.au.dk>
19625
19626 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19627 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
19628
19629 2004-04-03 Jesper Harder <harder@ifa.au.dk>
19630
19631 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19632
19633 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
19634
19635 * spam.el (spam-set-difference): Add function to replace
19636 gnus-set-difference in spam.el.
19637 (spam-summary-prepare-exit): Use spam-set-difference.
19638
19639 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
19640
19641 * gnus-registry.el (gnus-registry-cache-file): Update to use
19642 gnus-dribble-directory OR gnus-home-directory OR ~.
19643 (gnus-registry-split-fancy-with-parent): Fix doc.
19644
19645 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
19646
19647 * message.el (message-exchange-point-and-mark):
19648 Use message-mark-active-p. Suggested by Jesper Harder
19649 <harder@ifa.au.dk>.
19650
19651 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
19652
19653 * message.el (message-exchange-point-and-mark): Don't activate
19654 region if it was inactive. Suggested by Hiroshi Fujishima
19655 <pooh@nature.tsukuba.ac.jp>.
19656
19657 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
19658
19659 * gnus-art.el (article-display-face): Display Faces in the same
19660 order as X-Faces.
19661
19662 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
19663
19664 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19665
19666 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
19667
19668 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19669 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19670 (gnus-article-mime-hierarchy): Remove.
19671 (gnus-article-mime-hierarchy-next): Remove.
19672 (gnus-article-mode): Revert 2004-03-19 change.
19673 (gnus-article-setup-buffer): Revert 2004-03-19 change.
19674 (gnus-insert-mime-button): Revert 2004-03-19 change.
19675 (gnus-mime-accumulate-hierarchy): Remove.
19676 (gnus-mime-enter-multipart): Remove.
19677 (gnus-mime-leave-multipart): Remove.
19678 (gnus-mime-display-part): Revert 2004-03-19 change.
19679 (gnus-mime-display-alternative): Revert 2004-03-19 change.
19680
19681 * mml.el (mml-preview): Revert 2004-03-19 change.
19682
19683 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
19684
19685 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19686
19687 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
19688
19689 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19690 t while entering a file name using the mm-with-multibyte macro.
19691 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19692
19693 * mm-util.el (mm-with-multibyte): New macro.
19694
19695 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
19696
19697 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19698 New user option.
19699 (gnus-mime-multipart-functions): Doc and customization fix.
19700 (gnus-article-mime-hierarchy): New variable.
19701 (gnus-article-mime-hierarchy-next): New variable.
19702 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19703 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19704 gnus-article-mime-hierarchy-next to nil.
19705 (gnus-insert-mime-button): Show hierarchy numbers.
19706 (gnus-mime-accumulate-hierarchy): New function.
19707 (gnus-mime-enter-multipart): New function.
19708 (gnus-mime-leave-multipart): New function.
19709 (gnus-mime-display-part): Recompute hierarchical MIME structure.
19710 (gnus-mime-display-alternative): Show hierarchy numbers.
19711
19712 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19713 gnus-article-mime-hierarchy-next to nil.
19714
19715 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
19716
19717 * dns.el: Don't require gnus-xmas.
19718
19719 2004-03-17 Jesper Harder <harder@ifa.au.dk>
19720
19721 * mml.el (mml-generate-mime-1): Don't use format=flowed with
19722 inline PGP.
19723 (mml-menu): Disable mml-quote-region if mark is inactive.
19724
19725 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
19726
19727 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19728 when the group's active is not available.
19729
19730 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
19731
19732 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19733 error.
19734
19735 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
19736
19737 * imap.el (imap-store-password): New variable.
19738 (imap-interactive-login): Use it.
19739 Suggested by Mark Plaksin <happy@mcplaksin.org>.
19740
19741 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
19742
19743 * gnus-art.el (gnus-article-read-summary-keys): Restore new
19744 window-start and hscroll to summary window.
19745
19746 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
19747
19748 * gnus-start.el (gnus-convert-old-newsrc): Only write the
19749 conversion message to newsrc-dribble when an actual conversion is
19750 performed.
19751
19752 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
19753
19754 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19755
19756 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
19757
19758 * mm-decode.el (mm-complicated-handles): New function reviving
19759 former definition of mm-multiple-handles.
19760
19761 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19762 (gnus-mime-delete-part): Use it.
19763
19764 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
19765
19766 * gnus-agent.el (gnus-agent-read-local):
19767 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19768 avoid the implicit assumption that they will always be equal.
19769 (gnus-agent-save-local): Bind buffer-file-coding-system, not
19770 coding-system-for-write, as the with-temp-file macro first prints
19771 to a buffer then saves the buffer.
19772
19773 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
19774
19775 * gnus-art.el (gnus-article-edit-part): New function.
19776 (gnus-mime-save-part-and-strip): Use it; do query instead of
19777 signaling an error; don't use mm-multiple-handles.
19778 (gnus-mime-delete-part): Ditto.
19779
19780 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
19781
19782 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19783 old file versions.
19784 (gnus-group-prepare-hook): Remove function that converted list
19785 form of gnus-agent-expire-days to group properties.
19786
19787 * gnus-int.el: Autoload gnus-agent-regenerate-group.
19788 (gnus-request-accept-article): Re-indented.
19789
19790 * gnus-start.el (gnus-convert-old-newsrc): Registered new
19791 converters to handle old agent file formats. Add logic for a
19792 "backup before upgrading warning".
19793 (gnus-convert-mark-converter-prompt): Developers can mark
19794 functions as needing (default), or not needing,
19795 gnus-convert-old-newsrc's "backup before upgrading warning".
19796 (gnus-convert-converter-needs-prompt): Tests whether the user
19797 should be protected from potentially irreversable changes by the
19798 function.
19799
19800 * legacy-gnus-agent.el: New. Provides converters that are only
19801 loaded when gnus-convert-old-newsrc needs to call them.
19802
19803 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
19804
19805 * mail-source.el (mail-source-touch-pop): Doc fix.
19806
19807 * message.el (message-smtpmail-send-it): Doc fix.
19808
19809 2004-03-05 Jesper Harder <harder@ifa.au.dk>
19810
19811 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19812
19813 * nnmail.el (nnmail-split-fancy): do.
19814
19815 * gnus-kill.el (gnus-kill, gnus-execute): do.
19816
19817 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
19818
19819 * gnus-sum.el (gnus-widget-reversible-match)
19820 (gnus-widget-reversible-to-internal)
19821 (gnus-widget-reversible-to-external): New functions.
19822 (gnus-widget-reversible): New widget.
19823 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19824
19825 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
19826
19827 * gnus-sum.el (gnus-thread-sort-functions)
19828 (gnus-article-sort-functions): Document `(not F)' items.
19829
19830 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
19831
19832 * spam.el (spam-use-gmane-xref): Add new backend.
19833 (spam-gmane-xref-spam-group): Add variable to control the name of the
19834 Gmane spam group.
19835 (spam-blackhole-servers, spam-blackhole-good-server-regex)
19836 (spam-regex-headers-spam, spam-regex-headers-ham)
19837 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19838 (spam-list-of-checks): Add spam-use-gmane-xref to list of
19839 backends and checks.
19840 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19841
19842 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19843 an autodetect method.
19844
19845 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19846
19847 * gnus-int.el (gnus-request-accept-article): Inform the agent that
19848 articles are being added to a group.
19849 (gnus-request-replace-article): Inform the agent that articles
19850 need to be uncached as the cached contents are no longer valid.
19851
19852 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19853
19854 * binhex.el: Don't autoload executable-find.
19855
19856 * canlock.el: Don't autoload mail-fetch-field.
19857
19858 * gnus-ems.el: Don't autoload appt-select-lowest-window.
19859
19860 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19861 rmail-dont-reply-to and rmail-output.
19862
19863 * gnus-score.el: Don't autoload ffap-string-at-point.
19864
19865 * gnus-setup.el: Don't autoload sc-cite-original.
19866
19867 * imap.el: Don't autoload base64-decode-string,
19868 base64-encode-string and md5.
19869
19870 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19871 and rmail-msg-restore-non-pruned-header.
19872
19873 * mm-decode.el: Don't autoload executable-find.
19874
19875 * mm-url.el: Don't autoload executable-find.
19876
19877 * mm-view.el: Don't autoload diff-mode.
19878
19879 * nndb.el: Don't autoload news-reply-mode, news-setup,
19880 cancel-timer and telnet.
19881
19882 * password.el: Don't autoload run-at-time for Emacs.
19883
19884 * sha1-el.el: Don't autoload executable-find.
19885
19886 * sieve-mode.el: Don't autoload c-mode.
19887
19888 * uudecode.el: Don't autoload executable-find.
19889
19890 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19891
19892 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19893 (gnus-agent-possibly-alter-active): Avoid null in numeric
19894 comparison.
19895 (gnus-agent-set-local): Refuse to save null in local object table.
19896 (gnus-agent-regenerate-group): The REREAD parameter can now be a
19897 list of articles that will be marked as unread.
19898
19899 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19900
19901 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19902
19903 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19904
19905 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19906 language tags.
19907
19908 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
19909
19910 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19911 Don't bind "obarray".
19912
19913 * gnus-sum.el (gnus-thread-sort-functions):
19914 Add `gnus-thread-sort-by-most-recent-number' and
19915 `gnus-thread-sort-by-most-recent-date'.
19916 Reported by Kai Grossjohann <kai@emptydomain.de>.
19917
19918 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
19919
19920 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19921
19922 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
19923
19924 * gnus-cus.el (gnus-agent-customize-category):
19925 Remove ignore-errors macro reference that required cl to be loaded at
19926 run-time.
19927
19928 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19929 single-interval range of the form (min . max). Previously the
19930 range had to look like ((min . max)). Likewise, return
19931 (min . max) rather than ((min . max)).
19932 (gnus-range-map): Use gnus-range-normalize to accept
19933 single-interval range.
19934
19935 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19936 the cache, but not the agent, now appear with their usual face.
19937
19938 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
19939
19940 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19941 w3m-safe-url-regexp variable buffer-local.
19942
19943 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19944
19945 2004-02-27 Simon Josefsson <jas@extundo.com>
19946
19947 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19948 gnus-group-real-prefix.
19949 (gnus-summary-move-article): Use it, instead of
19950 gnus-group-real-prefix.
19951
19952 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
19953
19954 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19955 w3m-safe-url-regexp variable buffer-local and set it as the value
19956 of mm-w3m-safe-url-regexp.
19957
19958 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19959
19960 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19961 parsing gnus-posting-styles when the message is not for replying.
19962
19963 * nnrss.el (nnrss-opml-export):
19964 Use mm-set-buffer-file-coding-system instead of
19965 set-buffer-file-coding-system.
19966
19967 2004-02-27 Jesper Harder <harder@ifa.au.dk>
19968
19969 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19970 of checkdoc.el).
19971 * nnrss.el: do.
19972 * gnus-mlspl.el: do.
19973 * gnus-ml.el: do.
19974 * gnus-srvr.el: do.
19975
19976 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19977
19978 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
19979
19980 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19981 Corrections to custom-manual links.
19982
19983 * gnus-art.el (gnus-article): Ditto.
19984
19985 * mm-decode.el (mime-display, mime-security): Ditto.
19986
19987 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19988
19989 * flow-fill.el: Typo.
19990
19991 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
19992
19993 * spam-wash.el: New file.
19994
19995 2004-02-26 Mark A. Hershberger <mah@everybody.org>
19996
19997 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19998
19999 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
20000
20001 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20002 to be run with new-articles as LIST1, not LIST2.
20003 (spam-registration-functions): Add spam-use-ham-copy as a nil
20004 registration backend.
20005
20006 2004-02-26 Jesper Harder <harder@ifa.au.dk>
20007
20008 * spam-stat.el (spam-stat-washing-hook): New option.
20009 (spam-stat-buffer-words): Use it.
20010 (spam-stat-process-directory, spam-stat-test-directory):
20011 Use insert-file-contents-literally.
20012 (spam-stat-coding-system): New variable.
20013 (spam-stat-load, spam-stat-save): Use it.
20014
20015 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
20016
20017 * spam-report.el (spam-report-plug-agent):
20018 Quote spam-report-url-to-file and spam-report-url-ping-plain.
20019
20020 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
20021
20022 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20023 Allow / in mailto URLs.
20024
20025 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20026
20027 * spam-report.el (spam-report-process-queue): Fix interactive use.
20028 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20029 (spam-report-unplug-agent): Doc fixes.
20030 (spam-report-url-ping-mm-url, spam-report-url-to-file)
20031 (spam-report-agentize, spam-report-deagentize):
20032 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
20033
20034 * message.el (message-setup-fill-variables): Add mml tags to
20035 paragraph-start and paragraph-separate. Suggested by Andrew Korty
20036 <ajk@iu.edu>.
20037 (message-mode): Don't modify paragraph-separate there.
20038
20039 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
20040
20041 * compface.el (uncompface-use-external): Default to undecided.
20042 (uncompface-use-external-threshold): New variable.
20043 (uncompface-float-time): New macro.
20044 (uncompface): Determine whether to use the external decoder if
20045 uncompface-use-external is undecided.
20046
20047 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20048
20049 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20050 after images.
20051
20052 * gnus-art.el (gnus-mime-display-single): Remove dead code.
20053
20054 2004-02-14 Jesper Harder <harder@ifa.au.dk>
20055
20056 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20057
20058 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20059
20060 * gnus-sum.el (gnus-summary-limit-to-age)
20061 (gnus-summary-limit-children): do.
20062
20063 * gnus-int.el (gnus-request-scan): do.
20064
20065 * gnus-group.el (gnus-group-suspend): do.
20066
20067 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20068
20069 * gnus-cite.el (gnus-cite-parse-attributions): do.
20070
20071 * gnus-agent.el (gnus-summary-set-agent-mark)
20072 (gnus-agent-regenerate-group): do.
20073
20074 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20075
20076 * binhex.el (binhex-decode-region-internal): do.
20077
20078 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
20079
20080 * gnus-fun.el (gnus-face-properties-alist): New user option.
20081 (gnus-display-x-face-in-from): Use it.
20082
20083 * gnus-art.el (article-display-face): Ditto.
20084
20085 * compface.el (uncompface-use-external): Default to nil.
20086
20087 2004-02-12 Jesper Harder <harder@ifa.au.dk>
20088
20089 * nntp.el (nntp-erase-buffer): New function.
20090 (nntp-retrieve-data, nntp-send-command)
20091 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20092 (nntp-possibly-change-group): Use it.
20093
20094 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20095 Use with-current-buffer.
20096
20097 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
20098
20099 * compface.el: Merge the ELisp-based uncompface program.
20100 (compface): New customization group.
20101 (uncompface-use-external): New user option.
20102 (uncompface): Call uncompface-internal if uncompface-use-external
20103 is nil.
20104 (uncompface-internal): New function. Note that there are also
20105 some other functions and variables added for this function.
20106
20107 2004-02-10 Jesper Harder <harder@ifa.au.dk>
20108
20109 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20110 if necessary.
20111
20112 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
20113
20114 * spam-report.el (spam-report-unplug-agent)
20115 (spam-report-plug-agent, spam-report-deagentize)
20116 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20117 Add support for the Agent in spam-report: when unplugged, report to a
20118 file; when plugged, submit all the requests.
20119
20120 * spam.el (spam-register-routine): Fix message about
20121 registration.
20122
20123 2004-02-09 Jesper Harder <harder@ifa.au.dk>
20124
20125 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20126 dependencies.
20127 (rfc2047-encode): Use it.
20128
20129 * gnus-art.el (gnus-button-marker-list): Move before first
20130 reference.
20131
20132 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20133 (imap-parse-body): Fix format string mismatch.
20134
20135 * gnus-score.el (gnus-summary-increase-score): do.
20136
20137 * nnrss.el (nnrss-close): New function.
20138
20139 2004-02-08 Jesper Harder <harder@ifa.au.dk>
20140
20141 * nnrss.el (nnrss-make-filename): New function.
20142 (nnrss-request-delete-group, nnrss-read-server-data)
20143 (nnrss-save-server-data, nnrss-read-group-data)
20144 (nnrss-save-group-data): Use it.
20145 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20146 (nnrss-read-server-data, nnrss-read-group-data): Use load.
20147 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20148
20149 2004-02-07 Jesper Harder <harder@ifa.au.dk>
20150
20151 * mml.el (mml-compute-boundary-1): Don't uncompress files.
20152
20153 2004-02-06 Jesper Harder <harder@ifa.au.dk>
20154
20155 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20156 files.
20157
20158 * message.el (message-generate-headers-first): Don't quote nil
20159 and t in docstrings.
20160
20161 * imap.el (imap-id): do.
20162
20163 * gnus-agent.el (gnus-agent-consider-all-articles)
20164 (gnus-agent-queue-mail): do.
20165
20166 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
20167
20168 * spam-report.el (spam-report-process-queue): New function.
20169 Process requests from `spam-report-requests-file'.
20170 (spam-report-process-queue): Doc fix.
20171
20172 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
20173
20174 * spam.el (spam-register-routine)
20175 (spam-log-processing-to-registry, spam-log-registered-p)
20176 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20177 Change "check" to "spam-check" for semi-clarity.
20178
20179 2004-02-05 Jesper Harder <harder@ifa.au.dk>
20180
20181 * pop3.el: Require nnheader.
20182
20183 * mml-smime.el: Require cl. Autoload message-fetch-field.
20184
20185 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20186
20187 * gnus-picon.el: Require cl.
20188
20189 * gnus-fun.el: Require gnus-ems and gnus-util.
20190
20191 * gnus.el (gnus-method-to-server): Move defsubst before first use.
20192
20193 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20194
20195 * gnus-art.el (gnus-article-edit-mode): Define before first
20196 reference.
20197
20198 2004-02-04 Jesper Harder <harder@ifa.au.dk>
20199
20200 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20201 (gnus-uu-post-encoded): Use point-at-bol.
20202
20203 * gnus-topic.el (gnus-group-active-topic-p): do.
20204
20205 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20206
20207 * gnus-group.el (gnus-group-kill-region): do.
20208
20209 * gnus-art.el (article-date-ut): do.
20210
20211 * message.el (message-fetch-field): Remove redundant
20212 case-fold-search binding.
20213 (message-narrow-to-field): Simplify.
20214
20215 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
20216
20217 * spam.el (spam-directory): Derive from `gnus-directory'.
20218
20219 * spam-report.el (spam-report-url-to-file)
20220 (spam-report-requests-file): New function and variable for offline
20221 reporting.
20222 (spam-report-url-ping-function): Add `spam-report-url-to-file'
20223 and user defined function.
20224 (spam-report-url-ping-mm-url): Remove doubled slash.
20225
20226 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
20227
20228 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20229
20230 2004-02-03 Jesper Harder <harder@ifa.au.dk>
20231
20232 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20233 Fix format string mismatch.
20234
20235 * sieve.el (sieve-deactivate-all): do.
20236
20237 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20238
20239 * nnlistserv.el (nnlistserv-kk-wash-article): do.
20240
20241 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20242
20243 * mm-bodies.el (mm-7bit-chars): Don't include \r.
20244
20245 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
20246
20247 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20248 the list of checks.
20249
20250 2004-01-31 Jesper Harder <harder@ifa.au.dk>
20251
20252 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20253 padding.
20254
20255 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
20256
20257 * mm-view.el (mm-fill-flowed): New variable.
20258 (mm-inline-text): Use it.
20259
20260 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
20261
20262 * spam.el (spam-spamassassin-register-ham-routine)
20263 (spam-spamassassin-register-spam-routine): Fix function names.
20264
20265 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
20266
20267 * gnus.el (gnus-tmp-grouplens): Remove.
20268 (gnus-summary-line-format): Remove grouplens.
20269
20270 * gnus-group.el (gnus-group-line-format): Ditto.
20271
20272 * gnus-spec.el (gnus-format-specs): Ditto.
20273 (gnus-update-format-specifications): Flush the group format spec
20274 cache if there's the grouplens stuff.
20275 (gnus-parse-simple-format): Replace %l with the empty string.
20276
20277 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
20278
20279 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20280 omission.
20281
20282 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
20283
20284 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20285 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20286
20287 2004-01-25 Paul Jarc <prj@po.cwru.edu>
20288
20289 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20290 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20291 New macros and functions.
20292 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20293 Handle > NLINK_MAX messages.
20294 * nnmaildir.el (nnmaildir-request-set-mark):
20295 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20296
20297 2004-01-25 Alex Schroeder <alex@gnu.org>
20298
20299 * spam-stat.el (spam-stat-process-directory-age): New option.
20300 (spam-stat-process-directory): Use it.
20301
20302 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
20303
20304 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20305 (spam-stat-save): Accept prefix argument.
20306
20307 2004-01-23 Paul Jarc <prj@po.cwru.edu>
20308
20309 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20310 links" error.
20311
20312 2004-01-23 Jesper Harder <harder@ifa.au.dk>
20313
20314 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20315 compatibility with old .newsrc.eld files.
20316
20317 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20318
20319 * gnus-start.el (gnus-1): do.
20320
20321 * gnus-group.el (gnus-group-line-format-alist): do.
20322
20323 * gnus.el (gnus-use-grouplens, gnus-visual): do.
20324
20325 * gnus-gl.el: Remove.
20326
20327 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
20328
20329 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20330 marks consisting of a single range {for example, (3 . 5)} rather
20331 than a list of a single range { ((3 . 5)) }.
20332
20333 2004-01-23 Jesper Harder <harder@ifa.au.dk>
20334
20335 * spam-stat.el (spam-stat-store-gnus-article-buffer):
20336 Use with-current-buffer.
20337 (spam-stat-store-current-buffer): Use insert-buffer-substring to
20338 avoid consing a string.
20339
20340 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20341 Remove obsolete entries for big5 and gb2312.
20342
20343 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
20344
20345 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20346 uncompressed list.
20347
20348 2004-01-22 Jesper Harder <harder@ifa.au.dk>
20349
20350 * spam-stat.el (spam-stat-strip-xref): New function.
20351 (spam-stat-process-directory): Use it.
20352
20353 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20354 here -- it's done in message-fetch-field.
20355
20356 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
20357
20358 * gnus-agent.el (gnus-agent-queue-mail)
20359 (gnus-agent-prompt-send-queue): New variables.
20360 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20361 * gnus-draft.el (gnus-group-send-queue): Pass the group name
20362 "nndraft:queue" along to gnus-draft-send.
20363 Use gnus-agent-prompt-send-queue.
20364 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20365 is "nndraft:queue". Suggested by Gaute Strokkenes
20366 <gs234@srcf.ucam.org>
20367
20368 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20369 (agent-enable-undownloaded-faces): Add.
20370 (gnus-agent-cat-groups): Use eval-and-compile, not
20371 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20372 method of gnus-agent-cat-groups even when the buffer has been
20373 evaled.
20374 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20375 delete gnus-agent-save-active-1.
20376 (gnus-agent-save-groups): Delete. Identical to
20377 gnus-agent-save-active.
20378 (gnus-agent-write-active): No longer adjust agent's copy of active
20379 file as agent's adjustments are now stored in their own
20380 file. Remove optional parameter.
20381 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20382 servers. Add use of min/max range limits from server's local
20383 file.
20384 (gnus-agent-save-alist): Remove unused optional argument.
20385 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20386 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20387 (gnus-agent-set-local): A per-server file that keeps min/max range
20388 limits for articles known to the agent. Provides a fast mechanism
20389 for altering many active ranges.
20390 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20391 active file (local makes it unnecessary).
20392 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20393
20394 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20395 (agent-enable-undownloaded-faces): Add.
20396
20397 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20398 disable it when sending to "nndraft:queue".
20399 (gnus-group-send-queue): Add safety check to avoid sending queue
20400 when unplugged.
20401
20402 * gnus-group.el (gnus-group-catchup): Use new
20403 gnus-sequence-of-unread-articles, not
20404 gnus-list-of-unread-articles, to avoid exhausting memory with huge
20405 numbers of articles. Use gnus-range-map to avoid having to
20406 uncompress the unread list.
20407 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20408 Fix invalid ange-ftp reference.
20409
20410 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20411 (gnus-sorted-range-intersection): Intersection of two ranges
20412 without requiring that they first be uncompressed.
20413
20414 * gnus-start.el (gnus-activate-group): Unless blocked by the
20415 caller, possibly expand the active range to include both cached
20416 and agentized articles.
20417 (gnus-convert-old-newsrc): Rewrote in anticipation of having
20418 multiple version-dependent converters.
20419 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20420 gnus-agent-save-active.
20421 (gnus-save-newsrc-file): Save dirty agent range limits.
20422
20423 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20424 gnus-agent-possibly-alter-active.
20425 (gnus-adjust-marked-articles): Faster handling of simple lists
20426
20427 2004-01-21 Jesper Harder <harder@ifa.au.dk>
20428
20429 * spam-stat.el (spam-stat-test-directory): New optional argument
20430 displays a list of files detected. Suggested by Andrew Cohen
20431 <cohen@andy.bu.edu>.
20432 (spam-stat-buffer-words-with-scores): Don't narrow and change
20433 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
20434
20435 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
20436
20437 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20438 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20439 (spam-spamassassin-arguments)
20440 (spam-spamassassin-spam-flag-header)
20441 (spam-spamassassin-positive-spam-flag-header)
20442 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20443 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20444 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20445 (spam-list-of-processors, spam-list-of-checks)
20446 (spam-list-of-statistical-checks, spam-registration-functions)
20447 (spam-check-spamassassin-headers, spam-check-spamassassin)
20448 (spam-spamassassin-score)
20449 (spam-spamassassin-register-with-sa-learn)
20450 (spam-spamassassin-register-spam-routine)
20451 (spam-spamassassin-register-ham-routine)
20452 (spam-assassin-register-spam-routine)
20453 (spam-assassin-register-ham-routine): Add SpamAssassin support.
20454 (spam-bogofilter-score): Fix to show article before scoring.
20455
20456 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
20457
20458 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20459 default scoring function.
20460 (spam-generic-score): Call spam-spamassassin-score if
20461 spam-use-spamassassin or spam-use-spamassassin-headers is on;
20462 spam-bogofilter-score otherwise.
20463
20464 * gnus.el (spam-process, spam-autodetect-methods):
20465 Add spamassassin and spamassassin-headers.
20466
20467 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
20468
20469 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20470 Suppress unnecessary messages.
20471
20472 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20473
20474 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20475 make-hash-table.
20476
20477 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
20478
20479 * canlock.el (base64-encode-string): Don't autoload it.
20480
20481 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
20482
20483 * run-at-time.el: Remove useless (require 'itimer),
20484 eval-and-compile and (featurep 'xemacs).
20485
20486 2004-01-16 Jesper Harder <harder@ifa.au.dk>
20487
20488 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20489 GROUP is a virtual group.
20490
20491 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
20492
20493 * gnus.el: Autoload `message-y-or-n-p'.
20494
20495 2004-01-15 Jesper Harder <harder@ifa.au.dk>
20496
20497 * pgg-parse.el: Remove unnecessary (require 'custom).
20498
20499 * pgg-def.el: do.
20500
20501 * nnmail.el: do.
20502
20503 * gnus-undo.el: do.
20504
20505 * gnus-picon.el: do.
20506
20507 * gnus-util.el: do.
20508
20509 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
20510
20511 * gnus-sum.el (gnus-pick-line-number): Add autoload.
20512
20513 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
20514
20515 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20516 handle, as well as a list.
20517
20518 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20519 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20520 (mm-w3m-cid-retrieve): Simplify.
20521
20522 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
20523
20524 * message.el (message-kill-to-signature): Allow prefix arg to
20525 specify number of lines to keep before signature.
20526
20527 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
20528
20529 * message.el (message-kill-to-signature): Change docstring.
20530
20531 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
20532
20533 * canlock.el: Always require sha1-el.
20534 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20535
20536 * message.el: Autoload sha1 only when compiling.
20537
20538 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
20539
20540 * message.el (message-canlock-generate): Require sha1-el.
20541
20542 2004-01-13 Jesper Harder <harder@ifa.au.dk>
20543
20544 * message.el (message-expand-name): Silence the byte compiler.
20545
20546 2004-01-13 Simon Josefsson <jas@extundo.com>
20547
20548 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20549 Invoke gnus-score-mode.
20550 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20551
20552 * gnus-range.el (gnus-compress-sequence): Doc fix.
20553 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20554
20555 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20556
20557 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20558
20559 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
20560
20561 * spam.el (spam-get-article-as-string): Update to use
20562 gnus-request-article-this-buffer, much simpler.
20563 (spam-get-article-as-buffer): Remove.
20564
20565 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
20566
20567 * message.el (message-expand-name): Use EUDC if the user uses that.
20568
20569 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20570
20571 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20572 character for the encoding to avoid consing a string.
20573
20574 * rfc2047.el (rfc2047-decode-string): Don't cons a string
20575 unnecessarily.
20576
20577 * mm-util.el (mm-replace-chars-in-string): Remove.
20578
20579 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20580 of mm-replace-chars-in-string.
20581
20582 2004-01-11 Jesper Harder <harder@ifa.au.dk>
20583
20584 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20585
20586 * mm-util.el (mm-subst-char-in-string): Support inplace.
20587
20588 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20589 a new string in every iteration. Use shy groups.
20590
20591 2004-01-10 Jesper Harder <harder@ifa.au.dk>
20592
20593 * gnus-srvr.el (gnus-browse-unsubscribe-group):
20594 * gnus-soup.el (gnus-soup-group-brew):
20595 * gnus-msg.el (gnus-put-message):
20596 * gnus-move.el (gnus-group-move-group-to-server):
20597 * gnus-kill.el (gnus-batch-score):
20598 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20599 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20600 (gnus-group-update-group, gnus-group-read-group)
20601 (gnus-group-make-group, gnus-group-make-help-group)
20602 (gnus-group-make-archive-group, gnus-group-make-directory-group)
20603 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20604 (gnus-group-sort-by-unread, gnus-group-catchup)
20605 (gnus-group-unsubscribe-group, gnus-group-kill-group)
20606 (gnus-group-yank-group, gnus-group-set-info)
20607 (gnus-group-list-groups):
20608 * gnus.el (gnus-generate-new-group-name):
20609 * gnus-delay.el (gnus-delay-send-queue):
20610 * nnvirtual.el (nnvirtual-catchup-group):
20611 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20612 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20613 (gnus-group-prepare-topics, gnus-topic-check-topology):
20614 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20615 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20616 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20617 (gnus-group-make-articles-read):
20618 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20619 (gnus-group-change-level, gnus-kill-newsgroup)
20620 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20621 (gnus-get-unread-articles, gnus-make-articles-unread)
20622 (gnus-make-ascending-articles-unread): Use accessor
20623 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20624 to get group information for improved readability.
20625
20626 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20627
20628 * gnus-art.el (article-decode-mime-words, article-babel)
20629 (gnus-article-highlight-signature, gnus-article-add-buttons)
20630 (gnus-signature-toggle): Use gnus-with-article-buffer.
20631
20632 * gnus-art.el (gnus-article-highlight-headers)
20633 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20634
20635 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20636 (gnus-article-set-globals, gnus-request-article-this-buffer)
20637 (gnus-button-message-id, gnus-article-maybe-hide-headers)
20638 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20639 (gnus-mime-display-alternative): Use with-current-buffer.
20640
20641 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20642
20643 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20644 also under 80 char limit, and call gnus-error if needed.
20645 (spam-fetch-article-header): Fix - it was a
20646 buffer-local variable (gnus-newsgroup-data).
20647 (spam-find-spam): Use spam-generate-fake-headers, forget about
20648 spam-insert-fake-headers.
20649 (spam-insert-fake-headers): Remove.
20650
20651 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20652
20653 * deuglify.el (gnus-article-outlook-unwrap-lines)
20654 (gnus-outlook-rearrange-article)
20655 (gnus-outlook-repair-attribution-outlook)
20656 (gnus-outlook-repair-attribution-block)
20657 (gnus-outlook-repair-attribution-other): Remove redundant
20658 save-excursion.
20659
20660 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20661
20662 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20663 (spam-fetch-field-subject-fast)
20664 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20665 (spam-fetch-article-header): Add functions to deal with Gnus
20666 internals for fast retrieval of article header data.
20667 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20668
20669 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20670
20671 * pop3.el (pop3-md5): Remove.
20672 (pop3-apop): Replace pop3-md5 with md5.
20673
20674 * mm-bodies.el: base64 is always built-in.
20675
20676 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20677 Use with-current-buffer.
20678
20679 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
20680
20681 * canlock.el (canlock-insert-header): Remove excessive grouping in
20682 regexp.
20683
20684 * gnus-sum.el (gnus-summary-read-document): Ditto.
20685
20686 * gnus-uu.el (gnus-uu-part-number): Ditto.
20687
20688 * html2text.el (html2text-remove-tags): Ditto.
20689 (html2text-format-tags): Ditto.
20690 (html2text-format-single-elements): Ditto.
20691
20692 * mml.el (mml-parse-1): Ditto.
20693
20694 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20695
20696 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20697
20698 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20699
20700 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20701
20702 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20703
20704 2003-11-15 Simon Josefsson <jas@extundo.com>
20705
20706 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20707 (pgg-gpg-lookup-key): Use regexp match instead of
20708 split-string (split-string is different between emacs 21.2 and
20709 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
20710
20711 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20712
20713 * gnus-art.el (gnus-mime-view-all-parts)
20714 (gnus-article-part-wrapper, gnus-article-view-part):
20715 Use with-current-buffer.
20716
20717 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20718
20719 * spam.el (spam-disable-spam-split-during-ham-respool)
20720 (spam-spamoracle-database, spam-cache-lookups)
20721 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20722 (spam-group-ham-mark-p, spam-group-spam-mark-p)
20723 (spam-group-ham-marks, spam-group-spam-marks)
20724 (spam-group-spam-contents-p, spam-group-ham-contents-p)
20725 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20726 also add spam-use-blackholes to the statistical checks.
20727 (spam-fetch-field-fast): Add interface to fetching fields, may
20728 become a macro.
20729 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20730 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20731 (spam-insert-fake-headers): Fake an article when needed.
20732 (spam-find-spam): Fake article when possible.
20733 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20734 (spam-check-bogofilter-headers): Use message-fetch-field instead
20735 of nnmail-fetch-field.
20736
20737 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
20738
20739 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20740
20741 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20742
20743 * spam.el (spam-split): Do not require spam-use-CHECK to be
20744 enabled if that check is passed to spam-split explicitly; also
20745 fix so 'spam doesn't get converted to spam-split-group when
20746 spam-split-symbolic-return is t.
20747 (spam-find-spam): Find registrations of the article and use those
20748 instead of re-running spam-split to find the spam/ham
20749 classification of the article.
20750 (spam-log-processing-to-registry, spam-log-registered-p)
20751 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20752 Use gnus-error instead of gnus-message.
20753 (spam-log-registration-type): Add function to determine the
20754 classification of a message based on registry entries; will
20755 return nil if both 'spam and 'ham are found.
20756 (spam-check-BBDB): Expand all the BBDB macros here so we can have
20757 a reasonably fast local cache without the loading errors.
20758 (spam-cache-lookups): Set to t by default.
20759 (spam-find-spam): Don't try to guess spam-cache-lookups.
20760 (spam-enter-whitelist, spam-enter-blacklist): Clear the
20761 spam-caches entry.
20762 (spam-filelist-build-cache, spam-filelist-check-cache):
20763 Fix caching of whitelist/blacklist entries.
20764 (spam-check-whitelist, spam-check-blacklist):
20765 Invoke spam-from-listed-p with a type, not a cache variable.
20766 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20767
20768 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20769
20770 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20771
20772 * nnmail.el (nnmail-split-fancy): do.
20773
20774 * mml.el (mml-parse): do.
20775
20776 * gnus-score.el (gnus-enter-score-words-into-hashtb)
20777 (gnus-score-adaptive): do.
20778
20779 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20780
20781 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20782 (gnus-mime-button-map): Don't set keymap parent.
20783 (gnus-button-ctan-directory-regexp): Use shy grouping.
20784 (gnus-prev-page-map): Don't set keymap parent.
20785 (gnus-prev-page-map): Remove duplicated one.
20786 (gnus-next-page-map): Don't set keymap parent.
20787 (gnus-mime-security-button-map): Ditto.
20788
20789 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20790 version number.
20791
20792 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20793
20794 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20795
20796 * canlock.el (canlock-sha1-function): Remove.
20797 (canlock-sha1-function-for-verify): Remove.
20798 (canlock-openssl-program): Remove.
20799 (canlock-openssl-args): Remove.
20800 (canlock-ignore-errors): Remove.
20801 (canlock-sha1-with-openssl): Remove.
20802 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20803 (canlock-verify): Don't use canlock-ignore-errors.
20804
20805 * sha1-el.el (sha1-string-external): Make it can return a string
20806 in binary form.
20807 (sha1-region-external): Ditto.
20808 (sha1-string-internal): Ditto.
20809 (sha1-region-internal): Ditto.
20810 (sha1-region): Ditto.
20811 (sha1-string): Ditto.
20812 (sha1): Ditto.
20813
20814 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20815
20816 * spam.el (spam-report-articles-gmane): New command.
20817
20818 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20819
20820 * gnus.el: Don't make unnecessary *Group* buffer when loading.
20821
20822 * run-at-time.el (run-at-time-saved): Remove.
20823 (run-at-time): Doc fix.
20824
20825 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20826
20827 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20828 (gnus-summary-limit-map): Add it.
20829 (gnus-summary-make-menu-bar): do.
20830
20831 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
20832
20833 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20834 Make attempt at some caching support (done for BBDB only now).
20835 (spam-find-spam): Set spam-cache-lookups if there are more than 2
20836 addresses to be checked.
20837 (spam-clear-cache-BBDB): Add function, to be invoked by
20838 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20839 (spam-check-BBDB): Check and use the caches, if
20840 spam-cache-lookups is on, remove superfluous (provide).
20841
20842 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
20843
20844 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20845
20846 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
20847
20848 * run-at-time.el (run-at-time-saved): Move to after the definition
20849 of `run-at-time'.
20850
20851 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20852
20853 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20854 mm-w3m-local-map-property.
20855
20856 * mm-view.el (mm-w3m-mode-map): Remove.
20857 (mm-w3m-local-map-property): Remove.
20858 (mm-inline-text-html-render-with-w3m): Don't use
20859 mm-w3m-local-map-property.
20860
20861 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20862
20863 * run-at-time.el: New file.
20864
20865 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20866 of gnus-set-text-properties.
20867
20868 * gnus-uu.el (gnus-uu-save-article): Ditto.
20869
20870 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20871
20872 * gnus-cite.el (gnus-cite-parse): Ditto.
20873
20874 * gnus-art.el (gnus-button-push): Use set-text-properties instead
20875 of gnus-.
20876
20877 * gnus.el: Change calls to nnheader-run-at-time and
20878 password-run-at-time throughout to use run-at-time directly.
20879
20880 * password.el: Remove definition of run-at-time.
20881
20882 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
20883
20884 * mml.el (mml-minibuffer-read-disposition): Show attachment type
20885 in prompt.
20886
20887 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20888
20889 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20890 XEmacs version.
20891
20892 * dns.el (dns-make-network-process): Use `open-network-stream'
20893 instead of `gnus-xmas-open-network-stream'.
20894
20895 * .cvsignore: Add auto-autoloads.el, custom-load.el.
20896
20897 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20898
20899 * gnus-art.el (gnus-mime-display-alternative)
20900 (gnus-insert-mime-button, gnus-insert-mime-security-button)
20901 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20902 Don't use gnus-local-map-property.
20903
20904 * gnus-util.el (gnus-local-map-property): Remove.
20905
20906 * mm-view.el (mm-view-pkcs7-decrypt):
20907 Replace gnus-completing-read-maybe-default with completing-read.
20908
20909 * gnus-util.el (gnus-completing-read): do.
20910 (gnus-completing-read-maybe-default): Remove.
20911
20912 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20913
20914 * password.el: Only autoload `run-at-time' if not XEmacs.
20915 Only autoload the itimer functions if XEmacs.
20916
20917 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20918
20919 * gnus-art.el (gnus-read-string): Remove.
20920 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20921 read-string.
20922
20923 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
20924
20925 * netrc.el: Autoload password-read.
20926 (netrc): Add configuration group.
20927 (netrc-encoding-method, netrc-openssl-path):
20928 Add variables for encoding and decoding of files with symmetric
20929 ciphers.
20930 (netrc-encode): Add assistant function to encode a file with
20931 netrc-encoding-method.
20932 (netrc-parse): Add interactive parameter, added optional
20933 decoding if netrc-encoding-method is non-nil but otherwise
20934 behavior is standard.
20935 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20936 Do s/encode/encrypt/ everywhere.
20937
20938 * spam.el: Remove executable-find autoload.
20939
20940 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20941
20942 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20943
20944 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20945
20946 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20947
20948 * gnus-art.el (gnus-treat-ansi-sequences)
20949 (article-treat-ansi-sequences): New variable and function.
20950 Suggested by Dan Jacobson <jidanni@jidanni.org>.
20951
20952 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20953 Use it.
20954
20955 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20956
20957 * mm-util.el (mm-quote-arg): Remove.
20958
20959 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20960 shell-quote-argument.
20961
20962 * gnus-uu.el (gnus-uu-command): do.
20963
20964 * gnus-sum.el (gnus-summary-insert-pseudos): do.
20965
20966 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20967 with make-char.
20968
20969 * mm-util.el (mm-make-char): Remove.
20970
20971 * mml.el (mml-mode): Replace gnus-add-minor-mode with
20972 add-minor-mode.
20973
20974 * gnus-undo.el (gnus-undo-mode): do.
20975
20976 * gnus-topic.el (gnus-topic-mode): do.
20977
20978 * gnus-sum.el (gnus-dead-summary-mode): do.
20979
20980 * gnus-start.el (gnus-slave-mode): do.
20981
20982 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20983
20984 * gnus-ml.el (gnus-mailing-list-mode): do.
20985
20986 * gnus-gl.el (gnus-grouplens-mode): do.
20987
20988 * gnus-draft.el (gnus-draft-mode): do.
20989
20990 * gnus-dired.el (gnus-dired-mode): do.
20991
20992 * gnus-ems.el (gnus-add-minor-mode): Remove.
20993
20994 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20995 Replace gnus-char-width with char-width.
20996
20997 * gnus-ems.el (gnus-char-width): Remove.
20998
20999 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21000 Replace gnus-char-width with char-width.
21001
21002 * gnus-ems.el (gnus-char-width): Remove.
21003
21004 * spam-stat.el (with-syntax-table): Remove with-syntax-table
21005 definition.
21006 Remove Emacs 20 hash table compatibility code.
21007
21008 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21009 20 compatibility code.
21010
21011 * spam.el (spam-point-at-eol): Replace with point-at-eol.
21012
21013 * smime.el (smime-point-at-eol): Replace with point-at-eol.
21014
21015 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21016 Replace with point-at-{eol,bol}.
21017
21018 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21019
21020 * imap.el (imap-point-at-eol): Replace with point-at-eol.
21021
21022 * flow-fill.el (fill-flowed-point-at-bol)
21023 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21024
21025 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21026 Replace with point-at-{eol,bol} throughout all files.
21027
21028 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
21029
21030 * ntlm.el (ntlm-string-as-unibyte): New macro.
21031 (ntlm-build-auth-response): Use it.
21032
21033 Remove Emacs 20 stuff:
21034 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21035 of delq and copy-sequence.
21036 * gnus-art.el (popup-menu): Remove the compiler macro.
21037 * nnmail.el (nnmail-split-fancy): Don't support customizing with
21038 Emacs 20.
21039
21040 2004-01-05 Simon Josefsson <jas@extundo.com>
21041
21042 * ntlm.el: Fix namespace. Change smb-passwd-hash into
21043 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21044 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21045 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21046 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21047 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21048 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21049 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21050 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21051 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21052 ntlm-string-permute, string-lshift into ntlm-string-lshift,
21053 string-xor into ntlm-string-xor.
21054 Suggested by Jesper Harder <harder@myrealbox.com>.
21055
21056 * ntlm.el: Don't include poem.
21057
21058 * md4.el (print-int32, print-string-hexa): Remove.
21059 Suggested by Jesper Harder <harder@myrealbox.com>.
21060
21061 * sasl-ntlm.el, ntlm.el, md4.el: New files.
21062
21063 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
21064 probably breaks emacs with DL patch, but do we care? Is anyone
21065 still using the DL stuff?)
21066
21067 * sieve-manage.el: Use the password package.
21068 (sieve-manage-read-passwd): Remove.
21069 (sieve-manage-interactive-login): Use password. Re-add
21070 condition-case around loop.
21071
21072 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21073 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21074 Use the password package.
21075
21076 2003-02-19 Simon Josefsson <jas@extundo.com>
21077
21078 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21079 token.
21080
21081 2002-08-07 Simon Josefsson <jas@extundo.com>
21082
21083 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21084 (sieve-manage-authenticators):
21085 (sieve-manage-authenticator-alist): Add some SASL mechs.
21086 (sieve-sasl-auth): New function.
21087 (sieve-manage-cram-md5-auth):
21088 (sieve-manage-plain-auth): Rewrite using SASL library.
21089 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21090 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21091 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21092 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21093
21094 2004-01-05 Simon Josefsson <jas@extundo.com>
21095
21096 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21097 New files.
21098
21099 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21100
21101 * gnus-group.el (gnus-no-groups-message): Update.
21102
21103 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21104
21105 2003-11-09 Simon Josefsson <jas@extundo.com>
21106
21107 * imap.el: Support for ID IMAP extension (RFC 2971).
21108 (imap-local-variables): Add imap-id.
21109 (imap-id): New variable.
21110 (imap-id): New function.
21111 (imap-parse-response): Parse untagged ID response.
21112 * nnimap.el (nnimap-id): New variable.
21113 (nnimap-open-connection): Use it.
21114
21115 2003-12-28 Simon Josefsson <jas@extundo.com>
21116
21117 * gnus-score.el (gnus-score-edit-all-score): New.
21118 * gnus-group.el (gnus-group-score-map): Bind it to W e.
21119
21120 2004-01-04 Simon Josefsson <jas@extundo.com>
21121
21122 * password.el: Add.
21123
21124 2004-01-04 Mario Lang <lang@zid.tugraz.at>
21125
21126 * dns.el (dns-query-types): Fix typo.
21127 (dns-query-types): New function.
21128 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
21129 PTR and SOA replies, see RFC 1035.
21130
21131 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21132
21133 * gnus.el (gnus-logo-color-style): Change colors to `no'.
21134
21135 * Move to Changelog.2.
21136
21137 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21138
21139 * gnus.el (gnus-version-number): Bump version.
21140
21141 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21142
21143 * gnus.el: No Gnus v0.1 is released.
21144
21145 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21146
21147 * gnus.el: No Gnus v0.0 is released.
21148
21149 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21150
21151 * gnus.el (gnus-version-number): Bump.
21152 (gnus-version): No.
21153
21154 See ChangeLog.2 for earlier changes.
21155
21156 Copyright (C) 2004-2011 Free Software Foundation, Inc.
21157
21158 This file is part of GNU Emacs.
21159
21160 GNU Emacs is free software: you can redistribute it and/or modify
21161 it under the terms of the GNU General Public License as published by
21162 the Free Software Foundation, either version 3 of the License, or
21163 (at your option) any later version.
21164
21165 GNU Emacs is distributed in the hope that it will be useful,
21166 but WITHOUT ANY WARRANTY; without even the implied warranty of
21167 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21168 GNU General Public License for more details.
21169
21170 You should have received a copy of the GNU General Public License
21171 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21172
21173 ;; Local Variables:
21174 ;; coding: utf-8
21175 ;; fill-column: 79
21176 ;; add-log-time-zone-rule: t
21177 ;; End: