00473afd95a5335527f896d0c74af69277e04931
[gnus] / lisp / ChangeLog
1 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4         a string so that Gcc works (bug#11514).
5
6 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7
8         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
9         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
10
11 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12
13         * gnus-win.el (gnus-configure-frame): Don't signal an error when
14         jumping to *Server* from a dedicated *Group* window.
15         (gnus-configure-frame): CSE.
16
17         * gnus-registry.el: Minor style cleanup.
18         (gnus-registry--set/remove-mark): New function, extracted from
19         gnus-registry-install-shortcuts.
20         (gnus-registry-install-shortcuts): Use it.
21
22 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23
24         * nnspool.el (news-path): Use eval-and-compile.
25
26 2012-05-24  Glenn Morris  <rgm@gnu.org>
27
28         * nnspool.el (news-directory, news-path, news-inews-program):
29         Move here from paths.el.  Don't see a need for these to be autoloaded.
30
31         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
32         Merge in doc from paths.el version.  Don't see any need for this to be
33         autoloaded, or for the warning about users not setting it.
34
35 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
36
37         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
38         format.  In particular, add an optional argument and a docstring.
39
40         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
41
42         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
43         current before calling `gnus-groups-to-gnus-format'.
44         Note that this was already the case for `gnus-active-to-gnus-format'.
45
46 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
47
48         Fix minor Y10k bug.
49         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
50
51 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
52
53         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
54         message once it's actually open.
55
56 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
57
58         * gnus.el: Ma Gnus v0.5 is released.
59
60 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
61
62         * auth-source.el (auth-source--aput-1, auth-source--aput)
63         (auth-source--aget): New functions and macros.
64         Use them instead of aput/aget.
65
66 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
67
68         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
69
70 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
71
72         * plstore.el (plstore-called-interactively-p): New compat macro copied
73         from message.el.
74         (plstore-mode): Use it.
75
76 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
77
78         * plstore.el: Revive the editing feature.
79         (plstore-mode): New mode to edit plstore file.
80         (plstore-mode-toggle-display, plstore-mode-original)
81         (plstore-mode-decoded): New command.
82         (plstore--encode, plstore--decode, plstore--write-contents-functions)
83         (plstore--insert-buffer, plstore--make): New function.
84         (plstore-open, plstore-save): Simplify by using them.
85
86 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
87
88         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
89
90 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
91
92         * tls.el (open-tls-stream): Remove unused binding.
93
94 2012-04-16  Glenn Morris  <rgm@gnu.org>
95
96         * nndraft.el (nndraft-request-list): Fix declaration.
97
98 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
99
100         * mm-decode.el (mm-dissect-buffer): Doc fix.
101
102         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
103         don't have a current group.
104
105         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
106         buffer if it doesn't exist.
107
108         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
109         given, mark the group as ephemeral with the current window conf.
110
111         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
112         buffer exists, which it doesn't if we haven't started Gnus.
113         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
114
115 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * mml.el (mml-generate-mime): Allow specifying what the top-level part
118         type is.
119
120         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
121         `unexists' entries.
122         (gnus-clean-old-newsrc): Fix last checkin.
123
124         * nnimap.el (nnimap-update-info): None of the articles below the active
125         low-water mark exist.
126
127         * dgnushack.el: Get rid of XEmacs compilation warning.
128
129         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
130         would have gotten if we posted to the group, and use that to compare
131         against the message we want to cancel (bug#10808).
132
133         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
134         on XEmacs.
135
136 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
137
138         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
139         `scroll-margin'.
140
141 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
142
143         * gnus-cite.el (gnus-dissect-cited-text): A single line without
144         citation prefix within a block of cited text should be considered part
145         of that block *only* if it is a blank line.
146
147 2012-04-09  Chong Yidong  <cyd@gnu.org>
148
149         * binhex.el, hashcash.el, uudecode.el:
150         Remove * characters from the front of variable docstrings.
151
152 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
153
154         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
155         before kinsoku-bol characters nor within kinsoku-eol characters.
156
157 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
158
159         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
160         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
161         (gnus-sync-read): Use mapc instead of mapcar.
162
163         * mm-archive.el: Require mm-decode for some macros.
164         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
165         the byte compiler.
166         (mm-archive-decoders): New function that returns the value of
167         the mm-archive-decoders variable.
168
169         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
170         instead.
171         (mm-dissect-singlepart): Use the function mm-archive-decoders.
172
173         * nnimap.el (gnus-refer-thread-use-nnir):
174         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
175
176 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177
178         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
179
180 2012-03-12  Peter Münster  <pmrb@free.fr>
181
182         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
183         (gnus-demon-cancel): Ditto.
184         (gnus-demon-run-callback): When function cannot be called due to low
185         idleness, call it when idleness reaches the expected value, instead of
186         waiting another timer period.
187         (gnus-demon-init): Add `time' to arguments of call-back.
188
189 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
190
191         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
192
193         * gnus.el: Register gnus-registry functions.
194
195         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
196         indent.
197
198         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
199         enabled before warping.
200
201 2012-03-22  Dave Abrahams  <dave@boostpro.com>
202
203         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
204         registry about each article retrieved.
205
206         * gnus-int.el (gnus-select-group-with-message-id): New function.
207         (gnus-try-warping-via-registry): Ditto.
208         (gnus-warp-to-article): Fall back on the registry.
209
210 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
211
212         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
213         inboxes.
214
215 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
216
217         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
218
219 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
220
221         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
222         gnus-gcc-self-resent-messages may be a group parameter.
223         (gnus-summary-resend-message): Don't encode encoded words in header
224         when Gcc'ing resent message.
225
226 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
227
228         * shr.el (shr-insert): Treat non-breaking space just like normal
229         space.  This seems to produce more pleasing results.
230         (shr-insert): Only insert a blank line if we're starting from an image.
231         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
232         (shr-ensure-paragraph): Consider lines with white space to be blank.
233
234 2012-03-15  Elias Pipping  <pipping@lavabit.com>
235
236         * Makefile.in: Respect DESTDIR.
237
238 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
239
240         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
241         and gnus-gcc-post-body-encode-hook.
242
243 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
246         messages that don't exist.
247
248         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
249
250 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251
252 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
253
254         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
255         don't have a current group.
256
257 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
258
259         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
260         Remove.
261
262         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
263
264         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
265
266 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
267
268         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
269         have a group name.
270
271         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
272         a multibyte buffer (bug#7410).
273         (article-wash-html): Parse the original article buffer to get the
274         unencoded data (bug#7410).
275
276         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
277         .newsrc.el files.
278
279 2012-04-05  Bastien Guerry  <bzg@altern.org>
280
281         * color.el (color-lighten-name): Fix typo.
282
283 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
286         "#" to avoid having them interpreted as comments.
287
288 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
289
290         * shr.el (shr-insert): Update the text state properly to avoid
291         inserting spurious paragraph starts.
292
293 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294
295         * shr.el (shr-table-widths): Divide the extra width more fairly over
296         the TDs (bug#10973).
297         (shr-render-td): Don't delete too much padding.
298         (shr-natural-width): Compute the natural width more correctly.
299         (shr-insert): Allow the natural width to be computed for tables again.
300         (shr-tag-table-1): Rework how the natural widths are computed by
301         rendering the table a third time.
302         (shr-natural-width): Removed.
303         (shr-buffer-width): New function.
304         (shr-expand-newlines): Use it.
305
306         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
307         using a `gnus-use-full-window' setup (bug#11013).
308
309 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
312         24.1 release.
313
314 2012-03-10  David Edmondson  <dme@dme.org>
315
316         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
317         'Forwarded Message' header and the start of the message.
318
319 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
320
321         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
322         isn't running (bug#10897).
323
324 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
325
326         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
327         This is inconsistent with all the other stream functions, which leave
328         the setting up to the higher levels (if so wanted) (bug#10931).
329
330 2012-02-28  Glenn Morris  <rgm@gnu.org>
331
332         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
333         mm-decode.el: Standardize possessive apostrophe usage.
334
335 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
336
337         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
338
339 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
340
341         * parse-time.el (parse-time-string): Allow extractor to return nil.
342
343 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
344
345         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
346
347 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
348
349         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
350
351 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
352
353         * mm-decode.el (mm-shr): Remove "soft hyphens".
354
355         * nnimap.el (nnimap-request-list): Return the group names encoded as
356         utf8.  Otherwise non-European group names don't work.
357         (nnimap-request-newgroups): Ditto.
358
359         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
360         the default in `read-string' (bug#10757).
361
362         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
363         topics (bug#10843).
364
365         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
366         buffer.  Suggested by Herbert Valerio Riedel.
367         (nnimap-request-move-article): Delete the message from the correct IMAP
368         server.
369
370 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
371
372         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
373         Reported by Peter Münster.
374
375 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
376
377         * shr.el (shr-image-fetched): Make sure we really kill the right
378         buffer.
379
380 2012-02-16  Leo Liu  <sdl.web@gmail.com>
381
382         * gnus-start.el (gnus-1): Avoid duplicate entries.
383
384 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
385
386         * imap.el: Remove.
387
388         * nntp.el (nntp-coding-system-for-read): Remove.
389         (nntp-coding-system-for-write): Ditto.
390         (nntp-open-connection): Just use `binary' directly.
391
392         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
393         Gnus 0.3.
394
395 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
396
397         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
398         application/octet-stream parts really is.
399
400         * gnus-sum.el (gnus-propagate-marks): Remove.
401
402 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
403
404         * shr.el (shr-rescale-image): Undo previous change; see
405         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
406
407 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
408
409         * gnus.el: Ma Gnus v0.3 is released.
410
411 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
412
413         * gnus-sum.el (gnus-summary-local-variables): Make
414         `gnus-newsgroup-unexist' into a local variable.
415
416 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
417
418         * registry.el (registry-usage-test, registry-persistence-test): Move to
419         tests/gnustest-registry.el.
420         (registry-make-testable-db, registry-match-test)
421         (registry-instantiation-test): Move to tests/gnustest-registry.el.
422
423         * gnus-registry.el (gnus-registry-misc-test)
424         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
425
426         * tests/gnustest-registry.el: New file with the registry and
427         gnus-registry ERT tests.
428
429 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
430
431         * gnus-msg.el (gnus-summary-resend-message): Make
432         gnus-summary-resend-message-insert-gcc be last item in
433         message-header-setup-hook.
434
435 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
436
437         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
438         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
439         Remove.
440         (nnfolder-open-server): Don't use marks.
441         (nnfolder-request-delete-group): Ditto.
442         (nnfolder-request-rename-group): Ditto.
443         (nnfolder-request-set-mark, nnfolder-request-marks)
444         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
445         (nnfolder-save-marks, nnfolder-open-marks): Remove.
446
447         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
448         (nnml-marks-modtime): Remove.
449         (nnml-request-delete-group): Don't use marks.
450         (nnml-request-rename-group): Ditto.
451         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
452         (nnml-save-marks, nnml-open-marks): Remove.
453
454         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
455         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
456         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
457         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
458         (nntp-server-to-method-cache): Remove.
459
460         * shr.el (shr-rescale-image): Fix wrong merge.
461
462 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
463
464         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
465         too-wide lines.
466
467 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
468
469         * nnimap.el (nnimap-record-commands): New variable.
470         (nnimap-log-command): Use it.
471         (nnimap-make-process-buffer): Add a space to the process buffer.
472         (nnimap-transform-headers): Don't bug out on header lines containing
473         stuff that look like IMAP length encodings.
474
475         * shr.el (shr-rescale-image): Allow viewing large images.
476
477 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
478
479         * nnml.el (nnml-request-compact-group): Delete the marks file after
480         compaction (bug#10800).
481
482         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
483         group exit.
484
485         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
486         QRESYNC/FETCH output.
487
488 2012-02-11  Glenn Morris  <rgm@gnu.org>
489
490         * sieve-manage.el (sieve-manage-default-stream):
491         * shr.el (shr):
492         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
493         (nnir-retrieve-headers-override-function)
494         (nnir-imap-default-search-key, nnir-notmuch-program)
495         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
496         (nnir-method-default-engines):
497         * message.el (message-cite-reply-position):
498         * gssapi.el (gssapi-program):
499         * gravatar.el (gravatar):
500         * gnus-sum.el (gnus-refer-thread-use-nnir):
501         * gnus-registry.el (gnus-registry-unfollowed-addresses)
502         (gnus-registry-max-pruned-entries):
503         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
504         * gnus-int.el (gnus-after-set-mark-hook)
505         (gnus-before-update-mark-hook):
506         * gnus-async.el (gnus-async-post-fetch-function):
507         * auth-source.el (auth-source-cache-expiry):
508         Add missing :version tags to new defcustoms and defgroups.
509
510 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
511
512         * gnus-sum.el (gnus-adjust-marked-articles): Add to
513         `gnus-newsgroup-unexist'.
514
515         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
516         marks.
517         (gnus-article-special-mark-lists): Put the `unexist' in the special
518         marks list instead.
519
520         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
521         articles in the list of articles to be selected.
522
523         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
524         articles.
525         (nnimap-update-info): Keep track of unexisting articles.
526         (nnimap-update-qresync-info): Ditto.
527
528 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
529
530         * message.el (message-default-send-mail-function): Made into own
531         function for reuse by emacsbug.el.
532
533 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
534
535         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
536         `gnus-sloppily-equal-method-parameters' to avoid a warning.
537
538 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
539
540         * mm-archive.el (mm-archive-dissect-and-inline): New function.
541         (mm-archive-dissect-and-inline): Fix up the undisplayer.
542
543         * gnus-compat.el: Define `timer-set-function'.
544
545         * mm-decode.el (mm-display-external): Output the text from the command
546         in the buffer after the command finished.  This makes text-based
547         commands behave better.
548
549 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
550
551         * gnus-compat.el: Add a compat for the old `url-retrieve'.
552
553 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
554
555         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
556         23.1.
557
558 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
561
562 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
563
564         * message.el (smtpmail-smtp-user): Silence compiler warning.
565
566 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
567
568         * message.el (message-multi-smtp-send-mail): Also allow specifying the
569         SMTP user name.
570
571 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * gnus-sum.el (gnus-summary-show-thread):
574         next-single-char-property-change may return nil in XEmacs.
575         (gnus-summary-article-map): Fix typo.
576
577 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
578
579         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
580         running.
581
582         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
583
584         * gnus.el (gnus-server-extend-method): Don't add an -address component
585         if the method already has one (bug#9676).
586
587 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
588
589         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
590         of an initial-input for consistency (bug#10757).
591
592         * dgnushack.el: Fix XEmacs compilation warning.
593
594         * shr.el: Inhibit getting and sending cookies when fetching pictures.
595
596         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
597
598 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
599
600         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
601         lines that are narrower than the window width.  Otherwise background
602         "blocks" will look less readable.
603
604 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
605
606         * nnimap.el (nnimap-transform-headers): Remove unused variable.
607         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
608         have newlines within the strings, and where the UID comes after the
609         BODYSTRUCTURE element (bug#10537).
610
611         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
612         (bug#10732).
613
614         * shr.el (shr-insert-document): Add doc string.
615         (shr-visit-file): Ditto.
616         (shr-remove-trailing-whitespace): New function.
617         (shr-insert-document): Use it to clean up trailing whitespace as the
618         final step (bug#10714).
619
620 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
621
622         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
623         buffer if `gnus-kill-summary-on-exit' is nil.
624
625 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
626
627         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
628         when just reading a single group from "without" Gnus.
629
630 2012-02-06  Chong Yidong  <cyd@gnu.org>
631
632         * gnus-sum.el (gnus-summary-show-thread):
633         next-single-char-property-change never returns nil (Bug#8657).
634
635 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
636
637         * message.el (message-multi-smtp-send-mail): New function.
638         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
639         header to implement multi-SMTP functionality.
640
641         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
642         (gnus-agentize): Don't set it.
643         (gnus-agent-send-mail): Don't use it.
644
645         * gnus-sum.el (gnus-summary-widget-backward): New function and
646         keystroke.
647
648         * gnus-compat.el: More the compat functions more compatible.
649
650         * shr.el (shr-put-image): Remove underlines from sliced images.
651         (shr-zoom-image): Compute the region to be replaced more correctly.
652
653 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
654
655         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
656         (gnus-summary-resend-message-insert-gcc): New function.
657         (gnus-summary-resend-message): Modify message-header-setup-hook and
658         message-sent-hook to make it work for Gcc.
659         (gnus-inews-do-gcc): Update the number of unread articles of groups
660         that messages are Gcc'd to.
661
662         * message.el (message-resend): Run message-sent-hook to do Gcc.
663
664 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
665
666         * lpath.el: Fix an XEmacs compilation warning.
667
668         * gnus-compat.el: Require `help-fns' to fix compilation error.
669
670         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
671         a higher level to silence compilation.
672
673         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
674         parameter to allow controlling the scaling.
675
676         * shr.el (shr-zoom-image): New command and keystroke.
677         (shr-put-image): Take a `size' flag to say how to scale the image.
678
679         * gnus-compat.el: Redefine `delete-directory' to provide recursive
680         deletion unless already defined.
681
682         * gnus.el (gnus-compat): Require it.
683
684         * gnus-compat.el: New file.
685
686         * gnus-start.el (gnus-clean-old-newsrc): New function.
687         (gnus-read-newsrc-file): Use it.
688
689         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
690         Use recursive deletion.
691         (mm-dissect-archive): Add support for zip files.
692
693         * gnus-util.el (gnus-recursive-directory-files): New function.
694
695         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
696         (mm-archive-decoders): Add tgz support.
697
698         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
699         Otherwise inserting text into the Gnus buffer can look odd.
700
701         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
702
703         * mm-archive.el (mm-archive-decoders): Add support for tar.
704
705         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
706
707         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
708
709 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
710
711         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
712
713         * mm-archive.el: New file.
714
715         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
716
717         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
718
719         * message.el (message-goto-*): Make all the `message-goto-*' commands
720         push the mark before moving point.  This makes it easier to go back to
721         where you came from after editing whatever you jumped to.
722
723 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
724
725         * gnus.el: Ma Gnus v0.1 is released.
726
727 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
728
729         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
730         without reconnecting.
731         (nnimap-possibly-change-group): Ditto.
732         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
733         connection has died before being called.
734
735 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
736
737         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
738         an initial sync unless we're really doing one.
739
740         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
741         address parameter if one already exists (bug#9676).
742
743         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
744         not the prefix, as documented (bug#10689).
745
746 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
747
748         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
749         the "server".
750
751         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
752         the real error message with the useless "previously known to be down".
753         Which isn't even correct.
754
755         * nntp.el (nntp-open-connection): Report the error message if the nntp
756         server can't be reached.
757
758         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
759         groups we do a total scan for.
760         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
761         doing that.
762
763 2012-01-31  Jim Meyering  <jim@meyering.net>
764
765         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
766         Correct a comment (insert "not") and hide nominally-doubled "to".
767
768 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
769
770         * gnus.el (gnus-version): Change name to "Ma Gnus".
771
772 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
773
774         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
775         section in the manual.
776
777 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
778
779         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
780         words.
781         (rfc2047-encode-string): Ditto.
782         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
783         understand folded filename="..." parameters, for instance.
784
785         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
786         the message for greater debuggability.
787
788 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
789
790         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
791         instead of setting it locally, since the latter doesn't seem to have
792         any effect (most of the time).
793
794 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
795
796         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
797         function call.
798
799 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
800
801         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
802         seconds, and make the repeat clause with HH:MM specs work as
803         documented.
804
805 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
806
807         * proto-stream.el (proto-stream-capability-open): Fall back on
808         :end-of-command if :end-of-capability doesn't exist.
809
810 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
811
812         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
813         bound globally in old Emacsen and XEmacsen.
814
815 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
816
817         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
818         so that previous errors don't prohibit getting new news.
819
820         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
821
822         * nntp.el (nntp-retrieve-group-data-early): Ditto.
823
824 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
825
826         * gnus.el (gnus-group-find-parameter): Check for liveness of the
827         buffer, not of the string which is its name.
828
829 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
830
831         * proto-stream.el (proto-stream-capability-open): Wait for
832         :end-of-capability, not :end-of-command.
833
834         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
835         non-server-marks groups.
836         (gnus-group-make-articles-read): Ditto.
837
838         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
839         methods (bug#9676).
840
841         * gnus.el (gnus-method-ephemeral-p): New function.
842
843 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
844
845         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
846         left-to-right.
847
848 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
849
850         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
851         warning.
852
853 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
854
855         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
856         macroexpand the nnir things, since they haven't been defined yet, and
857         nnir requires gnus-sum.
858
859 2012-01-24  Julien Danjou  <julien@danjou.info>
860
861         * color.el (color-rgb-to-hsl): Fix value computing.
862         (color-hue-to-rgb): New function.
863         (color-hsl-to-rgb): New function.
864         (color-clamp, color-saturate-hsl, color-saturate-name)
865         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
866         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
867
868 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869
870         * mm-decode.el (mm-interactively-view-part): Fix prompt.
871
872 2012-01-19  Julien Danjou  <julien@danjou.info>
873
874         * color.el (color-name-to-rgb): Use the white color to find the max
875         color component value and return correctly computed values.
876         (color-name-to-rgb): Add missing float conversion for max value.
877
878 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
879
880         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
881         logical server name in addition to the actual machine address.
882
883         * auth-source.el (auth-source-user-and-password): Add convenience
884         wrapper to search by just host and optionally user.
885
886 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
887
888         * shr.el (shr-visit-file): Move point to the beginning of the buffer
889         after rendering.
890
891 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
892
893         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
894         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
895         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
896
897 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898
899         * gnus-sum.el (gnus-summary-read-group): Document more parameters
900         (bug#9693).
901         (gnus-summary-setup-buffer): Document return value (bug#9697).
902
903         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
904         since ido doesn't work on symbols (bug#9632).
905
906         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
907         when getting a single value as when getting all the values.  This means
908         that atoms like `gcc-self' work cumulatively, like variable settings,
909         instead of getting the value from the last matching clause.
910         (gnus-group-find-parameter): Protect against the group buffer not
911         existing (bug#9585).
912
913 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914
915         * gnus-start.el (gnus-activate-group): Document more parameters
916         (bug#9694).
917
918         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
919         (bug#9692).
920
921         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
922         article was fetched, so that it can be expired later (bug#9958).
923         (gnus-agent-summary-fetch-series): Add doc string.
924         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
925         (bug#9517).
926
927         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
928         retrieval is happening.
929
930         * gnus.el (gnus-parameters): Doc fix.
931
932 2012-01-06  Dave Abrahams  <dave@boostpro.com>
933
934         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
935         show the thread after expansion.
936
937 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
938
939         * gnus-art.el (article-narrow-to-head): If the head is completely
940         empty, narrow to the empty region (bug#9764).
941
942         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
943         read, and then mark them as unread only when the unread mark is used.
944         This makes `C-- T k' actually work, even though it's confusing.
945
946         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
947         alive before we try to find its window.
948
949 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
950
951         * mm-decode.el (mm-display-external): Use a longer timeout for the
952         deletion to allow slow programs to display the file.
953
954 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
955
956         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
957         prompt to be less confusing.
958
959         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
960         argument to `message-reply'.  This broke `special-display-*' frame
961         pop-uping (bug#10238).
962
963 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
964
965         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
966         systems, since these allegedly don't work there.
967
968 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
969
970         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
971         live buffer.
972
973 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
974
975         * nnir.el (nnir-retrieve-headers): Protect against the article not
976         existing on the server (bug#10335).
977
978 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
979
980         * gnus-agent.el (gnus-agent-load-local): Recompute
981         gnus-agent-article-local on changing method.
982
983 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * gnus.el (gnus-parameters): Note precedence.
986
987 2012-01-04  Leo Liu  <sdl.web@gmail.com>
988
989         * nndraft.el (nndraft-update-unread-articles): Don't move point around
990         in the group buffer.
991
992 2012-01-04  Julien Danjou  <julien@danjou.info>
993
994         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
995         change.
996
997 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
998
999         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1000         too.
1001
1002         * nntp.el (nntp-retrieve-group-data-early): Use it.
1003
1004 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1005
1006         * nntp.el (nntp-retrieval-in-progress): New variable.
1007         (nntp-make-process-buffer): Make it buffer-local.
1008
1009         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1010         2010.
1011         (gnus-demon-init): Use it to compute the time if time is on the form
1012         "04:23".
1013
1014         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1015
1016         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1017         status in the correct buffer.
1018
1019 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1020
1021         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1022         when opening topics (bug#10407).
1023
1024 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1025
1026         * gnus-cus.el (gnus-score-customize):
1027         * gnus-sum.el (gnus-sort-gathered-threads):
1028         * message.el (message-shorten-references):
1029         * nnmairix.el (nnmairix-request-group):
1030         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
1031
1032 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1033
1034         * gnus-agent.el (gnus-agent-regenerate-group):
1035         * gnus-int.el (gnus-retrieve-group-data-early):
1036         * mm-util.el (mm-codepage-ibm-list):
1037         * nndiary.el (Commentary, nndiary-get-new-mail):
1038         * nnir.el (nnir):
1039         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
1040
1041 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * mm-view.el (mm-display-inline-fontify): Add comment.
1044
1045 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1046
1047         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
1048         * ntlm.el (ntlm-smb-dohash): Spelling fix.
1049
1050 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1051
1052         * gnus-art.el (gnus-split-methods):
1053         * gnus-msg.el (gnus-configure-posting-styles):
1054         * gnus-spec.el (gnus-parse-simple-format):
1055         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1056         * message.el (message-do-actions): Spelling fix.
1057
1058 2011-12-15  Juri Linkov  <juri@jurta.org>
1059
1060         * mm-decode.el (mm-inline-media-tests): Add missing
1061         `mm-handle-media-subtype'.
1062
1063 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1064
1065         * gnus-group.el (gnus-group-tool-bar):
1066         * gnus-sum.el (gnus-summary-tool-bar):
1067         * message.el (message-tool-bar):
1068         * rfc2231.el (rfc2231-parse-string): Spelling fix.
1069
1070 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1071
1072         * plstore.el (plstore--insert-buffer): Spelling fix.
1073
1074 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1075
1076         * message.el (message-valid-fqdn-regexp): Update with newly approved
1077         top-level domain names ".tel" and ".asia".
1078
1079 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1080
1081         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1082         unconditionally.
1083
1084 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1085
1086         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1087         pop-to-buffer-same-window for old Emacsen.
1088
1089 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1090
1091         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
1092
1093 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1094
1095         * netrc.el (netrc-credentials): Spelling fix.
1096
1097 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1098
1099         * gnus-fun.el (gnus-fun-ppm-change-string):
1100         * gnus-msg.el (gnus-inews-do-gcc):
1101         * gnus-sum.el (gnus-summary-find-for-reselect):
1102         * gnus.el (gnus-summary-cancelled):
1103         * message.el (message-cancel-hook, message-send-news):
1104         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
1105         * nnir.el (nnir-run-hyrex):
1106         * nntp.el (nntp-with-open-group-function):
1107         * pgg.el (pgg-pending-timers): Spelling fix.
1108
1109 2011-12-04  Chong Yidong  <cyd@gnu.org>
1110
1111         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1112         change (Bug#10200).
1113
1114 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1115
1116         * compface.el (uncompface):
1117         * gnus-art.el (gnus-article-x-face-command): Update the header format
1118         of icon data for the most recent icontopbm program.
1119
1120 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1121
1122         * gnus-msg.el (gnus-inews-do-gcc):
1123         * message.el (message-send-mail):
1124         * mml.el (mml-generate-mime): Share the value of the buffer-local
1125         `message-options' variable between a draft buffer and temprary working
1126         buffers.
1127
1128 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1129
1130         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1131
1132 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1133
1134         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1135         for Cygwin.
1136
1137 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1138
1139         * gnus-group.el (gnus-group-prepare-flat):
1140         * mm-bodies.el (mm-encode-body):
1141         * mml.el (mml-preview):
1142         * nnml.el (nnml-request-compact-group):
1143         * pop3.el (pop3-stream-type): Spelling fix.
1144
1145 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1146
1147         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
1148
1149 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1150
1151         * color.el (color-rgb-to-hsl):
1152         * gmm-utils.el (gmm-tool-bar-style):
1153         * gnus-group.el (gnus-group-prepare-flat):
1154         * gnus-topic.el (gnus-topic-prepare-topic):
1155         * mm-decode.el (mm-discouraged-alternatives):
1156         * rfc2047.el (rfc2047-encode-1):
1157         * starttls.el: Spelling fix.
1158
1159 2011-11-24  Glenn Morris  <rgm@gnu.org>
1160
1161         * binhex.el (binhex-begin-line): Give it basic doc-string.
1162
1163         * starttls.el, tls.el: Fix case of "GnuTLS".
1164
1165 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1166
1167         * gnus-group.el (gnus-group-highlight): Fix typo.
1168
1169 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1170
1171         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1172         value of `delete-file', that returns nil for a local file but returns t
1173         for a remote file using ssh.
1174
1175 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1176
1177         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
1178
1179 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180
1181         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1182         avoid later breakage.
1183
1184 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1185
1186         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1187         article buffers' name.
1188
1189 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1190
1191         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1192         by Paul Eggert's spellfixes two days ago.
1193
1194 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195
1196         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1197         doesn't have it.
1198
1199         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1200         buffer-local instead of binding them to avoid warnings.  Also demote
1201         errors (bug#10063).
1202         (font-lock-mode-hook): Shut up byte compiler.
1203
1204 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1205
1206         * mm-util.el (mm-charset-after):
1207         * nnir.el (nnir-run-hyrex):
1208         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1209         (ntlm-get-password-hashes, ntlm-md4hash):
1210         * smime.el: Fix typo.
1211
1212 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1213
1214         * gnus-agent.el (gnus-agent-expire-group-1):
1215         * nndiary.el (nndiary-last-occurence):
1216         * nnimap.el (nnimap-request-set-mark):
1217         * nnmairix.el (nnmairix-only-use-registry):
1218         * gnus-group.el (gnus-group-prepare-flat):
1219         * gnus-sum.el (gnus-decode-encoded-word-methods):
1220         * message.el (message-wash-subject):
1221         * nntp.el (nntp-retrieve-headers-with-xover):
1222         * smime.el (smime-certificate-directory): Spelling fix.
1223
1224 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
1225
1226         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
1227
1228         * color.el:
1229         * gnus-agent.el (gnus-agent-possibly-alter-active):
1230         * gnus-dired.el (gnus-dired-print):
1231         * mail-parse.el:
1232         * nnmairix.el (nnmairix-request-group):
1233         * shr.el (shr-image-displayer):
1234         * sieve-manage.el:
1235         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
1236
1237 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1238
1239         * gnus-sum.el (gnus-auto-select-subject):
1240         * spam-report.el (spam-report-resend): Spelling fix.
1241
1242 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1243
1244         * gnus-agent.el (gnus-agent-get-undownloaded-list):
1245         * gnus-art.el (gnus-default-article-saver):
1246         * gnus-srvr.el (gnus-server-copy-server):
1247         * gnus.el (gnus-sloppily-equal-method-parameters):
1248         * html2text.el (html2text-format-tag-list):
1249         * message.el (message-narrow-to-head):
1250         * nndiary.el:
1251         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1252         * sieve.el: Spelling fix.
1253
1254 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1255
1256         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1257         * gnus-sum.el (gnus-summary-make-menu-bar):
1258         * gnus-uu.el (gnus-uu-decode-postscript)
1259         (gnus-uu-decode-postscript-and-save):
1260         * mailcap.el (mailcap-print-command):
1261         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1262         Fix typos.
1263
1264 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1265
1266         * gnus-art.el (gnus-article-part-wrapper):
1267         * html2text.el (html2text-fix-paragraphs):
1268         * mm-decode.el (mm-image-fit-p):
1269         * rfc2047.el (rfc2047-encode-message-header):
1270         * shr-color.el (shr-color-visible-distance-min)
1271         (shr-color-relative-to-absolute, set-minimum-interval)
1272         (shr-color-visible): Fix typos.
1273
1274 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
1275
1276         * gmm-utils.el (gmm-tool-bar-item):
1277         * gnus-art.el (gnus-treat-body-boundary):
1278         * gnus-diary.el (gnus-user-format-function-d):
1279         * gnus-start.el (gnus-get-unread-articles):
1280         * pgg-gpg.el (pgg-gpg-update-agent):
1281         * smime.el (smime-cert-by-ldap-1): Spelling fix.
1282
1283 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1284
1285         * gnus-topic.el (gnus-group-prepare-topics):
1286         * gnus-uu.el (gnus-extract-view):
1287         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
1288
1289 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
1290
1291         * spam.el: Move BBDB autoloads.
1292         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
1293         BBDB 2 and 3.
1294         (spam-check-BBDB): Use it.
1295         (spam-enter-ham-BBDB): Use it.
1296
1297 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1298
1299         * smime.el (smime-draw-buffer): Spelling fix.
1300
1301 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
1302
1303         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
1304         for scanning exactly one level.
1305         * gnus-start.el (gnus-get-unread-articles): Ditto.
1306
1307 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1308
1309         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1310         slightly clearer.
1311
1312 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1313
1314         * gnus-sync.el: More commentary about setup.
1315
1316 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1317
1318         * message.el (message-send-and-exit): Document `arg'.
1319
1320 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1321
1322         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1323
1324 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1325
1326         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1327
1328         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1329         we don't use `bound-and-true-p'.
1330
1331 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1332
1333         * gnus-util.el (gnus-bound-and-true-p): Remove.
1334         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1335         * nnir.el: Use it.
1336         * nnmairix.el: Use it.
1337
1338 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1339
1340         * gnus-sync.el: Improve docs about CouchDB admins.
1341
1342         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1343         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1344         for reasons unknown.
1345         * nnir.el: Use it.
1346         * nnmairix.el: Use it.
1347
1348         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1349         * nnir.el: Ditto.
1350         * nnmairix.el: Ditto.
1351
1352         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1353
1354 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1355
1356         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1357         not needed.  Provide xmlplistread list function to produce XML plist
1358         output for non-Gnus LeSync clients.
1359
1360 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1361
1362         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
1363
1364         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1365         and save against it.  Group subscriptions, read marks, other marks,
1366         subscription levels, topic names, and topic offsets (the group's
1367         position within the topic) are saved.  This is an experimental backend
1368         and may change significantly.  Load json.el from the gnus-fallback-lib
1369         if it's not available otherwise.
1370         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1371
1372 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1373
1374         * message.el (message-completion-function): Make sure
1375         message-tab-body-function is not attempted if one of
1376         message-completion-alist fails to find a completion (bug#9158).
1377
1378 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1379
1380         * mml.el (mml-quote-region): Quote <#secure> tag.
1381         (mml-generate-mime-1): Unquote <#secure> tag.
1382
1383 2011-10-20  Chong Yidong  <cyd@gnu.org>
1384
1385         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1386         calling a minor mode from Lisp with nil arg enables it, so we have to
1387         make the wording a bit ambiguous here).
1388
1389 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1390
1391         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1392         * nnir.el (nnir-mode): Use it.
1393         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1394         Use it.
1395
1396         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1397         * nnmairix.el (gnus-registry-enabled): Ditto.
1398
1399 2011-10-17  Dave Abrahams  <dave@boostpro.com>
1400
1401         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
1402         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1403         only while we need to find out if it should be t or nil.
1404         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1405         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1406         the registry is installed.  Set it to nil when it's unloaded.
1407         (gnus-registry-install-p): Provide user guidance for the initial value
1408         of `gnus-registry-install' when it's 'ask, otherwise return its value.
1409         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1410         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1411         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1412         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1413         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1414         `gnus-registry-install'.
1415
1416 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
1417
1418         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1419         previous change.
1420         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1421         primary key is marked as disabled.
1422
1423 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
1424
1425         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1426         primary key is marked as disabled.
1427
1428 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
1429
1430         * html2text.el (html2text-clean-anchor): Check for quotes around
1431         `href' value.
1432
1433 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1434
1435         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1436         searching.  Drop `bbdb-cache'.
1437
1438 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * message.el (message-signed-or-encrypted-p): Exclude header when
1441         checking if there is signed or encrypted body in text/plain message.
1442
1443 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
1444
1445         * html2text.el (html2text-get-attr): Correctly handle attribute values
1446         containing "=".
1447
1448 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
1449
1450         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1451         handle bindings.
1452
1453 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1454
1455         * gnus-win.el (gnus-configure-windows): Protect against reading
1456         ephemeral groups outside of Gnus.
1457
1458 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1459
1460         * shr.el (shr-tag-img): Don't get images displayed in tables.
1461
1462 2011-10-03  Glenn Morris  <rgm@gnu.org>
1463
1464         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1465         the "maintainer" version of debbugs.gnu.org reports.
1466
1467 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1470         make asynchronous adjacent image insertion work better.
1471
1472 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
1473
1474         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
1475         documentation.
1476
1477 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478
1479         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1480         `gnus-asynchronous' isn't shadowed.
1481
1482 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1483
1484         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
1485
1486         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1487         (nnimap-insert-partial-structure): The charset parameter isn't
1488         case-sensitive.
1489
1490         * nnheader.el (nnheader-message-maybe): New function.
1491
1492         * shr.el (shr-tag-table): Render totally broken tables better.
1493
1494         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1495         computing the boundary.
1496
1497 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498
1499         * pop3.el (pop3-number-of-responses): Remove.
1500         (pop3-wait-for-messages): Rewrite to take linear time instead of
1501         exponential time.
1502
1503 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1504
1505         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1506         re-fetch images.
1507
1508         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1509         re-fetch images when hitting `g' in Gnus.
1510
1511 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * mml.el (mml-inhibit-compute-boundary): New internal variable.
1514         (mml-compute-boundary): Don't check collision if it is non-nil.
1515         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1516         before checking collision.
1517
1518 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519
1520         * message.el (message-indent-citation): Really make sure there's a
1521         newline at the end.
1522
1523         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1524         Fix suggested by John Wiegley.
1525
1526         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1527
1528         * gnus-art.el (gnus-treat-hide-citation): Add doc.
1529
1530         * message.el (message-default-send-rename-function): Break out into its
1531         own function.
1532
1533         * ecomplete.el (ecomplete-display-matches): Revert patch since it
1534         doesn't work under XEmacs.
1535
1536         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1537         of "imaps" to word around Windows problems.
1538         (nnimap-open-connection-1): Use it.
1539
1540         * message.el (message-indent-citation): Revert last change which made
1541         `F' not work.
1542
1543 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
1544
1545         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1546         terminal as well.
1547
1548 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1551         because it displays images using overlays that aren't easy to copy to
1552         the article buffer.
1553
1554 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1555
1556         * message.el (message-indent-citation): Fix empty line removal at the
1557         end of the citation.
1558
1559 2011-09-20  Julien Danjou  <julien@danjou.info>
1560
1561         * auth-source.el (auth-source-netrc-create): Use default value for
1562         password if specified.  Evaluate default.
1563         (auth-source-plstore-create): Ditto.
1564         (auth-source-plstore-create, auth-source-netrc-create): Fix default
1565         value evaluation.
1566         (auth-source-netrc-create): Typo fix.
1567         (auth-source-plstore-create): Ditto.
1568
1569         * password-cache.el (password-cache-remove): Remove entries even if the
1570         value is nil, so that password with a nil value (negative caching) is
1571         possible to invalidate.
1572
1573         * auth-source.el (auth-source-format-cache-entry): New function.
1574
1575 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1576
1577         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1578
1579 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1580
1581         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
1582
1583 2011-09-19  Julien Danjou  <julien@danjou.info>
1584
1585         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
1586         which work with things that are not ASCII.
1587
1588 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
1591
1592 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593
1594         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
1595         message level.
1596
1597 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
1600
1601 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602
1603         * gnus.el (gnus-interactive-exit): Update defcustom spec.
1604
1605 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1606
1607         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
1608         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
1609
1610 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
1611
1612         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
1613         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
1614         articles.
1615
1616 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
1617
1618         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
1619         (message-mail-other-window, message-mail-other-frame)
1620         (message-news-other-window, message-news-other-frame):
1621         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
1622         instead of setting buffer display varibles.
1623
1624 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1625
1626         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
1627
1628         * gnus-sum.el (gnus-fetch-headers): Bump message level.
1629
1630 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1631
1632         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
1633         duplicates" to a higher level.
1634
1635         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
1636         most egregious messages.
1637
1638 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639
1640         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
1641
1642 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
1643
1644         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
1645         up the file (bug#9351).
1646
1647 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1648
1649         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
1650         it does with all other backends, but decode the names immediately after
1651         getting them.
1652
1653         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
1654         decoding nnimap groups.
1655
1656         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
1657         newsrc file.  It doesn't seem like an important optimization any more.
1658
1659 2011-09-10  Dave Abrahams  <dave@boostpro.com>
1660
1661         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
1662         overflows.
1663
1664 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1665
1666         * gnus.el (gnus-article-mark-lists): Remove `recent'.
1667         (gnus-interactive-exit): Extend to `quiet'.
1668
1669         * gnus-sum.el (gnus-offer-save-summaries): Use it.
1670
1671         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
1672         string.
1673
1674         * plstore.el (plstore--get-buffer): Silence compiler warnings by
1675         renaming function arguments from `this'.
1676
1677         * gnus-sum.el (gnus-newsgroup-recent): Remove.
1678
1679         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
1680         has been renamed.
1681         (gnus-lrm-string-p): Include RLM and PDF, too.
1682
1683         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
1684         (bug#9225).
1685
1686 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
1687
1688         Add autoload cookies for functions used by sendmail.el.
1689         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
1690
1691         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
1692
1693 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1694
1695         * gnus-art.el (article-date-ut): Work properly even when there are
1696         things like Date header in the body; work for forwarded parts.
1697
1698 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
1699
1700         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
1701         original-article-buffer.
1702
1703 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
1704
1705         * nnir.el (nnir-compose-result): Fix matching of server type.
1706         (nnir-run-swish++): Ditto.
1707         (nnir-run-namazu): Ditto.
1708         (nnir-run-notmuch): Ditto.
1709
1710 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1711
1712         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
1713         (bug#9405).
1714
1715         * gnus-score.el (gnus-summary-increase-score): Doc clarification
1716         (bug#9421).
1717
1718         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
1719         (bug#9425).
1720
1721         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
1722         thing (bug#9426).
1723
1724 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
1727         the error message.
1728
1729 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
1730
1731         * message.el (message-setup-1): Return t (Bug#9392).
1732
1733 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
1734
1735         * gnus-sum.el: When adding article headers to a summary buffer also
1736         update gnus-newsgroup-articles (bug#9386).
1737
1738 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1739
1740         * auth-source.el: Autoload help-mode.
1741
1742 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1743
1744         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
1745         names.
1746
1747 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
1748
1749         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
1750         mm-replace-in-string for compatibility issues.
1751         * mml2015.el (mml2015-epg-verify): Ditto.
1752
1753 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1754
1755         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
1756
1757         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
1758
1759 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1760
1761         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
1762         continue on and do the clean-up phase (bug#9188).
1763
1764         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
1765         just ignore groups that can't be opened instead of erroring out
1766         (bug#9225).
1767
1768         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
1769         nil since some many people are fuddy-duddies.
1770
1771         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
1772         images.
1773
1774         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
1775         instead.
1776
1777         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
1778
1779         * gnus-util.el (gnus-process-live-p): Copy over compat function.
1780
1781         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
1782         processing.
1783
1784         * nntp.el (nntp-kill-buffer): Kill the process before killing the
1785         buffer to avoid warnings.
1786
1787 2011-08-20  Simon Josefsson  <simon@josefsson.org>
1788
1789         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
1790         specified to reduce precision.
1791
1792 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
1795         bodystructures (bug#9314).
1796
1797 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1798
1799         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
1800         Make button keymap non-sticky after buttons.
1801
1802 2011-08-18  David Engster  <dengste@eml.cc>
1803
1804         * nnmairix.el (nnmairix-request-set-mark)
1805         (nnmairix-goto-original-article): Remove adding of article to registry,
1806         since `gnus-registry-add-group' isn't available anymore.
1807         (nnmairix-determine-original-group-from-registry):
1808         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
1809         available anymore.
1810
1811 2011-08-12  Simon Josefsson  <simon@josefsson.org>
1812
1813         * starttls.el (starttls-any-program-available): Define as obsolete
1814         function.
1815
1816 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
1819         versions which Gnus use when appropriate.
1820
1821         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
1822         a pretty destructive command.
1823
1824         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
1825
1826 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1827
1828         * message.el (message-fix-before-sending): Make a different warning
1829         about NUL characters (bug#9270).
1830
1831         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
1832         from custom (bug#9260).
1833
1834         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
1835         things work in Emacs 22 and XEmacs, too.
1836
1837         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
1838         default From.
1839
1840         * gnus-spec.el (gnus-lrm-string-p): New macro.
1841         (gnus-lrm-string): New constant.
1842         (gnus-summary-line-format-spec): LRM-ify the from.
1843         (gnus-tilde-max-form): LRM-ify string chopping.
1844
1845         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
1846
1847         * message.el (message-is-yours-p): Allow disabling canlock checking
1848         (bug#9295).
1849         (message-shoot-gnksa-feet): Add `canlock-verify'.
1850         (message-auto-save-directory): Use ~/ as the auto-save directory if the
1851         message directory isn't writable (bug#9304).
1852
1853         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
1854         non-world-readable.
1855
1856 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
1859         articles.
1860
1861 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
1862
1863         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
1864         copy-list.
1865
1866 2011-08-12  Sam Steingold  <sds@gnu.org>
1867
1868         * gnus-score.el (gnus-score-find-alist): Keep the score files already
1869         in the reverse order to avoid modifying the cache with `nreverse'.
1870         (gnus-all-score-files): Do not modify the value returned by
1871         `gnus-score-find-alist' because it lives in a cache variable.
1872         (gnus-current-home-score-file): No need to `nreverse' the return value
1873         of `gnus-score-find-alist', it is already in the correct order.
1874
1875 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
1876
1877         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
1878         type MESSAGE and subtype RFC822 is slightly different from those of
1879         type TEXT.
1880
1881 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
1882
1883         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
1884         This allows article-referral to work from an nnir group.
1885
1886 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
1887
1888         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
1889
1890 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
1891
1892         * mml1991.el (mml1991-epg-find-usable-key)
1893         (mml1991-epg-find-usable-secret-key): New function.
1894         (mml1991-epg-sign): Check if signing key is usable.
1895         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
1896
1897 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
1898
1899         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
1900         server-variables only.  This should fix a bug introduced with commit
1901         e1889675b7f4adf057833c5513c9374134c4e053.
1902         (nnir-run-query): 'nnir-search-engine should not be set from the global
1903         environment.
1904
1905 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
1906
1907         * nnir.el (nnir-search-thread): Position point on referring article
1908         line.
1909         (nnir-warp-to-article): Clean up summary buffers.
1910
1911         * nnimap.el (nnimap-request-thread): Whitespace fix.
1912
1913 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
1914
1915         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
1916
1917 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * starttls.el (starttls-available-p): Rename from
1920         `starttls-any-program-available' and changed return convention.
1921
1922 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
1923
1924         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
1925         `unix-sync' unless it's defined.
1926
1927 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
1928
1929         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
1930         `aref' for XEmacs compatibiltiy.
1931
1932 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933
1934         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
1935
1936 2011-07-31  Dave Abrahams  <dave@boostpro.com>
1937
1938         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
1939         closures, quote the form properly (bug#9194).
1940
1941 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1942
1943         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
1944         (gnus-summary-insert-new-articles): Protect against servers that are
1945         down.
1946
1947 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1948
1949         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
1950         in mm handle if none is specified.
1951
1952 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
1953
1954         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
1955
1956 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
1957
1958         * nnir.el (nnir-search-thread): New function to make an nnir group
1959         based on a thread query.
1960
1961         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
1962         of nnir in thread referral.
1963         (gnus-summary-refer-thread): Use it.
1964
1965         * nnimap.el (nnimap-request-thread): Use it.
1966
1967 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1968
1969         * shr.el (shr-tag-comment): Ignore HTML comments.
1970
1971 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
1972
1973         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
1974         argument.
1975         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
1976         Use `nnir-address' to handle server info rather than passing an arg.
1977
1978         * nnimap.el (nnimap-make-thread-query): New utility function to format
1979         an imap thread search query.
1980         (nnimap-request-thread): Use it.
1981
1982         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
1983         right select-method if we are not going back to the group buffer.
1984
1985 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986
1987         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
1988         enter invalid buffer configurations into the quit form (bug#9107).
1989         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
1990         unplugged/plugged.
1991
1992         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
1993         keep track of which ones are unread (bug#9061).
1994
1995         * gnus.el (gnus-refer-article-method): Allow entering any sexp
1996         (bug#9055).
1997
1998         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
1999         (bug#9041).
2000
2001         * gnus-html.el (mm-util): Require (bug#9073).
2002
2003         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2004         (gnus-summary-refer-thread): Use it to remove duplicates in the
2005         un-threaded view (bug#9053).
2006         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2007
2008 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2009
2010         * nnir.el (nnir-read-server-parm): Use default value from global
2011         variable.  Without this the default search engine parameters aren't
2012         used at all.
2013
2014 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2015
2016         * message.el (message-unique-id): Don't use the undocumented return
2017         value from (random t) (bug#9118).
2018
2019 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2020
2021         * message.el (message-auto-save-directory): If the ~/Mail directory
2022         doesn't exist, use ~ as the auto-save directory (bug#4432).
2023
2024         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2025         hasn't already been started.
2026
2027 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2028
2029         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2030
2031         * message.el (message-reply): Work around mysterious bug where
2032         `message-mode' seems to overwrite the locally bound `subject' variable.
2033
2034 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2035
2036         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2037         correct group.
2038
2039         * gnus-int.el (gnus-request-thread): Add group argument.
2040
2041         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2042
2043 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044
2045         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
2046
2047         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2048         renamed to `debbugs-gnu-*'.
2049
2050 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2051
2052         * plstore.el: Revert the editing feature since it is not urgent.
2053         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2054         (plstore-mode-decoded): Remove.
2055
2056 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2057
2058         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2059         isn't very interesting any more, and it leaks potentially secret data.
2060         (gnus-debug): Remove.
2061
2062         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2063         use of :custom-show.
2064
2065 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2066
2067         * plstore.el: Add documentation.
2068         (plstore-mode): New mode to edit plstore file.
2069         (plstore-mode-toggle-display, plstore-mode-original)
2070         (plstore-mode-decoded): New command.
2071         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2072         (plstore--insert-buffer, plstore--make): New function.
2073         (plstore-open, plstore-save): Simplify by using them.
2074
2075 2011-07-06  Glenn Morris  <rgm@gnu.org>
2076
2077         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2078
2079 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2080
2081         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2082         no longer is much used.
2083         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2084         Articles".
2085
2086 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2087
2088         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2089         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2090         `notmuch' backend.
2091
2092 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2093
2094         * mm-decode.el (mm-text-html-renderer): Doc fix.
2095
2096         * gnus-msg.el (gnus-bug): Fix the MML tag.
2097
2098         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2099
2100 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2101
2102         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2103         secondary methods if started with `gnus-no-server'.
2104
2105 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2106
2107         * message.el (message-return-action): Fix typo in docstring.
2108
2109 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2112         bug reports at once.
2113
2114         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2115
2116 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2117
2118         * nndraft.el: Require gnus-group.
2119         (nndraft-request-list): Declare.
2120
2121         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2122         no unread article unless it matches gnus-permanently-visible-groups.
2123
2124         * nndraft.el (nndraft-update-unread-articles): New function.
2125         (nndraft-request-associate-buffer): Use it to update the number of
2126         unread articles for the nndraft groups in the group buffer when saving
2127         or killing a draft message.
2128
2129 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2130
2131         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2132         systems to binary before writing and reading the mbox files.
2133
2134         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2135         instead of trying to list them all (bug#8978).
2136
2137 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2138
2139         * pop3.el (pop3-open-server): Use :end-of-capability.
2140
2141 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2142
2143         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2144         the id is always a number.
2145
2146         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
2147
2148         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2149         debbugs mode, if possible.
2150
2151 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2152
2153         * auth-source.el (auth-source-token-passphrase-callback-function):
2154         Reindent.
2155         (epg-context-operation): Remove unnecessary autoload.
2156
2157 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2158
2159         * gnus.el (gnus-list-debbugs): New command.
2160
2161         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2162         mboxstat instead of the maintbox, since the stat seems to be fuller.
2163
2164         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2165         summary buffers.
2166
2167         * message.el (message-get-reply-headers): Delete all duplicates,
2168         instead of the first.
2169         (message-get-reply-headers): Ensure that we have progress while
2170         deleting duplicates.
2171
2172         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2173         gnus-posting-style value from the summary buffer to make it easier to
2174         make that a per-buffer conf.
2175
2176 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2177
2178         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2179         found by setting `shortcut' in 'query.
2180         (nnir-request-article): Use `shortcut' setting when requesting article
2181         by Message-ID.
2182
2183 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2184
2185         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2186         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2187         Bring the pseudo-headers back too.
2188
2189 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2190
2191         * auth-source.el (auth-source-token-passphrase-callback-function):
2192         Simplify and remove EPA dependency.
2193
2194 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2195
2196         * nnir.el (nnir-request-article): Fix error message text.
2197
2198 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2199
2200         * auth-source.el (plstore-delete): Autoload.
2201         (auth-source-plstore-search): Support delete operation.
2202         * plstore.el (plstore-delete): New function.
2203
2204 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2205
2206         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2207         mark actually existing articles as unread rather than the ones that
2208         active asserts.
2209
2210 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2211
2212         * nntp.el (nntp-record-command):
2213         * gnus-util.el (gnus-message-with-timestamp-1):
2214         Use format-time-string rather than decoding time stamps by hand.
2215         This is simpler and insulates the code from potential changes to
2216         current-time format.
2217
2218 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2219
2220         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2221
2222 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2223
2224         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2225         (plstore-save): Support public key encryption.
2226         (plstore--init-from-buffer): New function.
2227         (plstore-open): Use it; fix error when opening a non-existent file.
2228         (plstore-revert): Use plstore--init-from-buffer.
2229
2230 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2231
2232         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2233
2234 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2237         for old Emacsen.
2238
2239 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2240
2241         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2242         is not fully working.
2243
2244 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2245
2246         * dgnushack.el: Autoload sha1 on XEmacs.
2247
2248         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2249         quit window configuration.
2250
2251         * auth-source.el (epg-context-set-passphrase-callback):
2252         Remove duplicate autoload.
2253
2254 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2255
2256         * nnir.el (nnir-request-article): Allow requesting articles by
2257         Message-ID with nnimap.
2258
2259         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2260         current server.
2261
2262 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2263
2264         * auth-source.el: Autoload EPA/EPG functions.
2265         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2266         changed when EPA/EPG is not available.
2267         (auth-source-backend): Rename "arg" member to "data".
2268         (auth-source-backend-parse, auth-source-plstore-search)
2269         (auth-source-plstore-create): Use it.
2270
2271 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2272
2273         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2274         `gnus-refer-article-methods'.
2275
2276 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2277
2278         * auth-source.el: Require EPA and EPG.
2279         (auth-source-passphrase-alist): New variable.
2280         (auth-source-passphrase-callback-function)
2281         (auth-source-token-passphrase-callback-function): Callbacks for the
2282         netrc field encryption (GPG tokens).
2283         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2284         Symmetric encryption and decryption of the netrc GPG tokens.
2285         (auth-source-netrc-normalize): Use them, simplifying the closure.
2286
2287 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2288
2289         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
2290         is available.
2291
2292 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2293
2294         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2295         non-nil, and `nnimap-split-methods' is nil, use the former.
2296
2297 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2298
2299         * plstore.el (plstore-revert): New function.
2300         (plstore-open): Use it; hide the buffer from user.
2301
2302 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2303
2304         * auth-source.el (auth-source-backend): New member "arg".
2305         (auth-source-backend-parse): Handle new backend 'plstore.
2306         * plstore.el: New file.
2307
2308 2011-06-30  Glenn Morris  <rgm@gnu.org>
2309
2310         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2311
2312 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2313
2314         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2315         expiring articles to.
2316
2317         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2318         variations as ASCII (bug#5458).
2319
2320 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2323
2324 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2325
2326         * message.el (message-point-in-header-p): Tweak the function to default
2327         to saying that we're not in the headers if there is no separator at
2328         all.  This makes it possible to use the Message version of `M-q' in
2329         buffers with no headers (bug#7987).
2330         (message-point-in-header-p): Fix last checkin to work with an empty
2331         mail-header-separator, too.
2332
2333         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2334         again, save the choice via customize.
2335
2336 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337
2338         * message.el (message-send-mail-function): Add `sendmail-query-once'.
2339
2340         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2341         ended the connection, bail out before waiting infinitely on a new
2342         connection.
2343
2344 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
2345
2346         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2347         reports.
2348
2349         * gnus.el (gnus-bug-package): Use "gnus."
2350         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2351
2352 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353
2354         * dgnushack.el: Make the timer warning go away on XEmacs.
2355
2356         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2357         animations going on at article exit time.
2358
2359         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2360         since removing it breaks people upgrading.
2361
2362         * shr.el (shr-put-image): Use the new interface for animating images.
2363         (shr-put-image): Animate for 60 seconds.
2364
2365         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
2366         avoid compiler warnings.
2367
2368         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2369         error with `find-file-hooks' on Emacs 22.
2370         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2371         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2372         on all architectures.
2373
2374         * spam.el (spam-stat): Require in a normal fashion without binding
2375         `spam-stat-install-hooks' to avoid compilation warnings.
2376
2377         * spam-stat.el (spam-stat-install-hooks): Remove.
2378         (spam-stat-install-hooks): Don't run automatically.
2379
2380 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2381
2382         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2383         and keystroke.
2384
2385 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2386
2387         * auth-source.el (auth-source-netrc-cache): Move forward.
2388
2389 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2390
2391         * proto-stream.el (proto-stream-open-starttls): Use
2392         `gnutls-available-p' to see whether we have built-in support.
2393
2394         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2395         we already know.
2396         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2397         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2398
2399 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2400
2401         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2402         %S format, since that looks odd.
2403         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2404         file, especially when saving.
2405
2406 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
2407
2408         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
2409         article found.
2410
2411 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2412
2413         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2414         `auth-source-save-secrets' with a more sensitive alist that can be
2415         configured per file.  Experimental, so defaults to 'never.
2416         (auth-source-netrc-create): Use it.  Still experimental code.
2417         (with-auth-source-epa-overrides): Use `find-file-hooks' if
2418         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
2419
2420 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
2421
2422         * auth-source.el (auth-source-save-secrets): New variable to control if
2423         secret tokens should be saved encrypted.
2424         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2425         to `auth-source-netrc-normalize'.
2426         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
2427         on the EPA variables being defined.
2428         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2429         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2430         the lexical-let closure.
2431         (auth-source-netrc-create): Create "gpg:" tokens according to
2432         `auth-source-save-secrets'.
2433
2434 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * gnus-group.el (gnus-group-update-group): Add new argument
2437         `info-unchanged' that stops updating dribble buffer.
2438
2439         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2440         deletes lines matching to it in dribble buffer.
2441
2442         * gnus-agent.el (gnus-agent-fetch-group-1):
2443         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2444         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2445         * gnus-start.el (gnus-group-change-level):
2446         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2447
2448         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2449         if newsgroup info is not changed.
2450
2451         * gnus-group.el (gnus-group-get-new-news-this-group):
2452         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2453         Don't update dribble buffer.
2454
2455 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
2456
2457         * gnus-registry.el (gnus-registry-remove-ignored): New function to
2458         remove entries with groups we ignore.
2459
2460 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2461
2462         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2463         the underline comes at the bottom.
2464
2465 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
2466
2467         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2468         `gnus-registry-user-format-function-M' and declare the latter obsolete.
2469         (gnus-registry-article-marks-to-names): Rename from
2470         `gnus-registry-user-format-function-M2'.
2471
2472 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2475         ephemeral group.
2476
2477 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * shr.el (shr-browse-image): Copy the URL if called interactively.
2480
2481 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2482
2483         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2484         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
2485         done, then unselected articles may be marked as read.
2486
2487         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2488         since not doing this seems to lead to a race condition in pop3-logon.
2489
2490         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2491         so that the call chain it correct when we call "upwards".
2492
2493         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2494         in read-only groups.
2495
2496         * gnus-group.el (gnus-group-mark-article-read): Ditto.
2497
2498         * message.el (message-cite-reply-position): Doc string fix.
2499
2500         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2501         avoid regexp overflow.
2502         (nnimap-transform-split-mail): Ditto.
2503
2504         * pop3.el (pop3-retr): Error out if the server closes the connection.
2505
2506 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2507
2508         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2509         mm-with-unibyte-current-buffer.  The buffer should not contain any
2510         multibyte chars anyway at this stage.
2511
2512 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2515         at the end of lines.
2516
2517 2011-05-29  Julien Danjou  <julien@danjou.info>
2518
2519         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2520
2521 2011-05-27  Glenn Morris  <rgm@gnu.org>
2522
2523         * gnus-group.el (gnus-bug-group-download-format-alist):
2524         Use the "maintainer" version of debian reports as well.
2525
2526 2011-05-26  Glenn Morris  <rgm@gnu.org>
2527
2528         * gnus-group.el (gnus-bug-group-download-format-alist):
2529         Use the "maintainer" version of debbugs.gnu.org reports.
2530
2531 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2532
2533         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2534
2535 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2536
2537         * gnus-cus.el (gnus-agent-customize-category):
2538         * gnus-delay.el (gnus-delay-send-queue):
2539         * gnus.el (gnus-other-frame):
2540         Don't quote lambda expressions with `quote'.
2541
2542 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2543
2544         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2545         the thread moves us backwards and so we loop forever.
2546
2547 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2548
2549         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2550         whitespace in base64 data lines.
2551
2552 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
2553
2554         * gnus-registry.el (gnus-registry-user-format-function-M):
2555         Use `mapconcat'.
2556         (gnus-registry-user-format-function-M2): Use to see the full text of
2557         the marks.  Make "," the mark text separator.
2558
2559         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2560         authentication with auth-source.
2561
2562 2011-05-17  Glenn Morris  <rgm@gnu.org>
2563
2564         * gnus-group.el (gnus-import-other-newsrc-file):
2565         Use insert-file-contents.
2566
2567 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
2568
2569         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
2570         1000 iterations.
2571
2572 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2573
2574         * nntp.el (nntp-open-connection): Check if process-type is available.
2575
2576 2011-05-16  Julien Danjou  <julien@danjou.info>
2577
2578         * shr.el (shr-tag-del): Add support for del tag.
2579
2580 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2581
2582         * gnus-html.el (gnus-html-put-image): Register a displayer.
2583
2584         * shr.el (shr-image-displayer): Don't remove text props from alt text.
2585
2586 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
2587
2588         * registry.el (prune-factor): New initialization parameter defaulting
2589         to 0.1.
2590         (registry-prune-hard): Use it.
2591
2592         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
2593         0.1 expicitly.
2594
2595 2011-05-13  Glenn Morris  <rgm@gnu.org>
2596
2597         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
2598         is bound, since this function requires sendmail.
2599
2600 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
2601
2602         * registry.el (registry-usage-test): Disable pruning test.
2603
2604 2011-05-11  David Engster  <dengste@eml.cc>
2605
2606         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
2607         Bind set-network-process-option for XEmacs.
2608
2609 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
2610
2611         * registry.el (registry-prune-hard-candidates)
2612         (registry-prune-soft-candidates): Helper methods for registry pruning.
2613         (registry-prune): Use them.  Make the sort function optional.
2614
2615 2011-05-10  Jim Meyering  <meyering@redhat.com>
2616
2617         * shr.el (shr-colorize-region): Fix typo "on on -> on".
2618
2619 2011-05-10  Julien Danjou  <julien@danjou.info>
2620
2621         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
2622         symbol and not a list.
2623
2624 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2625
2626         * gnus-art.el (gnus-article-mode): Move binding of
2627         shr-put-image-function here from gnus-article-prepare-display.
2628
2629         * shr.el (shr-put-image-function): New variable.
2630         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
2631         (shr-put-image): Return scaled image.
2632
2633         * gnus-art.el (gnus-shr-put-image): New function.
2634         (gnus-article-prepare-display): Bind shr-put-image-function to it.
2635
2636         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
2637         original ones, as deletable.
2638
2639 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2640
2641         * nntp.el (nntp-open-connection): Set TCP keepalive option.
2642
2643 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2644
2645         * registry.el (registry-full): Add convenience method.  Fix logic.
2646         (registry-insert): Use it.  Fix logic here too.
2647
2648         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
2649         `registry-prune' if `registry-full' returns t.
2650         (gnus-registry-handle-action)
2651         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
2652         (gnus-registry-usage-test): Use it.
2653
2654 2011-05-07  Julien Danjou  <julien@danjou.info>
2655
2656         * shr.el (shr-link): Make shr-link inherit from link by default.
2657
2658 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
2659
2660         * shr.el (shr-urlify, shr-link): Fix shr-link face.
2661
2662 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2663
2664         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
2665         error out because the face is not a list.
2666
2667 2011-05-05  Glenn Morris  <rgm@gnu.org>
2668
2669         * proto-stream.el (gnutls-negotiate): Fix declarations.
2670
2671         * gnus-start.el (gnus-propagate-marks): Declare.
2672
2673 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
2674
2675         * registry.el (registry-reindex): Fix percentage message.
2676
2677         * proto-stream.el (network-stream-open-starttls): Adjust to call
2678         `gnutls-negotiate' with :process and :hostname arguments.
2679
2680 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
2681
2682         * shr.el: Add shr-link face for links.
2683         (shr-urlify): Use it.
2684
2685         * registry.el (registry-insert): Make error message more helpful.
2686
2687 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2688
2689         * gnus-html.el (gnus-html-schedule-image-fetching):
2690         Use url-queue-retrieve, if it exists.
2691
2692         * shr.el (shr-tag-img): Ditto.
2693
2694         * gnus.el: Autoload more gnus-agent functions.
2695
2696         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
2697         agent if we haven't already (bug#8502).
2698
2699         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
2700         into the Agent, too.
2701
2702         * gnus-agent.el (gnus-agent-store-article): New function.
2703
2704         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
2705         and moved from that file for reuse.
2706
2707         * pop3.el (pop3-open-server): Error messages are "-ERR".
2708
2709 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2710
2711         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
2712         (open-tls-stream): Remove superfluous tls/starttls autoloads.
2713
2714 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2715
2716         * gnus.el: No Gnus v0.17 is released.
2717
2718 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2719
2720         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
2721         buffer has moved to a different frame.
2722
2723 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2724
2725         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
2726         to get the conversion from unibyte to multibyte buffers to work on
2727         Emacs 22.
2728
2729         * nntp.el (nntp-request-article): Slight clean-up.
2730
2731 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2732
2733         * shr.el (shr-strike-through): New face.
2734         (shr-tag-s): Use it to provide <s> support.
2735         (shr-tag-s): Remove duplicate definition.
2736
2737 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2738
2739         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
2740         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
2741
2742 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
2743
2744         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
2745         `gnutls-negotiate'.
2746         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
2747
2748 2011-04-23  Glenn Morris  <rgm@gnu.org>
2749
2750         * gnus-sum.el (gnus-extra-headers): Bump :version.
2751
2752 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2753
2754         * shr.el (shr-tag-sup): New function.
2755         (shr-tag-sub): Ditto.
2756
2757 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
2758
2759         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
2760         for the case where `gnus-registry-ignored-groups' is a list of lists,
2761         and don't call `gnus-parameter-registry-ignore' otherwise.
2762
2763 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2764
2765         * nnimap.el (nnimap-user): New backend variable.
2766         (nnimap-open-connection-1): Use it.
2767         (nnimap-credentials): Accept user parameter so it's explicit what user
2768         name is desired.
2769
2770         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2771         default.
2772
2773         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2774         not gnus-registry.el.
2775
2776         * gnus-registry.el: Mention in comments how to modify
2777         `gnus-extra-headers' for proper recipient tracking and that it may
2778         already have To and Cc recently, which it does as of this commit.
2779         (gnus-registry-ignored-groups): Remove defcustom.
2780         Explain why in comments.
2781         (gnus-registry-action): Fix data-header reference to use the extra
2782         headers.  Explain in package commentary how to add To and Cc headers to
2783         the gnus-extra-headers.
2784         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
2785         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
2786         parameter list or a string list in `gnus-registry-ignored-groups'.
2787         Fix logic error.
2788
2789 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790
2791         * shr.el (shr-expand-url): Protect against null urls.
2792
2793 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794
2795         * shr.el (shr-base): New binding.
2796         (shr-tag-base): Keep track of <base>.
2797         (shr-expand-url): New function used throughout.
2798
2799 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
2800
2801         * gnus-registry.el
2802         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
2803         (gnus-registry-ignored-groups): New variable.
2804         (gnus-registry-ignore-group-p): Use it.
2805         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
2806         set the destination group to nil (same as delete) if it's ignored.
2807
2808 2011-04-20  David Engster  <dengste@eml.cc>
2809
2810         * tests/gnustest-nntp.el: New file for simple NNTP testing.
2811
2812         * Makefile.in (test-nntp): New rule.
2813         (check): Add it.
2814         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
2815
2816 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2817
2818         * gnus-registry.el (gnus-registry-action)
2819         (gnus-registry-fetch-header-fast):
2820         Don't use mail-header that looks an internal function of mailheader.el.
2821
2822 2011-04-19  Glenn Morris  <rgm@gnu.org>
2823
2824         * time-date.el (time-to-days): Remove unused local variables.
2825
2826 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2827
2828         * gnus-registry.el: Eliminate cl functions.
2829         (gnus-registry-sort-addresses): New function that replaces mapcan.
2830         (gnus-registry-action, gnus-registry-spool-action)
2831         (gnus-registry-split-fancy-with-parent)
2832         (gnus-registry-fetch-recipients-fast): Use it.
2833         (gnus-registry-import-eld): Replace delete* with dolist + delq.
2834
2835         * registry.el (initialize-instance, registry-lookup)
2836         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2837         (registry-lookup-secondary-value, registry-search, registry-delete)
2838         (registry-insert, registry-reindex, registry-size, registry-prune):
2839         Use eval-and-compile.
2840
2841 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2842
2843         * registry.el (registry-reindex): New method to recreate the secondary
2844         registry indices.
2845
2846         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
2847         tracked field changes.
2848         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
2849         (gnus-registry-action, gnus-registry-spool-action)
2850         (gnus-registry-handle-action)
2851         (gnus-registry--split-fancy-with-parent-internal)
2852         (gnus-registry-split-fancy-with-parent)
2853         (gnus-registry-register-message-ids): Add recipient tracking on spool,
2854         move, and delete actions, and for fancy splitting with parent.
2855         (gnus-registry-extract-addresses)
2856         (gnus-registry-fetch-recipients-fast)
2857         (gnus-registry-fetch-header-fast): Convenience functions.
2858         (gnus-registry-misc-test): ERT test of
2859         `gnus-registry-extract-addresses'.
2860
2861 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2862
2863         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2864         Track by subject first, then sender.
2865
2866 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2867
2868         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
2869
2870         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
2871         Lisp.
2872
2873         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
2874         (gnus-draft-send): Use it to avoid popping
2875         up frames from gnus-group-send-queue.
2876
2877 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
2878
2879         * gnus-registry.el: Updated gnus-registry docs.
2880
2881 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
2882
2883         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2884         Fix logic bug.
2885         (gnus-registry-post-process-groups): Fix logging of no results and
2886         quote sender and subject.
2887
2888 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2889
2890         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
2891         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
2892         gnutls-cli are too slow to be done opportunistically.
2893
2894         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
2895         (gnus-read-active-for-groups): Don't try to finish getting stuff where
2896         we had no early-data returned.
2897         (gnus-get-unread-articles): Add a sanity check so that we don't issue
2898         two async commands to the same server at the same time.
2899
2900 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
2901
2902         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
2903
2904 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2905
2906         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
2907         "warning" level.
2908
2909         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
2910         (mm-url-insert-file-contents): Don't set the package names.
2911
2912 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
2913
2914         * gnus-registry.el (gnus-registry-action): Remove properties and
2915         simplify subject in `gnus-registry-handle-action'.
2916         (gnus-registry-spool-action): Get subject and sender from message if
2917         they are not passed in.
2918         (gnus-registry-handle-action): Remove properties and simplify subject
2919         consistently.
2920
2921 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2922
2923         * registry.el: Require CL before using defmacro*.
2924
2925 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2926
2927         * gnus-art.el (article-treat-date): Assume that
2928         gnus-article-date-headers may be a group parameter.
2929
2930 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
2931
2932         * gnus-registry.el (gnus-registry-handle-action): More debugging.
2933
2934         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
2935         interactively so the newsrc file can contain foreign groups too.
2936         Useful for debugging but not much for users.
2937
2938 2011-04-07  David Engster  <dengste@eml.cc>
2939
2940         * registry.el (registry-usage-test): Only do
2941         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
2942         lexical binding.
2943
2944 2011-04-07  David Engster  <dengste@eml.cc>
2945
2946         * Makefile.in (check, test-registry): New rules for test-suite.
2947
2948 2011-04-06  David Engster  <dengste@eml.cc>
2949
2950         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
2951         argument NOERROR for `require', since XEmacs 21.4 does not support it.
2952
2953 2011-04-06  David Engster  <dengste@eml.cc>
2954
2955         * registry.el (initialize-instance): Change :after to :AFTER to be
2956         compatible with old EIEIO version in XEmacs.
2957
2958 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2959
2960         * gnus-registry.el (gnus-registry-post-process-groups)
2961         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
2962         and provide better messaging.
2963
2964 2011-04-06  David Engster  <dengste@eml.cc>
2965
2966         * Makefile.in (fail-on-warning): New rule to compile with warnings as
2967         errors.
2968
2969         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
2970         dgnushack-compile with error-on-warn enabled, and to signal an error if
2971         clean compilation failed.
2972         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
2973         with `byte-compile-error-on-warn'.  Return nil if errors occured.
2974
2975 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2976
2977         * gnus-registry.el: Don't use ERT if it's not available.  Load it
2978         unconditionally anyway, discarding errors.
2979         (gnus-registry-delete-entries): New convenience function.
2980         (gnus-registry-import-eld): Import from old .eld registry.
2981
2982         * registry.el: Don't use ERT if it's not available.  Load it
2983         unconditionally anyway, discarding errors.
2984
2985         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
2986         version from the Claudio Bley GnuTLS patch (extra optional parameters
2987         and host name).
2988
2989 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2990
2991         * gnus-registry.el (gnus-registry-fixup-registry): New function to
2992         fixup the parameters that can be customized by the user between
2993         save/read cycles.
2994         (gnus-registry-read): Use it.
2995         (gnus-registry-make-db): Use it.
2996         (gnus-registry-spool-action, gnus-registry-handle-action):
2997         Fix messaging.
2998         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
2999         Map references to actual group names with sender and subject tracking.
3000         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3001         (gnus-registry-usage-test): Add subject lookup test.
3002
3003         * registry.el (registry-db, initialize-instance): Set up constructor
3004         instead of :initform arguments for the sake of older Emacsen.
3005         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3006         pre-lexbind merge bug.
3007         (registry-usage-test): Use it.
3008         (initialize-instance, registry-db): Move the non-function initforms
3009         back to the class definition.
3010
3011 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3012
3013         * registry.el: New library to manage gnus-registry-style data.
3014
3015         * gnus-registry.el: Use it (major rewrite).
3016
3017         * nnregistry.el: Use it.
3018
3019         * spam.el: Use it.
3020
3021 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3024         marks on non-selected articles.
3025
3026 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3027
3028         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3029         parameter to open-protocol-stream.
3030
3031 2011-04-01  Julien Danjou  <julien@danjou.info>
3032
3033         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3034         fundamental-mode.
3035
3036 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3037
3038         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3039         servers.
3040
3041 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042
3043         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3044         made marks not propagate, again.
3045
3046 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3047
3048         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3049         Make this the default type.
3050         (proto-stream-open-plain): Rename from proto-stream-open-default.
3051         (open-protocol-stream, proto-stream-open-starttls)
3052         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3053         with `plain'.
3054
3055         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3056         value.
3057
3058         * nntp.el (nntp-open-connection-function): Document the fact that some
3059         values are not functions but are instead handled specially.
3060         Recognize nntp-open-plain-stream value.
3061         (nntp-open-connection): Recognize that value.
3062
3063 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3064
3065         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
3066         where it seems to be needed.
3067
3068 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3069
3070         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3071         stuff.
3072
3073         * gnus-score.el (gnus-score-string): Fix calling convention of
3074         `gnus-simplify-buffer-fuzzy' after last patches.
3075
3076         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3077         server for articles we didn't get any headers for.  This is a sanity
3078         check.
3079
3080 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3081
3082         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3083         new CAPABILITY, use it.
3084
3085 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3086
3087         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3088         downloading anything.
3089
3090         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3091
3092 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3093
3094         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3095         colors.
3096         (gnus-splash-svg-color-symbols): New function.
3097
3098 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3099
3100         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3101         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3102         (gnus-simplify-subject-fuzzy): Use the local
3103         gnus-simplify-subject-fuzzy-regex instead of the global one.
3104         This makes using this variable in group parameters work.
3105
3106 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3107
3108         * gnus-registry.el (gnus-registry-unfollowed-groups):
3109         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3110         archive:sent-YYYY-MM-DD groups).
3111         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3112         tracking if there are more than `gnus-registry-max-track-groups'
3113         matches.
3114
3115 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3116
3117         * message.el (message--yank-original-internal): New function to do the
3118         insertion cleanly inside eval in `message-yank-original'.
3119         (message-yank-original): Use it.
3120
3121 2011-03-29  Julien Danjou  <julien@danjou.info>
3122
3123         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3124         local variables disabled rather than `normal-mode'.
3125
3126 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3127
3128         * imap.el (imap-shell-open, imap-process-connection-type):
3129         Use imap-process-connection-type for 'shell' streams as well as
3130         Kerberos, SSL, other subprocesses.
3131
3132 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3133
3134         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3135         with open-network-stream.
3136         (proto-stream-always-use-starttls): Option removed.
3137         (open-protocol-stream): Return a process object by default.  Provide a
3138         new parameter :return-list specifying a list-type return value, which
3139         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3140         :type `network' to `try-starttls', and `network-only' to `default'.
3141         Make `default' the default, for compatibility with open-network-stream.
3142         Handle the no-parameter case exactly as open-network-stream, with no
3143         additional stream processing.  Search plists using plist-get.
3144         Explicitly add :end-of-commend parameter if it is missing.
3145         (proto-stream-open-default): Rename from
3146         proto-stream-open-network-only.  Return 'default as the type.
3147         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3148         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3149         failed.  Always return a list with a (possibly dead) process as the
3150         first element, for compatibility with open-network-stream.
3151         (proto-stream-open-tls): Use plist-get.  Always return a list.
3152         (proto-stream-open-shell): Return `default' as connection type.
3153         (proto-stream-capability-open): Use plist-get.
3154         (proto-stream-eoc): Function deleted.
3155
3156         * nnimap.el (nnimap-stream, nnimap-open-connection)
3157         (nnimap-open-connection-1): Handle renaming of :type parameter for
3158         open-protocol-stream.
3159         (nnimap-open-connection-1): Pass a :return-list parameter
3160         open-protocol-stream to obtain a list return value.  Parse this list
3161         using plist-get.
3162
3163         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3164         for open-protocol-stream.  Accept open-protocol-stream return value
3165         that is a subprocess object instead of a list.  Handle the case of a
3166         dead returned process.
3167
3168 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3169
3170         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3171
3172         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3173
3174 2011-03-21  Julien Danjou  <julien@danjou.info>
3175
3176         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3177         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3178         query.
3179         (mm-inline-text): Render normal text with fontification whenever
3180         possible.
3181
3182         * gnus-sum.el (gnus-summary-save-parts-1):
3183         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3184         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3185         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3186         Use `mm-handle-filename'.
3187
3188         * mm-util.el (mm-handle-filename): New function, return the filename of
3189         an handle.
3190
3191 2011-03-18  Julien Danjou  <julien@danjou.info>
3192
3193         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3194         (gnus-buffer-live-p): Check that buffer is not nil.
3195
3196 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3197
3198         * gnus.el: No Gnus v0.15 is released.
3199
3200 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3201
3202         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3203         avoid warning on XEmacs.
3204
3205         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3206         on XEmacs.
3207
3208         * gnus-art.el: Require mouse, which the build bot seems to say is
3209         needed.
3210
3211         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3212
3213         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3214         XEmacs, since it doesn't have url-retrieve-synchronously.
3215
3216         * time-date.el (format-seconds): Use assoc instead of assoc-string,
3217         since assoc-string doesn't exist in XEmacs.
3218
3219 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3220
3221         * gnus-group.el (gnus-group-list-ticked): New function.
3222         (gnus-group-make-menu-bar): Provide a menu entry for it.
3223         (gnus-group-list-map): Provide a binding for it.
3224
3225 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3226
3227         * shr.el (shr-visit-file): New command.
3228
3229         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3230
3231 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3232
3233         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3234         servers.
3235
3236 2011-03-16  Julien Danjou  <julien@danjou.info>
3237
3238         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3239         inline.
3240
3241         * gnus-art.el (article-hide-list-identifiers):
3242         Use gnus-group-get-list-identifiers.
3243
3244         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3245         (gnus-summary-remove-list-identifiers):
3246         Use gnus-group-get-list-identifiers to get regexp.
3247         (gnus-select-newsgroup, gnus-summary-insert-subject)
3248         (gnus-summary-insert-articles):
3249         Call gnus-summary-remove-list-identifiers unconditionally.
3250
3251 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3252
3253         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3254         we're selecting a group with unread articles.
3255
3256         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3257
3258         * gssapi.el: New file separated out from imap.el to provide a general
3259         Kerberos 5 connection facility for Emacs.
3260
3261         * message.el (message-elide-ellipsis): Document the format spec
3262         ellipsis.
3263
3264 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3265
3266         * message.el (message-elide-region): Allow the ellipsis to say how many
3267         lines were removed.
3268
3269 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3272         window configurations containing buffers that are now dead.
3273
3274         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3275         parsing to avoid integer overflows.
3276         (nnimap-parse-flags): Simplify the last change.
3277         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3278         too large for 32-bit Emacsen.
3279
3280 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3281
3282         * auth-source.el (auth-source-netrc-create):
3283         * message.el (message-yank-original): Fix use of `case'.
3284
3285 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3286
3287         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3288         XEmacs, which was one character too wide.
3289
3290 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3291
3292         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3293         default number of articles to display.
3294         (gnus-articles-to-read): Use pretty names for prompt.
3295
3296 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3297
3298         * gnus-int.el (gnus-open-server): Ditto.
3299
3300         * gnus-start.el (gnus-activate-group): Give a backtrace if
3301         debug-on-quit is set and the user hits `C-g'.
3302         (gnus-read-active-file): Ditto.
3303
3304         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3305
3306 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3307
3308         * message.el (message-yank-original): Use cond instead of CL case.
3309
3310 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3311
3312         * auth-source.el (auth-source-netrc-create): Use usual format for the
3313         default in prompts.
3314
3315 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3316
3317         * lpath.el: Fbind read-char-choice for XEmacs.
3318
3319 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3320
3321         * auth-source.el (auth-source-netrc-create): Show the default in the
3322         prompt when prompting for token creation.
3323
3324 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3325
3326         * auth-source.el (auth-source-format-prompt): Always convert the value
3327         to a string to avoid evaluating non-string arguments.
3328         (auth-source-netrc-create): Offer default properly, not as initial
3329         content in `read-string'.
3330         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3331         of line to determine if we've been run before.  If so, don't run again,
3332         but print a trivial message to indicate the cache was hit instead.
3333
3334 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3335
3336         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3337         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
3338         The user will have to run `gnus-sync-read' manually and wait for Cloudy
3339         Gnus.
3340
3341 2011-03-11  Julien Danjou  <julien@danjou.info>
3342
3343         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3344         modified file".
3345
3346 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3347
3348         * auth-source.el (auth-source-read-char-choice): New function to read a
3349         character choice using `dropdown-list', `read-char-choice', or
3350         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3351         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3352         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3353         (auth-source-netrc-saver): Use it.
3354         (auth-source-pick-first-password): New convenience function.
3355
3356 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3357
3358         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3359         parameter in the credentials.
3360         (nnimap-open-connection-1): Use it after a successful login.
3361         (nnimap-credentials): Add IMAP-specific user and password prompt.
3362
3363         * auth-source.el (auth-source-search): Add :require parameter, taking a
3364         list.  Document it and the :save-function return token.  Pass :require
3365         down.  Change the CREATED message from a warning to a debug statement.
3366         (auth-source-search-backends): Pass :require down.
3367         (auth-source-netrc-search): Pass :require down.
3368         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3369         Change save prompt to indicate all modifications saved here are
3370         deletions.
3371         (auth-source-netrc-create): Take user login name as default in user
3372         prompt.  Move all the save functionality to a lexically bound function
3373         under the :save-function token in the returned list.  Set up clearer
3374         default prompts for user, host, port, and secret.
3375         (auth-source-netrc-saver): New function, intended to be wrapped for
3376         :save-function.
3377
3378 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3381         lines to be spaces instead.
3382
3383 2011-03-07  Julien Danjou  <julien@danjou.info>
3384
3385         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3386         (sieve-sasl-auth): Check that auth-source-search did return something,
3387         or just return an empty string.
3388
3389 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3390
3391         * gnus.el (gnus-interactive): Use read-directory-name.
3392
3393         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3394         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3395         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3396         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3397         Likewise.
3398
3399         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3400
3401 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3402
3403         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3404         onto the list of killed groups, too.  This makes killed nnimap groups,
3405         for instance, more reliably not reappear.
3406
3407         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3408         the parent.
3409
3410         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3411
3412         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3413         really have server-side marks.
3414
3415         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3416         since most backends do not usefully have server-side marks.
3417         (gnus-update-read-articles): Propagate marks to all backends that
3418         really have server-side marks.
3419
3420 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3421
3422         * message.el (message-cite-reply-position, message-cite-style):
3423         New variables.
3424         (message-yank-original): Use the new citation styles.
3425
3426 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3427
3428         * message.el (message-options): Revert 22da67af (workaround for XEmacs
3429         buffer-local issue); don't mark it buffer-local when running under
3430         XEmacs.
3431
3432 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3433
3434         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3435         numbers too big to be `read'.
3436
3437 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3438
3439         * password-cache.el (password-in-cache-p): Add autoload.
3440
3441         * message.el (message-options): Make buffer-local two ways to attempt
3442         to fix a XEmacs bug.
3443
3444 2011-03-02  Julien Danjou  <julien@danjou.info>
3445
3446         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3447
3448 2011-03-01  Julien Danjou  <julien@danjou.info>
3449
3450         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3451         group.
3452         (article-hide-list-identifiers): Use list-identifier group parameter.
3453
3454 2011-02-28  Julien Danjou  <julien@danjou.info>
3455
3456         * sieve.el (sieve-buffer-script-name): New local variable to store
3457         sieve script name.
3458         (sieve-edit-script): Store sieve script name.
3459         (sieve-upload): Use sieve script name when uploading.
3460         (sieve-upload): Use substitute-command-keys.
3461         (sieve-edit-script): Use substitute-command-keys.
3462         (sieve-refresh-scriptlist): Use substitute-command-keys.
3463         (sieve-manage-mode-map): Define keymap properly.
3464         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3465         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3466         Remove commented code about cvs.
3467         (sieve-manage-quit): New function.
3468         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3469
3470 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3471
3472         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3473
3474 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3475
3476         * auth-source.el (auth-source-search): Cache empty result sets.
3477
3478         * password-cache.el (password-in-cache-p): Convenience function to
3479         check if a key is in the cache, even if the value is nil.
3480
3481         * auth-source.el (auth-source-save-behavior): New variable to replace
3482         `auth-source-never-create'.
3483         (auth-source-netrc-create): Use it.
3484         (auth-source-never-save): Remove.
3485
3486 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3487
3488         * nnimap.el (nnimap-stream): Doc fix.
3489         (nnimap-open-connection-1): Reverse the order of the ports to that the
3490         prompted-for port is first.
3491
3492         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3493         retrieval by the no-group selection.
3494
3495         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3496         numerical parameters.
3497
3498 2011-02-25  Julien Danjou  <julien@danjou.info>
3499
3500         * gnus-gravatar.el: Use gnus-with-article-buffer.
3501
3502         * gnus-art.el (gnus-with-article-buffer): Check that the
3503         gnus-article-buffer is alive.
3504
3505 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3506
3507         * auth-source.el (auth-source-creation-prompts): New variable to manage
3508         creation-time prompts.
3509         (auth-source-search): Document it.
3510         (auth-source-format-prompt): Add utility function.
3511         (auth-source-netrc-create): Don't default the user name to
3512         user-login-name.  Use `auth-source-creation-prompts' and some default
3513         prompts for user, host, port, and password (the default generic prompt
3514         remains ugly).
3515         (auth-source-never-save): Add customizable option to never save info.
3516         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
3517         mode excursion.
3518
3519 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3520
3521         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3522         argument that XEmacs doesn't support.
3523
3524         * dgnushack.el (dgnushack-compile): Exclude color.el from being
3525         compiled for Emacsen having no `libxml-parse-html-region' support.
3526
3527         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
3528
3529         * lpath.el: Bind buffer-save-without-query for XEmacs.
3530
3531 2011-02-23  Julien Danjou  <julien@danjou.info>
3532
3533         * gnus-art.el (article-make-date-line): Ignore errors if time is
3534         invalid and not convertible.
3535         (article-make-date-line): Only add lapsed time if time is not nil.
3536
3537 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
3538
3539         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3540         `read-char-choice' for backwards compatibility.
3541         (auth-source-netrc-element-or-first): New function to DTRT for
3542         parameter extraction.
3543         (auth-source-netrc-create): Use it and fix multiple parameter print
3544         bug.  Use the default passed from above (given-default) or the
3545         built-in (user-login-name for :user).
3546
3547 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
3548
3549         * gnus-start.el (gnus-dribble-read-file):
3550         Set buffer-save-without-query, since we always want to save the dribble
3551         file, probably.
3552
3553         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3554         nnimap.
3555
3556         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3557         -summary- since it's a user-visible variable.
3558
3559         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3560         first time you use the new Gnus.
3561
3562 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
3563
3564         * auth-source.el: Don't load netrc.el.
3565         (auth-sources): Search ~/.netrc as well by default.
3566         (auth-source-debug): Add 'trivia option for extra output.
3567         (auth-source-do-trivia): Use it.
3568         (auth-source-search): Simplify logic to use
3569         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
3570         appropriate.  Don't keep a running count at this level.  Layer :create
3571         and :delete options appropriately on the first and second passes.
3572         Don't track the backend with the search results.
3573         (auth-source-search-backends): New function to search a list of
3574         backends for a processed spec.
3575         (auth-source-netrc-parse): Cache all netrc files, making
3576         auth-source-netrc-cache an alist keyed by the file name and using the
3577         file mtime as the caching criterion.  Keep the obfuscated data secret
3578         with a lexical bind.
3579         (auth-source-netrc-search): Don't calculate the length of the results
3580         unnecessarily.
3581         (auth-source-search-backends): Fix bug.
3582         (auth-source-netrc-create): Rework prompts.
3583
3584 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
3585
3586         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
3587         Lower case names of search constraints.
3588         (nnir-run-query): Cache and reuse search constraints for all imap
3589         servers.
3590
3591 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
3592
3593         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
3594         after exit.
3595         (gnus-setup-message): Define missing variable from last checkin.
3596
3597         * gnus-sum.el (gnus-summary-show-article): When called with t as the
3598         value, show the raw article.
3599
3600 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3601
3602         * gnus.el: No Gnus v0.13 is released.
3603
3604 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3605
3606         * nnimap.el (nnimap-open-connection-1): Revert last change, since
3607         auth-source now accepts numbers.
3608
3609         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
3610         spec, too.
3611         (auth-source-ensure-strings): New function.
3612
3613         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
3614         (gnus-article-setup-buffer): Always restart the date timer so that user
3615         changes to the frequency is respected.
3616
3617         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
3618         port numbers, so make sure it gets that if nnimap-server-port is
3619         explicit.
3620
3621 2011-02-21  Simon Josefsson  <simon@josefsson.org>
3622
3623         * nnimap.el (nnimap-inbox): Doc fix.
3624
3625 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
3626
3627         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
3628         Autoload.  Add optional arg FRAME, and pass it to color-values.
3629         (color-complement): Caller changed.  Doc fix.
3630         (color-gradient): Rewrite for better clarity and efficiency.
3631
3632 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
3633
3634         * shr-color.el (shr-color->hexadecimal): Use renamed function names
3635         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
3636         color-lab-to-srgb.
3637
3638 2011-02-20  Drew Adams  <drew.adams@oracle.com>
3639
3640         * color.el: First part of merge from hexrgb.el.
3641         (color-rgb-to-hex): Rename from color-rgb->hex.
3642         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
3643         saturation to zero if the value is too small.
3644         (color-rgb-to-hsl): Rename from color-rgb->hsl.
3645         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
3646         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
3647         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
3648         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
3649         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
3650         (color-cie-de2000): Doc fix.
3651
3652 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3653
3654         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
3655         given method as in the group name if we're using an extended method.
3656         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
3657         command, if we're using that, instead of waiting for the beginning.
3658
3659         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
3660         we're sure to get unique server names, and we don't output two async
3661         commands in the same buffer.  This fixes an NNTP hang for some users.
3662
3663 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3664
3665         * gnus.el: No Gnus v0.11 is released.
3666
3667 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3668
3669         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
3670         summary buffer before reading going to the next buffer.  This avoids
3671         putting the point in the group buffer if you `C-g' the command.
3672
3673         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
3674         cache (for now) to make ~/.authinfo.gpg files usable.
3675
3676         * nnfolder.el (copyright-update): Define for the compiler.
3677
3678         * auth-source.el (auth-source-search): Fix unbound variable.
3679
3680 2011-02-19  Glenn Morris  <rgm@gnu.org>
3681
3682         * gnus.el (gnus-meta): Doc fix.
3683
3684 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
3685
3686         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
3687         in case it's not yet loaded.
3688
3689 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3690
3691         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
3692         line we're waiting for.
3693
3694 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
3695
3696         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
3697         face with line-width greater than zero will cause RET in gnus summary
3698         buffer to scroll down article page-wise because auto vscroll happens,
3699         it should be temporally disabled when doing a scroll-up.
3700
3701 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
3702
3703         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
3704         outputs from the server.
3705
3706 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3707
3708         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
3709         later so that bbdb can hook in easier.
3710
3711 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3712
3713         * auth-source.el (auth-source-search): Don't try to create credentials
3714         if the caller doesn't want that.
3715         (auth-source-search): If we don't find a match, don't bug out on
3716         non-bound variables.
3717         (auth-source-search): Only ask a single backend to create the
3718         credentials.
3719
3720         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
3721         logging.
3722         (nnimap-credentials): Protect against auth-source-search returning nil.
3723         (nnimap-request-list): Protect against not being able to open the
3724         server.
3725
3726 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
3727
3728         * auth-source.el (auth-source-search): Do a two-phase search, one with
3729         no :create to get the responses from all backends.
3730
3731         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
3732         when getting credentials.
3733
3734         * gnus-util.el (gnus-delete-duplicates): New function.
3735
3736 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
3737
3738         * nnimap.el (nnimap-credentials): Instead of picking the first port as
3739         a creation default, pass the whole port list down.  It will be
3740         completed.
3741
3742         * auth-source.el (auth-source-search): Updated docs to talk about
3743         multiple creation choices.
3744         (auth-source-netrc-create): Accept a list as a value (from the search
3745         parameters) and do completion on that list.  Keep a separate netrc line
3746         with the password obscured for showing the user.
3747
3748         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
3749         first choice to `auth-source-search' so it will be used for entry
3750         creation instead of the server's Gnus-specific name.
3751         (nnimap-credentials): Rely on the auth-source library to select which
3752         port is actually wanted in the new netrc entry, so don't override
3753         `auth-source-creation-defaults'.
3754
3755         * auth-source.el (auth-source-netrc-parse): Use :port instead of
3756         :protocol and accept a missing user, host, or port as a wildcard match.
3757         (auth-source-debug): Default to off.
3758
3759         (auth-source-netrc-search, auth-source-netrc-create)
3760         (auth-source-secrets-search, auth-source-secrets-create)
3761         (auth-source-user-or-password, auth-source-backend, auth-sources)
3762         (auth-source-backend-parse-parameters, auth-source-search): Use :port
3763         instead of :protocol.
3764
3765         * nnimap.el (nnimap-credentials): Pass a port default to
3766         `auth-source-search' in case an entry needs to be created.
3767         (nnimap-open-connection-1): Use :port instead of :protocol.
3768
3769 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3770
3771         * auth-source.el: Bind load-path when loading EIEIO from
3772         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
3773         21.4 doesn't support, to `require'.
3774         (auth-source-secrets-search): Use mm-delete-duplicates instead of
3775         delete-dups that is not available in XEmacs 21.4.
3776
3777 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
3778
3779         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
3780         as EIEIO must also be loaded when auth-source.el is being
3781         byte-compiled.
3782
3783 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3784
3785         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
3786
3787         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
3788
3789         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
3790
3791         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
3792
3793         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
3794
3795         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
3796
3797         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
3798
3799         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
3800         necessary.
3801
3802 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3803
3804         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
3805         nil means that nnimap doesn't get updated.
3806
3807 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3808
3809         * auth-source.el (auth-source-netrc-create): Return a synthetic search
3810         result when the user doesn't want to write to the file.
3811         (auth-source-netrc-search): Expect a synthetic result and proceed
3812         accordingly.
3813         (auth-source-cache-expiry): New variable to override
3814         `password-cache-expiry'.
3815         (auth-source-remember): Use it.
3816
3817         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
3818         parameter.  Create entry if necessary by using :create t.
3819         (nnimap-open-connection-1): Don't pass `inhibit-create'.
3820
3821 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
3822
3823         * auth-source.el (auth-source-debug): Enable by default and don't
3824         mention the obsolete `auth-source-hide-passwords'.
3825         (auth-source-do-warn): New function to debug unconditionally.
3826         (auth-source-do-debug): Use it.
3827         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
3828         and for Secrets API entries when the secrets.el library is not
3829         available.
3830
3831 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3832
3833         * gnus-sum.el (gnus-propagate-marks): Default to nil.
3834         (gnus-summary-exit): Kill the correct article buffer on exit from a
3835         `C-d' group.
3836
3837         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
3838         gnus-propagate-marks.
3839
3840         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
3841         before killing the buffers so that a non-full window conf gets handled
3842         correctly.
3843         (gnus-summary-exit): Ditto.
3844         (gnus-summary-read-group-1): Ditto.
3845
3846         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
3847         async code again so that we can debug it properly.
3848
3849         * message.el (message-reply): Take an optional switch-buffer parameter
3850         so that Gnus window confs are respected better.
3851
3852 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3853
3854         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
3855         `plist-get' to accept non-list parameters (XEmacs issue).
3856         Fix docstring.
3857         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
3858         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
3859         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
3860         Login collection is "Login" and not "login".
3861
3862 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
3863
3864         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
3865         multiple headers.
3866
3867         * nnimap.el (nnimap-inhibit-logging): New variable.
3868         (nnimap-log-command): Don't log login commands.
3869
3870         * auth-source.el (auth-source-netrc-search): The asserts seem to want
3871         to have more parameters.
3872
3873         * nnimap.el (nnimap-send-command): Mark the command time for each
3874         command, so that we don't get NOOPs stepping on our toes.
3875
3876         * gnus-art.el (article-date-ut): Get the date from the Date header on
3877         `t'.
3878
3879 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * auth-source.el (auth-source-search): Use copy-sequence instead of
3882         the cl.el copy-list.
3883
3884 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3885
3886         * imap.el: Bring it back (revert
3887         84d800cd31de3064f0ed39617d725709a2f8f42f).
3888
3889 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
3890
3891         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
3892         Improve prompt.
3893
3894 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3895
3896         * gnus-art.el (gnus-article-mode-line-format): Remove the article
3897         washing status from the default format.  It isn't very informative.
3898
3899 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
3900
3901         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
3902         Fix Gcc processing on imap.
3903
3904 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3905
3906         * imap.el: Remove file.  All the functionality is in nnimap.el.
3907
3908 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3909
3910         * message.el (message-bury): Don't pop up a new window when selected
3911         window is dedicated.
3912
3913 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3914
3915         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
3916
3917 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
3918
3919         * sieve-manage.el: Autoload `auth-source-search'.
3920         (sieve-sasl-auth): Use it.
3921
3922 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
3923
3924         * nnimap.el: Autoload `auth-source-forget+'.
3925         (nnimap-open-connection-1): Use it if the connection fails.
3926
3927         * auth-source.el: Require `password-cache'.
3928         (auth-source-hide-passwords, auth-source-cache): Remove and mark
3929         obsolete.
3930         (auth-source-magic): Marker for `password-cache' keys.
3931         (auth-source-do-cache): Update docstring.
3932         (auth-source-search): Use and check cache.
3933         (auth-source-forget-all-cached, auth-source-remember)
3934         (auth-source-recall, auth-source-forget, auth-source-forget+)
3935         (auth-source-specmatchp): Caching support functions.
3936         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
3937         Remove and obsolete.
3938         (auth-source-user-or-password): Remove caching to further discourage
3939         using it.  Always hide passwords.
3940
3941         * password-cache.el (password-cache-remove): Accept secrets that are
3942         not strings.
3943
3944 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3945
3946         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
3947         code for now, since it doesn't work for all users.
3948
3949 2011-02-09  Julien Danjou  <julien@danjou.info>
3950
3951         * message.el (message-options): Make message-options really buffer
3952         local.
3953
3954 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
3955
3956         * mail-source.el: Autoload `auth-source-search'.
3957         (mail-source-keyword-map): Note order matters.
3958         (mail-source-set-1): Get all the mail-source source values and
3959         defaults and search auth-source on those if needed.  This can all
3960         probably be simplified.
3961
3962         * nnimap.el: Autoload `auth-source-search'.
3963         (nnimap-credentials): Use it.
3964         (nnimap-open-connection-1): Ask for the virtual server and physical
3965         address in one shot.
3966
3967         * nntp.el: Autoload `auth-source-search'.
3968         (nntp-send-authinfo): Use it.  Note TODO.
3969
3970 2011-02-08  Julien Danjou  <julien@danjou.info>
3971
3972         * shr.el (shr-tag-body): Add support for text attribute in body
3973         markups.
3974
3975         * message.el (message-options): Make message-options a local variable.
3976
3977 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3978
3979         * auth-source.el (auth-source-secrets-search)
3980         (auth-source-user-or-password): Use `append' instead of `nconc'.
3981         (auth-source-user-or-password): Build return list better and protect
3982         against nil :secret.
3983
3984 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3985
3986         * nnimap.el (nnimap-update-info): Refactor slightly.
3987         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
3988         (nnimap-update-info): Clean up slightly.
3989         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
3990         characters.
3991         (nnimap-process-quirk): Rename function to avoid collision.
3992         (nnimap-update-info): Fix macrology bug-out.
3993         (nnimap-update-info): Simplify split history test.
3994
3995 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
3996
3997         * auth-source.el (top): Require 'eieio unconditionally.
3998         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
3999         (auth-source-secrets-search): Limit search when `max' is greater than
4000         number of results.
4001
4002 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4003
4004         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4005         part not returning any data.
4006
4007         * proto-stream.el (open-protocol-stream): Document the return value.
4008
4009 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4010
4011         * auth-source.el (auth-source-secrets-search): Add examples.
4012
4013 2011-02-06  Julien Danjou  <julien@danjou.info>
4014
4015         * message.el (message-setup-1): Handle message-generate-headers-first
4016         set to t.
4017
4018 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4019
4020         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4021         API with a string "secrets:collection-name" and with 'default.
4022         (auth-source-backend-parse): Parse "secrets:collection-name" and
4023         'default.  Recurse on parses instead of repeating code.  Use the
4024         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4025         message when ignoring a source.
4026         (auth-source-search): List ignored search keys at the top level.
4027         (auth-source-netrc-create): Use `case' instead of `cond'.
4028         (auth-source-secrets-search): Created with TODOs.
4029         (auth-source-secrets-create): Created with TODOs.
4030         (auth-source-retrieve, auth-source-create, auth-source-delete)
4031         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4032         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4033         (auth-source-user-or-password-sftp)
4034         (auth-source-user-or-password-smtp): Remove.
4035         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4036         around `auth-source-search'.  Not tested thoroughly.
4037
4038 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4039
4040         * auth-source.el: Bring in assoc and eioeio libraries.
4041         (secrets-enabled): New variable to track the status of the Secrets API.
4042         (auth-source-backend): New EIOEIO class to represent a backend.
4043         (auth-source-creation-defaults): New variable to set prompt defaults
4044         during token creation (see the `auth-source-search' docstring for
4045         details).
4046         (auth-sources): Simplify to allow a simple string as a netrc backend
4047         spec.
4048         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4049         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4050         (auth-source-search): Main auth-source API entry point.
4051         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4052         (auth-source-search-collection): Helper function for searching.
4053         (auth-source-netrc-parse, auth-source-netrc-normalize)
4054         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4055         Supports search, create, and delete.
4056         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4057         backend stubs.
4058         (auth-source-user-or-password): Call `auth-source-search' but it's not
4059         ready yet.
4060
4061 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4062
4063         * message.el (message-setup-1): Remove the read-only stuff, since it
4064         doesn't work under XEmacs, for some reason.
4065
4066         * gnus-sum.el (gnus-user-date): Rename back from
4067         gnus-summary-user-date since user code refers to it.
4068
4069         * shr.el (shr-render-td): Store the actual background color used.
4070
4071         * message.el (message-setup-1): Don't bind the constant
4072         -forbidden-properties.
4073         (message-setup-1): Revert previous change, since it needs to bind the
4074         props to insert them.
4075         (message-resend): Allow removing the read-only separator line.
4076
4077 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4078
4079         * nnimap.el (nnimap-request-accept-article): Give an error message if
4080         the APPEND wasn't successful.
4081
4082 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4083
4084         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4085         that have no groups.
4086
4087 2011-02-03  Julien Danjou  <julien@danjou.info>
4088
4089         * gnus-draft.el: Remove progn around gnus-draft-setup.
4090
4091 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4092
4093         * gnus-start.el (gnus-read-active-for-groups): This function is never
4094         called with a nil `infos', so clean that up.
4095         (gnus-get-unread-articles): Request active files from primary/secondary
4096         methods that have no groups (yet).
4097
4098 2011-02-03  Julien Danjou  <julien@danjou.info>
4099
4100         * message.el (message-setup-1): Always generate References first.
4101         (message-mail): Return the return value of message-setup, not always t.
4102         (message-setup-1): Insert mail-header-separator with read-only and
4103         intangible properties set.
4104
4105         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4106         user-date in docstring.
4107
4108         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4109
4110         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4111         docstring.
4112
4113         * gnus.el (gnus-user-date-format-alist): Change default value.
4114         Use defcustom, with type and group. Move from gnus-util.el.
4115         Rename to gnus-summary-user-date-format-alist.
4116
4117 2011-02-03  Glenn Morris  <rgm@gnu.org>
4118
4119         * nnimap.el (gnus-fetch-headers): Declare.
4120
4121         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4122
4123 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4124
4125         * message.el (message-forward-make-body-digest-plain)
4126         (message-followup, message-reply): Clean up things noted by Stefan.
4127
4128         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4129         gnus-article-update-date-headers is nil.
4130         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4131         it didn't really work with defcustom.
4132         (article-update-date-lapsed): Make sure the window start doesn't move,
4133         either.
4134
4135 2011-02-01  Julien Danjou  <julien@danjou.info>
4136
4137         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4138         format.
4139
4140         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4141         standard in Emacs nowadays.
4142
4143         * color.el (color-gradient): Add a color-gradient function.
4144
4145 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4146
4147         * message.el (message-expand-name): Don't trust the return value of
4148         bbdb-complete-name.
4149         (message-check-news-header-syntax): Remove unused var `start'.
4150         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4151         (message-inhibit-body-encoding): Move to before first use.
4152         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4153         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4154         (Organization, Message-ID, Date, mh-previous-window-config):
4155         Defvar the vars using dynamic scoping.
4156
4157 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4158
4159         * shr.el (shr-render-td): Only do colors at the final rendering.
4160         Should be slightly faster.
4161         (shr-insert-table): Fix up TD background colors when doing the
4162         vertical padding.
4163
4164         * gnus-art.el (article-date-ut): Protect against articles with no Date
4165         header.
4166         (article-update-date-lapsed): Don't use current-column to find the
4167         horizontal position.  It's fragile in the presence of \003 characters.
4168
4169         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4170
4171 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4172
4173         * gnus-art.el (article-transform-date): Rewrite to still work when
4174         there are several rfc2822 parts.
4175         (article-transform-date): Fix infinite recursion.
4176         (article-date-ut): Replace infinitely many Date headers with a single
4177         one when called interactively.
4178
4179         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4180         secure manner.
4181
4182         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4183         move around by not using save-window-excursion.  It seems to work...
4184
4185 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * gnus-art.el (article-make-date-line): Work for user-defined format.
4188
4189 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4190
4191         * nntp.el (nntp-retrieve-group-data-early)
4192         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4193         fetching functions.
4194
4195         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4196         thoroughly for all backends that have no known groups.  This should
4197         allow new nnml methods to retrieve mail.
4198
4199         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4200         that Gnus doesn't know exists again.
4201
4202         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4203         (gnus-treat-date-ut): Ditto.
4204         (gnus-article-update-date-header): Rename.
4205         (gnus-treat-date-local): Remove.
4206         (gnus-treat-date-english): Remove.
4207         (gnus-treat-date-lapsed): Remove.
4208         (gnus-treat-date-combined-lapsed): Remove.
4209         (gnus-treat-date-original): Remove.
4210         (gnus-treat-date-iso8601): Remove.
4211         (gnus-treat-date-user-defined): Remove.
4212         (gnus-article-date-headers): New variable to control all the date
4213         header options.
4214         (article-date-ut): Rewrite to allow using the new way to format date
4215         headers(s).
4216
4217 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4218
4219         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4220         method.
4221         (nnmail-article-group): A better test for fanciness.
4222
4223         * nnimap.el (nnimap-request-head): Protect against not finding the
4224         article by Message-ID.
4225
4226 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4227
4228         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4229         keep point at the "same place".
4230
4231 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4232
4233         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4234         data if the group is inactive.
4235
4236 2011-01-28  Julien Danjou  <julien@danjou.info>
4237
4238         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4239         (gnus-all-windows-visible-p): Remove old compatibility code.
4240         (gnus-window-top-edge): Add docstring.
4241
4242         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4243
4244 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4245
4246         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4247         older request-update-info.
4248
4249         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4250
4251 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4252
4253         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4254         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4255
4256 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4257
4258         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4259         groups.  This makes the nndraft:queue group pop up if it's not already
4260         there.
4261
4262         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4263         messages" logic, which was reversed.
4264
4265         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4266         the "same place" even if point is on the line being replaced.
4267         (article-update-date-lapsed): Allow updating both the combined lapsed
4268         and the lapsed headers.
4269         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4270         (article-make-date-line): Limit the number of segments dynamically to
4271         avoid too-long lines.
4272
4273 2011-01-27  Julien Danjou  <julien@danjou.info>
4274
4275         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4276         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4277
4278 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4281         Use plist-get instead of the cl function getf.
4282
4283 2011-01-27  Glenn Morris  <rgm@gnu.org>
4284
4285         * gnus-util.el (float-time): Get rid of compiler warning, again.
4286
4287 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4288
4289         * shr.el (shr-put-color): Special-case background colors: Do put them
4290         at the blank parts at the front of the lines.
4291
4292         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4293         exit hook to nix out all data on readedness on group exit.
4294
4295         * gnus-util.el (float-time): If float-time is bound, always use it on
4296         all Emacsen.  It's unclear why the subrp check was there.
4297         (time-date): Require to make some autoload issues on XEmacs go away.
4298
4299         * shr.el (shr-put-color): Don't do the box padding in tables, since
4300         they're already padded.
4301
4302 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4303
4304         * gnus-art.el (gnus-article-next-page): When the last line of the
4305         article is displayed, scroll down once more instead of going to the
4306         next article at once.
4307         (article-lapsed-string): Refactor out and allow specifying how many
4308         segments you want.
4309         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4310         (gnus-article-update-lapsed-header): New variable.
4311
4312         * shr.el: Revert change that made headings use different-sized faces.
4313         The Emacs display engine isn't advanced enough that, for instance,
4314         tables can comfortably use differently-sized faces.
4315
4316 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4317
4318         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4319         used.
4320         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4321         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4322         we're using an encrypted connection.
4323
4324         * proto-stream.el: Alter the interface functions to also return the
4325         actual stream type used: network or tls.
4326
4327 2011-01-25  Julien Danjou  <julien@danjou.info>
4328
4329         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4330         (mm-display-javascript-inline): New function.
4331
4332         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4333         viewing function.
4334
4335 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * shr.el (shr-expand-newlines): Fix variable name.
4338
4339 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4340
4341         * shr.el (shr-expand-newlines): Make nested boxes work.
4342
4343 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4344
4345         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4346         backgrounds.
4347         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4348         in a more sensible manner.
4349
4350 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4351
4352         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4353         if EPG is loaded.
4354
4355 2011-01-24  Julien Danjou  <julien@danjou.info>
4356
4357         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4358         tags.
4359
4360 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4361
4362         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4363         commands.
4364
4365         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4366         in the article buffer.
4367         (gnus-gravatar-insert): Use blank space from the current buffer to
4368         avoid breaking text properties.  This makes X-Sent updating work again.
4369
4370         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4371
4372 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4373
4374         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4375         fix the bug in url-http.el instead.
4376
4377         * shr.el (shr-image-fetched): Ditto.
4378
4379         * shr.el (shr-image-fetched): Avoid having point move in the article
4380         buffer.
4381
4382         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4383         buffer after being called.  It's apparently being killed by url.el, and
4384         killing it made point move to end-of-buffer in a random buffer.
4385
4386         * shr.el (shr-image-fetched): Ditto.
4387
4388 2011-01-23  Julien Danjou  <julien@danjou.info>
4389
4390         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4391
4392         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4393         text/x-org.
4394
4395 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4396
4397         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4398         (i.e., nnimap) returning nil as the article number.
4399
4400 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4401
4402         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4403         "DelSp" parameter in RFC3676.
4404
4405 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4406
4407         * message.el (message-check-recipients): Display the encoded version of
4408         the bogus address if they differ.
4409
4410         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4411         after sending.
4412
4413         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4414
4415         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4416
4417         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4418         group buffer after sending the queue.
4419
4420         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4421
4422 2011-01-22  Julien Danjou  <julien@danjou.info>
4423
4424         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4425
4426 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4427
4428         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4429         nested related parts.
4430
4431         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4432         unexpired articles.  This fixes the regression that led expiry marks to
4433         disappear from nnfolder groups.
4434
4435 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4436
4437         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4438         Don't confuse the "ret" of "retrograde" with RET.
4439
4440 2011-01-21  Julien Danjou  <julien@danjou.info>
4441
4442         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4443         than mm-insert-inline.
4444
4445 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4446
4447         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4448         Widen article buffer.
4449
4450 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4451
4452         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4453         the temp buffer.
4454         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4455
4456 2011-01-20  Julien Danjou  <julien@danjou.info>
4457
4458         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4459
4460         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4461         than mm-insert-inline to insert inline part: this respect
4462         mm-inline-media-tests displayers.
4463
4464         * mm-view.el (mm-display-shell-script-inline): New function.
4465
4466         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4467
4468         * mm-uu.el (mm-uu-type-alist): Add org block.
4469         (mm-uu-org-src-code-block-extract): New function.
4470
4471         * mm-view.el (mm-display-org-inline): New function.
4472
4473         * mm-decode.el (mm-automatic-display): Add text/org.
4474
4475         * mailcap.el (mailcap-mime-extensions): Add .org.
4476
4477 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4480         gnus-article-add-buttons.
4481
4482 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4483
4484         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4485         From header with a date and "nobody" as the sender.
4486
4487 2011-01-19  Julien Danjou  <julien@danjou.info>
4488
4489         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4490         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4491         if you have the same regexp several times.
4492         (gnus-button-push): Fix matching when regexp is symbol.
4493
4494 2011-01-15  Glenn Morris  <rgm@gnu.org>
4495
4496         * message.el (message-mail): A compose-mail function should
4497         accept headers as strings.
4498
4499 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
4500
4501         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4502         Add :vert-only tags.
4503         (message-mail): New arg RETURN-ACTION.
4504         (message-return-action): New var.
4505         (message-bury): Use it.
4506         (message-mode): Make it buffer-local.
4507         (message-send-and-exit): Always call message-bury.
4508
4509         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
4510         message-mail.
4511
4512 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4513
4514         * nnimap.el (nnimap-convert-partial-article): Protect against
4515         zero-length body parts.
4516
4517         * mm-decode.el (mm-preferred-alternative-precedence):
4518         Discourage showing empty parts.
4519
4520         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4521         and stuff if the backend didn't return the article number.  This fixes
4522         an Exchange-related nnimap bug.
4523
4524         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4525         group window, because it does the wrong thing when a separate frame
4526         displays the group buffer.
4527
4528         * proto-stream.el (open-protocol-stream): Protect against the low-level
4529         transport functions returning nil.
4530
4531 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
4532
4533         * mml2015.el (epg-sub-key-fingerprint): Autoload.
4534         (mml2015-epg-find-usable-secret-key): New function.
4535         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4536         mml2015-epg-find-usable-key (Bug#7797).
4537         (mml2015-epg-encrypt): Ditto.
4538
4539 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4540
4541         * dgnushack.el (rot13-string): Fix the way to get the argument.
4542
4543 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4544
4545         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4546
4547 2011-01-03  Glenn Morris  <rgm@gnu.org>
4548
4549         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4550
4551         * sieve.el (sieve-open-server): Give a more explicit error if
4552         sieve-manage-open returns nil.  (Bug#7720)
4553
4554 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
4555
4556         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4557
4558 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4559
4560         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4561         This avoids sending passwords in plain text over non-encrypted
4562         channels.
4563
4564         * shr.el (shr-rescale-image): Display all GIF images as animated images.
4565
4566         * nnimap.el (nnimap-login): Refactored out into own function, and
4567         implement CRAM-MD5.
4568         (nnimap-wait-for-line): Refactored out.
4569
4570         * mm-view.el (mml-smime): Require.
4571
4572 2010-12-20  David Engster  <deng@eml.cc>
4573
4574         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4575         use EPG to decrypt S/MIME messages instead of openssl.
4576
4577 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4578
4579         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4580
4581         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4582         status is the group clearly is unreachable.
4583
4584         * auth-source.el (auth-source-create): Add the optional second
4585         parameter to `local-variable-p' to be compatible with XEmacs.
4586
4587 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
4588
4589         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
4590         work when using a compressed nnml folder.
4591
4592 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593
4594         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4595         backends after sanitising on entry, because this never makes sense:
4596         If the articles have gone missing, then the data no longer exists on
4597         the backend, and if they haven't, then Gnus is wrong, and shouldn't
4598         overwrite anything anyway.
4599
4600         * shr.el (shr-insert-document): Bind shr-width dynamically to
4601         window-width if it's nil.
4602
4603 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
4604
4605         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4606         with the meaning of using the full emacs window width for rendering.
4607
4608 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
4609
4610         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
4611         case when sender is not given.
4612
4613 2010-12-23  Julien Danjou  <julien@danjou.info>
4614
4615         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4616         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
4617         the addresses, otherwise we might misplaced the gravatar.
4618
4619 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
4620
4621         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
4622         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
4623         obsolete in Emacs.
4624
4625 2010-12-20  Julien Danjou  <julien@danjou.info>
4626
4627         * gnus-util.el (gnus-rescale-image): Revert last change.
4628
4629 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
4630
4631         * binhex.el: Improve commentary (Bug#7482).
4632
4633 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4634
4635         * gnus-group.el (gnus-group-delete-articles): New command.
4636
4637 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4638
4639         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
4640
4641 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4642
4643         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
4644         here, since it's up to the backends to do CRLF removal if their
4645         protocol has it.
4646
4647         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
4648
4649 2010-12-17  Julien Danjou  <julien@danjou.info>
4650
4651         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
4652         they are from file.  Can also scale up.
4653
4654 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
4655
4656         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
4657         Restore gnus-use-agent.
4658         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
4659
4660         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
4661
4662 2010-12-17  Julien Danjou  <julien@danjou.info>
4663
4664         * gravatar.el (gravatar-retrieve-synchronously): New function.
4665         (gravatar-get-data): Make more robust.
4666
4667 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4668
4669         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
4670
4671 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4672
4673         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
4674         to really consider the last line.
4675
4676 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
4677
4678         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
4679         list of recipient keys, or use symmetric encryption if not a list.
4680         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
4681         EPA override, replacing the call to `netrc-store-data'.
4682
4683 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
4684
4685         * gnus-srvr.el: Avoid passing nil regexp argument to
4686         delete-matching-lines.
4687
4688 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4689
4690         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
4691         fetching stops when Gnus exits.
4692
4693         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
4694         function.
4695         (nnfolder-request-expire-articles): Save all the buffers after doing
4696         expiry.
4697
4698         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
4699         the last article", since that led to serious performance regressions
4700         when expiring nnml groups.
4701
4702 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
4703
4704         * nnir.el: Improve customizations.
4705
4706 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4707
4708         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
4709
4710         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
4711         group has been killed.
4712         (gnus-group-yank-group): Ditto.
4713
4714         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
4715
4716         * nnimap.el (nnimap-request-update-group-status): New function.
4717
4718         * gnus-int.el (gnus-request-update-group-status): New interface
4719         function.
4720
4721         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
4722         copying read-ness to the backends.
4723
4724         * nnimap.el (nnimap-quirk): New function.
4725         (nnimap-retrieve-group-data-early): Use it.
4726         (nnimap-quirks): New alist.
4727
4728 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * shr.el (shr-insert): Set shr-start after deleting trailing space;
4731         don't delete it within indentation.
4732
4733 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4734
4735         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
4736         previous line.
4737
4738 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4739
4740         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
4741         QRESYNC command by deleting a superfluous space which broke Cyrus
4742         servers.  This change will break other servers that are buggy the other
4743         way around.
4744
4745 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4746
4747         * spam.el: Reindent and fix long lines.
4748         (spam-copy-or-move-routine): Exclude invalid move destinations.
4749
4750 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
4751
4752         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4753         installed the registry.
4754
4755 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
4758
4759 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4760
4761         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
4762         groupname doesn't contain "gmane".
4763
4764 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4765
4766         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
4767         and netrc-bound-and-true-p bindings.
4768         (netrc-parse): Cache the netrc contents.
4769
4770         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4771         (gnus-1): Don't create the nndrafts group twice.
4772         (gnus-setup-news): There's no need to read the active file here, since
4773         that's done again later on a per-backend basis.
4774         (gnus-start-draft-setup): Make sure that the new group is started out
4775         empty.
4776
4777         * gnus-agent.el (gnus-agentize): Don't create the queue group
4778         automatically on startup.  It'll be created later, if needed.
4779
4780         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4781         of automatically subscribed groups.
4782         (gnus-auto-subscribed-categories): New variable.
4783         (gnus-matches-options-n): Use it.
4784         (gnus-default-subscribed-newsgroups): Remove unused variable.
4785         (gnus-start-draft-setup): Message a bit less.
4786
4787 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
4788
4789         * nnir.el (nnir-run-imap): Return article list in order of increasing
4790         UID.
4791
4792 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4793
4794         * gnus-sum.el (gnus-summary-enter-digest-group):
4795         Mention gnus-auto-select-on-ephemeral-exit.
4796
4797         * proto-stream.el (proto-stream-open-network-only): Fix the calling
4798         convention of the network-only option.
4799
4800 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4801
4802         * proto-stream.el (proto-stream-open-network-only): New function to
4803         have a way to specify non-STARTTLS upgrade connections.
4804
4805 2010-12-10  Julien Danjou  <julien@danjou.info>
4806
4807         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
4808         email address is nil.
4809
4810         * message.el (message-bogus-recipient-p): Set address to "" if nil.
4811
4812 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
4813
4814         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
4815         deletion.
4816         (nnir-run-imap): Only need to parse list once.
4817
4818 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4819
4820         * shr.el (shr-tag-script): Ignore <script>.
4821         (shr-tag-label): Add <label> support.
4822
4823 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4824
4825         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
4826
4827         * shr.el (shr-image-displayer): Work for images lined side by side.
4828
4829 2010-12-08  Robert Pluim  <rpluim@gmail.com>
4830
4831         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
4832         parameter, since XEmacs doesn't accept t as a parameter.
4833
4834 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
4835
4836         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
4837         ids.
4838         (nnir-run-gmane): Simplify groupspec formatting.
4839         (nnir-request-expire-articles): New function.
4840
4841 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4842
4843         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
4844         overflow, possibly.
4845
4846         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
4847         (shr-render-td): Handle td style="" better.
4848         (shr-tag-table): Use the color from the style sheet.
4849         (shr-render-td): Make sure we copy over all the overlays, too.
4850
4851 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
4852
4853         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
4854         (nnir-request-article): Improve article retrieval.
4855
4856 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4857
4858         * mm-util.el (mm-extra-numeric-entities): New variable.
4859
4860         * mm-url.el (mm-url-decode-entities):
4861         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
4862
4863         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
4864
4865 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4866
4867         * message.el: Use completion-at-point.
4868         (message-completion-function): New fun, extracted from message-tab.
4869         (message-mode): Use it for completion-at-point-functions.
4870         (message-tab): Use it and completion-at-point.
4871
4872 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
4875         character if a non-breakable character follows.
4876
4877 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4878
4879         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4880         any stream.
4881
4882         * shr.el (shr-tag-font): Colorize the region.
4883         (shr-tag-body): Ditto.
4884         (shr-tag-font): Actually let the styles be inherited instead of
4885         overwriting them.
4886         (shr-tag-font): Get the background color right.
4887         (shr-tag-style): Ignore all <style> tags for the moment.
4888
4889         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
4890         a Message-ID to avoid having nnimap depend on gnus-sum.
4891
4892         * shr.el (shr-descend): Only colorize something if we have a node that
4893         sets colors.
4894
4895 2010-12-06  Julien Danjou  <julien@danjou.info>
4896
4897         * shr.el (shr-render-td): Render td content with shr-descend, so style
4898         will be applied to <td> too.
4899         (shr-colorize-region): Colorize region even if we only have a background.
4900         (shr-tag-body): Fix color and background color inheritance.
4901         Do not recolorize after shr-generic.
4902         (shr-tag-font): Let shr-generic colorize via inheritance.
4903
4904 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4905
4906         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
4907
4908 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
4909
4910         * nnir.el (nnir-request-move-article): Remove obsolete code.
4911
4912 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4915
4916 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4917
4918         * gnus-sum.el (gnus-summary-respool-article): The completion function
4919         expects a list instead of an alist.
4920
4921         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
4922         string as the parameter.
4923
4924         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4925
4926         * shr.el (shr-stylesheet): New dynamic variable for cascading the
4927         styles.
4928         (shr-colorize-region): New function.
4929         (shr-insert-background-overlay): Remove.
4930         (shr-render-td): Background setting should be taken care of on a higher
4931         level.
4932         (shr-tag-body): Use post-hoc colorizations.
4933         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
4934         (shr-put-color-1): Don't overwrite old colors.
4935         (shr-colorize-region): When the background color isn't explicit, use
4936         a fixed background.
4937
4938         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
4939         nnmail variables.
4940
4941 2010-12-05  Bjørn Mork  <bjorn@mork.no>
4942
4943         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
4944         unless necessary.
4945
4946 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
4947
4948         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
4949         server.
4950
4951 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4952
4953         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
4954         so that TAB works.
4955
4956         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
4957         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
4958
4959         * shr.el (shr-urlify): Show the URL before the title to avoid
4960         misleading URLs.
4961
4962 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
4963
4964         * shr.el (shr-urlify): Display the title in <a> tags.
4965
4966 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
4967
4968         * nnir.el (nnir-categorize): Replace mapcar with mapc.
4969
4970 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
4971
4972         * nnir.el: Rearrange code to allow macros to be autoloaded by
4973         gnus-sum.el.
4974         (nnir-retrieve-headers-override-function): Make this variable
4975         customizable.
4976         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
4977
4978         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
4979         from nnir.el.
4980
4981 2010-12-03  Julien Danjou  <julien@danjou.info>
4982
4983         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
4984
4985 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
4988         allow optional argument `environment'.
4989
4990 2010-12-03  Glenn Morris  <rgm@gnu.org>
4991
4992         * mm-extern.el (message-goto-body): Update declaration.
4993
4994 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4995
4996         * gnus-util.el (gnus-macroexpand-all): New function.
4997
4998         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
4999         instead of macroexpand-all that is unavailable in XEmacs.
5000
5001 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5002
5003         * nnir.el (nnir-summary-line-format): New variable.
5004         (nnir-mode): Use it.
5005         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5006         (nnir-article-ids): Reimplement as defsubst.
5007         (nnir-retrieve-headers): Don't mangle the subject header.
5008         (nnir-run-imap): Use 100 as RSV score.
5009         (nnir-run-find-grep): Fix for full server searching.
5010         (nnir-run-gmane): Better restriction to gmane groups.
5011
5012         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5013         summary buffers.
5014
5015 2010-12-02  Julien Danjou  <julien@danjou.info>
5016
5017         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5018
5019         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5020
5021         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5022         support.
5023
5024 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5025
5026         * nnir.el: Update to handle the registry better.
5027         (autoload): Silence byte-compiler.
5028         (nnir-open-server): Add a hook for nnir groups.
5029         (nnir-request-move-article): Don't mangle the header.  Better to use
5030         formatting variables (which will be added in the future).
5031         (nnir-registry-action): Update the registry using the original article
5032         group name.
5033         (nnir-mode): Install nnir-specific hooks for updating the registry.
5034
5035         * gnus-sum.el
5036         (gnus-article-original-subject,gnus-newsgroup-original-name):
5037         Remove obsolete variables.
5038         (gnus-summary-move-article): Remove use of obsolete variables.
5039         (gnus-summary-local-variables): Make move and delete hooks local to
5040         summary buffers.
5041
5042 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5043
5044         * rtree.el: New file.
5045
5046 2010-12-01  Julien Danjou  <julien@danjou.info>
5047
5048         * message.el (message-user-organization): Do not use
5049         gnus-local-organization.
5050
5051         * gnus.el: Remove gnus-local-organization.
5052
5053         * gnus-msg.el: Remove nastygram thing.
5054
5055 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5056
5057         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5058         funcall.
5059
5060 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5061
5062         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5063         names.
5064
5065         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5066         characters.
5067
5068         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5069         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5070         Suggested by Štěpán Němec <stepnem@gmail.com>.
5071         (gnus-gravatar-transform-address): Use mail-extract-address-components
5072         that supports non-ASCII names rather than mail-header-parse-addresses.
5073
5074 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5075
5076         * proto-stream.el (open-protocol-stream): All starttls connections are
5077         handled by the network handler.
5078
5079 2010-11-30  Julien Danjou  <julien@danjou.info>
5080
5081         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5082         (nnimap-open-connection-1): Fix PREAUTH.
5083
5084         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5085
5086 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5087
5088         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5089         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5090         (shr-insert): Use them.
5091         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5092
5093 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5094
5095         * nnir.el (nnir-request-move-article): Bail out if original group
5096         doesn't support article moves.
5097         (nnir-get-active): Improve active list retrieval.
5098
5099 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5100
5101         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5102
5103 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5104
5105         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5106         seem to accept strings-with-numbers as port numbers,
5107
5108 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5109
5110         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5111         change the registry.
5112
5113 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5116         delete-dups that is not available in XEmacs 21.4.
5117
5118         * mm-util.el (mm-delete-duplicates): Add comment.
5119
5120 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5121
5122         * nnir.el (nnir-ignored-newsgroups): New variable.
5123         (nnir-get-active): Use it.
5124
5125 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5126
5127         * proto-stream.el (proto-stream-open-network): Add some comments.
5128
5129         * nntp.el (nntp-open-connection): Provide a :success condition.
5130
5131         * nnimap.el (nnimap-open-connection-1): Ditto.
5132
5133         * proto-stream.el (proto-stream-open-network): See what the response to
5134         the STARTTLS command is.
5135
5136         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5137         backwards compatibility).
5138         (nnimap-open-connection-1): Really respect nnimap-server-port.
5139
5140         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5141         TLS upgrades we don't really care about the identity of the peer.
5142         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5143         that what we've checked for.
5144         (proto-stream-always-use-starttls): Only default to t if
5145         open-gnutls-stream exists.
5146         (proto-stream-open-network): If STARTTLS failed, then just open a
5147         normal connection.
5148         (proto-stream-open-network): Wait until the greeting before doing
5149         STARTTLS.
5150
5151         * nntp.el (nntp-open-connection): Report what the connection error is.
5152
5153         * proto-stream.el (open-protocol-stream): Rename from
5154         open-proto-stream.
5155
5156 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5157
5158         * nnimap.el (nnimap-stream): Change default to `undecided'.
5159         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5160         first, and then network.
5161         (nnimap-open-connection-1): Respect nnimap-server-port.
5162         (nnimap-open-connection): Be more backwards-compatible.
5163
5164         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5165         (proto-stream-open-starttls): De-duplicate the starttls code.
5166         (proto-stream-open-starttls): Folded back into the main function.
5167         (proto-stream-open-network): Fix typo in the gnutls path.
5168         (proto-stream-command): Refactor out.
5169
5170         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5171
5172         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5173         starttls.el STARTTLS.
5174
5175         * color.el (color-lab->srgb): Fix function call name.
5176
5177         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5178         if we're using tls.el.
5179         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
5180         built in, then don't try to establish a STARTTLS connection.
5181
5182         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5183         servers.
5184
5185         * proto-stream.el (open-proto-stream): Use network, not stream.
5186         (open-proto-stream): Add a way to specify what the end of a command is.
5187
5188         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5189         connections types.
5190         (nntp-open-network-stream): Remove.
5191         (nntp-open-ssl-stream): Remove.
5192         (nntp-open-tls-stream): Remove.
5193         (nntp-ssl-program): Remove.
5194
5195         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5196
5197 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5198
5199         * nnir.el: Fix typos.
5200         (nnir-retrieve-headers-override-function): Rename variable to reflect
5201         new semantics.
5202         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5203         macros.
5204         (nnir-request-article, nnir-request-move-article): Use them.
5205         (nnir-categorize): New function.
5206         (nnir-run-query): Use it.
5207         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5208         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5209         sorted.
5210         (nnir-group-full-name): Use gnus-group-full-name instead.
5211         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5212         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5213
5214 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5215
5216         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5217
5218         * proto-stream.el: New library to provide protocol-specific
5219         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5220         protocols.
5221         (open-proto-stream): Complete the documentation.
5222         (proto-stream-open-network): Fix some typos.
5223
5224         * nnimap.el (nnimap-open-connection): Use it.
5225
5226 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5227
5228         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5229         negotiation.
5230
5231 2010-11-26  Julien Danjou  <julien@danjou.info>
5232
5233         * color.el: Rename various rgb functions to srgb.
5234
5235 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5236
5237         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5238         names.
5239
5240 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * shr.el (shr-insert): Revert last change.
5243         (shr-find-fill-point): Never leave point being at bol;
5244         relax the kinsoku limitation when rendering tables.
5245
5246 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5247
5248         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5249         results from -accept-article.
5250
5251         * shr-color.el: Require cl when compiling.
5252
5253         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5254         checkin.
5255
5256         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5257
5258         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5259
5260         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5261         'add and 'delete to set backend marks.
5262
5263         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5264
5265         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5266
5267         * nntp.el (nntp-request-set-mark): Use it.
5268
5269         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5270
5271         * nnml.el (nnml-request-set-mark): Ditto.
5272
5273         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5274         introduces regressions in article selection.
5275         (nnimap-find-uid-response): New function.
5276         (nnimap-request-accept-article): Use the UID returned, if any.
5277         (nnimap-request-move-article): Use the UID returned, if any.
5278         (nnimap-get-groups): Reimplement to work with folded lines.
5279         (nnimap-find-uid-response): The UID is the last element in the list.
5280         (nnimap-request-set-mark): Extend syntax with 'set.
5281
5282         * nnml.el (nnml-request-set-mark): Ditto.
5283
5284         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5285
5286         * nntp.el (nntp-request-set-mark): Ditto.
5287
5288 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * message.el (message-called-interactively-p): A temporary macro.
5291         (message-goto-body): Use it temporarily.
5292
5293 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5294
5295         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5296         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5297         (nnimap-last-response-string): Fix last unfolding fix.
5298
5299 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * shr.el (shr-insert): Fix the way to fold lines.
5302
5303 2010-11-25  Julien Danjou  <julien@danjou.info>
5304
5305         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
5306
5307         * color.el: Rename from color-lab.el
5308         (color-rgb->hex): Add.
5309         (color-complement): Add.
5310         (color-complement-hex): Add.
5311
5312         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5313
5314 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5315
5316         * shr-color.el (shr-color-visible): Don't bug out if the color names
5317         don't exist.
5318
5319 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5322         assuming that article displaying or another mml-preview may be
5323         interrupted for an error or for the like.
5324
5325         * shr.el (shr-get-background): Fix argument name.
5326
5327 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5328
5329         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5330
5331         * gnus-sum.el (gnus-summary-include-articles): New function.
5332
5333         * message.el (message-goto-body): called-interactively-p needs a
5334         parameter, so use `any'.
5335
5336         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5337         clear marks before moving, since they're synced from the Gnus side
5338         first.
5339
5340         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5341         (gnus-summary-move-article): Copy over all marks before moving, so that
5342         IMAP doesn't think a new article has arrived.
5343
5344 2010-11-24  Julien Danjou  <julien@danjou.info>
5345
5346         * shr.el (shr-insert-background-overlay): Fix typo.
5347         (shr-render-td): Copy the background before rendering.
5348
5349         * shr-color.el (shr-color-visible): Fix docstring.
5350
5351         * shr.el (shr-tag-table): Add bgcolor support.
5352         (shr-render-td): Add bgcolor support.
5353         (shr-get-background): Add.
5354         (shr-insert-foreground-overlay): Use shr-get-background.
5355
5356         * message.el (message-goto-body): Use called-interactively-p.
5357         (message-in-body-p): message-goto-body returns point.
5358
5359 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5360
5361         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5362         Fixes something or other in Emacs 23, and is backwards compatible.
5363
5364         * message.el (message-goto-body): Remove the <#secure special-casing,
5365         which is too special.
5366
5367         * shr.el (shr-parse-style): Drop !important from styles.
5368
5369 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5370
5371         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5372         this function to return incorrect results when calling it with an
5373         explicit article argument different from
5374         (gnus-summary-article-number).
5375
5376 2010-11-24  Julien Danjou  <julien@danjou.info>
5377
5378         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5379         (shr-tag-body): Add background support.
5380         (shr-descend): Add background support.
5381         (shr-tag-title): Add.
5382
5383         * shr-color.el (shr-color-visible): Really return original background
5384         if fixed.
5385
5386 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5387
5388         * shr.el (shr-color-check): Protect against non-existent color names.
5389
5390 2010-11-24  Julien Danjou  <julien@danjou.info>
5391
5392         * color-lab.el: Require 'cl when compiling.
5393
5394         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5395
5396         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5397         matched part.
5398
5399         * color-lab.el: Fix all expt calls to use float type.
5400
5401 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5402
5403         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5404         expression to shr-color-check as is.
5405
5406         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5407
5408         * color-lab.el: Add coding cookie.
5409         (float-pi): Use eval-and-compile.
5410
5411         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
5412         compiled for Emacsen having no `libxml-parse-html-region' support.
5413
5414 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5415
5416         * shr.el (shr-insert-color-overlay): Split stuff like
5417         "#444444 !important" to find the real color.
5418         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5419         parse <font color="red"> entries.
5420
5421 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5422
5423         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5424         point when parsing headers.
5425
5426         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5427         is positioned properly when parsing headers.
5428
5429 2010-11-23  Julien Danjou  <julien@danjou.info>
5430
5431         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5432
5433         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5434
5435         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5436
5437         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5438         Use shr-color-hue-to-rgb.
5439         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5440
5441 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5442
5443         * shr.el (shr-color->hexadecimal): Autoload.
5444         (shr-descend): Add color to all tags.
5445
5446 2010-11-22  Julien Danjou  <julien@danjou.info>
5447
5448         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5449         shr-color->hexadecimal.
5450
5451         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5452         RGB() or HSL() color representation.
5453
5454         * shr.el (shr-tag-font): Add.
5455         (shr-tag-color-check): New function to get better colors.
5456         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5457         tag-span.
5458
5459         * shr-color.el: New file.
5460
5461         * color-lab.el: New file.
5462
5463         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5464
5465 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5466
5467         * nnir.el: Fix typo in comments.
5468         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5469         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5470
5471 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5472
5473         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5474
5475         * nnimap.el (nnimap-get-capabilities): Refactor out.
5476         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5477
5478 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5479
5480         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5481         appearing when `mm-uu-hide-markers' is nil.
5482
5483 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5484
5485         * nnimap.el (nnimap-unselect-group): Make into its own function.
5486         (nnimap-request-rename-group): Unselect group before renaming.
5487         This had gotten lost somewhere.
5488         (nnimap-request-accept-article): Keep track of examined groups, and
5489         unselect the group before APPENDing to read-only groups.
5490         (nnimap-request-move-article): Clear flags before moving so that they
5491         can be re-set later.
5492
5493 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5494
5495         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5496         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5497
5498 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5499
5500         * gnus-art.el (gnus-mime-display-single):
5501         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5502         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5503         parameter.
5504
5505 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5506
5507         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5508         (shr-table-vertical-line): New variable.
5509         (shr-insert-table): Use it.
5510
5511 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5512
5513         * gnus-html.el (gnus-html-wash-images): Don't display images if
5514         gnus-inhibit-images is non-nil; register displayer for cid images.
5515         (gnus-html-display-image): Work for cid image.
5516         (gnus-html-insert-image): Allow arguments.
5517         (gnus-html-put-image): Inhibit read-only.
5518         (gnus-html-prefetch-images): Don't prefetch images if
5519         gnus-inhibit-images is non-nil.
5520
5521 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5522
5523         * shr.el (shr-put-image): Break lines when inserting big pictures.
5524
5525 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5526
5527         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5528         sender, thanks Katsumi Yamaoka.
5529
5530 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
5531
5532         * nnir.el (nnir-run-imap): Reverse the article list for each group
5533         rather than the whole list.
5534
5535 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * shr.el (shr-image-displayer): Protect function against non-existent
5538         image source.
5539
5540         * gnus-art.el (gnus-inhibit-images): New user option.
5541         (gnus-mime-display-single): Don't display image if it is non-nil.
5542
5543         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5544         gnus-inhibit-images.
5545
5546         * shr.el (shr-image-displayer): New function.
5547         (shr-tag-img): Use it.
5548
5549 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5550
5551         * mml2015.el (mml2015-epg-sign): Use From header.
5552
5553 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5554
5555         * gnus-html.el (gnus-html-wash-images): Register a displayer.
5556
5557         * gnus-util.el (gnus-find-text-property-region): Return markers.
5558
5559         * shr.el (shr-tag-img): Put a displayer in the text property.
5560
5561         * gnus-util.el (gnus-find-text-property-region): New utility function.
5562
5563         * gnus-html.el (gnus-html-display-image): Make the alt optional.
5564         (gnus-html-show-images): Remove.
5565
5566         * gnus-art.el (gnus-article-show-images): New, more general function.
5567
5568         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5569         image url text properties.
5570
5571         * shr.el: Ditto.
5572
5573         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5574         gnus-agent-auto-agentize-methods is set.  Which it isn't.
5575
5576 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5579         work for two or more articles.
5580
5581 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5584         divide an image that's in an html article to two or more when washing
5585         non-ASCII characters in alt text of it.
5586
5587 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5590         smime-decrypt-region using function argument.
5591         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5592
5593         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
5594
5595         * smime.el (smime-decrypt-region): Catch it.
5596
5597 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5598
5599         * smime.el (smime-mode-map): Move initialization into declaration.
5600         (gnus-run-mode-hooks): Don't autoload.
5601         (smime-mode): Use define-derived-mode.
5602
5603 2010-11-11  Glenn Morris  <rgm@gnu.org>
5604
5605         * smime.el (from): Restrict declaration to XEmacs.
5606
5607         * nnir.el (gnus-group-topic-name): Autoload.
5608
5609 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5610
5611         * shr.el (shr-insert): Don't break long line if it is because of
5612         kinsoku-bol characters in the line end.
5613
5614 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
5615
5616         * nnir.el (nnir-request-move-article): Fix to provide original group
5617         and subject.
5618         (nnir-warp-to-article): Don't fail on articles whose headers haven't
5619         been retrieved.
5620
5621         * gnus-sum.el (gnus-summary-move-article): Use original group and
5622         subject for virtual articles such as those in an nnir summary buffer.
5623
5624 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
5627         least 21.5).
5628
5629         * smime.el (from): Declare it again for XEmacs.
5630
5631 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5632
5633         * message.el (message-resend): Don't disable encoding unless it's
5634         already encoded.
5635
5636         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
5637         low-numbered articles.
5638
5639 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5640
5641         * rfc2047.el (rfc2047-syntax-table): Simplify.
5642
5643         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
5644
5645         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
5646         set-char-table-range for XEmacs.
5647
5648 2010-11-10  Glenn Morris  <rgm@gnu.org>
5649
5650         * time-date.el (time-to-seconds): Always an alias on Emacs,
5651         never a real function.
5652         (with-no-warnings): Remove compat stub, now unused.
5653         (time-less-p): Doc fix.
5654         (time-to-number-of-days): Simplify.
5655
5656         * smime.el (from): Remove unused declaration.
5657
5658         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
5659         (gnus-float-time): On Emacs, always an alias.
5660
5661         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
5662         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
5663
5664 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * dgnushack.el: Don't use ignore-errors in the top level form since it
5667         is unavailable in XEmacs even if cl is loaded.
5668
5669         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
5670
5671 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5672
5673         * shr.el (browse-url-mailto): Autoload.
5674
5675         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
5676
5677         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
5678         regexp doesn't need quoting.
5679
5680 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
5681
5682         * message.el (message-subject-trailing-was-ask-regexp)
5683         (message-subject-trailing-was-regexp): Match was: in addition to was.
5684
5685 2010-11-09  Glenn Morris  <rgm@gnu.org>
5686
5687         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
5688         (nnbabyl-check-mbox): Use point-at-bol.
5689
5690 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5691
5692         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
5693
5694         * message.el (message-mailto): New function.
5695         (message-mailto): Should accept other parameters.
5696         (message-mailto): Remove since it duplicates browse-url-mailto
5697         functionality.
5698
5699 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5700
5701         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
5702         methods.
5703         (gnus-read-active-file): Ditto.
5704
5705         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
5706         ": " from the prompt.
5707         (gnus-group-make-group): Ditto.
5708
5709 2010-11-07  Glenn Morris  <rgm@gnu.org>
5710
5711         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
5712         (gnus-bookmark-kill-line): Use point-at-eol.
5713
5714 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5715
5716         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
5717         asterisks in From header.
5718
5719 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5720
5721         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
5722         string to avoid making the From headers syntactically invalid.
5723
5724         * message.el (message-send-mail): Don't insert courtesy messages if the
5725         message already has List-Post and List-ID messages.
5726
5727 2010-11-06  Glenn Morris  <rgm@gnu.org>
5728
5729         * gnus-art.el (gnus-treat-article): Give dynamic local variables
5730         `condition', `type', `length' a prefix.
5731         (gnus-treat-predicate): Update for above name changes.
5732
5733 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
5734
5735         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
5736         binding.  Handled by `gnus-summary-refer-thread' instead.
5737         (nnir-warp-to-article): New backend function.
5738
5739         * nnimap.el (nnimap-request-thread): Force dependency updating.
5740
5741         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
5742         (gnus-summary-refer-thread): Rework to improve thread-referral.
5743
5744         * gnus-int.el (gnus-warp-to-article): New function.
5745
5746         * gnus-sum.el (gnus-summary-article-map): Bind it.
5747
5748 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
5749
5750         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
5751         gnus-summary-refer-thread.
5752
5753         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
5754         headers.
5755         (gnus-summary-limit-include-thread): Prevent articles in thread from
5756         being cut in gnus-cut-threads.
5757         (gnus-summary-refer-thread): Limit retrieved headers to those in
5758         thread.
5759
5760 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5761
5762         * message.el (message-send-mail): Use the value of
5763         message-courtesy-message from the message buffer.
5764
5765         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
5766
5767         * shr.el (shr-browse-url): Implement mailto: URLs.
5768
5769         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
5770         "raw".
5771
5772         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
5773         if it's already selected.
5774
5775         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
5776
5777 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
5780         to measure the length and truncate alt text.
5781
5782 2010-11-03  Glenn Morris  <rgm@gnu.org>
5783
5784         * nndiary.el (nndiary-generate-nov-databases-1)
5785         (nndiary-generate-active-info): Rename dynamic variable `files' to
5786         something less generic.
5787
5788 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
5789
5790         * nnir.el (nnir-request-move-article): Call the underlying backend to
5791         move articles from nnir.
5792
5793 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5794
5795         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
5796
5797 2010-11-02  Julien Danjou  <julien@danjou.info>
5798
5799         * nnir.el: Remove wais support.
5800
5801 2010-11-02  Glenn Morris  <rgm@gnu.org>
5802
5803         * gnus-html.el: Reorder requirements to quieten compiler.
5804
5805 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5806
5807         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
5808         properly for XEmacs as well.
5809         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
5810         (gnus-article-natural-long-line-p): Use window-width rather than
5811         frame-width.
5812
5813 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
5814
5815         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
5816         (nnir-read-parms): Don't modify query.
5817         (nnir-run-query): Add ability to search topic on current line.
5818         (nnir-get-active): Clean up.
5819
5820 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821
5822         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
5823         degenerate articles.
5824
5825         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
5826         (gnus-print-buffer): Just print the buffer as is, without any copying
5827         to a buffer and then re-highlighting.
5828
5829         * nnimap.el (nnimap-request-group): Store the new updated info.
5830         (nnimap-request-group): Select the group when we don't know whether it
5831         exists or not.
5832
5833         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
5834         groups.
5835
5836         * gnus-group.el (gnus-group-find-new-groups): Display all the new
5837         groups.
5838
5839         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
5840         groups.
5841
5842         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
5843         long-lines case by only filling the long lines.
5844
5845         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
5846         (bug #7311).
5847
5848 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * shr.el: No need to declare `declare-function' since shr.el is for
5851         only Emacsen that provide `libxml-parse-html-region'.
5852
5853         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
5854         effective only in a file it is referred to.
5855
5856 2010-11-01  Glenn Morris  <rgm@gnu.org>
5857
5858         * mm-util.el (gnus-completing-read): Autoload.
5859         (mm-read-coding-system): Simplify Emacs definition.
5860
5861         * nnmail.el (gnus-activate-group):
5862         * nnimap.el (gnutls-negotiate):
5863         * nntp.el (netrc-parse): Fix declarations.
5864
5865 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5866
5867         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
5868         string-match-p in Emacs >=23.
5869
5870         * gnus-msg.el (gnus-configure-posting-styles):
5871         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
5872
5873 2010-11-01  Glenn Morris  <rgm@gnu.org>
5874
5875         * nnir.el (declare-function): Add compat stub.
5876         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
5877         (nnir-run-gmane): Require 'mm-url.
5878
5879         * mm-util.el (mm-string-to-multibyte): Simplify.
5880
5881         * shr.el (declare-function): Add compat stub.
5882         (url-cache-create-filename): Declare.
5883         (mm-disable-multibyte, widget-convert-button): Autoload.
5884
5885         * smime.el (ldap-search): Declare.
5886         (smime-cert-by-ldap-1): Require ldap on Emacs.
5887
5888         * nnimap.el: Require nnmail, and gnus-sum when compiling.
5889         (nnimap-keepalive): Use gnus-float-time.
5890
5891         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
5892         (mail-source-delete-crash-box): Use gnus-float-time.
5893
5894         * gnus-dired.el (gnus-completing-read): Autoload.
5895
5896         * mm-view.el (gnus-rescale-image): Autoload.
5897
5898         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
5899
5900         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
5901
5902         * sieve-manage.el: Require 'cl when compiling.
5903
5904         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
5905         (gnus-iswitchb-completing-read): Require iswitchb.
5906         (gnus-select-frame-set-input-focus): Silence compiler.
5907
5908 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5909
5910         * message.el (message-subject-trailing-was-query): Change default to t,
5911         since I think that's what most people want.
5912
5913         * nnimap.el (nnimap-request-accept-article): Erase buffer before
5914         appending for easier debugging.
5915         (nnimap-wait-for-connection): Take a regexp.
5916         (nnimap-request-accept-article): Wait for the continuation line before
5917         sending anything unless we're streaming.
5918
5919         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
5920         leave the header washing to take place.
5921
5922 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5923
5924         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
5925         regular expression match and replace in posting styles.
5926
5927 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
5928
5929         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
5930         an entire server.
5931         (nnir-get-active): New function.
5932         (nnir-run-imap): Use it.
5933         (nnir-run-gmane): Who knew, gmane search returns an article score!
5934
5935         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
5936         server on the current line with nnir.
5937
5938 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5939
5940         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5941         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5942         left edge.
5943         (gnus-article-foldable-buffer): Skip past the prefix when determining
5944         raggedness.
5945
5946         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5947         the raw article, and change `C-u g' to show the article without doing
5948         treatments.
5949
5950         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
5951         on to `gnus-treat-article'.
5952         (gnus-inhibit-article-treatments): New variable.
5953
5954         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
5955
5956         * gnus-art.el (gnus-treatment-function-alist): Have
5957         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
5958         (gnus-treat-fill-long-lines): Change default to fill all text/plain
5959         sections.
5960
5961         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
5962         parameter.
5963         (gnus-article-fill-cited-long-lines): New function.
5964         (gnus-article-fill-cited-article): Allow filling only long sections.
5965
5966         * shr.el (shr-find-fill-point): Don't break lines between punctuation
5967         and non-punctuation (like after the apostrophe in "'We").
5968
5969         * gnus-sum.el (gnus-summary-select-article): Make sure
5970         gnus-original-article-buffer is alive.
5971
5972         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
5973         reflect the order they're in in the digest.
5974
5975         * gnus.el (gnus-group-startup-message): Move point to the start of the
5976         buffer.
5977
5978         * nnimap.el (nnimap-capability): New function.
5979         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
5980         is set.
5981
5982 2010-10-31  David Engster  <dengste@eml.cc>
5983
5984         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
5985         conform with changes to gnus-completing-read.
5986
5987 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5988
5989         * shr.el (shr-tag-img): Output "*" instead of "[img]".
5990
5991 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5992
5993         * nnir.el: Move defvar, defcustom around to keep file organized
5994         and keep byte-compiler quiet.
5995         (nnir-read-parms): Accept search-engine as arg.
5996         (nnir-run-query): Pass search-engine as arg.
5997         (nnir-search-engine): Remove.
5998
5999 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6000
6001         * shr.el (shr-generic): The text nodes should be text, not :text.
6002
6003         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6004         later in the file.
6005
6006 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6007
6008         * nnir.el: General clean up.  Allow searching with multiple engines.
6009         Allow separate extra-parameters for each engine.
6010         Batch queries when possible.
6011         (nnir-imap-default-search-key,nnir-method-default-engines):
6012         Add customize interface.
6013         (nnir-run-gmane): New engine.
6014         (nnir-engines): Use it.  Qualify all prompts with engine name.
6015         (nnir-search-engine): Remove global variable.
6016         (nnir-run-hyrex): Restore for now.
6017         (nnir-extra-parms,nnir-search-history): New variables.
6018         (gnus-group-make-nnir-group): Use them.
6019         (nnir-group-server): Remove in favor of gnus-group-server.
6020         (nnir-request-group): Avoid searching twice.
6021         (nnir-sort-groups-by-server): New function.
6022
6023 2010-10-30  Julien Danjou  <julien@danjou.info>
6024
6025         * gnus-group.el: Remove gnus-group-fetch-control.
6026
6027         * gnus-start.el (gnus-find-new-newsgroups):
6028         Remove gnus-check-first-time-used.
6029
6030         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6031
6032 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6033
6034         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6035         set on groups that don't have \* permanentflags.
6036
6037 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6038
6039         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6040         control the background color.
6041         (shr-tag-img): Ignore very small web bug type images.
6042         (shr-put-image): Add help-echo alt texts to the images.
6043         (shr-tag-video): Show the video poster image.
6044
6045 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6046
6047         * shr.el (shr-table-depth): New variable.
6048         (shr-tag-table-1): Only insert the images after the top-level table.
6049
6050         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6051
6052         * gnus-util.el (gnus-list-memq-of-list): New function.
6053
6054         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6055         selected.
6056         (nnimap-unsplittable-articles): New slot.
6057         (nnimap-new-articles): Use it.
6058
6059 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6060
6061         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6062         move to the previous line on `M-g'.
6063
6064 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6065
6066         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6067         *-request-group, which seems unnecessary.
6068
6069         * nnimap.el (nnimap-quote-specials): Function copied over from
6070         imap.el.
6071         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6072         they support that.  Suggested by Tom Regner.
6073
6074 2010-10-29  Julien Danjou  <julien@danjou.info>
6075
6076         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6077         defalias.
6078         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6079
6080         * gnus.el: Remove `gnus-nntp-service' variable.
6081         (gnus-secondary-servers): Make obsolete.
6082         (gnus-nntp-server): Make obsolete.
6083
6084         * gnus-start.el (gnus-1): Remove x-splash calls.
6085
6086         * gnus-ems.el (gnus-x-splash): Remove.
6087
6088         * gnus.el (gnus-group-startup-message): Simplify/update code.
6089
6090         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
6091         definition.
6092
6093         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6094         capability before doing anything.
6095         (gnus-group-insert-group-line): Remove useless
6096         gnus-group-remove-excess-properties.
6097
6098 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6099
6100         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6101
6102 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6103
6104         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6105         config after reselecting.
6106
6107 2010-10-28  Julien Danjou  <julien@danjou.info>
6108
6109         * shr.el (shr-put-image): Use point even if only inserting text.
6110         (shr-put-image): Save excursion when inserting alt text on non-graphic
6111         display, so the behavior is the same when we are on a graphic display.
6112
6113         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6114
6115 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6118         (gnus-mime-copy-part): Check coding system, not charset.
6119         (gnus-mime-view-part-externally): Never remove part.
6120         (gnus-mime-view-part-internally): Don't remove part here.
6121         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6122         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6123         multipart/alternative.
6124
6125         * mm-decode.el (mm-display-part): Take optional arg `force'.
6126
6127 2010-10-26  Julien Danjou  <julien@danjou.info>
6128
6129         * gnus-group.el (gnus-group-default-list-level): Add this function to
6130         compute the default list level.
6131         (gnus-group-default-list-level): Add possibility to use a function.
6132
6133 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6134
6135         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6136
6137         * gnus-group.el (gnus-group-completing-read)
6138         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6139         gnus-replace-in-string.
6140
6141 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6142
6143         * shr.el (shr-tag-div): Add.
6144
6145         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
6146
6147 2010-10-25  Julien Danjou  <julien@danjou.info>
6148
6149         * gnus-util.el: Remove `gnus-with-local-quit'.
6150
6151         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6152
6153 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6154
6155         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6156         the original article buffer.
6157
6158 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6159
6160         * nnimap.el (nnimap-request-head): New function.
6161         (nnimap-request-move-article): Try to be slightly faster by not
6162         requesting the entire message when moving.
6163         (nnimap-transform-headers): Don't bug out on bodiless articles.
6164         (nnimap-send-command): Have no outstanding messages if the IMAP server
6165         doesn't support streaming.
6166         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6167
6168 2010-10-24  Julien Danjou  <julien@danjou.info>
6169
6170         * message.el (message-default-headers): Fix type.
6171
6172 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6173
6174         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6175         prefetching images.
6176
6177         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6178         backend for unknown groups.  This is mainly useful for nnimap groups.
6179
6180         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6181         group isn't covered by the agent.
6182
6183 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6184
6185         * nnir.el (nnir-method-default-engines): New variable.
6186         (nnir-run-query): Use it.
6187         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6188         (gnus-summary-nnir-goto-thread): Change group if needed.
6189
6190         * gnus-group.el (gnus-group-group-map): Add key binding for
6191         gnus-group-make-nnir-group.
6192
6193 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6194
6195         * shr.el (shr-tag-object): Add.
6196
6197         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6198         original article buffer live.
6199         (gnus-summary-select-article-buffer):
6200         Mention gnus-widen-article-buffer.
6201
6202 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6203
6204         * shr.el (shr-tag-strong): Add.
6205
6206 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6207
6208         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6209         group names.  They mess up the group buffer badly.
6210
6211         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6212
6213         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6214         instead of the summary one.
6215
6216 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * mml.el (mml-preview): Work properly when editing article.
6219
6220         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6221         gnus-have-read-active-file if it's already been in.
6222
6223 2010-10-22  Tom Tromey  <tromey@redhat.com>
6224
6225         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6226         gnus-group-completing-read.
6227
6228 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6229
6230         * message.el (message-mode-map): Don't bind M-; to comment region, to
6231         allow the global comment-dwim to work.
6232
6233 2010-10-21  Julien Danjou  <julien@danjou.info>
6234
6235         * message.el (message-setup-1): Allow message-default-headers to be a
6236         function.
6237
6238 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * shr.el (shr-tag-table): Simplify.
6241
6242 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6243
6244         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6245         to avoid trying to snarf invalid stuff.
6246
6247         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6248
6249         * gnus.el (gnus-message-archive-group): Quote value.
6250         (gnus-message-archive-group): Mark as changed.
6251
6252         * shr.el (shr-add-font): Don't put the font properties on the newline
6253         or the indentation.
6254
6255         * message.el (message-fix-before-sending): Change options when sending
6256         non-printable characters.
6257
6258         * gnus.el (gnus-message-archive-method): Change the default to
6259         monthly outgoing groups.
6260
6261         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6262         that have gotten new numbers.
6263
6264         * nnimap.el (nnimap-request-replace-article): New function.
6265
6266 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6267
6268         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6269         (nnrss-request-article): Don't use special html washing code.
6270
6271 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * shr.el (shr-tag-table): Remove useless nconc.
6274
6275 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6276
6277         * gnus-art.el (article-wash-html): Simplify and remove the charset
6278         stuff.  Use the normal html rendering code instead of the special html
6279         washing code.
6280
6281         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6282         `gnus-w3m' symbols.
6283         (mm-text-html-washer-alist): Remove.
6284
6285         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6286         (mm-inline-media-tests): Remove use.
6287         (mm-text-html-renderer): Change default to the `shr' symbol.
6288
6289         * mm-view.el (mm-inline-text-html): Remove use.
6290
6291         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6292         `gnus-blocked-images' to be a function.
6293         (gnus-article-wash-function): Remove.
6294
6295 2010-10-20  Julien Danjou  <julien@danjou.info>
6296
6297         * spam.el (spam-list-of-processors): Mark as obsolete.
6298
6299         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6300         (nnimap-insert-partial-structure): Fix boundary detection.
6301
6302 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6303
6304         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6305         run file-truename on remote files.  This can be expensive and even
6306         prevent one from editing drafts if some unrelated buffer has a stale
6307         connection.
6308
6309 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6310
6311         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6312         kinsoku-eol regardless of shr-kinsoku-shorten.
6313         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6314         (shr-tag-table): Support caption, thead, and tfoot.
6315
6316 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6317
6318         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6319         lines.
6320         (shr-save-contents): New command and keystroke.
6321
6322         * nndoc.el (nndoc-type-alist): Add git support.
6323         (nndoc-git-type-p): New function.
6324         (nndoc-transform-git-article): Ditto.
6325         (nndoc-transform-git-headers): Ditto.
6326         (nndoc-transform-git-headers): Generate Subject headers.
6327
6328         * shr.el (shr-parse-style): New function.
6329         (shr-tag-span): Ditto.
6330
6331         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6332         to `G G' to avoid collisions.
6333
6334 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * shr.el: Load kinsoku if necessary.
6337         (shr-kinsoku-shorten): New internal variable.
6338         (shr-find-fill-point): Make kinsoku shorten text line if
6339         shr-kinsoku-shorten is bound to non-nil.
6340         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6341         shr-indentation too when testing if table is wider than frame width.
6342         (shr-insert-table): Use `string-width' instead of `length' to measure
6343         text width.
6344         (shr-insert-table-ruler): Make sure indentation is done at bol.
6345
6346 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6347
6348         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6349         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6350         undecoded network data.
6351
6352 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6353
6354         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6355         name in the mode line spec so that the mode line menu works
6356         (bug #2431).
6357
6358         * message.el (message-get-reply-headers): If we're fed `to-address',
6359         then always use that.
6360
6361         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6362         aren't so wide as to need to switch off the edit menu.
6363
6364         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6365         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6366
6367         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6368         `M-g'.
6369         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6370         the permanent marks.
6371
6372 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6373
6374         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6375         Splitting according to references/in-reply-to obeys the ignore-groups
6376         variable, while splitting by sender and subject do not.
6377
6378 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6379
6380         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6381         alist, so that we can look for non-Unicode chars.
6382         (article-translate-strings): Allow both character and string maps.
6383
6384 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * shr.el (shr-insert): Don't insert space behind a wide character
6387         categorized as kinsoku-bol, or between characters both categorized as
6388         nospace.
6389
6390 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6391
6392         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6393         headers to gnus-newsgroup-headers.
6394
6395 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6396
6397         * shr.el (shr-tag-img): Don't align images -- since we're not
6398         rescaling, this often leads to ugly displays.
6399
6400 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6401
6402         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6403         duplicates.
6404
6405 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6406
6407         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6408         call.
6409
6410 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6411
6412         * gnus.el: Autoload gnus-html-show-images.
6413
6414         * nnimap.el: Use nnheader-message throughout.
6415
6416         * shr.el (shr-tag-img): Ignore images with no data.
6417
6418 2010-10-15  Julien Danjou  <julien@danjou.info>
6419
6420         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6421         a possibility to disable format=flow encoding when using hard newlines.
6422
6423 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6424
6425         * shr.el (shr-insert): Remove space inserted before or after a
6426         breakable character or at the beginning or the end of a line.
6427         (shr-find-fill-point): Do kinsoku; find the second best point or give
6428         it up if there's no breakable point.
6429
6430 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6431
6432         * nnimap.el (nnimap-open-connection): Message when opening connection
6433         for debugging purposes.
6434
6435         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6436         on every setup buffer call to allow this to change from article to
6437         article.
6438
6439         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6440         buffers where we have a wide table.
6441
6442 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
6443
6444         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6445         uses *-request-thread.
6446
6447 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6448
6449         * nnimap.el (nnimap-open-connection): Remove %s from openssl
6450         incantation, which is no longer valid.
6451
6452 2010-10-14  Julien Danjou  <julien@danjou.info>
6453
6454         * shr.el: Fix defcustom type (char -> character).
6455
6456 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6457
6458         * nnimap.el (nnimap-open-connection): tls-program should be a list of
6459         programs.
6460
6461 2010-10-14  Julien Danjou  <julien@danjou.info>
6462
6463         * shr.el (shr-tag-a): Use url-link as widget type.
6464
6465         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6466         `gnus-group-get-icon'.
6467
6468 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6469
6470         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6471         This should make server editing work better.
6472
6473         * shr.el (shr-find-fill-point): Don't inloop on indented text.
6474
6475         * tls.el (tls-program): Remove spurious %s from openssl.
6476
6477         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6478         (nnimap-parse-flags): Fix regexp.
6479
6480         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6481         probably work for CJVK text, too.
6482
6483         * nnimap.el (nnimap-extend-tls-programs): Remove.
6484         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6485
6486         * tls.el (tls-starttls-switches): Remove starttls hack.
6487         (open-tls-stream): Ditto.
6488         (tls-find-starttls-argument): Ditto.
6489
6490 2010-10-13  Julien Danjou  <julien@danjou.info>
6491
6492         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6493         responses.
6494
6495 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6496
6497         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6498
6499         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6500         anything in Emacs.
6501
6502         * shr.el (shr-current-column): Remove buggy and unnecessary function.
6503
6504 2010-10-13  Julien Danjou  <julien@danjou.info>
6505
6506         * shr.el (shr-width): Make shr-width a defcustom with default to
6507         fill-column.
6508         (shr-tag-img): Use shr-width rather than fill-column.
6509
6510 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * dgnushack.el (byte-optimize-apply):
6513         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6514
6515         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6516         position when (X-)Faces exist.
6517         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6518         avatars when called interactively.
6519
6520 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6521
6522         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6523         gnus-article-x-face-too-ugly is bound.
6524
6525 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6526
6527         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6528
6529         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6530         mailbox that doesn't exist.
6531
6532 2010-10-12  Julien Danjou  <julien@danjou.info>
6533
6534         * shr.el (shr-tag-img): Encode URL properly when retrieving.
6535         (shr-get-image-data): Encode URL properly when fetching from cache.
6536         (shr-tag-img): Use aligned-to spaces to align correctly images.
6537
6538         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6539         before inserting the Gravatar.
6540
6541         * shr.el (shr-tag-img): Add align attribute support for <img>.
6542
6543 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6544
6545         * gnus-gravatar.el (gnus-art): Require.
6546
6547         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6548         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6549         Remove long obsoleted functions.
6550
6551 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6552
6553         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
6554
6555         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6556
6557         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6558         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6559         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
6560         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
6561         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
6562         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
6563         * sieve-manage.el, smime.el, spam.el:
6564         Fix comment for declare-function.
6565
6566 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6567
6568         * nnimap.el (nnimap-request-rename-group): Select group read-only
6569         before renaming it.
6570
6571         * shr.el (shr-insert): Fix up the white space only regexp.
6572
6573         * nnimap.el (nnimap-transform-split-mail): Not all articles have
6574         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
6575
6576         * shr.el (shr-current-column): New function.
6577         (shr-find-fill-point): New function.
6578
6579 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6580
6581         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6582         numbers.
6583
6584 2010-10-11  Julien Danjou  <julien@danjou.info>
6585
6586         * shr.el (shr-hr-line): Add.
6587         (shr-tag-hr): Use shr-hr-line to specify which character to use to
6588         display hr lines.
6589         (shr-max-columns): Do not change state to nil if we just inserting
6590         spaces.
6591
6592 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6593
6594         * gnus-topic.el (gnus-topic-read-group): If after the last group,
6595         select the last group.
6596
6597 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
6598
6599         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6600
6601 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
6602
6603         * dig.el (dig-mode-map): Declare and define in one step.
6604
6605 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6606
6607         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6608         for Gnus.
6609         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6610         (nnimap-update-qresync-info): Mark \Seen articles as read.
6611
6612         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6613         non-variable, too.
6614
6615         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
6616         available.
6617         (nnimap-update-info): Rely more on the current active than the param
6618         active to avoid marking articles as read too much.
6619
6620         * auth-source.el (auth-source-create): Use (user-login-name) for the
6621         user name default.
6622
6623         * nnimap.el (nnimap-update-info): If the server doesn't return any
6624         useful info, just use the previous info.
6625         (nnimap-update-info): Prefer old info over start-article.
6626         (nnimap-update-qresync-info): Finish implementing QRESYNC.
6627
6628 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
6629
6630         * nnir.el (autoload): Clean up autoloads.
6631         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
6632         Use key rather than value.
6633         (nnir-imap-search-other): New variable.
6634         (nnir-read-parm): Use it.
6635         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
6636         (gnus-summary-nnir-goto-thread): Modify to work with imap.
6637
6638 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6639
6640         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
6641         the process, too.
6642
6643 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6644
6645         * spam.el (gnus-summary-mode-map): Bind to "$".
6646         Suggested by Russ Allbery.
6647
6648         * shr.el: Rework the way things are indented by <li> slightly.
6649
6650         * gnus.el (gnus-group-set-parameter): Fix typo.
6651
6652         * nnimap.el: Start implementing QRESYNC support.
6653
6654 2010-10-09  Julien Danjou  <julien@danjou.info>
6655
6656         * nnir.el (nnir-engines): Fix too many arguments.
6657
6658 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6659
6660         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
6661         group is the "last", so that the backends like nnfolder actually save
6662         their folders.
6663
6664         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
6665         try to use that for the tls stream.
6666         (nnimap-retrieve-group-data-early): Rework the marks code to heed
6667         UIDVALIDITY and find out which groups are read-only and not.
6668         (nnimap-get-flags): Use the same marks parsing code as the rest of
6669         nnimap.
6670
6671 2010-10-09  Julien Danjou  <julien@danjou.info>
6672
6673         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
6674
6675         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
6676         retrieving gravatars.
6677
6678         * shr.el (shr-table-corner): Add.
6679         (shr-table-line): Add.
6680         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
6681
6682 2010-10-08  Julien Danjou  <julien@danjou.info>
6683
6684         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
6685
6686 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
6687
6688         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
6689
6690         * gnus-sum.el (gnus-mark-article-as-unread)
6691         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
6692         (gnus-summary-set-bookmark): Use it.
6693
6694         * gnus-msg.el (gnus-setup-message): Use it.
6695
6696         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6697
6698         * gnus.el (gnus-group-remove-parameter): Use it.
6699
6700         * gnus-group.el (gnus-group-make-web-group): Use it.
6701
6702         * gnus-demon.el (gnus-demon-remove-handler): Use it.
6703
6704         * nnregistry.el: Update docs to mention manual.
6705
6706         * gnus-registry.el: Update docs to mention nnregistry.el.
6707         (gnus-registry-initialize): Don't install nnregistry refer method
6708         automatically.
6709         (gnus-registry-install-nnregistry): Remove it.
6710
6711 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6712
6713         * shr.el (shr-insert): Don't insert double spaces.
6714
6715 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * gnus-gravatar.el (gnus-treat-from-gravatar)
6718         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
6719         called interactively.
6720
6721         * gnus-art.el (gnus-mime-view-part-externally)
6722         (gnus-mime-view-part-internally): Make predicate function passed to
6723         gnus-mime-view-part-as-type assume argument is a mime type, not a list
6724         of a mime type.
6725
6726         * shr.el (shr-table-widths): Don't use cl function `reduce'.
6727
6728 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6729
6730         * shr.el (require): Require cl when compiling.
6731         (shr-tag-hr): New function.
6732
6733         * nnimap.el (nnimap-update-info): Remove double setting of high.
6734         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
6735         This makes nnimap work properly on Courier again.
6736
6737         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
6738         the variable for backwards compatibility.
6739
6740         * mm-decode.el (mm-save-part): If given a non-directory result, expand
6741         the file name before using to avoid setting mm-default-directory to
6742         nil.
6743
6744         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
6745         bidning gnus-agent variables.
6746
6747         * shr.el (shr-render-td): Use a cache for the table rendering function
6748         to avoid getting an exponential rendering behavior in nested tables.
6749         (shr-insert): Rework the line-breaking algorithm.
6750         (shr-insert): Don't leave trailing spaces.
6751         (shr-insert-table): Also insert empty TDs.
6752         (shr-tag-blockquote): Ensure paragraphs after </ul>.
6753
6754 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6755
6756         * gnus-sum.el (gnus-number): Rename from `number'.
6757         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
6758         (gnus-summary-limit-children): Update uses correspondingly.
6759
6760 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
6763         (gnus-gravatar-transform-address): Don't show avatars of people of
6764         which mail addresses match gnus-gravatar-too-ugly.
6765
6766 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6767
6768         * shr.el (shr-table-widths): Expand TD elements to fill available
6769         space.
6770
6771 2010-10-07  Julien Danjou  <julien@danjou.info>
6772
6773         * nnimap.el (nnimap-request-rename-group): Add this method.
6774
6775 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
6778         name from XEmacs' function-arglist.
6779
6780         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
6781         gravatar under XEmacs.
6782
6783 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
6784
6785         * auth-source.el: Update docs with TODO items.
6786
6787         * gnus-sync.el: Update docs to explain state and plans.
6788
6789         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6790         Hooks for mark updates.
6791         (gnus-request-set-mark, gnus-request-update-mark): Use them.
6792
6793         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
6794         hooks with arguments, which is needed for mark update hooks.
6795
6796 2010-10-06  Julien Danjou  <julien@danjou.info>
6797
6798         * gnus.el (gnus-expand-group-parameter): Only return and act on what
6799         was matched.
6800
6801         * sieve-manage.el: Update example in `Commentary'.
6802
6803         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
6804
6805         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
6806         not 2000.
6807         (sieve-manage-authenticate): Re-add function.
6808
6809 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6810
6811         * shr.el (shr-insert): Get 'space transition right.
6812         (shr-render-td): Only delete space at the end of the TD.
6813
6814         * nnimap.el (nnimap-open-connection): Prepare to support
6815         open-gnutls-stream.
6816
6817         * shr.el: Rearrange function order to be more logical.
6818
6819 2010-10-06  Julien Danjou  <julien@danjou.info>
6820
6821         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
6822         (nnrss-discover-feed): Remove 404 URL in docstring.
6823
6824         * nnir.el: Fix Swish-E URL.
6825         Fix Namazu URL.
6826
6827         * message.el (message-change-subject): Remove 404 URL in a comment.
6828
6829 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
6832         called interactively.
6833
6834         * gnus-util.el (gnus-remove-if): Allow hash table.
6835         (gnus-remove-if-not): New function.
6836
6837         * gnus-art.el (gnus-mime-view-part-as-type):
6838         * gnus-score.el (gnus-summary-score-effect):
6839         * gnus-sum.el (gnus-read-move-group-name):
6840         Replace remove-if-not with gnus-remove-if-not.
6841
6842         * gnus-group.el (gnus-group-completing-read):
6843         Regard collection as a hash table if it is not a list.
6844
6845 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6846
6847         * shr.el (shr-render-td): Allow blank/missing <TD>s.
6848
6849         * shr.el: Document the table-rendering algorithm.
6850
6851 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
6854         for Emacsen having no `libxml-parse-html-region' support.
6855
6856 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6857
6858         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
6859         invalid URLs.
6860
6861         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
6862         line-broken.
6863         (shr-tag-img): Ignore image fetching errors.
6864         (shr-overlays-in-region): Compute overlay positions correctly.
6865
6866         * mm-decode.el (mm-shr): Require shr.
6867
6868         * gnus-art.el (gnus-blocked-images): Move variable here.
6869
6870         * shr.el (shr-insert-table): Bind free variable.
6871
6872         * mm-decode.el (mm-shr): Bind shr-content-function.
6873
6874         * shr.el (shr-content-function): New variable.
6875
6876         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
6877         added for symmetry.
6878
6879         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
6880
6881         * gnus-group.el (gnus-group-make-group): Doc fix.
6882
6883         * nnimap.el (nnimap-request-newgroups): Return success.
6884
6885         * shr.el (shr-find-elements): New function.
6886         (shr-tag-table): Put all the images after the table.
6887         (shr-tag-table): Really inhibit images inside the table.
6888         (shr-collect-overlays): Copy over overlays from the TD elements to the
6889         main document.
6890
6891         * mm-decode.el (mm-shr): Bind shr-blocked-images to
6892         gnus-blocked-images.
6893
6894 2010-10-05  Julien Danjou  <julien@danjou.info>
6895
6896         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
6897
6898         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
6899         (gnus-html-maximum-image-size): Add this function.
6900         (gnus-html-put-image): Use gnus-html-maximum-image-size.
6901
6902         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
6903         server-value of the capability is nil.
6904
6905 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6906
6907         * shr.el (shr-tag-em): Add <EM> tag.
6908
6909 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
6910
6911         * sieve-manage.el (sieve-manage-default-stream): Make default stream
6912         customizable.
6913
6914         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
6915         handing broken links to browse-url.
6916
6917 2010-10-05  Julien Danjou  <julien@danjou.info>
6918
6919         * gnus-util.el (gnus-emacs-completing-read)
6920         (gnus-iswitchb-completing-read): Use autoload rather than require.
6921
6922 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
6925         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
6926         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
6927         iswitchb-temp-buflist for XEmacs.
6928
6929         * gnus-util.el (gnus-completing-read-function): Exclude
6930         gnus-icompleting-read and gnus-ido-completing-read from candidates for
6931         XEmacs since iswitchb.el is very old and ido.el is unavailable in
6932         XEmacs.
6933
6934         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
6935         not to use `delete-dups' that is unavailable in XEmacs 21.4.
6936
6937         * gnus-html.el: Don't require help-fns under XEmacs.
6938         (gnus-html-schedule-image-fetching): Work for XEmacs.
6939
6940         * mm-decode.el (mm-shr): Decode contents by charset.
6941
6942 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6943
6944         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
6945         unknown.
6946
6947         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
6948         (shr-get-image-data): Ensure against the cache file missing.
6949
6950         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
6951         for data.
6952
6953         * spam-report.el (spam-report-url-ping-plain): Don't query about
6954         killing the process.
6955
6956         * shr.el (shr-render-td): Protect against too-wide text.
6957
6958 2010-10-04  Julien Danjou  <julien@danjou.info>
6959
6960         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
6961         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
6962
6963         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
6964         retrieved.
6965
6966 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6967
6968         * shr.el (browse-url): Require.
6969         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
6970         lines.
6971         (shr-show-alt-text, shr-browse-image): New commands.
6972         (shr-browse-url, shr-copy-url): New commands.
6973
6974         * gnus-sum.el (gnus-widen-article-window): New variable.
6975         (gnus-summary-select-article-buffer): Use it.
6976
6977         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
6978         without @ signs.
6979
6980 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6981
6982         * nnir.el (nnir-run-imap): Remove spurious space in search string.
6983
6984 2010-10-04  Julien Danjou  <julien@danjou.info>
6985
6986         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
6987         for XEmacs.
6988
6989 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6990
6991         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
6992
6993         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
6994         (nnimap-close-server): Implement.
6995
6996         * dgnushack.el (iswitchb): Require to shut up the compiler.
6997
6998         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
6999         (shr-insert): Tweak line breaking.
7000         (shr-insert): Handle <pre> better.
7001         (shr-tag-li): Get <li> indentation right.
7002         (shr-tag-li): Get <li> indentation even righter.
7003         (shr-tag-blockquote): Ensure paragraph start.
7004         (shr-make-table): Tweak table generation.
7005         (shr-make-table): Fix typo.
7006
7007         * shr.el: Implement table rendering.
7008
7009 2010-10-04  Julien Danjou  <julien@danjou.info>
7010
7011         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7012
7013 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7014
7015         * shr.el (shr-insert): Use string anchors instead of line anchors.
7016
7017 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7018
7019         * shr.el: Add headings.
7020         (shr-ensure-paragraph): Actually work.
7021         (shr-tag-li): Make <ul> prettier.
7022         (shr-insert): Get white space at the beginning/end of elements right.
7023         (shr-tag-p): Collapse subsequent <p>s.
7024         (shr-ensure-paragraph): Don't insert double line feeds after blank
7025         lines.
7026         (shr-insert): \t is also space.
7027         (shr-tag-s): Fix "s" tag name function.
7028         (shr-tag-s): Fix face prop name.
7029
7030 2010-10-03  Julien Danjou  <julien@danjou.info>
7031
7032         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7033
7034         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7035         gnus-window-inside-pixel-edges.
7036
7037         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7038         gnus-ems.
7039
7040         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7041
7042         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7043         function.
7044
7045         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7046         resize choice.
7047
7048 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7049
7050         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7051         beginning of the buffer.
7052
7053         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7054         article buffer again.
7055
7056         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7057
7058         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7059         when it's at the start of the buffer.
7060
7061         * shr.el (shr-tag-blockquote): Convert name.
7062         (shr-rescale-image): Use the right image-size variant.
7063
7064         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7065         buffer isn't shown, then select the current article first instead of
7066         bugging out.
7067         (gnus-summary-select-article-buffer): Show both the article and summary
7068         buffers again.
7069
7070         * shr.el (shr-fontize-cont): Protect against regions with no text.
7071         Rename tag functions to shr-tag-* for enhanced security.
7072         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7073
7074 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7075
7076         * shr.el (shr-insert):
7077         * pop3.el (pop3-movemail):
7078         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7079         loaded.
7080
7081 2010-10-03  Glenn Morris  <rgm@gnu.org>
7082
7083         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7084
7085         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7086
7087         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7088
7089         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7090
7091         * gnus-util.el (gnus-make-local-hook): Simplify.
7092
7093 2010-10-02  Julien Danjou  <julien@danjou.info>
7094
7095         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7096         (gnus-ido-completing-read): New function.
7097         (gnus-emacs-completing-read): New function.
7098         (gnus-completing-read): Use gnus-completing-read-function.
7099         Add gnus-completing-read-function.
7100
7101 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7102
7103         * shr.el (shr-insert-document): Autoload.
7104         (shr-img): Be silent.
7105         (shr-insert): Add a newline after every picture before text.
7106         (shr-add-font): Use overlays for combining faces.
7107         (shr-insert): Pass upwards the text start point.
7108
7109         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7110         possible.
7111         (mm-shr): New function.
7112
7113 2010-10-02  Julien Danjou  <julien@danjou.info>
7114
7115         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7116         should go backward.
7117
7118 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7119
7120         * shr.el (shr): Fix typo in provide call.
7121
7122 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7123
7124         * shr.el: New file.
7125
7126         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7127
7128         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7129         completing read.
7130
7131 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7132
7133         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7134         we're being queried about.  Suggested by Dan Jacobson.
7135
7136         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7137         Suggested by Jason Eisner.
7138
7139         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7140         table, too.  Suggested by Stefan Wiens.
7141         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7142         the table unnecessary.  Suggested by Stefan Wiens.
7143
7144         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7145         longer needed, and probably doesn't work either, as pointed out by
7146         Stefan Wiens.
7147         (gnus-summary-exit): Remove call to the clearing function.
7148         (gnus-summary-exit-no-update): Ditto.
7149
7150         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7151         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7152         Reported by Stefan Monnier.
7153         (gnus-summary-save-in-rmail): Ditto.
7154
7155         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7156         article buffer, instead of both the article buffer and the summary
7157         buffer.  Sort of suggested by Dan Jacobson.
7158
7159         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7160
7161         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7162         Suggested by Dan Jacobson.
7163
7164         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7165         documentation clearer.
7166
7167         * message.el (message-shorten-references): Comment on the number "21".
7168         Suggested by Stefan Monnier.
7169
7170         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7171         Suggested by Dan Jacobson.
7172
7173         * gnus.el (gnus-large-newsgroup):
7174         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7175
7176         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7177         externalize attachments.  Bug reported by Steve Wen.
7178
7179         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7180         really message anything to the user.
7181
7182         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7183         directly.
7184
7185         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7186         messages in empty groups.
7187
7188 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7189
7190         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7191         non-UIDNEXT group.
7192
7193 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7194
7195         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7196         not the value from the collection.
7197
7198         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7199         values.  This sometimes happens on some groups that have no info.
7200         (nnimap-request-newgroups): New function.
7201
7202 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7203
7204         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7205         check into `gnus-registry-initialize'.
7206         (gnus-registry-initialize): Ditto.
7207         Fix and extend header docs.
7208
7209 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7210
7211         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7212         regexp backtrace overflows.
7213
7214         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7215         for starttls that tls.el implements; i.e. openssl.
7216
7217         * tls.el (tls-starttls-switches): Give up on using starttls with
7218         gnutls-cli.
7219         (tls-program): Add --insecure to be consistent with the defaults from
7220         openssl s_client.  Now all three commands are insecure.
7221
7222 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * lpath.el: Bind completion-styles-alist for XEmacs.
7225
7226         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7227         (gravatar-create-image): New function that's an alias to
7228         gnus-xmas-create-image, gnus-create-image, or create-image.
7229         (gravatar-data->image): Use it.
7230
7231 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7232
7233         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7234         install the nnregistry refer method.
7235         (gnus-registry-install-hooks): Use it.
7236         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7237         unfollowed groups.
7238
7239 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7240
7241         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7242         expanding threads.
7243
7244 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7245
7246         * nnir.el: Use the server names without suffixes (bug #7009).
7247
7248         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7249         unencrypted to STARTTLS, if possible.
7250
7251 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7252
7253         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7254         headers before superseding.
7255
7256 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7257
7258         * nnrss.el (nnrss-use-local): Add documentation.
7259
7260         * nnimap.el (nnimap-extend-tls-programs): New function.
7261         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7262         (nnimap-wait-for-connection): Accept the greeting from the stupid
7263         output from openssl s_client -starttls, too.
7264
7265         * tls.el (tls-starttls-switches): New variable.
7266         (tls-find-starttls-argument): Use it.
7267         (open-tls-stream): Ditto.
7268
7269         * netrc.el (netrc-credentials): Return the value of the "default" entry.
7270         (netrc-machine): Ditto.
7271
7272         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7273         article number.
7274         (nnimap-split-fancy): New variable.
7275         (nnimap-split-incoming-mail): Use it.
7276
7277         * nntp.el (nntp-server-list-active-group): Document.
7278
7279         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7280         SELECT to get the message-id.
7281
7282         * mail-source.el (mail-sources): Remove webmail support.
7283         (defvar): Ditto.
7284         (mail-source-fetcher-alist): Ditto.
7285         (mail-source-fetch-webmail): Remove.
7286
7287         * webmail.el: Remove -- doesn't seem relevant any more.
7288
7289         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7290
7291         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7292         the \r.
7293
7294 2010-09-30  Julien Danjou  <julien@danjou.info>
7295
7296         * gnus-agent.el (gnus-agent-add-group): Fix call to
7297         gnus-completing-read.
7298
7299 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7300
7301         * nndoc.el (nndoc-retrieve-groups): New function.
7302
7303         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7304         `default', use nnmail-split-methods.
7305         (nnimap-request-article): Downcase the NILs so that they are nil.
7306
7307         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7308         symbol.
7309
7310         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7311         code, since if the user has requested network, that's what they ought
7312         to get.
7313         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7314         (nnimap-split-rule): Mark as obsolete.
7315
7316         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7317         New variable.
7318
7319         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7320         correct slot, too.
7321
7322 2010-09-29  Julien Danjou  <julien@danjou.info>
7323
7324         * gnus.el (gnus-local-domain): Declare variable obsolete.
7325
7326         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7327         Fix history computing.
7328         (gnus-ido-completing-read): Require ido.
7329
7330 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7331
7332         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7333         build Gnus.
7334
7335         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7336         when interpreting the structures.
7337         (nnimap-request-accept-article): Add \r\n to the lines to make this
7338         work with Cyrus.
7339
7340         * nndraft.el (nndraft-request-expire-articles): Use the group name
7341         instead if "nndraft".  Fix found by Nils Ackermann.
7342
7343 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7344
7345         * nnregistry.el: Add.
7346
7347 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7348
7349         * nnmail.el (group, group-art-list, group-art):
7350         Remove unneeded directives.
7351
7352 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7355         (mm-mime-charset):
7356         * rfc2047.el (rfc2047-syntax-table):
7357         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7358
7359         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7360         rather than `insert-file-contents' and `eval-region'.
7361
7362         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
7363         construction.
7364
7365         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
7366
7367         * time-date.el: No need to require cl for Emacs 21.
7368
7369 2010-09-29  Julien Danjou  <julien@danjou.info>
7370
7371         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7372         replacement of `gnus-gravatar-relief' to mimic
7373         `gnus-faces-properties-alist'.
7374         Add :version property.
7375
7376 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * mail-source.el (mail-source-report-new-mail):
7379         * message.el (message-default-mail-headers):
7380         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7381
7382         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7383
7384 2010-09-28  Julien Danjou  <julien@danjou.info>
7385
7386         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7387         mail-address contains the same string as real-name.
7388
7389         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7390         non-blank in header, otherwise it'll get stripped.
7391
7392         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7393         real-name, and then for mail address rather than doing : or , search.
7394
7395 2010-09-27  Julien Danjou  <julien@danjou.info>
7396
7397         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7398         right completing-read function.
7399         (gnus-use-ido): New variable
7400         (gnus-completing-read-with-default): Remove.
7401         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7402         (gnus-agent-add-group):
7403         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7404         * mm-view.el (mm-view-pkcs7-decrypt):
7405         * mm-util.el (mm-codepage-setup):
7406         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7407         * mml-smime.el (mml-smime-openssl-sign-query):
7408         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7409         (mml-insert-multipart):
7410         * gnus-msg.el (gnus-summary-yank-message):
7411         * gnus-int.el (gnus-start-news-server):
7412         * mm-decode.el (mm-interactively-view-part):
7413         * gnus-dired.el (gnus-dired-attach):
7414         * gnus.el (gnus-read-method):
7415         * gnus-bookmark.el (gnus-bookmark-jump):
7416         * gnus-art.el (gnus-mime-view-part-as-type)
7417         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7418         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7419         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7420         * nnmairix.el (nnmairix-create-server-and-default-group)
7421         (nnmairix-update-groups, nnmairix-get-server)
7422         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7423         (nnmairix-get-group-from-file-path):
7424         * nnrss.el (nnrss-find-rss-via-syndic8):
7425         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7426         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7427         (gnus-group-browse-foreign-server):
7428         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7429         (gnus-summary-execute-command, gnus-summary-respool-article)
7430         (gnus-read-move-group-name):
7431         * gnus-score.el (gnus-summary-increase-score)
7432         (gnus-summary-score-effect):
7433         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7434
7435 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7436
7437         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
7438         x-focus-frame.
7439
7440         * nnimap.el (auth-source-forget-user-or-password)
7441         (auth-source-user-or-password): Autoload.
7442
7443         * message.el (message-from-style, message-interactive)
7444         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7445         (message-yank-prefix, message-indentation-spaces, message-signature)
7446         (message-signature-file): Add comment.
7447
7448 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7449
7450         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7451         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7452         new articles.
7453
7454         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7455         parts.
7456         (nnimap-request-article): Work with the t setting, too.
7457
7458         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7459         that you don't get flashes of other buffers.
7460         (gnus-summary-show-complete-article): Intern before setting.
7461
7462 2010-09-27  David Engster  <dengste@eml.cc>
7463
7464         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7465         well as HEADERS.
7466         (nnmairix-retrieve-headers): Provide new argument for the above.
7467
7468 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7469
7470         * gnus-sum.el (gnus-summary-move-article): Don't alter
7471         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
7472         group.
7473
7474         * nnimap.el (nnimap-update-info): Don't destructively alter active.
7475
7476         * message.el (message-cite-prefix-regexp): Revert my last edit.
7477
7478         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7479         variable instead of the Gnus variable.
7480
7481         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7482
7483         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7484
7485         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7486         since some servers don't like it.
7487         (nnimap-open-connection): Forget credentials if the server says the
7488         password was wrong.
7489         (nnimap-parse-line): Protect against invalid data.
7490
7491         * gnus-sum.el (gnus-summary-move-article): Add comment.
7492         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7493         nothing alters it while scanning for new messages.
7494
7495         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7496         which may or may not help.
7497         (nnimap-open-connection): If we're doing a stream connection, and then
7498         discover we're on a STARTTLS-capable server, then open a STARTTLS
7499         connection instead.
7500
7501 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7502
7503         * nnimap.el (utf7): Require.
7504
7505         * message.el (message-cite-prefix-regexp): Remove "}" from citation
7506         prefix.
7507
7508 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
7509
7510         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7511
7512 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7513
7514         * nnimap.el (nnimap-request-accept-article): Message the error on
7515         error.
7516
7517 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7520
7521 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7522
7523         * nndoc.el (nndoc-request-list): Return success always.
7524
7525         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7526         `fetch-old' -- we only want to fetch the articles we've requested.
7527         The rest are in the agent, probably.
7528         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7529         disappeared server" to something low.  It's not important.
7530
7531         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7532         arrived before the FETCH data.
7533
7534         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7535         target here, because we don't know the Gnus name of the group.
7536
7537         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7538         for the correct group.
7539
7540         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7541
7542         * gnus.el (gnus): Give a final warning after startup.
7543
7544         * gnus-util.el (gnus-action-message-log): New variable.
7545         (gnus-message): Use it.
7546         (gnus-final-warning): New function.
7547
7548         * nnimap.el (nnimap-open-connection): Record the greeting.
7549         (nnimap): Add greeting.
7550
7551 2010-09-26  Julien Danjou  <julien@danjou.info>
7552
7553         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7554         arguments.
7555         (gnus-html-wash-images): Fix spec computing to include start/end.
7556
7557         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7558
7559 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7560
7561         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7562         deletion.
7563         (nnimap-retrieve-headers): Don't select the group, because that's
7564         already done by nnimap-possibly-change-group.
7565
7566         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7567         (gnus-picon-transform-address): Use it.
7568
7569         * mail-source.el (mail-source-value): Revert previous patch.
7570
7571         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7572         on failure.
7573         (nnimap-open-connection): Look up both virtual and physical server name
7574         credentials.
7575
7576         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7577
7578 2009-02-07  Dave Love  <fx@gnu.org>
7579
7580         * tls.el (open-tls-stream): Don't query killing process.
7581
7582 2009-02-08  Dave Love  <fx@gnu.org>
7583
7584         * gnus-win.el (gnus-window-to-buffer-helper)
7585         (gnus-all-windows-visible-p): Function needn't be a symbol.
7586
7587         * mail-source.el (mail-source-value): Function needn't be a symbol.
7588
7589 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7590
7591         * message.el (message-cite-prefix-regexp): Remove } from the cite
7592         prefix.
7593
7594         * gnus-art.el (gnus-treatment-function-alist): Do picons before
7595         highlight again, so that the highlight is correct.
7596
7597         * gnus-picon.el (gnus-picon): Remove again.
7598         (gnus-picon-create-glyph): Set the background XPM color explicitly.
7599
7600         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7601         doing the header highlightling, so that the background color of the
7602         picon is correct.
7603
7604         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7605         (gnus-picon): Ditto.
7606         (gnus-picon): Reinstate.  The background color for picons is white.
7607         (gnus-picon-insert-glyph): Make the background white.
7608
7609         * nnml.el (nnml-open-nov): Don't return dead buffers.
7610
7611         * auth-source.el (auth-source-create): Query the user for whether to
7612         store the credentials.
7613
7614         * netrc.el (netrc-store-data): New function.
7615
7616         * auth-source.el (auth-source-user-or-password): Use the existing auth
7617         sources, if any, for creation.
7618
7619         * gnus.el (gnus-group-fast-parameter): Return the last matching
7620         parameter instead of the first matching parameter.
7621
7622 2010-09-26  Julien Danjou  <julien@danjou.info>
7623
7624         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7625
7626 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7627
7628         * mml2015.el (mml2015-use): Remove gpg support.
7629
7630         * mml1991.el (mml1991-function-alist): Remove gpg function.
7631         (mml1991-gpg-sign): Remove.
7632
7633 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
7634
7635         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7636         (gnus-browse-unsubscribe-current-group): Document it.
7637         (gnus-browse-unsubscribe-group): Use it.
7638
7639 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7640
7641         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7642         address to the To list for easier response.
7643
7644         * gnus.el (gnus-play-startup-jingle): Remove.
7645         (gnus-splash): Don't play jingle.
7646         (gnus): Silence gnus-load message.
7647
7648         * gnus-art.el (gnus-treat-play-sounds): Remove.
7649
7650         * gnus.el (gnus-play-jingle): Remove audio support.
7651
7652         * gnus-cus.el (gnus-score-customize): Remove audio reference.
7653
7654         * earcon.el: Remove -- no users.
7655
7656         * gnus-audio.el: Remove -- no users of this package.
7657
7658         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
7659
7660         * gnus-start.el (gnus-setup-news): Remove nocem support.
7661
7662         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
7663
7664         * gnus.el (gnus-use-nocem): Remove.
7665
7666         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
7667         Remove.
7668
7669         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
7670         uses NoCeM any more.
7671
7672         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
7673         (gnus-button-ctan-handler): Ditto.
7674         (gnus-button-handle-ctan-bogus-regexp): Ditto.
7675         (gnus-button-ctan-directory-regexp): Ditto.
7676         (gnus-button-handle-ctan): Ditto.
7677         (gnus-button-tex-level): Ditto.
7678         (gnus-button-alist): Remove CTAN stuff.
7679
7680 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7681
7682         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
7683         nnimap-streaming test.
7684
7685         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
7686         servers twice.
7687
7688         * nnimap.el (nnimap-open-connection): Add more error reporting when
7689         nnimap fails early.
7690
7691         * nnheader.el (nnheader-get-report-string): New function.
7692         (nnheader-get-report): Use it.
7693
7694         * gnus-int.el (gnus-check-server): Say what the error was when opening
7695         failed.
7696
7697         * nnimap.el (nnimap-wait-for-response): Search further when we're not
7698         using streaming.
7699
7700 2010-09-25  Julien Danjou  <julien@danjou.info>
7701
7702         * gnus-html.el (gnus-html-rescale-image): Use our defalias
7703         gnus-window-inside-pixel-edges.
7704
7705 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7706
7707         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
7708
7709         * mm-decode.el (mm-save-part): Allow saving to other directories the
7710         normal Emacs way.
7711
7712         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
7713         Suggested by Jay Berkenbilt.
7714
7715         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
7716         there isn't a single byte.
7717
7718         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
7719         just do it.  It doesn't really seem to matter what the user responds
7720         here, I think, so it's just a confusing question.
7721
7722         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
7723         non-streaming case.
7724
7725         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
7726         (gnus-article-encrypt-body): Use it.
7727
7728         * gnus-sum.el (gnus-summary-show-complete-article): New command and
7729         keystroke.
7730
7731         * nnimap.el (nnimap-find-wanted-parts-1):
7732         Use gnus-fetch-partial-articles.
7733
7734         * gnus-art.el (gnus-fetch-partial-articles): New variable.
7735
7736         * nnimap.el (nnimap-insert-partial-structure): New function.
7737         (nnimap-get-partial-article): New function.
7738         (nnimap-request-article): Use it.
7739         (nnimap-wait-for-response): Return whether the wait was successful.
7740         (nnimap-finish-retrieve-group-infos): Don't do anything if the
7741         retrieval wasn't successful.
7742         (nnimap-retrieve-group-data-early): Allow throttling servers.
7743         (nnimap-streaming): New variable.
7744         (nnimap-fetch-partial-articles): Remove.
7745
7746         * mm-decode.el (mm-with-part): Protect against killed buffers.
7747
7748         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
7749         for prettier summary display.
7750
7751 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
7752
7753         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
7754
7755 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7756
7757         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
7758         apparently third-party libraries depend on it.
7759
7760         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
7761         before starting negotiation.
7762
7763         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
7764         privacy reasons.
7765         (gnus-treat-mail-gravatar): Ditto.
7766
7767         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
7768         buffer when inserting images.  Inserting text into the headers, for
7769         instance, can make them invalid.
7770
7771 2010-09-25  Julien Danjou  <julien@danjou.info>
7772
7773         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
7774         variables.
7775
7776         * nnheader.el: Remove useless variables news-reply-yank-from and
7777         news-reply-yank-message-id.
7778
7779         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
7780         variables.
7781
7782         * mml1991.el: Remove useless mml1991-verbose.
7783
7784         * gnus.el: Remove useless variable gnus-use-generic-from.
7785         Remove obsolete variable gnus-topic-indentation.
7786
7787         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
7788
7789         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
7790
7791         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
7792
7793         * gnus-group.el: Remove useless gnus-group-icon-cache.
7794         Remove useless gnus-ephemeral-group-server.
7795
7796         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
7797
7798         * mml2015.el: Remove useless mml2015-verbose.
7799
7800         * mml-smime.el: Remove useless mml-smime-verbose.
7801
7802         * gnus.el: Remove useless gnus-local-domain.
7803
7804         * gnus-gravatar.el (gnus-gravatar-transform-address):
7805         Use gnus-gravatar-size.
7806
7807         * gnus-art.el: Remove useless gnus-treat-translate.
7808
7809 2010-09-24  Julien Danjou  <julien@danjou.info>
7810
7811         * gnus-sum.el: Add support for Gravatars.
7812
7813         * gnus-art.el: Add support for Gravatars.
7814
7815         * gnus-gravatar.el: Add this file.
7816
7817         * gravatar.el: Add this file.
7818
7819 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7820
7821         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
7822
7823         * gnus-group.el (gnus-group-fetch-faq): Remove.
7824
7825         * gnus.el (gnus-group-faq-directory): Remove.
7826
7827         * gnus-group.el (gnus-group-fetch-charter): Remove.
7828
7829         * gnus.el (gnus-group-charter-alist): Remove.
7830
7831         * gnus-group.el (gnus-group-archive-directory): Remove.
7832         (gnus-group-recent-archive-directory): Ditto.
7833         (gnus-group-make-archive-group): Remove.
7834
7835         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
7836
7837         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
7838         use the same article number for all the cached articles.
7839
7840         * nnimap.el (nnimap-command): Register the last command time so
7841         that we can use it for idling NOOPs.
7842         (nnimap-open-connection): Start the keeplive timer.
7843         (nnimap-make-process-buffer): Store all the process buffers.
7844         (nnimap-keepalive): New function.
7845
7846         * starttls.el (starttls-open-stream): Add autoload cookie.
7847
7848 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7849
7850         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
7851         handling.
7852
7853 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7854
7855         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
7856         its data structures.
7857
7858         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
7859         instead of the cl.el copy-list.
7860         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
7861         equalp.
7862
7863 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7864
7865         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
7866         and tool-bar-local-item-from-menu.
7867
7868         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
7869         mode-line-highlight face for Emacs.
7870
7871         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
7872         loading gnus-sum.elc; fix comment for canlock-verify.
7873         (gnus-article-jump-to-part): Use read-number.
7874         (gnus-insert-mime-button, gnus-insert-mime-security-button):
7875         Remove Emacs pre-21 compatible code for help-echo.
7876         (gnus-article-next-page-1): No need to adjust the number of lines.
7877         (gnus-article-describe-bindings): Always use help-buffer.
7878
7879         * gnus-audio.el (gnus-audio-inline-sound):
7880         * gnus-cus.el (gnus-custom-mode):
7881         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
7882
7883         * gnus-sum.el (gnus-remove-overlays): Doc fix.
7884
7885         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
7886         compatible code.
7887
7888 2010-09-24  Glenn Morris  <rgm@gnu.org>
7889
7890         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
7891         visiting the fcc file in rmail-mode.
7892
7893         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
7894
7895 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * nnir.el: Silence the byte compiler.
7898
7899         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
7900         alias to browse-url-url-encode-chars if any.
7901         (gnus-html-encode-url): Use it.
7902
7903 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7904
7905         * gnus-start.el (gnus-use-backend-marks): New variable.
7906         (gnus-get-unread-articles-in-group): Use it.
7907
7908         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
7909         makeover.
7910
7911 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7912
7913         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
7914
7915 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7916
7917         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7918         Remove.
7919         (gnus-setup-news-hook):
7920         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
7921
7922         * gnus-int.el (gnus-request-update-info): Protect against backends not
7923         having the function.
7924
7925         * nnimap.el (nnimap-stream): Mention starttls.
7926         (nnimap-open-connection): Add starttls support.
7927
7928 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
7929
7930         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
7931
7932 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7933
7934         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
7935         BODYSTRUCTUREs.
7936         (nnimap-transform-headers): Unfold quoted {42} headers.
7937
7938         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
7939         the info.
7940         (gnus-get-unread-articles): Only call updatep on backends that support
7941         it.
7942
7943         * nnweb.el (nnweb-request-update-info): NOOP.
7944
7945         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
7946
7947         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
7948         since it only deals with marks.
7949
7950         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
7951         gnus-request-marks, and make a new gnus-request-update-info.
7952
7953         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
7954         the active instead of the high number, which is usually too low.
7955
7956 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
7957
7958         * netrc.el (netrc-parse): Remove encrypt.el mentions.
7959         * encrypt.el: Remove.
7960
7961 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7962
7963         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
7964         server in symbolic form.
7965
7966         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
7967
7968 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7969
7970         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
7971         (nnimap-update-info): Fix up code slightly.
7972
7973         * gnus-int.el (gnus-open-server): Add tracing for performance
7974         debugging.
7975
7976         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
7977         (gnus-group-insert-group-line): Pass the real group name so that it
7978         gets the right data.
7979
7980         * gnus-start.el (gnus-get-unread-articles): Don't have
7981         `gnus-get-unread-articles-in-group' update info, since that can be
7982         really slow and doesn't seem to be needed?
7983
7984 2010-09-22  Dan Christensen  <jdc@uwo.ca>
7985
7986         * time-date.el (date-to-time): Try using parse-time-string first before
7987         using the slower timezone-make-date-arpa-standard.
7988
7989 2010-09-22  Julien Danjou  <julien@danjou.info>
7990
7991         * gnus-group.el (gnus-group-insert-group-line):
7992         Call gnus-group-highlight-line.
7993         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
7994         default hook list.
7995         (gnus-group-update-eval-form): Add new function.
7996         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
7997         (gnus-group-get-icon): Use gnus-group-update-eval-form.
7998
7999 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8000
8001         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8002         immediate, then expire all articles.
8003         (nnimap-update-info): Fix off-by-one errors.
8004         (nnimap-flags-to-marks): Would return no marks lists for group with no
8005         flags.  Instead return the other data.
8006
8007 2010-09-22  Julien Danjou  <julien@danjou.info>
8008
8009         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8010         Only return an icon.
8011         (gnus-group-insert-group-line): Compute icon to return.
8012
8013         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8014         (gnus-html-image-fetched): Only cache if
8015         gnus-html-image-automatic-caching is set.
8016         (gnus-html-image-fetched): Check for errors.
8017
8018 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8019
8020         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8021         once per method on `g'.  This ensures that backends like nnfolder don't
8022         open all their folders.
8023
8024         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8025         (nnimap-request-list): Nix out group in the correct buffer.
8026         (nnimap-parse-flags): Implement by using `read' instead of
8027         hand-parsing.
8028         (nnimap-flags-to-marks): Pass on permanent-flags.
8029         (nnimap-make-process-buffer): Record the server name.
8030         (nnimap-parse-flags): Fix typo.
8031         (nnimap-request-scan): Run split on the server in general, not just a
8032         single group.
8033
8034         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8035         parameter, and propagate this downwards.
8036
8037         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8038         since EXAMINE changes it on the server.
8039
8040         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8041         this command might take a while.
8042
8043 2010-09-22  Julien Danjou  <julien@danjou.info>
8044
8045         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8046         harmful if you have 2 images side-by-side, they can't be properly
8047         update on text deletion.  Using text-property is safer here.
8048         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8049         data.
8050
8051 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8052
8053         * nnimap.el (nnimap-expunge-inbox): Remove.
8054         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8055         (nnimap-expunge): Flip default to t.
8056
8057         * gnus.el (gnus-method-to-server): Don't push things to the cache
8058         unless it's unique.
8059         (gnus-server-to-method): Ditto.
8060
8061 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8062
8063         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8064
8065 2010-09-22  Julien Danjou  <julien@danjou.info>
8066
8067         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8068         get the start of data.
8069         (gnus-html-encode-url): Add this function to encode special chars in
8070         URL.
8071         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8072         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8073
8074         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8075         default.
8076         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8077
8078         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8079         images alt-text.
8080         (gnus-html-put-image): Put alt-text as help-echo.
8081
8082 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8085         * mm-util.el (mm-decompress-buffer):
8086         * nnir.el (nnir-run-find-grep):
8087         * pop3.el (pop3-list): Use 3rd arg of split-string.
8088
8089         * time-date.el (format-seconds): Comment fix.
8090
8091         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
8092         and byte-optimize-form-code-walker.
8093         (dgnushack-make-auto-load): Don't advise make-autoload.
8094
8095         * lpath.el: Remove Emacs 21 stuff.
8096
8097 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8098
8099         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8100         outside the active range.  Suggested by Dan Christensen.
8101
8102         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8103         slightly later to avoid double-getting it.
8104
8105         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8106         previous patch.
8107
8108         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8109
8110 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8111
8112         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8113
8114 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8115
8116         * gnus-int.el (gnus-open-server): Give a better error message in the
8117         "go offline" case.
8118
8119         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8120         marks for nnimap, which is seldom the right thing to do.
8121
8122         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8123         (gnus-same-method-different-name): New function.
8124
8125         * nnimap.el (parse-time): Require.
8126
8127         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8128         method in the presence of many similar methods.
8129
8130         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8131
8132         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8133         nnml-inhibit-expiry.
8134
8135         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8136         find out whether methods are equal.
8137
8138         * nnimap.el (nnimap-find-expired-articles): New function.
8139         (nnimap-process-expiry-targets): New function.
8140         (nnimap-request-move-article): Request the article before looking at
8141         what the Message-ID is.  Fix found by Andrew Cohen.
8142         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8143
8144         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8145         for oldness in addition to being a predicate.
8146
8147         * nnimap.el (nnimap-request-group): When we have zero articles, return
8148         the right data to Gnus.
8149         (nnimap-request-expire-articles): Only delete articles immediately if
8150         the target is 'delete.
8151
8152         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8153         method, this would bug out.
8154
8155         * gnus-group.el (gnus-group-expunge-group): Rename from
8156         gnus-group-nnimap-expunge, and implemented as a normal interface
8157         function.
8158
8159         * gnus-int.el (gnus-request-expunge-group): New function.
8160
8161         * nnimap.el (nnimap-request-create-group): Implement.
8162         (nnimap-request-expunge-group): New function.
8163
8164 2010-09-21  Julien Danjou  <julien@danjou.info>
8165
8166         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8167         (gnus-html-cache-expired): Add new function.
8168         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8169         wethever we should display image for fetch it.
8170         Compute alt-text earlier to pass it to the fetching function too.
8171         (gnus-html-schedule-image-fetching): Change function argument to only
8172         get one image at a time, not a list.
8173         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8174         cache.
8175         (gnus-html-get-image-data): New function to retrieve image data from
8176         cache.
8177         (gnus-html-put-image): Change buffer argument to use image data rather
8178         than file, and place image above region rather than inserting a new
8179         one.  Do not take alt-text as argument, since it's useless now: we place
8180         the image above alt-text.
8181         (gnus-html-prune-cache): Remove.
8182         (gnus-html-show-images): Start to fetch image when we find one, do not
8183         push into a temporary list.
8184         (gnus-html-prefetch-images): Only fetch image if they have expired.
8185         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8186         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8187
8188 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8191
8192 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8193
8194         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8195         spec inser "*" if the group isn't active instead of 0.
8196
8197         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8198         opening the server.
8199         (nnimap-request-delete-group): Implement group deletion.
8200         (nnimap-transform-headers): Return the size of the entire message in
8201         the Bytes header, not just the size of the first part.
8202         (nnimap-request-move-article): When moving an article from nnimap,
8203         request the article first so the accepting form has an article to
8204         accept.  Reported by Dan Christensen.
8205         (nnimap-command): Make sure that the error message doesn't error out.
8206
8207 2010-09-20  David Edmondson  <dme@dme.org>
8208
8209         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8210         we haven't requested anything.
8211
8212 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8213
8214         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8215         "".  Fix found by Andrew Cohen.
8216
8217         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8218         instead of -encode-string.
8219
8220 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8223
8224         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8225         by mm-subst-char-in-string.
8226
8227 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8228
8229         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8230         waiting for the connection string.
8231
8232         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8233         arriving.
8234
8235         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8236         bogus characters.  This allows selecting certain Gmail groups.
8237
8238         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8239         (nnimap-fetch-partial-articles): New variable.
8240         (nnimap-open-connection): When looking for credentials, also use the
8241         nnimap-server-port.
8242         (nnimap-request-article): Return the group/article number, so that Gnus
8243         `^' works as expected.
8244         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8245
8246         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8247         comments.
8248         (gnus-methods-sloppily-equal): New function.
8249         (gnus): When using the development version of Gnus, load the gnus-load
8250         file.
8251
8252         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8253         `gnus-open-server' on each method before trying to scan them etc.
8254         This ensures that all the backend parameters are set correctly.
8255
8256         * nnimap.el (nnimap-authenticator): New variable.
8257         (nnimap-open-connection): Allow anonymous login.
8258         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8259         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8260
8261         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8262         patch, found by Knut Anders Hatlen.
8263
8264 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8265
8266         * gnus-agent.el (gnus-agent-batch-confirmation)
8267         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8268         to gnus-message.
8269         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8270         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8271         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8272         * gnus-int.el (gnus-open-server): Likewise.
8273         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8274         (gnus-score-check-syntax): Likewise.
8275         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8276         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8277         Likewise.
8278         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8279
8280 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281
8282         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8283         calling conventions so that prefetch doesn't bug out.
8284
8285 2010-09-19  Julien Danjou  <julien@danjou.info>
8286
8287         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8288         rather than `subst-char-in-region' in order to be able to replace ASCII
8289         char by UTF-8 ones.
8290
8291         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8292         than curl.
8293         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8294         the right URL and ALT text on images.
8295         (gnus-html-wash-tags): Fix tag case.
8296         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8297         (gnus-article-html): Add -o display_ins_del=2 option.
8298         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8299
8300 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8301
8302         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8303         the extra mail headers, which sometimes seem to happen for unknown
8304         reasons.
8305
8306         * mail-parse.el (mail-header-encode-parameter): Define as
8307         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8308         (or most, perhaps?) mail readers don't understand the latter, but do
8309         understand the former.
8310
8311         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8312         to nil, so that no methods are automatically agentized.  I think this
8313         is probably what most users want.
8314
8315         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8316         from url-retrieve, for instance about invalid URLs.
8317
8318         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8319         groups that have no articles.
8320         (nnimap-request-article): Check that we really got an article when we
8321         requested one.
8322
8323         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8324         doesn't exist.
8325
8326         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8327         nntp buffer so the agent can save it.
8328         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8329         that CRLF doesn't get translated to \n.
8330         (nnimap-open-connection): Don't make 'shell commands only send \n.
8331
8332 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8333
8334         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8335         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8336         Update var name.
8337         (nnml-generate-nov-file): Use dolist.
8338         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8339         Use with-current-buffer.
8340
8341 2010-09-18  Julien Danjou  <julien@danjou.info>
8342
8343         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8344         parallel.
8345
8346 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8347
8348         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8349         the range update right.
8350         (nnimap-request-group): Don't make `M-g' bug out on group with no
8351         marks.
8352         (nnoo): Require, so that other packages can require nnimap.
8353         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8354         command we're looking for.  This helps when the server sends more
8355         responses after we've gotten everything we expected.
8356         (nnimap): Add a `newlinep' field to keep track of end-of-line
8357         conventions.
8358         Don't send CRLF to things that don't want it.
8359         (nnimap-request-accept-article): Ditto.
8360
8361 2010-09-18  Julien Danjou  <julien@danjou.info>
8362
8363         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8364         than curl to retrieve images.
8365
8366 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8367
8368         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8369         the marks.
8370         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8371         (nnimap-wait-for-connection): New function.
8372         (nnimap-open-connection): If we have PREAUTH, don't query for login
8373         credentials.
8374         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8375         when doing a partial update.
8376
8377 2010-09-18  Julien Danjou  <julien@danjou.info>
8378
8379         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8380         tags.
8381
8382 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8383
8384         * nnimap.el (nnimap-credentials): New function.
8385         (nnimap-open-connection): Use the new function to look for credentials
8386         also on the numeric equivalents of "imap" and "imaps".
8387
8388         * gnus-start.el (gnus-activate-group): Send the info to
8389         gnus-request-group.
8390
8391         * nnimap.el (nnimap-request-group): Have the "check" version of the
8392         function parse flags and update the info, so that a `M-g' get a total
8393         resync of all flags from the group.
8394
8395         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8396         to allow backends to alter the info on group selection.  Also alter all
8397         the backend -request-group functions to take the parameter.
8398
8399         * nnimap.el (nnimap-store-info): New function.
8400         (nnimap-update-info): Store the info for later usage.
8401         (nnimap-request-group): Use the stored info for the dont-check case, so
8402         that we don't retrieve all marks when we enter a group.
8403
8404         * nnimap.el: Use deffoo instead of defun for interface functions.
8405
8406         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8407         update the group info.  This makes the nndraft groups, for instance, go
8408         back to their old behavior.
8409
8410         * gnus-sum.el (gnus-select-newsgroup): Indent.
8411
8412         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8413         in.
8414         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8415         nothing.
8416
8417         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8418         from methods that are denied.
8419
8420         * gnus-int.el (gnus-method-denied-p): New function.
8421
8422         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8423         store the password instead of netrc.
8424         (nnimap-open-connection): Don't error out when we can't make a
8425         connections.
8426
8427         * auth-source.el (auth-source-create): In the password prompt, say what
8428         we're querying for.  Also prompt for user name if that hasn't been
8429         given.
8430
8431         * nnimap.el (nnimap-with-process-buffer): Remove.
8432
8433 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8434
8435         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8436         method when we're reading from the agent.
8437
8438         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8439
8440         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8441         that's probably most useful for users.
8442
8443         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8444         "failed" all the time.
8445
8446         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8447         ...)) with (with-current-buffer ... ).
8448
8449         * nntp.el (nntp-open-server): Return whether the open was successful or
8450         not.
8451
8452         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8453         select an unread unseen article first.
8454
8455         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8456         /etc/services, supply some sensible port defaults.
8457
8458         * dgnushack.el: Define netrc-credentials.
8459
8460 2010-09-17  Julien Danjou  <julien@danjou.info>
8461
8462         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8463
8464 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8465
8466         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8467         doesn't have any parameters.
8468
8469 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8470
8471         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8472         only upcased checks.
8473
8474         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8475
8476         * nnimap.el (nnimap-open-shell-stream): New function.
8477         (nnimap-open-connection): Use it.
8478         (nnimap-transform-headers): Get the number of lines in each message.
8479         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8480         number of lines.
8481         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8482         problem.
8483
8484         * utf7.el (utf7-encode): Autoload.
8485
8486         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8487         to allow the mail splitting to not return a default group.  This is
8488         useful for nnimap, which will leave unmatched mail in the inbox.
8489
8490         * nnimap.el: Rewritten.
8491
8492         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8493         nnimap usage.
8494
8495         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8496         if the move is internal, so that nnimap can do fast internal moves.
8497
8498         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8499         data.
8500         (gnus-read-active-for-groups): Support finishing the early retrieval of
8501         data.
8502
8503         * gnus-range.el (gnus-range-nconcat): New function.
8504
8505         * gnus-int.el (gnus-finish-retrieve-group-infos)
8506         (gnus-retrieve-group-data-early): New functions.
8507
8508 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8509
8510         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8511         (nnrss-retrieve-groups):
8512         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8513         (pop3-quit): Use with-current-buffer.
8514
8515 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8516
8517         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8518         instead of nnheader-accept-process-output.
8519
8520         * dgnushack.el (dgnushack-compile): Add comment.
8521
8522         * lpath.el: No need to fbind propertize for XEmacs 21.4.
8523
8524         * gnus-html.el (gnus-html-schedule-image-fetching)
8525         (gnus-html-prefetch-images): Replace process-kill-without-query by
8526         gnus-set-process-query-on-exit-flag.
8527
8528 2010-09-16  Romain Francoise  <romain@orebokech.com>
8529
8530         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8531
8532 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8533
8534         * gnus-registry.el (gnus-registry-install-shortcuts): The second
8535         parameter to unintern is mandatory-ish in Emacs 24.
8536
8537         * gnus-html.el (gnus-html-schedule-image-fetching)
8538         (gnus-html-prefetch-images): Check for curl before using it.
8539
8540         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8541         depend on curl, which isn't essential.
8542
8543         * imap.el: Revert back to version
8544         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8545         seem problematic.
8546
8547 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8548
8549         * gnus-registry.el (gnus-registry-install-shortcuts):
8550         Explicitly pass `obarray' to `unintern' to avoid a warning.
8551
8552 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8553
8554         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8555         change.
8556
8557         * nnrss.el (nnrss-request-list): Remove this function and related
8558         functions, including the moreover stuff.
8559
8560 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561
8562         * nnrss.el (nnrss-retrieve-groups): New function.
8563
8564 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8565
8566         * .dir-locals.el: Add no-byte-compile cookie.
8567
8568 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * time-date.el (format-seconds): Comment fix.
8571
8572         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8573         for back end that doesn't support request-scan.
8574
8575 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8576
8577         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8578         then do request scans from the backends.
8579
8580         * netrc.el (netrc-credentials): New conveniency function.
8581
8582         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8583         avoid running a hook per line, since this takes a lot of time,
8584         profiling shows.
8585         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8586         directly if gnus-visual-p is true.
8587
8588 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8589
8590         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8591         groups; replace mapcar with dolist which is a bit faster; pass groups
8592         info to gnus-read-active-file-1.
8593         (gnus-read-active-file-1): Scan only specified groups if the new
8594         optional arg `infos' is given.
8595
8596 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8597
8598         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8599
8600         * pop3.el (pop3-movemail): Remove.
8601         (pop3-streaming-movemail): Rename to pop3-movemail.
8602
8603         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8604         don't restrict end-tag searches to the end of the line.
8605
8606 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8609         articles of every unchecked group to t, which means unknown since the
8610         server has never been opened.
8611
8612 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8613
8614         * gnus-html.el (gnus-html-show-alt-text): New command.
8615         (gnus-html-browse-image): Ditto.
8616         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8617         to browse the image directly.
8618         (gnus-html-wash-tags): Search for images first, so that <a><img> works
8619         better.
8620
8621         * gnus-async.el (gnus-async-article-callback):
8622         Call `gnus-html-prefetch-images' unconditionally.
8623
8624         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8625         before feeding URLs to curl.
8626
8627 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8628
8629         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8630         internal images as deletable by `W D D'.
8631
8632         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8633         (gnus-async-article-callback): Fix typo.
8634
8635 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8636
8637         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8638         current line to work around bugs in the output from w3m.
8639
8640         * gnus-async.el (gnus-async-article-callback): Always prefetch images
8641         for groups that want that.
8642
8643         * nntp.el (nntp-wait-for-string): Supply a timeout for
8644         accept-process-output to ensure progress.
8645
8646         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8647         level to get unread articles from, then use that for foreign groups,
8648         too.
8649
8650         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8651         confuses the rest of the function.
8652
8653         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8654         for the methods that support -retrieve-groups, too.
8655
8656         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8657
8658 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8659
8660         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
8661         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
8662
8663         * pop3.el: Require cl when compiling.
8664         (pop3-number-of-responses): Search for "+OK", not "+OK ".
8665
8666 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8667
8668         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8669         that aren't going to be activated.
8670         (gnus-get-unread-articles): Fix up the last commit.
8671
8672         * gnus-html.el (gnus-article-html): Allow calling without specifying
8673         the handle.  In that case, dissect the buffer first.
8674
8675         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
8676
8677         * nnimap.el (nnimap-open-connection): Revert the change that would look
8678         into authinfo for imaps instead of imap.
8679
8680         * gnus-start.el (gnus-activate-group): Take an optional parameter to
8681         say that you don't want to call gnus-request-group with don-check, but
8682         do check the reponse.  This is for virtual groups only.
8683         (gnus-get-unread-articles): Count the archive groups as secondary, so
8684         that they're activated the same way as before.
8685
8686         * imap.el (imap-message-map): Removed optional buffer parameter, since
8687         no callers use it.
8688         (imap-message-get): Ditto.
8689         (imap-message-put): Ditto.
8690         (imap-mailbox-map): Ditto.
8691         (imap-mailbox-put): Ditto.
8692         (imap-mailbox-get): Ditto.
8693         (imap-mailbox-get): Revert last change for this function.
8694
8695         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
8696         case-insensitively.
8697         (nnimap-debug): Remove.
8698
8699         * net/imap.el (imap-fetch-safe): Remove function, and alter all
8700         callers to use `imap-fetch' instead.  According to the comments, this
8701         should be safe, since all other IMAP clients use the 1:* syntax.
8702         (imap-enable-exchange-bug-workaround): Remove.
8703         (imap-debug): Remove -- doesn't seem very useful.
8704
8705         * mail-source.el (mail-source-fetch): Don't message if we're fetching
8706         mail from a file, and the file doesn't exist.
8707
8708         * imap.el (imap-log): New convenience function used throughout instead
8709         of repeating the same code all over the place.
8710
8711         * pop3.el (pop3-streaming-movemail): Return t for success.
8712
8713         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
8714         .authinfo if we're using ssl connection.
8715
8716         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
8717         already have if we're in a main Gnus `g' run.
8718
8719         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
8720
8721 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
8724
8725         * nnmh.el (nnmh-request-list-1): Bind `file'.
8726
8727         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
8728         alias to set-process-query-on-exit-flag or process-kill-without-query.
8729         (pop3-open-server): Use it.
8730
8731 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8732
8733         * mail-source.el (mail-source-delete-crash-box): Always move the crash
8734         box to the Incoming file.  Fixes mistake in previous checkin.
8735
8736         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
8737         request loop (for debugging purposes) removed.
8738
8739         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
8740         culprit is more visible.
8741         (nnml-save-incremental-nov, nnml-open-incremental-nov)
8742         (nnml-add-incremental-nov): New functions to do "incremental" nov
8743         updates, where we just append to the end of the existing nov files
8744         without reading/writing them in full.
8745
8746         * mail-source.el (mail-source-delete-crash-box): Really only check the
8747         incoming files once in a while.
8748
8749         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
8750
8751         * mail-source.el (mail-source-delete-crash-box): Only check the
8752         incoming files for deletion once per day to save a lot of file
8753         accesses.
8754
8755         * pop3.el (pop3-logon): Fix up unbound variable typo.
8756
8757         * mail-source.el (pop3-streaming-movemail): Autoload.
8758
8759         * pop3.el (pop3-streaming-movemail):
8760         Respect pop3-leave-mail-on-server.
8761
8762         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
8763         retrieval.
8764
8765         * pop3.el (pop3-process-filter): Remove unused function.
8766         (pop3-streaming-movemail, pop3-send-streaming-command)
8767         (pop3-wait-for-messages, pop3-write-to-file)
8768         (pop3-number-of-responses): New functions for streaming pop3
8769         retrieval.
8770
8771         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
8772         come from no known methods.
8773         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
8774         list.
8775
8776         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
8777         message sizes.
8778         (pop3-movemail): Use erase-buffer instead of looping and deleting
8779         regions, which seems rather odd.
8780
8781         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
8782         file once per `g' run.
8783
8784         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
8785         directories.  This makes the draft queue directory work.
8786
8787         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
8788         data from the backends, so that we only request the list of groups from
8789         each method once.  This should speed things up considerably.
8790
8791         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
8792         detect that it's not implemented.
8793
8794         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
8795         we actually do recurse down into the tree, but don't stat all leaf
8796         nodes.
8797
8798         * gnus-html.el (gnus-html-show-images): If there are no images to show,
8799         then say so instead of bugging out.
8800
8801         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
8802         files exist before trying to read them.
8803
8804         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
8805         around <pre_int>.
8806
8807         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
8808
8809         * nnmh.el (nnmh-request-list-1): Optimize for speed.
8810
8811 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8812
8813         * mm-util.el (mm-image-load-path): Just return the image directories,
8814         not all directories in the path in addition to the image directories.
8815         (mm-image-load-path): Maintain a cache of the image directories so that
8816         the `g' command in Gnus doesn't have to stat dozens of directories each
8817         time.
8818
8819         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
8820         (gnus-html-wash-tags): Add a new `i' command to insert images.
8821         (gnus-html-insert-image): New command and keystroke.
8822         (gnus-html-redisplay-with-images): New command and keystroke.
8823         (gnus-html-show-images): Rename command.
8824         (gnus-html-wash-tags): Remove more white space before <pre_int> image
8825         spacers.
8826         (gnus-html-wash-tags): Decode entities at the end, so that entities
8827         inside the tags don't mess up the rest of the "parsing".
8828
8829         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8830         so that nnimap methods aren't agentized by default.  There's apparently
8831         many problems related to agent/imap behavior.
8832
8833         * gnus-art.el (gnus-article-copy-string): New command and key binding.
8834
8835         * gnus-html.el: Doc fix.
8836
8837 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8838
8839         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
8840         specifier-spec-list for Emacs 21.
8841
8842         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
8843         glyph-width and glyph-height instead of display-graphic-p and
8844         image-size; make avoidance of displaying small images work for XEmacs.
8845
8846         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
8847         for XEmacs.
8848
8849         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
8850         of symbol that holds plist data.
8851         (gnus-process-plist): Remove plist of process after getting it.
8852
8853 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8854
8855         * message.el (message-generate-hashcash): Change default to
8856         'opportunistic if hashcash is installed.
8857
8858         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
8859         (gnus-html-put-image): Only call image-size once, since it's somewhat
8860         time-consuming on remote X servers.
8861
8862 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
8865         type on data, not a file name.
8866
8867         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
8868         window-pixel-edges for Emacs 21.
8869
8870         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
8871         decoded contents.
8872         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
8873
8874 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8875
8876         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
8877         group line format, since it isn't very interesting.
8878
8879         * gnus-agent.el (gnus-agent-short-article),
8880         (gnus-agent-long-article): Increase values for these two variables,
8881         since most people are likely to have more network connection and
8882         storage than before.
8883
8884         * gnus.el (gnus-refer-article-method): Change default to 'current.
8885         When referring an article, the common behavior is to refer it from the
8886         current select method, not the native select method.  The chances of
8887         the native select method having the message in question is rather slim
8888         these days.
8889
8890         * gnus-sum.el (gnus-auto-select-subject): Change default to
8891         `unseen-or-unread'.  I think it's likely that most people want to
8892         select an unseen article over a previously seen, but unread one.
8893
8894         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
8895         means that in the article buffer none of the minor mode elements will
8896         be shown, usually, and this is not desirable in most cases.
8897
8898         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
8899         that commands like `d' (and the like) go to the next line in the
8900         buffer, instead of the next unread article.  I think this is the
8901         behavior that is most natural for most users.
8902         (gnus-single-article-buffer): Change default to nil, so that people can
8903         have as many article buffers open as they have summary buffer.  I think
8904         this is the most natural way for the groups to behave.
8905
8906         * message.el (message-generate-new-buffers): Change default to
8907         `unsent', so that all new message buffers start their names with the
8908         string "*unsent", and it's easier to find the buffers if you move from
8909         them.
8910
8911 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8912
8913         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
8914         small.  They're probably tracking images.
8915         (gnus-html-wash-tags): Remove all <pre_int> place holders.
8916         (gnus-html-rescale-image): Yet another try at getting the image sizing
8917         right.
8918
8919         * nntp.el (nntp-request-set-mark): Refuse to do marks if
8920         nntp-marks-file-name is nil.
8921
8922 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8923
8924         * gnus-html.el (gnus-html-wash-tags)
8925         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
8926         Better logging.
8927
8928 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8929
8930         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
8931
8932         * gnus-html.el (gnus-html-wash-tags): Check the value of
8933         gnus-blocked-images in the summary buffer.
8934
8935 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8936
8937         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
8938
8939 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8940
8941         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
8942         like "a", it seems like.
8943         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
8944         since it needs to be picked from the correct buffer.
8945
8946         * nnwfm.el: Remove.
8947
8948         * nnlistserv.el: Remove.
8949
8950 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8951
8952         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
8953         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
8954
8955 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8956
8957         * nnkiboze.el: Remove.
8958
8959         * nndb.el: Remove.
8960
8961         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
8962         alt text.
8963         (gnus-html-rescale-image): Try to get the rescaling logic right for
8964         images that are just wide and not tall.
8965
8966         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
8967         overshadow variable bindings.
8968
8969 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
8970
8971         * gnus-html.el (gnus-html-wash-tags)
8972         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
8973         Add extra logging.
8974
8975 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8976
8977         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
8978         (gnus-max-image-proportion): New variable.
8979         (gnus-html-rescale-image): New function.
8980         (gnus-html-put-image): Rescale images.
8981
8982 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8983
8984         Fix up some byte-compiler warnings.
8985         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
8986         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
8987         (gnus-article-fill-cited-article, gnus-article-hide-citation)
8988         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
8989         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
8990         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
8991         (gnus-group-update-group): Use save-excursion and with-current-buffer.
8992
8993 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * gnus-html.el (gnus-article-html): Decode contents by charset.
8996
8997 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9000         (gnus-html-frame-width, gnus-blocked-images):
9001         * message.el (message-prune-recipient-rules): Add custom version.
9002         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9003
9004         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9005         functions.
9006
9007         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9008         gnus-process-get.
9009
9010 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9011
9012         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9013         instead of lsub directly.
9014
9015 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9016
9017         * nnwarchive.el: Remove.
9018
9019         * gnus-soup.el: Remove.
9020
9021         * nnsoup.el: Remove.
9022
9023         * nnultimate.el: Remove.
9024
9025         * gnus-html.el (gnus-blocked-images): New variable.
9026
9027         * message.el (message-prune-recipients): New function.
9028         (message-prune-recipient-rules): New variable.
9029
9030         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9031         guess whether a long line is natural text or not.
9032
9033         * gnus-html.el (gnus-html-schedule-image-fetching):
9034         Use gnus-process-plist and friends for compatibility.
9035
9036 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9037
9038         * gnus-html.el: Require packages that define macros used in this file.
9039         (gnus-article-mouse-face): Declare to silence byte-compiler.
9040         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9041         process-get.
9042         (gnus-html-put-image): Use plist-get to avoid getf.
9043         (gnus-html-prefetch-images): Use with-current-buffer.
9044
9045 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9046
9047         * gnus-ems.el: Provide compatibility functions for
9048         gnus-set-process-plist.
9049
9050         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
9051         header-line-format for XEmacs 21.4.
9052
9053         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9054         * gnus.el (gnus-valid-select-methods):
9055         * message.el (message-send-mail-partially-limit):
9056         * mm-decode.el (mm-text-html-renderer):
9057         * mml.el (mml-insert-mime-headers-always):
9058         * smiley.el (smiley-regexp-alist): Bump custom version.
9059
9060 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9061
9062         * gnus-html.el: require mm-url.
9063         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9064         with the url to `url'.
9065         (gnus-html-wash-tags): Support cid: URLs/images.
9066
9067 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9068
9069         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9070         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9071         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9072
9073         * gnus-move.el: Remove file, since it doesn't really work.
9074
9075         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9076         UTF-8.  This seems to fix problems with some German web feeds.
9077
9078         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9079         at the top so that the proper colors are applied.
9080
9081         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
9082         don't have dots in their names.
9083
9084         * gnus-art.el (gnus-article-view-part): Doc fix.
9085
9086         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9087         XEmacs-compatible.
9088         (gnus-html-put-image): Don't do images on non-graphic displays.
9089
9090         * nnslashdot.el: Remove this unused backend.
9091
9092         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9093         actions.
9094         (gnus-undo-register-1): Revert last change.
9095
9096         * gnus-group.el (gnus-group-completing-read): Protect against not
9097         having completion-styles bound.
9098
9099         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9100         make broken recipients happier.
9101
9102         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9103
9104         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9105         point parameter.
9106
9107         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9108
9109         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9110         completion-styles for group selection.
9111
9112 2009-02-04  Andreas Schwab  <schwab@suse.de>
9113
9114         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9115         headers and regexp-quote the match if necessary.
9116
9117 2009-03-24  Miles Bader  <miles@gnu.org>
9118
9119         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9120         the blinking smiley.
9121
9122 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9123
9124         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9125         blink smiley.
9126
9127 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9128
9129         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9130         where the dribbel file lives exists.
9131
9132         * message.el (message-send-mail-partially-limit): Change the default to
9133         nil, since most people don't want this.
9134
9135         * mm-url.el (mm-url-decode-entities): Also decode entities like
9136         &#x3212.
9137
9138 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9139
9140         * gnus-sum.el (gnus-summary-idna-message):
9141         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9142         Hyperlink urls in docstrings with URL `...'.
9143
9144 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9145
9146         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9147         functions.
9148
9149 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9150
9151         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9152         say what the mouseover text should be.
9153
9154         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9155         version of the mm-w3m-safe-url-regexp variable to only download images
9156         in the groups where we want that to happen.
9157
9158         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9159
9160         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9161         easier debugging.
9162         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9163         big pictures in the article buffer.
9164
9165         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9166         gnus-article-html.
9167         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9168         w3m.
9169
9170         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9171
9172 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9173
9174         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9175         which doesn't exist.
9176
9177         * message.el (message-inhibit-ecomplete): New variable to allow some
9178         function to inhibit ecomplete address storage.
9179         (message-resend): Disable ecomplete message storage when resending
9180         messages.
9181
9182         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9183
9184 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9187         Save excursion while copying, moving, and deleting articles in order to
9188         prevent the cursor from jumping to unforeseen place.
9189
9190 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9191
9192         * lpath.el: No need to bind bookmark-current-buffer,
9193         bookmark-yank-point and bookmark-make-record-function.
9194
9195 2010-08-17  Glenn Morris  <rgm@gnu.org>
9196
9197         * gnus-sync.el: Require gnus components whose functions are used.
9198
9199         * gnus-art.el (bookmark-make-record-function):
9200         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9201         Declare for compiler.
9202
9203         * mm-url.el (mml-compute-boundary): Autoload.
9204
9205 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9206
9207         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9208
9209 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9210
9211         Typo fix "hoo4a" -> "hook".
9212
9213         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9214
9215 2010-08-14  Glenn Morris  <rgm@gnu.org>
9216
9217         * gnus-sync.el (gnus-sync): Fix defgroup version.
9218
9219 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9220
9221         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9222
9223         * gnus-sync.el: Fix docs.
9224         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9225         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9226
9227 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9228
9229         Optimizations for gnus-sync.el.
9230
9231         * gnus-sync.el: Add docs about gnus-sync-backend
9232         possibilities.
9233         (gnus-sync-save): Remove unnecessary message.
9234         (gnus-sync-read): Optimize and show what groups were skipped.
9235
9236 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9237
9238         Minor bug fixes for gnus-sync.el.
9239
9240         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9241         Don't read the sync on get-new-news.
9242
9243         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9244         quiet.
9245
9246         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9247         (fix typo).
9248
9249 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9250
9251         Make saving and restoring of hidden threads work with overlays.
9252         Patch applied by Ted Zlatanov.
9253
9254         * gnus-sum.el (gnus-hidden-threads-configuration)
9255         (gnus-restore-hidden-threads-configuration): Update to deal with text
9256         properties, rather than searching for a magic character.
9257
9258 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9259
9260         New gnus-sync.el library for synchronization of marks.
9261
9262         * gnus-sync.el: New library for synchronization of marks.
9263
9264         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9265         renamed from `gnus-registry-grep-in-list'.
9266
9267         * gnus-registry.el (gnus-registry-follow-group-p):
9268         Use `gnus-grep-in-list'.
9269
9270         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9271
9272 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9275         determining charset of text fails.
9276
9277 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9278
9279         * nnmail.el (nnmail-get-new-mail-1): Revert.
9280
9281         * nnml.el (nnml-active-number): Make sure names of newly created groups
9282         in nnml-group-alist are encoded.
9283
9284 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9287         containing non-ASCII characters in active file for nnml back end.
9288
9289 2010-07-24  David Engster  <dengste@eml.cc>
9290
9291         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9292         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9293
9294 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9295
9296         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9297         tag (Bug#6654).
9298
9299 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9302         the article buffer, not the summary buffer.
9303
9304 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9307         Emacs 23 as well.
9308
9309 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
9312         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
9313
9314 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9315
9316         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9317         Patch applied by Karl Fogel.
9318
9319         * gnus-sum.el (gnus-summary-bookmark-make-record):
9320         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9321
9322 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9323
9324         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9325         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9326         C-w still not working correctly from Article buffers; Thierry's
9327         patch to fix that will be applied after this.
9328
9329         * gnus-art.el (bookmark-make-record-function): New local variable.
9330
9331         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9332         article buffer.
9333         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9334
9335 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9336
9337         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9338         on changes in bookmark.el.
9339
9340 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
9343         `no-log' instead of message not to log prompt string.
9344
9345 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9346
9347         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9348         the *other* type of HTML form submission.
9349
9350 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9351
9352         * auth-source.el (auth-source-pick): If choice does not contain a
9353         questioned keyword, set the check to t.
9354
9355 2010-06-12  Romain Francoise  <romain@orebokech.com>
9356
9357         * gnus-util.el (gnus-date-get-time): Move up before first use.
9358
9359 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9360
9361         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9362         (gnus-article-edit-part): Bind it to make last part that is substituted
9363         or deleted visible.
9364         (gnus-mime-display-single): Buttonize part of which id equals to
9365         gnus-mime-buttonized-part-id.
9366
9367 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9368
9369         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9370         (gnus-dd-mmm): Use gnus-date-get-time.
9371         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9372         simplify logic.
9373         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9374         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9375
9376 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9377
9378         * auth-source.el (top): Autoload `secrets-list-collections',
9379         `secrets-create-item', `secrets-delete-item'.
9380         (auth-sources): Fix tag string.
9381         (auth-get-source, auth-source-retrieve, auth-source-create)
9382         (auth-source-delete): New defuns.
9383         (auth-source-pick): Rewrite in order to avoid 2 passes.
9384         (auth-source-forget-user-or-password): New parameter USERNAME.
9385         (auth-source-user-or-password): New parameters CREATE-MISSING and
9386         DELETE-EXISTING.  Retrieve password interactively, if needed.
9387
9388 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9389
9390         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9391         deleting unused directories when gnus-expert-user is t.
9392
9393 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9396         for each temp file when gnus-article-browse-delete-temp is ask.
9397
9398 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9399
9400         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
9401         Replace Lisp calls to delete-backward-char by calls to delete-char.
9402
9403 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9404
9405         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9406
9407 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9408
9409         * password-cache.el (password-cache-remove): Fix docstring.
9410
9411 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9414         article unless decoding article to be saved.
9415
9416 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9419         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9420         generated within the mm-with-unibyte-current-buffer macro.
9421
9422 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9425         to nil when we're in a mml-preview buffer and no group is selected.
9426
9427 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9428
9429         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9430         when catching the `C-g'.  Reported by "Leo".
9431
9432 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * message.el (message-forward-make-body-plain)
9435         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9436         multibyte-string-p.
9437
9438         * lpath.el: Revert.
9439
9440 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * message.el (message-forward-make-body-mml): Assume original message
9443         is multibyte string; error on unibyte.
9444         (message-forward-make-body-plain): Ditto; don't add excessive newline
9445         in body end.
9446
9447         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
9448
9449 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9450
9451         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9452         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9453
9454 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * mm-extern.el (mm-extern-url): Don't use
9457         mm-with-unibyte-current-buffer.
9458         (mm-extern-cache-contents): Use with-current-buffer instead of
9459         save-excursion + set-buffer.
9460
9461 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * mm-util.el (mm-emacs-mule): Remove.
9464
9465 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9466
9467         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9468         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9469         change.
9470
9471 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9472
9473         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9474         bind the default value of enable-multibyte-characters to nil.
9475
9476 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9477
9478         * message.el (message-forward-make-body-plain)
9479         (message-forward-make-body-mml):
9480         Don't use mm-with-unibyte-current-buffer.
9481
9482 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9483
9484         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
9485
9486 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9487
9488         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9489         (Bug#5592).
9490
9491 2010-05-07  Julien Danjou  <julien@danjou.info>
9492
9493         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9494         it to mm-pipe-part.
9495
9496         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9497         it is given.
9498
9499 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * binhex.el (binhex-decode-region-internal):
9502         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
9503         (dns-query):
9504         * nnweb.el (nnweb-gmane-search):
9505         * pgg-parse.el (pgg-parse-armor):
9506         * pgg.el (pgg-verify-region):
9507         * sha1.el (sha1-string-external):
9508         * uudecode.el (uudecode-decode-region-internal):
9509         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9510         XEmacs.
9511
9512         * gnus-art.el (gnus-article-browse-html-parts):
9513         * gnus-group.el (gnus-read-ephemeral-gmane-group):
9514         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9515         make-temp-file.
9516
9517         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9518         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9519         compiling.
9520
9521         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9522         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9523         XEmacs when compiling.
9524
9525         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9526         gnus-pick-mode-off-hook for XEmacs when compiling.
9527         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9528         gnus-binary-mode-off-hook for XEmacs when compiling.
9529
9530         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9531         Return nil if char-charset is not available.
9532
9533         * imap.el (imap-disable-multibyte)
9534         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
9535         macros.
9536
9537         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9538         instead of encode-coding-string.
9539
9540         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9541         'xemacs) instead of mm-emacs-mule to switch function definitions.
9542         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9543
9544         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
9545         bind temporary-file-directory for XEmacs;
9546         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
9547         timer-set-function for XEmacs 21.4 and SXEmacs;
9548         bind timer-list for XEmacs 21.4 and SXEmacs;
9549         fbind char-charset and find-charset-region for non-Mule XEmacs;
9550         fbind decode-coding-region, decode-coding-string, detect-coding-region,
9551         encode-coding-region and encode-coding-string for XEmacs having no
9552         file-coding feature.
9553
9554 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
9555
9556         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9557
9558 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9561         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9562
9563 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
9564
9565         * mm-util.el (mm-decompress-buffer): Use `delete-file';
9566         alias `jka-compr-delete-temp-file' no longer exists.
9567
9568 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9569
9570         Use define-minor-mode in Gnus where applicable.
9571         * mml.el (mml-mode): Use define-minor-mode.
9572         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9573         (gnus-undo-mode): Use define-minor-mode.
9574         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9575         (gnus-dead-summary-mode): Use define-minor-mode.
9576         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9577         Initialize in declaration.
9578         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9579         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9580         (gnus-mailing-list-mode): Use define-minor-mode.
9581         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9582         (gnus-draft-mode): Use define-minor-mode.
9583         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9584         (gnus-dired-mode): Use define-minor-mode.
9585
9586 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
9587
9588         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9589         handles on recursive mml-to-mime translation and check them for
9590         boundary delimiter collisions.  Reported by Greg Troxel.
9591
9592 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9593
9594         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9595
9596 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9597
9598         * mm-util.el (mm-find-buffer-file-coding-system):
9599         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9600
9601 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
9602
9603         * message.el (message-generate-headers): Record insertion of optional
9604         headers as well.  Otherwise the check to prevent repeated insertion of
9605         optional headers is a no-op.
9606
9607 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
9608
9609         * smime.el: Don't mention CVS.
9610
9611         * nnrss.el (nnrss-fetch): Don't mention CVS.
9612
9613         * nnir.el: Don't mention CVS.
9614
9615 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9616
9617         * gnus-sum.el (gnus-summary-bookmark-make-record):
9618         Add `location' field.
9619
9620 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9621
9622         * lpath.el: Fbind bookmark-default-handler,
9623         bookmark-get-bookmark-record, bookmark-make-record-default,
9624         bookmark-prop-get for Emacs <23 and XEmacs.
9625
9626 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9627
9628         * gnus-sum.el: Add bookmark declarations to silence the compiler.
9629         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9630         Use with-current-buffer to silence the byte-compiler.
9631         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9632         bother to require `gnus'.
9633         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
9634
9635 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9636
9637         * gnus-sum.el (gnus-summary-bookmark-make-record)
9638         (gnus-summary-bookmark-jump): New functions.
9639         (gnus-summary-mode): Setup bookmark support.
9640
9641 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
9642
9643         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9644         if set.
9645
9646 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9649         gnus-article-browse-html-save-cid-image; make it work recursively for
9650         forwarded messages as well.
9651         (gnus-article-browse-html-parts): Work when prefix arg is given.
9652         (gnus-article-browse-html-article): Doc fix.
9653
9654 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
9655
9656         * message.el (message-default-mail-headers):
9657         (message-default-headers): Carry the value mail-default-headers over
9658         into message-default-mail-headers, rather than message-default-headers.
9659
9660 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
9661
9662         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9663         charset.
9664
9665         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9666         charset into the <meta> tag when the article is encoded to utf-8.
9667
9668 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * gnus-art.el (gnus-article-browse-delete-temp-files):
9671         Delete directories as well.
9672         (gnus-article-browse-html-parts): Work for images that do not specify
9673         file names; delete temp directory when quitting; insert header at the
9674         right place; use file: scheme for image files.
9675
9676 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
9677
9678         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9679         (gnus-article-browse-html-parts): Use it to make temporary cid image
9680         files in addition to html file so that browser may display them.
9681
9682 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9685
9686 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9687
9688         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9689
9690 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
9691
9692         * auth-source.el (auth-sources): Change default to be simpler.
9693         Explain about Secret Service API sources.  Improve Customize options.
9694         (auth-source-pick): Change to accept any number of search parameters.
9695         Implement fallbacks iteratively, not recursively.  Add scoring on the
9696         second pass and sort by score.  Call Secret Service API when needed.
9697         (auth-source-user-or-password): Use it.  Call Secret Service API
9698         directly when needed to get the user name and the password.
9699
9700 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
9701
9702         * message.el (message-interactive): Doc fix.
9703         (message-qmail-inject-args): Reflow.
9704         (message-kill-to-signature): Fix typo in docstring.
9705
9706         * smiley.el (smiley-buffer): Fix typo in docstring.
9707
9708 2010-03-24  Glenn Morris  <rgm@gnu.org>
9709
9710         * mail-source.el (gnus-message): Declare.
9711         (mail-source-delete-old-incoming): Require gnus-util.
9712
9713 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9716
9717         * message.el (ecomplete-setup): Autoload it for Emacs <23.
9718
9719         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9720         password-cache's default if it is not bound.
9721         (mml-secure-passphrase-cache-expiry): Default to 16 that is
9722         password-cache-expiry's default if it is not bound.
9723
9724         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9725         available in Emacs 21.
9726
9727         * lpath.el: Suppress compiler warnings for:
9728         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
9729         XEmacs;
9730         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
9731         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
9732         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
9733
9734 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
9735
9736         * auth-source.el (auth-sources): Fix up definition so extra parameters
9737         are always inline.
9738
9739 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
9740
9741         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9742         wasn't updated after mismatch.  Clear cached mailbox info correctly
9743         when uidvalidity changes.
9744         (nnimap-group-prefixed-name): New function to avoid some code
9745         duplication.
9746         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9747         (nnimap-request-group): Use it.
9748         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9749         (nnimap-update-unseen): Significantly improved speed of Gnus startup
9750         with many imap folders.  This is done by caching the group status from
9751         the imap server persistently in a group parameter `imap-status'.  (This
9752         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9753         but not persistently, so every Gnus startup was still very slow.)
9754
9755 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
9756
9757         * assistant.el (assistant-render-text): Run `widget-setup' and don't
9758         delete the extra newline.  Otherwise editing of :string and :number
9759         types don't work.
9760
9761 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9762
9763         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
9764         secrets.el dependency.
9765         (auth-sources): Add optional user name.  Add secrets.el configuration
9766         choice (unused right now).
9767
9768 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
9769
9770         * gnus-sum.el (gnus-summary-make-menu-bar):
9771         Let `gnus-registry-install-shortcuts' fill in the functions.
9772
9773         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9774         warnings.
9775         (gnus-registry-misc-menus): Variable to hold registry mark menus.
9776         (gnus-registry-install-shortcuts): Populate and use it in a
9777         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9778
9779 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
9780
9781         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9782         In-place substitutions for the group name encoding/decoding.
9783         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9784         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9785         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9786         (nnimap-update-unseen, nnimap-request-list)
9787         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9788         (nnimap-request-set-mark, nnimap-split-to-groups)
9789         (nnimap-split-articles, nnimap-request-newgroups)
9790         (nnimap-request-create-group, nnimap-request-accept-article)
9791         (nnimap-request-delete-group, nnimap-request-rename-group)
9792         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
9793         `encoded-mbx' for consistency.
9794         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9795         variable `imap-current-mailbox'.
9796
9797         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9798         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
9799
9800 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
9801
9802         * pop3.el (pop3-display-message-size-flag): Display message size byte
9803         counts during POP3 download.
9804         (pop3-movemail): Use it.
9805         (pop3-list): Implement listing of available messages.
9806
9807 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
9808
9809         * nnir.el (nnir-get-article-nov-override-function): New function to
9810         override the normal NOV retrieval.
9811         (nnir-retrieve-headers): Use it.
9812
9813 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
9814
9815         * auth-source.el (netrc-machine-user-or-password): Autoload.
9816
9817 2010-03-19  Glenn Morris  <rgm@gnu.org>
9818
9819         Stop message.el from loading about 40 libraries it doesn't always need.
9820         The general approach is to autoload rather than require, and to
9821         require in the specific functions rather than the file.  (Bug#5642)
9822
9823         * gmm-utils.el: Don't require wid-edit.
9824         (widget-create-child-value, widget-convert, widget-default-get):
9825         Autoload.
9826
9827         * gnus-util.el: Don't require time-date, netrc.
9828         (message-fetch-field, gnus-group-name-decode): Declare rather than
9829         autoloading.
9830         (gnus-fetch-field): Require message.
9831         (gnus-decode-newsgroups): Require gnus-group.
9832
9833         * ietf-drums.el: Don't require time-date.
9834
9835         * message.el: Don't require hashcash, canlock, ecomplete.
9836         Do require mail-utils.  Require nnheader only when compiling.
9837         (smtpmail-default-smtp-server): Remove declaration.
9838         (message-send-mail-function): Check smtpmail-default-smtp-server
9839         is bound rather than requiring smtpmail.
9840         (message-auto-save-directory, message-insert-signature):
9841         Use expand-file-name rather than nnheader-concat.
9842         (nnheader-insert-file-contents): Autoload.
9843         (hashcash-wait-async): Declare.
9844         (message-send-mail): Only call gnus-setup-posting-charset if
9845         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
9846         (message-send-mail-with-sendmail): Require sendmail.
9847         (canlock-password, canlock-password-for-verify): Declare.
9848         (message-canlock-password): Require canlock.
9849         (nnheader-get-report): Autoload.
9850         (gnus-setup-posting-charset): Declare.
9851         (message-send-news): Require gnus-msg.
9852         (message-make-references, message-make-in-reply-to): Use mail-header-id
9853         rather than the alias mail-header-message-id.
9854         (ecomplete-add-item, ecomplete-save): Declare.
9855         (message-put-addresses-in-ecomplete): Require ecomplete.
9856         (ecomplete-display-matches): Autoload.
9857
9858         * mm-decode.el: Don't require mailcap, gnus-util.
9859         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
9860         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
9861         Autoload.
9862         (mailcap-mime-extensions): Declare.
9863
9864         * mm-encode.el: Don't require mailcap.
9865         (mailcap-extension-to-mime): Autoload.
9866
9867         * mml-sec.el: Don't require password-cache.
9868
9869         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
9870         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
9871         (mml-minibuffer-read-type): Require mailcap.
9872         (mml-preview): Require gnus-msg.
9873
9874         * mml1991.el: Require password-cache.
9875         (password-cache-expiry): Remove declaration.
9876
9877         * mml2015.el: Require password-cache.
9878         (password-cache-expiry): Remove declaration.
9879
9880         * nneething.el (mailcap): Require mailcap.
9881
9882         * nnheader.el (declare-function): Add compatibility stub.
9883         (message-remove-header): Declare rather than autoload.
9884         (nnheader-replace-header): Require message.
9885
9886         * nnimap.el (declare-function): Add compatibility stub.
9887         (netrc-parse, netrc-machine-user-or-password): Declare.
9888         (nnimap-open-connection): Require netrc.
9889
9890         * nntp.el (declare-function): Add compatibility stub.
9891         (netrc-parse, netrc-machine, netrc-get): Declare.
9892         (nntp-send-authinfo): Require netrc.
9893
9894         * rfc2047.el: Don't require qp.
9895         (quoted-printable-encode-region, quoted-printable-decode-string):
9896         Autoload.
9897
9898         * sieve-mode.el: Don't require easymenu.
9899         (easy-menu-add-item): Autoload it.
9900
9901         * spam-stat.el (time-to-number-of-days): Autoload it.
9902
9903 2010-03-19  Glenn Morris  <rgm@gnu.org>
9904
9905         * password-cache.el (password-cache, password-cache-expiry): Autoload.
9906
9907 2010-03-18  Glenn Morris  <rgm@gnu.org>
9908
9909         * hashcash.el (declare-function): Remove duplicate definition.
9910
9911 2010-03-17  Kevin Ryde  <user42@zip.com.au>
9912
9913         * mml.el (mml-read-tag): Unquote values with `read' to reverse
9914         prin1 in mml-insert-tag (just stripping the quotes gave wrong
9915         value if any backslash escapes).
9916
9917 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
9920         if it is available.  (bug#5647)
9921
9922         * lpath.el: Suppress compiler warning for coding-system-from-name for
9923         Emacs 21 and XEmacs.
9924
9925 2010-03-14  Juri Linkov  <juri@jurta.org>
9926
9927         * hmac-def.el:
9928         * hmac-md5.el:
9929         * netrc.el: Fix keywords.
9930
9931 2010-02-26  Glenn Morris  <rgm@gnu.org>
9932
9933         * message.el (message-send-mail-function): Change the default, so that
9934         it inherits from a customized send-mail-function.  (Bug#5643)
9935
9936 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9937
9938         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
9939         shell-command-to-string signals an error (bug#5299).
9940
9941 2010-02-24  Glenn Morris  <rgm@gnu.org>
9942
9943         * message.el (message-smtpmail-send-it)
9944         (message-send-mail-with-mailclient): Doc fixes.
9945
9946 2010-02-16  Glenn Morris  <rgm@gnu.org>
9947
9948         * message.el (message-default-mail-headers): Change the default value
9949         to ease the transition from mail-mode to message-mode.  (Bug#5555)
9950
9951 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9952
9953         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
9954         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
9955
9956 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
9957
9958         * time-date.el (date-to-time): Doc fix (Bug#5408).
9959
9960 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
9961
9962         * message.el (message-mail): Just pass yank-action on to message-setup.
9963         (message-setup): Handle (FUN . ARGS) form of yank-action.
9964         (message-with-reply-buffer, message-widen-reply)
9965         (message-yank-original): Handle non-buffer values of
9966         message-reply-buffer (Bug#4080).
9967         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
9968
9969 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
9970
9971         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
9972         Fix typo in docstring.
9973
9974 2010-01-08  Jason Rumney  <jasonr@gnu.org>
9975
9976         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
9977         response.
9978
9979 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9980
9981         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
9982
9983         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9984
9985         * message.el (message-check-news-header-syntax): Protect against a
9986         string that `rfc822-addresses' returns when parsing fails.
9987
9988 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9989
9990         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
9991         (gnus-previous-char-property-change): New functions.
9992
9993         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
9994
9995 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
9996
9997         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
9998         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
9999
10000 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10001
10002         * message.el (message-exchange-point-and-mark): Rework last change to
10003         avoid using optional arg of exchange-point-and-mark, for backward
10004         compatibility.
10005
10006 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10007
10008         * message.el (message-exchange-point-and-mark):
10009         Call exchange-point-and-mark with an argument rather than setting
10010         mark-active by hand (Bug#5175).
10011
10012 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * nntp.el (nntp-service-to-port): Work for service expressed with
10015         numeric string; replace [:digit:] with [0-9] for XEmacs.
10016
10017 2009-12-17  Glenn Morris  <rgm@gnu.org>
10018
10019         * gnus-group.el (gnus-bug-group-download-format-alist):
10020         Change emacs entry to debbugs.gnu.org.  Bump :version.
10021
10022 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10023
10024         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10025
10026 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10027
10028         * message.el (message-info): Explain why we use `Info-goto-node'.
10029
10030 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
10033
10034 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10035
10036         * message.el (message-completion-in-region): New compatibility function.
10037         (message-expand-group): Use it.
10038
10039 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10040
10041         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10042         with no unread article should be listed if the 2nd arg `predicate' is
10043         given.
10044
10045 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
10048
10049 2009-11-29  Juri Linkov  <juri@jurta.org>
10050
10051         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10052         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10053         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10054
10055 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10056
10057         * sha1.el (sha1-string-external): default-directory "/" in case
10058         otherwise non-existent.  process-connection-type pipe for touch of
10059         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10060
10061 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10062
10063         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
10064         it's comms related and sgml-mode.el has "comm" on that basis too.
10065
10066 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10069         containing tspecial characters if they have been already quoted.
10070
10071 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10072
10073         * dns-mode.el (auto-mode-alist): Purecopy string.
10074
10075 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10076
10077         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
10078
10079 2009-10-24  Glenn Morris  <rgm@gnu.org>
10080
10081         * gnus-art.el (help-xref-stack-item): Define for compiler.
10082
10083 2009-10-21  Kevin Ryde  <user42@zip.com.au>
10084
10085         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
10086
10087 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10090
10091 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10094         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10095
10096 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10099         (gnus-overlays-in): New alias to overlays-in.
10100
10101         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10102         gnus-overlay-get, and gnus-delete-overlay.
10103         (gnus-summary-show-thread): Make it work as well for systems in which
10104         next-single-char-property-change is not available.
10105         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10106
10107         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
10108         (gnus-overlay-get): New alias to extent-property.
10109         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
10110
10111         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
10112         SXEmacs.
10113
10114         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
10115         SXEmacs.
10116
10117 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10118
10119         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10120
10121 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10122
10123         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10124         and XEmacs that don't have `remove-overlays'.
10125
10126 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10127
10128         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10129         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10130         selective display.  Use overlays instead.
10131
10132 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10133
10134         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10135
10136 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10137
10138         * spam-stat.el (spam-stat-load): Fix typo in message.
10139
10140 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10141
10142         * dig.el (dig-invoke): Fix typo in docstring.
10143         (query-dig): Reflow docstring.
10144
10145 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10146
10147         * gnus-art.el (gnus-article-encrypt-body):
10148         * message.el (message-check-recipients):
10149         * mm-util.el (mm-codepage-setup):
10150         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10151         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10152
10153 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10154
10155         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10156         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10157         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10158         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10159         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10160
10161 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10162
10163         * dig.el: Add "Keywords: comm", as per net-utils.el.
10164
10165 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10166
10167         * dig.el (dig-mode): Use define-derived-mode.
10168
10169 2009-09-19  Glenn Morris  <rgm@gnu.org>
10170
10171         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10172
10173 2009-09-18  Glenn Morris  <rgm@gnu.org>
10174
10175         * gnus-diary.el (gnus-diary-check-message):
10176         * message.el (message-insert-formatted-citation-line):
10177         * nnbabyl.el (top-level):
10178         * nndiary.el (nndiary-schedule):
10179         Fix typos in condition-case handlers.
10180
10181 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10182
10183         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10184         configuration that provides the sole article window in a frame;
10185         position point correctly after deleting a part.
10186
10187 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10188
10189         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10190         (spam-resolve-registrations-routine): Use it to unregister articles
10191         that change status.
10192
10193 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10194
10195         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10196         with XEmacs.
10197         (parse-time-string-chars): Use it.
10198
10199 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10200
10201         * imap.el (imap-interactive-login): Better messages.
10202         (imap-open): Fix bug with renamed buffer on reconnect.
10203         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10204         for easier debugging and cleaner code.  On successful (guessed based on
10205         server capabilities) secondary authentication, set imap-state
10206         correctly.
10207         (imap-last-authenticator): Define imap-last-authenticator as a variable
10208         to avoid warnings.
10209
10210 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * nnrss.el (nnrss-request-article): Remove binding of
10213         default-enable-multibyte-characters that has gotten needless by
10214         the 2007-07-13 change in rfc2047-encode-message-header.
10215
10216         * mml.el (mml-insert-multipart): Error on the message header.
10217         (mml-insert-part): Error on the message header; position point at
10218         the end of a MIME tag.
10219
10220 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * time-date.el (autoload): Expand define-obsolete-function-alias into
10223         defalias and make-obsolete for old Emacsen that Gnus supports.
10224         (with-no-warnings): Define it for old Emacsen.
10225         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10226         is available.
10227         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10228         float-time is available; suppress compile warning for time-to-seconds.
10229
10230         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10231         (gnus-float-time): Alias to float-time if it exists.
10232
10233         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10234         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10235         float-time is available; suppress compile warning for time-to-seconds.
10236
10237         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
10238         XEmacs.
10239
10240 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10241
10242         * imap.el (imap-message-map): Docstring fix.
10243
10244 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10245
10246         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10247         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10248         Add the optional argument `encoding' that overrides the default.
10249
10250         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10251         mm-encode-buffer.
10252
10253 2009-09-04  Glenn Morris  <rgm@gnu.org>
10254
10255         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10256         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10257         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10258         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10259         * mm-util.el (mm-with-unibyte-current-buffer)
10260         (mm-find-buffer-file-coding-system):
10261         * yenc.el (yenc-decode-region): Use default-value rather than
10262         default-enable-multibyte-characters.
10263
10264 2009-09-03  Glenn Morris  <rgm@gnu.org>
10265
10266         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10267         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10268         than default-enable-multibyte-characters.
10269
10270 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10271
10272         * gnus-art.el (gnus-article-read-summary-keys):
10273         Fix gnus-buffer-configuration's value temporarily used.
10274
10275 2009-09-02  Glenn Morris  <rgm@gnu.org>
10276
10277         * gnus-util.el (gnus-float-time): New function.
10278         * gnus-delay.el (gnus-delay-article):
10279         * gnus-sum.el (gnus-thread-latest-date):
10280         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10281         * nnspool.el (nnspool-request-newgroups):
10282         Use gnus-float-time rather than time-to-seconds.
10283         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10284
10285         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10286         (gnus-header-subject-face, gnus-header-newsgroups-face)
10287         (gnus-header-name-face, gnus-header-content-face):
10288         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10289         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10290         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10291         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10292         (gnus-cite-face-11):
10293         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10294         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10295         (gnus-server-closed-face, gnus-server-denied-face)
10296         (gnus-server-offline-face):
10297         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10298         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10299         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10300         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10301         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10302         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10303         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10304         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10305         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10306         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10307         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10308         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10309         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10310         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10311         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10312         (gnus-summary-high-undownloaded-face)
10313         (gnus-summary-low-undownloaded-face)
10314         (gnus-summary-normal-undownloaded-face)
10315         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10316         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10317         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10318         (gnus-splash-face):
10319         * message.el (message-header-to-face, message-header-cc-face)
10320         (message-header-subject-face, message-header-newsgroups-face)
10321         (message-header-other-face, message-header-name-face)
10322         (message-header-xheader-face, message-separator-face)
10323         (message-cited-text-face, message-mml-face):
10324         * sieve-mode.el (sieve-control-commands-face)
10325         (sieve-action-commands-face, sieve-test-commands-face)
10326         (sieve-tagged-arguments-face):
10327         * spam.el (spam-face):
10328         Mark face aliases with "-face" in the name as obsolete.
10329
10330 2009-09-01  Glenn Morris  <rgm@gnu.org>
10331
10332         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10333         than goto-line.
10334
10335 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10336
10337         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10338         Don't move point if the command is invoked inside the message header.
10339
10340 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10341
10342         * imap.el (imap-send-command): Simplify.
10343         (imap-wait-for-tag): point-max -> buffer-size.
10344
10345 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10346
10347         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10348         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10349         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10350         * nnir.el (nnir-swish-e-index-file):
10351         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10352         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10353         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10354         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10355         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10356         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10357
10358 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10359
10360         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10361         Don't save excursion.
10362
10363 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10364
10365         * nnheader.el (nnheader-find-file-noselect):
10366         * mm-util.el (mm-insert-file-contents):
10367         Use (default-value 'major-mode) instead of default-major-mode.
10368
10369 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10370
10371         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10372
10373 2009-08-26  Glenn Morris  <rgm@gnu.org>
10374
10375         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
10376         than placing in files.el.
10377
10378 2009-08-25  Glenn Morris  <rgm@gnu.org>
10379
10380         * nnir.el (top-level): Don't require cl at run-time.
10381         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10382         Replace cl-function substitute with gnus-replace-in-string.
10383         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10384         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10385         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10386         simplified expansions.
10387
10388 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10389
10390         * dig.el (dig): Add autoload cookie.
10391
10392 2009-08-22  Glenn Morris  <rgm@gnu.org>
10393
10394         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10395         goto-line.
10396
10397 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10398
10399         * parse-time.el (parse-time-string-chars): Save match data.
10400
10401 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10402
10403         * parse-time.el (parse-time-string-chars): Compute using character
10404         classes, to handle non-ascii characters (Bug#3190).
10405
10406 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10407
10408         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10409
10410         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10411         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10412         (gnus-mm-display-part, gnus-mime-display-single)
10413         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10414         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10415
10416         * gnus-sum.el
10417         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10418         (gnus-summary-move-article): Add expirable mark to articles copied or
10419         moved to group that has auto-expire turned on if the option is non-nil.
10420
10421 2009-07-24  Glenn Morris  <rgm@gnu.org>
10422
10423         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10424         Fix typo.  (Bug#3903)
10425
10426 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10427
10428         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10429         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10430         that should not be used for draft articles.
10431         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10432         that has no concern in minor mode keys.
10433         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10434         Abolish.
10435
10436 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10439         article without making inquiry to a user for unknown encoding.
10440
10441         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10442         (nnmaildir--scan): Assume i-node and device number that file-attributes
10443         returns might be cons-cell.
10444
10445         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
10446
10447         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
10448
10449 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10450
10451         * auth-source.el: Remove docs now in auth.texi.  Don't use
10452         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10453         `auth-source-hide-passwords' and use them.
10454
10455 2009-07-15  Glenn Morris  <rgm@gnu.org>
10456
10457         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10458
10459 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10462         excessive whitespace from the default values of title and description.
10463
10464 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10467         mail-fetch-field to fetch Content-Description header in order to
10468         exclude newlines.
10469
10470 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
10471
10472         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
10473         format used by GnuPG 2.0.11.
10474
10475 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10476
10477         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10478         to deleted part.
10479
10480 2009-05-30  David Engster  <dengste@eml.cc>
10481
10482         * nnmairix.el: Remove old documentation in the commentary block.
10483         (nnmairix-request-group): Do not update active file for nnml back ends.
10484         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10485         end so that overview files are ignored.
10486         (nnmairix-update-groups): Make updating the groups more robust by using
10487         marks.
10488         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10489         with dollar characters in message-id.
10490
10491 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10492
10493         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10494         2008-12-25 in dns.el.
10495
10496 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10497
10498         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10499         could happen if the text is only composed of spaces and/or tabs.
10500
10501 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10502
10503         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10504         when sending a queued message to avoid extra mml tags.
10505
10506 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10509
10510 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10511
10512         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
10513         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
10514         rmail-toggle-header for XEmacs;
10515         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
10516
10517 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * gnus-dired.el: Remove autoload for gnus-setup-message.
10520         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10521         displaying Gnus logo; always use compose-mail.
10522
10523 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10524
10525         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10526
10527 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10530         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10531         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10532         available.
10533         (gnus-nocem-epg-verify): New function.
10534
10535 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10536
10537         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10538
10539 2009-02-15  Glenn Morris  <rgm@gnu.org>
10540
10541         * gnus-util.el (rmail-insert-rmail-file-header)
10542         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10543         autoloads.
10544         (rmail-default-rmail-file): Remove unnecessary declaration.
10545         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10546
10547 2009-02-14  Glenn Morris  <rgm@gnu.org>
10548
10549         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10550         variable (only used in gnus-util, which declares it anyway).
10551         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10552         which was only needed by gnus-art (changed to not use it any more).
10553         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10554         only used in gnus-util, which autoloads it itself.
10555         (rmail-update-summary): Fix autoload.
10556
10557         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10558         rather than rmail-output-to-rmail-file.
10559
10560 2009-02-07  Glenn Morris  <rgm@gnu.org>
10561
10562         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10563         autoload of function that no longer exists.
10564         (rmail-toggle-header): Declare.
10565         (message-forward-rmail-make-body): Handle mbox Rmail.
10566
10567 2009-01-31  Glenn Morris  <rgm@gnu.org>
10568
10569         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10570         2009-01-09 change.
10571
10572 2009-01-31  Dave Love  <fx@gnu.org>
10573
10574         * imap.el (imap-fetch-safe): Bind debug-on-error.
10575         (imap-debug): Add imap-fetch-safe.
10576
10577 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
10578
10579         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10580         (auth-source-forget-all-cached): New convenience function.
10581         (auth-source-user-or-password): Accept list of modes or a single mode.
10582
10583         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10584         auth-source modes.
10585
10586         * netrc.el (netrc-machine-user-or-password): Use list of
10587         auth-source modes.
10588
10589         * nnimap.el (nnimap-open-connection): Use list of
10590         auth-source modes.
10591
10592         * nntp.el (nntp-send-authinfo): Use list of
10593         auth-source modes.
10594
10595 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10596
10597         * auth-source.el: Update docs to reflect epa-file-enable is to be used
10598         now.
10599
10600 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10601
10602         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10603         coding system in XEmacs; add a workaround for XEmacs.
10604
10605         * lpath.el: Fbind coding-system-aliasee.
10606
10607 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10608
10609         * mm-util.el (mm-coding-system-priorities): Protect against nil value
10610         of current-language-environment.
10611
10612 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10613
10614         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10615         available at runtime.
10616
10617 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10618
10619         * gnus-art.el (article-date-ut): Fix end point of narrowing.
10620
10621 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
10622
10623         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10624         the greatest positive fixnum value doesn't work under an XEmacs with
10625         bignum support; use the most-positive-fixnum constant instead,
10626         available since Emacs 21.1 with cl and XEmacs 21.1.
10627
10628 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10631         XEmacs gets not to work.
10632
10633 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10634
10635         * mm-util.el (mm-coding-system-priorities): Allow the value like
10636         "Japanese (UTF-8)" of current-language-environment.
10637
10638 2009-01-09  Glenn Morris  <rgm@gnu.org>
10639
10640         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10641         with last-command-event.
10642
10643 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10644
10645         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
10646         in the doc string.
10647
10648         * message.el (message-fix-before-sending): Amend comment.
10649
10650 2009-01-08  Dave Love  <fx@gnu.org>
10651
10652         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
10653
10654 2009-01-07  David Engster  <dengste@eml.cc>
10655
10656         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10657         simplified server definitions by converting it via
10658         gnus-server-to-method.
10659
10660 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10661
10662         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10663         parameter's operands.
10664
10665 2009-01-06  David Engster  <dengste@eml.cc>
10666
10667         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10668         primary select method (for gnus-group-mark-article-as-read).
10669
10670 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
10671
10672         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10673         `(gnus)Face', not `(gnus)X-Face'.
10674
10675 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * mm-util.el (mm-ucs-to-char): New function.
10678
10679         * mm-url.el (mm-url-decode-entities): Use it.
10680
10681         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
10682         unicode-to-char.
10683
10684 2009-01-05  Dave Love  <fx@gnu.org>
10685
10686         * time-date.el: Require cl for `declare'.
10687
10688 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10689
10690         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
10691         Dave Love.
10692
10693 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10694
10695         * message.el (message-fix-before-sending): Add `eight-bit' to
10696         illegible-text check.
10697
10698 2009-01-03  Michael Olson  <mwolson@gnu.org>
10699
10700         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10701         `headers' is nil.  This can occur if the IMAP server does not have
10702         permissions to read messages from a folder, but can write new messages
10703         to the folder.
10704         (nnimap-request-article-part): Do not insert `data' if it is nil.
10705
10706         * imap.el (imap-parse-fetch): Courier can insert spurious blank
10707         characters which will confuse `read', so skip past them.
10708
10709 2009-01-01  Dave Love  <fx@gnu.org>
10710
10711         * imap.el (imap-string-to-integer): Fix typo.
10712         (imap-fetch-safe): New function.
10713         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
10714
10715         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10716
10717         * imap.el (imap-process-connection-type, imap-debug, imap-open):
10718         (imap-parse-greeting): Fix doc strings.
10719         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
10720         (imap-parse-flag-list): Make messages unique.
10721         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
10722
10723         * nnimap.el: Fix author email.
10724         (nnimap-split-rule): Add FIXME comment.
10725         (nnimap-debug): Fix doc string.
10726
10727 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10728
10729         * dns.el (dns-set-servers): Check "Address".  Fix typo.
10730
10731 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
10732
10733         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
10734         nslookup if resolv.conf isn't available.
10735         (dns-query): Rename from query-dns.
10736         (dns-query-cached): Rename from query-dns-cached.
10737
10738 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10741         overlay-arrow-position and overlay-arrow-string buffer-local; no need
10742         to check if those variables exist (first appeared in Emacs 18.50).
10743
10744 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10745
10746         * mm-util.el (mm-line-number-at-pos): New function.
10747
10748         * spam-report.el (spam-report-process-queue): Use it.
10749
10750 2008-12-24  David Engster  <dengste@eml.cc>
10751
10752         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10753         parameters that haven't existed as variables as buffer-local variables.
10754
10755 2008-12-23  Dave Love  <fx@gnu.org>
10756
10757         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10758         cadar.
10759
10760         * sieve-manage.el (sieve-manage-starttls-p): Rename from
10761         imap-starttls-p.
10762         (sieve-manage-starttls-open): Rename from imap-starttls-open.
10763
10764 2008-12-22  Dave Love  <fx@gnu.org>
10765
10766         * imap.el: Fix author email.  Doc fixes.
10767         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
10768         reply.
10769
10770 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
10771
10772         * spam-report.el (spam-report-gmane-max-requests): New constant.
10773         (spam-report-gmane-wait): New variable.
10774         (spam-report-gmane-ham, spam-report-gmane-spam)
10775         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10776         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10777         the server.
10778
10779         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10780         Add explanations.
10781
10782         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10783         nnheader-accept-process-output and nnheader-read-timeout if available.
10784         (pop3-movemail): Use it.
10785
10786         * message.el (message-check-news-body-syntax): Fix signature check if
10787         there's an attachment.
10788
10789 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * mm-util.el: Add comments to the mm- emulating functions.
10792
10793 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
10794
10795         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10796         Reported by Stephen Berman <stephen.berman@gmx.net>.
10797
10798 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * mm-util.el (mm-substring-no-properties): New function.
10801         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10802         (mm-special-display-p): Enable those lambda forms to be byte compiled.
10803         (mm-string-to-multibyte): Doc fix.
10804
10805         * mml.el (mml-attach-file): Use mm-substring-no-properties.
10806
10807 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10808
10809         * mml.el (mml-attach-file): Strip text properties from file name.
10810         (Bug#1574)
10811
10812 2008-12-16  Glenn Morris  <rgm@gnu.org>
10813
10814         * mm-util.el (mm-charset-override-alist): Declare for compiler.
10815
10816 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10819         knows since the charset specified might be a bogus alias that
10820         mm-charset-synonym-alist provides.
10821
10822 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10823
10824         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10825         "ISO_8859-1".
10826
10827         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10828
10829 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * mm-util.el (mm-charset-eval-alist):
10832         Define it before mm-charset-to-coding-system.
10833         (mm-charset-to-coding-system): Add optional argument `silent';
10834         define it before mm-charset-override-alist.
10835         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10836         default value if it can be used in Emacs currently running;
10837         silence mm-charset-to-coding-system.
10838
10839 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10840
10841         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10842         `allow-override' which says whether to use `mm-charset-override-alist'.
10843         (rfc2047-decode-encoded-words): Use it.
10844
10845         * mm-util.el (mm-charset-override-alist): Fix custom type;
10846         add `(gb2312 . gbk)' to choices.
10847
10848 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10851         fast.
10852
10853         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10854
10855         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
10856
10857 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
10858
10859         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10860         on links.
10861
10862         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10863
10864 2008-12-03  Lute Kamstra  <lute@gnu.org>
10865
10866         * sha1.el: Remove leading * from docstrings of defcustoms,
10867         deffaces, defconsts and defuns.
10868
10869 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * message.el (message-idna-to-ascii-rhs-1): Protect against local
10872         users' addresses that don't have domain parts.
10873         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10874         rather than message-narrow-to-head since there will be the message
10875         header separator.
10876
10877 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10878
10879         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10880         since the result is inserted in a unibyte buffer anyway.
10881         (nnimap-demule-use-string-to-multibyte): Remove.
10882         (nnimap-demule): Alias it to mm-string-to-multibyte.
10883
10884 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10885
10886         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10887         variable for debugging bug#464 and bug#1174.
10888         (nnimap-demule): Use it.
10889
10890 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10891
10892         * gnus-score.el (gnus-score-find-trace): Handle default score in total
10893         score calculation correctly.
10894
10895 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10896
10897         * message.el (message-send-mail): Just set the buffer to unibyte
10898         rather than use mm-with-unibyte-current-buffer which does a lot more.
10899         (message-send-mail-partially): Don't bother with
10900         mm-with-unibyte-current-buffer since it's already been made unibyte by
10901         message-send-mail.
10902
10903 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
10904
10905         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10906
10907 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
10908
10909         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10910
10911 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10912
10913         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10914         require itself and to remove `with-no-warnings'.
10915
10916 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
10917
10918         * starttls.el (starttls-any-program-available): Get the name of the
10919         available TLS layer program.
10920         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10921         well as the host name in the "opening" message.
10922
10923         * auth-source.el (auth-source-cache, auth-source-do-cache)
10924         (auth-source-user-or-password): Cache passwords and logins by default,
10925         allow override with `auth-source-do-cache'.
10926         (auth-source-forget-user-or-password): Allow users to remove cache
10927         entries if needed.
10928
10929 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
10930
10931         * md4.el (md4-buffer): Fix typo in docstring.
10932         (md4, md4-64): Doc fixes.
10933         (md4-pack-int32): Reflow docstring.
10934
10935 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10936
10937         * ietf-drums.el (ietf-drums-remove-comments): Localize second
10938         condition-case to only the forward-sexp call.
10939
10940 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
10941
10942         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10943         quotes contained.  Make it more robust regardless by an extra
10944         condition-case wrapper.
10945
10946 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10947
10948         * lpath.el: No need to fbind codepage-setup for Emacs 23.
10949
10950 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * nnml.el (nnml-request-expire-articles): Check if the function set to
10953         `nnmail-expiry-target' returns the symbol `delete'.
10954
10955         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10956
10957         * nnmail.el (nnmail-expiry-target): Fix custom type.
10958
10959 2008-10-02  Glenn Morris  <rgm@gnu.org>
10960
10961         * mm-util.el (mm-codepage-setup): Tweak codepage error.
10962         Silence compiler warning.
10963
10964 2008-10-01  Magnus Henoch  <mange@freemail.hu>
10965
10966         * tls.el (open-tls-stream): Show the actual command being
10967         executed, instead of the format string.
10968
10969 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10970
10971         * lpath.el: Fbind codepage-setup for Emacs 23.
10972
10973 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
10974
10975         * mml.el (mml-menu): Don't assume mml2015 is bound.
10976
10977 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10980         exists.
10981
10982 2008-09-27  Glenn Morris  <rgm@gnu.org>
10983
10984         * gnus-util.el (mail-header-remove-comments): Autoload it.
10985
10986 2008-09-27  Andreas Schwab  <schwab@suse.de>
10987
10988         * gnus-util.el (gnus-split-references): Strip comments.
10989         (gnus-parent-id): Likewise.
10990
10991 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
10992
10993         * message.el (message-confirm-send): Fix version.
10994
10995 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * message.el (message-idna-to-ascii-rhs-1): Use
10998         mail-extract-address-components rather than mail-header-parse-addresses
10999         that is an alias by default to ietf-drums-parse-addresses that does not
11000         support non-ASCII names in headers' contents.
11001
11002 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11003
11004         * message.el (message-confirm-send): Fix variable documentation to
11005         avoid the "y/n" wording.
11006
11007 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11008
11009         * message.el (message-set-auto-save-file-name): Save to a different
11010         filename so multiple messages (especially drafts) can be recovered.
11011
11012 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11013
11014         * message.el (message-confirm-send): Add appropriate version.
11015
11016 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11017
11018         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11019         defvar.
11020
11021 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11022
11023         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11024         (mm-pkcs7-enveloped-magic): Ditto.
11025
11026 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11027
11028         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11029         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11030
11031 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11032
11033         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11034         default, it's better.
11035
11036 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11037
11038         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11039         summary line gnus-number property and ignore them (with a warning
11040         message).
11041
11042 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11045         macro caddr in the interactive form since it won't be expanded.
11046
11047 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11050         `charset'; fix name of function called recursively.
11051         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11052
11053 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11056         (gnus-mime-set-charset-parameters): New function.
11057         (gnus-mime-view-part-as-charset): Use it to correctly display part
11058         specifying wrong charset.
11059
11060 2008-09-08  David Engster  <dengste@eml.cc>
11061
11062         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11063         in completing-read for back end server.
11064
11065 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11066
11067         * message.el (message-confirm-send): New variable to confirm sending a
11068         message.
11069         (message-send): Use it.
11070
11071 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11072
11073         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11074
11075 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11078
11079 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11080
11081         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11082         prevent tracking too many groups.
11083         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11084         Use it.
11085
11086 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11087
11088         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11089         moving point to the bottom of the window in order to avoid recentering.
11090
11091 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11092
11093         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
11094
11095         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11096         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11097         (gnus-article-beginning-of-window): Fix calculation.
11098
11099 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * gnus-msg.el (gnus-summary-supersede-article)
11102         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11103         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11104         message header.
11105
11106 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
11107
11108         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
11109         pending output coming after the status change.
11110
11111 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11112
11113         * message.el:
11114         * gnus-start.el:
11115         * gnus-registry.el: Remove VMS support.
11116
11117 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11118
11119         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11120         macro.
11121         (rfc2104-hash): Use it.
11122
11123 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11124
11125         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11126         (gnus-summary-sort-by-most-recent-date): New commands.
11127         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11128         and menu entries.
11129
11130 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11133         don't redisplay article for raw contents; remove plural articles stuff.
11134
11135         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11136         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11137         on gnus-summary-save-article; display results properly.
11138
11139 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * lpath.el: No need to fbind ns-focus-frame.
11142
11143 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11144
11145         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11146
11147 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11148
11149         * gnus-art.el (gnus-summary-save-in-pipe):
11150         Consider gnus-save-all-headers.
11151
11152 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11153
11154         * gnus-util.el (ns-focus-frame): Remove declaration.
11155         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11156         like x.
11157
11158 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11159
11160         * rfc2104.el (rfc2104-zero): Delete defconst.
11161         (rfc2104-hex-alist): Likewise.
11162         (rfc2104-hex-to-int): Delete func.
11163         (rfc2104-hexstring-to-bitstring): Likewise.
11164         (rfc2104-nybbles): New defconst.
11165         (rfc2104-hash): Rewrite for speed.
11166
11167 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11168
11169         * tls.el (open-tls-stream): Make it work with the 2nd argument
11170         BUFFER that is a string but does not exist as a buffer object, as
11171         mentioned in the doc-string.
11172
11173 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11174
11175         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
11176         SXEmacs.
11177
11178 2008-07-16  Glenn Morris  <rgm@gnu.org>
11179
11180         * gnus-util.el (ns-focus-frame): Declare for compiler.
11181
11182 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11185         set as a group parameter.
11186         (gnus-summary-save-in-pipe): Work when it is called independently.
11187         (gnus-summary-pipe-to-muttprint): Don't modify
11188         gnus-summary-pipe-output-default-command.
11189
11190 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11191
11192         * message.el (message-send-mail-with-sendmail):
11193         Display the error message.
11194
11195 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11196
11197         * gnus-art.el (gnus-default-article-saver):
11198         Add gnus-summary-save-in-pipe to choices.
11199         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11200         gnus-summary-pipe-output-default-command as the default command.
11201         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11202         instead of gnus-last-shell-command.
11203
11204         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11205         New user option.
11206         (gnus-summary-muttprint-program): Mention the value will be changed.
11207         (gnus-summary-save-article): Force showing of all headers.
11208         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11209
11210 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11211
11212         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11213
11214 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11215
11216         * nnimap.el (nnimap-id):
11217         * sieve-manage.el (sieve-manage-open): Doc fixes.
11218
11219 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11220
11221         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11222         if available.
11223
11224 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11225
11226         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11227
11228         * nnkiboze.el (nnkiboze-generate-group):
11229         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11230
11231         * nnmairix.el: Require CL.
11232
11233 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11234
11235         * dgnushack.el: Autoload get-display-table and put-display-table for
11236         XEmacs 21.5.
11237
11238         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
11239         21.4 and SXEmacs.
11240
11241 2008-06-15  David Engster  <dengste@eml.cc>
11242
11243         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11244
11245 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11246
11247         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11248         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11249         runtime choice under XEmacs.
11250
11251         * gnus-sum.el (gnus-summary-set-display-table):
11252         Use `gnus-put-display-table', `gnus-get-display-table',
11253         `gnus-set-display-table' for the display table, instead of `aset'.
11254
11255         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
11256         Use `gnus-put-display-table', `gnus-get-display-table',
11257         `gnus-set-display-table' for the display table.
11258
11259 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11260
11261         * nnmairix.el: Add autoloads.
11262
11263 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11264
11265         * nnmairix.el (nnmairix-delete-recreate-group)
11266         (nnmairix-update-and-clear-marks): Fix error messages.
11267
11268 2008-06-14  David Engster  <dengste@eml.cc>
11269
11270         * nnmairix.el: Upgrade to version 0.6.
11271         (nnmairix-group-toggle-propmarks-this-group)
11272         (nnmairix-group-toggle-readmarks-this-group)
11273         (nnmairix-group-delete-recreate-this-group)
11274         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11275         (nnmairix-remove-tick-mark-original-article): New commands.
11276         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11277         (nnmairix-propagate-marks-to-nnmairix-groups)
11278         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11279         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11280         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11281         functions needed for marks propagation and manipulation of read marks.
11282         (nnmairix-update-groups): New function.
11283         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11284         (nnmairix-determine-original-group-from-registry)
11285         (nnmairix-determine-original-group-from-path)
11286         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11287         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11288         New helper functions.
11289         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11290         keystrokes for new commands.
11291         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11292         (nnmairix-request-group): Check allow-fast group parameter.
11293         (nnmairix-request-create-group): Set allow-fast group parameter if
11294         nnmairix-allowfast-default is set.
11295         (nnmairix-close-group): Propagate marks upon closing if needed.
11296         (nnmairix-group-toggle-threads-this-group): Use new.
11297         nnmairix-group-toggle-parameter helper function.
11298         (nnmairix-search): Better check for empty search result.
11299         (nnmairix-goto-original-article): Use new helper functions for
11300         determining original article.
11301         (nnmairix-show-original-article): Make sure message-id is in brackets.
11302         (nnmairix-call-mairix-binary): Change variable name.
11303         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11304         helper function.
11305         (nnmairix-widget-toggle-activate): Fix doc string.
11306
11307 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * nnir.el: Require edmacro when compiling with XEmacs.
11310         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11311         available in Emacs 21.
11312
11313 2008-06-11  Glenn Morris  <rgm@gnu.org>
11314
11315         * gnus-util.el (x-focus-frame):
11316         * gnus.el (image-size):
11317         * mm-decode.el (image-size): Declare.
11318
11319         * gnus-picon.el (declare-function): Add compat definition.
11320         (image-size): Declare.
11321
11322         * gnus-group.el (tool-bar-map):
11323         * gnus-sum.el (tool-bar-map): Define for compiler.
11324
11325         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11326
11327         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11328
11329         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11330         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11331         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11332         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11333         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11334         * sieve-manage.el, spam-report.el, spam.el:
11335         Remove unnecessary eval-and-compile of autoloads.
11336
11337 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11338
11339         * auth-source.el: Precise Tramp doc.
11340
11341 2008-06-07  Glenn Morris  <rgm@gnu.org>
11342
11343         * nnmairix.el: Remove unnecessary eval-when-compile.
11344
11345 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * lpath.el: Fbind propertize for XEmacs 21.4.
11348
11349 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
11350
11351         * nnir.el: Move here from ../contrib.
11352
11353 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11354
11355         * gnus-util.el (gnus-read-shell-command): New function.
11356         * mm-decode.el (mm-pipe-part):
11357         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11358
11359 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11360
11361         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11362
11363 2008-06-03  Glenn Morris  <rgm@gnu.org>
11364
11365         * pop3.el (nnheader-accept-process-output): Autoload it.
11366
11367 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11370         are not 2-digit hexadecimal characters that follow `%'s.
11371
11372 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11373
11374         * message.el (message-bogus-recipient-p): Fix type in doc string.
11375         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11376         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11377         Improve custom options.
11378         (message-bogus-recipient-p): Adjust accordingly.
11379
11380 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11381
11382         * parse-time.el (parse-time-months, parse-time-weekdays): Add
11383         long-form month and day names.
11384
11385 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11386
11387         * dgnushack.el: Autoload debug, eudc-expand-inline and
11388         pgg-snarf-keys-region for XEmacs.
11389
11390         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
11391
11392         * nnmairix.el: Require edmacro when compiling with XEmacs.
11393
11394 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11395
11396         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11397         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11398
11399 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11400
11401         * auth-source.el: Add more docs.
11402
11403         * netrc.el (netrc-machine): Always match if the port is not given.
11404
11405 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11406
11407         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11408         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11409         retrieval faster in some cases, but might make CPU usage larger.
11410         If this has any bad side effects, we might revert this change.
11411
11412         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11413         seems to make mail retrieval much, much faster.
11414         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11415         unconditionally.
11416
11417         * gnus-draft.el (gnus-group-send-queue):
11418         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11419
11420 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11421
11422         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11423
11424         * message.el (message-bogus-address-regexp): Fix and improve custom
11425         type.
11426         (message-setup-hook): Add message-check-recipients as custom option.
11427
11428 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11429
11430         * message.el (message-cite-function): Remove bogus autoload which crept
11431         in during merge from v5-10.
11432
11433 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11434
11435         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11436
11437         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11438
11439         * auth-source.el: Preliminary Tramp docs.
11440         (auth-sources): Change the default auth-sources to use
11441         EPA .gpg files.
11442
11443 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11444
11445         * nntp.el: Autoload `auth-source-user-or-password'.
11446         (nntp-send-authinfo): Use it.
11447
11448         * nnimap.el: Autoload `auth-source-user-or-password'.
11449         (nnimap-open-connection): Use it.
11450
11451         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11452         for the gnus-message function.
11453         (auth-source-user-or-password): Use it.
11454
11455 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11456
11457         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11458         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11459         (rfc2104-hash): Use it.
11460
11461 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11462
11463         * gnus-art.el (gnus-article-toggle-truncate-lines):
11464         Don't use `iff' in docstring.
11465
11466 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11467
11468         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11469
11470         * gnus-util.el (gnus-extract-address-component-name)
11471         (gnus-extract-address-component-email): Convenience functions around
11472         `gnus-extract-address-components'.
11473
11474         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11475         Use `gnus-extract-address-component-email' to fix bug of comparing full
11476         sender name to `user-mail-address'.
11477
11478 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11479
11480         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11481         catch/throw to optimize.
11482         (gnus-registry-find-keywords): Just use member to find a keyword.
11483
11484 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11485
11486         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11487         is current before calling gnus-server-prepare.
11488         (gnus-server-setup-buffer, gnus-server-update-server)
11489         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11490
11491 2008-05-04  Juri Linkov  <juri@jurta.org>
11492
11493         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11494         (mailcap-file-default-commands): Use mailcap-replace-in-string
11495         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11496         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11497
11498 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11499
11500         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11501
11502 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11503
11504         * gnus.el: Bump version to 0.11.
11505
11506 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11507
11508         * gnus.el: No Gnus v0.10 is released.
11509
11510 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11511
11512         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11513         hooks.
11514         (gnus-update-read-articles): Speed up non-marks-using users.
11515         (gnus-use-marks): Define gnus-use-marks.
11516         (gnus-propagate-marks): Rename variable to something more sensible.
11517
11518 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11519
11520         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11521         (gmm-image-load-path-for-library): Fix typos in docstrings.
11522         (gmm-message): Reflow docstring.
11523
11524 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11525
11526         * mail-source.el (mail-source-set-1, mail-source-bind):
11527         Move auth-source code out of the macro to clean it up and fix bugs.
11528
11529 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11530
11531         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11532         by sender if it's equal to user-mail-address, it's likely to be
11533         useless.
11534
11535         * mail-source.el (mail-source-bind): Don't use user or password if they
11536         are not bound.  Unintern them if they are nil.  Don't use server unless
11537         it's bound, and default it to empty string otherwise.
11538
11539 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11540
11541         * mail-source.el: Load auth-source.el.
11542         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11543         get user name or password, if auth-sources is set up.
11544
11545         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11546         strategy of splitting with parent.
11547         (gnus-registry-split-fancy-with-parent)
11548         (gnus-registry-post-process-groups): Use it and fix prior
11549         bug (returning a list as the split result).
11550
11551         * auth-source.el (auth-sources): Remove server parameter.
11552         (auth-source-pick, auth-source-user-or-password)
11553         (auth-source-user-or-password-imap)
11554         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11555         (auth-source-user-or-password-sftp)
11556         (auth-source-user-or-password-smtp): Remove server parameter.
11557
11558 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11559
11560         * smime.el (smime-sign-region, smime-encrypt-region)
11561         (smime-decrypt-region):
11562         Remove redundant calls to `generate-new-buffer-name'.
11563
11564 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
11565
11566         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11567         Don't use QP for message/rfc822.
11568         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11569
11570 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11571
11572         * sieve-manage.el (sieve-string-bytes): Remove.
11573         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11574         correct byte-length only if the process's coding-system is the same as
11575         the one used internally by Emacs to represent strings.
11576
11577 2008-04-22  Juri Linkov  <juri@jurta.org>
11578
11579         * mailcap.el (mailcap-file-default-commands): New function.
11580
11581 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11582
11583         * message.el (message-signature-separator, message-cite-function):
11584         Change custom version.
11585
11586 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
11587
11588         * tls.el (tls-program): Add -ign_eof argument to call the openssl
11589         commands.
11590         (tls-checktrust): Ditto.
11591
11592 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * mm-decode.el (mm-display-external): Make temp file read-only.
11595
11596 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11597
11598         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11599         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
11600         `C-c C-f d'.
11601
11602 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
11603
11604         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11605
11606 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11607
11608         * gnus.el: Bump version to 0.9.
11609
11610 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
11611
11612         * gnus.el: No Gnus v0.8 is released.
11613
11614 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11615
11616         * mail-source.el (mail-source-value):
11617         Prefer fboundp to functionp so it works with macros as well.
11618
11619 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11620
11621         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11622         Fix last change in case the element is not even a symbol.
11623
11624 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11625
11626         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11627         Prefer fboundp to functionp so it works with macros as well.
11628
11629 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
11630
11631         * auth-source.el: Add docs.
11632         (auth-sources): Modify format to support server.
11633         (auth-source-pick, auth-source-user-or-password)
11634         (auth-source-user-or-password-imap)
11635         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11636         (auth-source-user-or-password-sftp)
11637         (auth-source-user-or-password-smtp): Add server parameter.
11638
11639 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
11640
11641         * gnus-registry.el: Initialize the registry when gnus-registry-install
11642         is t.
11643
11644 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11645
11646         * compface.el (uncompface): Make buffer unibyte.
11647
11648 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11649
11650         * mail-source.el (mail-source-value):
11651         Prefer fboundp to functionp so it works with macros as well.
11652
11653 2008-04-05  Glenn Morris  <rgm@gnu.org>
11654
11655         * gnus-ems.el (mm-disable-multibyte): Autoload it.
11656
11657 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11658
11659         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11660         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11661
11662         * nnheader.el (nnheader-init-server-buffer): Change buffer's
11663         multibyteness after rather than before erasing it.
11664
11665         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11666         mm-with-multibyte.
11667         (gnus-request-article-this-buffer): Make sure the proper decoding is
11668         used if gnus-original-article-buffer happens to be unibyte.
11669
11670         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11671         default-enable-multibyte-characters.
11672
11673         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11674         default-enable-multibyte-characters.
11675
11676         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11677
11678         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11679
11680 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11681
11682         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11683         Fix last change in case the element is not even a symbol.
11684
11685 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11686
11687         * imap.el (imap-enable-exchange-bug-workaround): New variable.
11688         (imap-message-copyuid-1): Use it.
11689         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
11690         J. Williams in
11691         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11692
11693         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11694         imap-enable-exchange-bug-workaround.
11695         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11696
11697 2008-04-01  Simon Josefsson  <simon@josefsson.org>
11698
11699         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11700         a 100 byte status-checks into a 2-3MB transfer for each group.
11701         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11702         to enable bug workaround or not.
11703         (nnimap-find-minmax-uid): Only enable workaround conditionally.
11704
11705 2008-03-31  Glenn Morris  <rgm@gnu.org>
11706
11707         * message.el (mml2015-use): Declare for compiler.
11708         (message-info): Require mml2015 when appropriate.
11709
11710 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11711
11712         * Makefile.in (EMACS_COMP): Quote directory name that might contain
11713         whitespace.
11714
11715 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11716
11717         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11718         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11719         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11720         (nntp-service-to-port): New function.
11721         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11722         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11723         (nntp-open-netcat-stream): New function.
11724         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11725
11726 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
11727
11728         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11729
11730 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11731
11732         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11733
11734 2008-03-28  Magnus Henoch  <mange@freemail.hu>
11735
11736         * dns.el (dns-write): Use set-buffer-multibyte.
11737
11738 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
11739
11740         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11741
11742 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11743
11744         * message.el (message-signature-separator): Change default.
11745         Improve custom type.
11746         (message-cite-function): Change default to
11747         message-cite-original-without-signature.
11748
11749         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11750         toggle.
11751
11752         * message.el (message-check-news-body-syntax): Fix signature check.
11753         (message-setup-1): Mark buffer as unmodified _after_ running
11754         message-setup-hook and handling message-alternative-emails.
11755         (message-shorten-references): Be more strict when building list of
11756         valid references to comply with GNKSA.
11757
11758         * gnus-group.el (gnus-read-ephemeral-bug-group)
11759         (gnus-read-ephemeral-debian-bug-group)
11760         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11761
11762         * message.el (message-info): Don't use booleanp which isn't supported
11763         in Emacs 21 and XEmacs.
11764
11765 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
11766
11767         * gnus-group.el (gnus-gmane-group-download-format): Rename from
11768         gnus-group-gmane-group-download-format.
11769         (gnus-group-read-ephemeral-gmane-group): Rename from
11770         gnus-group-read-ephemeral-gmane-group.
11771         (gnus-read-ephemeral-gmane-group-url): Rename from
11772         gnus-group-read-ephemeral-gmane-group-url.
11773         (gnus-bug-group-download-format-alist): New variable.
11774         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11775         (gnus-read-ephemeral-emacs-bug-group): New commands.
11776
11777 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11778
11779         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11780         (gnus-visible-headers): Improve custom type.
11781
11782 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11783
11784         * mml.el (mml-menu): Add workarounds for XEmacs.
11785
11786         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11787         X-Boundary header.
11788
11789         * message.el (message-simplify-recipients): Fix previous commit.
11790
11791 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11792
11793         * mm-util.el (mm-set-buffer-multibyte): New function.
11794         * mm-decode.el (mm-copy-to-buffer): Use it.
11795
11796         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11797         Prefer fboundp to functionp so it works with macros as well.
11798
11799 2008-03-19  Glenn Morris  <rgm@gnu.org>
11800
11801         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
11802         Accidentally removed in the sync process with Emacs.
11803
11804 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11805
11806         * message.el (message-alter-recipients-discard-bogus-full-name):
11807         New function.
11808         (message-alter-recipients-function): New variable.
11809         (message-get-reply-headers): Use it.
11810         (message-replace-header): New helper function.
11811         (message-recipients-without-full-name): New variable.
11812         (message-simplify-recipients): New command.
11813
11814         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11815
11816         * message.el (message-info): Handle EasyPG manual.
11817
11818         * mml.el (mml-menu): Add entry for EasyPG.
11819
11820 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
11821
11822         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11823         parameter.
11824
11825         * message.el (message-disassociate-draft): Specify drafts group name
11826         fully.
11827
11828 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
11829
11830         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11831         Eliminate unnecessary duplicates from the match list.
11832
11833 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
11836
11837         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
11838
11839         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11840         args of `how-many' of which the XEmacs version doesn't take; declare
11841         Info-index-next as function.
11842
11843 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11844
11845         * gnus-score.el (gnus-score-headers): Fix handling of
11846         gnus-inhibit-slow-scoring.
11847
11848         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11849         string.
11850         (gnus-button-url-regexp): Improve handling of parenthesis.
11851         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11852         (gnus-button-handle-info-keystrokes): Handle index entries.
11853
11854 2008-03-15  Glenn Morris  <rgm@gnu.org>
11855
11856         * parse-time.el (parse-time-string): Simplify.
11857
11858 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11859
11860         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11861         Incoming* files.
11862
11863 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
11864
11865         * auth-source.el (auth-sources): Rename from auth-source-choices.
11866         (auth-source-pick): Use it.
11867
11868 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11869
11870         * binhex.el (binhex-decode-region-internal):
11871         * uudecode.el (uudecode-decode-region-internal):
11872         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
11873         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
11874         setting default-enable-multibyte-characters.
11875
11876 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11877
11878         * auth-source.el (auth-source-protocols)
11879         (auth-source-protocols-customize, auth-source-choices): Add and
11880         modified variable customizations and defaults.
11881         (auth-source-pick, auth-source-user-or-password)
11882         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11883         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11884         (auth-source-user-or-password-sftp)
11885         (auth-source-user-or-password-smtp): Use new variables and provide an
11886         interface to netrc.el.
11887
11888 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11891         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11892         Make sure the nntp port to specify is a string.
11893
11894 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11895
11896         * nntp.el: Use with-current-buffer.
11897         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11898         dubious mm-with-unibyte-current-buffer.
11899         (nntp-with-open-group-function): New function extracted from
11900         nntp-with-open-group macro.
11901         (nntp-with-open-group): Use the function, so it's easier to debug.
11902         Add indentation and debugging info.
11903         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11904         Recommend the use of the netcat alternatives.
11905
11906         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11907         Avoid mm-string-as-multibyte as well.
11908
11909         * nnweb.el (nnweb-insert-html):
11910         Remove use of nnheader-string-as-multibyte.
11911
11912         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11913         (nnheader-string-as-multibyte): Remove.
11914
11915         * mm-view.el: Use inhibit-read-only.
11916         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11917         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11918         or unibyte-string.
11919
11920         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11921         (mm-uu-yenc-extract): Use with-current-buffer.
11922
11923         * gnus-soup.el (gnus-soup-send-packet): Don't use
11924         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11925
11926         * nnmh.el: Use with-current-buffer.
11927         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11928         mm-string-as-multibyte on the output of mm-encode-coding-string.
11929
11930         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11931         (nnimap-request-move-article): Use with-current-buffer.
11932
11933         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11934         inserting the handle-buffer's text, so the implicit multibyte->unibyte
11935         conversion uses string-make-unibyte rather than string-as-unibyte.
11936
11937         * gnus-msg.el: Use with-current-buffer.
11938
11939         * message.el (message-ignored-resent-headers): Add "Delivered-To".
11940
11941 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
11942
11943         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11944         string for caching if it is 'PIN.
11945
11946 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * lpath.el: Consider the case without Emacs/W3.
11949
11950 2008-03-08  Glenn Morris  <rgm@gnu.org>
11951
11952         * time-date.el (date-to-time, time-subtract, time-add)
11953         (safe-date-to-time): Doc fixes.
11954
11955 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11956
11957         * mail-source.el (mail-source-delete-old-incoming-confirm):
11958         Change default to nil.
11959         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11960
11961 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * lpath.el: Rearrange.
11964
11965         * gnus-art.el (gnus-narrow-to-page): Position point properly.
11966         (gnus-article-goto-prev-page): Work for articles having ^L's.
11967
11968         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11969
11970         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11971
11972 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
11973
11974         * gnus-bookmark.el: Adjust for renames in bookmark.el.
11975         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11976         (gnus-bookmark-jump): Adjust some variable names.
11977
11978 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
11979
11980         * auth-source.el: New package.
11981         (auth-source-choices): Add customization entry point variable.
11982
11983         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11984         bug.
11985
11986 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
11987
11988         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11989         (gnus-registry-initialize, gnus-registry-install-p): Use it.
11990         (gnus-registry-install-shortcuts): Rename from
11991         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
11992         the `gnus-registry-mark-map' keymap dynamically from
11993         `gnus-registry-marks'.  The generated functions update the summary line
11994         when a registry mark is added or deleted, and will call
11995         `gnus-registry-install-p' (see the comments in the code).
11996         (gnus-registry-user-format-function-M): Use concat intelligently.
11997
11998         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11999         the registry mark functions.
12000
12001 2008-03-05  Glenn Morris  <rgm@gnu.org>
12002
12003         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12004         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12005         gnus-art.
12006         (top-level): No need to load own source when compiling.
12007
12008 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12009
12010         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12011         Suggested by <chris.anderton@zetnet.co.uk>.
12012
12013 2008-03-04  Glenn Morris  <rgm@gnu.org>
12014
12015         * gnus-sum.el (top-level): No need to require gnus when compiling,
12016         since unconditionally required near start of file.
12017         (gnus-summary-display-while-building): Move definition before use.
12018
12019 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12020
12021         * gnus-registry.el (gnus-registry-user-format-function-M):
12022         Add formatting function.
12023
12024 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12025
12026         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12027         with plists.
12028         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12029         Use new format.
12030
12031 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12034         `where-is-internal' that returns a range of key sequences.
12035
12036 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12037
12038         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12039
12040         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12041         (gnus-summary-jump-to-group): Consider windows on other displayed
12042         frames as well.  Similar changes might be needed elsewhere, but that's
12043         the one I've bumped into during my use.
12044
12045         * nndoc.el (nndoc-oe-dbx-type-p):
12046         * gnus-msg.el (gnus-debug):
12047         * gnus-group.el (gnus-update-group-mark-positions):
12048         Use mm-string-to-multibyte.
12049
12050 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12051
12052         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12053         doesn't handle NotDashEscaped.
12054
12055         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12056         (mml-dnd-attach-options): Fix typo in custom choice.
12057
12058         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12059         Change nndoc-article-type to mbox.
12060         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12061
12062         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12063         to nil, instead of html2text.
12064
12065         * imap.el (imap-debug): Add `imap-ping-server'.
12066
12067         * gnus-bookmark.el: Add FIXMEs.
12068
12069         * message.el (message-form-letter-separator)
12070         (message-send-form-letter-delay): New variables.
12071         (message-send-form-letter): Use them.  New command to send form
12072         letters.  Requested by Uwe Siart.
12073         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12074
12075 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12076
12077         * Update copyright years.
12078
12079 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12080
12081         Sync from EMACS_22_BASE.
12082
12083         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
12084
12085 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12086
12087         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12088         empty author.
12089
12090 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12091
12092         * gnus-registry.el (gnus-registry-marks): Add variable for
12093         customization of marks and their appearance.
12094         (gnus-registry-read-mark): Use it.
12095         (gnus-registry-do-marks): Add utility function to loop through
12096         `gnus-registry-marks'.
12097         (gnus-registry-install-shortcuts-and-menus): Add function to install
12098         shortcuts and menus.
12099         (gnus-registry-initialize): Use it.
12100         (gnus-registry-default-mark): Clarify documentation.
12101
12102 2008-02-29  Glenn Morris  <rgm@gnu.org>
12103
12104         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12105         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12106         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12107         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12108         Change defcustom :version from 23.0 to 23.1.
12109
12110 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12111
12112         * gnus-registry.el (gnus-registry-follow-group-p)
12113         (gnus-registry-post-process-groups): Add functions to aid registry
12114         splitting and improve logging.  Clarify behavior in function
12115         documentation.
12116         (gnus-registry-split-fancy-with-parent): Use them.
12117
12118 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12119
12120         * gnus-art.el: Use with-current-buffer.
12121
12122 2008-02-27  David Engster  <dengste@eml.cc>
12123
12124         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12125         Express real group name in the response.
12126
12127 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12128
12129         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12130         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12131         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12132         autoload gnus-registry-fetch-group when compiling.
12133         (nnmairix-request-group-with-article-number-correction):
12134         Remove unreferenced argument passed to nnmairix-call-backend.
12135
12136 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12137
12138         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12139         (mm-uu-extract): Improve face for low color ttys.
12140         Reported by Sascha Wilde.
12141
12142 2008-02-27  Glenn Morris  <rgm@gnu.org>
12143
12144         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12145         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12146         variables to defconsts.  Convert comments to doc-strings.
12147         (nnmairix-last-server, nnmairix-current-server): Convert from free
12148         variables to defvars.  Convert comments to doc-strings.
12149         (gnus-registry-fetch-group): Autoload.
12150         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12151         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12152         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12153         caddr.
12154         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12155         nnmairix-request-group-with-article-number-correction call.
12156         (nnmairix-fast, nnmairix-group): New, less general names, for free
12157         variables passed from nnmairix-request-group to
12158         nnmairix-request-group-with-article-number-correction.  Declare.
12159         (nnmairix-request-group-with-article-number-correction):
12160         Use nnmairix-fast, nnmairix-group rather than fast, group.
12161
12162 2008-02-26  David Engster  <dengste@eml.cc>
12163
12164         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12165         version 0.5.
12166
12167 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12168
12169         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12170         instead of making an extra function call.  Don't add the current group
12171         to articles only when they have the group.  Use
12172         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12173         Reported by David <de_bb@arcor.de>.
12174
12175 2008-02-24  Miles Bader  <miles@gnu.org>
12176
12177         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12178         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12179         (mm-find-mime-charset-region):
12180         * mm-bodies.el (mm-encode-body):
12181         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12182
12183 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12184
12185         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12186         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12187
12188 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12189
12190         * mail-source.el (mail-source-delete-incoming): Change default.
12191         Supplement doc string.
12192
12193         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12194
12195 2008-02-14  Glenn Morris  <rgm@gnu.org>
12196
12197         * time-date.el (format-seconds): New function.
12198
12199 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12200
12201         * nnmail.el (nnmail-message-id-cache-file): Derive from
12202         `gnus-home-directory'.
12203
12204 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12205
12206         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12207         Document negative prefix.
12208
12209         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12210
12211 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12212
12213         * message.el (message-unsent-separator): Add the Exim bounce
12214         separator.
12215
12216 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12217
12218         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12219         list.
12220         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12221         recipient/signer list.
12222
12223 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12224
12225         * Makefile.in (datarootdir): Define.
12226         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
12227         name that might contain whitespace.
12228
12229 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12230
12231         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12232         fbound (Emacs 23 unicode), signal an error.
12233
12234 2008-02-08  Glenn Morris  <rgm@gnu.org>
12235
12236         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12237
12238 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12239
12240         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12241         ports to the calls to `netrc-machine-user-or-password' in addition to
12242         "imap" and "imaps".
12243
12244 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12245
12246         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12247
12248         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12249
12250 2008-02-01  Kenichi Handa  <handa@m17n.org>
12251
12252         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12253         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12254         (rfc2104-hash): Convert the result of concat to unibyte string.
12255
12256 2008-02-01  Dave Love  <fx@gnu.org>
12257
12258         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12259         coding-system-for-read.
12260         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12261
12262 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12263
12264         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12265         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12266         <hanche@math.ntnu.no>.
12267
12268 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12271
12272         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12273
12274 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
12275
12276         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12277         * message.el (message-beginning-of-line): Use featurep instead of bound
12278         tests in order to resolve conditionals at compile time.
12279
12280 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12281
12282         * mail-source.el (mail-sources): Add `group' choice.
12283
12284         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12285         parameter `in-group' to control into which group the articles go.
12286         Add treatment of `group' mail-source.
12287
12288 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12289
12290         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12291
12292         * mm-decode.el (mm-dissect-buffer): Decode description.
12293
12294         * mml.el (mml-to-mime): Encode message header first.
12295
12296 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12299         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12300
12301         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
12302         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
12303
12304 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12305
12306         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12307
12308 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12309
12310         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12311         prefix keys.
12312         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12313         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12314         gnus-xmas.el.
12315
12316         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
12317         (gnus-xmas-article-describe-bindings): New function.
12318         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
12319         gnus-xmas-article-describe-bindings.
12320
12321         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
12322
12323 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12324
12325         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12326         Add new variables for article mark management.
12327         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12328         list of extra data entries which, when present, will indicate that the
12329         article ID should not be trimmed from the registry.
12330         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12331         functions.
12332         (gnus-registry-read-mark): New function to read a mark name from the
12333         user.
12334         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12335         (gnus-registry-set-article-mark-internal): New functions to add and
12336         remove marks.
12337         (gnus-registry-get-article-marks): New function to show the marks for
12338         an article, or retrieve them for further use.
12339
12340 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12343         keys when no argument is given.
12344
12345 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12346
12347         * imap.el (imap-ping-server): New variable.
12348         (imap-opened): On add extra ping if imap-ping-server is non-nil.
12349         (imap-ping-server): Minor doc string fixes.
12350
12351 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12352
12353         * imap.el (imap-ping-server): New function.
12354         (imap-opened): Call imap-ping-server.
12355
12356 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12357
12358         * gnus-sum.el (gnus-article-sort-by-random)
12359         (gnus-thread-sort-by-random): Fix doc strings.
12360         Reported by jidanni@jidanni.org.
12361
12362 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * gnus-art.el (gnus-article-describe-bindings): New function.
12365         (gnus-article-read-summary-keys): Use it.
12366         (gnus-article-mode-map): Bind `C-h b' to it.
12367
12368 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12369
12370         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12371         XEmacs.
12372         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12373         Protect against non-character events.
12374
12375         * lpath.el: Fbind map-keymap for Emacs 21.
12376
12377 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12378
12379         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12380         New command.
12381         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12382         instead of END.  Change name of the temp file.
12383         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12384         customizable.
12385
12386 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12389         bind `S W' to gnus-article-wide-reply-with-original; set default
12390         binding to gnus-article-read-summary-send-keys.
12391         (gnus-article-read-summary-keys): Fix the order of keys; display
12392         continuation keys correctly in the echo area; describe bindings
12393         correctly when keys end with `C-h'.
12394         (gnus-article-read-summary-send-keys): New function.
12395         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12396         Work for gnus-article-read-summary-send-keys; display continuation keys
12397         correctly in the echo area.
12398         (gnus-article-reply-with-original): Ignore prefix argument.
12399         (gnus-article-wide-reply-with-original): New function.
12400
12401         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
12402         Emacs 21.
12403
12404 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12405
12406         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12407         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12408
12409 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12410
12411         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12412         (gnus-group-read-ephemeral-gmane-group): New command.
12413
12414 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12415
12416         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12417
12418 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12419
12420         * message.el (message-send-mail-function): Increase custom version.
12421
12422         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12423         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12424
12425 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12426
12427         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
12428         for the cases where imap-authenticate is called with a nil buffer
12429         parameter.
12430
12431 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12432
12433         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12434         html parts correctly; support forwarded messages.
12435         (gnus-article-browse-html-article): Remove work buffers.
12436
12437         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12438         compiling.
12439         (netrc-bound-and-true-p): New macro.
12440         (netrc-parse): Use it instead of bound-and-true-p that is not available
12441         in XEmacs 21.4.
12442
12443 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12444
12445         * gnus-registry.el (gnus-registry-mark-article)
12446         (gnus-registry-article-marks): Add functionality to mark articles
12447         through the Gnus registry.
12448
12449         * encrypt.el: Clarify documentation for the new pgg method.
12450         (encrypt-file-alist): Add PGG option.
12451         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
12452         functionality.  Abstract password key and messaging to external
12453         functions.
12454         (encrypt-password-key, encrypt-get-passphrase-if-needed)
12455         (encrypt-message-method-and-cipher): Add new convenience external
12456         functions.
12457         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
12458         (encrypt-pgg-process-buffer): Add PGG functionality glue.
12459
12460         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12461         (netrc-parse): Use encrypt-file-alist to determine if
12462         encrypt-find-model or encrypt-insert-file-contents should be used.
12463
12464         * encrypt.el: Clarify documentation.  Load password-cache or
12465         password, whichever one is found first, instead of autoloading.
12466
12467 2007-12-19  Glenn Morris  <rgm@gnu.org>
12468
12469         * mml.el (message-options-set, message-narrow-to-head)
12470         (message-in-body-p, message-mail-p, message-encode-message-body):
12471         Autoload.
12472         (message-remove-header, message-narrow-to-headers-or-head)
12473         (message-subscribed-p, message-make-mail-followup-to)
12474         (message-position-on-field, message-news-p)
12475         (message-options-set-recipient, message-generate-headers)
12476         (message-sort-headers): Declare as functions.
12477
12478 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12479
12480         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12481         convention in doc string.
12482
12483 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12486         title to html parts.
12487         (gnus-article-browse-html-article): Pass message header to it.
12488
12489         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12490
12491 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12492
12493         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12494         or password compatible with XEmacs.
12495
12496 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12497
12498         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12499         format document.
12500         (gnus-mime-delete-part): Don't write description line if empty.
12501         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12502
12503 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12504
12505         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12506         (gnus-summary-mark-read-and-unread-as-read)
12507         (gnus-summary-mark-current-read-and-unread-as-read)
12508         (gnus-summary-mark-unread-as-ticked): Doc fix.
12509         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12510
12511 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12512
12513         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12514         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12515
12516 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12517
12518         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12519         yes-or-no-p.
12520
12521 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * mm-decode.el (mm-add-meta-html-tag): New function.
12524         (mm-save-part-to-file, mm-pipe-part): Use it.
12525
12526         * gnus-art.el (gnus-article-browse-delete-temp-files):
12527         Use gnus-y-or-n-p instead of y-or-n-p.
12528         (gnus-article-browse-html-parts): Work with message/external-body; use
12529         mm-add-meta-html-tag.
12530
12531 2007-12-11  Glenn Morris  <rgm@gnu.org>
12532
12533         * gnus-cache.el: Require gnus-sum not just when compiling.
12534
12535         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12536
12537         * gnus-int.el (gnus-server-opened, gnus-status-message):
12538         Move definitions before use.
12539
12540         * mm-decode.el: Require gnus-util.
12541         (mm-remove-part): Only call delete-annotation on XEmacs.
12542
12543         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12544
12545         * nnmail.el: Require gnus-int.
12546
12547         * spam.el: Move `require's before `eval-when-compile's.
12548
12549         * gnus-ems.el (gnus-alive-p):
12550         * gnus-fun.el (message-goto-eoh):
12551         * gnus-util.el (gnus-group-name-decode):
12552         * mail-source.el (gnus-compress-sequence):
12553         * message.el (Info-goto-node, format-spec):
12554         * mm-bodies.el (message-options-get):
12555         * mm-decode.el (mm-view-pkcs7):
12556         * mm-util.el (gmm-write-region):
12557         * mml-smime.el (mml-compute-boundary)
12558         (gnus-completing-read-with-default):
12559         * mml.el (widget-button-press, gnus-make-hashtable):
12560         * mml1991.el (mm-decode-content-transfer-encoding)
12561         (mm-encode-content-transfer-encoding)
12562         (message-options-get, message-options-set):
12563         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12564         * nnfolder.el (gnus-request-group):
12565         * nnheader.el (ietf-drums-unfold-fws):
12566         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12567         * smime.el (gnus-run-mode-hooks):
12568         * spam-stat.el (gnus-message): Autoload.
12569
12570         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12571         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12572         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12573         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12574         Add declare-function compatibility definition.
12575
12576         * gnus-cache.el (nnvirtual-find-group-art):
12577         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12578         (gnus-add-image, gnus-add-wash-type):
12579         * gnus-group.el (nnkiboze-score-file):
12580         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12581         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12582         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12583         (message-tokenize-header, gnus-get-buffer-create)
12584         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12585         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12586         * gnus.el (gnus-group-decoded-name):
12587         * mail-source.el (imap-capability):
12588         * mm-bodies.el (message-options-set):
12589         * mm-decode.el (gnus-configure-windows):
12590         * mm-extern.el (message-goto-body):
12591         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12592         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12593         (epg-sub-key-validity, message-options-set):
12594         * mml.el (widget-event-point, gnus-configure-windows):
12595         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12596         * mml2015.el (epg-check-configuration, epg-configuration)
12597         (message-options-set):
12598         * nndb.el (nndb-request-article):
12599         * nnfolder.el (gnus-request-create-group):
12600         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12601         * nnmaildir.el (gnus-group-mark-article-read):
12602         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12603         * rfc1843.el (message-fetch-field):
12604         * spam.el (gnus-extract-address-components):
12605         Declare as functions.
12606
12607 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12608
12609         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12610
12611         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12612
12613         * lpath.el: Fbind run-mode-hooks for Emacs 21;
12614         bind show-trailing-whitespace for XEmacs.
12615
12616 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12617
12618         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
12619         new no-op macro for backward compatibility.
12620
12621         * imap.el (imap-string-to-integer): New function.
12622
12623 2007-12-09  Glenn Morris  <rgm@gnu.org>
12624
12625         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12626
12627         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12628         * message.el, mm-view.el, sieve-manage.el, smime.el:
12629         Add declare-function compatibility definition.
12630
12631         * gnus-art.el (w3-region, w3m-region, Info-menu):
12632         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12633         * gnus-sum.el (gnus-get-predicate):
12634         * gnus-util.el (mm-append-to-file, w32-focus-frame):
12635         * message.el (mail-abbrev-in-expansion-header-p):
12636         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12637         (w3m-detect-meta-charset, w3m-region):
12638         * sieve-manage.el (password-read, password-cache-add)
12639         (password-cache-remove):
12640         * smime.el (password-read-and-add): Declare as functions.
12641
12642 2007-12-08  David Kastrup  <dak@gnu.org>
12643
12644         * gnus-sum.el (gnus-summary-simplify-subject-query):
12645         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12646         `message'.
12647
12648 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12649
12650         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
12651         it to bind idna-program, installation-directory, defined-colors, and
12652         face-attribute for XEmacs of the version that compiles defcustom forms.
12653
12654 2007-12-07  Glenn Morris  <rgm@gnu.org>
12655
12656         * gnus-art.el (article-make-date-line): Revert previous change.
12657
12658 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12659
12660         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12661
12662 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
12663
12664         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12665         Call gnus-add-to-range ranges only once with a prepared article-list.
12666
12667 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
12668
12669         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12670         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12671         group names with backslashes.
12672         Reported by Tassilo Horn <tassilo@member.fsf.org>.
12673
12674 2007-12-06  Deepak Goel  <deego3@gmail.com>
12675
12676         * gnus-art.el (article-make-date-line):
12677         * gnus-start.el (gnus-load):
12678         * pop3.el (pop3-read-response): Fix buggy call to `error'.
12679
12680 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12681
12682         * gnus-art.el (gnus-use-idna):
12683         * gnus-start.el (gnus-site-init-file):
12684         * message.el (message-use-idna):
12685         * mm-uu.el (mm-uu-hide-markers):
12686         * smiley.el (smiley-style): Revert changes that suppress warnings.
12687
12688 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12691         specify charset to html source.
12692         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12693
12694 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12695
12696         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12697         idna-program in order to suppress byte compile warning issued by XEmacs
12698         that came to byte compile the default value section of defcustom forms
12699         recently.
12700
12701         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12702         value of installation-directory.
12703
12704         * message.el (message-use-idna): Don't directly refer to the value of
12705         idna-program.
12706
12707         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12708
12709         * smiley.el (smiley-style): Don't directly call face-attribute.
12710
12711 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
12712
12713         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12714
12715         * gnus-dired.el: Reduce Gnus dependencies.
12716         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12717         Don't require.  Use autoloads instead.
12718         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12719         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12720         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12721         (gnus-dired-mode): Adjust doc string.
12722         (gnus-dired-mail-mode): New variable.
12723         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12724         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12725         (gnus-dired-mail-buffers): New function.  Return mail or message
12726         composition buffers.
12727         (gnus-dired-attach): Use it.
12728         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12729         NO-DECODE.
12730         (gnus-dired-print): Use `gnus-print-buffer' depending on
12731         `gnus-dired-mail-mode'.
12732
12733 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12734
12735         * rfc2047.el (rfc2047-encoded-word-regexp)
12736         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12737         explaining what regexp patterns are for.
12738
12739 2007-12-04  Glenn Morris  <rgm@gnu.org>
12740
12741         * password.el: Move to password-cache.el.
12742
12743         * mml1991.el (password-read, password-cache-add, password-cache-remove):
12744         * mml2015.el (password-read, password-cache-add, password-cache-remove):
12745         * mml-smime.el (password-read, password-cache-add)
12746         (password-cache-remove):
12747         No need to autoload, since mml-sec requires password.
12748
12749         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12750         * message.el (gnus-extract-address-components):
12751         * mml-smime.el (gnus-extract-address-components): Define for compiler.
12752
12753         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12754         password.
12755
12756 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12757
12758         * mailcap.el: Reduce dependencies.
12759         (mail-header-parse-content-type): Autoload.
12760         (mailcap-delete-duplicates): New alias.
12761         (mailcap-mime-info): Add optional argument NO-DECODE.
12762         (mailcap-mime-types): Use mailcap-delete-duplicates.
12763
12764         * message.el (message-ignored-supersedes-headers): Add "X-ID".
12765
12766 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
12767
12768         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12769         (imap-parse-status): Upcase status-att for servers that sends them
12770         lower-case (e.g., MS Exchange 2007).
12771
12772 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12773
12774         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12775         function.
12776
12777         * gnus-uu.el (gnus-uu-decode-yenc): New command.
12778         (gnus-uu-yenc-article): New function.
12779
12780         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12781
12782         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12783
12784 2007-12-02  Glenn Morris  <rgm@gnu.org>
12785
12786         * binhex.el (binhex): New custom group.
12787         (binhex-decoder-program, binhex-decoder-switches)
12788         (binhex-use-external): Move to the binhex custom group.
12789
12790         * uudecode.el (uudecode): New custom group.
12791         (uudecode-decoder-program, uudecode-decoder-switches)
12792         (uudecode-use-external): Move to the uudecode custom group.
12793
12794         * netrc.el (top-level): Don't load `encrypt' features.
12795         (netrc-parse): Don't use encrypt.
12796         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12797
12798         * encrypt.el: Remove file.
12799
12800 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
12801
12802         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12803         matches on patches.
12804
12805         * gnus-art.el (gnus-article-browse-html-article):
12806         Mention `mm-text-html-renderer' in the doc string.
12807
12808         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12809         string.  Add comments.
12810
12811         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12812         if rhs is ASCII.
12813
12814 2007-12-01  Glenn Morris  <rgm@gnu.org>
12815
12816         * mail-source.el (top-level): Require format-spec before
12817         eval-when-compile.
12818
12819 2007-11-30  Glenn Morris  <rgm@gnu.org>
12820
12821         * encrypt.el: Require password, rather than autoloading password-read.
12822
12823 2007-11-29  Glenn Morris  <rgm@gnu.org>
12824
12825         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
12826         (sasl-make-client, sasl-next-step, sasl-step-data)
12827         (sasl-step-set-data): Declare as functions.
12828
12829 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
12830
12831         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12832
12833 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
12834
12835         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
12836         certs should be verified and what is to be done in the event of a
12837         verification failure.
12838
12839         * gnus.el (gnus-method-to-server): Add an optional parameter so the
12840         caller can indicate whether the cache should be disregarded for this
12841         call.  This way the result of the call is reproducible at all times and
12842         can be considered a canonical server name for the supplied method.
12843         (gnus-agent-method-p): Canonicalize server names by pushing their
12844         method through `gnus-method-to-server' using the no-cache argument.
12845
12846         * gnus-srvr.el (gnus-server-insert-server-line):
12847         Call `gnus-method-to-server' with `no-cache' argument.
12848
12849         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12850         gnus-agent-possibly-synchronize-flags as this should be called when the
12851         server is actually being opened.
12852         (gnus-agent-possibly-synchronize-flags)
12853         (gnus-agent-possibly-synchronize-flags-server): Move check for the
12854         flags file of an agentized server to the latter function.
12855
12856         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12857         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12858         after a connection has been established successfully.
12859
12860 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12861
12862         * gnus-art.el (article-display-face): Force to display face if called
12863         interactively; check if gnus-article-x-face-too-ugly matches author.
12864         (article-display-x-face): Display face even if From header is missing
12865         as article-display-face does.
12866
12867 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
12868
12869         * hashcash.el (message-narrow-to-headers-or-head)
12870         (message-fetch-field, message-goto-eoh)
12871         (message-narrow-to-headers): Declare as functions.
12872
12873 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
12874
12875         * mail-source.el (mail-sources): Default to fetch from file for
12876         compatibility with default of nnmail-spool-file.
12877
12878 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12881         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12882         to look for encoded word that should be encoded again.
12883         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12884         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12885         encoding pattern.
12886         (rfc2047-decode-region): Switch strict regexp and loose one according
12887         to rfc2047-allow-irregular-q-encoded-words.
12888
12889 2007-11-25  Romain Francoise  <romain@orebokech.com>
12890
12891         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12892
12893 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12894
12895         * tls.el (tls-program): Provide more custom choices from
12896         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
12897         (tls-process-connection-type, tls-success): Remove "*" in doc string.
12898
12899 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12900
12901         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12902         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12903
12904         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12905         `nnmail-spool-file'.
12906
12907         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12908         `nnmail-spool-file'.
12909
12910         * gnus-move.el (gnus-change-server): Ditto.
12911
12912         * gnus-kill.el (gnus-batch-score): Ditto.
12913
12914         * gnus-cache.el (gnus-jog-cache): Ditto.
12915
12916         * gnus-msg.el (gnus-summary-reply):
12917         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12918
12919 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12920
12921         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12922         version.  Minor improvement to doc strings.
12923         (tls-program): Add comment.
12924
12925 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
12926
12927         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12928         (tls-checktrust): New variable.  Check if GNU TLS complained about a
12929         mismatch between the hostname provided in the certificate and the name
12930         of the host connnecting to.
12931         (open-tls-stream): Use them.  Check certificates against trusted root
12932         certificates.
12933
12934 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12935
12936         * gnus-cache.el (gnus-cache-generate-nov-databases):
12937         Use nnml-generate-nov-databases-directory instead of
12938         nnml-generate-nov-databases-1.
12939
12940 2007-11-24  Glenn Morris  <rgm@gnu.org>
12941
12942         * message.el (message-tool-bar-retro): Update for rename
12943         mail_send.xpm->mail-send.xpm.
12944
12945 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12946
12947         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12948         `smime-ldap-search' for Emacs 22 and up.
12949
12950 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12951
12952         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12953
12954         * message.el (message-send-mail-function): Fix error convention.
12955         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12956         (message-widen-reply, message-send-mail, message-talkative-question)
12957         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12958         (message-clone-locals, message-send-news): Use with-current-buffer.
12959         (message-insert-or-toggle-importance): Remove unused var `valid'.
12960         (message-make-references): Remove unused var `new-references'.
12961         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12962
12963 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12964
12965         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12966         (spam-split-symbolic-return-positive): Reflow docstring.
12967         (spam-backends, spam-summary-exit-behavior)
12968         (spam-mark-ham-unread-before-move-from-spam-group)
12969         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12970         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12971         (spam-clear-cache, spam-backend-check, spam-install-backend)
12972         (spam-install-statistical-backend, spam-list-of-processors)
12973         (spam-group-processor-p, spam-split, spam-bogofilter-score)
12974         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12975         (spam-check-crm114, spam-initialize, spam-unload-hook):
12976         Fix typos in docstrings.
12977
12978 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12979
12980         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12981         been checked if they have never been read and those group levels are
12982         higher than the one that a user specified.
12983
12984 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12985
12986         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12987         foreign groups unless a group level is specified by a user.
12988         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12989
12990 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
12991
12992         * message.el (message-send-mail-function): Require sendmail.
12993
12994 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
12995
12996         * message.el (message-send-mail-function): Check for smtpmail too.
12997
12998         * utf7.el (utf7-encode, utf7-decode): Use coding system
12999         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13000
13001         * message.el (message-send-mail-function): New function.
13002         (message-send-mail-function): Set default using
13003         message-send-mail-function.  Adjust doc string.
13004         (message-send-mail-with-mailclient): New function.
13005
13006 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13007
13008         * smime.el (from):
13009         * rfc2047.el (message-posting-charset):
13010         * qp.el (mm-use-ultra-safe-encoding):
13011         * pop3.el (parse-time-months):
13012         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13013         * nnml.el (files):
13014         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13015         (jka-compr-compression-info-list, ange-ftp-path-format)
13016         (efs-path-regexp):
13017         * nndiary.el (files):
13018         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13019         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13020         (epg-digest-algorithm-alist, inhibit-redisplay)
13021         (password-cache-expiry):
13022         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13023         (pgg-output-buffer, password-cache-expiry):
13024         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13025         (efs-path-regexp):
13026         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13027         (inhibit-redisplay):
13028         * mm-uu.el (file-name, start-point, end-point, entry)
13029         (gnus-newsgroup-name, gnus-newsgroup-charset):
13030         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13031         (latin-unity-ucs-list):
13032         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13033         (mm-uu-binhex-decode-function):
13034         * message.el (gnus-message-group-art, gnus-list-identifiers)
13035         (rmail-enable-mime-composing, gnus-local-organization)
13036         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13037         (gnus-read-active-file, facemenu-add-face-function)
13038         (facemenu-remove-face-function, gnus-article-decoded-p)
13039         (tool-bar-mode):
13040         * mail-source.el (display-time-mail-function):
13041         * gnus-util.el (nnmail-pathname-coding-system)
13042         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13043         (gnus-original-article-buffer, gnus-user-agent)
13044         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13045         (xemacs-codename, sxemacs-codename, emacs-program-version):
13046         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13047         * gnus-start.el (gnus-agent-covered-methods)
13048         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13049         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13050         (gnus-newsgroup-headers, gnus-group-list-mode)
13051         (gnus-group-mark-positions, gnus-newsgroup-data)
13052         (gnus-newsgroup-unreads, nnoo-state-alist)
13053         (gnus-current-select-method, mail-sources)
13054         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13055         (nnmail-spool-file, gnus-cache-active-hashtb):
13056         * gnus-mh.el (mh-lib-progs):
13057         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13058         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13059         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13060         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13061         (gnus-group-buffer):
13062         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13063         (font-lock-set-defaults):
13064         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13065         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13066         (gnus-summary-post-menu, total-parts, type, condition, length):
13067         * gnus-agent.el (gnus-agent-read-agentview):
13068         * flow-fill.el (show-trailing-whitespace):
13069         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13070         eval-and-compile wrappers for byte compiler pacifiers.
13071
13072         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13073         (mm-display-inline-fontify): Check for featurep 'xemacs not
13074         extent-list.
13075
13076         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13077         itimer-list.
13078         (mm-create-image-xemacs): Only do something for XEmacs.
13079         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13080
13081         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13082
13083         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13084         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13085
13086 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13087
13088         * nnimap.el (nnimap-split-download-body):
13089         * gnus-demon.el (gnus-demon):
13090         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13091
13092 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13095         New macros.
13096         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13097         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13098         copy data from unibyte buffer to multibyte current buffer.
13099         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13100         to copy data from unibyte current buffer to multibyte buffer.
13101         (nntp-make-process-buffer): Make process buffer unibyte.
13102
13103         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13104
13105 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13106
13107         * pop3.el (pop3-open-server): Accept and process data more robustly at
13108         connection start to avoid spurious "POP SSL connection failed" errors.
13109
13110 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13113         read group names.
13114
13115 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13116
13117         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13118
13119 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13122         (nnmail-save-active): Use a unibyte buffer when saving active file,
13123         which may contain non-ASCII group names.
13124
13125         * nnml.el (nnml-request-group): Decode group names in messages.
13126
13127 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13128
13129         * message.el (message-citation-line-function)
13130         (message-insert-formatted-citation-line): Fix spelling of
13131         `message-insert-formated-citation-line'.
13132
13133 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13134
13135         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13136
13137 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13140         nnmail-pathname-coding-system.
13141
13142         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13143         that a user enters; decode group names in messages.
13144
13145         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13146
13147 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13148
13149         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13150
13151         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13152
13153         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13154         risky local variable.
13155
13156         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13157
13158 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13159
13160         * encrypt.el: Improve documentation to fix function name typo.
13161         Reported by Daiki Ueno <ueno@unixuser.org>.
13162
13163 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13166         even if the point is not in the last page of an article.
13167         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13168         back to the previous page.
13169
13170 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13171
13172         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13173
13174 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13177
13178 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13179
13180         * message.el (message-check-news-body-syntax):
13181         Avoid mm-string-as-multibyte.
13182         (message-hide-headers): Don't assume (point-min)==1.
13183
13184 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13185
13186         * message.el (message-remove-blank-cited-lines): Fix if remove is
13187         given.
13188         (message-bogus-address-regexp): New variable.
13189         (message-bogus-recipient-p): New function.
13190         (message-check-recipients): New command.
13191         (message-syntax-checks): Add `bogus-recipient'.
13192         (message-fix-before-sending): Add `bogus-recipient'.
13193
13194         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13195         (gnus-treat-body-boundary): Don't test window-system.
13196
13197 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13198
13199         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13200
13201 2007-10-28  Miles Bader  <miles@gnu.org>
13202
13203         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13204         at compile-time too.
13205
13206 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13207
13208         * gnus-msg.el (gnus-message-setup-hook):
13209         Add `message-remove-blank-cited-lines' to options.
13210
13211 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * message.el (message-remove-blank-cited-lines): New function.
13214         Suggested by Karl Plästerer.
13215
13216 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13219         mapc.
13220
13221         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13222         (top-level): Use mapc to set functions to be traced for debugging.
13223
13224         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13225         called for effect with while loop.
13226
13227         * message.el (message-talkative-question): Replace mapcar called for
13228         effect with mapc.
13229
13230         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13231         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13232         called for effect with dolist.
13233
13234         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13235
13236         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13237         gnus-extra-headers and nnmail-extra-headers.
13238
13239         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13240         called for effect with dolist.
13241         (top-level): Use mapc to set functions to be traced for debugging.
13242
13243         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13244         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13245         dolist.
13246
13247         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13248         Replace mapcar called for effect with mapc.
13249         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13250         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13251         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13252         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13253
13254         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13255         remove-if that's a cl function.
13256
13257         * webmail.el (webmail-debug): Replace mapcar called for effect with
13258         dolist.
13259
13260         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
13261         with mapc.
13262
13263 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13266         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13267         with while loop.
13268
13269         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13270         functions from article-* functions.
13271         (gnus-multi-decode-header): Replace mapcar called for effect with
13272         dolist.
13273
13274         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13275         (gnus-bookmark-show-details): Replace mapcar called for effect with
13276         while loop.
13277
13278         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13279         called for effect with while loop.
13280
13281         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13282         with dolist.
13283
13284         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13285         Replace mapcar called for effect with dolist.
13286
13287         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13288
13289         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13290         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13291         Replace mapcar called for effect with dolist.
13292         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13293         mapc.
13294
13295         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13296         Replace mapcar called for effect with dolist.
13297         (gnus-topic-list): Replace mapcar called for effect with mapc.
13298
13299         * gnus.el: Use mapc instead of mapcar to add autoloads.
13300
13301 2007-10-23  Richard Stallman  <rms@gnu.org>
13302
13303         * gnus-group.el (gnus-group-highlight): Mark as risky.
13304
13305 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13306
13307         * gnus.el (gnus-server-to-method): Return method found first in
13308         gnus-newsrc-alist.
13309
13310         * gnus-art.el (gnus-article-highlight-signature)
13311         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13312         button overlay without the front stickiness.
13313
13314 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13315
13316         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13317         overview buffer needed a catch to receive its throw.
13318         (gnus-agent-flush-cache): Declare as interactive to make this function
13319         easier to use.
13320
13321 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13322
13323         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13324         `next-line'.
13325
13326 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13329         exclude address matching message-dont-reply-to-names.
13330
13331 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * gnus-util.el (gnus-string<): New function.
13334
13335         * gnus-sum.el (gnus-article-sort-by-author)
13336         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13337
13338 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13341         the frame-focus tag is set in gnus-buffer-configuration.
13342
13343 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13344
13345         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13346         the front stickiness.
13347
13348 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13349
13350         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13351         url pattern; remove duplicate one.
13352         (gnus-article-extend-url-button): New function.
13353         (gnus-article-add-buttons): Use it.
13354         (gnus-button-push): Use concatenated url that it makes.
13355
13356 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13357
13358         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13359
13360 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13361
13362         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13363         Don't hardcode point-min==1.
13364
13365 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13366
13367         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13368         Fix comment about "iso8859-1".
13369
13370 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13371
13372         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13373         ones returned from the verify-function.
13374
13375         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13376         Call mml2015-extract-cleartext-signature if extraction failed.
13377
13378 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13379
13380         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13381         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13382         failed.
13383
13384 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13385
13386         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13387
13388 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
13389
13390         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
13391         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
13392         recommends to use EasyPG instead of PGG.
13393
13394         * pgg.el: Revert to revision 6.23.2.16.
13395
13396         * pgg-def.el: Revert to revision 6.6.2.14.
13397
13398         * pgg-gpg.el: Revert to revision 6.23.2.34.
13399
13400 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13401
13402         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13403         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13404         thread for both the null and zero (kill/expire thread) universal prefix
13405         cases.
13406         (gnus-summary-expire-thread): Add new function to expire a thread,
13407         using gnus-summary-kill-thread.
13408         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13409         shortcuts for gnus-summary-expire-thread.
13410         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13411         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13412
13413 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13414
13415         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13416         extras value, so an extras entry can be deleted.
13417         (gnus-registry-delete-extra-entry): Use it.
13418         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13419         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13420         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13421         storage through the gnus-registry, and provide an appropriate API for
13422         it.
13423
13424 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13427         Suggested by Leo <sdl.web@gmail.com>.
13428
13429         * gnus.el: Do.
13430
13431 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13432
13433         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13434         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13435
13436         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13437
13438         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13439         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13440
13441 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13442
13443         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13444         newline.
13445         (nnmbox-request-accept-article): Don't change article in source buffer;
13446         narrow to header to use message-fetch-field rather than
13447         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13448         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13449         as delimiters; make sure article ends with newline.
13450         (nnmbox-delete-mail): Correct last position of article to be deleted;
13451         ignore X-Gnus-Newsgroup header in article body.
13452         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13453         positions; make sure article ends with newline.
13454
13455         * message.el (message-display-abbrev): Don't infloop when a user
13456         inserts SPC in the beginning of header.
13457
13458         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
13459         coding-system-for-read and coding-system-for-write for XEmacs having no
13460         file-coding feature.
13461
13462         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
13463
13464 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13465
13466         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13467         list of groups not followed by default.  Fix type to be regexp.
13468         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13469
13470 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13471
13472         * hmac-def.el (define-hmac-function): Switch from old-style to
13473         new-style backquotes.
13474
13475         * md4.el (md4-make-step): Likewise.
13476
13477 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13480         raw-text coding system when saving .newsrc file, which may contain
13481         non-ASCII group names.
13482
13483 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * gnus-cus.el (gnus-score-extra): New widget.
13486         (gnus-score-extra-convert): New function.
13487         (gnus-score-customize): Use it for Extra.
13488
13489 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13490
13491         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13492         (mml2015-mailcrypt-clear-verify): Use it.
13493         (mml2015-gpg-clear-verify): Use it.
13494         (mml2015-pgg-clear-verify): Use it.
13495         (mml2015-epg-clear-verify): Replace the current part with the output
13496         from GnuPG; don't extract the plaintext by itself.
13497
13498         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13499         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13500         mml2015-clear-verify-function; don't touch the armor headers or
13501         dash-escaped text here.
13502
13503 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13506         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13507         parts, or application/octet-stream as a last resort.
13508         (gnus-mime-view-part-as-type): Don't toggle display.
13509         (gnus-mime-view-part-as-charset): Don't turn off display before
13510         querying charset.
13511
13512         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13513         stuff to undisplayer function in Emacs.
13514         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13515
13516         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13517         text/calendar parts.
13518
13519 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13520
13521         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13522         decoding text/calendar parts.
13523
13524         * message.el (message-forward-make-body-mime): Always mark body as
13525         having no illegible text; remove signed-or-encrypted argument.
13526         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13527
13528         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13529         (mml-generate-mime-1): Don't encode body if it is specified to be in
13530         raw form; don't make buffer be unibyte when inserting multibyte string.
13531
13532 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13533
13534         * sha1.el: Fix up comment style.
13535         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13536         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13537
13538         * hex-util.el: Fix up comment style.
13539         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13540
13541         * gnus-salt.el: Use with-current-buffer.
13542         (gnus-pick-setup-message): Fix long-standing typo.
13543
13544 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * imap.el (imap-logout-timeout): New variable.
13547         (imap-logout, imap-logout-wait): New functions.
13548         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13549
13550         * nnimap.el (nnimap-logout-timeout): New server variable.
13551         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13552         nnimap-logout-timeout.
13553
13554         * gnus-art.el (gnus-article-summary-command-nosave)
13555         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13556
13557 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13558
13559         * gnus.el (gnus-maximum-newsgroup): New variable.
13560
13561         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13562         according to gnus-maximum-newsgroup.
13563
13564         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13565         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13566         Limit the range of articles according to gnus-maximum-newsgroup.
13567
13568 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13569
13570         * gnus-art.el (gnus-sticky-article): Fix problems described in
13571         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13572         Don't perform gnus-configure-windows here; reuse existing sticky
13573         article buffer.
13574
13575         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13576         it doesn't exist in gnus-article-mode.
13577
13578 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13579
13580         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13581         (gnus-agent-decoded-group-name): New function.
13582         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13583         (gnus-agent-expire-group-1): Use it; decode group name in messages.
13584
13585 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
13586
13587         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13588         Add binding for gnus-sticky-article.
13589         (gnus-summary-exit): Don't kill sticky article buffers.
13590
13591         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13592         article buffer.
13593         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13594         (gnus-kill-sticky-article-buffers): New commands.
13595
13596 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13597
13598         * nntp.el (nntp-xref-number-is-evil): New server variable.
13599         (nntp-find-group-and-number): If it is non-nil, don't trust article
13600         numbers in the Xref header.
13601
13602 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * gnus-agent.el (gnus-agent-read-group): New function.
13605         (gnus-agent-flush-group, gnus-agent-expire-group)
13606         (gnus-agent-regenerate-group): Use it.
13607         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13608         nnmail-pathname-coding-system.
13609
13610 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13613
13614         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13615         that are unread as unread, and also as selected so that information of
13616         marks having been changed by a user may be updated when exiting group.
13617
13618 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13619
13620         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13621
13622 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * gnus-art.el (gnus-mime-display-single): Pass part number that is
13625         calculated ignoring signature parts to gnus-treat-article.
13626
13627 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13628
13629         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13630         a point here in order to keep the window start.
13631         (gnus-insert-mime-security-button): Make a button overlay without the
13632         front stickiness.
13633         (gnus-mime-display-security): Goto the end of a button.
13634
13635         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13636
13637 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13638
13639         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13640         group-name-at-point.
13641         (gnus-group-completing-read): New function that offers decoded
13642         non-ASCII group names for completion.
13643         (gnus-fetch-group, gnus-group-read-ephemeral-group)
13644         (gnus-group-jump-to-group, gnus-group-make-group-simple)
13645         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13646         (gnus-group-fetch-control): Use it.
13647         (gnus-fetch-group): Use group-name-at-point for the initial value
13648         rather than the default value; use gnus-alive-p.
13649
13650         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13651         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13652         (gnus-summary-post-news): Use gnus-group-completing-read.
13653
13654         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13655         (gnus-read-move-group-name): Decode group name for completion.
13656
13657 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
13658
13659         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13660         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13661         Yamaoka slightly modified the code).
13662
13663 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13666         (nnmail-split-incoming): Bind it.
13667
13668         * nnml.el (nnml-group-name-charset): New function.
13669         (nnml-decoded-group-name): Use it; don't decode group name if
13670         nnmail-group-names-not-encoded-p is non-nil.
13671         (nnml-encoded-group-name): New function.
13672         (nnml-group-pathname): Inline nnml-decoded-group-name.
13673         (nnml-request-expire-articles): Decode group name in message.
13674         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13675         nnmail-pathname-coding-system.
13676         (nnml-save-mail, nnml-active-number): Work with decoded group names and
13677         not decoded ones according to nnmail-group-names-not-encoded-p.
13678         (nnml-generate-active-info): Use nnml-encoded-group-name.
13679
13680 2007-08-08  Glenn Morris  <rgm@gnu.org>
13681
13682         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13683         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13684         doc-strings and comments.
13685
13686 2007-07-25  Glenn Morris  <rgm@gnu.org>
13687
13688         * Relicense all FSF files to GPLv3 or later.
13689
13690 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * gnus-sum.el (gnus-summary-move-article):
13693         Make gnus-summary-respool-article work.
13694
13695 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
13696
13697         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13698         string.
13699
13700 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
13701
13702         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
13703         that should be ignored when comparing distant RSS articles with local
13704         ones.
13705         (nnrss-make-hash-index): New function.  Create a hash index according
13706         to the ignored fields.
13707         (nnrss-check-group): Use it.
13708
13709 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13712
13713         * gnus-art.el (article-decode-group-name): Decode Xref header too.
13714
13715         * gnus-group.el (gnus-group-make-group): Encode group name here unless
13716         the new optional argument ENCODED is non-nil.
13717         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13718         coding system for encoding group name.
13719         (gnus-group-make-rss-group): Pass un-encoded group name to
13720         gnus-group-make-group.
13721         (gnus-group-set-info): Tell gnus-group-make-group that group name is
13722         encoded.
13723
13724         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13725         Encode group name to which articles are moved or copied.
13726         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13727         coding system for encoding Newsgroup, Followup-To and Xref headers.
13728
13729         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13730         marks; use nnheader-file-coding-system to write a file.
13731         (nnagent-retrieve-headers): Bind file-name-coding-system to
13732         nnmail-pathname-coding-system.
13733
13734         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13735
13736         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13737         (nnml-request-article, nnml-request-create-group)
13738         (nnml-request-rename-group, nnml-find-id)
13739         (nnml-possibly-change-directory, nnml-possibly-create-directory)
13740         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13741         (nnml-save-marks): Use nnml-group-pathname instead of
13742         nnmail-group-pathname.
13743
13744         (nnml-request-create-group, nnml-request-expire-articles)
13745         (nnml-request-move-article, nnml-request-delete-group)
13746         (nnml-deletable-article-p, nnml-possibly-create-directory)
13747         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13748         (nnml-open-marks): Bind file-name-coding-system to
13749         nnmail-pathname-coding-system.
13750
13751         (nnml-request-article): Pass server argument to nnml-find-group-number.
13752         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13753         Pass server argument to nnml-possibly-create-directory.
13754         (nnml-request-accept-article): Pass server argument to
13755         nnml-active-number and nnml-save-mail.
13756         (nnml-find-group-number): Pass server argument to nnml-find-id.
13757         (nnml-request-update-info): Pass server argument to
13758         nnml-marks-changed-p.
13759
13760         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13761         (nnml-save-mail, nnml-active-number): Add server argument.
13762
13763         (nnml-request-delete-group): Warn if group is missing.
13764         (nnml-get-nov-buffer): Decode group name.
13765         (nnml-generate-active-info): Encode group name.
13766         (nnml-open-marks): Decode group name in messages.
13767
13768 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13771         if it is not specified.
13772         (gnus-article-pipe-part, gnus-article-save-part)
13773         (gnus-article-interactively-view-part, gnus-article-copy-part)
13774         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13775         (gnus-article-inline-part, gnus-article-save-part-and-strip)
13776         (gnus-article-replace-part, gnus-article-delete-part)
13777         (gnus-article-view-part-as-type): Pass raw prefix argument to
13778         gnus-article-part-wrapper.
13779
13780 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13781
13782         * gnus-agent.el (gnus-agent-save-active):
13783         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13784
13785         * gnus-cache.el (gnus-cache-save-buffers)
13786         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13787         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13788         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13789         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13790         (gnus-cache-generate-active, gnus-cache-rename-group)
13791         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13792         (gnus-cache-update-overview-total-fetched-for):
13793         Bind file-name-coding-system to nnmail-pathname-coding-system.
13794         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13795         New variables.
13796         (gnus-cache-decoded-group-name): New function.
13797         (gnus-cache-file-name): Use it.
13798         (gnus-cache-generate-active): Use non-decoded group name for active.
13799
13800         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13801         right place.
13802         (gnus-write-active-file): Don't break non-ASCII group names.
13803
13804         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13805         nnmail-pathname-coding-system.
13806
13807         * lpath.el: Bind default-file-name-coding-system,
13808         file-name-coding-system and language-info-alist for XEmacs.
13809
13810         * gnus-uu.el (gnus-uu-decode-save): Typo.
13811
13812 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13813
13814         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13815
13816 2007-07-14  David Kastrup  <dak@gnu.org>
13817
13818         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13819         finishing actions if we did not edit the article.
13820
13821 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13824         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13825         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13826         (gnus-agent-flush-group, gnus-agent-flush-cache)
13827         (gnus-agent-fetch-headers, gnus-agent-load-alist)
13828         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13829         (gnus-agent-retrieve-headers, gnus-agent-request-article)
13830         (gnus-agent-regenerate-group)
13831         (gnus-agent-update-files-total-fetched-for)
13832         (gnus-agent-update-view-total-fetched-for):
13833         Bind file-name-coding-system to nnmail-pathname-coding-system.
13834         (gnus-agent-group-pathname): Don't encode file names by
13835         nnmail-pathname-coding-system.
13836         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13837         coding-system-for-write instead of buffer-file-coding-system to
13838         gnus-agent-file-coding-system.
13839
13840         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13841         Decode group name.
13842
13843         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13844
13845         * gnus-start.el (gnus-update-active-hashtb-from-killed)
13846         (gnus-read-newsrc-el-file): Make group names unibyte.
13847
13848         * nnmail.el (nnmail-group-pathname): Don't encode file names by
13849         nnmail-pathname-coding-system.
13850
13851         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13852         (nnrss-request-delete-group): Bind file-name-coding-system to
13853         nnmail-pathname-coding-system.
13854         (nnrss-read-server-data, nnrss-read-group-data):
13855         Bind file-name-coding-system correctly.
13856         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13857
13858         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13859         (nntp-server-to-method-cache): New variable.
13860         (nntp-group-pathname): New function that decodes non-ASCII group names.
13861         (nntp-possibly-create-directory, nntp-marks-changed-p)
13862         (nntp-save-marks, nntp-open-marks): Use it.
13863         (nntp-possibly-create-directory, nntp-open-marks):
13864         Bind file-name-coding-system to nnmail-pathname-coding-system.
13865         (nntp-open-marks): Decode group names when bootstrapping marks.
13866
13867         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13868         Newsgroups and Followup-To headers.
13869
13870 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13873         (gnus-server-closed-face, gnus-server-denied-face)
13874         (gnus-server-offline-face): Remove variable.
13875         (gnus-server-font-lock-keywords): Use faces that are not aliases.
13876
13877         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13878         of modifying message-stack directly for XEmacs.
13879
13880         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13881         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13882         if the coding-system argument is nil for XEmacs.
13883
13884         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13885         mm-charset-override-alist.
13886
13887         * rfc2047.el: Don't require base64; require rfc2045 for the function
13888         rfc2045-encode-string.
13889         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13890         to quote the parameter value.
13891
13892 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13893
13894         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13895         form in gnus-group-name-charset-method-alist.
13896
13897         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13898         overrides the default layout edit-form.
13899
13900         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13901
13902         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13903
13904 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13907         as unfetched articles.
13908
13909 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
13910
13911         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13912
13913 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13916         original back end that keeps marks in the local system.
13917
13918 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13921         arg of pop-to-buffer for XEmacs.
13922         (gnus-article-read-summary-keys): Ditto; don't restore window
13923         configuration if summary command ends up with neither article buffer
13924         nor summary buffer; describe bindings if summary keys end with C-h.
13925
13926 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * message.el (message-fix-before-sending): Skip raw message part to be
13929         forwarded while checking illegible text.
13930         (message-forward-make-body-mime, message-forward-make-body):
13931         Mark signed or encrypted raw message as having no illegible text.
13932
13933 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13934
13935         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13936         (gnus-message-with-timestamp-1): New macro.
13937         (gnus-message-with-timestamp): New function.
13938         (gnus-message): Use them.
13939
13940         * nnheader.el (nnheader-message): Use them.
13941
13942 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
13943
13944         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13945         .newsrc.eld file.
13946
13947 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * gnus-agent.el (gnus-agent-fetch-headers)
13950         (gnus-agent-retrieve-headers):
13951         Bind gnus-decode-encoded-address-function to identity.
13952
13953         * nntp.el (nntp-send-xover-command): Recognize an xover command is
13954         available also when the server returns simply a dot.
13955
13956         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13957
13958 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13961
13962 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * gnus-ems.el (gnus-x-splash): Make it work.
13965
13966         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13967         from being used.
13968
13969         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
13970
13971 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
13974         4th and the 5th arguments.
13975
13976         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13977         the front stickiness.
13978         (gnus-article-summary-command-nosave): Correct the order of the
13979         arguments passed to pop-to-buffer.
13980         (gnus-article-read-summary-keys): Ditto; make it work properly when the
13981         summary command ends up with the article buffer.
13982
13983         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13984         the same faces.
13985
13986 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
13987
13988         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13989
13990 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13991
13992         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13993         * gnus-sum.el (gnus-summary-highlight):
13994         * pgg.el (pgg-sign-region, pgg-sign):
13995         * mail-source.el (mail-source-delete-old-incoming-confirm):
13996         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13997
13998 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13999
14000         * gnus-art.el (gnus-mime-view-part-externally)
14001         (gnus-mime-view-part-internally): Fix predicate function passed to
14002         completing-read.
14003
14004         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14005
14006         * gnus.el (gnus-update-message-archive-method): Add :version.
14007
14008 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14009
14010         * gnus.el (gnus-update-message-archive-method): New variable.
14011
14012         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14013         according to gnus-message-archive-method if
14014         gnus-update-message-archive-method is non-nil.
14015
14016 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14019         Suggested by Loic Dachary <loic@dachary.org>.
14020         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14021
14022 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * message.el (message-pop-to-buffer): Add switch-function argument.
14025         (message-mail): Pass switch-function argument to it.
14026
14027 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14028
14029         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14030         Improve doc string.
14031
14032 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14035         (gnus-header-content):
14036         * gnus-cite.el (gnus-cite-10):
14037         * gnus-srvr.el (gnus-server-closed):
14038         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14039         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14040         (gnus-group-mail-3-empty, gnus-group-mail-low)
14041         (gnus-group-mail-low-empty, gnus-splash):
14042         * message.el (message-header-to, message-header-cc)
14043         (message-header-subject, message-header-other, message-header-name)
14044         (message-header-xheader, message-separator, message-cited-text)
14045         (message-mml): Lighten colors of faces used for dark background.
14046
14047 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14048
14049         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14050         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14051
14052 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * message.el (message-narrow-to-headers-or-head):
14055         Ignore mail-header-separator in the body.
14056
14057 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14058
14059         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14060         same as window size.
14061
14062 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14063
14064         * message.el (message-font-lock-keywords): Use message-header-xheader
14065         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14066         ahead of the anything pattern, to get it recognized.
14067
14068 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14069
14070         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
14071         spam.el loads uses it in the compiled defadvice form.
14072
14073 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14074
14075         * gnus-sum.el (gnus-articles-to-read)
14076         (gnus-summary-insert-old-articles): Don't truncate group name for
14077         `read-string'.
14078
14079         * gnus-util.el (gnus-limit-string): Delete this function.
14080
14081         * gnus-sum.el (gnus-simplify-subject-fully):
14082         Use `truncate-string-to-width' instead.
14083
14084 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14085
14086         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14087         Tell if, on summary exit, the next group has to be selected.
14088         (gnus-summary-exit): Use it.
14089
14090 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14091
14092         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14093         non-break space.
14094
14095 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14096
14097         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14098         Check if group is not a directory.
14099         (nnfolder-request-expire-articles): Don't delete articles if the target
14100         group is not available.
14101
14102         * nnml.el (nnml-request-create-group): Properly check if group is not a
14103         file.
14104         (nnml-request-expire-articles): Don't delete articles if the target
14105         group is not available.
14106
14107         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14108         Don't quote characters that are within parentheses.
14109
14110 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14113         (gnus-handle-ephemeral-exit): Select article according to it.
14114
14115 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14116
14117         * message.el (message-insert-formated-citation-line): Remove newline.
14118         (message-citation-line-format): Add final \n here so that the user can
14119         avoid a blank line.
14120
14121 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14122
14123         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14124         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14125         Update lanl/arXiv support.
14126
14127 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14128
14129         * gnus.el: Bump version number.
14130
14131 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14132
14133         * gnus.el (gnus-version-number): Bump version.
14134
14135 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14136
14137         * gnus.el: No Gnus v0.6 is released.
14138
14139 2007-04-27  Didier Verna  <didier@xemacs.org>
14140
14141         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14142         * gmm-utils.el (gmm-regexp-concat): ... here.
14143         * message.el: Don't require 'gnus-util.
14144         (message-dont-reply-to-names): Handle name change above.
14145         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14146
14147 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14150         since the initial value varies according to the system.
14151
14152 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14153
14154         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14155
14156 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14157
14158         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14159
14160 2007-04-24  Didier Verna  <didier@xemacs.org>
14161
14162         Improve the type of gnus-ignored-from-addresses.
14163         * gnus-util.el (gnus-orify-regexp): New function.
14164         * message.el (gnus-util): Require it.
14165         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14166         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14167         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14168
14169 2007-04-24  Didier Verna  <didier@xemacs.org>
14170
14171         * gnus-sum.el:
14172         * gnus-utils.el: Fix some trailing whitespaces.
14173
14174 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14177         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14178         article's Message-ID; refer parent article in summary buffer.
14179
14180         * message.el (message-bounce): Call mime-to-mml.
14181
14182         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14183         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14184         optimize and/or forms properly.
14185
14186 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14187
14188         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14189         URL.
14190
14191 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14192
14193         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14194
14195 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14198         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14199         displayed of multipart/alternative part if it is invoked from summary
14200         buffer.
14201
14202         * mm-view.el (mm-inline-text-html-render-with-w3m)
14203         (mm-inline-text-html-render-with-w3m-standalone)
14204         (mm-inline-render-with-function): Use mail-parse-charset by default.
14205
14206 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14207
14208         * parse-time.el (parse-time-string-chars): Check if CHAR
14209         is less than the length of parse-time-syntax.
14210
14211 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14214         from gnus-newsgroup-processable.
14215
14216 2007-04-16  Didier Verna  <didier@xemacs.org>
14217
14218         * gnus-msg.el (gnus-configure-posting-styles):
14219         Handle message-signature-directory properly with :file syntax.
14220         Reported by "Leo".
14221
14222 2007-04-11  Didier Verna  <didier@xemacs.org>
14223
14224         New user option: message-signature-directory.
14225         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14226         * message.el (message-insert-signature): Ditto.
14227         * message.el (message-signature-file): Doc update.
14228         * message.el (message-signature-directory): New.
14229
14230 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14231
14232         * gnus-msg.el (gnus-inews-yank-articles):
14233         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14234
14235 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * message.el (message-yank-original): Make sure cited text ends with
14238         newline; don't exchange point and mark.
14239
14240 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14241
14242         * tls.el (open-tls-stream): Properly handle case where there
14243         is no associated buffer.
14244
14245 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14246
14247         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14248         message-yank-original, make sure (< mark TEXT point).
14249
14250 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14251
14252         * message.el (message-fill-column): New variable.
14253         (message-mode): Use it.  Add comment on a possible new hook.
14254
14255         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14256         (nnmail-get-new-mail): Reformat.
14257
14258         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14259
14260         * gmm-utils.el: Fix Commentary.
14261         (gmm-tool-bar-from-list): Fix typo in doc string.
14262
14263 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14264
14265         * message.el (message-yank-original): Don't switch point and mark
14266         unnecessarily to put point and mark as documented.
14267
14268 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14269
14270         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14271         from the message heads.
14272
14273 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14274
14275         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14276         article buffer does not have a window.  This may not be the best
14277         solution but is certainly better than setting the start of the null,
14278         that is the current, window.
14279
14280 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14281
14282         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14283         (gnus-draft-setup): Run it.
14284
14285         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14286         gnus-score-fast-scoring.  Allow regexp.
14287         (gnus-score-headers): Use it.
14288
14289         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14290         XEmacs.
14291
14292         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14293         string.
14294         (gnus-button-alist): Also catch `<f1> k ...'.
14295         (gnus-treat-display-x-face): Fix doc string.
14296
14297 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14298
14299         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14300         evaluation of gnus-extended-version to ensure correct generation of the
14301         User-Agent header when message-generate-headers-first is used.
14302
14303 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14304
14305         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14306         hashcash-path is nil.  Don't call callback with incorrect number of
14307         parameters if val is 0.
14308
14309 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14310
14311         * message.el (message-required-news-headers):
14312         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14313
14314 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
14315
14316         * tls.el (open-tls-stream): In handshake-waiting loop,
14317         don't wait more if there is output available to process.
14318
14319 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
14320
14321         * tls.el (tls-program): Doc fix.
14322
14323 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * message.el (message-generate-new-buffers): Change the meaning of the
14326         nil value; add `standard' to the choices; treat t as `unique'; improve
14327         doc string.
14328         (gnus-select-frame-set-input-focus): Autoload.
14329         (message-buffer-name): Search for the existing message buffer if
14330         message-generate-new-buffers is nil or `standard'; treat the value t of
14331         message-generate-new-buffers as `unique'.
14332         (message-pop-to-buffer): Raise the frame already displaying the message
14333         buffer; clear the echo area after querying.
14334         (message-setup): Pass the `continue' argument to compose-mail.
14335         (message-mail): Prefer `switch-function' if it is given; search for the
14336         existing message buffer if the `continue' argument is non-nil; pass
14337         continue and switch-function arguments to compose-mail by way of
14338         message-setup.
14339         (message-mail-other-window): Adjust argument of message-setup.
14340         (message-mail-other-frame): Ditto.
14341
14342 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14345         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14346         to turn font-lock on when turning gnus-message-citation-mode on.
14347
14348 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14349
14350         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14351         (mml-smime-function-alist): New variable; add epg as the backend.
14352         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14353         mml-smime- functions instead.
14354         * mm-view.el: Require smime.
14355
14356 2007-03-05  Didier Verna  <didier@xemacs.org>
14357
14358         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14359         instead of just inheritance for posting styles.
14360         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14361
14362 2007-02-24  Chris Moore  <dooglus@gmail.com>
14363
14364         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
14365         * pgg-pgp.el (pgg-pgp-encrypt-region):
14366         * pgg-gpg.el (pgg-gpg-encrypt-region):
14367         Check pgg-encrypt-for-me if no other recipients.
14368
14369 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14370
14371         * tls.el (tls-certtool-program): Fix custom type.
14372
14373 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14376         and point-at-eol instead of line-(beginning|end)-position.
14377
14378         * assistant.el (assistant-parse-buffer): Ditto.
14379
14380         * netrc.el (netrc-parse-services): Ditto.
14381
14382 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14383
14384         * mml2015.el (mml2015-epg-find-usable-key): New function.
14385         (mml2015-epg-sign): Use it.
14386         (mml2015-epg-encrypt): Use it.
14387
14388 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * message.el (message-make-in-reply-to): Quote name containing
14391         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14392         if there are special characters.  Reported by NAKAJI Hiroyuki
14393         <nakaji@jp.freebsd.org>.
14394
14395 2007-02-27  Didier Verna  <didier@xemacs.org>
14396
14397         Include the group parameters as well as the topic ones in the
14398         inheritance filter process.
14399         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14400         argument GROUP-PARAMS-LIST.
14401         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14402
14403 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14404
14405         * nntp.el (nntp-never-echoes-commands)
14406         (nntp-open-connection-functions-never-echo-commands): New variables.
14407         (nntp-send-command): Use them.
14408
14409 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14410
14411         * mml2015.el (mml2015-epg-verify): Simplify.
14412
14413 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14414
14415         * mml.el (mml-content-disposition-alist): New user option.
14416         (mml-content-disposition): New function.
14417         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14418         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14419
14420 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14421
14422         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14423         verification.
14424
14425 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14426
14427         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14428         articles posted in the last 24 hours.
14429
14430 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14431
14432         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14433
14434 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14435
14436         * nntp.el (nntp-send-command): Don't wait for echoes when
14437         nntp-open-ssl-stream is used.
14438
14439 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14440
14441         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14442         (gnus-message-add-citation-keywords)
14443         (gnus-message-remove-citation-keywords): Remove.
14444         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14445         directly, make the variables in font-lock-defaults buffer-local, add
14446         gnus-message-citation-keywords to them and then update the value of
14447         font-lock-keywords.
14448
14449 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * message.el (message-cite-original-1): Don't call
14452         gnus-article-highlight-citation.
14453
14454         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14455         citations; fix line count.
14456
14457 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14458
14459         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14460         (gnus-message-add-citation-keywords)
14461         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14462         versions of font-lock-add-keywords and font-lock-remove-keywords to
14463         work with XEmacs correctly.
14464
14465 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14466
14467         * gnus-cite.el (gnus-cite-face-list): Set the values of
14468         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14469         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14470         (gnus-message-cite-prefix-regexp): New variable.
14471         (gnus-message-search-citation-line): Use it; protect against long
14472         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14473         the 0th match data for Emacs.
14474         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14475         (gnus-message-add-citation-keywords): Append keywords rather than
14476         prepending; emulate font-lock-add-keywords if it is not available.
14477         (gnus-message-remove-citation-keywords):
14478         Emulate font-lock-remove-keywords if it is not available.
14479
14480         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14481
14482         * message.el (message-cite-prefix-regexp): Set the value of
14483         gnus-message-cite-prefix-regexp.
14484
14485 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14486
14487         * nnweb.el (nnweb-google-parse-1): Update parser.
14488
14489 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14490
14491         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14492
14493 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14494
14495         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14496         regexp.
14497
14498 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14499
14500         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14501         string-to-multibyte.
14502         (uudecode-decode-region-internal): Use it.
14503
14504         * lpath.el: Fbind string-as-multibyte for XEmacs.
14505
14506 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14507
14508         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14509         Fix custom choice.
14510
14511         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14512
14513 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14514
14515         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14516
14517         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14518         `write-region' to respect `mm-inhibit-file-name-handlers'.
14519
14520 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14521
14522         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14523         Use gnus-home-directory instead of "~/" or "$HOME".
14524
14525 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14526
14527         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14528         to mention filename.
14529         Add comments at beginning regarding usage.
14530         (encrypt-write-file-contents): Change interactive so a string is
14531         acceptable.  If the file has no associated model, show an error instead
14532         of a nonsense prompt.
14533
14534 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14535
14536         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14537         Thanks to Yoshihiko Yamada for kind notification of this typo.
14538
14539 2007-01-12  Kenichi Handa  <handa@m17n.org>
14540
14541         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14542         multibyte buffer.
14543
14544 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14545
14546         * gnus-score.el (gnus-score-fast-scoring): New variable.
14547         (gnus-score-headers): Use it.
14548
14549         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14550
14551         * message.el (message-cite-original-1):
14552         Call gnus-article-highlight-citation if requested.
14553         (message-make-from): Allow name and address as optional arguments.
14554
14555         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14556
14557         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14558         bugs to doc string.
14559         (gnus-button-alist): Add mid\\|message-id.
14560         (gnus-button-fetch-group): Extend for use in
14561         `browse-url-browser-function'.
14562         (gnus-button-url-regexp): Try to catch paired parentheses like in
14563         Wikipedia URLs.
14564
14565         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14566         Suggested by Simon Krahnke <overlord@gmx.li>.
14567
14568 2007-01-13  Romain Francoise  <romain@orebokech.com>
14569
14570         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14571         Update copyright.
14572
14573 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14574
14575         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14576
14577 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14578
14579         * gnus-registry.el (gnus-registry-unfollowed-groups)
14580         (gnus-registry-split-fancy-with-parent): Fix documentation.
14581
14582 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14583
14584         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14585         from nnweb groups.
14586
14587 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14588
14589         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14590         Xref urls.  Erase buffer before requesting head.
14591
14592         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14593
14594 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14595
14596         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
14597         customizable.
14598
14599 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
14600
14601         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14602         no signing key is found.
14603         (mml2015-epg-encrypt): Ask user whether to skip or abort if
14604         no encrypting and/or signing key is found.
14605
14606 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14607
14608         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14609
14610 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14611
14612         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14613         headers read from disk with the ones newly found in the current search.
14614         This should no longer cause problems, because the article numbers in
14615         Gmane's `nov.php' output are ignored since the previous change.
14616
14617 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14618
14619         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14620
14621 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
14624         replace-regexp-in-string; bind url-version; fbind display-images-p and
14625         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
14626         find-face and set-itimer-function for Emacs; bind itimer-list for
14627         Emacs.
14628
14629         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14630
14631 2007-01-01  Romain Francoise  <romain@orebokech.com>
14632
14633         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14634
14635 2006-12-31  Steve Youngs  <steve@sxemacs.org>
14636
14637         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14638         `define-minor-mode' macro definition expanded properly.
14639         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14640         exclude it there.
14641
14642         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14643         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
14644         `fboundp' test.
14645         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14646         This is OK to autoload in (S)XEmacs now.
14647
14648 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14649
14650         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14651         keystroke.
14652         (gnus-summary-limit-to-singletons): Fix typo.
14653
14654         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14655         else fails.
14656
14657 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14658
14659         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14660         docstring.
14661
14662         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14663         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14664         (gnus-summary-insert-dormant-articles): Fix typo in message.
14665
14666 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
14667
14668         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14669         nil for XEmacs.
14670         (gnus-message-citation-mode): Don't autoload in XEmacs.
14671
14672         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14673
14674 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
14675
14676         * nnimap.el (nnimap-expunge-search-string):
14677         Mention nnimap-search-uids-not-since-is-evil in docstring.
14678
14679 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14680
14681         * spam.el: Revert to make-obsolete-variable because
14682         define-obsolete-variable-alias is not supported in Emacs 21.
14683
14684         * spam.el (spam-ifile-path, spam-ifile-database-path)
14685         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14686         make-obsolete-variable.
14687         (spam-bsfilter-path, spam-bsfilter-program)
14688         (spam-spamassassin-path, spam-spamassassin-program)
14689         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14690         Don't use "path" inappropriately.
14691         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14692         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14693         variable names.
14694
14695 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
14696
14697         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14698         summary buffer.
14699
14700         * password.el (password-cache-remove): Use clear-string to burn
14701         password, if available.
14702
14703 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14704
14705         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14706
14707         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14708
14709         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14710         (gnus-message-highlight-citation): Move defcustom here from
14711         gnus-cite.el.
14712         (gnus-message-citation-mode): Autoload.
14713
14714         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
14715         checks to make it compile with XEmacs.
14716         (gnus-message-citation-mode): New minor mode.
14717         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14718         (gnus-message-highlight-citation): New variables.
14719         (gnus-message-search-citation-line)
14720         (gnus-message-add-citation-keywords)
14721         (gnus-message-remove-citation-keywords)
14722         (turn-on-gnus-message-citation-mode)
14723         (turn-off-gnus-message-citation-mode): New functions.
14724
14725 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
14726
14727         * gnus-cite.el: Enable highlighting of different citation levels in
14728         message-mode.
14729
14730 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14731
14732         * message.el (message-make-fqdn): Fix comment.
14733         (message-bogus-system-names): Add ".local".
14734
14735         * spam.el (spam-ifile-path, spam-ifile-program)
14736         (spam-ifile-database-path, spam-ifile-database)
14737         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14738         Don't use "path" inappropriately.
14739         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14740         strings.
14741         (spam-check-ifile, spam-ifile-register-with-ifile)
14742         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14743         Use new variable names.
14744
14745         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14746         (gnus-treat-display-smileys): Simplify using
14747         gnus-image-type-available-p.
14748
14749         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14750         available.
14751
14752         * gnus-xmas.el (gnus-xmas-image-type-available-p):
14753         Use `display-images-p' if available.
14754
14755 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14758         one after turning on the buffer's multibyteness instead of decoding
14759         them directly in the unibyte buffer that causes unexpected conversion
14760         in Emacs 23 (unicode).
14761
14762 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14763
14764         * message.el (message-generate-hashcash): Fix custom type.
14765
14766 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14767
14768         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14769
14770 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14771
14772         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14773         disconnect icons.  Add help text.
14774
14775 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
14776
14777         * spam.el (spam-extra-header-to-number): CRM114 spam score is
14778         negated to be consistent with the others we handle.
14779
14780 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14781
14782         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14783         version of gnus-summary-buffer to something, so that we can use two
14784         article buffers at the same time.
14785
14786 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14787
14788         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14789         trigger all the extra headers.
14790         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14791         sorting.
14792
14793 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14794
14795         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14796         solid groups.
14797
14798 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
14799
14800         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
14801
14802 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14803
14804         * legacy-gnus-agent.el: Add Copyright notice.
14805
14806 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
14807
14808         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14809
14810 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14811
14812         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14813
14814         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14815         to make it work reliably in CVS Emacs.
14816         (gnus-summary-limit-strange-charsets-predicate)
14817         (gnus-summary-limit-to-predicate): New functions.
14818
14819 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
14820
14821         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14822         specifying array size.
14823         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14824         array if it is too small.
14825         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14826         (gnus-sort-threads-loop): New function.
14827
14828 2006-12-06  Chris Moore  <dooglus@gmail.com>
14829
14830         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14831         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14832
14833 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
14834
14835         * mm-url.el (mm-url-predefined-programs): Call curl with correct
14836         options.
14837
14838 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14839
14840         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14841         DOS-ing the recipient.
14842
14843         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14844         the headers when creating the mapping to avoid mismappings.
14845         (nnweb-gmane-create-mapping): Always nix out old mapping.
14846
14847 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14848
14849         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14850         and mm-verify-option to never.
14851
14852 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * message.el (message-signed-or-encrypted-p): New function.
14855         (message-forward-make-body): Use it.
14856
14857         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14858         Replace encode-coding-string with mm-encode-coding-string.
14859
14860 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14861
14862         * nneething.el (nneething-decode-file-name):
14863         Replace decode-coding-string with mm-decode-coding-string.
14864
14865         * gnus-int.el (gnus-open-server): Say failed server's name.
14866
14867 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14868
14869         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
14870         strings to a single string.  Quote `errors-file-name'.
14871         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
14872         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
14873         Adjust calls.  Use `shell-quote-argument'.
14874
14875 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
14876
14877         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14878         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14879
14880         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14881         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14882         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14883         (gnus-group-make-directory-group, gnus-group-transpose-groups):
14884         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14885         (gnus-subscribe-newsgroup, gnus-1):
14886         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14887         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14888         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14889         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14890
14891 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14892
14893         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14894         keystroke.
14895         (gnus-summary-limit-to-bodies): Implement headersp.
14896
14897 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14898
14899         * dns.el (query-dns): Protect against "Process dns deleted" strings.
14900
14901 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14902
14903         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14904
14905 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14906
14907         * message.el (message-generate-hashcash): Expand range of values to
14908         include `opportunistic'.
14909         (message-send-mail): Use it.
14910
14911 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14912
14913         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14914         and comment it.
14915
14916         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14917
14918 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
14919
14920         * gnus-util.el (gnus-extract-address-components): Improve comment.
14921
14922 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * gnus-util.el (gnus-extract-address-components): Work with address in
14925         which the name portion contains @.
14926
14927         * lpath.el: Fbind custom-autoload.
14928
14929 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14930
14931         * gnus.el (gnus-start): Move custom group up.
14932         (gnus-select-method): Don't autoload, but make it available for
14933         `customize-variable'.
14934         (gnus-getenv-nntpserver): Don't autoload.
14935
14936 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
14937
14938         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14939
14940 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14941
14942         * message.el (message-sendmail-extra-arguments): New variable.
14943         (message-send-mail-with-sendmail): Use it.
14944
14945 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14946
14947         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14948         mm-with-unibyte-current-buffer to make string unibyte.
14949
14950         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14951         mm-string-as-multibyte.
14952
14953 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
14954
14955         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14956         Reported by Werner Koch <wk@gnupg.org>.
14957
14958 2006-11-14  Daiki Ueno  <ueno@p360>
14959
14960         * mml2015.el: Autoload epa-select-keys when compiling.
14961
14962 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14963
14964         * mml2015.el (mml2015-epg-sign): Save the signing keys in
14965         message-options.
14966         (mml2015-epg-encrypt): Save the recipient keys in message-options.
14967
14968 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14969
14970         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14971         EasyPG (< 0.0.6).
14972         (mml2015-always-trust): New user option.
14973         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14974         prompt.
14975
14976 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14977
14978         * nntp.el (nntp-authinfo-force): New variable.
14979         (nntp-send-authinfo): Use it.
14980
14981 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
14982
14983         * message.el (message-strip-subject-encoded-words): Allow _not_ to
14984         decode encoded words.  Improve prompt.  Add comment about forwarding.
14985         (message-replacement-char): Move up.
14986
14987 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14988
14989         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14990         instead of gnus-intersection because arguments of gnus-sorted-nunion
14991         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
14992
14993 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
14994
14995         * message.el (message-strip-subject-encoded-words): Reformat prompt.
14996         (message-simplify-subject-functions):
14997         Enable message-strip-subject-encoded-words by default.
14998
14999 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15000
15001         * message.el (message-strip-subject-encoded-words): New function.
15002         (message-simplify-subject-functions): New variable.
15003         (message-simplify-subject): Use it.  Fix typo in doc string.
15004         Support message-strip-subject-encoded-words.
15005
15006 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15007
15008         * gnus-diary.el (gnus-diary-delay-format-function):
15009         * nndiary.el (nndiary-reminders):
15010         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15011
15012 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15013
15014         * gnus-art.el (article-hide-boring-headers): Fetch date from
15015         gnus-original-article-buffer to avoid problems with localized date
15016         strings.
15017
15018 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15021
15022 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15023
15024         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15025         New variables.
15026         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15027         (mm-charset-synonym-alist): Move some entries to
15028         mm-codepage-iso-8859-list.
15029         (mm-charset-synonym-alist, mm-charset-override-alist):
15030         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15031
15032 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15035
15036 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15037
15038         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15039         with Emacs 21 and XEmacs.
15040
15041 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15042
15043         * spam.el (spam-parse-address): New function for better parsing,
15044         catching errors, etc.
15045         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15046
15047 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15048
15049         * mm-view.el: Add interactive arg to html2text autoload.
15050
15051 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15054
15055 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15056
15057         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15058         New variables.
15059         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15060         (mm-charset-synonym-alist): Move some entries to
15061         mm-codepage-iso-8859-list.
15062
15063         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15064
15065 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15066
15067         * message.el (message-citation-line-format)
15068         (message-insert-formated-citation-line): Fix implementation of %E, %N
15069         and %n according to the doc string.
15070
15071 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15072
15073         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15074         Use car-safe to avoid bad parses.
15075
15076 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15077
15078         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15079         names.
15080
15081         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15082
15083 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15086         header.
15087
15088         * message.el (message-draft-headers): Add Date.
15089         (message-headers-to-generate): Fix typo in docstring.
15090
15091         * nndraft.el (nndraft-required-headers): New variable.
15092         (nndraft-generate-headers): Use it.
15093
15094         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15095
15096 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15097
15098         * gnus-registry.el (gnus-registry-wash-for-keywords)
15099         (gnus-registry-find-keywords): New functions to allow easy searching of
15100         articles that are in the registry.
15101
15102 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15103
15104         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15105         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15106         Reported by Damien Elmes <damien@repose.cx>.
15107
15108 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15109
15110         * gnus.el (gnus-mime): Remove unused custom group.
15111
15112 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15113
15114         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15115         "blank line" when searching for end of armor headers.
15116
15117 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * gmm-utils.el (gmm-write-region): Fix variable name.
15120
15121 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15122
15123         * gmm-utils.el (gmm-write-region): New function based on compatibility
15124         code from `mm-make-temp-file'.
15125
15126         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15127
15128         * nnmaildir.el (nnmaildir--update-nov)
15129         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15130         Use `gmm-write-region'.
15131
15132 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15133
15134         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15135         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15136
15137         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15138
15139         * message.el (message-replacement-char): New variable.
15140         (message-fix-before-sending): Use it.
15141         (message-simplify-subject): New function to remove duplicate code.
15142         (message-reply, message-followup): Use it.
15143
15144         * gnus-sum.el (gnus-summary-make-menu-bar):
15145         Clarify gnus-summary-limit-to-articles.
15146
15147 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15148
15149         * gnus-util.el (gnus-with-local-quit): New macro.
15150
15151         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15152
15153 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15154
15155         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15156         ignore non-string data.
15157
15158 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15159
15160         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15161         non-string data (needs to be done in the registry too).
15162
15163 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15164
15165         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15166         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15167         (gnus-registry-split-fancy-with-parent)
15168         (gnus-registry-fetch-simplified-message-subject-fast)
15169         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15170         Remove text properties on ingress into the registry and when it's saved.
15171         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15172         registry from entries with no groups.
15173
15174 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15175
15176         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15177         function to remove string properties.
15178
15179 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15180
15181         * gmm-utils.el (gmm): Adjust custom version.
15182
15183         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15184         Adjust custom version.
15185
15186         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15187
15188 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15189
15190         * gnus-art.el (gnus-insert-prev-page-button)
15191         (gnus-insert-next-page-button): Simplify.  Reformat.
15192
15193 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15194
15195         * gnus-art.el (gnus-insert-prev-page-button)
15196         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15197
15198 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15199
15200         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15201
15202 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15203
15204         * gnus-art.el (gnus-insert-mime-button)
15205         (gnus-insert-mime-security-button):
15206         Apply gnus-article-button-face to MIME and security buttons.
15207
15208 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15209
15210         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15211         readable.
15212
15213 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15214
15215         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
15216
15217 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15218
15219         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15220         `browse-url-of-file' instead of `browse-url'.
15221
15222 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15223
15224         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15225         regexp.  Articles containing quotation were cut prematurely.
15226
15227 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15228
15229         * message.el (message-cite-original-1): Use nobody by default for the
15230         value of From header.
15231         (message-reply): Ditto.
15232
15233 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15234
15235         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15236         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15237         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15238
15239 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15240
15241         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15242         mails in the doc string.  Add some URLs in comment.
15243         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15244
15245 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15248         backslashes handling and the way to find boundaries of quoted strings.
15249
15250 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15251
15252         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15253         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15254         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15255         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15256
15257 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15258
15259         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15260         doc string.
15261         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15262
15263 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15264
15265         * lpath.el: Fbind epg-check-configuration.
15266
15267 2006-09-06  Simon Josefsson  <jas@extundo.com>
15268
15269         * mml2015.el (mml2015-use): Doc fix, mention epg.
15270
15271 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15272
15273         * mml2015.el (mml2015-use): Default to epg, if available.
15274
15275 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15276
15277         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15278         message-sender.
15279         (mml1991-epg-encrypt): Ditto.
15280         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15281         message-sender.
15282         (mml2015-epg-encrypt): Ditto.
15283
15284 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15285
15286         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15287         several common directories.
15288
15289 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15290
15291         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15292         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15293
15294 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * gnus-art.el (article-decode-encoded-words): Make it fast.
15297
15298 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15301
15302         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15303         in quoted string into `\'.
15304
15305 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15308         Use standard-syntax-table.
15309
15310 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15311
15312         * gnus-art.el (gnus-decode-address-function): New variable.
15313         (article-decode-encoded-words): Use it to decode headers which are
15314         assumed to contain addresses.
15315         (gnus-mime-delete-part): Remove useless `or'.
15316
15317         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15318         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15319         (gnus-nov-parse-line): Use it to decode From header.
15320         (gnus-get-newsgroup-headers): Ditto.
15321         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15322
15323         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15324         (mail-decode-encoded-address-string): New alias.
15325
15326         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15327         New function.
15328         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15329         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15330         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15331         (rfc2047-decode-string): Ditto.
15332         (rfc2047-decode-address-region): New function.
15333         (rfc2047-decode-address-string): New function.
15334
15335 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15336
15337         * message.el (message-caesar-buffer-body): Allow rotating headers.
15338
15339         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15340
15341         * message.el (message-insert-formated-citation-line): Fix %f.
15342         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15343
15344 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15345
15346         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15347         (gnus-bookmark-mouse-available-p): New macro.
15348         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15349         (gnus-bookmark-bmenu-show-infos): Use it.
15350         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15351         (gnus-bookmark-bmenu-hide-infos): Ditto.
15352         (gnus-bookmark-remove-properties): New function.
15353         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15354         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15355         (gnus-bookmark-write-file): Bind coding-system-for-write.
15356         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15357         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15358         group before selecting it.
15359         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15360         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15361         quit-window if it is not available; use gnus-mouse-2 and bind it to
15362         gnus-bookmark-bmenu-select-by-mouse.
15363         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15364         (gnus-bookmark-bmenu-select-by-mouse): New function.
15365
15366 2006-08-13  Romain Francoise  <romain@orebokech.com>
15367
15368         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15369         space.
15370
15371 2006-08-10  Romain Francoise  <romain@orebokech.com>
15372
15373         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
15374         (dns-mode-soa-auto-increment-serial): New user option.
15375         (dns-mode-soa-maybe-increment-serial): New function.
15376         (dns-mode): Add the latter to `write-contents-functions'.
15377
15378 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15379
15380         * compface.el (uncompface): Use binary rather than raw-text-unix.
15381
15382 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * compface.el (uncompface): Make sure the eol conversion doesn't take
15385         place when communicating with the external programs.
15386         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15387
15388 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15391
15392 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15393
15394         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15395         Make it more robust by parsing author and date independently.
15396
15397 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15400
15401 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15402
15403         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15404         first matching secret key.
15405         (mml2015-epg-encrypt): Ditto.
15406
15407         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15408         first matching secret key.
15409         (mml1991-epg-encrypt): Ditto.
15410
15411         * mml2015.el (mml2015-encrypt-to-self): New user option.
15412         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15413         mml2015-epg-encrypt-to-self is set.
15414
15415         * mml1991.el (mml1991-encrypt-to-self): New variable.
15416         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15417         mml1991-epg-encrypt-to-self is set.
15418
15419         * mml2015.el (mml2015-signers): New user option.
15420         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15421         (mml2015-epg-encrypt): Allow to select signing keys.
15422
15423         * mml1991.el (mml1991-signers): New variable.
15424         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15425         (mml1991-epg-encrypt): Allow to select signing keys.
15426
15427 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15428
15429         * nnheader.el (nnheader-insert-head): Make it work even if the file
15430         uses CRLF for the line-break code.
15431
15432 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15433
15434         * mml2015.el: Require mml-sec instead of password.
15435         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15436         (mml2015-cache-passphrase): Inherit the default value from
15437         mml-secure-cache-passphrase.
15438         (mml2015-passphrase-cache-expiry): Inherit the default value from
15439         mml-secure-passphrase-cache-expiry.
15440
15441         * mml1991.el: Require mml-sec instead of password.
15442         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15443         (mml1991-cache-passphrase): Inherit the default value from
15444         mml-secure-cache-passphrase.
15445         (mml1991-passphrase-cache-expiry): Inherit the default value from
15446         mml-secure-passphrase-cache-expiry.
15447
15448         * mml-sec.el: Require password.
15449         (mml-secure-verbose): New user option.
15450         (mml-secure-cache-passphrase): New user option.
15451         (mml-secure-passphrase-cache-expiry): New user option.
15452
15453 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15454             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15455
15456         * pgg-def.el (pgg-truncate-key-identifier):
15457         Truncate the key ID to 8 letters from the end.
15458
15459 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15460
15461         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15462         workaround for the url package included with Emacs.
15463
15464         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15465
15466 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15467
15468         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15469         correctly.  This fixes a bug caused by the 2006-05-12 change.
15470
15471 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15472
15473         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15474         some information about the error when saying that the `bogus' mail
15475         group will be used.
15476
15477 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15478
15479         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15480         string.
15481
15482 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15483
15484         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15485
15486 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15487
15488         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15489
15490 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15491
15492         * mml1991.el (mml1991-function-alist): Add epg.
15493         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15494         (mml1991-epg-encrypt): New functions.
15495
15496 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15497
15498         * mml2015.el (mml2015-verbose): New variable.
15499         (mml2015-cache-passphrase): Ditto.
15500         (mml2015-passphrase-cache-expiry): Ditto.
15501         (mml2015-function-alist): Add epg.
15502         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15503         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15504         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15505         New functions.
15506
15507 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15508
15509         * message.el (message-cite-original-1): Preserve region when removing
15510         quoted text due to X-No-Archive in order to avoid bogus attribution
15511         when citing multiple messages.
15512
15513 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15514
15515         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15516         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15517
15518 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15519
15520         * gnus-diary.el (gnus-user-format-function-d)
15521         (gnus-user-format-function-D): Autoload.
15522
15523         * imap.el (Commentary): Fix typo.
15524
15525         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15526         2006-04-22 contribution.
15527
15528 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15529
15530         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15531         It didn't really fix the bogosity I'm seeing with solid web groups.
15532
15533 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15534
15535         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15536         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15537         created using server names.  If we use the feature without declaring
15538         it, Gnus does not properly manage server and group state.
15539
15540         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15541         bound.
15542
15543 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15544
15545         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15546         looking up the method using GROUP's prefix before inventing a new one.
15547         It is used on killed/unknown groups in various places where returning
15548         an all-new method isn't expected by the caller.
15549
15550         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15551         and match semantics of gnus-group-real-prefix.
15552
15553 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15554
15555         * nnmail.el (nnmail-broken-references-mailers): New variable.
15556         (nnmail-ignore-broken-references): New function generalizing
15557         nnmail-fix-eudora-headers.
15558         (nnmail-fix-eudora-headers): Now obsolete.
15559
15560         * gnus-art.el (gnus-button-handle-custom):
15561         Support `customize-apropos*'.
15562
15563 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15564
15565         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15566
15567         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15568         articles.
15569
15570 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15571
15572         * message.el (message-cite-reply-above): New variable.
15573         (message-yank-original): Use it.
15574
15575 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15576
15577         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15578
15579 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15580
15581         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15582         as read.
15583
15584         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15585
15586 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
15587
15588         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15589         (gnus-bookmark-default-file): Use gnus-directory.
15590         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15591         Remove "*" in doc string.
15592         (gnus-bookmark-write-file): Simplify.
15593         (gnus-bookmark-maybe-sort-alist): Use `when'.
15594         (gnus-bookmark-get-bookmark): Fix typo in doc string.
15595         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15596         Add FIXME about Emacs 21 and XEmacs compatibility.
15597         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15598         compatibility.
15599         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15600         compatibility.
15601         (gnus-bookmark-menu-heading): Fix version.
15602
15603 2006-06-19  Bastien Guerry  <bzg@altern.org>
15604
15605         * gnus-bookmark.el: New file.
15606
15607 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15608
15609         * message.el (message-syntax-checks): Doc fix.
15610
15611 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15612
15613         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15614         unsubscribed groups as if they were killed ones.  It causes duplicate
15615         entries in gnus-newsrc-alist.
15616
15617 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * message.el (message-syntax-checks): Doc fix.
15620         (message-send-mail): Add check for continuation headers.
15621         (message-check-news-header-syntax): Fix regexp used to check for
15622         continuation headers.
15623
15624 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15625
15626         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15627
15628 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
15629
15630         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15631
15632 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15633
15634         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15635         default-truncate-lines.
15636
15637 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15638
15639         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15640         to fill the utf-8 entry.
15641
15642         * lpath.el: Fbind unicode-precedence-list.
15643
15644 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15645
15646         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15647
15648 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
15649
15650         * gnus-agent.el (directory-files-and-attributes): Move all the way
15651         forward (the third and final move).
15652         (gnus-agent-read-agentview): Trap reconstruction errors due to
15653         nonexistent directory.  Handle by returning nil.
15654
15655 2006-05-30  Didier Verna  <didier@xemacs.org>
15656
15657         * message.el (message-dont-reply-to-names): Update the custom type.
15658         * message.el (message-dont-reply-to-names): New defsubst: potentially
15659         convert a list of regexps into a single one.
15660         * message.el (message-get-reply-headers): Use it.
15661         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15662
15663 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15664
15665         * gnus-agent.el (directory-files-and-attributes): Move forward.
15666
15667 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15668
15669         * gnus-ml.el (gnus-mailing-list-subscribe)
15670         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15671         (gnus-mailing-list-message): Fix doc strings.
15672
15673 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15674
15675         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15676         of doing it manually.
15677
15678 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15679
15680         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15681         comment.
15682
15683 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
15684
15685         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15686         (gnus-agent-read-agentview): Fix handling of end-of-file error.
15687         (gnus-agent-read-local): All symbols allocated in my-obarray.
15688         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15689         (gnus-agent-regenerate-group): Check numeric names to see if they are
15690         messages or groups.
15691         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15692         better way of do this...)
15693
15694         * gnus-cache.el (gnus-agent-total-fetched-for):
15695         Ignore 'dummy.group' (there should be a better way of do this...)
15696
15697 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15698
15699         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15700         (gnus-saved-headers): Ditto.
15701         (gnus-default-article-saver): Mention functions may have properties.
15702         (gnus-article-save): Override gnus-save-all-headers and
15703         gnus-saved-headers by :headers property which saver function may have.
15704         (gnus-summary-save-in-file): Add :headers property.
15705         (gnus-summary-write-to-file): Ditto.
15706
15707         * gnus-sum.el (gnus-summary-save-article): Bind
15708         gnus-prompt-before-saving to t when saving many articles in a file;
15709         always show all headers.
15710
15711         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
15712
15713 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15714
15715         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15716         marks.
15717
15718         * message.el (message-indent-citation): Add optional arguments to allow
15719         using it outside of message buffers.
15720
15721         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15722         (gnus-article-treat-unfold-headers): Use it.
15723         (gnus-article-truncate-lines): New variable.
15724         (gnus-article-mode): Use it.
15725         (gnus-article-toggle-truncate-lines): New function.
15726
15727         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15728         Add gnus-article-toggle-truncate-lines.
15729
15730         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15731         coding system in XEmacs, use binary.
15732
15733 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15736         after-load-alist.
15737
15738         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15739         this function should save decoded articles.
15740         (gnus-summary-write-to-file): Use property to specify this function
15741         should save decoded articles and specify gnus-summary-save-in-file
15742         should be used to save articles other than the first one when saving
15743         many articles.
15744         (gnus-summary-save-body-in-file): Use property to specify this
15745         function should save decoded articles.
15746         (gnus-summary-write-body-to-file): Use property to specify this
15747         function should save decoded articles and specify
15748         gnus-summary-save-body-in-file should be used to save articles other
15749         than the first one when saving many articles.
15750
15751         * gnus-sum.el (gnus-summary-save-article): Simplify.
15752
15753 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15754
15755         * gnus-art.el (gnus-default-article-saver):
15756         Add gnus-summary-write-body-to-file.
15757         (gnus-article-save-coding-system): Don't use coding system object
15758         in XEmacs.
15759         (gnus-read-save-file-name): Add optional `dir-var' argument which
15760         specifies directory in which files are saved; work even if optional
15761         `variable' argument is not specified.
15762         (gnus-summary-write-to-file): Read file name.
15763         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15764         (gnus-summary-write-body-to-file): New function.
15765
15766         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15767         (gnus-summary-local-variables): Add it.
15768         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15769         (gnus-summary-save-article): Remove optional `decode' argument;
15770         determine whether to decode articles by the value of
15771         gnus-default-article-saver; when saving many files using
15772         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15773         it first and use gnus-summary-save-in-file or
15774         gnus-summary-save-body-in-file thereafter unless
15775         gnus-prompt-before-saving is always; move point to article which
15776         will be saved.
15777         (gnus-summary-save-article-file): Revert.
15778         (gnus-summary-write-article-file): Revert.
15779         (gnus-summary-save-article-body-file): Revert.
15780         (gnus-summary-write-article-body-file): New function.
15781
15782 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15783
15784         * gnus-art.el (gnus-default-article-saver): Doc fix.
15785         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15786         from gnus-summary-save-article-coding-system, and default to a
15787         certain coding system.
15788         (gnus-output-to-file): Add coding cookie and encode text according
15789         to gnus-article-save-coding-system; don't use mm-append-to-file.
15790
15791         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15792         gnus-art.el and rename to gnus-article-save-coding-system.
15793         (gnus-summary-save-article): Require gnus-art; don't show all
15794         headers if it decodes articles; don't add coding cookie here;
15795         don't bind mm-text-coding-system-for-write.
15796         (gnus-summary-save-article-file): Save decoded articles.
15797         (gnus-summary-write-article-file): When saving many files, use
15798         gnus-summary-write-to-file first and gnus-summary-save-in-file
15799         thereafter unless gnus-prompt-before-saving is always.
15800         (gnus-summary-save-article-body-file): Save decoded articles.
15801
15802         * lpath.el: Fbind select-safe-coding-system for XEmacs.
15803
15804 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15805
15806         * nnrss.el (nnrss-check-group): Bind hash-index.
15807
15808 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
15809
15810         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15811         its hash index.  Store this hash in `nnrss-group-data'.
15812         (nnrss-read-group-data): Update accordingly.
15813
15814 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15815
15816         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15817         entry.
15818
15819         * gnus-sum.el (gnus-summary-make-menu-bar):
15820         Add gnus-article-browse-html-article.
15821
15822 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
15823
15824         * gnus-sum.el (gnus-summary-mime-map):
15825         Add gnus-article-browse-html-article.
15826
15827         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15828
15829 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15830
15831         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15832         suitable coding systems in customize.
15833
15834 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
15835
15836         * mail-source.el (mail-sources): Fix custom type.
15837
15838 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15839
15840         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15841         (gnus-summary-expire-articles-now): Shorten prompt.
15842
15843         * gmm-utils.el (wid-edit): Require.
15844         (defun-gmm): Rename from `gmm-defun-compat'.
15845         (gmm-image-search-load-path): Use it.
15846         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
15847
15848 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15849
15850         * gnus-sum.el (gnus-summary-save-article-coding-system):
15851         New variable.
15852         (gnus-summary-save-article): Add optional `decode' argument.
15853         If it is set and gnus-summary-save-article-coding-system is non-nil,
15854         save decoded article.
15855         (gnus-summary-write-article-file): Save decoded article if
15856         gnus-summary-save-article-coding-system is non-nil.
15857
15858         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15859         type.
15860
15861 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15864
15865 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15868         first to test gnus-single-article-buffer which may be buffer-local.
15869
15870         * gnus-sum.el (gnus-summary-setup-buffer):
15871         Make gnus-single-article-buffer buffer-local and nil in ephemeral
15872         group; make gnus-article-buffer, gnus-article-current, and
15873         gnus-original-article-buffer always buffer-local.
15874         (gnus-summary-exit): Kill article buffer belonging to ephemeral
15875         group.
15876         (gnus-handle-ephemeral-exit): Don't move to next summary line.
15877
15878 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15879
15880         * nnml.el (nnml-request-compact-group): Compressed files might not
15881         have .gz extension.
15882
15883 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15884
15885         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15886         (mm-copy-to-buffer): Use with-current-buffer.
15887         (mm-display-part): Simplify.
15888         (mm-inlinable-p): Add optional arg `type'.
15889
15890 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15891
15892         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15893         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15894         Try harder to show the attachment internally or externally using
15895         gnus-mime-view-part-as-type.
15896
15897 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15898
15899         * message.el (message-from-style, message-signature-separator)
15900         (message-user-organization-file, message-send-mail-function)
15901         (message-citation-line-function, message-yank-prefix)
15902         (message-indent-citation-function, message-signature)
15903         (message-signature-file, message-signature-insert-empty-line):
15904         Remove autoloads.
15905
15906         * gnus-art.el (gnus-buttonized-mime-types):
15907         Remove "multipart/signed".  Revert 2006-04-26 change.
15908
15909 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15910
15911         * gnus.el (gnus-version-number): Bump version.
15912
15913 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15914
15915         * gnus.el: No Gnus v0.5 is released.
15916
15917 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15918
15919         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15920         fetching articles by message-id.
15921
15922 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15923
15924         * message.el (hashcash): Require hashcash as normal.
15925
15926         * ecomplete.el (ecomplete-highlight-match-line):
15927         Use point-at-eol.
15928         (ecomplete-highlight-match-line): Use `highlight', because that
15929         face exists in both Emacs and XEmacs.
15930
15931         * message.el (message-display-abbrev): Use point-at-bol.
15932
15933         * mail-source.el: Don't require timer/timer-funcs.
15934
15935         * gnus-async.el: Ditto.
15936
15937         * password.el: Ditto.
15938
15939         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
15940
15941         * mm-url.el: Ditto.
15942
15943         * gnus-xmas.el: Don't require timer-funcs.
15944
15945         * mm-util.el: Require timer/timer-funcs.
15946
15947 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15948
15949         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15950         Close.
15951
15952 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15955         unibyte after clear-decrypt function runs.
15956
15957         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15958         returns as a unibyte string.
15959
15960 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15961
15962         * lpath.el: Revert.
15963
15964         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
15965         (pgg-gpg-process-sentinel): Revert.
15966
15967         * pgg-pgp.el (pgg-pgp-process-region): Revert.
15968         (pgg-pgp-lookup-key): Revert.
15969
15970         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
15971         (pgg-pgp5-lookup-key): Revert.
15972
15973         * pgg.el (pgg-fetch-key): Revert.
15974
15975 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15976
15977         * lpath.el: Fbind string-as-multibyte for XEmacs.
15978
15979         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15980         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15981         (mml1991-pgg-encrypt): Ditto.
15982
15983         * pgg-gpg.el (pgg-string-to-multibyte): New function.
15984         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
15985         a multibyte buffer.
15986
15987         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
15988         (pgg-pgp-lookup-key): Ditto.
15989
15990         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
15991         (pgg-pgp5-lookup-key): Ditto.
15992
15993         * pgg.el (pgg-fetch-key): Ditto.
15994
15995 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
15996
15997         * message.el (message-user-organization-file): Check several
15998         locations of the organization file.
15999
16000         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16001         Add gnus-article-view-part-as-type.
16002
16003         * gnus-art.el (gnus-article-view-part-as-type): New function.
16004
16005         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16006         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16007
16008         * mml.el: Simplify autoload.
16009         (mml-mode): defvar dnd-protocol-alist instead of using
16010         symbol-value.
16011         (mml-default-directory): New variable.
16012         (mml-minibuffer-read-file): Use it.
16013         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16014
16015         * message.el (message-citation-line-format): New variable.
16016         (message-insert-formated-citation-line): New function.
16017         (message-citation-line-function):
16018         Add `message-insert-formated-citation-line' to custom type.
16019
16020         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16021         to doc string.
16022
16023         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16024         depending on mm-verify-option.
16025
16026 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16027
16028         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16029         binding pgg-* variables; reimplement the section which prevents
16030         MIME header from being signed.
16031         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16032         pgg-text-mode; remove a blank line at the top of body.
16033
16034         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16035         lines at the top of body; use gnus-newsgroup-charset if there's no
16036         Charset header.
16037
16038 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16039
16040         * message.el (message-self-insert-commands): Doc fix.
16041
16042         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16043         (mm-uu-pgp-encrypted-test): Ditto.
16044         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16045         between header and body; return application/pgp-encrypted handle
16046         if decryption failed; decode decrypted body by charset.
16047
16048         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16049         element match to application/pgp-*.
16050
16051 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16052
16053         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16054         HTML.
16055
16056 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16057
16058         * mail-source.el (mail-source-call-script): Message the error
16059         string.
16060
16061 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16062
16063         * gnus-util.el (gnus-byte-compile): Use it.
16064
16065 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16066
16067         * gnus-util.el (kill-empty-logs): New function.
16068
16069 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16070
16071         * message.el (message-mail-alias-type): Doc fix.
16072         (message-mail-alias-type-p): New function.
16073         (message-send): Use it.
16074         (message-mode): Ditto.
16075         (message-strip-forbidden-properties): Ditto.
16076
16077         * ecomplete.el (ecomplete-database-file-coding-system):
16078         New variable.
16079         (ecomplete-save): Use it.
16080         (ecomplete-setup): Use it.
16081
16082 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16083
16084         * message.el (message-self-insert-commands): New variable.
16085         (message-strip-forbidden-properties): Use it.
16086
16087 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16088
16089         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16090         that doesn't make XEmacs choke.
16091
16092 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16093
16094         * gnus-util.el (gnus-replace-in-string):
16095         Prefer replace-regexp-in-string over of replace-in-string.
16096
16097 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16098
16099         * gnus-util.el (gnus-select-frame-set-input-focus):
16100         Use select-frame-set-input-focus if it is available in XEmacs; use
16101         definition defined in Emacs 22 for old Emacsen.
16102
16103         * dgnushack.el: Autoload unmorse-region for XEmacs.
16104
16105         * lpath.el: Bind cursor-in-non-selected-windows and
16106         select-frame-set-input-focus for XEmacs.
16107
16108 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16109
16110         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16111
16112 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16113
16114         * gnus-registry.el (gnus-registry-cache-save): Remove text
16115         properties when saving via the temp buffer.
16116
16117 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16118
16119         * message.el (message-generate-hashcash): Honor custom type.
16120
16121 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16122
16123         * message.el (message-generate-hashcash): Default to non-nil when
16124         hashcash is found.
16125
16126         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16127         (gnus-refer-thread-limit): Increase default to 500.
16128
16129         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16130
16131         * flow-fill.el (fill-flowed): Allow delete-space.
16132
16133 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16134
16135         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16136         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16137         Remove autoloads.
16138
16139 2006-04-18  Simon Josefsson  <jas@extundo.com>
16140
16141         * message.el (message-generate-hashcash): Default to.
16142
16143 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16144
16145         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16146         concatenating segments rather than before concatenating them.
16147
16148 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16149
16150         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16151
16152 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16153
16154         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16155
16156         * message.el (message-forward-make-body-plain):
16157         Allow message-forward-ignored-headers to be a list.
16158         (message-remove-ignored-headers): Factor out into function.
16159         (message-forward-make-body-mml): Use it.
16160
16161         * imap.el (imap-quote-specials): New function.
16162         (imap-login-auth): Quote specials.
16163
16164         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16165         (rfc2231-parse-string): Allow concatanation of parameters that
16166         aren't contiguous.  The test case is
16167           (mail-header-parse-content-type "message/external-body;
16168             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16169             access-type=LOCAL-FILE;
16170             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16171
16172 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16173
16174         * nntp.el (nntp-accept-process-output): Return the value of
16175         `nnheader-accept-process-output'.
16176
16177 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16178
16179         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16180         (gnus-button-alist): Recognize more diff formats.
16181         (gnus-button-patch): Strip directory.
16182
16183 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16184
16185         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16186         Emacs 22 when setting focus.
16187
16188 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16189
16190         * gnus-art.el (gnus-article-treat-types): Do treatment of
16191         text/x-verbatim parts.
16192         (gnus-button-patch): New command.
16193
16194         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16195         addresses that contain invalid characters.
16196
16197 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16198
16199         * message.el (message-put-addresses-in-ecomplete):
16200         Use gnus-replace-in-string.
16201         (message-is-yours-p): Use the more correct
16202         mail-header-parse-address instead of
16203         mail-extract-address-components.
16204         (message-put-addresses-in-ecomplete): Fix typo.
16205
16206         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16207         keystroke.
16208
16209         * gnus-art.el (gnus-treatment-function-alist): Change order of
16210         newsgroups/generic header folding to avoid double-folding.
16211
16212         * message.el (message-hidden-headers): Add X-Draft-From.
16213
16214         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16215         New command.
16216         (gnus-summary-repeat-search-article-backward): New command.
16217
16218         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16219         groups in the parent topic.
16220
16221 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16222
16223         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16224         (spam-extra-header-to-number): Return the CRM114 number as a
16225         number instead of a string.
16226
16227 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16228
16229         * gnus-art.el (gnus-face-properties-alist): Move here from
16230         gnus-fun.
16231
16232         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16233
16234 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16235
16236         * message.el (message-strip-forbidden-properties): Only display on
16237         self-insert-command.
16238
16239         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16240         reindent.
16241         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16242
16243 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16244
16245         * smiley.el (smiley-style): Fix typo.
16246
16247 2006-03-23  Kenichi Handa  <handa@m17n.org>
16248
16249         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16250         instead of set-buffer-multibyte.
16251
16252 2006-03-23  Kenichi Handa  <handa@m17n.org>
16253
16254         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16255         buffer and then decode the buffer text if necessary.
16256         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16257         first, and after mm-encode-body, change the buffer to unibyte.
16258
16259 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16260
16261         * hashcash.el (hashcash-insert-payment-async-2):
16262         Use message-goto-eoh instead of doing it manually.
16263         (mail-add-payment): Use message-narrow-to-header instead of trying
16264         to do the same itself.
16265
16266         * message.el (message-hidden-headers): Add Face.
16267
16268         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16269         reparenting code.
16270         (gnus-summary-reparent-children): Refactored out code.
16271         (gnus-summary-thread-map): New keystroke.
16272         (gnus-summary-reparent-children): Make into command.
16273
16274         * smiley.el (smiley-style): Default to `medium' if using a large
16275         font.
16276
16277         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16278         does it itself.
16279
16280         * message.el (message-point-in-header-p): Simplify definition.
16281
16282 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16283
16284         * nnagent.el (nnagent-request-set-mark): Silence log file
16285         writing.
16286         (nnagent-request-set-mark): Use write-region instead of
16287         append-to-file.
16288
16289         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16290         strange select method.
16291
16292         * ecomplete.el (ecomplete-display-matches): Get highlightling
16293         right.
16294         (ecomplete-display-matches): Use literals.
16295         (ecomplete-display-matches): Disable message logging.
16296
16297         * message.el (message-display-abbrev): Small optimization.
16298
16299         * ecomplete.el (ecomplete-display-matches): Allow automatic
16300         display.
16301
16302         * message.el (message-strip-forbidden-properties):
16303         Display abbrevs.
16304         (message-display-abbrev): Get automatic display right.
16305
16306         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16307         keystrokes.
16308
16309 2006-04-13  Romain Francoise  <romain@orebokech.com>
16310
16311         TODO: Backport to v5-10!
16312
16313         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16314         Move here (and rename) from gnus-registry.el.
16315
16316         * gnus-registry.el: Require gnus-util.
16317         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16318
16319 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16320
16321         * gnus-group.el (gnus-group-catchup-current):
16322         Change if-then-else-if-then-else into cond.
16323         (gnus-group-catchup): Indent.
16324         (group-name-at-point): New function.
16325         (gnus-fetch-group): Provide default from thing at point.
16326
16327 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16328
16329         * message.el (message-display-abbrev): Fix regexp.
16330
16331         * ecomplete.el (ecomplete-highlight-match-line):
16332         Reimplement choosing.
16333         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16334         dead variables.
16335
16336         * message.el (message-newline-and-indent): Remove debugging.
16337         (message-display-abbrev): Use new implementation.
16338
16339 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16340
16341         * gnus-art.el (gnus-article-mode):
16342         Set cursor-in-non-selected-windows to nil.
16343
16344         * smiley.el: Revert previous change.
16345         (smiley-data-directory): defvar it before using it in the
16346         defcustom of `smiley-style'.
16347
16348 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16349
16350         * message.el (message-newline-and-indent): New function.
16351
16352         * ecomplete.el: Implement more bits.
16353
16354         * message.el (message-put-addresses-in-ecomplete): Clean up the
16355         string.
16356
16357         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16358
16359         * gnus-sum.el (gnus-summary-save-parts):
16360         Bind gnus-summary-save-parts-counter and use it to make unique file
16361         names.
16362
16363         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16364
16365         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16366         parameter to say whether to actually parse the individual
16367         addresses.
16368
16369         * message.el (message-put-addresses-in-ecomplete): New function.
16370         (ecomplete): Require.
16371         (message-mail-alias-type): Add ecomplete as an option.
16372
16373 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16374
16375         * flow-fill.el (fill-flowed): Remove trailing space from blank
16376         quoted lines.
16377
16378 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16379
16380         * smiley.el (smiley-style): Move definition later to avoid a
16381         compilation warning.
16382
16383 2006-04-12  Kenichi Handa  <handa@m17n.org>
16384
16385         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16386         buffer and then decode the buffer text if necessary.
16387         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16388         first, and after mm-encode-body, change the buffer to unibyte.
16389         Use mm-disable-multibyte instead of set-buffer-multibyte.
16390
16391 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16394         Content-Type header instead of Content-Disposition header.
16395         (gnus-mime-inline-part): Ditto.
16396         (gnus-mime-view-part-as-charset): Ignore charset that the part
16397         specifies.
16398
16399         * mm-decode.el (mm-display-part): Work with external parts and
16400         usual parts similarly.
16401
16402         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16403         instead of gnus-display-mime.
16404
16405         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16406         instead of with-temp-buffer.
16407
16408         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16409         tag to summarized topics part in order to encode non-ASCII text.
16410
16411 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16412
16413         * smiley.el (smiley-style): New variable.
16414         (smiley-directory): New function.
16415         (smiley-data-directory): Derive from `smiley-style' using
16416         `smiley-directory'.
16417         (smiley-regexp-alist): Add new entries.
16418
16419         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16420         (gnus-article-browse-delete-temp): Add :version.
16421
16422 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16423
16424         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16425         the sieve region.
16426
16427 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16428
16429         * gnus.el (gnus-version-number): Bump version.
16430
16431 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16432
16433         * gnus.el: No Gnus v0.4 is released.
16434
16435 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16436
16437         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16438         layout.
16439
16440         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16441         unknown charset.
16442
16443         * message.el (message-header-synonyms): Add Original-To to the
16444         default.
16445
16446         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16447         optional parameter.
16448
16449 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16450
16451         * gnus-fun.el (gnus): Require it for gnus-directory.
16452
16453 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16454
16455         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16456
16457 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16458
16459         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16460
16461 2006-04-05  Simon Josefsson  <jas@extundo.com>
16462
16463         * password.el (password-reset): New function.
16464
16465 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16466
16467         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16468         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16469
16470 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16471
16472         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16473         Some whitespace was matched into the url, which broke browsing hits
16474         > 100 when mm-url-use-external was nil.
16475
16476 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16477
16478         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16479         Check gnus-extra-headers for 'Newsgroups.
16480
16481         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16482         bound.
16483
16484 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16485
16486         * pgg-gpg.el: Clean up process buffers every time gpg processes
16487         complete.
16488
16489 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16490
16491         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16492         doc string.
16493
16494 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16495
16496         * pgg-gpg.el (pgg-gpg-process-filter)
16497         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16498
16499         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16500         lines, temporary fix.
16501
16502 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16503
16504         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16505
16506 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16507
16508         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16509         default-enable-multibyte-characters.  This reverts the change from
16510         revision 6.17 which is no longer necessary because the passphrase
16511         is sent separately now.  GnuPG messages are unreadable under
16512         multibyte locales with default-enable-multibyte-characters set to
16513         nil.
16514
16515 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16516
16517         * message.el (message-tool-bar-gnome): Move "spell".
16518
16519 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16520
16521         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16522         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16523         instead.
16524
16525 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16526
16527         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16528         Improve newsgroups handling for NNTP overviews which don't include
16529         Newsgroups.
16530
16531 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16532
16533         * message.el (message-resend): Bind message-generate-hashcash to nil.
16534
16535 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16536
16537         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16538         when searching for already-paid recipients.
16539
16540 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16541
16542         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16543         passphrases when it is not needed.
16544         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16545         passphrase stuff from gpg, should only be necessary when you use
16546         gpg with a smartcard.
16547
16548 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16549
16550         * mml.el (mml-insert-mime): Ignore cached contents of
16551         message/external-body part.
16552
16553         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16554         (mm-insert-part): Ditto.
16555
16556 2006-03-23  Simon Josefsson  <jas@extundo.com>
16557
16558         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16559         Reiner.
16560         (pgg-gpg-use-agent-p): Use it again.
16561
16562 2006-03-23  Simon Josefsson  <jas@extundo.com>
16563
16564         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16565         older emacsen.
16566         (pgg-gpg-use-agent-p): Don't use it.
16567
16568 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16569
16570         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16571         if we can.
16572
16573 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16574
16575         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16576         (pgg-gpg-update-agent): New function.
16577         (pgg-gpg-use-agent-p): New function.
16578         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16579         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16580         (pgg-gpg-sign-region): Use it.
16581
16582 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16583
16584         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16585         Reported by Ralf Wachinger <rwachinger@gmx.de>.
16586
16587 2006-03-21  Simon Josefsson  <jas@extundo.com>
16588
16589         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16590         <wilde@sha-bang.de>.
16591         (pgg-gpg-use-agent): New variable.
16592         (pgg-gpg-process-region): Use it.
16593         (pgg-gpg-encrypt-region): Likewise.
16594         (pgg-gpg-encrypt-symmetric-region): Likewise.
16595         (pgg-gpg-decrypt-region): Likewise.
16596         (pgg-gpg-sign-region): Likewise.
16597         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16598
16599 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16600
16601         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16602
16603         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16604         Add comment on version.
16605
16606 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16607
16608         * smiley.el: Add missing test smiley.
16609
16610 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16611
16612         * mm-decode.el (mm-with-part): New macro.
16613         (mm-get-part): Use it; work with message/external-body as well.
16614         (mm-save-part): Treat name and filename equally.
16615
16616         * mm-extern.el (mm-extern-cache-contents): New function.
16617         (mm-inline-external-body): Use it; force the part to be displayed;
16618         move undisplayer added to the cached handle to the parent.
16619
16620         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16621         (gnus-mime-view-part-as-type): Work with message/external-body.
16622
16623         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16624
16625 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16626
16627         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16628         images in image-load-path.  [Sync with image.el, revision 1.60, in
16629         Emacs.]
16630
16631 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16632
16633         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16634         path rather than symbol.  Always return list of directories.
16635         Guarantee that image directory comes first.  [Sync with image.el,
16636         revision 1.59, in Emacs.]
16637
16638         * message.el (message-make-tool-bar): Adjust to new API of
16639         `gmm-image-load-path-for-library'.
16640
16641         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16642
16643         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16644
16645 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16646
16647         * gnus-art.el (gnus-article-only-boring-p):
16648         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16649         intangible text.
16650         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16651
16652 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
16653
16654         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16655         Use `defun' instead of `gmm-defun-compat'.
16656
16657 2006-03-14  Simon Josefsson  <jas@extundo.com>
16658
16659         * message.el (message-unique-id): Don't use message-number-base36
16660         if (user-uid) is a float.
16661         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16662
16663 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16664
16665         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16666
16667         * gnus-art.el (gnus-mime-display-single): Make sure there is an
16668         empty line between a part and a message part.
16669
16670 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
16671
16672         * smiley.el: Add more test smileys.
16673         (smiley-data-directory, smiley-regexp-alist)
16674         (gnus-smiley-file-types): Fix doc strings.
16675         (smiley-update-cache): Clear smiley-cached-regexp-alist before
16676         adding new elements.
16677         (smiley-mouse-map): Unused code.  Make it a comment.
16678
16679 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16682         scan latest NoCeM messages instead of old ones.
16683         (gnus-nocem-check-article): Fix regexps so as to match to PGP
16684         delimiters that are recently used.
16685         (gnus-nocem-load-cache): Add autoload cookie.
16686
16687         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16688
16689         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16690         level which is larger than gnus-use-nocem is specified.
16691
16692         * gnus-group.el (gnus-group-get-new-news): Ditto.
16693
16694 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16695
16696         * gnus-util.el (gnus-tool-bar-update): New function.
16697
16698         * gnus-group.el (gnus-group-update-tool-bar): New variable.
16699         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16700
16701         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16702
16703         * gnus-group.el (gnus-group-redraw-when-idle)
16704         (gnus-group-redraw-check): Remove.
16705         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16706
16707 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16710         if optional last element is specified in splits (FIELD VALUE...).
16711
16712 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
16713
16714         * message.el (message-make-tool-bar): Rename gmm-image-load-path
16715         to gmm-image-load-path-for-library.  Call with no-error argument.
16716         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16717
16718         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16719
16720         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16721
16722         * gmm-utils.el (gmm-image-load-path): Remove alias.
16723
16724 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
16725
16726         * gmm-utils.el (gmm-image-load-path): Add alias.
16727
16728         * nnml.el (nnml-generate-nov-databases-directory): Rename from
16729         nnml-generate-nov-databases-1.
16730         (nnml-generate-nov-databases): Use it.
16731         (nnml-generate-nov-databases-directory): Document no-active
16732         argument.
16733
16734         * gmm-utils.el (gmm-image-load-path-for-library): Return single
16735         directory if path is t.  Add no-error.
16736
16737         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16738         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16739
16740         * gnus-art.el (gnus-article-browse-delete-temp-files):
16741         Simplify resetting gnus-article-browse-html-temp-list.
16742
16743         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16744         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
16745         Add example to docstring.  Rename local variables.  Move error
16746         checks to default case in cond and simplify.
16747
16748 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16749
16750         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16751         handle is multipart when calling it recursively.
16752         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16753
16754 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
16755
16756         * nnimap.el (nnimap-request-update-info-internal): Optimize.
16757         Don't `gnus-uncompress-range' to avoid excessive memory usage.
16758
16759 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16760
16761         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16762         is loaded.
16763
16764         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16765         loaded.
16766
16767 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16768
16769         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16770         to "Emacs 23 (unicode)" in doc string.
16771
16772         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16773         "Emacs 23 (unicode)" in comment.
16774
16775 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16776
16777         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16778
16779         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16780         characters 160 through 255 in Emacs 23.
16781
16782 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16783
16784         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16785         gnus-article-browse-html-temp.
16786         (gnus-article-browse-delete-temp): Make it customizable.
16787         Add `file'.  Adjust doc string.
16788         (gnus-article-browse-delete-temp-files): Add argument.
16789         Allow query for each file.  Adjust doc string.
16790         (gnus-article-browse-html-parts):
16791         Add `gnus-article-browse-delete-temp-files' to
16792         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16793
16794 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
16795
16796         * gnus-art.el (gnus-article-browse-html-temp)
16797         (gnus-article-browse-delete-temp): New variables.
16798         (gnus-article-browse-delete-temp-files): New function.
16799         (gnus-article-browse-html-parts): Use it.
16800
16801 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16802
16803         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16804
16805         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16806         string.
16807
16808         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16809         gnus-summary-insert-new-articles when unplugged.
16810         Remove gnus-summary-search-article-forward.
16811
16812         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16813         display-visual-class instead of display-color-cells.
16814
16815 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16816
16817         * dgnushack.el: Autoload customize-group for XEmacs.
16818
16819         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16820         message/* containing non-ASCII text properly.
16821
16822 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16823
16824         * message.el: Require gmm-utils, remove autoloads.
16825         (message-tool-bar): Set default based on
16826         gmm-tool-bar-style.
16827         (message-tool-bar-gnome): Add gmm-customize-mode.
16828
16829         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16830         gmm-tool-bar-style.
16831         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16832
16833         * gnus-group.el (gnus-group-tool-bar): Set default based on
16834         gmm-tool-bar-style.
16835         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16836
16837         * gmm-utils.el (gmm-image-directory): Rename variable from
16838         gmm-image-load-path.
16839         (gmm-image-load-path): Use gmm-image-directory.
16840         (gmm-customize-mode): New function.
16841         (gmm-tool-bar-style): New variable.
16842
16843         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16844         gnus-group-redraw-line-number.
16845         (gnus-group-redraw-check): Simplify.
16846         (gnus-group-tool-bar-update): Remove redraw check.
16847         (gnus-group-make-tool-bar): Add redraw check.
16848
16849 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16850
16851         * gnus-art.el (gnus-button): Add missing parentheses.
16852
16853 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16854
16855         * lpath.el: Fbind line-number-at-pos.
16856
16857 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16858
16859         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16860
16861 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16862
16863         * gnus-art.el (gnus-button): New face.
16864         (gnus-article-button-face): Use it.
16865
16866         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16867         Add gnus-summary-next-page.  Re-order.
16868
16869         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16870         next-node are now included.
16871         (gnus-group-redraw-line-number): New internal variable.
16872         (gnus-group-redraw-check): Helper function for updating the tool
16873         bar.
16874         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16875
16876         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16877
16878         * spam.el (spam-spamassassin-score-regexp): New internal variable.
16879         (spam-extra-header-to-number, spam-check-spamassassin-headers):
16880         Use it to match format of Spamassassin 3.0 and later.
16881         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16882         (spam-check-bogofilter)
16883         (spam-bogofilter-register-with-bogofilter): Fix args of
16884         `gnus-error' calls.
16885
16886 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16887
16888         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16889         unnecessary interaction when sending queued mails.
16890         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16891
16892 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16893
16894         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16895         first or last are nil.
16896
16897 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16898
16899         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16900
16901 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16902
16903         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16904
16905 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16906
16907         * dns.el (query-dns): Protect more against buggy tcp output.
16908
16909 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16910
16911         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16912         nov.php.
16913
16914 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16915
16916         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16917         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16918         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
16919         output on the server side.
16920         (nnweb-google-create-mapping): Update regexps and add some
16921         progress indication.
16922
16923 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
16924
16925         * gnus-group.el (gnus-group-tool-bar-gnome):
16926         Fix gnus-agent-toggle-plugged.  Re-order icons.
16927         (gnus-group-tool-bar-gnome):
16928         Add gnus-group-{prev,next}-unread-group.
16929         (gnus-group-tool-bar-gnome): Re-order icons.
16930
16931         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16932         Move gnus-summary-insert-new-articles.
16933
16934         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16935         Fix comments.
16936
16937         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
16938         also available in Emacs 21.3.
16939
16940         * message.el (message-fix-before-sending): Change "Emacs 22" to
16941         "Emacs 23 (unicode)" in comment.
16942
16943         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16944         "Emacs 23 (unicode)" in comment.
16945
16946         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16947         comment.
16948         (mm-coding-system-p): Add comment about no-MULE XEmacs.
16949
16950         * mm-view.el (mm-fill-flowed): Add :version.
16951
16952 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16953
16954         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16955         and load-path.
16956
16957 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
16958
16959         * message.el: Autoload gmm-image-load-path.
16960         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16961         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
16962         consitency.
16963
16964         * gmm-utils.el (gmm-image-load-path): Also search in
16965         "../etc/images".  Don't set gmm-image-load-path if we don't find
16966         the image.
16967
16968 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16969
16970         * gmm-utils.el (gmm-image-load-path): Don't make
16971         `gmm-image-load-path' include subdirectories which the second arg
16972         `image' might specify.
16973
16974         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16975         subdirectory to icon file names.
16976
16977         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16978
16979 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16980
16981         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16982         gmm-image-load-path calls.
16983
16984         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16985
16986         * message.el (message-make-tool-bar): Ditto.
16987
16988         * mml.el (mml-preview): Add comment concerning tool bar icons.
16989
16990         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16991         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16992
16993         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16994         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16995
16996         * message.el (message-tool-bar-gnome): Use new icon names.
16997         (message-make-tool-bar): Use `gmm-image-load-path'.
16998
16999         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17000         New functions from MH-E.
17001         (gmm-image-load-path): New variable from MH-E.
17002         (gmm-image-load-path): New function from MH-E.  Add arguments
17003         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17004         *-image-load-path-called-flag.
17005
17006 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17007
17008         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17009
17010 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17011
17012         * nnimap.el (nnimap-request-move-article): Change folder back to
17013         source group before deleting.
17014
17015 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17016
17017         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17018
17019         * gnus-art.el (mm-url-insert-file-contents-external):
17020         Autoload mm-url.
17021
17022         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17023
17024 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17025
17026         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17027         coding system which mm-charset-to-coding-system returns for a
17028         given charset is valid.
17029
17030 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17031
17032         * html2text.el (html2text-remove-tag-list):
17033         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17034
17035 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17036
17037         * gnus-cus.el: Revert 2005-10-17 change.
17038
17039 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * gnus-art.el (article-strip-banner):
17042         Call article-really-strip-banner only when the regexp match is made.
17043
17044 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17045
17046         * gnus-art.el (article-strip-banner):
17047         Use gnus-extract-address-components instead of
17048         mail-header-parse-addresses to make it work with non-ASCII text;
17049         remove mail-encode-encoded-word-string.
17050
17051         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17052         values which are surrounded with \"...\"; make it never cause a
17053         Lisp error; give up parsing of parameters if it failed in
17054         extracting type.
17055
17056 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17057
17058         * smime.el (smime-cert-by-ldap-1): Fix bug where
17059         `smime-ldap-search' returns results without userCertificates.
17060
17061 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17062
17063         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17064
17065 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17066
17067         * spam.el (spam-check-spamassassin-headers): Adapt format for
17068         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17069         <ari@mbf.ocn.ne.jp>.
17070         (spam-list-of-processors): Add spam-use-gmane.
17071
17072 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17073
17074         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17075         make-temp-file; make it work with XEmacs as well.
17076
17077         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17078         mm-make-temp-file.
17079
17080         * mm-decode.el (mm-display-external): Use the 3rd arg of
17081         mm-make-temp-file.
17082         (mm-create-image-xemacs): Ditto.
17083
17084 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17085
17086         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17087         with message-narrow-to-headers.
17088         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17089         (gnus-draft-check-draft-articles): New function.
17090         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17091
17092 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17093
17094         * gnus-art.el (gnus-article-browse-html-parts):
17095         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17096         Don't use suffix argument for mm-make-temp-file for Emacs 21
17097         compatibility.  Remove useless `format'.
17098
17099 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17100
17101         * nnweb.el (nnweb-google-wash-article): Update regexps.
17102         (nnweb-group-alist): Use defvoo instead of defvar.
17103
17104 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17105
17106         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17107         re-loading nn* modules.
17108
17109 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17110
17111         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17112         for `tool-bar-mode' and don't check it's default-value.
17113
17114         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17115
17116         * message.el (message-make-tool-bar): Ditto.
17117
17118         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17119         `substring'.  Shorten tmp-file name.
17120
17121         * gnus.el: Remove bogus comment.
17122
17123 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17124
17125         * gnus-art.el (gnus-article-browse-html-parts): New function.
17126         (gnus-article-browse-html-article): New function for viewing html
17127         articles with a browser.
17128
17129 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17130
17131         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
17132         in elisp.
17133         (pgg-gpg-encrypt-symmetric-region): Ditto.
17134         (pgg-gpg-sign-region): Ditto.
17135
17136         * pgg-def.el (pgg-text-mode): New variable.
17137
17138         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17139         (mml2015-pgg-encrypt): Ditto.
17140
17141         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17142         (mml1991-pgg-encrypt): Ditto.
17143
17144 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17145
17146         * nnfolder.el (nnfolder-insert-newsgroup-line):
17147         Use message-make-date instead of current-time-string.
17148
17149         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17150         to gnus-decoded which mm-uu might set.
17151
17152 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17153
17154         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17155         don't decode quoted parameters; remove misimported Emacs code.
17156         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17157         (rfc2231-decode-encoded-string): Don't use split-string which
17158         behaves differently according to Emacs version; use
17159         mm-decode-coding-region to convert charset to coding-system.
17160         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17161         (rfc2231-encode-string): Remove misimported Emacs code.
17162
17163 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17164
17165         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17166         when calling mail-header-parse-content-type.
17167         (article-de-quoted-unreadable): Ditto.
17168         (article-de-base64-unreadable): Ditto.
17169         (article-wash-html): Ditto.
17170
17171         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17172         calling mail-header-parse-content-type and
17173         mail-header-parse-content-disposition.
17174         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17175         mail-header-parse-content-type.
17176
17177         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17178         insert charset and format parameters; encode description after
17179         inserting it to buffer.
17180         (mml-insert-parameter): Fold lines properly even if a parameter is
17181         segmented into two or more lines; change the max column to 76.
17182
17183         * rfc1843.el (rfc1843-decode-article-body): Don't use
17184         ignore-errors when calling mail-header-parse-content-type.
17185
17186         * rfc2231.el (rfc2231-parse-string): Return at least type if
17187         possible; don't cause an error even if it fails in parsing of
17188         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17189         (rfc2231-encode-string): Don't break lines at the beginning, leave
17190         it to mml-insert-parameter.
17191
17192         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17193         calling mail-header-parse-content-type.
17194
17195 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17196
17197         * spam-report.el (spam-report-gmane-use-article-number):
17198         Improve doc string.
17199         (spam-report-gmane-internal): Check if a suitable header was found
17200         in the article.
17201
17202 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17203
17204         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17205         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17206
17207 2006-02-05  Romain Francoise  <romain@orebokech.com>
17208
17209         Update copyright notices of all files in the gnus directory.
17210
17211 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17212
17213         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17214
17215 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17216
17217         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17218         segmented lines of parameter value to cope with Thunderbird 1.5
17219         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17220         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17221         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17222
17223 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17224
17225         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17226         parts.
17227
17228 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17229
17230         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17231         there's only one active file for all servers.
17232         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17233         solid groups.  Gnus might have used a FAST request to select the group.
17234         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17235         and nnweb-search redundantly in the active file.
17236         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17237         (nnweb-request-create-group): Don't use ARGS.
17238         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17239         initializations.  Let nnoo do the work.
17240
17241 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17242
17243         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17244         Say the part has been decoded.
17245
17246         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17247
17248 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17249
17250         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17251         mailcap-viewer-test-cache when there's no 'test clause, since that
17252         will invert the meaning of a "nil" test previously determined by
17253         mailcap-mailcap-entry-passes-test.
17254
17255 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17256
17257         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17258         compiling.
17259
17260         * gnus-sum.el: Ditto.
17261
17262         * message.el: Don't bind tool-bar-map when compiling.
17263
17264 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17265
17266         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17267
17268 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17269
17270         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17271         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17272         current Google Groups.
17273
17274 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17275
17276         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17277         and tool-bar-mode.
17278
17279         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17280         and tool-bar-mode.
17281
17282         * message.el (message-tool-bar-update): Simplify.
17283         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17284
17285         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17286         gnus-summary-buffer.
17287         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17288         gnus-summary-reply.
17289
17290         * gmm-utils.el (gmm): Add :version.
17291
17292 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17293
17294         * Makefile.in (clean): New rule.
17295         (distclean): Use it.
17296
17297 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17298
17299         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17300         Don't autoload.
17301
17302 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17303
17304         * gmm-utils.el (gmm-verbose): Add :group.
17305
17306 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17307
17308         * message.el: Change some comments WRT tool-bars.
17309
17310         * gnus-sum.el (gnus-summary-tool-bar)
17311         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17312         (gnus-summary-tool-bar-zap-list): New variables.
17313         (gnus-summary-make-tool-bar): Complete rewrite using
17314         `gmm-tool-bar-from-list'.
17315
17316         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17317         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17318         New variables.
17319         (gnus-group-make-tool-bar): Complete rewrite using
17320         `gmm-tool-bar-from-list'.
17321         (gnus-group-tool-bar-update): New function.
17322
17323         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17324
17325 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17326
17327         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17328         is dissected into a single part of which the type is the same as
17329         the given one; decode charset.
17330
17331 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17332
17333         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17334         into alists as symbol not string, since that's what
17335         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17336         look for.
17337
17338 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17339
17340         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17341         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17342
17343         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17344
17345 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17346
17347         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
17348         (gnus-xmas-mime-security-button-menu): New function.
17349
17350         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17351         (gnus-mime-security-button-menu): New definition.
17352         (gnus-mime-security-button-map): Use them.
17353         (gnus-mime-security-button-menu): New function.
17354         (gnus-insert-mime-security-button): Addition to help echo.
17355         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17356         (gnus-mime-security-pipe-part): New functions.
17357
17358         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17359         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17360
17361         * mm-decode.el (mm-handle-set-disposition): Remove.
17362         (mm-handle-set-description): Remove.
17363
17364 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17365
17366         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17367         (mm-w3m-standalone-supports-m17n-p): New function.
17368         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17369         w3m usage.
17370
17371         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17372         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17373
17374 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17375
17376         * message.el (message-tool-bar-zap-list):
17377         Use gmm-tool-bar-zap-list as custom type.
17378         (message-tool-bar-update): New function.
17379         (message-tool-bar, message-tool-bar-gnome)
17380         (message-tool-bar-retro): Add message-tool-bar-update.
17381         (message-tool-bar-gnome): Add flyspell-buffer.
17382
17383         * gnus-util.el (gnus-error): Describe `args'.
17384
17385         * gmm-utils.el (gmm-error): Describe `args'.
17386         (gmm-tool-bar-zap-list): New widget.
17387         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17388
17389 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17390
17391         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17392         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17393         the number of recursive calls.
17394
17395         * mm-decode.el (mm-handle-set-disposition): New macro.
17396         (mm-handle-set-description): New macro.
17397
17398 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17401         encoding.
17402
17403 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17404
17405         * message.el (message-tool-bar-zap-list, message-tool-bar)
17406         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17407         (message-tool-bar-local-item-from-menu): Remove.
17408         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17409         (message-make-tool-bar): New function.
17410         (message-mode): Use `message-make-tool-bar'.
17411
17412         * gmm-utils.el: New file.
17413         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17414         (gmm-lazy): New widget copied from `nnmail.el'.
17415         (gmm-tool-bar-from-list): New function for creating customizable
17416         tool bars.
17417         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17418         output.
17419         (gmm): Add :prefix to defgroup.
17420
17421 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17422
17423         * gmm-utils.el (gmm-widget-p): New function.
17424
17425 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17426
17427         * mml.el (mml-attach-file): Describe `description' in doc string.
17428         (mml-menu): Add Emacs MIME manual and PGG manual.
17429
17430 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17431
17432         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17433
17434 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17435
17436         * nntp.el (nntp-end-of-line): Doc fix.
17437
17438 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17439
17440         * imap.el (imap-open): Handle case where buffer is a buffer
17441         object.
17442
17443 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17444
17445         * gnus-delay.el (gnus-delay): Don't autoload.
17446         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17447         to be re-loaded when customizing the `gnus-delay' group.
17448
17449 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17450
17451         * message.el (message-insert-citation-line): Use newlines.
17452
17453 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17454
17455         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17456         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
17457         these routines, so the passphrase can be managed externally and
17458         passed in to the system.
17459         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17460         pgg-add-passphrase-to-cache function.
17461
17462         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17463         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
17464         these routines, so the passphrase can be managed externally and
17465         passed in to the system.
17466         (pgg-pgp5-sign-region): Use new name of
17467         pgg-add-passphrase-to-cache function.
17468
17469 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17470
17471         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17472         part of the decoded armor to find the key-identifier.
17473         (pgg-gpg-lookup-key-owner): New function to return the
17474         human-readable identifier of a key owner.
17475         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
17476         itself.
17477         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17478         the key value) if we have a key and can match it against a secret
17479         key.  Also, added a note pointing out fact that the prompt only
17480         indicates the first matching key.
17481
17482         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
17483         pgg-decrypt-region.
17484         (pgg-add-passphrase-to-cache): Rename from
17485         `pgg-add-passphrase-cache' to reduce confusion (all callers
17486         changed).
17487         (pgg-remove-passphrase-from-cache): Rename from
17488         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17489         changed).
17490         (pgg-read-passphrase, pgg-add-passphrase-cache)
17491         (pgg-remove-passphrase-cache): Add informative docstrings.
17492         (pgg-decrypt): Convey provided passphrase in subordinate call to
17493         pgg-decrypt-region.
17494
17495 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
17496
17497         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17498         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17499         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17500         'passphrase' argument, so the passphrase can be managed externally
17501         and then passed in to the system.
17502
17503         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17504         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
17505         so the passphrase cache can be used reliably with identifiers
17506         besides a pgp packet's key id.
17507
17508         * pgg-gpg.el (pgg-gpg-encrypt-region)
17509         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17510         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
17511         these routines, so the passphrase can be managed externally and
17512         passed in to the system.
17513
17514         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17515         'notruncate' argument, so the passphrase cache can be used
17516         reliably with identifiers besides a pgp packet's key id.
17517
17518 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
17519
17520         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17521         symmetric encryption.
17522         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17523         encrypted session key.
17524         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17525         message ask for the passphrase in a proper way.
17526
17527         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17528         New user commands for symmetric encryption.
17529
17530 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17531
17532         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17533
17534         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17535
17536 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17537
17538         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17539
17540 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17541
17542         * mm-decode.el (mm-inlined-types): Add application/pgp.
17543         (mm-automatic-display): Ditto.
17544
17545         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17546         part as text.
17547
17548 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17549
17550         * nnrss.el: Update copyright.
17551         (nnrss-opml-import): Query whether to subscribe to each entry.
17552
17553         * gnus-art.el:
17554         * gnus-sum.el:
17555         * gnus-xmas.el:
17556         * messagexmas.el:
17557         * mm-uu.el:
17558         * mm-view.el: Update copyright.
17559
17560 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17561
17562         * message.el (message-info): New function.
17563         (message-mode-menu): Add it.
17564         Update copyright.
17565
17566         * ChangeLog: Fix and update copyright.
17567
17568 2006-01-13  Romain Francoise  <romain@orebokech.com>
17569
17570         * message.el (message-forward-subject-name-subject): Prefer the
17571         address to 'nowhere' if the sender has no name.
17572         Fix typo.  Update copyright year.
17573
17574 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17575
17576         * gnus-art.el (article-wash-html):
17577         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17578         (gnus-article-wash-html-with-w3m-standalone): New function.
17579
17580         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17581         mm-inline-text-html-render-with-w3m-standalone.
17582         (mm-text-html-washer-alist): Map w3m-standalone to
17583         gnus-article-wash-html-with-w3m-standalone.
17584         (mm-inline-text-html-render-with-w3m-standalone): New function.
17585
17586 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17587
17588         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17589         Improve LaTeX.
17590
17591 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17592
17593         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17594         (nnrss-request-article): Render text/plain parts as HTML.
17595
17596         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17597         the buffer.
17598
17599 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
17600
17601         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17602         custom definition of `gnus-posting-styles'.
17603
17604         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17605         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17606
17607 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17608
17609         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17610         Use nntp for bug archive.
17611
17612 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17613
17614         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17615         parts.
17616         (nnrss-normalize-date): New function converts ISO 8601 date into
17617         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17618         (nnrss-check-group): Use it.
17619
17620 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17621
17622         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17623
17624         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17625         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17626         (nnrss-insert-w3): Ditto.
17627
17628 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17629
17630         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17631         the articles to be forwarded including the case where neither a
17632         number of articles nor a region is specified.
17633
17634 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17635
17636         * nnrss.el (nnrss-request-article): Fix last change; fill
17637         text/plain parts.
17638
17639 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17640
17641         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17642         in text/plain part.
17643         (nnrss-check-group): Don't add excessive newline to dc:subject.
17644
17645 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
17646
17647         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17648         article.
17649
17650 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
17651
17652         * nnml.el: Don't require gnus-bcklg.  Autoload it.
17653         (nnml-use-compressed-files, nnml-save-mail): Support other
17654         comression programs such as bzip2.
17655
17656 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17657
17658         * dns.el (query-dns): Make sure we check the buffer size before
17659         removing tcp headers.
17660
17661 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17662
17663         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17664         remove MIME buttons associated with multipart/alternative parts.
17665         (gnus-mime-display-alternative): Tag buttons using `article-type'
17666         text property.
17667
17668         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17669         associated with multipart/alternative parts.
17670
17671         * gnus-art.el (gnus-signature-separator): Fix custom type.
17672
17673         * mm-decode.el (mm-inlined-types): Fix custom type.
17674         (mm-keep-viewer-alive-types): Ditto.
17675         (mm-automatic-display): Ditto.
17676         (mm-attachment-override-types): Ditto.
17677         (mm-inline-override-types): Ditto.
17678         (mm-automatic-external-display): Ditto.
17679
17680 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
17681
17682         * spam-report.el (spam-report-user-mail-address)
17683         (spam-report-user-agent): New variables.
17684         (spam-report-url-ping-plain): Use spam-report-user-agent.
17685
17686 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
17687
17688         * gnus-art.el (gnus-button-handle-custom): Do not just use
17689         `customize-apropos' for any "M-x customize-*" button but the
17690         function called for.  Accept both the function name and its
17691         argument in order to achieve this.
17692         (gnus-button-alist): Remove support for "custom:" URL's.
17693         Pass function name to `gnus-button-handle-custom' in case of "M-x
17694         customize-*" buttons.
17695
17696 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17697
17698         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17699         multipart/alternative and add xref to mm-discouraged-alternatives
17700         in doc string.
17701
17702         * mm-decode.el (mm-discouraged-alternatives): Add xref to
17703         gnus-buttonized-mime-types in doc string.
17704
17705 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
17706
17707         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17708         Suggest image/.* in the doc string.
17709
17710 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
17711
17712         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17713         message-marks (Debian bug #342521).
17714
17715 2005-12-12  Simon Josefsson  <jas@extundo.com>
17716
17717         * password.el (password-read-from-cache): Add.
17718         (password-read): Use it.
17719
17720 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17721
17722         * rfc2047.el (rfc2047-charset-to-coding-system):
17723         Recognize us-ascii as a MIME charset.
17724
17725         * mm-bodies.el (mm-decode-content-transfer-encoding):
17726         Protect against the case where the 2nd arg TYPE is nil.
17727
17728 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17729
17730         * pop3.el (pop3-stream-type): Fix custom version.
17731
17732         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17733
17734 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17735
17736         * mm-decode.el (mm-display-external): Add missing cdr.
17737
17738 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17739
17740         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17741         RFC1524) if it is in mailcap or add a suffix according to
17742         mailcap-mime-extensions when generating a temp filename; postpone
17743         deleting a temp file for 2 seconds for some wrappers, shell
17744         scripts, and so on, which might exit right after having started a
17745         viewer command as a background job.
17746
17747 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17748
17749         * nntp.el (nntp-marks-directory): Fix custom group.
17750
17751         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17752         steps when < 10.
17753
17754         * gnus-start.el (gnus-no-server-1):
17755         Mention `gnus-level-default-subscribed' in doc string.
17756
17757 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17758
17759         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17760         parens.
17761
17762 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17763
17764         * gnus-xmas.el (gnus-use-toolbar): Revert.
17765         (gnus-xmas-setup-toolbar): Use global default-toolbar if
17766         gnus-use-toolbar is default.
17767
17768         * messagexmas.el (message-use-toolbar): Revert.
17769         (message-setup-toolbar): Use global default-toolbar if
17770         message-use-toolbar is default.
17771
17772 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17773
17774         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
17775         according to default-toolbar-visible-p.
17776
17777         * messagexmas.el (message-use-toolbar): Ditto.
17778
17779 2005-11-26  Dave Love  <fx@gnu.org>
17780
17781         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17782         (tls-program, tls-success): Provide openssl alternative.
17783
17784         * starttls.el: Doc fixes.
17785         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17786         SERVICE to PORT.
17787
17788         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17789         port null or service name.
17790         (starttls-negotiate): Autoload.
17791
17792 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17793
17794         * message.el (message-kill-to-signature): Fix interactive spec.
17795
17796 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17797
17798         * pop3.el (pop3-open-server): Recognize a string as a service name.
17799
17800 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17801
17802         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17803
17804 2005-11-23  Dave Love  <fx@gnu.org>
17805
17806         Add pop3s, pop3/starttls.
17807
17808         * pop3.el (pop3-authentication-scheme): Clarify doc.
17809         (open-tls-stream, starttls-open-stream): Autoload.
17810         (pop3-stream-type): New.
17811         (pop3-open-server): Use it.
17812
17813         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17814         for POP.
17815         (mail-source-keyword-map): Add :stream for POP.
17816         (mail-source-fetch-pop): Use pop3-stream-type.
17817
17818 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17819
17820         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17821         of current-time-string.
17822
17823 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17824
17825         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17826         date header.
17827
17828 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17829
17830         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17831         it can seriously impact performance as it bypasses the agent's
17832         local caches.
17833
17834 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17835
17836         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17837         must be explicitly online rather than "not explicitly offline" for
17838         its flags to be synchronized.
17839
17840         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17841         that gnus-uu-unmark-thread will function correctly.
17842
17843         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17844         1024K is instead displayed as 1M.
17845
17846 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17847
17848         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17849
17850 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
17851
17852         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17853
17854 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
17855
17856         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17857         error message to display actual error condition.
17858         (gnus-agent-save-local): Avoid saving symbols that are bound to
17859         nil as they simply result in a warning message in
17860         gnus-agent-read-local.
17861
17862 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17863
17864         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17865         rather than make-variable-buffer-local for file-precious-flag.
17866
17867 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17868
17869         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17870         for duplicates which are removed.  The invalid sort check then
17871         triggers a rescan after the sort as sorting may have moved
17872         duplicate entries such that they can be cheaply detected.
17873
17874 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17875
17876         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17877
17878 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17879
17880         * gnus-agent.el (gnus-agent-article-alist-save-format):
17881         Change internal variable to a custom variable.  Change default value
17882         from compressed(2) to uncompressed(1).
17883         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17884         support for uncompressed agentview files.  Taken together, reading
17885         the agentview file should now be 6-7 times faster.
17886
17887 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17888
17889         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17890         as a buffer-local variable.  This avoids creating truncated
17891         dribble files as a result of a hang up, eg.
17892
17893 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
17894
17895         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
17896         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
17897         XEmacs.
17898
17899 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17900
17901         * gnus-start.el (gnus-start-draft-setup):
17902         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17903
17904         * gnus.el (gnus-splash): Change custom group.
17905         (gnus-group-get-parameter, gnus-group-parameter-value):
17906         Describe allow-list argument.
17907
17908         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17909         string.
17910
17911 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17912
17913         * gnus-art.el (gnus-default-article-saver): Add user-defined
17914         `function' to custom type.
17915
17916 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17917
17918         * imap.el (imap-open): Handle case where buffer is a buffer
17919         object.
17920
17921 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17922
17923         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17924         long lines.
17925         (gnus-cache-delete-group): Wrap doc strings.
17926
17927         * gnus-agent.el (gnus-agent-rename-group)
17928         (gnus-agent-delete-group): Wrap doc strings.
17929
17930 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17931
17932         * messagexmas.el (message-use-toolbar): Change the valid values
17933         into default, top, bottom, left, and right.
17934         (message-toolbar-thickness): New variable.
17935         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
17936         well.
17937         (message-setup-toolbar): Make it work.
17938
17939         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
17940         (gnus-use-toolbar): Change the valid values into default, top,
17941         bottom, left, and right.
17942         (gnus-toolbar-thickness): New variable.
17943         (gnus-xmas-setup-toolbar): New function.
17944         (gnus-xmas-setup-group-toolbar): Use it.
17945         (gnus-xmas-setup-summary-toolbar): Use it.
17946
17947 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17948
17949         * gnus-start.el (gnus-1): Add "native" to
17950         gnus-predefined-server-alist.
17951
17952         * gnus.el (gnus-method-to-server): Don't add "native" to the
17953         lists here, because that leads to problems when
17954         gnus-select-method is bound.
17955
17956 2005-11-09  Simon Josefsson  <jas@extundo.com>
17957
17958         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17959         use (not sort-by-date) instead.
17960
17961 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17962
17963         * gnus-delay.el (gnus-delay-group): Don't autoload.
17964         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17965         to be re-loaded when customizing the `gnus-delay' group.
17966
17967 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17968
17969         * message.el: Revert last changes.
17970         (message-insert-citation-line): Use newlines.
17971
17972 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17973
17974         * message.el (message-courtesy-message)
17975         (message-mark-insert-begin, message-mark-insert-end)
17976         (message-elide-ellipsis, message-cancel-message)
17977         (message-add-header, message-change-subject)
17978         (message-cross-post-followup-to-header)
17979         (message-cross-post-insert-note, message-reduce-to-to-cc)
17980         (message-widen-reply, message-delete-not-region)
17981         (message-kill-to-signature, message-insert-signature)
17982         (message-insert-importance-high, message-insert-importance-low)
17983         (message-insert-or-toggle-importance)
17984         (message-insert-disposition-notification-to)
17985         (message-indent-citation, message-yank-original)
17986         (message-cite-original-without-signature, message-cite-original)
17987         (message-insert-citation-line, message-position-on-field)
17988         (message-fix-before-sending, message-send-mail-partially)
17989         (message-send-mail, message-send-mail-with-sendmail)
17990         (message-send-mail-with-qmail, message-send-news)
17991         (message-check-news-header-syntax, message-generate-headers)
17992         (message-insert-courtesy-copy, message-fill-address)
17993         (message-fill-header, message-shorten-references)
17994         (message-setup-1, message-cancel-news)
17995         (message-forward-make-body-plain, message-forward-make-body-mime)
17996         (message-forward-make-body-mml, message-encode-message-body)
17997         (message-forward-make-body-digest-plain)
17998         (message-forward-make-body-digest-mime)
17999         (message-use-alternative-email-as-from): Insert `hard-newline'
18000         instead of ordinary newlines.
18001
18002 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18003
18004         * message.el (message-generate-headers): Downcase the argument
18005         given to message-check-element.
18006
18007 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18008
18009         * nntp.el (nntp-authinfo-rejected): New error condition.
18010         (nntp-wait-for): Use new error condition to signal authentication
18011         error.
18012         (nntp-retrieve-data): Rethrow new error condition to break out of
18013         recursive call to nntp-send-authinfo.
18014
18015 2005-11-08  Romain Francoise  <romain@orebokech.com>
18016
18017         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18018         (gnus-summary-exit-map): Bind to `Z p'.
18019         (gnus-summary-make-menu-bar): Add menu item.
18020
18021 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18022
18023         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18024         (gnus-treat-*): Add `first' in all doc strings.
18025
18026         * gnus-group.el (gnus-group-compact-group): Fix typo.
18027
18028 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18029
18030         * gnus.el (gnus-parameters-case-fold-search): New variable.
18031         (gnus-parameters-get-parameter): Use it.
18032
18033         * gnus-score.el (gnus-home-score-file): Doc fix.
18034
18035 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18036
18037         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18038
18039 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18040
18041         * mm-util.el (mm-special-display-p): New function.
18042
18043         * mml.el (mml-preview): Use it; doc fix.
18044
18045 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18046
18047         * imap.el (imap-open): Handle case where buffer is a buffer object.
18048
18049 2005-10-29  Romain Francoise  <romain@orebokech.com>
18050
18051         * message.el (message-fix-before-sending): Fix comment.
18052
18053 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18054
18055         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18056
18057 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18058
18059         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18060         Used in gnus-score.el.
18061
18062 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18063
18064         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18065
18066 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18067
18068         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18069         whitespace removed in revision 7.8.  Use concatenated string to
18070         protect trailing whitespace.
18071
18072 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18073
18074         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18075         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18076         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18077         Courier IMAP ("some version from 2004").  Mostly based on similar
18078         code in the same function.
18079
18080 2005-10-26  Didier Verna  <didier@xemacs.org>
18081
18082         * gnus-group.el (gnus-group-compact-group): Invalidate original
18083         article buffer.
18084         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18085         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18086         NOV database and in article itself.
18087         Invalidate article backlog.
18088
18089 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18090
18091         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18092
18093 2005-10-26  Simon Josefsson  <jas@extundo.com>
18094
18095         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18096         part of 2004-07-25 change.
18097
18098 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18099
18100         * message.el (message-display-completion-list): New function.
18101         (message-expand-group): Use it; make sure the Completions buffer
18102         is modifiable.
18103 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18104
18105         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18106         user-mail-name is an empty string.
18107
18108 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18109
18110         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18111         depending on gnus-score-decay-constant.
18112
18113         * encrypt.el (encrypt-insert-file-contents)
18114         (encrypt-write-file-contents): Don't use `gnus-message'.
18115
18116         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18117         arguments.
18118         (mm-uu-type-alist): Add message-marks and insert-marks.
18119         Pass arguments to mm-uu-verbatim-marks-extract.
18120         (mm-uu-hide-markers): New variable.
18121         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18122
18123         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18124         (gnus-convert-image-to-face-command): Use "convert" by default to
18125         allow other input image formats.
18126         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18127         accordingly.
18128
18129 2005-10-23  Simon Josefsson  <jas@extundo.com>
18130
18131         * imap.el (imap-gssapi-program): Align command line parameters
18132         with latest GNU SASL.
18133         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18134
18135 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18136
18137         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18138         HTML.
18139         (nnslashdot-request-article): Ditto.
18140
18141         * lpath.el (featurep): Add nobreak-char-display.
18142
18143 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18144
18145         * mail-source.el (mail-source-fetch-pop): Require pop3.
18146         (mail-source-check-pop): Ditto.
18147
18148 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18149
18150         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18151         errors.
18152
18153 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18154
18155         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18156         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18157
18158         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18159
18160         * mm-bodies.el (mm-decode-string):
18161         Call `mm-charset-to-coding-system' with allow-override argument.
18162
18163 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18164
18165         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18166         (rfc2047-charset-to-coding-system): New function.
18167         (rfc2047-decode-encoded-words): New function.
18168         (rfc2047-decode-region): Use them.
18169         (rfc2047-decode-cte): Remove.
18170         (rfc2047-parse-and-decode): Remove.
18171         (rfc2047-decode): Remove.
18172
18173 2005-10-15  Kenichi Handa  <handa@m17n.org>
18174
18175         * rfc2047.el (rfc2047-decode-cte): New function.
18176         (rfc2047-decode-region): Change the way to decode successive
18177         encoded-words: decode B- or Q-encoding in each encoded-word,
18178         concatenate them, and decode it as charset.
18179
18180 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18181
18182         * lpath.el: Fbind codepage-setup for XEmacs.
18183
18184 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18185
18186         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18187         widget-move-and-invoke.
18188         (gnus-custom-mode): Use gnus-custom-map.
18189
18190 2005-10-15  Bill Wohler  <wohler@newt.com>
18191
18192         * message.el (message-tool-bar-map): Rename image file from
18193         mail_send to mail/send.
18194
18195 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18196
18197         * message.el (message-expand-group): Pass the common
18198         prefix substring of completion to `display-completion-list'.
18199
18200 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18201
18202         * mml-sec.el (mml-secure-method): New internal variable.
18203         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18204         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18205         New functions using mml-secure-method.
18206
18207         * mml.el (mml-mode-map): Add key bindings for those functions.
18208         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18209         Harder <harder@myrealbox.com>.
18210         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18211         Goto end of message if point is the headers of the message.
18212
18213         * message.el (message-in-body-p): New function.
18214
18215         * assistant.el: Autoload gnus-util and netrc.
18216
18217         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18218         Use `mm-charset-override-alist' only when decoding.
18219
18220         * mm-bodies.el (mm-decode-body):
18221         Call `mm-charset-to-coding-system' with allow-override argument.
18222
18223         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18224         `filename' from Content-Disposition if Content-Type doesn't
18225         provide `name'.
18226         (gnus-mime-view-part-as-type): Set default instead of
18227         initial-input.
18228
18229 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18230
18231         * format-spec.el (format-spec): Propagate text properties of % spec.
18232
18233 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18234
18235         * gnus-art.el (gnus-treat-predicate): Add `first'.
18236
18237 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18238
18239         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18240         (mm-charset-override-alist): New variable.
18241         (mm-charset-to-coding-system): Use it.
18242         (mm-codepage-setup): New helper function.
18243         (mm-charset-eval-alist): New variable.
18244         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18245         Warn about unknown charsets.
18246
18247         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
18248
18249 2005-10-04  David Hansen  <david.hansen@gmx.net>
18250
18251         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18252         (nnrss-check-group): Ditto.
18253
18254 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18255
18256         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18257         Rename x-gnus-verbatim to x-verbatim.
18258         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18259
18260         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18261         x-verbatim.
18262
18263         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18264
18265         * gnus-util.el (gnus-remove-duplicates): Remove.
18266
18267         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18268         instead of gnus-remove-duplicates.
18269
18270         * message.el (message-remove-duplicates): Remove.
18271         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18272         message-remove-duplicates.
18273
18274         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18275         available, else use implementation from `delete-dups'.
18276
18277         * message.el (message-insert-expires): New function.
18278         (message-mode-map): Add key binding.
18279         (message-mode-field-menu): Add menu entry.
18280         (message-mode): Document it.
18281         (message-make-expires-date): Use `message-make-date'.
18282
18283 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18284
18285         * message.el (message-make-expires-date): New function.
18286
18287 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18288
18289         * Makefile.in (list-installed-shadows): New entry.
18290         (install): Use it.
18291         (remove-installed-shadows): New entry.
18292
18293         * dgnushack.el (dgnushack-default-load-path): New variable.
18294         (dgnushack-find-lisp-shadows): New function.
18295         (dgnushack-remove-lisp-shadows): New function.
18296
18297 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18298
18299         * Makefile.in (install-el-elc): New entry.
18300         (install): Use it so that .el files are necessarily installed.
18301
18302 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18303
18304         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18305
18306 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18307
18308         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18309         function rather than the diff-mode.el package.
18310         (mm-display-external): Use with-current-buffer.
18311         (mm-viewer-completion-map, mm-viewer-completion-map):
18312         Move initialization inside declaration.
18313
18314 2005-09-29  Simon Josefsson  <jas@extundo.com>
18315
18316         * spam.el: Load hashcash when compiling, to avoid warnings.
18317         Don't autoload mail-check-payment.
18318         (spam-check-hashcash): Define unconditionally, since hashcash.el
18319         is part of Gnus now.  Ignore errors from payment checking.
18320
18321 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18322
18323         * message.el (message-bold-region, message-unbold-region):
18324         Rename from `bold-region' and `unbold-region'.
18325
18326         * message.el: Remove useless autoloads.
18327
18328 2005-09-28  Simon Josefsson  <jas@extundo.com>
18329
18330         * message.el (message-use-idna): Default to t.
18331         (message-use-idna): Test whether encoding works too.  Doc fix.
18332
18333 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18334
18335         * nntp.el (nntp-warn-about-losing-connection): Remove.
18336
18337 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18338
18339         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18340         customizable.  Change default value.
18341         (mm-uu-diff-groups-regexp): Change default value.
18342         (mm-uu-type-alist): Add doc string.
18343         (mm-uu-configure): Add doc string.  Make it interactive.
18344         (mm-uu-tex-groups-regexp): New variable.
18345         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18346         (mm-uu-type-alist): Add LaTeX documents.
18347         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18348         of "text/verbatim".
18349         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18350
18351         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18352         instead of "text/verbatim".
18353
18354         * message.el (message-mark-inserted-region)
18355         (message-mark-insert-file): Use slrn style marks when called with
18356         prefix argument.
18357
18358 2005-09-27  Simon Josefsson  <jas@extundo.com>
18359
18360         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18361
18362 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18363
18364         * message.el (message-remove-duplicates): New function.
18365         Implementation borrowed from `gnus-remove-duplicates'.
18366         (message-idna-to-ascii-rhs): Also encode idna addresses in
18367         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18368         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18369         only ask about the same idna domain once per header and also tell
18370         in what header to replace the idna domain.
18371
18372         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18373         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18374         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18375         a header is decoded and not just the last one.
18376
18377 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18378
18379         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18380         has been decoded.
18381
18382         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18383         (mm-insert-part): Don't modify text if it has been decoded.
18384
18385         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18386         decoded.
18387
18388         * mm-view.el (mm-inline-text): Don't strip text props unless
18389         decoding enriched or richtext parts.
18390
18391 2005-09-25  Romain Francoise  <romain@orebokech.com>
18392
18393         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18394         * gnus-start.el (gnus-subscribe-interactively):
18395         * gnus-uu.el (gnus-uu-grab-articles):
18396         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18397         space.
18398
18399 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18400
18401         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18402         * mm-view.el (mm-view-pkcs7-decrypt):
18403         * gnus-sum.el (gnus-summary-limit-to-extra)
18404         (gnus-summary-respool-article, gnus-read-move-group-name):
18405         * gnus-score.el (gnus-summary-increase-score):
18406         * gnus-util.el (gnus-completing-read-with-default):
18407         * gnus-art.el (gnus-read-save-file-name)
18408         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18409         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18410         * message.el (message-check-news-header-syntax):
18411         Follow convention for reading with the minibuffer.
18412
18413 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18414
18415         * spam-report.el (spam-report-url-ping-plain):
18416         Use gnus-extended-version as User-Agent.
18417
18418         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18419         default value is nil.
18420
18421         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18422         (mm-uu-verbatim-marks-extract): New function.
18423         (mm-uu-extract): New face.
18424         (mm-uu-copy-to-buffer): Use it.
18425
18426         * spam-report.el (spam-report-gmane-ham): Rename from
18427         `spam-report-gmane-unspam'.
18428         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18429         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18430
18431         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18432         Autoload.
18433         (spam-report-gmane-unregister-routine):
18434         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18435
18436 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18437
18438         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18439         (spam-report-gmane-unregister-routine): Add support for gmane
18440         unregistration.
18441
18442         * spam-report.el (spam-report-gmane-unspam)
18443         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18444         (spam-report-gmane): Change to take a single article and do unspam
18445         registration.
18446
18447 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18448
18449         * mm-url.el (mm-url-decode-entities): Fix regexp.
18450
18451 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18452
18453         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18454         default to nil, to be able to use Gnus at all.  If the default
18455         switches to something else, then the function should be fixed not
18456         be exceedingly slow.
18457
18458 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18459
18460         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18461         fail hard.
18462
18463         * spam-report.el: Add better Keywords line.
18464
18465         * spam.el: Add Maintainer and better Keywords line.
18466
18467 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18468
18469         * gnus-art.el (gnus-article-replace-part)
18470         (gnus-mime-replace-part): New functions.
18471         (gnus-mime-action-alist, gnus-mime-button-commands)
18472         (gnus-mime-save-part-and-strip): Add file argument.
18473         (gnus-article-part-wrapper): Add interactive argument.
18474
18475         * gnus-sum.el (gnus-summary-mime-map):
18476         Add `gnus-article-replace-part'.
18477
18478 2005-09-19  Didier Verna  <didier@xemacs.org>
18479
18480         The nnml compaction feature:
18481         * nnml.el (nnml-request-compact-group): New function.
18482         * nnml.el (nnml-request-compact): New function.
18483         * gnus-int.el (gnus-request-compact-group): New function.
18484         * gnus-int.el (gnus-request-compact): New function.
18485         * gnus-group.el (gnus-group-compact-group): New function.
18486         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18487         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18488         * gnus-srvr.el (gnus-server-compact-server): New function.
18489         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18490         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18491
18492 2005-09-18  Deepak Goel  <deego@gnufans.org>
18493
18494         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18495         format spec.
18496
18497 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18498
18499         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18500
18501 2005-09-15  Romain Francoise  <romain@orebokech.com>
18502
18503         * message.el (message-fill-paragraph): Clarify docstring.
18504
18505 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18506
18507         * gnus-art.el (gnus-mime-display-part): Protect against broken
18508         MIME messages.
18509
18510 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18511
18512         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18513         before parsing header.
18514
18515 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18516
18517         * html2text.el (html2text-replace-list): Add new entities.
18518
18519 2005-09-11  Romain Francoise  <romain@orebokech.com>
18520
18521         * message.el (message-alternative-emails): Improve docstring.
18522         (message-setup-1): Call `message-use-alternative-email-as-from'
18523         after `message-setup-hook' to give it precedence over posting
18524         styles, etc.
18525         (message-use-alternative-email-as-from): Add docstring.
18526         Remove the original From header if present.
18527
18528         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18529         (nnml-save-mail): Use it.
18530
18531         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18532         articles.  Add new argument `silent'.
18533         (gnus-uu-mark-all): Report the total number of marked articles.
18534
18535 2005-09-10  Romain Francoise  <romain@orebokech.com>
18536
18537         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18538         (gnus-uu-mark-series): Likewise.
18539
18540 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18541
18542         * spam-report.el (spam-report-gmane): Fix generation of spam
18543         report URL.
18544
18545 2005-09-10  Simon Josefsson  <jas@extundo.com>
18546
18547         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18548         t, based on discussion on the ding list with Robert Epprecht
18549         <epprecht@solnet.ch>.
18550
18551 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18552
18553         * spam-report.el (spam-report-gmane): Make it work without
18554         X-Report-Spam header.  Gmane now only provides Archived-At.
18555         This is only used if `spam-report-gmane-use-article-number' is nil.
18556         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18557
18558         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18559         make `gnus-summary-sort-by-recipient' work with threading.
18560
18561         * nnweb.el (nnweb-google-wash-article): Print a message if article
18562         is not available.
18563
18564 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18565
18566         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18567         change.  Decode text/* parts content before displaying.
18568
18569 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18570
18571         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18572
18573 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18574
18575         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18576
18577         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
18578         url-package-name, url-package-version,
18579         w3m-cid-retrieve-function-alist, w3m-current-buffer,
18580         w3m-display-inline-images, and w3m-minor-mode-map.
18581
18582 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18583
18584         * message.el (message-tab-body-function): Fix mismatched custom type.
18585
18586         * gnus.el (gnus-group-change-level-function): Ditto.
18587
18588         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18589
18590         * gnus-art.el (gnus-signature-limit)
18591         (gnus-article-mime-part-function): Ditto.
18592
18593 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18594
18595         * mml.el (mml-mode): Silence the byte compiler.
18596
18597         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18598         using `(sit-for 0)' before moving the point to the specified part;
18599         skip unbuttonized parts.
18600         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18601         return to the summary window if gnus-auto-select-part is non-nil.
18602
18603 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18604
18605         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18606         New variables.
18607         (mml-dnd-attach-file, mml-mode): Use them.
18608
18609         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18610         Make fetching article by MID work again for Google Groups.
18611         Add FIXME concerning gnus-group-make-web-group.
18612
18613         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18614         Don't depend on Gnus by using mail-extract-address-components if
18615         gnus-extract-address-components is not bound.
18616
18617 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18618
18619         * gnus-art.el (gnus-mime-display-security): Don't display the
18620         signature, but only the signed part.
18621
18622 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18623
18624         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18625
18626         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18627         list, not listp.
18628
18629 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
18630
18631         * mm-encode.el (mm-encode-content-transfer-encoding):
18632         Likewise when encoding.
18633
18634         * mm-bodies.el (mm-decode-content-transfer-encoding):
18635         De-canonicalize CRLF for all text content types, not just
18636         text/plain.
18637
18638 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18639
18640         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18641         valid article; point arrow and cursor at the MIME button.
18642
18643 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18644
18645         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18646         Suggested by Dan Christensen <jdc@uwo.ca>.
18647
18648         * mm-decode.el (mm-save-part): Enable change of prompt.
18649
18650 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
18651
18652         * gnus-msg.el (gnus-inews-add-send-actions):
18653         Make `message-post-method' lambda parameter ARG `&optional'.
18654
18655 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18656
18657         * gnus-sum.el (gnus-summary-mime-map):
18658         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18659         gnus-article-jump-to-part.
18660
18661         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18662         (gnus-article-edit-part): Use it.
18663         (gnus-article-part-wrapper): Add no-handle argument.
18664         (gnus-article-save-part-and-strip, gnus-article-delete-part):
18665         New functions.
18666
18667 2005-08-29  Romain Francoise  <romain@orebokech.com>
18668
18669         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18670         docstring.
18671         (gnus-face-from-file): Likewise.
18672
18673 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18674
18675         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18676         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18677         non-nil.
18678         (gnus-auto-select-part): New variable.
18679         (gnus-article-jump-to-part): New function.
18680         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18681         (gnus-mime-delete-part): Allow selecting specified part after
18682         deleting or stripping parts.
18683         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
18684         part if argument is bogus.
18685
18686 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
18687
18688         * gnus-art.el (w3m-minor-mode-map):
18689         * gnus-spec.el (gnus-newsrc-file-version):
18690         * gnus-util.el (nnmail-active-file-coding-system)
18691         (gnus-original-article-buffer, gnus-user-agent):
18692         * gnus.el (gnus-ham-process-destinations)
18693         (gnus-parameter-ham-marks-alist)
18694         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18695         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18696         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18697         * mm-decode.el (gnus-current-window-configuration):
18698         * mm-extern.el (gnus-article-mime-handles):
18699         * mm-url.el (url-current-object, url-package-name)
18700         (url-package-version):
18701         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18702         (smime-keys, w3m-cid-retrieve-function-alist)
18703         (w3m-current-buffer, w3m-display-inline-images)
18704         (w3m-minor-mode-map):
18705         * mml-smime.el (gnus-extract-address-components):
18706         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18707         (gnus-newsrc-hashtb, message-default-charset)
18708         (message-deletable-headers, message-options)
18709         (message-posting-charset, message-required-mail-headers)
18710         (message-required-news-headers):
18711         * mml1991.el (mc-pgp-always-sign):
18712         * mml2015.el (mc-pgp-always-sign):
18713         * nnheader.el (nnmail-extra-headers):
18714         * rfc1843.el (gnus-decode-encoded-word-function)
18715         (gnus-decode-header-function, gnus-newsgroup-name):
18716         * spam-stat.el (gnus-original-article-buffer): Add defvars.
18717
18718 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
18719
18720         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18721         the end of the date treatments.
18722
18723 2005-08-15  Simon Josefsson  <jas@extundo.com>
18724
18725         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18726         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
18727         Capello and Romain Francoise.
18728         (pgg-fetch-key-function): Remove, not used?
18729         (pgg-insert-url-with-w3): Require url, to get
18730         url-insert-file-contents regardless of where it is defined.
18731
18732 2005-08-13  Romain Francoise  <romain@orebokech.com>
18733
18734         * message.el (message-cite-original-1): New function.
18735         (message-cite-original): Use it.
18736         (message-cite-original-without-signature): Ditto.
18737
18738 2005-08-08  Romain Francoise  <romain@orebokech.com>
18739
18740         * message.el (message-yank-empty-prefix): New variable.
18741         (message-indent-citation): Use it.
18742         (message-cite-original-without-signature): Respect X-No-Archive.
18743
18744 2005-08-08  Simon Josefsson  <jas@extundo.com>
18745
18746         * pgg.el: Autoload url-insert-file-contents instead of loading
18747         w3/url.
18748         (pgg-insert-url-with-w3): Don't load url here.
18749
18750 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18751
18752         * message.el (message-kill-to-signature): Don't insert newline at
18753         bol.
18754         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18755
18756 2005-08-06  Romain Francoise  <romain@orebokech.com>
18757
18758         * message.el (message-user-fqdn): Fix typo in docstring.
18759
18760 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18761
18762         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18763
18764         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18765
18766 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18767
18768         * mm-bodies.el (mm-encode-body): Use coding system rather than
18769         charset to encode text.
18770
18771         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18772         number of charsets if utf-8 is available (XEmacs).
18773
18774 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18775
18776         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18777         taken from `gnus-button-mid-or-mail-regexp'.
18778         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18779         (gnus-button-alist): Improve regexp for domain part of the MIDs
18780         for news:localpart@domain buttons.
18781         (gnus-button-ctan-directory-regexp): Update.
18782
18783 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18784
18785         * sieve-manage.el (sieve-manage-interactive-login):
18786         Use make-local-variable rather than make-variable-buffer-local.
18787         (sieve-manage-open): Ditto.
18788         (sieve-manage-authenticate): Ditto.
18789
18790         * mml.el (mml-generate-mime-1): Make the content type default to
18791         text/plain if the filename is not specified.
18792
18793 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18794
18795         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18796         instead of insert-buffer.
18797
18798         * message.el (message-yank-original): Ditto; set the mark at the
18799         end of the yanked message.
18800
18801 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18802
18803         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18804         lines to scroll rather than to stop it.
18805
18806         * mml.el (mml-generate-default-type): Add doc string.
18807         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18808         default to application/octet-stream when determining the content
18809         type if it is not specified for the part or the mml contents; add
18810         a comment about mml-generate-default-type.
18811
18812 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18813
18814         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18815         make it default to application/octet-stream when determining the
18816         content type if it is not specified for the external contents.
18817
18818 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18819
18820         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18821         segmented parameter but also other parameters might be there.
18822
18823 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18824
18825         * mm-decode.el (mm-display-external): Delete temp file, directory
18826         and buffer immediately if the external process is exited.
18827
18828 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18829
18830         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18831         fewer lines than that of scroll-margin.
18832         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18833
18834 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18835
18836         * gnus-art.el (gnus-article-next-page): Revert.
18837         (gnus-article-beginning-of-window): New macro.
18838         (gnus-article-next-page-1): Use it.
18839         (gnus-article-prev-page): Ditto.
18840         (gnus-article-edit-part): Use insert-buffer-substring instead of
18841         insert-buffer.
18842         (gnus-article-edit-exit): Ditto.
18843
18844         * gnus-util.el (gnus-beginning-of-window): Remove.
18845         (gnus-end-of-window): Remove.
18846
18847         * lpath.el: Don't bind header-line-format and scroll-margin.
18848
18849 2005-07-25  Simon Josefsson  <jas@extundo.com>
18850
18851         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18852         to have the url package without w3.  Reported by Daiki Ueno
18853         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18854
18855 2005-07-20  Didier Verna  <didier@xemacs.org>
18856
18857         * gnus-diary.el: Remove the description comment (nndiary is now
18858         properly documented in the Gnus manual).
18859         Fix the spelling of "Back End".
18860         * nndiary.el: Ditto.
18861         Fix the copyright notice.
18862
18863 2005-07-18  Romain Francoise  <romain@orebokech.com>
18864
18865         * gnus-sum.el (gnus-summary-to-prefix)
18866         (gnus-summary-newsgroup-prefix): New variables.
18867         (gnus-summary-from-or-to-or-newsgroups): Use them.
18868
18869 2005-07-17  Romain Francoise  <romain@orebokech.com>
18870
18871         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18872         space as it's generally not especially interesting to the user.
18873
18874 2005-07-16  Romain Francoise  <romain@orebokech.com>
18875
18876         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18877         nil to avoid prompting and file modification if one of the
18878         messages at the top of the nnfolder file contains a copyright
18879         notice.
18880         Update copyright notice.
18881
18882         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18883         instead of `current-time-string' as the latter creates a time
18884         string that is not RFC 2822 compliant (it lacks the zone).
18885         Update copyright notice.
18886
18887 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18888
18889         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18890         for text/rtf.  Display default in prompt.  Pass default for M-n.
18891
18892         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18893
18894 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18895
18896         * gnus-msg.el (gnus-button-mailto):
18897         Remove save-selected-window-window hackery because it relies on
18898         save-selected-window internals.
18899
18900 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18901
18902         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18903         (gnus-article-next-page-1): Use gnus-beginning-of-window.
18904         (gnus-article-prev-page): Ditto.
18905
18906         * gnus-util.el (gnus-beginning-of-window): New function.
18907         (gnus-end-of-window): New function.
18908
18909         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
18910
18911 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18912
18913         * gnus-score.el (gnus-score-edit-all-score):
18914         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18915         gnus-message.
18916
18917 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18918
18919         * gnus-msg.el (gnus-button-mailto):
18920         Remove save-selected-window-window hackery because it relies on
18921         save-selected-window internals.
18922
18923 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18924
18925         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18926         add-minor-mode.
18927         (gnus-binary-mode): Ditto.
18928
18929         * gnus-topic.el (gnus-topic-mode): Ditto.
18930
18931 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
18932
18933         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18934         (gnus-article-prev-page): Take scroll-margin into consideration.
18935
18936 2005-07-04  Lute Kamstra  <lute@gnu.org>
18937
18938         Update FSF's address in GPL notices.
18939
18940 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18941
18942         * gnus.el (gnus-exit):
18943         * gnus-group.el (gnus-group-icons):
18944         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18945
18946         * gnus-nocem.el (gnus-nocem):
18947         * message.el (message-various, message-buffers, message-sending)
18948         (message-interface, message-forwarding, message-insertion)
18949         (message-headers, message-news, message-mail):
18950         * pgg-gpg.el (pgg-gpg):
18951         * pgg-parse.el (pgg-parse):
18952         * pgg-pgp.el (pgg-pgp):
18953         * pgg-pgp5.el (pgg-pgp5):
18954         * pop3.el (pop3): Finish `defgroup' description with period.
18955
18956 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18957
18958         * gnus-art.el (article-display-face): Improve the efficiency.
18959         (article-display-x-face): Ditto; remove gray x-face stuff.
18960
18961 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18962
18963         * gnus-art.el (article-display-face): Correct the position in
18964         which Faces are inserted.
18965
18966 2005-06-29  Didier Verna  <didier@xemacs.org>
18967
18968         * gnus-art.el (article-display-face): Display faces in correct
18969         order.
18970
18971 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18972
18973         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18974         (gnus-fill-real-hashtb): Use hash table instead of obarray.
18975         (gnus-nocem-check-article): Fetch the Type header.
18976         (gnus-nocem-message-wanted-p): Fix the way to examine types.
18977         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18978         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18979         make sure gnus-nocem-hashtb is initialized.
18980         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18981         (gnus-nocem-unwanted-article-p): Ditto.
18982
18983         * pgg.el (pgg-verify): Return the verification result.
18984
18985 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18986
18987         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18988         is ascii.
18989
18990 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18991
18992         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18993         `show-nonbreak-escape'.
18994
18995 2005-06-23  Lute Kamstra  <lute@gnu.org>
18996
18997         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18998
18999         * dig.el (dig-mode):
19000         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19001
19002 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19003
19004         * nnimap.el (nnimap-split-download-body): Fix spellings.
19005
19006 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19007
19008         * gnus-art.el (gnus-article-encrypt-body):
19009         * gnus-cus.el (gnus-score-customize):
19010         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19011         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19012
19013 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19014
19015         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19016         header by looking for magic "MII" at the beginning.
19017
19018 2005-06-16  Miles Bader  <miles@gnu.org>
19019
19020         * gnus-xmas.el (gnus-xmas-group-startup-message):
19021         Use renamed gnus-splash face.
19022
19023         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19024         (assistant-field-face): New backward-compatibility alias for renamed
19025         face.
19026         (assistant-render-text): Use renamed assistant-field face.
19027
19028         * spam.el (spam): Remove "-face" suffix from face name.
19029         (spam-face): New backward-compatibility alias for renamed face.
19030         (spam-face, spam-initialize): Use renamed spam face.
19031
19032         * message.el (message-header-to, message-header-cc)
19033         (message-header-subject, message-header-newsgroups)
19034         (message-header-other, message-header-name)
19035         (message-header-xheader, message-separator, message-cited-text)
19036         (message-mml): Remove "-face" suffix from face names.
19037         (message-header-to-face, message-header-cc-face)
19038         (message-header-subject-face, message-header-newsgroups-face)
19039         (message-header-other-face, message-header-name-face)
19040         (message-header-xheader-face, message-separator-face)
19041         (message-cited-text-face, message-mml-face):
19042         New backward-compatibility aliases for renamed faces.
19043         (message-font-lock-keywords): Use renamed message faces.
19044
19045         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19046         (sieve-test-commands, sieve-tagged-arguments):
19047         Remove "-face" suffix from face names.
19048         (sieve-control-commands-face, sieve-action-commands-face)
19049         (sieve-test-commands-face, sieve-tagged-arguments-face):
19050         New backward-compatibility aliases for renamed faces.
19051         (sieve-control-commands-face, sieve-action-commands-face)
19052         (sieve-test-commands-face, sieve-tagged-arguments-face):
19053         Use renamed sieve faces.
19054
19055         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19056         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19057         (gnus-group-news-3-empty, gnus-group-news-4)
19058         (gnus-group-news-4-empty, gnus-group-news-5)
19059         (gnus-group-news-5-empty, gnus-group-news-6)
19060         (gnus-group-news-6-empty, gnus-group-news-low)
19061         (gnus-group-news-low-empty, gnus-group-mail-1)
19062         (gnus-group-mail-1-empty, gnus-group-mail-2)
19063         (gnus-group-mail-2-empty, gnus-group-mail-3)
19064         (gnus-group-mail-3-empty, gnus-group-mail-low)
19065         (gnus-group-mail-low-empty, gnus-summary-selected)
19066         (gnus-summary-cancelled, gnus-summary-high-ticked)
19067         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19068         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19069         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19070         (gnus-summary-low-undownloaded)
19071         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19072         (gnus-summary-low-unread, gnus-summary-normal-unread)
19073         (gnus-summary-high-read, gnus-summary-low-read)
19074         (gnus-summary-normal-read, gnus-splash):
19075         Remove "-face" suffix from face names.
19076         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19077         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19078         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19079         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19080         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19081         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19082         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19083         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19084         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19085         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19086         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19087         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19088         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19089         (gnus-summary-normal-ticked-face)
19090         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19091         (gnus-summary-normal-ancient-face)
19092         (gnus-summary-high-undownloaded-face)
19093         (gnus-summary-low-undownloaded-face)
19094         (gnus-summary-normal-undownloaded-face)
19095         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19096         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19097         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19098         (gnus-splash-face):
19099         New backward-compatibility aliases for renamed faces.
19100         (gnus-group-startup-message): Use renamed gnus faces.
19101
19102         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19103         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19104         (gnus-server-agent): Remove "-face" suffix from face names.
19105         (gnus-server-agent-face, gnus-server-opened-face)
19106         (gnus-server-closed-face, gnus-server-denied-face)
19107         (gnus-server-offline-face):
19108         New backward-compatibility aliases for renamed faces.
19109         (gnus-server-agent-face, gnus-server-opened-face)
19110         (gnus-server-closed-face, gnus-server-denied-face)
19111         (gnus-server-offline-face): Use renamed gnus faces.
19112
19113         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19114         Remove "-face" suffix from face names.
19115         (gnus-picon-xbm-face, gnus-picon-face):
19116         New backward-compatibility aliases for renamed faces.
19117
19118         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19119         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19120         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19121         (gnus-cite-11): Remove "-face" suffix from face names.
19122         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19123         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19124         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19125         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19126         New backward-compatibility aliases for renamed faces.
19127         (gnus-cite-attribution-face, gnus-cite-face-list)
19128         (gnus-article-boring-faces): Use renamed gnus faces.
19129
19130         * gnus-art.el (gnus-signature, gnus-header-from)
19131         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19132         (gnus-header-content): Remove "-face" suffix from face names.
19133         (gnus-signature-face, gnus-header-from-face)
19134         (gnus-header-subject-face, gnus-header-newsgroups-face)
19135         (gnus-header-name-face, gnus-header-content-face):
19136         New backward-compatibility aliases for renamed faces.
19137         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19138
19139         * gnus-sum.el (gnus-summary-selected-face)
19140         (gnus-summary-highlight): Use renamed gnus faces.
19141         * gnus-group.el (gnus-group-highlight): Likewise.
19142
19143 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19144
19145         * gnus-sieve.el (gnus-sieve-article-add-rule):
19146         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19147         * spam-stat.el (spam-stat-buffer-change-to-spam)
19148         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19149
19150         * message.el (message-is-yours-p):
19151         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19152
19153 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19154
19155         * mm-view.el (mm-inline-text): Withdraw the last change.
19156
19157 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19158
19159         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19160         executing enriched-decode.
19161
19162 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19163
19164         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19165         charset of tar files.
19166
19167 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19168
19169         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19170
19171 2005-06-04  Lute Kamstra  <lute@gnu.org>
19172
19173         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19174         information is never recorded.
19175
19176 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19177
19178         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19179
19180 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19181
19182         * pop3.el (pop3-apop): Run md5 in the binary mode.
19183
19184         * starttls.el (starttls-set-process-query-on-exit-flag):
19185         Use eval-and-compile.
19186
19187 2005-05-31  Simon Josefsson  <jas@extundo.com>
19188
19189         * smime.el (smime-replace-in-string): Define.
19190         (smime-cert-by-ldap-1): Use it.
19191
19192 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19193
19194         * gnus-art.el (article-display-x-face): Replace
19195         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19196
19197         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19198         set-process-query-on-exit-flag or process-kill-without-query.
19199
19200         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19201         loop instead of replace-regexp.
19202
19203         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19204         instead of process-kill-without-query if it is available.
19205
19206         * lpath.el: Fbind ldap-search-entries.
19207
19208         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19209         instead of find-file-hooks if it is available.
19210
19211         * mml1991.el: Bind pgg-default-user-id when compiling.
19212
19213         * mml2015.el: Bind pgg-default-user-id when compiling.
19214
19215         * nndraft.el (nndraft-request-associate-buffer):
19216         Use write-contents-functions instead of write-contents-hooks if it is
19217         available.
19218
19219         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19220         instead of find-file-hooks if it is available.
19221
19222         * nntp.el (nntp-open-connection): Replace
19223         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19224         (nntp-open-ssl-stream): Ditto.
19225         (nntp-open-tls-stream): Ditto.
19226
19227         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19228         set-process-query-on-exit-flag or process-kill-without-query.
19229         (starttls-open-stream-gnutls): Use it instead of
19230         process-kill-without-query.
19231         (starttls-open-stream): Ditto.
19232
19233 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19234
19235         * smime.el (smime-cert-by-ldap-1): Don't use
19236         replace-regexp-in-string.
19237
19238 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19239
19240         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19241
19242         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19243         in PEM format.  Adjust to the XEmacs compatibility.
19244
19245 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19246
19247         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19248         by `string-to-number'.
19249         * gnus-agent.el (gnus-agent-regenerate-group)
19250         (gnus-agent-fetch-articles): Ditto.
19251         * gnus-art.el (gnus-button-fetch-group): Ditto.
19252         * gnus-cache.el (gnus-cache-generate-active)
19253         (gnus-cache-articles-in-group): Ditto.
19254         * gnus-group.el (gnus-group-set-current-level)
19255         (gnus-group-insert-group-line): Ditto.
19256         * gnus-score.el (gnus-score-set-expunge-below)
19257         (gnus-score-set-mark-below, gnus-summary-score-effect)
19258         (gnus-summary-score-entry): Ditto.
19259         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19260         (gnus-soup-pack): Ditto.
19261         * gnus-spec.el (gnus-xmas-format): Ditto.
19262         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19263         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19264         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19265         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19266         * nndb.el (nndb-get-remote-expire-response): Ditto.
19267         * nndiary.el (nndiary-parse-schedule-value)
19268         (nndiary-string-to-number, nndiary-request-replace-article)
19269         (nndiary-request-article): Ditto.
19270         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19271         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19272         * nneething.el (nneething-make-head): Ditto.
19273         * nnfolder.el (nnfolder-request-article)
19274         (nnfolder-retrieve-headers): Ditto.
19275         * nnheader.el (nnheader-file-to-number): Ditto.
19276         * nnkiboze.el (nnkiboze-request-article): Ditto.
19277         * nnmail.el (nnmail-process-unix-mail-format)
19278         (nnmail-process-babyl-mail-format): Ditto.
19279         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19280         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19281         (nnmh-request-create-group, nnmh-request-list-1)
19282         (nnmh-request-group, nnmh-request-article): Ditto.
19283         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19284         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19285         * nnsoup.el (nnsoup-make-active): Ditto.
19286         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19287         * nntp.el (nntp-find-group-and-number)
19288         (nntp-retrieve-headers-with-xover): Ditto.
19289         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19290         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19291         (pgg-format-key-identifier): Ditto.
19292         * pop3.el (pop3-last, pop3-stat): Ditto.
19293         * qp.el (quoted-printable-decode-region): Ditto.
19294
19295         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19296         of concat.
19297
19298 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19299
19300         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19301
19302         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19303
19304         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19305
19306         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19307
19308         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19309
19310         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19311
19312         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19313         (gnus-carpal-mode): Ditto.
19314
19315         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19316         (gnus-browse-mode): Ditto.
19317
19318         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19319
19320         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19321
19322 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19323
19324         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19325
19326 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19327
19328         * gnus-util.el (gnus-run-mode-hooks): New function.
19329
19330         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19331
19332         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
19333         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
19334
19335 2005-05-27  Lute Kamstra  <lute@gnu.org>
19336
19337         * dns-mode.el (dns-mode): Specify customization group.
19338
19339 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19340
19341         * gnus-agent.el (gnus-agent-make-mode-line-string):
19342         Use mode-line-highlight as mouse-face.
19343
19344 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19345
19346         * canlock.el (canlock): Change the parent group to news.
19347
19348         * deuglify.el (gnus-outlook-deuglify): Add :group.
19349
19350         * dig.el (dig): Add :group.
19351
19352         * dns-mode.el (dns-mode): Add :group.
19353
19354         * encrypt.el (encrypt): Add :group.
19355
19356         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19357         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19358         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19359         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19360         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19361
19362         * gnus-diary.el (gnus-diary): Add :group.
19363
19364         * gnus.el (gnus-group-news-1-face): Add :group.
19365         (gnus-group-news-1-empty-face): Ditto.
19366         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19367         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19368         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19369         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19370         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19371         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19372         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19373         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19374         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19375         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19376         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19377         (gnus-summary-high-ticked-face): Ditto.
19378         (gnus-summary-low-ticked-face): Ditto.
19379         (gnus-summary-normal-ticked-face): Ditto.
19380         (gnus-summary-high-ancient-face): Ditto.
19381         (gnus-summary-low-ancient-face): Ditto.
19382         (gnus-summary-normal-ancient-face): Ditto.
19383         (gnus-summary-high-undownloaded-face): Ditto.
19384         (gnus-summary-low-undownloaded-face): Ditto.
19385         (gnus-summary-normal-undownloaded-face): Ditto.
19386         (gnus-summary-high-unread-face): Ditto.
19387         (gnus-summary-low-unread-face): Ditto.
19388         (gnus-summary-normal-unread-face): Ditto.
19389         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19390         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19391
19392         * hashcash.el (hashcash): New custom group.
19393         (hashcash-default-payment): Add :group.
19394         (hashcash-payment-alist): Ditto.
19395         (hashcash-default-accept-payment): Ditto.
19396         (hashcash-accept-resources): Ditto.
19397         (hashcash-path): Ditto.
19398         (hashcash-extra-generate-parameters): Ditto.
19399         (hashcash-double-spend-database): Ditto.
19400         (hashcash-in-news): Ditto.
19401
19402         * message.el (message-minibuffer-local-map): Add :group.
19403
19404         * netrc.el (netrc): Add :group.
19405
19406         * sieve-manage.el (sieve-manage-log): Add :group.
19407         (sieve-manage-default-user): Diito.
19408         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19409         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19410         (sieve-manage-authenticators): Ditto.
19411         (sieve-manage-authenticator-alist): Ditto.
19412         (sieve-manage-default-port): Ditto.
19413
19414         * sieve-mode.el (sieve-control-commands-face): Add :group.
19415         (sieve-action-commands-face): Ditto.
19416         (sieve-test-commands-face): Ditto.
19417         (sieve-tagged-arguments-face): Ditto.
19418
19419         * smime.el (smime): Add :group.
19420
19421         * spam-report.el (spam-report): Add :group.
19422
19423         * spam.el (spam, spam-face): Add :group.
19424
19425 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19426
19427         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19428         return \n.\n.\n at the end of articles.  Protect against that.
19429         (nntp-with-open-group): Allow debugging.
19430
19431         * nnheader.el (mail-header-set-extra): Make into a function
19432         because I just could't understand how to quote the list properly.
19433
19434         * dns.el (query-dns-cached): New function.
19435
19436 2005-05-26  Lute Kamstra  <lute@gnu.org>
19437
19438         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19439
19440 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19441
19442         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
19443
19444         * gnus-art.el: Don't autoload mail-extract-address-components.
19445
19446         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19447         eval-and-compile to evaluate it.
19448
19449         * hashcash.el: Don't autoload executable-find.
19450
19451         * nndb.el: Don't declare the nndb back end two or more times; don't
19452         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19453
19454         * nntp.el: Autoload format-spec instead of format; use
19455         eval-and-compile to evaluate autoload forms.
19456
19457 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19458
19459         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19460
19461 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19462
19463         * gnus.el (gnus-version-number): Bump version.
19464
19465 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19466
19467         * gnus.el: No Gnus v0.3 is released.
19468
19469 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19470
19471         * lpath.el (featurep): Bind show-nonbreak-escape.
19472
19473 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19474
19475         * gnus-art.el (gnus-article-edit-part): Disable undo.
19476
19477 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19478
19479         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19480         gnus-article-date-lapsed-new-header is t if date timer is active;
19481         skip headers in which the original date value is empty.
19482         (gnus-article-save-original-date): Redefine it as a macro.
19483         (gnus-display-mime): Use it.
19484
19485 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19486
19487         * gnus-art.el (article-date-ut): Support converting date in
19488         forwarded parts as well.
19489         (gnus-article-save-original-date): New function.
19490         (gnus-display-mime): Use it.
19491
19492 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19493
19494         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19495         enclosure element of <item>.
19496
19497 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19498
19499         * message.el (message-kill-buffer-query): Rename from
19500         `message-kill-buffer-query-if-modified'.  Add :version.
19501
19502 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19503
19504         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19505         window layout.
19506
19507 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19508
19509         * mml.el: Autoload dnd when compiling.
19510
19511 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19512
19513         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19514         x-dnd-*.
19515
19516 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19517
19518         * qp.el (quoted-printable-encode-region): Save excursion.
19519
19520 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19521
19522         * message.el (message-kill-buffer-query-if-modified): Add new variable
19523         so the user can kill a modified message buffer quickly.
19524         (message-kill-buffer): Use it.
19525
19526 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19527
19528         * lpath.el: Fbind display-time-event-handler; don't fbind
19529         string-to-multibyte.
19530
19531         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19532
19533 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19534
19535         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19536         contained in text because xml.el decodes entities) with LFs.
19537
19538 2005-04-11  Lute Kamstra  <lute@gnu.org>
19539
19540         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19541         differently.
19542
19543 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19544
19545         * mm-util.el (mm-detect-coding-region): Typo.
19546
19547 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19548
19549         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19550
19551 2005-04-06  Deepak Goel  <deego@gnufans.org>
19552
19553         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19554         user-function allow user modifications of the scores.
19555         (spam-stat-score-buffer-user): New function, to allow
19556         user-computed modifications to the score.
19557         (spam-stat-score-buffer-user-functions): List of additional
19558         scoring functions.
19559         (spam-stat-error-holder): Global temporary error holder.
19560         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19561         variable.
19562
19563 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19564
19565         * gnus-registry.el (gnus-registry-clean-empty-function)
19566         (gnus-registry-trim, gnus-registry-fetch-groups)
19567         (gnus-registry-delete-group): Groups that match
19568         `gnus-registry-ignored-groups' are removed from the registry
19569         entries, not just ignored for splitting.  This helps clean up the
19570         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
19571         to get all the groups a message ID is in.
19572
19573         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19574         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19575         (spam-stat-score-buffer-user-functions): Add :number custom type.
19576
19577 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19578
19579         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19580         argument in XEmacs.
19581
19582         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19583         (nnrss-request-group): Decode group name first.
19584         (nnrss-request-article): Make a text/plain article if mml-to-mime
19585         failed.
19586         (nnrss-get-encoding): Return a compatible encoding according to
19587         nnrss-compatible-encoding-alist.
19588         (nnrss-find-el): Use consp instead of listp.
19589         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19590
19591 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19592
19593         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19594         which Emacs 20 doesn't support.
19595         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19596
19597 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19598
19599         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19600         silence the byte compiler inside the defun.
19601
19602         * gnus-demon.el (parse-time-string): Add autoload.
19603
19604         * gnus-delay.el (parse-time-string): Add autoload.
19605
19606         * gnus-art.el (parse-time-string): Add autoload.
19607
19608         * nnultimate.el (parse-time): Require for `parse-time-string'.
19609
19610 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19611
19612         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19613
19614         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19615
19616         * smime.el (smime-ldap-host-list): Add :version.
19617
19618 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19619
19620         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19621         pass it to `gnus-browse-read-group'.
19622         (gnus-browse-read-group): Add NUMBER argument and pass it to
19623         `gnus-group-read-ephemeral-group'.
19624
19625         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19626         argument and pass it to `gnus-group-read-group'.
19627
19628 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
19629
19630         * mm-util.el (mm-xemacs-find-mime-charset): Only call
19631         mm-xemacs-find-mime-charset-1 if we have the mule feature
19632         available at runtime.
19633
19634 2005-03-25  Werner Lemberg  <wl@gnu.org>
19635
19636         * nnmaildir.el: Replace `illegal' with `invalid'.
19637
19638 2005-03-23  Lute Kamstra  <lute@gnu.org>
19639
19640         * time-date.el: Add comment on time value formats.
19641         Don't require parse-time.
19642         (with-decoded-time-value): New macro.
19643         (encode-time-value): New function.
19644         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19645         (days-to-time): Return a valid time value when arg is huge.
19646         (time-since): Use time-subtract.
19647         (time-to-number-of-days): Use time-to-seconds.
19648
19649 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19650
19651         * gnus-start.el (gnus-display-time-event-handler):
19652         Check display-time-timer at runtime rather than only at load time
19653         in case display-time-mode is turned off in the mean time.
19654
19655 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19656
19657         * nnimap.el (nnimap-open-connection): Print which authinfo file is
19658         used.
19659
19660         * nneething.el (nneething-map-file-directory): Derive from
19661         `gnus-directory'.
19662
19663         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19664         the To/Cc button.
19665
19666 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19667
19668         * nnmaildir.el (nnmaildir-request-accept-article):
19669         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19670
19671 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19672
19673         * gnus-async.el: Require timer-funcs at compile time when in
19674         XEmacs for `run-with-idle-timer'.
19675
19676 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19677
19678         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19679         autoloaded function.
19680
19681 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19682
19683         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19684
19685 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
19686
19687         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19688
19689 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19690
19691         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19692         Add gnus-expert-user to default.
19693
19694 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
19695
19696         * nnimap.el (nnimap-open-server): Ditto.
19697
19698         * imap.el (imap-authenticate): Fix typo.
19699
19700 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
19701
19702         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19703         buffer (since IMAP server might return FETCH response out of
19704         order, and the nntp buffer must be sorted).
19705
19706 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
19707
19708         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19709         comparison on string.
19710
19711         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19712         (gnus-agent-score): Rename category keywords to match gnus-cus.
19713         (gnus-agent-summary-fetch-series): Modify to protect against
19714         gnus-agent-summary-fetch-group clearing processable flags.
19715         (gnus-agent-synchronize-group-flags): Update live group buffer as
19716         synchronization may occur due to the user toggle the plugged
19717         status.
19718         (gnus-agent-fetch-group-1): Clear downloadable flag when article
19719         successfully downloaded.
19720         (gnus-agent-expire-group-1): Avoid using markers when the overview
19721         is in ascending order; greatly improves performance.
19722         (gnus-agent-regenerate-group):
19723         Use gnus-agent-synchronize-group-flags to reset read status in both
19724         gnus and server.
19725         (gnus-agent-update-files-total-fetched-for): Fix initial size.
19726
19727 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19728
19729         * message.el: Don't autoload former message-utils variables.
19730         (message-strip-subject-trailing-was): Change doc string.
19731
19732         * nnweb.el: Fixes for `gnus-group-make-web-group'.
19733         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
19734         (nnweb-google-search): Add "hl=en" here.
19735         (nnweb-google-parse-1, nnweb-google-create-mapping):
19736         Don't hardcode URL.
19737
19738 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19739
19740         * message.el (message-get-reply-headers, message-followup):
19741         Mention related variables `message-use-followup-to' and
19742         `message-use-mail-followup-to', in the information buffer.
19743
19744         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19745         of broken groups(-beta).google.com.
19746
19747 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19748
19749         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19750         parameter to invoked gnus-request-move-article; remove the
19751         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19752         all at once instead of once per article.
19753         (gnus-summary-remove-process-mark): Accept a list of articles as
19754         well as a single article for processing.
19755
19756         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19757         parameter.
19758
19759         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19760
19761         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19762
19763         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19764         parameter.
19765
19766         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19767         parameter.
19768
19769         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19770         parameter and remove the gnus-sum-hint-move-is-internal variable.
19771
19772         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19773         parameter.
19774
19775         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19776         parameter.
19777
19778         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19779         parameter.
19780
19781         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19782
19783         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19784         parameter.
19785
19786         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19787         parameter.
19788
19789 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19790
19791         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19792         a more conservative way.
19793
19794 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19795
19796         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19797         buffer, so it moves the window's cursor.
19798
19799 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19800
19801         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19802         `mm-dissect-multipart' and receive the from field as an (optional)
19803         argument from `mm-dissect-multipart'.
19804         (mm-dissect-multipart): Receive the from field as an argument and
19805         pass it on when we call `mm-dissect-buffer' on MIME parts.
19806         Fixes verification/decryption of signed/encrypted MIME parts.
19807
19808 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19809
19810         * gnus-sum.el (gnus-summary-move-article):
19811         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19812         whatever it calls (right now, only nnimap-request-move article
19813         respects it).
19814
19815         * nnimap.el (nnimap-request-move-article):
19816         When gnus-sum-hint-move-is-internal is set, don't do the extra
19817         nnimap-request-article.
19818
19819 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19820
19821         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19822
19823         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19824         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19825
19826         * gnus-sum.el (gnus-summary-caesar-message):
19827         Apply `gnus-treat-article' after rotation.
19828
19829         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19830         doc string.
19831
19832 2005-02-22  Simon Josefsson  <jas@extundo.com>
19833
19834         * encrypt.el (encrypt-password-cache-expiry): Remove (use
19835         `password-cache-expiry' instead).  Reported by Arne Jørgensen
19836         <arne@arnested.dk>.
19837         (encrypt): Add password-cache and password-cache-expiry as group
19838         members.
19839
19840 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
19841
19842         * smime.el (smime-ldap-host-list): Doc fix.
19843         (smime-ask-passphrase): Use `password-read-and-add' to read (and
19844         cache) password.
19845         (smime-sign-region): Use it.
19846         (smime-decrypt-region): Use it.
19847         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19848         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19849         fails.
19850         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19851         certificate from DER to PEM format rather than calling openssl.
19852
19853         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19854
19855         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19856         for signing/encryption.
19857
19858         * mml.el (mml-parse-1): Use them.
19859
19860 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
19861
19862         * nnrss.el (nnrss-verbose): Remove.
19863         (nnrss-request-group): Use `nnheader-message' instead.
19864
19865 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
19866
19867         * nnrss.el (nnrss-verbose): New variable.
19868         (nnrss-request-group): Make it say nnrss is requesting a group.
19869
19870 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19871
19872         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19873         Handle news URL with given port correctly.
19874
19875 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19876
19877         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19878         containing special characters.
19879
19880         * gnus-sum.el (gnus-summary-edit-article): Ditto.
19881
19882         * mml.el (mime-to-mml): Ditto.
19883
19884         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19885         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19886         (rfc2047-decode-region): Quote decoded words containing special
19887         characters when rfc2047-quote-decoded-words-containing-tspecials
19888         is non-nil.
19889
19890 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
19891
19892         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19893
19894         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19895
19896 2005-02-15  Simon Josefsson  <jas@extundo.com>
19897
19898         * nnimap.el (nnimap-debug): Doc fix.
19899
19900         * imap.el (imap-debug): Doc fix.
19901
19902 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19903
19904         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19905
19906 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
19907
19908         * gnus.el (spam-contents): Improve docs for spam-contents
19909         parameter in its variable incarnation.
19910
19911 2005-02-14  Simon Josefsson  <jas@extundo.com>
19912
19913         * smime-ldap.el: Use require instead of load-library for ldap.
19914         (smime-ldap-search): Indent.
19915         (smime-ldap-search-internal): Shorten line.
19916
19917         * smime.el (smime-cert-by-dns): Add doc-string.
19918         (smime-cert-by-ldap-1): Indent.
19919
19920         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19921         mml-smime-get-dns-ldap.
19922         (mml-smime-encrypt-query): Use new function.  Default to ldap.
19923
19924 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
19925
19926         * smime.el: Require smime-ldap.
19927         (smime-ldap-host-list): New variable.
19928         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19929
19930         * mml-smime.el (mml-smime-encrypt-query): New function.
19931         (mml-smime-encrypt-query): Use it.
19932
19933         * smime-ldap.el: New file.
19934
19935 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19936
19937         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19938
19939 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19940
19941         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19942         argument in doc string.  Make query for type more clear.
19943
19944 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19945
19946         * gnus.el (gnus-group-startup-message): Search for gnus images in
19947         etc/images/gnus.
19948         * mm-util.el (mm-image-load-path): Likewise.
19949         * smiley.el (smiley-data-directory): Search for smilies in
19950         etc/images/smilies.
19951
19952 2005-02-09  Kim F. Storm  <storm@cua.dk>
19953
19954         Change Emacs release version from 21.4 to 22.1 throughout.
19955         Change Emacs development version from 21.3.50 to 22.0.50.
19956
19957 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19958
19959         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19960
19961         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19962         non-Mule XEmacs as well.
19963         (mm-decompress-buffer): Signal an error intentionally if it does
19964         not decompress compressed data because auto-compression-mode is
19965         disabled.
19966
19967 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
19968
19969         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19970         an ID in the registry even if it has no groups.
19971
19972 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19973
19974         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19975         merge it into mm-decompress-buffer.
19976         (gnus-mime-copy-part): Use the MIME part charset, the value which
19977         a user specified or gnus-newsgroup-charset for decoding, like
19978         gnus-mime-inline-part does; set buffer-file-coding-system to tell
19979         save-buffer what was used.  Suggested by Kevin Ryde
19980         <user42@zip.com.au>.
19981         (gnus-mime-inline-part): Allow the name parameter as well as the
19982         filename parameter; force decompressing of compressed data; always
19983         display contents being not decoded as unibyte.
19984
19985         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19986         as well as the filename parameter.
19987
19988         * mm-util.el (mm-decompress-buffer):
19989         Merge gnus-mime-jka-compr-maybe-uncompress.
19990         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19991         of compressed data.
19992
19993 2005-02-08  Simon Josefsson  <jas@extundo.com>
19994
19995         * imap.el (imap-log): Doc fix.
19996
19997 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19998
19999         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20000         the coding cookies; decompress compressed parts.
20001
20002         * mml.el (mml-generate-mime-1): Add the charset parameter according
20003         to the value which a user specified manually or the coding cookie.
20004
20005         * mm-util.el (mm-string-to-multibyte): New function.
20006         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20007         (mm-coding-system-to-mime-charset): New function.
20008         (mm-decompress-buffer): New function.
20009         (mm-find-buffer-file-coding-system): New function.
20010
20011         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20012         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20013         parts.
20014
20015 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20016
20017         * mm-view.el (mm-display-inline-fontify): Decode a part according
20018         to the charset parameter.
20019
20020 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20021
20022         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20023         prefix arg is neither nil nor a number, as info specifies.
20024
20025 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20026
20027         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20028         timestamps.
20029
20030 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20031
20032         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20033         groups error checking and notify user.
20034
20035 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20036
20037         * message.el (message-send-mail-function): Check existence of
20038         sendmail-program first before using default value
20039         `message-send-mail-with-sendmail'.  Otherwise use more generic
20040         `smtpmail-send-it'.
20041
20042 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20043
20044         * nntp.el (nntp-request-update-info): Always return nil.
20045
20046 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20047
20048         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20049
20050 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20051
20052         * message.el (message-beginning-of-line): Change the behavior when
20053         invoked between BOL and : so that it first moves backward.
20054
20055 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20056
20057         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20058         article buffer when editing of the article is discarded.
20059         (gnus-article-prepare): Revert.
20060
20061 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20062
20063         * gnus-art.el (gnus-article-prepare):
20064         Remove message-strip-forbidden-properties from the local hook.
20065
20066 2005-01-27  Simon Josefsson  <jas@extundo.com>
20067
20068         * password.el (password-cache-add): Only start one timer per key.
20069         Reported by Derek Atkins <warlord@MIT.EDU>.
20070
20071 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20072
20073         * run-at-time.el: Remove.  It is no longer needed as
20074         timer-funcs.el in the xemacs-base package has a working version of
20075         `run-at-time'.
20076
20077         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
20078
20079         * password.el: Require timer-funcs instead of run-at-time in
20080         XEmacs.
20081         Remove `password-run-at-time' macro.
20082         (password-cache-add): Use `run-at-time' instead of
20083         `password-run-at-time'.
20084
20085         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
20086         Remove `nnheader-cancel-function-timers' alias,
20087         `cancel-function-timers' exists in XEmacs in timer-funcs.
20088
20089         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20090         for `run-with-idle-timer'.
20091
20092         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20093         for `run-at-time'.
20094
20095         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20096         for `with-timeout'.
20097
20098         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
20099         the same as for XEmacs 21.4.
20100         No need to ignore `run-with-idle-timer', this function exists in
20101         XEmacs now in timer-funcs.el in the xemacs-base package.
20102         (dgnushack-compile): No need to delete
20103         run-at-time.el from the list of files to compile because it
20104         doesn't exist anymore.
20105
20106 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20107
20108         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20109         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20110
20111 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20112
20113         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20114         sensitively.
20115
20116 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20117
20118         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20119
20120 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20121
20122         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20123         which will be inserted according to the multibyteness of a buffer
20124         rather than the type of contents.  Suggested by ARISAWA Akihiro
20125         <ari@mbf.ocn.ne.jp>.
20126
20127         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20128         of string which old xml.el may return rather than a string.
20129
20130 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20131
20132         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20133
20134 2005-01-16  Simon Josefsson  <jas@extundo.com>
20135
20136         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20137         idn/idna.el isn't available.
20138         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20139         <michael@waxrat.com>.
20140
20141         * hashcash.el: Remove non-FSF copyright header.
20142
20143         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20144         (hashcash-generate-payment): Use it.
20145         (hashcash-generate-payment-async): Use it.
20146
20147 2005-01-15  Simon Josefsson  <jas@extundo.com>
20148
20149         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20150         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20151
20152         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20153         gnus-summary-idna-message.
20154         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20155         (gnus-summary-idna-message): New function.
20156
20157 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20158
20159         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20160         gnus-novice-user.
20161
20162 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20163
20164         * nnrss.el (nnrss-request-delete-group): Delete entries in
20165         nnrss-group-alist as well.
20166         (nnrss-save-server-data): Insert newline.
20167
20168 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20169
20170         * gnus.el (gnus-user-agent): Use list of symbols instead of
20171         symbols.  Display full version number for (S)XEmacs.
20172         Optionally display (S)XEmacs codename.
20173
20174         * gnus-util.el (gnus-emacs-version): Update for new
20175         `gnus-user-agent'.
20176
20177         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20178         Gnus version.
20179
20180 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20181
20182         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20183         which is unreadable in some setups.
20184
20185 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20186
20187         * gnus-spec.el (gnus-update-format-specifications): Flush the
20188         group format spec cache if it doesn't support decoded group names.
20189
20190 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20191
20192         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20193         Allow to apply decay on score files matching a regexp.
20194
20195 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20196
20197         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20198         compatibility in %g and %c.
20199
20200 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20201
20202         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20203         name for only %g and %c.
20204         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20205         of gnus-tmp-group to decoded group name.
20206         (gnus-group-make-rss-group): Exclude `/'s from group names.
20207
20208 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20209
20210         * nnrss.el (nnrss-get-encoding): Fix regexp.
20211
20212 2004-12-27  Simon Josefsson  <jas@extundo.com>
20213
20214         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20215         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20216         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20217
20218 2004-12-17  Kim F. Storm  <storm@cua.dk>
20219
20220         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20221
20222         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20223
20224 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20225
20226         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20227
20228 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20229
20230         * nnrss.el: Require rfc2047 and mml.
20231         (nnrss-file-coding-system): New variable.
20232         (nnrss-format-string): Redefine it as an inline function.
20233         (nnrss-decode-group-name): New function.
20234         (nnrss-string-as-multibyte): Remove.
20235         (nnrss-retrieve-headers): Decode group name; don't use
20236         nnrss-format-string.
20237         (nnrss-request-group): Decode group name.
20238         (nnrss-request-article): Decode group name; allow a Message-ID as
20239         well as an article number; don't use nnrss-format-string; encode a
20240         Message-ID string which may contain non-ASCII characters; use
20241         mml-to-mime to compose a MIME article.
20242         (nnrss-request-expire-articles): Decode group name.
20243         (nnrss-request-delete-group): Decode group name.
20244         (nnrss-fetch): Clarify error message.
20245         (nnrss-read-server-data): Use insert-file-contents instead of load;
20246         bind file-name-coding-system; use multibyte buffer.
20247         (nnrss-save-server-data): Bind coding-system-for-write to the
20248         value of nnrss-file-coding-system; bind file-name-coding-system;
20249         add coding cookie.
20250         (nnrss-read-group-data): Use insert-file-contents instead of load;
20251         bind file-name-coding-system; use multibyte buffer.
20252         (nnrss-save-group-data): Bind coding-system-for-write to the
20253         value of nnrss-file-coding-system; bind file-name-coding-system.
20254         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20255         make it work with non-ASCII text.
20256         (nnrss-find-el): Make it work with old xml.el as well.
20257
20258 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20259
20260         * nnrss.el (nnrss-get-encoding): New function.
20261         (nnrss-fetch): Use unibyte buffer initially; bind
20262         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20263         decode contents according to the encoding attribute.
20264         (nnrss-save-group-data): Add coding cookie.
20265         (nnrss-mime-encode-string): New function.
20266         (nnrss-check-group): Use it to encode subject and author.
20267
20268 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20269
20270         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20271         imaginary variable.
20272
20273 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20274
20275         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20276         correctly even if there are wide characters.
20277
20278 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20279
20280         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20281         downcased symbol names; make a new cache instead of reusing
20282         bbdb-hashtable.
20283
20284 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20285
20286         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20287         concatenating segments rather than before concatenating them.
20288         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20289
20290         * message.el (message-get-reply-headers): Bind `extra'.
20291
20292 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20293
20294         * message.el (message-extra-wide-headers): New variable.
20295         (message-get-reply-headers): Use it.
20296
20297 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20298
20299         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20300         (gnus-agent-group-pathname): Ditto.
20301
20302         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20303
20304         * gnus-group.el (gnus-group-make-group): Decode group name.
20305         (gnus-group-make-rss-group): Register the group data after opening
20306         the nnrss group.
20307
20308 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20309
20310         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20311         by expiry now get marked as read.
20312
20313 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20314
20315         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20316
20317 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20318
20319         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20320         unify Latin characters in XEmacs.
20321         (mm-find-mime-charset-region): Use it.
20322
20323 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20324
20325         * gnus-util.el (gnus-delete-directory): New function.
20326
20327         * gnus-agent.el (gnus-agent-delete-group): Use it.
20328
20329         * gnus-cache.el (gnus-cache-delete-group): Use it.
20330
20331 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20332
20333         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20334         names.
20335
20336 2004-12-16  Simon Josefsson  <jas@extundo.com>
20337
20338         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20339
20340 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20341
20342         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20343
20344         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20345         (gnus-group-set-current-level): Decode group name.
20346
20347 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20348
20349         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20350         failed.
20351
20352 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20353
20354         * gnus-group.el (gnus-group-delete-group): Decode group name.
20355         (gnus-group-make-rss-group): Encode group name.
20356         (gnus-group-catchup-current): Decode group name.
20357         (gnus-group-kill-group): Decode group name.
20358
20359 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20360
20361         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20362
20363 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20364
20365         * gnus-group.el (gnus-group-make-rss-group):
20366         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20367
20368         * gnus-start.el (gnus-setup-news): Honor user's setting to
20369         gnus-message-archive-method.  Suggested by Lute Kamstra
20370         <lute@gnu.org>.
20371
20372 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20373
20374         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20375         global counterparts of the buffer-local variables.
20376
20377 2004-11-16  Romain Francoise  <romain@orebokech.com>
20378
20379         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20380         counterparts of the buffer-local variables.
20381
20382 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20383
20384         * message.el (message-forbidden-properties): Fix typo in doc
20385         string.
20386
20387 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20388
20389         * gnus-util.el (gnus-replace-in-string): Add doc string.
20390
20391         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20392         to avoid problems when splitting mails with many recipients.
20393
20394 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20395
20396         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20397         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20398
20399 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20400
20401         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20402         if there is no hashtable in memory or file modification time is
20403         newer than cached timestamp.
20404
20405 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20406
20407         * gnus-sum.el (gnus-summary-limit-to-recipient):
20408         Implement not-matching option.
20409
20410 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20411
20412         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20413         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20414         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20415         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20416         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20417         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20418
20419 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20420
20421         * message.el (message-forward-make-body-mml): Remove headers
20422         according to message-forward-ignored-headers if a message is decoded.
20423
20424 2004-12-02  Romain Francoise  <romain@orebokech.com>
20425
20426         * message.el (message-forward-make-body-plain): Always remove
20427         headers according to message-forward-ignored-headers.
20428
20429 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20430
20431         * spam.el (spam-summary-prepare-exit): Remove the
20432         gnus-summary-limit pop for now, it has problems with ham marks for
20433         me.
20434
20435 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20436
20437         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20438         correctly.
20439
20440 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20441
20442         * format-spec.el (format-spec): Message the char.
20443
20444 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20445
20446         * gnus-art.el (gnus-split-methods): Reformat comments.
20447
20448         * spam.el (spam-summary-prepare-exit): Remove article limits
20449         before exiting the summary buffer.
20450
20451 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20452
20453         * lpath.el: Remove bbdb-create-internal, bbdb-records,
20454         spam-BBDB-register-routine and spam-enter-ham-BBDB.
20455
20456         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20457         order to silence the byte compiler.
20458
20459         * spam.el: Fix the way to silence the byte compiler, which
20460         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20461         bbdb-search-simple, spam-BBDB-register-routine,
20462         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20463         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20464         spam-stat-buffer-is-spam, spam-stat-load,
20465         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20466         spam-stat-save and spam-stat-split-fancy.
20467
20468 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20469
20470         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20471         which may confuse users.
20472         (canlock-password-for-verify): Ditto.
20473
20474         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20475
20476         * gnus-art.el (gnus-emphasis-alist): Ditto.
20477
20478         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20479
20480         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20481
20482         * gnus-start.el (gnus-save-killed-list): Ditto.
20483
20484         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20485         (gnus-sum-thread-tree-root): Ditto.
20486         (gnus-sum-thread-tree-false-root): Ditto.
20487         (gnus-sum-thread-tree-single-indent): Ditto.
20488
20489         * message.el (message-courtesy-message): Ditto.
20490         (message-archive-note): Ditto.
20491         (message-subscribed-address-file): Ditto.
20492         (message-user-fqdn): Ditto.
20493
20494         * spam-report.el (spam-report-gmane-regex): Ditto.
20495
20496         * spam.el (spam-blackhole-good-server-regex): Ditto.
20497
20498 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20499
20500         * mml.el (mml-preview): Widen the message buffer before copying
20501         the contents to the preview buffer; sort headers before previewing.
20502
20503         * message.el (message-hidden-headers): Fix the way to avoid a bug
20504         in the `repeat' widget in Emacs 21.3 or earlier.
20505
20506 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20507
20508         * message.el (message-hidden-headers): Default to "^References:".
20509         Improve customization type.  Suggested by Reiner Steib
20510         <Reiner.Steib@gmx.de>.
20511
20512 2004-11-25  Romain Francoise  <romain@orebokech.com>
20513
20514         * message.el (message-strip-forbidden-properties): Remove check for
20515         obsolete `message-hidden' text property, hidden headers are not
20516         accessible in the buffer anymore.
20517
20518 2004-11-22  Romain Francoise  <romain@orebokech.com>
20519
20520         * message.el (message-header-format-alist): Add `From' in list
20521         so that it can be sorted.
20522         (message-fix-before-sending): Widen and sort headers before
20523         sending.
20524         (message-hide-headers): Use narrowing to hide headers by moving
20525         them to the top of the buffer and narrowing to the region
20526         underneath.
20527
20528 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20529
20530         * message.el (message-strip-forbidden-properties):
20531         Bind buffer-read-only (etc) to nil.
20532
20533 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20534
20535         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20536         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20537
20538 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20539
20540         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20541
20542 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20543
20544         * dns.el (query-dns): Use sit-for to time instead of
20545         accept-process-output, since that doesn't seem to work on udp
20546         sockets.
20547
20548 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20549
20550         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20551
20552 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20553
20554         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20555         doc string.  Improve doc string.
20556
20557 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20558
20559         * nntp.el (nntp-request-update-info): Return nil if
20560         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20561         may not call gnus-activate-group which uselessly issues the GROUP
20562         commands for all nntp groups and wastes time.  Reported by Romain
20563         Francoise <romain@orebokech.com>.
20564
20565         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20566
20567 2004-11-15  Simon Josefsson  <jas@extundo.com>
20568
20569         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20570         headers separately.
20571         (gnus-button-openpgp): New function, inspired by Jochen Küpper
20572         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20573
20574 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
20575
20576         * gnus-start.el (gnus-convert-old-newsrc):
20577         Assign legacy-gnus-agent to 5.10.7.
20578
20579 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20580
20581         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20582         start of the lines.
20583
20584 2004-11-14  Magnus Henoch  <mange@freemail.hu>
20585
20586         * hashcash.el (hashcash-default-payment): Change default to 20.
20587         (hashcash-default-accept-payment): Change default to 20.
20588         (hashcash-process-alist): New variable.
20589         (hashcash-generate-payment-async): Add.
20590         (hashcash-already-paid-p): Add.
20591         (hashcash-insert-payment): Don't generate payments twice.
20592         (hashcash-insert-payment-async): Add.
20593         (hashcash-insert-payment-async-2): Add.
20594         (hashcash-cancel-async): Add.
20595         (hashcash-wait-async): Add.
20596         (hashcash-processes-running-p): Add.
20597         (hashcash-wait-or-cancel): Add.
20598         (mail-add-payment): New optional argument.  Conditionally start
20599         asynchronous calculation.
20600         (mail-add-payment-async): Add.
20601
20602         * message.el (message-send-mail): Wait for asynchronous hashcash
20603         results.  Don't clobber existing X-Hashcash headers.
20604         (message-setup-1): Call mail-add-payment-async when
20605         message-generate-hashcash is non-nil.
20606
20607 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20608
20609         * message.el (message-use-alternative-email-as-from): Examine the
20610         From header as well; use message-make-from in order to include a
20611         user's full name.
20612
20613 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20614
20615         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20616         default; improve customization type.
20617         (gnus-emphasis-custom-with-format): New macro.
20618         (gnus-emphasis-custom-value-to-external): New function.
20619         (gnus-emphasis-custom-value-to-internal): New function.
20620
20621 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20622
20623         * dns.el (query-dns): Resolve reverse addresses.
20624
20625 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20626
20627         * gnus-group.el (gnus-group-get-new-news): Use it.
20628
20629         * gnus-start.el (gnus-check-reasonable-setup): New function.
20630
20631 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20632
20633         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20634         "Args out of range" error.  Reported by Arnaud Giersch
20635         <arnaud.giersch@free.fr>.
20636
20637 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20638
20639         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20640
20641 2004-11-04  Richard M. Stallman  <rms@gnu.org>
20642
20643         * spam.el (spam group): Add :version.
20644
20645         * pgg-def.el (pgg group): Add :version.
20646
20647 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20648
20649         * gnus-art.el (gnus-article-edit-article): Don't associate the
20650         article buffer with a draft file.  This is a temporary measure
20651         against the 2004-08-22 change to gnus-article-edit-mode.
20652
20653 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20654
20655         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20656         (html2text-format-tags): Remove unused variable `attr'.
20657
20658 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
20659
20660         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20661
20662         * tls.el (tls-process-connection-type, tls-success)
20663         (tls-certtool-program): Add :version.
20664
20665         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
20666         (starttls-extra-arguments, starttls-process-connection-type)
20667         (starttls-connect, starttls-failure, starttls-success): Add :version.
20668
20669         * spam-stat.el (spam-stat): Add :version.
20670
20671         * sieve.el (sieve): Add :version.
20672
20673         * sha1.el (sha1): Add :version.
20674         (sha1-use-external): Remove redundant version.
20675
20676         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20677         (nnmail-cache-ignore-groups, nnmail-spool-hook)
20678         (nnmail-split-fancy-match-partial-words)
20679         (nnmail-split-lowercase-expanded): Add :version.
20680
20681         * nndiary.el (nndiary): Add :version.
20682
20683         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20684
20685         * mml-sec.el (mml-default-sign-method)
20686         (mml-default-encrypt-method, mml-signencrypt-style-alist):
20687         Add :version.
20688
20689         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20690
20691         * mm-url.el (mm-url-use-external, mm-url-program)
20692         (mm-url-arguments): Add :version.
20693
20694         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20695         (mm-attachment-file-modes, mm-decrypt-option)
20696         (mm-w3m-safe-url-regexp): Add :version.
20697
20698         * message.el (message-cite-prefix-regexp)
20699         (message-sendmail-envelope-from, message-minibuffer-local-map)
20700         (message-user-fqdn, message-completion-alist): Add :version.
20701
20702         * gnus-win.el (gnus-configure-windows-hook)
20703         (gnus-use-frames-on-any-display): Add :version.
20704
20705         * gnus-art.el (gnus-article-address-banner-alist)
20706         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20707         (gnus-treat-from-picon, gnus-treat-mail-picon)
20708         (gnus-treat-x-pgp-sig): Add :version.
20709
20710         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20711         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20712         (gnus-summary-article-delete-hook)
20713         (gnus-summary-display-while-building): Add :version.
20714
20715         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20716         (gnus-get-top-new-news-hook): Add :version.
20717
20718         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20719         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20720
20721         * gnus-registry.el (gnus-registry): Add :version.
20722
20723         * gnus-spec.el (gnus-use-correct-string-widths)
20724         (gnus-make-format-preserve-properties): Add :version.
20725
20726         * gnus.el (gnus-group-charter-alist)
20727         (gnus-group-fetch-control-use-browse-url)
20728         (gnus-install-group-spam-parameters): Add :version.
20729
20730         * gnus-diary.el (gnus-diary): Add :version.
20731
20732         * gnus-delay.el (gnus-delay): Add :version.
20733
20734         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20735         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20736         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20737         Add :version.
20738
20739         * gnus-agent.el (gnus-agent-max-fetch-size)
20740         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20741         (gnus-agent-prompt-send-queue): Add :version.
20742
20743         * deuglify.el (gnus-outlook-deuglify): Add :version.
20744
20745         * html2text.el: Beautify code.  Improve doc strings.
20746         Some checkdoc cleanup.
20747         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20748
20749 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20750
20751         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20752
20753 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20754
20755         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20756         when package is loaded.
20757
20758         * spam.el (spam-summary-score-preferred-header): Add global preference
20759         for people who want to override the default SpamAssassin over
20760         Bogofilter preference (when both are set).
20761         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20762         (spam-user-format-function-S):
20763         Check spam-summary-score-preferred-header.
20764         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20765         (spam-user-format-function-S): Format the score correctly.
20766
20767 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20768
20769         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20770         signature file.  Suggested by Manoj Srivastava
20771         <srivasta@golden-gryphon.com>.
20772
20773         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20774         iso-2022-jp even in the Japanese language environment.
20775         Suggested by Jason Rumney <jasonr@gnu.org>.
20776
20777 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20778
20779         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20780         use the same characters as the dummy marks; make it free from
20781         getting affected by the language environment.
20782         (gnus-summary-read-group-1): Update mark positions only when the
20783         format spec is updated.
20784
20785         * gnus-spec.el (gnus-update-format-specifications): Return a list
20786         of updated types.
20787
20788 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20789
20790         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20791         of boundp to check if display-warning is available.
20792
20793 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20794
20795         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20796
20797 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20798
20799         * nnspool.el (nnspool-spool-directory): Use news-path if the
20800         news-directory variable is not bound.
20801
20802         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20803         function instead of display-warning if it is not available.
20804
20805 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20806
20807         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20808         v5-10: Use `point-at-bol'.
20809
20810 2004-10-26  Simon Josefsson  <jas@extundo.com>
20811
20812         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20813         <chenggao@gmail.com>.
20814
20815 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20816
20817         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20818         instead.
20819
20820 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20821
20822         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20823         to remove a server from the nnimap-server-buffer-alist.
20824         (nnimap-open-connection, nnimap-close-server): Use it.
20825
20826         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20827
20828 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20829
20830         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20831         running the major-mode function.
20832
20833 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20834
20835         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20836         dummy marks in the right way.
20837
20838 2004-10-18  David Edmondson  <dme@dme.org>
20839
20840         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20841         excessively.
20842
20843 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
20844
20845         * gnus-util.el (gnus-split-references): Accept a nil references
20846         string and go on blissfully.
20847
20848         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20849         cases where the references string is non-nil but has no references.
20850
20851         * encrypt.el: Add autoload tags.
20852
20853         * spam.el (spam-resolve-registrations-routine): Remove article
20854         from unregistration list too.  Reported by David Hanak
20855         <dhanak@isis.vanderbilt.edu>
20856
20857 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
20858
20859         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20860         nil.  Change custom type.
20861
20862 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
20863
20864         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20865
20866         * gnus-sum.el (gnus-summary-move-article): Use it.
20867
20868 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
20869
20870         * encrypt.el: Add autoload cookies.
20871
20872         * spam.el (spam-backend-article-list-property)
20873         (spam-backend-get-article-todo-list)
20874         (spam-backend-put-article-todo-list)
20875         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20876         Resolve registrations separately.
20877         (spam-register-routine): Format comments.
20878         (spam-unregister-routine, spam-register-routine): Always call with
20879         specific-articles, no default list.
20880         (spam-summary-prepare-exit): Use the spam-classifications function.
20881
20882         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20883         gnus-encrypt.el.
20884
20885         * encrypt.el: Copied from gnus-encrypt.el.
20886
20887         * gnus-encrypt.el: Commented that it's obsolete.
20888
20889 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20890
20891         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20892         (gnus-score-save): Use it.
20893
20894         * message.el (message-bury): Use `window-dedicated-p'.
20895
20896 2004-10-15  Simon Josefsson  <jas@extundo.com>
20897
20898         * pop3.el (top-level): Don't require nnheader.
20899         (pop3-read-timeout): Add.
20900         (pop3-accept-process-output): Add.
20901         (pop3-read-response, pop3-retr): Use it.
20902
20903 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
20904
20905         * spam.el (spam-register-routine): Move comment.
20906         (spam-verify-bogofilter): Use 'unknown for the initial
20907         spam-bogofilter-valid state, not 'never.
20908
20909         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20910         for netrc-machine.
20911
20912         * nnimap.el (nnimap-open-connection):
20913         Use netrc-machine-user-or-password.
20914
20915 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20916
20917         * gnus-registry.el (gnus-registry-unload-hook):
20918         Set as a variable with add-hook.
20919
20920         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20921         of news-path.
20922
20923         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20924
20925         * spam.el: Delete duplicate `provide'.
20926         (spam-unload-hook): Set as a variable with add-hook.
20927
20928 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20929
20930         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20931         in the doc string.
20932
20933         * message.el (message-ignored-news-headers)
20934         (message-ignored-supersedes-headers)
20935         (message-ignored-resent-headers)
20936         (message-forward-ignored-headers): Improve custom type.
20937
20938 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20939
20940         * message.el (message-tokenize-header): Fix 2004-09-06 change
20941         which used point-min in the wrong place.
20942
20943 2004-10-12  Simon Josefsson  <jas@extundo.com>
20944
20945         * tls.el (tls-certtool-program): New variable.
20946         (tls-certificate-information): New function, based on
20947         ssl-certificate-information.
20948
20949 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20950
20951         * compface.el: Move the version of ELisp-based uncompface program
20952         to the contrib directory because of the copyright problem.
20953
20954 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20955
20956         * message.el (message-kill-buffer): Raise the current frame.
20957
20958 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20959
20960         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20961
20962         * gnus.el (message-y-or-n-p): Autoload.
20963
20964         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20965         (pop3-password-required, pop3-authentication-scheme)
20966         (pop3-leave-mail-on-server): Make customizable.
20967         (pop3): New custom group.
20968         (pop3-retr): Remove `sleep-for' statements.
20969         Suggested by Dave Love <fx@gnu.org>.
20970
20971         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20972         Windows/DOS.
20973
20974         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20975         (imap-parse-body): Fix incorrect use of `assert'.
20976         Suggested by Dave Love <fx@gnu.org>.
20977
20978         * mml.el (mml-minibuffer-read-disposition): Require match.
20979         Suggested by Dave Love <fx@gnu.org>.
20980
20981 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20982
20983         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
20984         doc string.
20985
20986 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20987
20988         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20989
20990 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20991
20992         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20993         instead of calling `mm-insert-inline', to decode text/* parts
20994         before displaying them.
20995
20996 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20997
20998         * mm-uu.el (mm-uu-text-plain-type): New variable.
20999         (mm-uu-pgp-signed-extract-1): Use it.
21000         (mm-uu-pgp-encrypted-extract-1): Use it.
21001         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21002         bind mm-uu-text-plain-type with that value.
21003         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21004         mm-uu-dissect.
21005
21006 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21007
21008         * gnus-group.el (gnus-update-group-mark-positions):
21009         * gnus-sum.el (gnus-update-summary-mark-positions):
21010         * message.el (message-check-news-body-syntax):
21011         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21012         of string-as-multibyte.
21013
21014 2004-10-05  Juri Linkov  <juri@jurta.org>
21015
21016         * gnus-group.el (gnus-update-group-mark-positions):
21017         * gnus-sum.el (gnus-update-summary-mark-positions):
21018         * message.el (message-check-news-body-syntax):
21019         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21020         8-bit unibyte values to a multibyte string for search functions.
21021
21022 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21023
21024         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21025         (mm-uu-dissect-text-parts): New function.
21026
21027         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21028         dissect text parts.
21029
21030         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21031         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21032
21033         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21034
21035         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21036         Use gnus-current-topics instead of gnus-current-topic.
21037
21038 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21039
21040         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21041
21042 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21043
21044         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21045         where appropriate.
21046
21047         * nnml.el (nnml-generate-active-info): do.
21048
21049         * nndiary.el (nndiary-generate-active-info): do.
21050
21051         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21052         (gnus-topic-move): do.
21053
21054         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21055         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21056
21057         * gnus-srvr.el (gnus-server-prepare)
21058         (gnus-server-open-all-servers): do.
21059
21060         * gnus-msg.el (gnus-summary-cancel-article)
21061         (gnus-summary-resend-message)
21062         (gnus-summary-mail-crosspost-complaint): do.
21063
21064         * gnus-move.el (gnus-change-server): do.
21065
21066         * gnus-group.el (gnus-group-unmark-all-groups)
21067         (gnus-group-set-current-level): do.
21068
21069 2004-10-04  Simon Josefsson  <jas@extundo.com>
21070
21071         * message.el (message-generate-hashcash): Doc fix.
21072
21073 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21074
21075         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21076         avoid infinite recursion via gnus-get-function.
21077
21078 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21079
21080         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21081
21082         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21083
21084         * nnmail.el (nnmail-split-history): do.
21085
21086         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21087         (nnml-request-delete-group): do.
21088
21089         * nnslashdot.el (nnslashdot-read-groups): do.
21090
21091         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21092         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21093
21094         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21095         (nnspool-sift-nov-with-sed): Use last.
21096         (nnspool-retrieve-headers-with-nov): Use mapc.
21097         (nnspool-request-newgroups): Use dolist.
21098         (nnspool-request-group): Use last.
21099
21100         * nntp.el (nntp-read-server-type): Use dolist.
21101
21102         * nnvirtual.el (nnvirtual-create-mapping)
21103         (nnvirtual-update-read-and-marked): Use dolist.
21104         (nnvirtual-convert-headers): Simplify.
21105
21106 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21107
21108         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21109         Add support for sync'ing tick marks.
21110
21111 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21112
21113         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21114         there's no visible header.
21115
21116 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21117
21118         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21119         When necessary, pass full group name to gnus-request-set-marks.
21120
21121 2004-10-01  Simon Josefsson  <jas@extundo.com>
21122
21123         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21124         acroread.
21125
21126 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21127
21128         * spam-report.el (spam-report-gmane): Fix interactive.
21129
21130         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21131
21132         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21133         when writing file.
21134         (gnus-agent-synchronize-flags): Don't default to being
21135         interactive.
21136
21137 2004-09-30  Simon Josefsson  <jas@extundo.com>
21138
21139         * message.el (message-generate-hashcash): Add.
21140         (message-send-mail): Use it, call mail-add-payment.
21141
21142 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21143
21144         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21145
21146 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21147
21148         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21149         gnus-requst-update-info with explicit code to sync the in-memory
21150         info read flags with the marks being sync'd to the backend.
21151
21152         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21153
21154 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21155
21156         * spam.el (spam-verify-bogofilter): Add new function.
21157         (spam-check-bogofilter)
21158         (spam-bogofilter-register-with-bogofilter): Use it.
21159         (spam-verify-bogofilter): Add small fixes.
21160
21161 2004-09-28  Simon Josefsson  <jas@extundo.com>
21162
21163         * hashcash.el (hashcash-generate-payment): Revert.
21164
21165 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21166
21167         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21168         Use gnus-extract-references instead of gnus-split-references.
21169
21170         * gnus-util.el (gnus-extract-references): Add new function, analogous
21171         to gnus-split-references but extracts only the message-ID without
21172         anything extra.
21173
21174         * hashcash.el (hashcash-generate-payment)
21175         (hashcash-check-payment): Do the right thing if hashcash-path is
21176         nil (because the hashcash program could not be found).
21177
21178         * spam.el (spam-use-hashcash): Remove comment.
21179
21180 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21181
21182         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21183         (gnus-cache-enter-article, gnus-cache-remove-article)
21184         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21185
21186         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21187
21188         * gnus-art.el (article-hide-boring-headers)
21189         (article-translate-strings, article-display-face)
21190         (gnus-article-mime-match-handle-first)
21191         (gnus-article-highlight-headers)
21192         (gnus-article-add-buttons-to-head): do.
21193
21194 2004-09-27  Simon Josefsson  <jas@extundo.com>
21195
21196         * hashcash.el: New version, from
21197         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21198         ../contrib/.
21199
21200 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21201
21202         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21203
21204 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21205
21206         * gnus-dup.el (gnus-dup-open): Use mapc.
21207         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21208
21209         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21210         Reported by Stefan Wiens <s.wi@gmx.net>.
21211
21212         * gnus.el (gnus-shutdown): Use dolist.
21213
21214         * gnus-undo.el (gnus-undo): Use mapc.
21215
21216         * nnrss.el (nnrss-generate-active): do.
21217
21218         * message.el (message-cite-original-without-signature)
21219         (message-cite-original): Use mapc.
21220         (message-do-actions, message-make-forward-subject): Use dolist.
21221
21222 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21223
21224         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21225         deletion to remove entire duplicate line.  Fixes merged article
21226         number bug.
21227
21228 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21229
21230         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21231         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21232         first ask if you want to open a server and then, even when you
21233         responded with no, asking if you want to synchronize the server's
21234         flags.
21235         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21236         multi-line expressions.
21237         (gnus-agent-synchronize-group-flags): New internal function.
21238         Updates marks in memory (in the info structure) AND in the
21239         backend.
21240
21241         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21242
21243         * nnagent.el (nnagent-request-set-mark):
21244         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21245         method, to ensure that synchronization updates marks in the
21246         backend and in the info (in memory) structure.
21247
21248 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21249
21250         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21251         convention fully; don't miss the root article of a thread; make
21252         the X-Draft-From header with correct article numbers.
21253
21254 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21255
21256         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21257         unless plugged.  Disable the agent so that an open failure causes
21258         an error.
21259
21260         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21261         Revert 2004-09-21 change.  The backend must be opened while
21262         synchronizing flags even when the backend stores the flags
21263         locally.
21264
21265 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21266
21267         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21268         in `header' match.  Reported by Svend Tollak Munkejord.
21269
21270         * message.el (message-cite-original): Fix use of
21271         `message-cite-articles-with-x-no-archive'.
21272
21273 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21274
21275         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21276         (gnus-window-to-buffer): Ditto.
21277
21278         * mml.el (mml-preview-buffer): New variable.
21279         (mml-preview): Manage window layout with gnus-buffer-configuration.
21280
21281         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21282         X-Draft-From header even if those articles aren't quoted.
21283
21284 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21285
21286         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21287         (gnus-request-set-mark, gnus-request-update-mark): Use new
21288         g-s-t-u-l-m to decide to use backend even when unplugged.
21289
21290 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21291
21292         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21293         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21294
21295 2004-09-20  Simon Josefsson  <jas@extundo.com>
21296
21297         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21298         "utf-16-le".
21299
21300 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21301
21302         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21303
21304 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21305
21306         * uudecode.el (uudecode-use-external): Add :version.
21307
21308         * smime.el (smime-CA-file, smime-encrypt-cipher)
21309         (smime-dns-server): Add :version.
21310
21311         * smiley.el (gnus-smiley-file-types): Add :version.
21312
21313         * sha1.el (sha1-use-external): Add :version.
21314
21315         * pgg-def.el (pgg-query-keyserver): Add :version.
21316
21317         * nnmail.el (nnmail-fancy-expiry-targets)
21318         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21319         Add :version.
21320
21321         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21322         (nnimap-retrieve-groups-asynchronous): Add :version.
21323         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21324
21325         * mml.el (mml-content-disposition-parameters)
21326         (mml-insert-mime-headers-always): Add :version.
21327
21328         * mm-util.el (mm-coding-system-priorities): Add :version.
21329
21330         * mm-decode.el (mm-inline-text-html-with-images)
21331         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21332         (mm-verify-option): Add :version.
21333         (mm-text-html-renderer): Change :version.
21334
21335         * message.el (message-fcc-externalize-attachments)
21336         (message-required-headers, message-draft-headers)
21337         (message-subject-trailing-was-query)
21338         (message-subject-trailing-was-ask-regexp)
21339         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21340         (message-mark-insert-end, message-archive-header)
21341         (message-archive-note, message-cross-post-default)
21342         (message-cross-post-note, message-followup-to-note)
21343         (message-cross-post-note-function, message-use-mail-followup-to)
21344         (message-subscribed-address-functions)
21345         (message-subscribed-address-file, message-subscribed-addresses)
21346         (message-subscribed-regexps, message-allow-no-recipients)
21347         (message-yank-cited-prefix, message-signature-insert-empty-line)
21348         (message-hidden-headers, message-hierarchical-addresses)
21349         (message-mail-user-agent, message-use-idna)
21350         (message-valid-fqdn-regexp)
21351         (message-strip-special-text-properties, message-header-synonyms)
21352         (message-beginning-of-line, message-tab-body-function): Add :version.
21353         (message-insert-canlock, message-wide-reply-confirm-recipients):
21354         Change :version.
21355
21356         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21357         and :version.
21358         (mail-source-delete-old-incoming-confirm)
21359         (mail-source-movemail-program): Add :version.
21360
21361         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21362         (gnus-agent-cache, gnus-agent): Change :version.
21363
21364         * gnus-util.el (gnus-use-byte-compile): Change :version.
21365
21366         * gnus-sum.el (gnus-summary-make-false-root-always)
21367         (gnus-summary-default-high-score)
21368         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21369         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21370         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21371         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21372         (gnus-sum-thread-tree-single-indent)
21373         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21374         (gnus-sum-thread-tree-leaf-with-other)
21375         (gnus-sum-thread-tree-single-leaf): Add :version.
21376         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21377         (gnus-article-loose-mime): Change :version.
21378
21379         * gnus-start.el (gnus-backup-startup-file)
21380         (gnus-save-startup-file-via-temp-buffer): Add :version.
21381
21382         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21383         (gnus-server-offline-face): Add :version.
21384
21385         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21386
21387         * gnus-msg.el (gnus-gcc-externalize-attachments)
21388         (gnus-debug-files, gnus-debug-exclude-variables)
21389         (gnus-discouraged-post-methods): Change :version.
21390         (gnus-confirm-mail-reply-to-news)
21391         (gnus-confirm-treat-mail-like-news): Add :version.
21392
21393         * gnus-int.el (gnus-server-unopen-status): Add :version.
21394
21395         * gnus-group.el (gnus-group-jump-to-group-prompt)
21396         (gnus-large-ephemeral-newsgroup)
21397         (gnus-fetch-old-ephemeral-headers): Add :version.
21398
21399         * gnus-fun.el (gnus-x-face-directory)
21400         (gnus-convert-pbm-to-x-face-command)
21401         (gnus-convert-image-to-x-face-command)
21402         (gnus-convert-image-to-face-command): Add :version.
21403
21404         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21405
21406         * gnus-cite.el (gnus-cite-blank-line-after-header)
21407         (gnus-article-boring-faces): Add :version.
21408
21409         * gnus-art.el (gnus-buttonized-mime-types)
21410         (gnus-inhibit-mime-unbuttonizing)
21411         (gnus-treat-display-face)
21412         (gnus-treat-body-boundary): Change :version.
21413         (gnus-body-boundary-delimiter, gnus-picon-databases)
21414         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21415         (gnus-treat-date-english, gnus-treat-fold-headers)
21416         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21417         (gnus-treat-mail-picon, gnus-treat-wash-html)
21418         (gnus-article-encrypt-protocol)
21419         (gnus-use-idna, gnus-article-over-scroll)
21420         (gnus-mime-display-multipart-alternative-as-mixed)
21421         (gnus-mime-display-multipart-related-as-mixed)
21422         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21423         (gnus-ctan-url, gnus-button-ctan-handler)
21424         (gnus-button-handle-ctan-bogus-regexp)
21425         (gnus-button-ctan-directory-regexp)
21426         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21427         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21428         (gnus-button-man-level, gnus-button-emacs-level)
21429         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21430
21431         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21432         (gnus-agent-go-online): Change :version.
21433         (gnus-agent-expire-unagentized-dirs)
21434         (gnus-agent-auto-agentize-methods): Add :version.
21435
21436         * flow-fill.el (fill-flowed-display-column)
21437         (fill-flowed-encode-column): Add :version.
21438
21439         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21440         (gnus-outlook-deuglify-unwrap-max)
21441         (gnus-outlook-deuglify-cite-marks)
21442         (gnus-outlook-deuglify-unwrap-stop-chars)
21443         (gnus-outlook-deuglify-no-wrap-chars)
21444         (gnus-outlook-deuglify-attrib-cut-regexp)
21445         (gnus-outlook-deuglify-attrib-verb-regexp)
21446         (gnus-outlook-deuglify-attrib-end-regexp)
21447         (gnus-outlook-display-hook): Add :version.
21448
21449         * binhex.el (binhex-use-external): Add :version.
21450
21451 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21452
21453         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21454         and `invisible'.
21455
21456 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21457
21458         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21459         in gnus-registry-trim.
21460
21461 2004-09-13  Simon Josefsson  <jas@extundo.com>
21462
21463         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21464
21465         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21466
21467         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21468         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21469         <yamaoka@jpl.org>.
21470         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21471         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21472         <yamaoka@jpl.org>.
21473
21474         * sieve.el (sieve-manage-mode): Ditto.
21475
21476 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21477
21478         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21479
21480 2004-09-11  Simon Josefsson  <jas@extundo.com>
21481
21482         * dns-mode.el: Add.
21483
21484         * mm-view.el (mm-display-dns-inline): Add.
21485
21486         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21487         (mm-automatic-display): Ditto.
21488
21489         * mailcap.el (mailcap-mime-data): Add text/dns.
21490         (mailcap-mime-extensions): Map .soa to text/dns.
21491
21492 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21493
21494         * gnus-art.el (article-decode-mime-words, article-babel)
21495         (gnus-article-highlight-signature, gnus-article-add-buttons)
21496         (gnus-signature-toggle): Remove unnecessary bindings of
21497         `inhibit-read-only' inherited from v5.10 merge.
21498
21499 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21500
21501         * nntp.el (nntp): New customization group.
21502         (nntp-authinfo-file): Add customization group.
21503
21504         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21505
21506         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21507
21508         * gnus.el (to-address, to-list, subscribed)
21509         (large-newsgroup-initial): Ditto.
21510
21511         * flow-fill.el (fill-flowed-display-column)
21512         (fill-flowed-encode-column): Ditto.
21513
21514 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21515
21516         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21517         Use point-min rather than 1.
21518         (message-send-mail): Use buffer-size rather than point-max.
21519
21520         * gnus-sum.el (gnus-summary-search-article-forward):
21521         Signal a specific `search-failed' rather than a generic `error'.
21522
21523         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21524         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21525         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21526
21527 2004-09-10  Simon Josefsson  <jas@extundo.com>
21528
21529         * nndb.el (require): Remove tcp and duplicate cl.
21530
21531 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21532
21533         * gnus-agent.el (directory-files-and-attributes): Move forward.
21534
21535 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21536
21537         * gnus-agent.el (directory-files-and-attributes):
21538         Optionally defined to support XEmacs.
21539
21540 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21541
21542         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21543         to avoid run-time CL dependencies.
21544         (gnus-agent-unfetch-articles): New function.
21545         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21546         article numbers even when local .overview file is missing.
21547         (gnus-agent-read-article-number): New function.  Only accepts
21548         27-bit article numbers.
21549         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21550         Use gnus-agent-read-article-number.
21551         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21552         from backend while recognizing that article numbers in .overview
21553         must be valid.
21554         (gnus-agent-update-files-total-fetched-for):
21555         Use directory-files-and-attributes to improve performance.
21556         * gnus-int.el (gnus-request-move-article):
21557         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21558         improve performance.
21559
21560         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21561         some users confused by references to .newsrc when they only have a
21562         .newsrc.eld file.
21563         (gnus-convert-mark-converter-prompt)
21564         (gnus-convert-converter-needs-prompt): Fix use of property list.
21565         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21566         New function.  Used internally to only display 'gnus converting
21567         files' message when actually necessary.
21568
21569         * gnus-sum.el (): Remove (require 'gnus-agent) as required
21570         methods now autoloaded.
21571
21572 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21573
21574         * gnus-sum.el (gnus-summary-insert-subject): Remove list
21575         identifiers.
21576
21577 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
21578
21579         * gnus-picon.el: Fix indentation and closing parenthesis.
21580
21581 2004-09-01  Simon Josefsson  <jas@extundo.com>
21582
21583         * message.el (message-canlock-generate): Require sha1, not
21584         sha1-el.  (Can we get rid of this require altogether?  It is ugly
21585         to require within a function.  Sadly, if sha1.el isn't loaded, the
21586         let binding in m-c-g will hide the defcustom definition, which is
21587         bad.)
21588
21589         * canlock.el: Require sha1, not sha1-el.
21590
21591         * message.el: Don't autoload sha1 (there is a autoload cookie in
21592         sha1.el).
21593
21594         * sha1-el.el: Rename to sha1.el.
21595
21596 2004-08-30  Juanma Barranquero  <lektu@terra.es>
21597
21598         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21599
21600 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21601
21602         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21603
21604 2004-08-30  Kim F. Storm  <storm@cua.dk>
21605
21606         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21607
21608         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21609         Add :group 'nnimap.
21610
21611 2004-08-30  Andreas Schwab  <schwab@suse.de>
21612
21613         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21614         ?* and ?\;.
21615
21616         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21617         and ?\' to symbol instead of whitespace.
21618
21619 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21620
21621         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21622
21623         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21624         instead of re-search-forward.
21625
21626         * gnus-uu.el (gnus-uu-save-article): Ditto.
21627         (gnus-uu-post-encode-uuencode): Ditto.
21628
21629         * html2text.el (html2text-clean-list-items): Ditto.
21630         (html2text-clean-dtdd): Ditto.
21631         (html2text-format-tags): Ditto.
21632
21633         * message.el (message-send-mail-with-sendmail): Fix regexp.
21634         (message-fill-field-general): Use search-forward instead of
21635         re-search-forward.
21636         (unbold-region): Ditto.
21637
21638         * nnrss.el (nnrss-request-article): Ditto.
21639
21640         * nnslashdot.el (nnslashdot-request-article): Ditto.
21641
21642         * nnweb.el (nnweb-gmane-wash-article): Ditto.
21643
21644         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21645         "Unrecognized menu descriptor" error in XEmacs.
21646
21647 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21648
21649         * gnus-sum.el (gnus-read-header): Don't remove a header for the
21650         parent article of a sparse article in the thread hashtb.
21651
21652 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
21653
21654         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21655         (nnmail-expand-newtext): Lowercase expanded entries if
21656         nnmail-split-lowercase-expanded is non-nil.
21657
21658 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21659
21660         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21661
21662         * gnus-group.el (gnus-group-line-format-alist): Convert the value
21663         of gnus-tmp-news-method into string under XEmacs.  It will be
21664         passed to gnus-correct-length which takes only a string argument.
21665
21666 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21667
21668         * gnus-util.el (gnus-bind-print-variables): New macro.
21669         (gnus-prin1): Use it.
21670         (gnus-prin1-to-string): Use it.
21671         (gnus-pp): New function.
21672         (gnus-pp-to-string): New function.
21673
21674         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21675         Replace pp-to-string with gnus-pp-to-string.
21676         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21677         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21678         * gnus-msg.el (gnus-debug): Ditto.
21679         * gnus-score.el (gnus-score-save): Ditto.
21680         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21681         gnus-pp-to-string.
21682         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21683         with gnus-pp.
21684         * score-mode.el (gnus-score-pretty-print): Ditto.
21685         * webmail.el (webmail-debug): Ditto.
21686
21687 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21688
21689         * gnus-art.el (article-display-face, article-display-x-face):
21690         Use buffer-read-only.
21691
21692 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21693
21694         * gnus-art.el (article-hide-list-identifiers):
21695         Bind inhibit-read-only as t.
21696
21697 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
21698
21699         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21700
21701 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21702
21703         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21704         (gnus-narrow-to-page): Don't assume point-min == 1.
21705         (gnus-article-edit-mode): Derive from message-mode.
21706
21707         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21708         point-min == 1.
21709
21710         * imap.el (imap-parse-address-list, imap-parse-body-ext):
21711         Disable incorrect use of `assert'.
21712
21713         * message.el (message-mode): Set comment-start-skip.
21714
21715
21716 2004-08-22  Sam Steingold  <sds@gnu.org>
21717
21718         * pop3.el (pop3-leave-mail-on-server): New user variable.
21719         (pop3-movemail): Delete mail only when it is nil.
21720
21721 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
21722
21723         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21724
21725         * mml.el (mml-preview): Use `pop-to-buffer'.
21726
21727         * message.el (message-goto-mail-followup-to): Insert after "To".
21728         (message-carefully-insert-headers): Add comment.
21729
21730         * gnus.el: Remove unused variable `gnus-article-check-size'.
21731
21732         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21733
21734         * gnus-art.el (gnus-button-alist):
21735         Improve `gnus-button-handle-library' entry.
21736
21737 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
21738
21739         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21740         Use downcase, since XEmacs capitalizes error messages differently.
21741
21742 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21743
21744         * nntp.el: Add (require 'gnus) due to reference to
21745         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21746
21747 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21748
21749         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21750         Bind `mm-fill-flowed'.
21751
21752         * mm-decode.el (mm-dissect-singlepart): Check it.
21753
21754 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21755
21756         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21757         'imap' for netrc parsing.
21758
21759 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21760
21761         * mailcap.el (mailcap-mime-data): Mark as risky.
21762
21763 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21764
21765         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21766         may be included in the encoded word.
21767         (rfc2047-encode): Don't append a space if the encoded word
21768         includes close parenthesis.
21769
21770 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21771
21772         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21773         of text within parentheses.
21774
21775 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21776
21777         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21778         (gnus-encrypt-write-file-contents): Make the password key the file
21779         name PLUS the cipher, not just the cipher.  Also remove failed
21780         passwords from the cache.
21781
21782 2004-08-06  Simon Josefsson  <jas@extundo.com>
21783
21784         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21785         Doc fix.
21786
21787 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21788
21789         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21790         LWSP.
21791
21792 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21793
21794         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21795         Try to append in-reply-to: data to the references: header.
21796
21797         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21798         (netrc-parse): Use gnus-encrypt.el functions.
21799
21800         * gnus-encrypt.el: Add new file for encryption support; currently
21801         does only a few GPG ciphers and an internal XOR cipher.
21802
21803         * password.el: Add comments on using password-read-and-add.
21804         (password-read-and-add): Add function to read and add the
21805         password to the cache at once.
21806
21807 2004-07-28  Simon Josefsson  <jas@extundo.com>
21808
21809         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21810         parameter (but don't use it, for now).
21811
21812         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21813         instead of hard coding to nil.
21814
21815 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21816
21817         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21818         as mm-inline-image-xemacs does.
21819
21820 2004-07-26  Simon Josefsson  <jas@extundo.com>
21821
21822         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21823         Revert part of 2004-07-17 change below.
21824
21825 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21826
21827         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21828         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21829
21830 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21831
21832         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21833         quotes that actually start with ">" at the beginning of the
21834         lines.
21835
21836 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21837
21838         * rfc2047.el (rfc2047-encode-region): Fix last change.
21839         (rfc2047-encode-parameter): Remove useless concat.
21840
21841 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21842
21843         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21844         encode special characters; fix some kind of misconfigured headers;
21845         signal a real error if debug-on-quit or debug-on-error is non-nil.
21846         (rfc2047-encode-max-chars): New variable.
21847         (rfc2047-encode-1): Use it.
21848         (rfc2047-encode-parameter): New function.
21849
21850         * mml.el (mml-insert-parameter): Remove an excessive space.
21851
21852 2004-07-17  Simon Josefsson  <jas@extundo.com>
21853
21854         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21855         Kai Grossjohann <kai@emptydomain.de>.
21856         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21857         (gnus-group-make-menu-bar): Ditto.
21858
21859         * gnus-util.el (gnus-group-server): Add.
21860
21861 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
21862
21863         * message.el (message-clone-locals): Clone sendmail and smtp
21864         variables.
21865
21866 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21867
21868         * rfc2047.el (rfc2047-encode-region): Fix last change.
21869
21870 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21871
21872         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21873         characters as non-special.
21874
21875 2004-07-09  Simon Josefsson  <jas@extundo.com>
21876
21877         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21878         Users will lose all flag changes made while unplugged with
21879         e.g. nntp unless flag synchronization happens, thus `nil' is not a
21880         good default.  See numerous reports on ding mailing list.
21881
21882 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21883
21884         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21885         add generate-head-function and generate-article-function to the
21886         rfc822-forward entry.
21887         (nndoc-rfc822-forward-generate-article): New function.
21888         (nndoc-rfc822-forward-generate-head): New function.
21889
21890         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21891
21892 2004-07-06  Dan Christensen  <jdc@uwo.ca>
21893
21894         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21895         respect display group parameter and gnus-summary-expunge-below.
21896         (gnus-articles-to-read): Remove unused reference to display group
21897         parameter.
21898
21899 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21900
21901         * nnheader.el (nnheader-uniquify-message-id): New experimental
21902         variable.
21903         (nnheader-nov-read-message-id): Use it.
21904
21905         * spam-report.el (spam-report-gmane): Add interactive.
21906
21907 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21908
21909         * mm-encode.el (mm-content-transfer-encoding-defaults):
21910         Use qp-or-base64 for the application/* types.
21911
21912 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21913
21914         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21915
21916 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21917
21918         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21919         trim value.
21920
21921 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21922
21923         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21924         New macro and function.
21925         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21926
21927 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21928
21929         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21930         after-load-alist.
21931
21932 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21933
21934         * gnus-group.el (gnus-group-get-new-news-this-group):
21935         Don't update info that isn't there.
21936
21937 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
21938
21939         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21940         entry.
21941
21942 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21943
21944         * mm-view.el (mm-inline-render-with-function): Use multibyte
21945         buffer; decode html source by charset.
21946
21947         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21948
21949         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21950         Mule-UCS is loaded under XEmacs.
21951         (mm-mime-mule-charset-alist): Avoid duplicated entries.
21952
21953 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
21954
21955         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21956
21957 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21958
21959         * mm-util.el (mm-coding-system-p): Return a coding-system.
21960         (mm-mime-mule-charset-alist): Use shift_jis instead of
21961         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21962         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21963         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21964         instead of japanese-shift-jis and iso-latin-1 respectively in
21965         order to share the default value with both Emacs and XEmacs-mule.
21966         (mm-mule-charset-to-mime-charset):
21967         Make mm-coding-system-priorities effective.
21968         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21969         while predicating of candidates upon the priorities.
21970
21971 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
21972
21973         * gnus-sum.el (gnus-summary-make-menu-bar):
21974         Add gnus-uu-invert-processable.
21975
21976         * gnus.el: Autoload gnus-uu-invert-processable.
21977
21978 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21979
21980         * mm-util.el (mm-with-multibyte-buffer): New macro.
21981
21982         * rfc2047.el (rfc2047-encode-string): Use it.
21983         (rfc2047-encode-region): Move point to the end of the region after
21984         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21985
21986 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21987
21988         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21989         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21990
21991 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21992
21993         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21994         (gnus-cite-parse): Ignore quoted envelope From_.
21995         Suggested by Karl Chen <quarl@nospam.quarl.org>.
21996
21997 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
21998
21999         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22000         invalid addresses.
22001
22002 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22003
22004         * spam.el: Change section markers, revise TODO list.
22005         (spam-backends): Make new master list of all installed backends.
22006         (spam-summary-exit-behavior): Add new variable to determine how
22007         messages moves are done at summary exit.
22008         (spam-move-spam-nonspam-groups-only)
22009         (spam-process-ham-in-nonham-groups)
22010         (spam-process-ham-in-spam-groups): Remove variables, the
22011         spam-summary-exit-behavior variable should be used to manage this
22012         behavior.
22013         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22014         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22015         and spam-old-spam-articles.
22016         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22017         Add empty variables, placeholders for the backends they represent.
22018         (spam-set-difference): Move, unchanged.
22019         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22020         unless the user has a processor variable.
22021         (spam-classifications, spam-classification-valid-p)
22022         (spam-backend-properties, spam-backend-property-valid-p)
22023         (spam-backend-function-type-valid-p)
22024         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22025         (spam-report-articles-gmane, spam-report-articles-resend):
22026         Remove functions, they are not needed.
22027         (spam-install-backend-super, spam-backend-list)
22028         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22029         (spam-backend-function, spam-backend-ham-registration-function)
22030         (spam-backend-spam-registration-function)
22031         (spam-backend-ham-unregistration-function)
22032         (spam-backend-spam-unregistration-function)
22033         (spam-backend-statistical-p, spam-backend-mover-p)
22034         (spam-install-backend-alias, spam-install-checkonly-backend)
22035         (spam-install-mover-backend, spam-install-nocheck-backend)
22036         (spam-install-backend, spam-install-statistical-backend)
22037         (spam-install-statistical-checkonly-backend): Add backend installation
22038         support.
22039         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22040         (spam-group-processor-p): Use the new backend code and respect the
22041         summary exit behavior.
22042         (spam-mark-spam-as-expired-and-move-routine): Remove.
22043         (spam-summary-prepare): Change to use the new spam-old-articles
22044         variable.
22045         (spam-copy-or-move-routine, spam-copy-spam-routine)
22046         (spam-move-spam-routine, spam-copy-ham-routine)
22047         (spam-move-ham-routine): Add code to copy/move ham or spam.
22048         (spam-fetch-field-fast): Improve doc and code, plus allow the
22049         'number request.
22050         (spam-list-of-checks, spam-list-of-statistical-checks):
22051         Remove variables.
22052         (spam-split, spam-find-spam): Use the new backend code.
22053         (spam-registration-functions): Remove variable.
22054         (spam-unregister-routine): Add convenience wrapper.
22055         (spam-log-undo-registration, spam-register-routine)
22056         (spam-log-processing-to-registry)
22057         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22058         where possible.
22059         (spam-check-gmane-xref, spam-check-regex-headers)
22060         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22061         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22062         (spam-check-bogofilter-headers, spam-check-spamoracle)
22063         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22064         (spam-check-crm114-headers): Use the spam-split-group that
22065         spam-split prepares, no need to determine it every time.
22066
22067         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22068         to the nnheader-parse-naked-head call.
22069
22070         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22071
22072         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22073         the nnheader-nov-read-message-id call.
22074
22075 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22076
22077         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22078         gnus-activate-group twice.  Suggested by Markus Peter
22079         <warp@spin.de>.
22080
22081 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22082
22083         * gnus-art.el (gnus-article-time-format): Exchange the order of
22084         day and month in the default value; fix customization type.
22085         (article-date-ut): Use add-text-properties.
22086         (article-make-date-line): Use message-make-date instead of
22087         current-time-string.
22088
22089         * message.el (message-fetch-field): Don't use set-text-properties.
22090         (message-make-date): Simplify.
22091
22092         * messagexmas.el (message-xmas-make-date): New function.
22093         (message-xmas-redefine): Defalias message-make-date to it.
22094
22095 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22096
22097         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22098         (rfc2047-encode-region): Treat text within parentheses as special;
22099         show the original text when error has occurred.
22100
22101         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22102         already-computed method to gnus-activate-group.
22103
22104         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22105         same select-methods identical Lisp objects.
22106
22107         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22108         object when modifying the info.
22109
22110 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22111
22112         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22113         gnus-opened-servers since it has never been opened with the new
22114         configuration yet.
22115
22116 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22117
22118         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22119         arg to nnheader-generate-fake-message-id.
22120
22121 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22122
22123         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22124         number and build a fake message ID localized to a group and
22125         article number (so it's repeatable from that point on).
22126         (nnheader-fake-message-id-p): Change regex to accomodate new fake
22127         ID format.
22128
22129         * gnus-sum.el (gnus-get-newsgroup-headers):
22130         Call nnheader-generate-fake-message-id with the article number.
22131
22132 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22133
22134         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22135         end-of-buffer.
22136
22137 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22138
22139         * message.el (message-ignored-supersedes-headers): Add Approved.
22140
22141 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22142
22143         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22144         goto-char.
22145         (rfc2047-encode): Fold the line before encoding.
22146
22147 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22148
22149         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22150         folding -- not all headers can be folded, and this should be done
22151         by the message composition mode.  Probably.  I think.
22152
22153 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22154
22155         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22156         fast.
22157
22158         * gnus-ems.el (gnus-remove-image): Don't use
22159         message-text-with-property; remove only the image found first.
22160
22161         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
22162         found first.
22163
22164 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22165
22166         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22167
22168 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22169
22170         * message.el (message-text-with-property): Make it fast and accept
22171         optional arguments.
22172         (message-strip-forbidden-properties): Use it.
22173         (message-fix-before-sending): Follow the m-t-w-p change.
22174
22175         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22176
22177 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22178
22179         * gnus-art.el (article-hide-headers): Don't change the buffer
22180         mistakenly when performing mml-preview even if
22181         gnus-single-article-buffer is nil.
22182
22183 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22184
22185         * message.el (message-expand-name-databases): New user option.
22186         (message-expand-name): Use it.
22187
22188 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22189
22190         * spam.el (spam-report-articles-resend)
22191         (spam-report-resend-register-routine): Allow ham reporting.
22192         (spam-report-resend-register-ham-routine): Add wrapper.
22193         (spam-registration-functions): Add ham resending functions.
22194         (spam-list-of-processors): Add ham resend processor.
22195
22196         * gnus.el (ham-resend-to): Add new group parameter.
22197         (spam-process): Add ham resend option.
22198
22199         * spam-report.el (spam-report-resend): Allow reporting ham.
22200         (spam-report-resend-ham): Add wrapper.
22201
22202 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22203
22204         * message.el (message-cite-articles-with-x-no-archive):
22205         New variable.
22206         (message-cite-original): Use it.
22207
22208 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22209
22210         * message.el (message-cite-original): Respect X-No-Archive.
22211
22212 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22213
22214         * gnus-art.el (article-hide-headers): Refer to the values for
22215         gnus-ignored-headers and gnus-visible-headers in the summary
22216         buffer since a user may have set them as group parameters.
22217
22218 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22219
22220         * assistant.el (assistant-node-name): Add convenience function.
22221         (assistant-render-text, assistant-render-node): Add error handling,
22222         plus handle multiple next nodes.
22223         (assistant-find-next-node): Comment out for now.
22224         (assistant-find-next-nodes): Add function, returns list of next
22225         nodes.
22226
22227 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22228
22229         * mail-source.el (mail-source-directory): Fix doc-string.
22230
22231 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22232
22233         * assistant.el (assistant-render-text, assistant-eval): Add :set
22234         widget type, which is different because it takes and returns a
22235         list.  Much hilarity ensues.
22236
22237 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22238
22239         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22240
22241         * gnus-group.el (gnus-group-get-new-news-this-group):
22242         Add doc-string.
22243
22244         * gnus-start.el (gnus-activate-group): Add doc-string.
22245
22246 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22247
22248         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22249
22250 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22251
22252         * assistant.el (assistant-render-text): Try to add a :set
22253         widget, more to come.
22254
22255         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22256         strings.
22257         (spam-report-articles-resend)
22258         (spam-register-routine): Do registration iff any articles warrant
22259         it.
22260         (spam-summary-prepare-exit): Change log message for nil group
22261         destinations.
22262
22263 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22264
22265         * spam.el (spam-report-resend-register-routine):
22266         Allow spam-report-resend-to to be a group parameter or a global value.
22267
22268 2004-05-26  Simon Josefsson  <jas@extundo.com>
22269
22270         * starttls.el: Merge with my GNUTLS based starttls.el.
22271         (starttls-gnutls-program, starttls-use-gnutls)
22272         (starttls-extra-arguments, starttls-process-connection-type)
22273         (starttls-connect, starttls-failure, starttls-success):
22274         New variables.
22275         (starttls-program, starttls-extra-args): Doc fix.
22276         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22277         New functions.
22278         (starttls-negotiate, starttls-open-stream):
22279         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22280         function if it is set.
22281
22282 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22283
22284         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22285         structured fields.
22286
22287 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22288
22289         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22290
22291 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22292
22293         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22294         Add variable.
22295         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22296         assigning the spam-mark to new messages.
22297
22298 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22299
22300         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22301
22302 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22303
22304         * dgnushack.el: Autoload customize-set-variable for XEmacs.
22305
22306         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22307         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22308         default.
22309
22310 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22311
22312         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22313         correct data.
22314
22315 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22316
22317         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22318         (spam-group-processor-p): Fix function.
22319         (spam-group-processor-multiple-p)
22320         (spam-group-spam-processor-report-gmane-p)
22321         (spam-group-spam-processor-report-resend-p)
22322         (spam-group-spam-processor-bogofilter-p)
22323         (spam-group-spam-processor-blacklist-p)
22324         (spam-group-spam-processor-ifile-p)
22325         (spam-group-ham-processor-ifile-p)
22326         (spam-group-spam-processor-spamoracle-p)
22327         (spam-group-spam-processor-crm114-p)
22328         (spam-group-ham-processor-bogofilter-p)
22329         (spam-group-spam-processor-stat-p)
22330         (spam-group-ham-processor-stat-p)
22331         (spam-group-ham-processor-whitelist-p)
22332         (spam-group-ham-processor-BBDB-p)
22333         (spam-group-ham-processor-spamoracle-p)
22334         (spam-group-ham-processor-copy-p): Remove functions with some
22335         prejudice against unneeded code.
22336         (spam-report-articles-resend)
22337         (spam-report-resend-register-routine): Allow the group/topic
22338         spam-resend-to value to override spam-report-resend-to.
22339         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22340         properly now.
22341
22342         * gnus.el (spam-resend-to): Add group/topic parameter.
22343         (spam-process): Move the OBSOLETE processors to the end of the
22344         choices.
22345
22346 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22347
22348         * spam-report.el (spam-report-resend-to, spam-report-resend):
22349         Start with resend-to set to nil, and then ask the user if necessary.
22350         (spam-report-resend): spam-report-resend takes a list of articles, not
22351         separate article numbers.
22352
22353 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22354
22355         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22356         addition to emacs-w3m.
22357
22358 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22359
22360         * assistant.el (assistant-authinfo-data): New function.
22361         (assistant-eval): Eval for entire assistant.
22362
22363         * netrc.el (netrc-services-file): New variable.
22364         (netrc-parse-services): New function.
22365         (netrc-find-service-name): New function.
22366         (netrc-find-service-number): New function.
22367         (netrc-port-equal): New function.
22368         (netrc-machine): Use it.
22369
22370         * nnimap.el (nnimap-open-connection): Use netrc.
22371
22372         * gnus-util.el (gnus-netrc-get): Remove aliases.
22373
22374         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22375
22376         * assistant.el (wid-edit): Fix compilation.
22377
22378         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22379
22380 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22381
22382         * gnus-util.el (gnus-set-file-modes): New function.  (small
22383         patch).
22384
22385 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22386
22387         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22388
22389         * assistant.el (assistant-render-node): Fix up rendering and
22390         read-only text.
22391         (assistant-render-node): Reset.
22392         (assistant-make-read-only): Not sticky.
22393
22394 2004-05-20  Danny Siu  <dsiu@adobe.com>
22395
22396         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
22397         centered even when gnus-auto-center-summary is t.
22398
22399 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22400
22401         * dns.el (dns-get-txt-answer): New function.
22402         (dns-read-txt): Ditto.
22403         (query-dns): Use it.
22404
22405 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22406
22407         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22408         active for foreign groups even if the group level is higher than
22409         the specified value.
22410
22411 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22412
22413         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22414         non-active groups.
22415
22416         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22417
22418 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22419
22420         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22421
22422 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22423
22424         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22425         (spam-crm114-header, spam-crm114-spam-switch)
22426         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22427         (spam-crm114-positive-spam-header)
22428         (spam-crm114-database-directory, spam-list-of-processors)
22429         (spam-group-spam-processor-crm114-p)
22430         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22431         (spam-generic-score, spam-list-of-checks)
22432         (spam-list-of-statistical-checks, spam-registration-functions)
22433         (spam-check-crm114-headers, spam-crm114-score)
22434         (spam-check-crm114, spam-crm114-register-with-crm114)
22435         (spam-crm114-register-spam-routine)
22436         (spam-crm114-unregister-spam-routine)
22437         (spam-crm114-register-ham-routine)
22438         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22439
22440 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22441
22442         * gnus.el: Add spam-use-crm114.
22443
22444         * spam.el (spam-list-of-processors, spam-registration-functions):
22445         Add spam-use-resend.
22446         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22447         (spam-report-articles-gmane): Add doc fix.
22448         (spam-report-articles-resend, spam-report-resend-register-routine):
22449         Add wrappers around spam-report-resend-to.
22450
22451         * spam-report.el (spam-report-resend-to, spam-report-resend):
22452         Add support for resending spam.
22453         (spam-report-gmane): Fix line length >80.
22454
22455         * gnus.el (spam-process): Add spam-use-resend.
22456
22457 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22458
22459         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22460         number of processed spam messages.
22461         (spam-ham-copy-or-move-routine): Return the number of processed
22462         ham messages.
22463         (spam-summary-prepare-exit): Use the above values to decide
22464         whether status messages shouled be displayed.
22465
22466 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22467
22468         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22469         `rfc2047-encoding-function-alist' in order to avoid conflicting
22470         with the old version.
22471         (rfc2047-encode-region): Concatenate words containing non-ASCII
22472         characters in structured fields; don't encode space-delimited
22473         ASCII words even in unstructured fields; don't break words at
22474         char-category boundaries.
22475         (rfc2047-encode-1): New function.
22476         (rfc2047-encode): Use it; encode text so that it occupies the
22477         maximum width within 76-column; work correctly on Q encoding for
22478         iso-2022-* charsets.
22479         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22480         sure not to break a line just after the header name.
22481         (rfc2047-b-encode-region): Remove.
22482         (rfc2047-b-encode-string): New function.
22483         (rfc2047-q-encode-region): Remove.
22484         (rfc2047-q-encode-string): New function.
22485
22486         * mm-util.el (mm-replace-in-string): New function.
22487
22488 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22489
22490         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22491         Really get it right.
22492         (gnus-inews-make-draft): Really.
22493
22494 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22495
22496         * nnmh.el (nnmh-request-list-1): Don't check the link count
22497         before descending.  (small patch)
22498
22499 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22500
22501         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22502         stuff.
22503
22504         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22505         Match on real group name.
22506
22507         * gnus-art.el (gnus-signature-limit): Doc fix.
22508
22509         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22510
22511         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
22512
22513 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
22514
22515         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
22516         isn't a string.
22517
22518 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22519
22520         * gnus-draft.el (gnus-draft-send):
22521         Bind rfc2047-encode-encoded-words.
22522
22523         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22524         (rfc2047-encodable-p): Say that =? needs encoding.
22525         (rfc2047-encode-encoded-words): New variable.
22526
22527         * gnus-group.el (gnus-group-select-group): Doc fix.
22528
22529         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22530
22531         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22532         to nil.
22533
22534         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22535
22536         * nnheader.el (nnheader-get-lines-and-char): New function.
22537
22538 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
22539
22540         * gnus-msg.el (gnus-summary-followup-with-original):
22541         Document yanking of region when active.
22542
22543 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22544
22545         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22546         groups if the group level is higher than the specified value.
22547
22548 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22549
22550         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22551         (gnus-group-jump-to-group): Add prefix argument using
22552         `gnus-group-jump-to-group-prompt'.  Query before jumping to
22553         non-active group.
22554
22555         * compface.el (uncompface): Be verbose when changing
22556         `uncompface-use-external'.
22557
22558         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22559         handle manual section.
22560
22561 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22562
22563         * gnus-art.el (gnus-button-alist): Revert previous change.
22564
22565 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22566
22567         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22568
22569 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22570
22571         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22572         whether backend can accept message.
22573
22574         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22575
22576 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
22577
22578         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22579         Avoid creating directory when nntp-marks-is-evil is true.
22580         Reported by Reiner Steib.
22581
22582 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22583
22584         * gnus-picon.el (gnus-picon-insert-glyph):
22585         Add optional `nostring' argument.
22586
22587 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22588
22589         * gnus-picon.el (gnus-picon-style): New variable.
22590         (gnus-picon-transform-address): Support `gnus-picon-style'.
22591
22592 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22593
22594         * message.el (message-fill-field): Return point.
22595         (message-generate-headers): Go to end of field.
22596
22597         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22598         stuff for non-living groups.
22599
22600 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22601
22602         * gnus-art.el (gnus-article-followup-with-original)
22603         (gnus-article-reply-with-original): gnus-mark-active-p ->
22604         gnus-region-active-p.
22605
22606 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
22607
22608         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22609         only when there is spam or ham to be processed.
22610
22611 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22612
22613         * mail-source.el (mail-source-delete-crash-box): Refactor.
22614         (mail-source-fetch): Use it.
22615         (mail-source-fetch-file): Ditto.
22616         (mail-source-fetch-directory): Run postscript in loop.
22617         (mail-source-fetch-pop): Delete.
22618         (mail-source-fetch-maildir): Ditto.
22619         (mail-source-fetch-imap): Ditto.
22620
22621         * imap.el (imap-authenticators): Comment out sasl.
22622
22623         * message.el (message-skip-to-next-address): New function.
22624         (message-fill-header-address): Refactor.
22625         (message-fill-address): Use it.
22626         (message-delete-address): Use it.
22627         (message-fill-header-general): Refactor.
22628         (message-fill-field-address): Rename.
22629         (message-narrow-to-field): Find the start of the header.
22630         (message-header-format-alist): Don't pre-fill.
22631         (message-fill-header): Remove.
22632         (message-insert-header): New function.
22633         (message-shorten-references): Use it.
22634
22635         * rfc2047.el (rfc2047-field-value): Strip props.
22636
22637         * mail-parse.el (mail-header-make-address): New alias.
22638
22639         * ietf-drums.el (ietf-drums-make-address): New function.
22640
22641         * imap.el: Add compiler directives.
22642
22643         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22644
22645         * gnus-art.el (article-decode-idna-rhs): Don't use
22646         message-idna-inside-rhs-p.
22647
22648 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22649
22650         * message.el (message-idna-inside-rhs-p): Remove.
22651         (message-idna-to-ascii-rhs-1): Use proper address parsing.
22652
22653         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22654         false positives.
22655
22656 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22657
22658         * imap.el (imap-sasl-make-mechanisms): Use sasl.
22659
22660 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22661
22662         * nneething.el (nneething-file-name): Don't create spurious
22663         files.
22664
22665         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22666         (gnus-inews-do-gcc): Remove sleep.
22667
22668         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22669         part under point.
22670
22671         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22672         (gnus-agent-regenerate-group): Using nil messages aren't valid.
22673
22674 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
22675
22676         * spam.el (spam-summary-prepare-exit): Fix (length).
22677
22678 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
22679
22680         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22681         as expired without moving it" message when there are spam
22682         messages left.
22683
22684 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
22685
22686         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22687         header is not nil.
22688
22689 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
22690
22691         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22692         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22693         (nntp-marks-changed-p): New arg SERVER.
22694         (nntp-request-update-info): Adjust caller.
22695
22696 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
22697
22698         * nntp.el (nntp-save-marks): Pass missing arg.
22699
22700 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
22701
22702         * nntp.el: Support marks.
22703         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22704         (nntp-marks-modtime, nntp-marks-directory): New variables.
22705         (nntp-request-set-mark, nntp-request-update-info)
22706         (nntp-possibly-create-directory, nntp-marks-changed-p)
22707         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22708         New functions.
22709
22710 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
22711
22712         * gnus-xmas.el (gnus-xmas-select-lowest-window)
22713         (gnus-xmas-redefine): Rename.
22714
22715         * gnus-score.el (gnus-score-insert-help):
22716         Use gnus-select-lowest-window.
22717
22718         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22719         appt-select-lowest-window and rename to gnus-select-lowest-window.
22720
22721         * gnus.el: do.
22722
22723 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22724
22725         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22726         encodings of MIME-encoded words, in order to improve
22727         interoperability with several broken MUAs.
22728
22729 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22730
22731         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22732         tags, only when charsets are not specified in headers.
22733         (mm-inline-text-html-render-with-w3m): Ditto.
22734
22735         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
22736         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
22737
22738 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22739
22740         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22741         instead of MIME-decoded from fields when checking
22742         `gnus-article-address-banner-alist'.
22743
22744 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
22745
22746         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22747         description rather than subject.
22748
22749 2004-05-02  Steve Youngs  <steve@youngs.au.com>
22750
22751         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
22752
22753 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22754
22755         * gnus.el (gnus-version-number): Bump.
22756
22757 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22758
22759         * gnus.el: No Gnus v0.2 is released.
22760
22761 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22762
22763         * gnus-agent.el (gnus-agent-read-agentview):
22764         Inline gnus-uncompress-range.
22765
22766 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22767
22768         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22769         `exec-installed-p'.
22770
22771 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22772
22773         * gnus.el (spam-process, spam-autodetect-methods):
22774         Add bsfilter and bsfilter-headers.
22775
22776         * spam.el (spam-bsfilter): New customize group.
22777         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22778         (spam-bsfilter-header, spam-bsfilter-probability-header)
22779         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22780         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22781         (spam-bsfilter-database-directory): New options.
22782         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22783         (spam-list-of-statistical-checks, spam-registration-functions):
22784         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22785         (spam-bsfilter-score): New command.
22786         (spam-check-bsfilter-headers, spam-check-bsfilter)
22787         (spam-bsfilter-register-with-bsfilter)
22788         (spam-bsfilter-register-spam-routine)
22789         (spam-bsfilter-unregister-spam-routine)
22790         (spam-bsfilter-register-ham-routine)
22791         (spam-bsfilter-unregister-ham-routine): New functions.
22792         (spam-generic-score): Support bsfilter; Accept an optional argument
22793         to recalcurate spam score even if scoring header has already been
22794         added.
22795         (spam-bogofilter-score, spam-spamassassin-score): Accept an
22796         optional argument to recalcurate spam score even if scoring header
22797         has already been added.
22798
22799 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
22800
22801         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22802         strings!  Reported by David D. Smith <davidsmith@acm.org>.
22803         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22804         link is missing.
22805
22806 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
22807
22808         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22809         (html2text-get-attr): Rewrite.
22810
22811         * message.el (message-setup-1): Remove redundant put-text-property
22812         on mail-header-separator.
22813
22814 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
22815
22816         * gnus-registry.el (gnus-registry-cache-whitespace)
22817         (gnus-registry-action, gnus-registry-spool-action)
22818         (gnus-registry-split-fancy-with-parent): Change message levels
22819         from 5 to 3 or 7, as needed.
22820
22821         * spam.el (spam-summary-prepare-exit)
22822         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22823         (spam-split, spam-find-spam, spam-log-undo-registration)
22824         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22825         level from 5 to 6.
22826
22827 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22828
22829         * gnus-ems.el: Autoload appt-select-lowest-window (revert
22830         2004-03-04 change).
22831
22832 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
22833
22834         * sieve-manage.el (sieve-manage-open):
22835         * nnweb.el (nnweb-insert-html):
22836         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22837         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22838         * nnspool.el (nnspool-request-group):
22839         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22840         * nnml.el (nnml-request-update-info):
22841         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22842         (nnmh-request-create-group, nnmh-update-gnus-unreads):
22843         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22844         (nnimap-request-set-mark):
22845         * nnfolder.el (nnfolder-request-update-info):
22846         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22847         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22848         * gnus-uu.el (gnus-uu-find-articles-matching):
22849         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22850         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22851         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22852         * gnus-nocem.el (gnus-nocem-scan-groups):
22853         * gnus-int.el (gnus-start-news-server):
22854         * gnus-group.el (gnus-group-make-kiboze-group)
22855         (gnus-group-browse-foreign-server):
22856         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22857         Use mapc when appropriate.
22858
22859 2004-04-22  Dan Christensen  <jdc@uwo.ca>
22860             Adam Sjøgren  <asjo@koldfront.dk>
22861             Wes Hardaker  <wes@hardakers.net>
22862             Michael Shields  <shields@msrl.com>
22863
22864         * spam.el (spam-necessary-extra-headers): Get the extra headers we
22865         may need for spam sorting and scoring.
22866         (spam-user-format-function-S): Add user format function suitable for
22867         general use.
22868         (spam-article-sort-by-spam-status): Add sorting function for summary
22869         sorting.
22870         (spam-extra-header-to-number): Add function to get a score from a
22871         header.
22872         (spam-summary-score): Add function to get a numeric score from the
22873         headers.
22874         (spam-generic-score): Fix function doc, was in wrong place.
22875         (spam-initialize): Take symbols when it's run, and install the
22876         extra headers that spam-necessary-extra-headers thinks we need.
22877
22878 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
22879
22880         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22881         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22882
22883 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
22884
22885         * gnus-sum.el (gnus-set-global-variables)
22886         (gnus-build-all-threads, gnus-get-newsgroup-headers)
22887         (gnus-article-get-xrefs, gnus-summary-best-group)
22888         (gnus-summary-next-article, gnus-summary-enter-digest-group)
22889         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22890         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22891         Use with-current-buffer.
22892
22893 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
22894
22895         * spam.el (spam-summary-prepare-exit): Simplify logic.
22896         (spam-fetch-article-header): Read the article header if it's not
22897         available.
22898         (spam-list-articles): Simplify logic.
22899         (spam-filelist-register-routine): Fix bug with unregister-list.
22900
22901         * gnus-registry.el: Fix comments at beginning.
22902
22903 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
22904
22905         * message.el (message-cater-to-broken-inn): Remove.
22906         (message-shorten-references): Make sure the total folded length of
22907         References is shorter than 998 characters to cater to a bug in INN
22908         2.3.  Also, don't pretend that references aren't folded -- this
22909         hasn't worked for a while.
22910
22911 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22912
22913         * gnus-agent.el (gnus-agentize):
22914         gnus-agent-send-mail-real-function no longer set to current value
22915         of message-send-mail-function but rather a lambda that calls
22916         message-send-mail-function.  The change makes the agent real-time
22917         responsive to user changes to message-send-mail-function.
22918
22919 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22920
22921         * legacy-gnus-agent.el
22922         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22923         help from Florian Weimer <fw@deneb.enyo.de>
22924
22925 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22926
22927         * nnmail.el (nnmail-cache-insert): Revert last change.
22928
22929 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22930
22931         * nnmail.el (nnmail-cache-insert): Always check whether
22932         nnmail-cache-ignore-groups matches a group name.
22933
22934 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22935
22936         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22937         (spam-find-spam, spam-log-processing-to-registry)
22938         (spam-log-registered-p, spam-log-unregistration-needed-p)
22939         (spam-log-undo-registration): Use gnus-message instead of
22940         gnus-error, none of these errors are fatal.
22941
22942         * gnus-registry.el (gnus-registry-clean-empty-function)
22943         (gnus-registry-clean-empty): Remove only empty entries without
22944         extra data.
22945
22946 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22947
22948         * spam-stat.el (spam-stat-buffer-change-to-spam)
22949         (spam-stat-buffer-change-to-non-spam): Change (error) to
22950         (gnus-message 8) invocation.
22951
22952 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22953
22954         * nntp.el (nntp-via-netcat-command): New variable.
22955         (nntp-via-netcat-switches): New variable.
22956         (nntp-open-via-rlogin-and-netcat): New function.
22957         (nntp-open-connection-function): Doc fix.
22958         (nntp-telnet-command): Doc fix.
22959         (nntp-end-of-line): Doc fix.
22960         (nntp-via-rlogin-command): Doc fix.
22961         (nntp-via-user-name): Doc fix.
22962         (nntp-via-address): Doc fix.
22963
22964 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22965
22966         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22967         error in Emacs 21.1.
22968
22969 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
22970
22971         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22972
22973 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22974
22975         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22976         (gnus-agent-with-refreshed-group): New macro.
22977         (gnus-agent-rename-group): New function.
22978         (gnus-agent-delete-group): New function.
22979         (gnus-agent-save-group-info): Use gnus-command-method when
22980         `method' parameter is nil.  Don't write nil entries into the
22981         active file.
22982         (gnus-agent-get-group-info): New function.
22983         (gnus-agent-fetch-articles):
22984         Use gnus-agent-update-files-total-fetched-for to increment disk space
22985         used.
22986         (gnus-agent-fetch-headers, gnus-agent-save-alist):
22987         Use gnus-agent-update-view-total-fetched-for to increment disk space
22988         used.
22989         (gnus-agent-get-local): Add optional parameters to avoid calling
22990         gnus-group-real-name and gnus-find-method-for-group.
22991         (gnus-agent-set-local): Delete stored entry if either min, or max,
22992         are nil.
22993         (gnus-agent-fetch-session): Reworded error/quit messages.
22994         On quit, use gnus-agent-regenerate-group to record existance of any
22995         articles fetched to disk before the quit occurred.
22996         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22997         gnus-agent-update-view-total-fetched-for, and
22998         gnus-agent-update-files-total-fetched-for to decrement disk space
22999         used.
23000         (gnus-agent-retrieve-headers):
23001         Use gnus-agent-update-view-total-fetched-for to increment disk space
23002         used.
23003         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23004         with gnus-agent-update-files-total-fetched-for to decrement disk
23005         space and fresh group buffer.
23006         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23007         (gnus-agent-need-update-total-fetched-for): New variable.
23008         (gnus-agent-update-files-total-fetched-for): New function.
23009         (gnus-agent-update-view-total-fetched-for): New function.
23010         (gnus-agent-total-fetched-for): New function.
23011
23012         * gnus-cache.el (gnus-cache-save-buffers):
23013         Use gnus-cache-update-overview-total-fetched-for to change disk space
23014         used by this group.
23015         (gnus-cache-possibly-enter-article):
23016         Use gnus-cache-update-file-total-fetched-for to increment disk space
23017         used by this group.
23018         (gnus-cache-possibly-remove-article):
23019         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23020         used by this group.
23021         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23022         (gnus-cache-rename-group): New function.
23023         (gnus-cache-delete-group): New function.
23024         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23025         (gnus-cache-need-update-total-fetched-for): New variable.
23026         (gnus-cache-with-refreshed-group): New macro.
23027         (gnus-cache-update-file-total-fetched-for): New function.
23028         (gnus-cache-update-overview-total-fetched-for): New function.
23029         (gnus-cache-rename-group-total-fetched-for): New function.
23030         (gnus-cache-delete-group-total-fetched-for): New function.
23031         (gnus-cache-total-fetched-for): New function.
23032
23033         * gnus-group.el: Require gnus-sum and autoload functions to
23034         resolve warnings when gnus-group.el compiled alone.
23035         (gnus-group-line-format): Documented new %F.
23036         (size of Fetched data) group line format; identifies disk space
23037         used by agent and cache.
23038         (gnus-group-line-format-alist): Defined new F format.
23039         (gnus-total-fetched-for): New function.
23040         (gnus-group-delete-group): No longer update
23041         gnus-cache-active-altered as gnus-request-delete-group now keeps
23042         the cache in sync.
23043         (gnus-group-list-active): Let the agent store a server's active
23044         list if currently plugged.
23045
23046         * gnus-int.el (gnus-request-delete-group):
23047         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23048         local disk in sync with the server.
23049         (gnus-request-rename-group):
23050         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23051         local disk in sync with the server.
23052
23053         * gnus-start.el (gnus-get-unread-articles):
23054         Cosmetic simplification to logic.
23055
23056         * gnus-util.el (gnus-rename-file): New function.
23057
23058 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23059
23060         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23061
23062 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23063
23064         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23065         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23066
23067 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23068
23069         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23070         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23071
23072 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23073
23074         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23075
23076 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23077
23078         * spam.el (spam-set-difference): Add function to replace
23079         gnus-set-difference in spam.el.
23080         (spam-summary-prepare-exit): Use spam-set-difference.
23081
23082 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23083
23084         * gnus-registry.el (gnus-registry-cache-file): Update to use
23085         gnus-dribble-directory OR gnus-home-directory OR ~.
23086         (gnus-registry-split-fancy-with-parent): Fix doc.
23087
23088 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23089
23090         * message.el (message-exchange-point-and-mark):
23091         Use message-mark-active-p.  Suggested by Jesper Harder
23092         <harder@ifa.au.dk>.
23093
23094 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23095
23096         * message.el (message-exchange-point-and-mark): Don't activate
23097         region if it was inactive.  Suggested by Hiroshi Fujishima
23098         <pooh@nature.tsukuba.ac.jp>.
23099
23100 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23101
23102         * gnus-art.el (article-display-face): Display Faces in the same
23103         order as X-Faces.
23104
23105 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23106
23107         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23108
23109 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23110
23111         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23112         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23113         (gnus-article-mime-hierarchy): Remove.
23114         (gnus-article-mime-hierarchy-next): Remove.
23115         (gnus-article-mode): Revert 2004-03-19 change.
23116         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23117         (gnus-insert-mime-button): Revert 2004-03-19 change.
23118         (gnus-mime-accumulate-hierarchy): Remove.
23119         (gnus-mime-enter-multipart): Remove.
23120         (gnus-mime-leave-multipart): Remove.
23121         (gnus-mime-display-part): Revert 2004-03-19 change.
23122         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23123
23124         * mml.el (mml-preview): Revert 2004-03-19 change.
23125
23126 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23127
23128         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23129
23130 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23131
23132         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23133         t while entering a file name using the mm-with-multibyte macro.
23134         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23135
23136         * mm-util.el (mm-with-multibyte): New macro.
23137
23138 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23139
23140         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23141         New user option.
23142         (gnus-mime-multipart-functions): Doc and customization fix.
23143         (gnus-article-mime-hierarchy): New variable.
23144         (gnus-article-mime-hierarchy-next): New variable.
23145         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23146         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23147         gnus-article-mime-hierarchy-next to nil.
23148         (gnus-insert-mime-button): Show hierarchy numbers.
23149         (gnus-mime-accumulate-hierarchy): New function.
23150         (gnus-mime-enter-multipart): New function.
23151         (gnus-mime-leave-multipart): New function.
23152         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23153         (gnus-mime-display-alternative): Show hierarchy numbers.
23154
23155         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23156         gnus-article-mime-hierarchy-next to nil.
23157
23158 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23159
23160         * dns.el: Don't require gnus-xmas.
23161
23162 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23163
23164         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23165         inline PGP.
23166         (mml-menu): Disable mml-quote-region if mark is inactive.
23167
23168 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23169
23170         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23171         when the group's active is not available.
23172
23173 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23174
23175         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23176         error.
23177
23178 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23179
23180         * imap.el (imap-store-password): New variable.
23181         (imap-interactive-login): Use it.
23182         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23183
23184 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23185
23186         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23187         window-start and hscroll to summary window.
23188
23189 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23190
23191         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23192         conversion message to newsrc-dribble when an actual conversion is
23193         performed.
23194
23195 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23196
23197         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23198
23199 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23200
23201         * mm-decode.el (mm-complicated-handles): New function reviving
23202         former definition of mm-multiple-handles.
23203
23204         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23205         (gnus-mime-delete-part): Use it.
23206
23207 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23208
23209         * gnus-agent.el (gnus-agent-read-local):
23210         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23211         avoid the implicit assumption that they will always be equal.
23212         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23213         coding-system-for-write, as the with-temp-file macro first prints
23214         to a buffer then saves the buffer.
23215
23216 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23217
23218         * gnus-art.el (gnus-article-edit-part): New function.
23219         (gnus-mime-save-part-and-strip): Use it; do query instead of
23220         signaling an error; don't use mm-multiple-handles.
23221         (gnus-mime-delete-part): Ditto.
23222
23223 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23224
23225         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23226         old file versions.
23227         (gnus-group-prepare-hook): Remove function that converted list
23228         form of gnus-agent-expire-days to group properties.
23229
23230         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23231         (gnus-request-accept-article): Re-indented.
23232
23233         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23234         converters to handle old agent file formats.  Add logic for a
23235         "backup before upgrading warning".
23236         (gnus-convert-mark-converter-prompt): Developers can mark
23237         functions as needing (default), or not needing,
23238         gnus-convert-old-newsrc's "backup before upgrading warning".
23239         (gnus-convert-converter-needs-prompt): Tests whether the user
23240         should be protected from potentially irreversable changes by the
23241         function.
23242
23243         * legacy-gnus-agent.el: New.  Provides converters that are only
23244         loaded when gnus-convert-old-newsrc needs to call them.
23245
23246 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23247
23248         * mail-source.el (mail-source-touch-pop): Doc fix.
23249
23250         * message.el (message-smtpmail-send-it): Doc fix.
23251
23252 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
23253
23254         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23255
23256         * nnmail.el (nnmail-split-fancy): do.
23257
23258         * gnus-kill.el (gnus-kill, gnus-execute): do.
23259
23260 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
23261
23262         * gnus-sum.el (gnus-widget-reversible-match)
23263         (gnus-widget-reversible-to-internal)
23264         (gnus-widget-reversible-to-external): New functions.
23265         (gnus-widget-reversible): New widget.
23266         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23267
23268 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
23269
23270         * gnus-sum.el (gnus-thread-sort-functions)
23271         (gnus-article-sort-functions): Document `(not F)' items.
23272
23273 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
23274
23275         * spam.el (spam-use-gmane-xref): Add new backend.
23276         (spam-gmane-xref-spam-group): Add variable to control the name of the
23277         Gmane spam group.
23278         (spam-blackhole-servers, spam-blackhole-good-server-regex)
23279         (spam-regex-headers-spam, spam-regex-headers-ham)
23280         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23281         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23282         backends and checks.
23283         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23284
23285         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23286         an autodetect method.
23287
23288 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23289
23290         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23291         articles are being added to a group.
23292         (gnus-request-replace-article): Inform the agent that articles
23293         need to be uncached as the cached contents are no longer valid.
23294
23295 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23296
23297         * binhex.el: Don't autoload executable-find.
23298
23299         * canlock.el: Don't autoload mail-fetch-field.
23300
23301         * dgnushack.el: Autoload c-mode for XEmacs.
23302
23303         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23304
23305         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23306         rmail-dont-reply-to and rmail-output.
23307
23308         * gnus-score.el: Don't autoload ffap-string-at-point.
23309
23310         * gnus-setup.el: Don't autoload sc-cite-original.
23311
23312         * imap.el: Don't autoload base64-decode-string,
23313         base64-encode-string and md5.
23314
23315         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23316         and rmail-msg-restore-non-pruned-header.
23317
23318         * mm-decode.el: Don't autoload executable-find.
23319
23320         * mm-url.el: Don't autoload executable-find.
23321
23322         * mm-view.el: Don't autoload diff-mode.
23323
23324         * nndb.el: Don't autoload news-reply-mode, news-setup,
23325         cancel-timer and telnet.
23326
23327         * password.el: Don't autoload run-at-time for Emacs.
23328
23329         * sha1-el.el: Don't autoload executable-find.
23330
23331         * sieve-mode.el: Don't autoload c-mode.
23332
23333         * uudecode.el: Don't autoload executable-find.
23334
23335 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23336
23337         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23338         (gnus-agent-possibly-alter-active): Avoid null in numeric
23339         comparison.
23340         (gnus-agent-set-local): Refuse to save null in local object table.
23341         (gnus-agent-regenerate-group): The REREAD parameter can now be a
23342         list of articles that will be marked as unread.
23343
23344 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23345
23346         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23347
23348 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
23349
23350         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23351         language tags.
23352
23353 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
23354
23355         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23356         Don't bind "obarray".
23357
23358         * gnus-sum.el (gnus-thread-sort-functions):
23359         Add `gnus-thread-sort-by-most-recent-number' and
23360         `gnus-thread-sort-by-most-recent-date'.
23361         Reported by Kai Grossjohann <kai@emptydomain.de>.
23362
23363 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23364
23365         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23366
23367 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23368
23369         * gnus-cus.el (gnus-agent-customize-category):
23370         Remove ignore-errors macro reference that required cl to be loaded at
23371         run-time.
23372
23373         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23374         single-interval range of the form (min . max).  Previously the
23375         range had to look like ((min . max)).  Likewise, return
23376         (min . max) rather than ((min . max)).
23377         (gnus-range-map): Use gnus-range-normalize to accept
23378         single-interval range.
23379
23380         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23381         the cache, but not the agent, now appear with their usual face.
23382
23383         * dgnushack.el (loaddir): New variable that is bound to the
23384         directory containing the dgnushack.el file. Use loaddir, rather
23385         than srcdir, to update load-path. Change lets dgnushack compile
23386         code in directories other than GNUS/lisp.
23387
23388 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23389
23390         * lpath.el: Don't bind w3m-safe-url-regexp.
23391
23392         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23393         w3m-safe-url-regexp variable buffer-local.
23394
23395         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23396
23397 2004-02-27  Simon Josefsson  <jas@extundo.com>
23398
23399         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23400         gnus-group-real-prefix.
23401         (gnus-summary-move-article): Use it, instead of
23402         gnus-group-real-prefix.
23403
23404 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23405
23406         * lpath.el: Bind w3m-safe-url-regexp.
23407
23408         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23409         w3m-safe-url-regexp variable buffer-local and set it as the value
23410         of mm-w3m-safe-url-regexp.
23411
23412         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23413
23414         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23415         parsing gnus-posting-styles when the message is not for replying.
23416
23417         * dgnushack.el: Autoload sgml-mode for XEmacs.
23418
23419         * nnrss.el (nnrss-opml-export):
23420         Use mm-set-buffer-file-coding-system instead of
23421         set-buffer-file-coding-system.
23422
23423 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
23424
23425         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23426         of checkdoc.el).
23427         * nnrss.el: do.
23428         * gnus-mlspl.el: do.
23429         * gnus-ml.el: do.
23430         * gnus-srvr.el: do.
23431
23432         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23433
23434 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
23435
23436         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23437         Corrections to custom-manual links.
23438
23439         * gnus-art.el (gnus-article): Ditto.
23440
23441         * mm-decode.el (mime-display, mime-security): Ditto.
23442
23443 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23444
23445         * flow-fill.el: Typo.
23446
23447 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
23448
23449         * spam-wash.el: New file.
23450
23451 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23452
23453         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23454
23455 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23456
23457         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23458         to be run with new-articles as LIST1, not LIST2.
23459         (spam-registration-functions): Add spam-use-ham-copy as a nil
23460         registration backend.
23461
23462 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23463
23464         * spam-stat.el (spam-stat-washing-hook): New option.
23465         (spam-stat-buffer-words): Use it.
23466         (spam-stat-process-directory, spam-stat-test-directory):
23467         Use insert-file-contents-literally.
23468         (spam-stat-coding-system): New variable.
23469         (spam-stat-load, spam-stat-save): Use it.
23470
23471 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23472
23473         * spam-report.el (spam-report-plug-agent):
23474         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23475
23476 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23477
23478         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23479         Allow / in mailto URLs.
23480
23481 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23482
23483         * spam-report.el (spam-report-process-queue): Fix interactive use.
23484         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23485         (spam-report-unplug-agent): Doc fixes.
23486         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23487         (spam-report-agentize, spam-report-deagentize): Autoload.
23488
23489 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23490
23491         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
23492
23493         * message.el (message-setup-fill-variables): Add mml tags to
23494         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23495         <ajk@iu.edu>.
23496         (message-mode): Don't modify paragraph-separate there.
23497
23498 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23499
23500         * compface.el (uncompface-use-external): Default to undecided.
23501         (uncompface-use-external-threshold): New variable.
23502         (uncompface-float-time): New macro.
23503         (uncompface): Determine whether to use the external decoder if
23504         uncompface-use-external is undecided.
23505
23506 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23507
23508         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23509         after images.
23510
23511         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23512
23513 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23514
23515         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23516
23517         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23518
23519         * gnus-sum.el (gnus-summary-limit-to-age)
23520         (gnus-summary-limit-children): do.
23521
23522         * gnus-int.el (gnus-request-scan): do.
23523
23524         * gnus-group.el (gnus-group-suspend): do.
23525
23526         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23527
23528         * gnus-cite.el (gnus-cite-parse-attributions): do.
23529
23530         * gnus-agent.el (gnus-summary-set-agent-mark)
23531         (gnus-agent-regenerate-group): do.
23532
23533         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23534
23535         * binhex.el (binhex-decode-region-internal): do.
23536
23537 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23538
23539         * gnus-fun.el (gnus-face-properties-alist): New user option.
23540         (gnus-display-x-face-in-from): Use it.
23541
23542         * gnus-art.el (article-display-face): Ditto.
23543
23544         * compface.el (uncompface-use-external): Default to nil.
23545
23546 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
23547
23548         * nntp.el (nntp-erase-buffer): New function.
23549         (nntp-retrieve-data, nntp-send-command)
23550         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23551         (nntp-possibly-change-group): Use it.
23552
23553         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23554         Use with-current-buffer.
23555
23556 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
23557
23558         * compface.el: Merge the ELisp-based uncompface program.
23559         (compface): New customization group.
23560         (uncompface-use-external): New user option.
23561         (uncompface): Call uncompface-internal if uncompface-use-external
23562         is nil.
23563         (uncompface-internal): New function.  Note that there are also
23564         some other functions and variables added for this function.
23565
23566 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
23567
23568         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23569         if necessary.
23570
23571 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
23572
23573         * spam-report.el (spam-report-unplug-agent)
23574         (spam-report-plug-agent, spam-report-deagentize)
23575         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23576         Add support for the Agent in spam-report: when unplugged, report to a
23577         file; when plugged, submit all the requests.
23578
23579         * spam.el (spam-register-routine): Fix message about
23580         registration.
23581
23582 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
23583
23584         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23585         dependencies.
23586         (rfc2047-encode): Use it.
23587
23588         * gnus-art.el (gnus-button-marker-list): Move before first
23589         reference.
23590
23591         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23592         (imap-parse-body): Fix format string mismatch.
23593
23594         * gnus-score.el (gnus-summary-increase-score): do.
23595
23596         * nnrss.el (nnrss-close): New function.
23597
23598 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
23599
23600         * nnrss.el (nnrss-make-filename): New function.
23601         (nnrss-request-delete-group, nnrss-read-server-data)
23602         (nnrss-save-server-data, nnrss-read-group-data)
23603         (nnrss-save-group-data): Use it.
23604         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23605         (nnrss-read-server-data, nnrss-read-group-data): Use load.
23606         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23607
23608 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
23609
23610         * mml.el (mml-compute-boundary-1): Don't uncompress files.
23611
23612 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
23613
23614         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23615         files.
23616
23617         * message.el (message-generate-headers-first): Don't quote nil
23618         and t in docstrings.
23619
23620         * imap.el (imap-id): do.
23621
23622         * gnus-agent.el (gnus-agent-consider-all-articles)
23623         (gnus-agent-queue-mail): do.
23624
23625 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
23626
23627         * spam-report.el (spam-report-process-queue): New function.
23628         Process requests from `spam-report-requests-file'.
23629         (spam-report-process-queue): Doc fix.
23630
23631 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
23632
23633         * spam.el (spam-register-routine)
23634         (spam-log-processing-to-registry, spam-log-registered-p)
23635         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23636         Change "check" to "spam-check" for semi-clarity.
23637
23638 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
23639
23640         * pop3.el: Require nnheader.
23641
23642         * mml-smime.el: Require cl.  Autoload message-fetch-field.
23643
23644         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23645
23646         * gnus-picon.el: Require cl.
23647
23648         * gnus-fun.el: Require gnus-ems and gnus-util.
23649
23650         * gnus.el (gnus-method-to-server): Move defsubst before first use.
23651
23652         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
23653
23654         * gnus-art.el (gnus-article-edit-mode): Define before first
23655         reference.
23656
23657 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
23658
23659         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23660         (gnus-uu-post-encoded): Use point-at-bol.
23661
23662         * gnus-topic.el (gnus-group-active-topic-p): do.
23663
23664         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23665
23666         * gnus-group.el (gnus-group-kill-region): do.
23667
23668         * gnus-art.el (article-date-ut): do.
23669
23670         * message.el (message-fetch-field): Remove redundant
23671         case-fold-search binding.
23672         (message-narrow-to-field): Simplify.
23673
23674 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
23675
23676         * spam.el (spam-directory): Derive from `gnus-directory'.
23677
23678         * spam-report.el (spam-report-url-to-file)
23679         (spam-report-requests-file): New function and variable for offline
23680         reporting.
23681         (spam-report-url-ping-function): Add `spam-report-url-to-file'
23682         and user defined function.
23683         (spam-report-url-ping-mm-url): Remove doubled slash.
23684
23685 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
23686
23687         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23688
23689 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
23690
23691         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23692         Fix format string mismatch.
23693
23694         * sieve.el (sieve-deactivate-all): do.
23695
23696         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23697
23698         * nnlistserv.el (nnlistserv-kk-wash-article): do.
23699
23700         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23701
23702         * mm-bodies.el (mm-7bit-chars): Don't include \r.
23703
23704 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
23705
23706         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23707         the list of checks.
23708
23709 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
23710
23711         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23712         padding.
23713
23714 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
23715
23716         * mm-view.el (mm-fill-flowed): New variable.
23717         (mm-inline-text): Use it.
23718
23719 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
23720
23721         * spam.el (spam-spamassassin-register-ham-routine)
23722         (spam-spamassassin-register-spam-routine): Fix function names.
23723
23724 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23725
23726         * gnus.el (gnus-tmp-grouplens): Remove.
23727         (gnus-summary-line-format): Remove grouplens.
23728
23729         * gnus-group.el (gnus-group-line-format): Ditto.
23730
23731         * gnus-spec.el (gnus-format-specs): Ditto.
23732         (gnus-update-format-specifications): Flush the group format spec
23733         cache if there's the grouplens stuff.
23734         (gnus-parse-simple-format): Replace %l with the empty string.
23735
23736 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
23737
23738         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23739         omission.
23740
23741 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23742
23743         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23744         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23745
23746 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23747
23748         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23749         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23750         New macros and functions.
23751         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23752         Handle > NLINK_MAX messages.
23753         * nnmaildir.el (nnmaildir-request-set-mark):
23754         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23755
23756 2004-01-25  Alex Schroeder  <alex@gnu.org>
23757
23758         * spam-stat.el (spam-stat-process-directory-age): New option.
23759         (spam-stat-process-directory): Use it.
23760
23761 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
23762
23763         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23764         (spam-stat-save): Accept prefix argument.
23765
23766 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
23767
23768         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23769         links" error.
23770
23771 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23772
23773         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
23774         the rest of the and/or forms.
23775
23776 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23777
23778         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23779         compatibility with old .newsrc.eld files.
23780
23781         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
23782
23783         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23784
23785         * gnus-start.el (gnus-1): do.
23786
23787         * gnus-group.el (gnus-group-line-format-alist): do.
23788
23789         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23790
23791         * gnus-gl.el: Remove.
23792
23793 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23794
23795         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23796         marks consisting of a single range {for example, (3 . 5)} rather
23797         than a list of a single range { ((3 . 5)) }.
23798
23799 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23800
23801         * spam-stat.el (spam-stat-store-gnus-article-buffer):
23802         Use with-current-buffer.
23803         (spam-stat-store-current-buffer): Use insert-buffer-substring to
23804         avoid consing a string.
23805
23806         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23807         Remove obsolete entries for big5 and gb2312.
23808
23809 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23810
23811         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23812         uncompressed list.
23813
23814 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
23815
23816         * spam-stat.el (spam-stat-strip-xref): New function.
23817         (spam-stat-process-directory): Use it.
23818
23819         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23820         here -- it's done in message-fetch-field.
23821
23822 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23823
23824         * gnus-agent.el (gnus-agent-queue-mail)
23825         (gnus-agent-prompt-send-queue): New variables.
23826         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23827         * gnus-draft.el (gnus-group-send-queue): Pass the group name
23828         "nndraft:queue" along to gnus-draft-send.
23829         Use gnus-agent-prompt-send-queue.
23830         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23831         is "nndraft:queue".  Suggested by Gaute Strokkenes
23832         <gs234@srcf.ucam.org>
23833
23834         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23835         (agent-enable-undownloaded-faces): Add.
23836         (gnus-agent-cat-groups): Use eval-and-compile, not
23837         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23838         method of gnus-agent-cat-groups even when the buffer has been
23839         evaled.
23840         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23841         delete gnus-agent-save-active-1.
23842         (gnus-agent-save-groups): Delete.  Identical to
23843         gnus-agent-save-active.
23844         (gnus-agent-write-active): No longer adjust agent's copy of active
23845         file as agent's adjustments are now stored in their own
23846         file.  Remove optional parameter.
23847         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23848         servers.  Add use of min/max range limits from server's local
23849         file.
23850         (gnus-agent-save-alist): Remove unused optional argument.
23851         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23852         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23853         (gnus-agent-set-local): A per-server file that keeps min/max range
23854         limits for articles known to the agent.  Provides a fast mechanism
23855         for altering many active ranges.
23856         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23857         active file (local makes it unnecessary).
23858         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23859
23860         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23861         (agent-enable-undownloaded-faces): Add.
23862
23863         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23864         disable it when sending to "nndraft:queue".
23865         (gnus-group-send-queue): Add safety check to avoid sending queue
23866         when unplugged.
23867
23868         * gnus-group.el (gnus-group-catchup): Use new
23869         gnus-sequence-of-unread-articles, not
23870         gnus-list-of-unread-articles, to avoid exhausting memory with huge
23871         numbers of articles.  Use gnus-range-map to avoid having to
23872         uncompress the unread list.
23873         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23874         Fix invalid ange-ftp reference.
23875
23876         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23877         (gnus-sorted-range-intersection): Intersection of two ranges
23878         without requiring that they first be uncompressed.
23879
23880         * gnus-start.el (gnus-activate-group): Unless blocked by the
23881         caller, possibly expand the active range to include both cached
23882         and agentized articles.
23883         (gnus-convert-old-newsrc): Rewrote in anticipation of having
23884         multiple version-dependent converters.
23885         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23886         gnus-agent-save-active.
23887         (gnus-save-newsrc-file): Save dirty agent range limits.
23888
23889         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23890         gnus-agent-possibly-alter-active.
23891         (gnus-adjust-marked-articles): Faster handling of simple lists.
23892
23893 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
23894
23895         * spam-stat.el (spam-stat-test-directory): New optional argument
23896         displays a list of files detected.  Suggested by Andrew Cohen
23897         <cohen@andy.bu.edu>.
23898         (spam-stat-buffer-words-with-scores): Don't narrow and change
23899         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
23900
23901 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
23902
23903         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23904         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23905         (spam-spamassassin-arguments)
23906         (spam-spamassassin-spam-flag-header)
23907         (spam-spamassassin-positive-spam-flag-header)
23908         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23909         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23910         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23911         (spam-list-of-processors, spam-list-of-checks)
23912         (spam-list-of-statistical-checks, spam-registration-functions)
23913         (spam-check-spamassassin-headers, spam-check-spamassassin)
23914         (spam-spamassassin-score)
23915         (spam-spamassassin-register-with-sa-learn)
23916         (spam-spamassassin-register-spam-routine)
23917         (spam-spamassassin-register-ham-routine)
23918         (spam-assassin-register-spam-routine)
23919         (spam-assassin-register-ham-routine): Add SpamAssassin support.
23920         (spam-bogofilter-score): Fix to show article before scoring.
23921
23922 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23923
23924         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23925         default scoring function.
23926         (spam-generic-score): Call spam-spamassassin-score if
23927         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23928         spam-bogofilter-score otherwise.
23929
23930         * gnus.el (spam-process, spam-autodetect-methods):
23931         Add spamassassin and spamassassin-headers.
23932
23933 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23934
23935         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23936         Suppress unnecessary messages.
23937
23938 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23939
23940         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23941         make-hash-table.
23942
23943 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23944
23945         * canlock.el (base64-encode-string): Don't autoload it.
23946
23947 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23948
23949         * run-at-time.el: Remove useless (require 'itimer),
23950         eval-and-compile and (featurep 'xemacs).
23951
23952 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23953
23954         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23955         GROUP is a virtual group.
23956
23957 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23958
23959         * gnus.el: Autoload `message-y-or-n-p'.
23960
23961 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23962
23963         * pgg-parse.el: Remove unnecessary (require 'custom).
23964
23965         * pgg-def.el: do.
23966
23967         * nnmail.el: do.
23968
23969         * gnus-undo.el: do.
23970
23971         * gnus-picon.el: do.
23972
23973         * gnus-util.el: do.
23974
23975 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
23976
23977         * gnus-sum.el (gnus-pick-line-number): Add autoload.
23978
23979 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23980
23981         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23982         handle, as well as a list.
23983
23984         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23985         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23986         (mm-w3m-cid-retrieve): Simplify.
23987
23988 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
23989
23990         * message.el (message-kill-to-signature): Allow prefix arg to
23991         specify number of lines to keep before signature.
23992
23993 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
23994
23995         * message.el (message-kill-to-signature): Change docstring.
23996
23997 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23998
23999         * canlock.el: Always require sha1-el.
24000         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24001
24002         * message.el: Autoload sha1 only when compiling.
24003
24004         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
24005         eudc-expand-inline for XEmacs.
24006
24007 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24008
24009         * message.el (message-canlock-generate): Require sha1-el.
24010
24011 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24012
24013         * message.el (message-expand-name): Silence the byte compiler.
24014
24015         * lpath.el: Add detect-coding-system.
24016
24017         * dgnushack.el (dgnushack-compile): Remove obsolete check for
24018         cus-edit.
24019
24020 2004-01-13  Simon Josefsson  <jas@extundo.com>
24021
24022         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24023         Invoke gnus-score-mode.
24024         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24025
24026         * gnus-range.el (gnus-compress-sequence): Doc fix.
24027         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24028
24029 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24030
24031         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24032
24033 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24034
24035         * spam.el (spam-get-article-as-string): Update to use
24036         gnus-request-article-this-buffer, much simpler.
24037         (spam-get-article-as-buffer): Remove.
24038
24039 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24040
24041         * message.el (message-expand-name): Use EUDC if the user uses that.
24042
24043 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24044
24045         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24046         character for the encoding to avoid consing a string.
24047
24048         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24049         unnecessarily.
24050
24051         * mm-util.el (mm-replace-chars-in-string): Remove.
24052
24053         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24054         of mm-replace-chars-in-string.
24055
24056 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24057
24058         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24059
24060         * mm-util.el (mm-subst-char-in-string): Support inplace.
24061
24062         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24063         a new string in every iteration.  Use shy groups.
24064
24065 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24066
24067         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24068         * gnus-soup.el (gnus-soup-group-brew):
24069         * gnus-msg.el (gnus-put-message):
24070         * gnus-move.el (gnus-group-move-group-to-server):
24071         * gnus-kill.el (gnus-batch-score):
24072         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24073         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24074         (gnus-group-update-group, gnus-group-read-group)
24075         (gnus-group-make-group, gnus-group-make-help-group)
24076         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24077         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24078         (gnus-group-sort-by-unread, gnus-group-catchup)
24079         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24080         (gnus-group-yank-group, gnus-group-set-info)
24081         (gnus-group-list-groups):
24082         * gnus.el (gnus-generate-new-group-name):
24083         * gnus-delay.el (gnus-delay-send-queue):
24084         * nnvirtual.el (nnvirtual-catchup-group):
24085         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24086         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24087         (gnus-group-prepare-topics, gnus-topic-check-topology):
24088         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24089         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24090         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24091         (gnus-group-make-articles-read):
24092         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24093         (gnus-group-change-level, gnus-kill-newsgroup)
24094         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24095         (gnus-get-unread-articles, gnus-make-articles-unread)
24096         (gnus-make-ascending-articles-unread): Use accessor
24097         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24098         to get group information for improved readability.
24099
24100
24101 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24102
24103         * gnus-art.el (article-decode-mime-words, article-babel)
24104         (gnus-article-highlight-signature, gnus-article-add-buttons)
24105         (gnus-signature-toggle): Use gnus-with-article-buffer.
24106
24107         * gnus-art.el (gnus-article-highlight-headers)
24108         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24109
24110         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24111         (gnus-article-set-globals, gnus-request-article-this-buffer)
24112         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24113         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24114         (gnus-mime-display-alternative): Use with-current-buffer.
24115
24116 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24117
24118         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24119         also under 80 char limit, and call gnus-error if needed.
24120         (spam-fetch-article-header): Fix - it was a
24121         buffer-local variable (gnus-newsgroup-data).
24122         (spam-find-spam): Use spam-generate-fake-headers, forget about
24123         spam-insert-fake-headers.
24124         (spam-insert-fake-headers): Remove.
24125
24126 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24127
24128         * deuglify.el (gnus-article-outlook-unwrap-lines)
24129         (gnus-outlook-rearrange-article)
24130         (gnus-outlook-repair-attribution-outlook)
24131         (gnus-outlook-repair-attribution-block)
24132         (gnus-outlook-repair-attribution-other): Remove redundant
24133         save-excursion.
24134
24135 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24136
24137         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24138         (spam-fetch-field-subject-fast)
24139         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24140         (spam-fetch-article-header): Add functions to deal with Gnus
24141         internals for fast retrieval of article header data.
24142         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24143
24144 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24145
24146         * pop3.el (pop3-md5): Remove.
24147         (pop3-apop): Replace pop3-md5 with md5.
24148
24149         * mm-bodies.el: base64 is always built-in.
24150
24151         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24152         Use with-current-buffer.
24153
24154 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24155
24156         * canlock.el (canlock-insert-header): Remove excessive grouping in
24157         regexp.
24158
24159         * gnus-sum.el (gnus-summary-read-document): Ditto.
24160
24161         * gnus-uu.el (gnus-uu-part-number): Ditto.
24162
24163         * html2text.el (html2text-remove-tags): Ditto.
24164         (html2text-format-tags): Ditto.
24165         (html2text-format-single-elements): Ditto.
24166
24167         * mml.el (mml-parse-1): Ditto.
24168
24169 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24170
24171         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24172
24173         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24174
24175         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24176
24177         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24178
24179 2003-11-15  Simon Josefsson  <jas@extundo.com>
24180
24181         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24182         (pgg-gpg-lookup-key): Use regexp match instead of
24183         split-string (split-string is different between emacs 21.2 and
24184         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24185
24186 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24187
24188         * gnus-art.el (gnus-mime-view-all-parts)
24189         (gnus-article-part-wrapper, gnus-article-view-part):
24190         Use with-current-buffer.
24191
24192 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24193
24194         * spam.el (spam-disable-spam-split-during-ham-respool)
24195         (spam-spamoracle-database, spam-cache-lookups)
24196         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24197         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24198         (spam-group-ham-marks, spam-group-spam-marks)
24199         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24200         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24201         also add spam-use-blackholes to the statistical checks.
24202         (spam-fetch-field-fast): Add interface to fetching fields, may
24203         become a macro.
24204         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24205         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24206         (spam-insert-fake-headers): Fake an article when needed.
24207         (spam-find-spam): Fake article when possible.
24208         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24209         (spam-check-bogofilter-headers): Use message-fetch-field instead
24210         of nnmail-fetch-field.
24211
24212 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24213
24214         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24215
24216 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24217
24218         * spam.el (spam-split): Do not require spam-use-CHECK to be
24219         enabled if that check is passed to spam-split explicitly; also
24220         fix so 'spam doesn't get converted to spam-split-group when
24221         spam-split-symbolic-return is t.
24222         (spam-find-spam): Find registrations of the article and use those
24223         instead of re-running spam-split to find the spam/ham
24224         classification of the article.
24225         (spam-log-processing-to-registry, spam-log-registered-p)
24226         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24227         Use gnus-error instead of gnus-message.
24228         (spam-log-registration-type): Add function to determine the
24229         classification of a message based on registry entries; will
24230         return nil if both 'spam and 'ham are found.
24231         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24232         a reasonably fast local cache without the loading errors.
24233         (spam-cache-lookups): Set to t by default.
24234         (spam-find-spam): Don't try to guess spam-cache-lookups.
24235         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24236         spam-caches entry.
24237         (spam-filelist-build-cache, spam-filelist-check-cache):
24238         Fix caching of whitelist/blacklist entries.
24239         (spam-check-whitelist, spam-check-blacklist):
24240         Invoke spam-from-listed-p with a type, not a cache variable.
24241         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24242
24243 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24244
24245         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24246
24247         * nnmail.el (nnmail-split-fancy): do.
24248
24249         * mml.el (mml-parse): do.
24250
24251         * gnus-score.el (gnus-enter-score-words-into-hashtb)
24252         (gnus-score-adaptive): do.
24253
24254 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24255
24256         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24257         (gnus-mime-button-map): Don't set keymap parent.
24258         (gnus-button-ctan-directory-regexp): Use shy grouping.
24259         (gnus-prev-page-map): Don't set keymap parent.
24260         (gnus-prev-page-map): Remove duplicated one.
24261         (gnus-next-page-map): Don't set keymap parent.
24262         (gnus-mime-security-button-map): Ditto.
24263
24264         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24265         version number.
24266
24267         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24268
24269 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24270
24271         * canlock.el (canlock-sha1-function): Remove.
24272         (canlock-sha1-function-for-verify): Remove.
24273         (canlock-openssl-program): Remove.
24274         (canlock-openssl-args): Remove.
24275         (canlock-ignore-errors): Remove.
24276         (canlock-sha1-with-openssl): Remove.
24277         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24278         (canlock-verify): Don't use canlock-ignore-errors.
24279
24280         * sha1-el.el (sha1-string-external): Make it can return a string
24281         in binary form.
24282         (sha1-region-external): Ditto.
24283         (sha1-string-internal): Ditto.
24284         (sha1-region-internal): Ditto.
24285         (sha1-region): Ditto.
24286         (sha1-string): Ditto.
24287         (sha1): Ditto.
24288
24289 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24290
24291         * spam.el (spam-report-articles-gmane): New command.
24292
24293 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24294
24295         * gnus.el: Don't make unnecessary *Group* buffer when loading.
24296
24297         * run-at-time.el (run-at-time-saved): Remove.
24298         (run-at-time): Doc fix.
24299
24300 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24301
24302         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24303         (gnus-summary-limit-map): Add it.
24304         (gnus-summary-make-menu-bar): do.
24305
24306 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
24307
24308         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24309         Make attempt at some caching support (done for BBDB only now).
24310         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24311         addresses to be checked.
24312         (spam-clear-cache-BBDB): Add function, to be invoked by
24313         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24314         (spam-check-BBDB): Check and use the caches, if
24315         spam-cache-lookups is on, remove superfluous (provide).
24316
24317 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24318
24319         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24320
24321 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24322
24323         * run-at-time.el (run-at-time-saved): Move to after the definition
24324         of `run-at-time'.
24325
24326         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
24327
24328 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24329
24330         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24331         mm-w3m-local-map-property.
24332
24333         * mm-view.el (mm-w3m-mode-map): Remove.
24334         (mm-w3m-local-map-property): Remove.
24335         (mm-inline-text-html-render-with-w3m): Don't use
24336         mm-w3m-local-map-property.
24337
24338 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24339
24340         * run-at-time.el: New file.
24341
24342         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
24343         under Emacs.
24344
24345         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24346         of gnus-set-text-properties.
24347
24348         * gnus-uu.el (gnus-uu-save-article): Ditto.
24349
24350         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24351
24352         * gnus-cite.el (gnus-cite-parse): Ditto.
24353
24354         * gnus-art.el (gnus-button-push): Use set-text-properties instead
24355         of gnus-.
24356
24357         * gnus-xmas.el (run-at-time): Require run-at-time.
24358
24359         * gnus.el: Change calls to nnheader-run-at-time and
24360         password-run-at-time throughout to use run-at-time directly.
24361
24362         * password.el: Remove definition of run-at-time.
24363
24364         * nnheaderxm.el: Remove definition of run-at-time.
24365
24366 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
24367
24368         * mml.el (mml-minibuffer-read-disposition): Show attachment type
24369         in prompt.
24370
24371 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24372
24373         * messagexmas.el (message-xmas-redefine): Alias
24374         `message-make-caesar-translation-table' to
24375         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
24376         version.
24377
24378         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
24379         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
24380         `gnus-xmas-set-text-properties'.
24381         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
24382         `gnus-xmas-completing-read'.
24383         (gnus-xmas-completing-read): Removed.
24384         (gnus-xmas-open-network-stream): Removed.
24385
24386         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24387         XEmacs version.
24388
24389         * dns.el (dns-make-network-process): Use `open-network-stream'
24390         instead of `gnus-xmas-open-network-stream'.
24391
24392         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
24393
24394         * .cvsignore: Add auto-autoloads.el, custom-load.el.
24395
24396 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24397
24398         * gnus-art.el (gnus-mime-display-alternative)
24399         (gnus-insert-mime-button, gnus-insert-mime-security-button)
24400         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24401         Don't use gnus-local-map-property.
24402
24403         * gnus-util.el (gnus-local-map-property): Remove.
24404
24405         * mm-view.el (mm-view-pkcs7-decrypt):
24406         Replace gnus-completing-read-maybe-default with completing-read.
24407
24408         * gnus-util.el (gnus-completing-read): do.
24409         (gnus-completing-read-maybe-default): Remove.
24410
24411 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24412
24413         * password.el: Only autoload `run-at-time' if not XEmacs.
24414         Only autoload the itimer functions if XEmacs.
24415
24416 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24417
24418         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
24419         XEmacsen.
24420
24421         * dgnushack.el: Autoload executable-find for XEmacs.
24422
24423 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24424
24425         * gnus-art.el (gnus-read-string): Remove.
24426         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24427         read-string.
24428
24429 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
24430
24431         * netrc.el: Autoload password-read.
24432         (netrc): Add configuration group.
24433         (netrc-encoding-method, netrc-openssl-path):
24434         Add variables for encoding and decoding of files with symmetric
24435         ciphers.
24436         (netrc-encode): Add assistant function to encode a file with
24437         netrc-encoding-method.
24438         (netrc-parse): Add interactive parameter, added optional
24439         decoding if netrc-encoding-method is non-nil but otherwise
24440         behavior is standard.
24441         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24442         Do s/encode/encrypt/ everywhere.
24443
24444         * spam.el: Remove executable-find autoload.
24445
24446 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24447
24448         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24449
24450         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24451
24452 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24453
24454         * gnus-art.el (gnus-treat-ansi-sequences)
24455         (article-treat-ansi-sequences): New variable and function.
24456         Suggested by Dan Jacobson <jidanni@jidanni.org>.
24457
24458         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24459         Use it.
24460
24461 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24462
24463         * mm-util.el (mm-quote-arg): Remove.
24464
24465         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24466         shell-quote-argument.
24467
24468         * gnus-uu.el (gnus-uu-command): do.
24469
24470         * gnus-sum.el (gnus-summary-insert-pseudos): do.
24471
24472         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24473         with make-char.
24474
24475         * mm-util.el (mm-make-char): Remove.
24476
24477         * mml.el (mml-mode): Replace gnus-add-minor-mode with
24478         add-minor-mode.
24479
24480         * gnus-undo.el (gnus-undo-mode): do.
24481
24482         * gnus-topic.el (gnus-topic-mode): do.
24483
24484         * gnus-sum.el (gnus-dead-summary-mode): do.
24485
24486         * gnus-start.el (gnus-slave-mode): do.
24487
24488         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24489
24490         * gnus-ml.el (gnus-mailing-list-mode): do.
24491
24492         * gnus-gl.el (gnus-grouplens-mode): do.
24493
24494         * gnus-draft.el (gnus-draft-mode): do.
24495
24496         * gnus-dired.el (gnus-dired-mode): do.
24497
24498         * gnus-ems.el (gnus-add-minor-mode): Remove.
24499
24500         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24501         Replace gnus-char-width with char-width.
24502
24503         * gnus-ems.el (gnus-char-width): Remove.
24504
24505         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24506         Replace gnus-char-width with char-width.
24507
24508         * gnus-ems.el (gnus-char-width): Remove.
24509
24510         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24511         definition.
24512         Remove Emacs 20 hash table compatibility code.
24513
24514         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24515         20 compatibility code.
24516
24517         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24518
24519         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24520
24521         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24522         Replace with point-at-{eol,bol}.
24523
24524         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24525
24526         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24527
24528         * flow-fill.el (fill-flowed-point-at-bol)
24529         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24530
24531         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24532         Replace with point-at-{eol,bol} throughout all files.
24533
24534 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24535
24536         * ntlm.el (ntlm-string-as-unibyte): New macro.
24537         (ntlm-build-auth-response): Use it.
24538
24539         Remove Emacs 20 stuff:
24540         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
24541         (butlast, mapc, remove): Remove the compiler macros.
24542         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24543         of delq and copy-sequence.
24544         * gnus-art.el (popup-menu): Remove the compiler macro.
24545         * nnmail.el (nnmail-split-fancy): Don't support customizing with
24546         Emacs 20.
24547
24548 2004-01-05  Simon Josefsson  <jas@extundo.com>
24549
24550         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
24551         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24552         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24553         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24554         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24555         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24556         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24557         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24558         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24559         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24560         ntlm-string-permute, string-lshift into ntlm-string-lshift,
24561         string-xor into ntlm-string-xor.
24562         Suggested by Jesper Harder <harder@myrealbox.com>.
24563
24564         * ntlm.el: Don't include poem.
24565
24566         * md4.el (print-int32, print-string-hexa): Remove.
24567         Suggested by Jesper Harder <harder@myrealbox.com>.
24568
24569         * sasl-ntlm.el, ntlm.el, md4.el: New files.
24570
24571         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
24572         probably breaks emacs with DL patch, but do we care? Is anyone
24573         still using the DL stuff?)
24574
24575         * sieve-manage.el: Use the password package.
24576         (sieve-manage-read-passwd): Remove.
24577         (sieve-manage-interactive-login): Use password.  Re-add
24578         condition-case around loop.
24579
24580         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24581         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24582         Use the password package.
24583
24584 2003-02-19  Simon Josefsson  <jas@extundo.com>
24585
24586         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24587         token.
24588
24589 2002-08-07  Simon Josefsson  <jas@extundo.com>
24590
24591         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24592         (sieve-manage-authenticators):
24593         (sieve-manage-authenticator-alist): Add some SASL mechs.
24594         (sieve-sasl-auth): New function.
24595         (sieve-manage-cram-md5-auth):
24596         (sieve-manage-plain-auth): Rewrite using SASL library.
24597         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24598         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24599         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24600         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24601
24602 2004-01-05  Simon Josefsson  <jas@extundo.com>
24603
24604         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24605         New files.
24606
24607 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24608
24609         * gnus-group.el (gnus-no-groups-message): Update.
24610
24611         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24612
24613 2003-11-09  Simon Josefsson  <jas@extundo.com>
24614
24615         * imap.el: Support for ID IMAP extension (RFC 2971).
24616         (imap-local-variables): Add imap-id.
24617         (imap-id): New variable.
24618         (imap-id): New function.
24619         (imap-parse-response): Parse untagged ID response.
24620         * nnimap.el (nnimap-id): New variable.
24621         (nnimap-open-connection): Use it.
24622
24623 2003-12-28  Simon Josefsson  <jas@extundo.com>
24624
24625         * gnus-score.el (gnus-score-edit-all-score): New.
24626         * gnus-group.el (gnus-group-score-map): Bind it to W e.
24627
24628 2004-01-04  Simon Josefsson  <jas@extundo.com>
24629
24630         * password.el: Add.
24631
24632 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
24633
24634         * dns.el (dns-query-types): Fix typo.
24635         (dns-query-types): New function.
24636         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
24637         PTR and SOA replies, see RFC 1035.
24638
24639 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24640
24641         * gnus.el (gnus-logo-color-style): Change colors to `no'.
24642
24643         * Move to Changelog.2.
24644
24645 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24646
24647         * gnus.el (gnus-version-number): Bump version.
24648
24649 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24650
24651         * gnus.el: No Gnus v0.1 is released.
24652
24653 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24654
24655         * gnus.el: No Gnus v0.0 is released.
24656
24657 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24658
24659         * gnus.el (gnus-version-number): Bump.
24660         (gnus-version): No.
24661
24662 See ChangeLog.2 for earlier changes.
24663
24664   Copyright (C) 2004-2012 Free Software Foundation, Inc.
24665
24666   This file is part of GNU Emacs.
24667
24668   GNU Emacs is free software: you can redistribute it and/or modify
24669   it under the terms of the GNU General Public License as published by
24670   the Free Software Foundation, either version 3 of the License, or
24671   (at your option) any later version.
24672
24673   GNU Emacs is distributed in the hope that it will be useful,
24674   but WITHOUT ANY WARRANTY; without even the implied warranty of
24675   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24676   GNU General Public License for more details.
24677
24678   You should have received a copy of the GNU General Public License
24679   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
24680
24681 ;; Local Variables:
24682 ;; coding: utf-8
24683 ;; fill-column: 79
24684 ;; add-log-time-zone-rule: t
24685 ;; End: